* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}


/* Theme Variables */

:root {
    --primary-color: #184A7D;
    --secondary-color: #79A22E;
    --content-color: #4F4F4F;
    --menu-color: #1E1E1E;
    --White-color: #ffffff;
    --black-color: #000000;
    --light-black-color: #3E3E3E;
    --dark-gray-color: #A9A9A9;
    --detail-bg-color: #F5F4F4;
    --light-gray-color: #CACACA;
    --light-green-color: #f3f8ea;
    --text-color: #2B2B2B;
    --error-color: #9E0000;
    --warning-color: #D66513;
    --verdana-regular: 'Verdana';
    --verdana-bold: 'Verdana-Bold';
    --Dax-font: 'Dax';
    --Arabic-font: 'Cairo';
    --container: '1237px';
}

@font-face {
    font-family: 'Verdana';
    src: url('../../fonts/Verdana.eot');
    src: url('../../fonts/Verdana.eot?#iefix') format('embedded-opentype'), url('../../fonts/Verdana.woff2') format('woff2'), url('../../fonts/Verdana.woff') format('woff'), url('../../fonts/Verdana.svg#Verdana') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Verdana-Bold';
    src: url('../../fonts/Verdana-Bold.eot');
    src: url('../../fonts/Verdana-Bold.eot?#iefix') format('embedded-opentype'), url('../../fonts/Verdana-Bold.woff2') format('woff2'), url('../../fonts/Verdana-Bold.woff') format('woff'), url('../../fonts/Verdana-Bold.svg#Verdana-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dax';
    src: url('../../fonts/Dax.eot');
    src: url('../../fonts/Dax.eot?#iefix') format('embedded-opentype'), url('../../fonts/Dax.woff2') format('woff2'), url('../../fonts/Dax.woff') format('woff'), url('../../fonts/Dax.svg#Dax') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cairo';
    src: url('../../fonts/Cairo-Regular.eot');
    src: url('../../fonts/Cairo-Regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/Cairo-Regular.woff2') format('woff2'), url('../../fonts/Cairo-Regular.woff') format('woff'), url('../../fonts/Cairo-Regular.svg#Cairo-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



.section-title {
    position: relative;
}

    .section-title h2 {
        font-size: 45px;
        font-weight: 400;
        line-height: 55px;
        margin: 20px 0;
        color: black;
    }

    .section-title h6 {
        color: #35a000;
        font-size: 15px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

/*Button Style */

.main-btn {
    display: inline-block;
    background: #35a000;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 15px 40px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 50px;
    font-family: 'Muli','ge ss two light'
}

.main-btn1 {
    display: inline-block;
    background: #35a000;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 10px 30px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 50px;
    font-family: 'Muli','ge ss two light'
}

.main-btn.btn-2 {
    background: transparent;
}

.main-btn.btn-white {
    background: #fff;
    color: #191919;
}

.main-btn:hover {
    background-color: #fff;
    color: #25283a;
}
/* CSS */
.button-21 {
    align-items: center;
    appearance: none;
    background-color: #6EBA04;
    background-image: linear-gradient(1deg, #6EBA04, #6EBA04 99%);
    background-size: calc(100% + 20px) calc(100% + 20px);
    border-radius: 100px;
    border-width: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-flex;
    font-family: CircularStd,ge ss two light;
    font-size: 1rem;
    height: auto;
    justify-content: center;
    line-height: 1.5;
    padding: 6px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color .2s,background-position .2s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: top;
    white-space: nowrap;
}

    .button-21:active,
    .button-21:focus {
        outline: none;
    }

    .button-21:hover {
        background-position: -20px -20px;
    }

    .button-21:focus:not(:active) {
        box-shadow: rgba(40, 170, 255, 0.25) 0 0 0 .125em;
    }
/*Form Style CSS */

input,
textarea,
select {
    width: 100%;
    background: transparent;
    border: 1px solid #ddd;
    padding: 15px 30px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-transition: .3s;
    transition: .3s;
    margin-bottom: 20px;
}

textarea {
    height: 150px;
    resize: none;
}

input[type="submit"],
button[type="submit"] {
    border: none;
    border-radius: 0;
    display: inline-block;
    background: #35a000;
    color: #fff;
    padding: 15px 30px;
    margin: 27px 0;
    width: auto;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
}

input::placeholder,
textarea::placeholder {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

/*Bootstrap CSS*/

.container-fluid {
    padding: 0;
}

/* Bacground Color & Overlay CSS 
============== */

.sky-bg {
    background: #ECF0F9;
}

.gray-bg {
    background: #f6f6f6;
}

.white-bg {
    background: #fff;
}

.blue-bg {
    background: #030f27;
}

.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}

.overlay {
    position: absolute;
    content: "";
    width: 100%;
    height: 80%;
    background-color: rgba(3, 15, 39, 0.58);
    top: 0;
    left: 0;
    z-index: -1
}

.overlay-1 {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #002c42;
    opacity: .7;
    top: 0;
    left: 0;
    z-index: -1
}


.overlay-2 {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #002c42;
    opacity: .6;
    top: 0;
    left: 0;
    z-index: -1
}


/* Pre-Loader CSS 
============== */
#loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #35a000;
    z-index: 999999;
}

.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

    .sk-folding-cube .sk-cube {
        float: left;
        width: 50%;
        height: 50%;
        position: relative;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

        .sk-folding-cube .sk-cube:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #fff;
            -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
            animation: sk-foldCubeAngle 2.4s infinite linear both;
            -webkit-transform-origin: 100% 100%;
            -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
        }

    .sk-folding-cube .sk-cube2 {
        -webkit-transform: scale(1.1) rotateZ(90deg);
        transform: scale(1.1) rotateZ(90deg);
    }

    .sk-folding-cube .sk-cube3 {
        -webkit-transform: scale(1.1) rotateZ(180deg);
        transform: scale(1.1) rotateZ(180deg);
    }

    .sk-folding-cube .sk-cube4 {
        -webkit-transform: scale(1.1) rotateZ(270deg);
        transform: scale(1.1) rotateZ(270deg);
    }

    .sk-folding-cube .sk-cube2:before {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-folding-cube .sk-cube3:before {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .sk-folding-cube .sk-cube4:before {
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s;
    }

@-webkit-keyframes sk-foldCubeAngle {

    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {

    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

/* Scroll Top 
============== */
.go-top {
    background-color: #35a000;
    color: #FFF;
    width: 40px;
    height: 40px;
    bottom: 6em;
    right: 2em;
    font-size: 18px;
    line-height: 43px;
    text-align: center;
    text-decoration: none;
    display: none;
    position: fixed;
    z-index: 1;
    border-radius: 5px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .go-top {
        width: 35px;
        height: 35px;
        bottom: 5em;
        right: 2em;
        font-size: 15px;
        line-height: 33px;
    }
}

@media (max-width: 575px) {
    .go-top i:before {
        font-size: 14px;
    }

    .go-top {
        right: 1em;
        bottom: 6em;
        z-index: 1;
    }
}

.go-top:hover {
    background-color: #fff;
    color: #020E28;
}

body {
    /*font-family: var(--verdana-regular);*/
    font-family: Dubai;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ededed+0,f0f0f0+31,f5f5f5+61,f1f1f1+100 */
    background: linear-gradient(to right, #ededed 0%, #f0f0f0 31%, #f5f5f5 61%, #f1f1f1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.container {
    max-width: 1237px;
}

.btn-theme-default {
    background-color: var(--secondary-color);
    color: var(--White-color) !important;
    /*font-family: var(--verdana-bold);*/
    font-family: Dubai;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0em;
    border-radius: 4px;
    padding: 20px 25px;
}

    .btn-theme-default:hover {
        background-color: var(--primary-color);
        color: var(--White-color) !important;
    }

.navbar-expand-lg .navbar-nav .nav-link.btn-theme-default {
    padding: 17px 30.5px;
    margin-right: 10px;
}

.navbar-nav {
    align-items: center;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--menu-color);
    display: flex;
    align-items: center;
    gap: 10px;
}

    .navbar-expand-lg .navbar-nav .nav-link:hover {
        color: var(--secondary-color);
    }

.navbar-expand-lg .navbar-nav {
    gap: 15px;
}

.navbar-expand-lg {
    padding-top: 30px;
    padding-bottom: 30px;
}

    .navbar-expand-lg .navbar-nav .nav-link.language {
        font-family: var(--Arabic-font);
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 0em;
    }

.sticky-header {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
}


/* Content */

.content-home {
    height: auto !important;
    padding-top: 32px !important;
    display: flex !important;
    align-items: center !important;
    background-image: url(../../img/new-images/vector-round.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20%;
}

.home-data {
    background-image: url(../../img/new-images/background-vectors.png);
    background-repeat: no-repeat;
    background-position: left top -5px;
}

.home-slider {
    display: flex !important;
    align-items: flex-start !important;
    gap: 40px !important;
}

.numbers-order {
    width: 186px;
    height: 200px;
    border-radius: 4px;
    background-color: var(--White-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 1rem 0.85rem 1.425rem -0.375rem rgb(86 86 86 / 59%);
    min-width: 186px;
}

    .numbers-order h3 {
        font-family: var(--Dax-font);
        font-size: 36px;
        font-weight: 400;
        line-height: 41px;
        letter-spacing: 0em;
        color: var(--light-black-color);
        margin-bottom: 5px;
        font-weight: bold;
    }

    .numbers-order h4 {
        margin-bottom: 0px;
        font-family: var(--Dax-font);
        font-size: 16px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        color: var(--light-black-color);
    }

.carousel-item h2 {
    font-family: var(--verdana-bold);
    font-size: 40px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--primary-color);
}

.slider {
    padding-top: 45px;
}

    .slider h2 {
        text-transform: capitalize;
    }

.btn-transparent {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color) !important;
    padding: 17px 30.5px;
}

    .btn-transparent:hover {
        background-color: var(--secondary-color);
        color: var(--White-color);
    }

.carousel-indicators [data-bs-target] {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    opacity: 1;
    border: none;
    background-color: var(--light-gray-color);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.carousel-indicators .active {
    width: 68px !important;
    border-radius: 50px !important;
    background-color: var(--secondary-color);
    border: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 298px;
    left: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: -4%;
    margin-bottom: 1.2rem;
    margin-left: 27%;
    align-items: center;
}

.carousel-item {
    z-index: 99;
}

.tracking-content {
    position: relative;
    z-index: 99;
}

.slide-content-wrap {
    display: flex !important;
}

.slide-image {
    position: relative !important;
    z-index: 99 !important;
}

.order-box {
    box-shadow: 9px 18px 33.599998474121094px 0px #0000001A;
    border: 1px solid #79A22E;
    background: linear-gradient(0deg, #184A7D, #184A7D), linear-gradient(0deg, #79A22E, #79A22E);
    padding: 45px 45px;
    border-radius: 16px;
    margin-top: -271px;
    position: relative;
    min-height: 268px;
}

.man {
    position: absolute !important;
    bottom: 0 !important;
    left: 15px !important;
}

.tracking-content {
    margin-left: 0% !important;
}

    .tracking-content h3 {
        font-family: var(--Dax-font);
        font-size: 24px;
        font-weight: 400;
        line-height: 27px;
        letter-spacing: 0em;
        color: var(--White-color);
    }

    .tracking-content p {
        font-family: var(--Dax-font);
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0em;
        color: #ffffff85;
    }

    .tracking-content .form-control {
        border: 1px solid var(--White-color);
        background: linear-gradient(0deg, #F1F1F1, #F1F1F1), linear-gradient(0deg, #FFFFFF, #FFFFFF);
        border-radius: 4px;
        padding: 1.175rem 0.75rem;
        padding-left: 45px;
    }

.form-group {
    display: flex;
    gap: 15px;
    margin-bottom: 5px;
}

.tracking-content button {
    white-space: nowrap;
    font-weight: normal;
    text-transform: capitalize;
    font-family: var(--Dax-font);
    min-width: 167px;
    font-size: 20px;
}

    .tracking-content button:hover {
        background-color: var(--primary-color);
        border: 1px solid var(--secondary-color);
    }

.relative {
    position: relative;
    min-width: 510px;
}

    .relative img {
        position: absolute;
        left: 20px;
        top: 20px;
    }

.help-row {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0px;
}

    .help-row a {
        font-family: var(--Dax-font);
        font-size: 16px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        color: var(--light-black-color);
        text-decoration: none;
    }

        .help-row a:hover {
            color: var(--secondary-color);
        }

/* Footer CSS start here */

.footer {
    background-color: var(--primary-color);
    padding: 15px 15px;
    text-align: center;
}

    .footer ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        display: flex;
        gap: 32px;
        align-items: center;
        justify-content: center;
    }

        .footer ul li a {
            font-family: var(--Dax-font);
            font-size: 16px;
            font-weight: 400;
            line-height: 18px;
            letter-spacing: 0em;
            color: var(--White-color);
            text-decoration: none;
        }

            .footer ul li a:hover {
                color: var(--secondary-color);
            }

.sticky-footer {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.inner-head .tracking-content {
    padding-left: 0;
    margin: 0;
}

.container-fluid {
    padding: 0px 100px;
}

@media(max-width: 1199px) {
    .relative {
        position: relative;
        min-width: auto;
    }

    .man {
        width: 430px;
    }

        .man img {
            width: 100%;
        }

    .tracking-content {
        padding-left: 390px;
    }

    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        display: flex;
        justify-content: flex-end;
        padding: 0;
        margin-right: auto;
        margin-bottom: 1.2rem;
        margin-left: 0;
        align-items: center;
    }

    .form-group {
        flex-direction: column;
    }

    .tracking-content button {
        padding: 15px 0px;
    }

    .home-slider {
        padding-left: 0;
    }

    .navbar-nav {
        align-items: self-start;
    }

    .order-box {
        margin-top: 0px;
    }

    .tracking-content {
        padding-left: 0px;
        margin-left: 0px;
    }

    .footer-logo img {
        width: 100%;
    }

    .slide-image img {
        max-width: 100%;
        width: auto;
    }

    .slide-data {
        flex-basis: 50%;
    }

    .slide-image {
        flex-basis: 50%;
        min-height: 25pc
    }

    .slider h2 {
        text-transform: capitalize;
        font-size: 26px;
        line-height: 33px;
    }

    .slide-data p {
        font-size: 14px;
    }

    .slide-content-wrap {
        align-items: center;
    }

    .slider {
        padding-top: 0;
    }

    .container-fluid {
        padding: 0px 30px;
    }
}




@media(max-width: 991px) {
    .order-box {
        margin-top: 0px;
    }

    .tracking-content {
        padding-left: 0px;
        margin-left: 0px;
    }

    .footer-logo img {
        width: 100%;
    }

    .slide-image img {
        max-width: 100%;
        width: auto;
    }

    .slide-data {
        flex-basis: 50%;
    }

    .slide-image {
        flex-basis: 50%;
    }

    .slider h2 {
        text-transform: capitalize;
        font-size: 26px;
        line-height: 33px;
    }

    .slide-data p {
        font-size: 14px;
    }

    .slide-content-wrap {
        align-items: center;
    }

    .slider {
        padding-top: 0;
    }

    .container-fluid {
        padding: 0px 30px;
    }
}


@media(max-width: 767px) {
    .home-slider {
        padding-left: 0;
        flex-direction: column;
    }

    .numbers-order {
        width: 100%;
    }

    .slider {
        padding-top: 0;
    }

    .carousel-item h2 {
        font-size: 22px;
        line-height: 28px;
    }

    .slide-data p {
        font-size: 14px;
    }

    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        display: flex;
        justify-content: flex-end;
        padding: 0;
        margin-right: auto;
        margin-bottom: 1.2rem;
        margin-left: 0;
        align-items: center;
    }

    .navbar-brand img {
        max-width: 190px;
    }

    .navbar-nav {
        align-items: self-start;
    }

    .man img {
        width: 100%;
    }

    .order-box {
        display: flex;
        flex-direction: column-reverse;
        padding: 25px 20px 0px;
        margin-top: 0px;
    }

    .carousel-indicators {
        display: none;
    }

    .tracking-content {
        padding-left: 0;
        margin-left: 0;
    }

    .man {
        position: relative;
    }

    .relative {
        min-width: auto;
    }

    .form-group {
        flex-direction: column;
    }

    .tracking-content .form-control {
        padding: 0.775rem 0.75rem 0.775rem 45px;
    }

    .relative img {
        top: 32px !important;
        left: -36px !important;
    }

    .tracking-content button {
        padding: 14px 0px;
    }

    .slide-image img {
        width: auto;
        max-width: 100%;
    }

    .slide-content-wrap {
        flex-direction: column-reverse;
    }

    .home-data {
        background-size: contain;
        background-image: none;
        margin-top: 15vh;
    }

    .container-fluid {
        padding: 0px 15px;
    }
}

/* Inner css */

.inner-header {
    box-shadow: 0px 4px 20px 0px #184A7D1A;
}

.inner-content {
    padding: 40x 0px;
}

.inner-head {
    padding: 40px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-title a {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    color: #6D6D6D;
    text-decoration: none;
}

    .page-title a:hover {
        color: var(--secondary-color);
    }

.page-title h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: 0em;
    color: var(--secondary-color);
    margin-bottom: 0px;
}

.inner-head .tracking-content {
    padding-left: 0;
}

    .inner-head .tracking-content .form-control {
        border: 1px solid var(--dark-gray-color);
    }

    .inner-head .tracking-content p {
        color: #828282;
        margin-bottom: 0px;
    }

    .inner-head .tracking-content .form-control {
        padding: 0.875rem 0.75rem 0.875rem 45px;
        background: none;
    }

.inner-body {
    background: none;
}

.title-accordion {
    font-size: 32px;
    font-weight: 400;
    line-height: 39px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--White-color);
    text-transform: capitalize;
}

.accordion-button:not(.collapsed) {
    color: var(--White-color);
    background-color: var(--primary-color);
}

.estimate {
    font-family: Verdana;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    color: var(--White-color);
}

.accordion-button span {
    display: block;
}


.accordion-button {
    position: relative;
    display: flex;
    align-items: flex-start;
    text-align: left;
    flex-direction: column;
    justify-content: center;
    padding: 25px 35px;
    color: var(--White-color);
    background-color: var(--primary-color);
}

    .accordion-button:not(.collapsed)::after {
        position: absolute;
        right: 50px;
        background-image: url(../../img/new-images/accordion-angle.svg);
        background-repeat: no-repeat;
        transform: rotate(0deg);
    }

    .accordion-button::after {
        position: absolute;
        right: 50px;
        background-image: url(../../img/new-images/accordion-angle.svg);
        background-repeat: no-repeat;
        transform: rotate(180deg);
    }

.destinations p {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    color: var(--text-color);
}

.destinations {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 10px;
}

.delivery-location ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .delivery-location ul li {
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
        letter-spacing: 0em;
        width: 32%;
        position: relative;
        text-align: center;
    }

        .delivery-location ul li.complete-step::after {
            border: 2px solid var(--secondary-color);
            width: 155%;
            z-index: 1;
        }


        .delivery-location ul li::after {
            border: 2px solid #C3C3C3;
            content: "";
            left: 0;
            right: 0;
            position: absolute;
            top: 33%;
        }

        .delivery-location ul li.complete-step {
            color: var(--secondary-color);
        }

            .delivery-location ul li.complete-step span {
                background: var(--secondary-color);
                position: relative;
            }

                .delivery-location ul li.complete-step span::after {
                    content: "";
                    position: absolute;
                    left: 0px;
                    right: 0px;
                    background-image: url(../../img/new-images/complete.svg);
                    background-repeat: no-repeat;
                    width: 15px;
                    height: 12px;
                    text-align: center;
                    margin: 0 auto;
                    top: 12px;
                }

        /* .delivery-location ul li:last-child::after{
    top: 35%;
} */

        .delivery-location ul li:first-child::after {
            left: 40px;
        }

        .delivery-location ul li:last-child {
            text-align: right;
            width: 18%;
        }

            .delivery-location ul li:last-child span {
                margin: 0 0 0px auto;
            }

        .delivery-location ul li span {
            width: 46px;
            height: 46px;
            background: #D9D9D9;
            border-radius: 50%;
            display: block;
            margin: 0 auto;
            position: relative;
            z-index: 2;
            border: 5px solid #fff;
        }

        .delivery-location ul li:first-child span {
            margin: 0px 0px auto 0px;
        }

        .delivery-location ul li:first-child {
            text-align: left;
            width: 18%;
        }

        .delivery-location ul li.current span {
            border: 5px solid #fff;
            padding: 5px;
            width: 46px;
            height: 46px;
            background: #fff;
            position: relative;
            background-color: var(--primary-color);
        }

            .delivery-location ul li.current span::after {
                content: "";
                background-color: var(--primary-color);
                width: 30px;
                height: 30px;
                border-radius: 50%;
                display: inline-block;
                margin: 0 auto;
                position: absolute;
                left: 0;
                right: 0;
                top: 3px;
                border: 5px solid #fff;
            }

.steps-delivery {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 35px;
    margin-bottom: 40px;
}

.delivery-location {
    flex-grow: 1;
}

.accordion-body {
    padding: 1rem 2rem;
}

    .accordion-body .accordion-button {
        padding: 16px 35px;
    }

.package-detail label {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    color: #515151;
    display: block;
    margin-bottom: 5px;
}

.order-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.package-size {
    background: var(--detail-bg-color);
    padding: 10px;
    margin-bottom: 5px;
}

    .package-size label {
        font-size: 16px;
        font-weight: 400;
        line-height: 19px;
        letter-spacing: 0em;
        color: var(--text-color);
    }

.accordion-body .accordion-item {
    margin-bottom: 15px;
}

.shipment-details .accordion-button {
    background-color: var(--secondary-color);
}

.shipment-details .accordion-body {
    background-color: var(--light-green-color);
}

.timeline-block {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
}

.date-time h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
    margin-bottom: 10px;
}

.date-time p {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    margin-bottom: 0px;
}

.date-time span {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #909090;
}

.status-package p {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
}

.status-package h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 10px;
    color: var(--light-black-color);
    text-transform: uppercase;
}

.status-package p {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    color: var(--black-color);
    margin-bottom: 5px;
}

.date-time {
    flex: 25%;
    position: relative;
}

.status-package {
    position: relative;
    padding-left: 25px;
    padding-bottom: 30px;
    flex: 75%;
}

    .status-package::after {
        content: '';
        border-left: 2px solid #D5D5D5;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        height: 100%;
    }

    .status-package.delivered::before {
        content: "";
        position: absolute;
        left: -11px;
        top: -2px;
        background: var(--light-green-color) url(../../img/new-images/status-delivered.svg);
        background-repeat: no-repeat;
        width: 26px;
        height: 26px;
        z-index: 1;
    }

    .status-package.error::before {
        content: "";
        position: absolute;
        left: -14px;
        top: 0px;
        background: var(--light-green-color) url(../../img/new-images/error-point.svg);
        background-repeat: no-repeat;
        width: 27px;
        height: 26px;
        z-index: 1;
    }

    .status-package.warning::before {
        content: "";
        position: absolute;
        left: -12px;
        top: 0px;
        background: var(--light-green-color) url(../../img/new-images/warning.png);
        background-repeat: no-repeat;
        width: 27px;
        height: 26px;
        z-index: 1;
    }

    .status-package::before {
        content: "";
        position: absolute;
        left: -11px;
        top: -2px;
        background: var(--light-green-color) url(../../img/new-images/simple-status.svg);
        background-repeat: no-repeat;
        width: 26px;
        height: 26px;
        z-index: 1;
    }

.text-danger {
    color: var(--error-color);
}

.delivered h4 {
    color: var(--secondary-color);
}

.help-row p {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
}

    .help-row p a {
        color: var(--secondary-color);
    }

.inner-footer {
    background-color: var(--primary-color);
    padding: 80px 0px 30px;
}

.inner-footer {
    /* margin-top: 60px; */
}

.footer-logo img {
    border-bottom: 1px solid #F9F9F9;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.inner-footer p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    color: var(--White-color);
    margin-bottom: 0px;
    max-width: 330px;
}

.inner-footer ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .inner-footer ul li {
        line-height: 36px;
    }

        .inner-footer ul li a {
            font-family: var(--Dax-font);
            font-size: 16px;
            font-weight: 400;
            line-height: 18px;
            letter-spacing: 0em;
            text-decoration: none;
            color: var(--White-color);
        }

            .inner-footer ul li a:hover {
                color: var(--secondary-color);
            }

.subscription-form label {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    color: var(--White-color);
    margin-bottom: 5px;
}

.subscription-form .form-control {
    border-radius: 4px;
}

.social-icons ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

    .social-icons ul li a {
        width: 35px;
        height: 35px;
        background-color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }

        .social-icons ul li a:hover {
            background-color: transparent;
            border: 1px solid var(--White-color);
        }

.social-icons h3 {
    font-family: var(--Dax-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    color: var(--White-color);
    text-transform: capitalize;
}

.social-icons {
    text-align: center;
    margin-top: 20px;
}

.delivery-location ul li.complete-step:last-child::after {
    display: none;
}

.overlay-popup {
    background-color: #000000a8;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.popup-proof {
    width: 500px;
    background-color: var(--White-color);
    position: fixed;
    right: -965px;
    top: 0px;
    bottom: 0px;
    z-index: 99999;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.popup-active .popup-proof {
    right: 0px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.overlay-popup {
    display: none;
}

.popup-active .overlay-popup {
    display: block;
}

.popup-header {
    padding: 30px 40px;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
}

    .popup-header h3 {
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0em;
        color: var(--black-color);
        margin-bottom: 0px;
    }

.popup-body {
    padding: 50px 50px;
}

.wrap-popup {
    max-width: 805px;
    margin: 0 auto;
}

    .wrap-popup img {
        width: 100%;
        border-radius: 16px;
        height: 100%;
        object-fit: cover;
    }

    .wrap-popup h3 {
        margin-bottom: 0px;
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0em;
        color: #919191;
    }

    .wrap-popup h4 {
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0em;
        color: var(--black-color);
        margin-bottom: 0px;
    }

.image-proof {
    height: 420px;
    margin-bottom: 30px;
}

.close-popup {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
    margin-bottom: 20px;
}

    .close-popup .btn-theme-default {
        padding: 12px 25px;
    }

.accordion-item {
    margin-bottom: 20px;
}

.accordion-button {
    border-radius: 4px;
}

.not-found-order {
    background-color: #F6F6F6;
    padding: 100px 15px;
    text-align: center;
    border-radius: 4px;
}

#order-form .btn-theme-default {
    padding: 16px 25px;
}

.wrap-not-found {
    max-width: 610px;
    margin: 0 auto;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .wrap-not-found h2 {
        font-size: 32px;
        font-weight: 700;
        line-height: 39px;
        letter-spacing: 0em;
        text-transform: capitalize;
        color: var(--primary-color);
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .wrap-not-found .btn-theme-default {
        padding: 12px 28px;
        margin-top: 40px;
    }

    .wrap-not-found p {
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0em;
        color: var(--black-color);
    }

@media(max-width: 767px) {
    .inner-head {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 11vh;
    }

    .page-title {
        margin-bottom: 15px;
    }

    .accordion-button {
        padding: 14px 20px;
    }

    .title-accordion {
        font-size: 16px;
    }

    .estimate {
        font-size: 13px;
    }

    .steps-delivery {
        flex-direction: column;
    }

    .destinations p {
        font-size: 13px;
    }

    .accordion-body {
        padding: 1rem 1rem;
    }

    .delivery-location ul li {
        font-size: 12px;
    }

    .popup-proof {
        width: 100%;
    }

    .popup-body {
        padding: 20px 20px;
    }

    .order-details {
        align-items: flex-start;
        flex-direction: column;
    }

    .package-detail {
        margin-bottom: 15px;
    }

    .package-size label {
        font-size: 14px;
    }

    .date-time h3 {
        font-size: 13px;
    }

    .date-time p {
        font-size: 13px;
    }

    .date-time span {
        font-size: 12px;
    }

    .status-package h4 {
        font-size: 13px;
    }

    .status-package p {
        font-size: 13px;
    }

    .status-package {
        flex: 45%;
    }

    .date-time {
        flex: 30%;
    }

    .inner-footer ul {
        margin: 15px 15px 0px;
    }

    .wrap-not-found h2 {
        font-size: 22px;
        line-height: 29px;
    }

    .wrap-not-found p {
        font-size: 14px;
        line-height: 18px;
    }

    .wrap-not-found .btn-theme-default {
        margin-top: 10px;
    }
}

/* Whatsapp */


.modal-footer .btn-theme-default {
    padding: 8px 25px;
    font-size: 14px;
}

.link-wrap {
    position: relative;
    background: #f1f1f1;
    padding: 10px;
    border-radius: 50px;
    padding-right: 55px;
}

.link-wrap {
    margin-bottom: 0px;
    font-size: 11px;
}

    .link-wrap a {
        position: absolute;
        right: 15px;
        top: 6px;
    }

#success-message {
    font-size: 11px;
    margin-bottom: 0;
    margin-top: 5px;
}

#myInput {
    border: none;
    background: none;
    width: 100%;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: #b9b9b9;
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity);
}

.custom-accordion {
    border: none;
    border-radius: 4px;
    overflow: hidden;
}

.custom-accordion-item {
    border-bottom: none;
    margin-bottom: 15px;
}

.custom-accordion-header {
    background-color: #f4f4f4;
    padding: 10px;
    cursor: pointer;
}

.custom-accordion-content {
    padding: 1rem 2rem;
    display: none;
    border: 1px solid #ddd;
    border-top: none;
}

.custom-accordion-content2 {
    padding: 1rem 2rem;
    display: none;
    border: 1px solid #ddd;
    border-top: none;
}

.shipment-details {
    position: relative;
    display: flex;
    align-items: flex-start;
    text-align: left;
    flex-direction: column;
    justify-content: center;
    color: var(--White-color);
    background-color: var(--primary-color);
    padding: 16px 22px;
    border-radius: 4px;
    font-weight: bold;
    position: relative;
    min-height: 4pc;
}

    .shipment-details::after {
        background-image: url(../../img/new-images/accordion-angle.svg);
        transform: rotate(180deg);
        background-size: var(--bs-accordion-btn-icon-width);
        transition: var(--bs-accordion-btn-icon-transition);
        flex-shrink: 0;
        width: var(--bs-accordion-btn-icon-width);
        height: var(--bs-accordion-btn-icon-width);
        margin-left: auto;
        content: "";
        width: 1pc;
        height: 0.5pc;
        margin-top: -1pc;
    }

    .shipment-details.active {
        border-radius: 4px 4px 0px 0px;
    }

.shipment-history {
    position: relative;
    display: flex;
    align-items: flex-start;
    text-align: left;
    flex-direction: column;
    justify-content: center;
    color: var(--White-color);
    background-color: var(--secondary-color);
    padding: 16px 22px;
    border-radius: 4px;
    font-weight: bold;
    position: relative;
    min-height: 4pc;
}

.shipment-history::after {
    background-image: url(../../img/new-images/accordion-angle.svg);
    transform: rotate(180deg);
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    width: 1pc;
    height: 0.5pc;
    margin-top: -1pc;
}

.shipment-history.active::after {
    transform: rotate(0deg);
}

.shipment-details.active::after {
    transform: rotate(0deg);
}

.shipment-content {
    background-color: var(--light-green-color);
}

.shipment-history.active {
    border-radius: 4px 4px 0px 0px;
}

.carousel-control-next, .carousel-control-prev {
    z-index: 999;
}

.carousel-control-next, .carousel-control-prev {
    width: 5%;
    height: 80%;
}

.carousel-control-prev-icon {
    background-image: url(../../img/new-images/carousel-left.svg);
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #184a7d;
    border-radius: 4px;
    background-size: 22px;
}

.carousel-control-next-icon {
    background-image: url(../../img/new-images/carousel-left.svg);
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #184a7d;
    border-radius: 4px;
    background-size: 22px;
    transform: rotate(180deg);
}

.message-success {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.message-success p {
    margin-bottom: 0px;
    font-size: 14px;
}

@media(max-width: 1450px) {
    .relative {
        min-width: 250px;
    }

    .tracking-content {
        margin-left: 55%;
    }

    .carousel-item h2 {
        font-size: 31px;
        line-height: 44px;
    }

    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 268px;
        left: auto;
        z-index: 999;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 0;
        margin-bottom: 1.2rem;
        margin-left: 0;
        align-items: center;
    }
}

@media(max-width: 1200px) {
    .carousel-indicators {
        bottom: 0px;
    }

    .tracking-content {
        margin-left: 0;
    }
}

.testimonial-area {
    background-image: url(../../img/testimonial-bg.jpg);
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .carousel-item h2 {
        font-size: 22px;
        line-height: 28px;
    }

    .feat-content-stickyBox {
    }

    .slide-image {
        min-height: 0 !important;
    }

    .feature-area {
        padding-top: 8vh;
        padding-left: 10px;
        border-radius: 10px;
    }

    .single-serv-item {
        margin-left: -17px
    }

    .achievement-area {
        height: unset !important;
    }

    .privacy {
        width: 100%;
        text-align: center !important;
    }

    #navbarSupportedContent {
        z-index: 99999999;
    }

    .faqDiv {
        width: 100%;
        text-align: center;
    }
    /* .navbar-toggler-icon {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
        background-image: var(--bs-navbar-toggler-icon-bg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }*/
    /* .navbar-toggler {
        margin-top: 11vh !important;
        padding-right: 18px !important;
    }*/
    /* .logo {
        margin-left: 0 !important;
    }*/
    .section-title h2 {
        font-size: 26px;
        line-height: 36px;
    }
    .delivery-location {
        width: 100%;
    }
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#loadingDiv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 9999999;
    opacity: 75%;
}

.accordion-button:not(.collapsed)::after {
    position: absolute;
    right: 50px;
    background-image: url(../../img/new-images/accordion-angle.svg);
    background-repeat: no-repeat;
    transform: rotate(0deg);
}

.accordion-button::after {
    position: absolute;
    right: 50px;
    background-image: url(../../img/new-images/accordion-angle.svg);
    background-repeat: no-repeat;
    transform: rotate(180deg);
}