html, body {
    font-weight: 400;
    overflow-x: hidden;
    font-style: normal;
    font-family: "Barlow", sans-serif;
}

.card.card-outline {
    border-radius: 10px;
    background-color: #FFFFFF;
    border: 1px groove #FFCB00;
}

    .card.card-outline .card-header {
        border: none;
        font-weight: 600;
        margin-bottom: 0;
        background-color: transparent;
    }

    .card.card-outline .card-body {
        padding: 0px 15px;
    }

        .card.card-outline .card-body p {
            color: #666666;
            font-size: 13px;
        }

.width-fit-content {
    width: fit-content !important;
}

.line-height-2 {
    line-height: 5px;
}

.ellipse td.width-ellipse {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.width-ellipse-7 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.width-ellipse-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.card-3 {
    padding: 10px;
    color: #111111;
    border-radius: 8px;
    margin-bottom: 15px;
    background-color: #FFFFFF;
    border: 1px solid #ffcb00;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 1px 1px;
}

.barlow-semibold {
    font-weight: 600;
    font-style: normal;
    font-family: "Barlow", sans-serif;
}

.barlow-regular {
    font-weight: 400;
    font-style: normal;
    font-family: "Barlow", sans-serif;
}

.site-text-primary {
    color: #111111;
    text-decoration: none;
}

:root {
    --color1: #FFEA99;
    --site-card: #111111;
    --button-color: #FFCB00;
    --button-text-color: #111111;
    --site-card-header-color: #FFFFFF;
}

.banner-title-1 {
    display: flex;
    font-size: 45px;
    line-height: 60px;
    align-items: center;
    z-index: 20 !important;
    justify-content: center;
    font-weight: 400 !important;
    margin: 5px 0px 0px 0px !important;
}

.site-card {
    display: block;
    padding: 8% 10%;
    position: sticky;
    border-radius: 10px;
    width: 100% !important;
    z-index: 20 !important;
    background-color: var(--site-card) !important;
}

    .site-card .site-card-body {
        width: 100% !important;
    }

    .site-card .site-card-header {
        font-size: 28px;
        font-weight: 400;
        line-height: 120%;
        margin-left: 22px;
        font-style: normal;
        margin-bottom: 20px;
        font-family: 'Barlow';
        letter-spacing: -0.02em;
        color: var(--site-card-header-color);
    }

.site-button-tabs {
    margin: auto;
    display: flex;
    max-width: 600px;
    overflow: hidden;
    background: #fff;
    position: relative;
    border-radius: 50px;
    justify-content: center;
}

.tab-active-bg {
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    border-radius: 0;
    position: absolute;
    border-style: groove;
    border-color: #111111;
    width: calc(100% / 3);
    background-color: #FFCB00;
    transition: all 0.4s ease;
    border-width: 0rem 0.02rem 0rem 0.02rem;
}

.site-button-tabs input {
    flex: 1;
    z-index: 2;
    color: #000;
    border: none;
    font-size: 18px;
    padding: 1.5% 0;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    background: transparent;
    transition: color 0.3s ease;
    border: 1px groove #bababa !important;
}

    .site-button-tabs input:first-child {
        border-radius: 50px 0 0 50px;
        border: 1px groove #bababa !important;
    }

    .site-button-tabs input:last-child {
        border-radius: 0 50px 50px 0;
    }

    .site-button-tabs input.active {
        color: #000000;
    }

.track-textbox {
    width: 100%;
    border: none;
    font-size: 15px;
    font-weight: 600;
    padding: 15px 20px;
    border-radius: 30px;
}

.track-submit-button {
    width: 100%;
    border: none;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    padding: 14px 20px;
    border-radius: 30px;
    text-decoration: none;
    color: var(--button-text-color);
    background-color: var(--button-color);
}

.site-track-cont-bg {
    left: 0px;
    top: -25px;
    height: 600px;
    position: absolute;
    z-index: 10 !important;
}

.site-home-screen-banner {
    margin-top: 37px !important;
}

    .site-home-screen-banner img {
        width: 98%;
        border-radius: 20px;
    }

.site-cmp-cont {
    position: sticky;
    padding-bottom: 70px;
    z-index: 21 !important;
    border-collapse: collapse;
    border: 1px groove #F1F1F1;
    background-color: #FFFFFF;
}

    .site-cmp-cont .site-cmp-comp {
        z-index: 10;
        height: 210px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px groove #F1F1F1;
        transition: all 0.3s ease-in-out;
    }

.site-cmp-comp > div {
    width: 65%;
}

.site-cmp-comp h3 {
    font-weight: 600;
    margin-bottom: 1px;
}

.site-cmp-comp p {
    display: block;
    line-height: 20px;
    margin-bottom: 1px;
}

.site-cmp-cont .site-cmp-comp:hover {
    border: 1px solid #FFCB00;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: linear-gradient(to left bottom, #FFCB00 -10%, #FFFFFF 50%);
}

.site-cmp-cont .site-cmp-comp.active {
    border: 1px solid #FFCB00;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: linear-gradient(to left bottom, #FFCB00 -10%, #FFFFFF 50%);
    z-index: 10;
}

.site-cmp-responsibly {
    padding: 20px 0;
    overflow: hidden;
    position: relative;
    background-color: #F8ECDD;
}

    .site-cmp-responsibly h1 {
        width: 50%;
        margin: auto;
        color: #111111;
        margin-top: 50px;
        text-align: center;
    }

    .site-cmp-responsibly .top-left {
        top: -120px;
        left: -80px;
        height: 280px;
        position: absolute;
    }

.bottom-right {
    right: -7px;
    height: 270px;
    bottom: -177px;
    position: absolute;
}

.button-1 {
    border: 0;
    color: #111111;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 15px;
    width: fit-content;
    border-radius: 50px;
    text-decoration: none;
    background-color: #FFCB00;
}

.button-2 {
    border: 0;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 85px;
    border-radius: 50px;
    background-color: #FFCB00;
}

.container.no-right-padding {
    padding-right: 0 !important;
}

.site-cmp-branchloacter {
    padding: 60px;
    overflow: hidden;
}

    .site-cmp-branchloacter .site-cmp-branchloacter-main {
        height: 420px;
        overflow: hidden;
        position: relative;
        padding: 30px 40px;
        border-radius: 7px;
        background-color: #FFCB00;
    }

        .site-cmp-branchloacter .site-cmp-branchloacter-main div {
            height: 100%;
        }

        .site-cmp-branchloacter .site-cmp-branchloacter-main .arrow-upwards {
            bottom: 0;
            left: 50%;
            position: absolute;
            z-index: 0 !important;
            transform: translateX(-50%);
        }

        .site-cmp-branchloacter .site-cmp-branchloacter-main .track-line {
            left: 0;
            bottom: 0;
            height: 327px;
            position: absolute;
            z-index: 0 !important;
            transform: translate(-51px, 271px);
        }

        .site-cmp-branchloacter .site-cmp-branchloacter-main .banner-container {
            height: 100%;
            border-radius: 10px;
            z-index: 1 !important;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        .site-cmp-branchloacter .site-cmp-branchloacter-main .title-container {
            z-index: 10;
            margin-top: 20px;
        }

            .site-cmp-branchloacter .site-cmp-branchloacter-main .title-container h1 {
                font-weight: 700;
            }

            .site-cmp-branchloacter .site-cmp-branchloacter-main .title-container p {
                font-size: 22px;
                margin-top: 20px;
                font-weight: 500;
                line-height: 27px;
            }

            .site-cmp-branchloacter .site-cmp-branchloacter-main .title-container .explore-all-branches {
                border: 0;
                color: #111111;
                margin-top: 20px;
                font-weight: 700;
                overflow: hidden;
                padding: 14px 23px;
                border-radius: 50px;
                white-space: nowrap;
                align-items: center;
                display: inline-flex;
                text-decoration: none;
                background-color: #FFFFFF;
                transition: all .3s ease-in-out;
            }

                .site-cmp-branchloacter .site-cmp-branchloacter-main .title-container .explore-all-branches img {
                    width: 0;
                    opacity: 0;
                    margin-left: 0;
                    transition: all .3s ease-in-out;
                }

                .site-cmp-branchloacter .site-cmp-branchloacter-main .title-container .explore-all-branches:hover {
                }

                    .site-cmp-branchloacter .site-cmp-branchloacter-main .title-container .explore-all-branches:hover img {
                        width: 15px;
                        opacity: 1;
                        margin-left: 10px;
                    }

.site-cmp-newscontainer {
    overflow: hidden;
}

    .site-cmp-newscontainer .site-cmp-newscontainer-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .site-cmp-newscontainer .news-container {
        margin-top: 25px;
    }

    .site-cmp-newscontainer .site-cmp-newscontainer-header h1 {
        margin-bottom: 0;
    }

    .site-cmp-newscontainer .site-cmp-newscontainer-header p {
    }

    .site-cmp-newscontainer .site-cmp-newscontainer-header .button-cont input {
        border: 0;
        color: #111111;
        font-weight: 700;
        padding: 10px 20px;
        border-radius: 50px;
        background-color: #FFCB00;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .site-cmp-newscontainer .site-cmp-newscontainer .news-main {
    }

    .site-cmp-newscontainer .site-cmp-newscontainer-body .news-main .news-image {
        width: 100%;
        border-radius: 10px;
        background-size: cover;
        height: 210px !important;
        background-position: center;
        background-repeat: no-repeat;
    }

    .site-cmp-newscontainer .site-cmp-newscontainer-body .news-main .news-badge span {
        display: block;
        font-size: 14px;
        margin-top: 10px;
        padding: 4px 15px;
        width: fit-content;
        border-radius: 50px;
        letter-spacing: 0.6px;
        background-color: #FFEFB2;
        /*font-weight: 600;*/
        /*text-transform: uppercase;*/
    }

    .site-cmp-newscontainer .site-cmp-newscontainer-body .news-main .news-title {
        width: 80%;
        margin-top: 5px;
        font-size: 19px;
        font-weight: 600;
        padding-left: 5px;
    }

    .site-cmp-newscontainer .site-cmp-newscontainer-body .more-airtcle-cont {
        display: flex;
        padding: 25px 0;
        align-items: center;
        justify-content: center;
    }

        .site-cmp-newscontainer .site-cmp-newscontainer-body .more-airtcle-cont button {
            padding: 10px 40px;
            border-radius: 50px;
            background-color: white;
            transition: all 0.3s ease;
            border: 1px groove #111111;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

            .site-cmp-newscontainer .site-cmp-newscontainer-body .more-airtcle-cont button svg {
                height: 13px;
                margin-left: 5px;
                transition: all 0.3s ease;
            }

            .site-cmp-newscontainer .site-cmp-newscontainer-body .more-airtcle-cont button:hover svg {
                transform: rotate(-90deg);
            }

            .site-cmp-newscontainer .site-cmp-newscontainer-body .more-airtcle-cont button:hover {
                background-color: #FFCB00;
                border: 1px groove #FFCB00;
            }

    .site-cmp-newscontainer .site-cmp-newscontainer-body .swiper-pagination-news {
        width: 90%;
        margin: auto;
        display: flex;
        padding: 10px;
        margin-top: 20px;
        justify-content: center;
    }

        .site-cmp-newscontainer .site-cmp-newscontainer-body .swiper-pagination-news .swiper-pagination-custom-bullet {
            margin: 0;
            width: 20%;
            height: 0.1rem;
            display: block;
            border-radius: 0;
            background-color: #000000;
        }

            .site-cmp-newscontainer .site-cmp-newscontainer-body .swiper-pagination-news .swiper-pagination-custom-bullet.swiper-pagination-custom-bullet-active {
                background-color: #FFCB00;
            }

.india-ka-logistics {
    display: flex;
    margin: 50px 0;
    overflow: hidden;
    position: relative;
    align-items: center;
    justify-content: center;
}

    .india-ka-logistics .india-ka-logistics-hr {
        top: 50%;
        left: 50%;
        z-index: 0;
        width: 100%;
        overflow: hidden;
        position: absolute;
        border: 1px solid black;
        transform: translate(-50%, -50%);
    }

    .india-ka-logistics img {
        z-index: 1;
        width: 300px;
        overflow: hidden;
    }

.site-cmp-appdetails {
    padding: 40px;
    display: flex;
    margin: 50px 0;
    overflow: hidden;
    border-radius: 7px;
    align-items: center;
    background-color: #FFEFB2;
    justify-content: space-between;
}

    .site-cmp-appdetails .banner-main-containet {
        display: flex;
        justify-content: end;
    }

    .site-cmp-appdetails h1 {
        font-weight: 800;
        margin-bottom: 25px;
    }

    .site-cmp-appdetails p {
    }

    .site-cmp-appdetails .row .col-md-6 {
        display: flex;
        padding: 15px;
        align-items: center;
        justify-content: start;
    }

    .site-cmp-appdetails .site-cmp-appdetails-qrcode {
        display: flex;
        text-align: center;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

        .site-cmp-appdetails .site-cmp-appdetails-qrcode .title {
            margin: 20px 0;
            line-height: 18px;
        }

    .site-cmp-appdetails .site-cmp-appdetails-banner {
        margin-left: auto;
        padding-left: 0px;
    }

        .site-cmp-appdetails .site-cmp-appdetails-banner img {
            width: 290px;
            margin-left: auto;
        }

    .site-cmp-appdetails .site-cmp-appdetails-qrcode {
        margin-left: auto !important;
    }

    .site-cmp-appdetails .rounded-icon {
        width: 42px;
        height: 42px;
        display: flex;
        align-items: center;
        border-radius: 50px;
        justify-content: center;
        background-color: #FFCB00;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .site-cmp-appdetails .title {
        margin-left: 10px;
    }

    .site-cmp-appdetails .rounded-icon img {
    }

.site-cmp-appdetails-download-cont {
    display: none;
}

.site-home-screen-banner .main-conatiner {
    position: relative;
    z-index: -1 !important;
}

    .site-home-screen-banner .main-conatiner .title {
        bottom: 0;
        width: 98%;
        padding: 40px;
        color: #ffffff;
        font-size: 45px;
        font-weight: 600;
        line-height: 50px;
        position: absolute;
        text-align: center;
        border-radius: 20px;
        background-color: transparent;
    }

/* SHORT BANNER (below navbar, above body) */
.short-banner {
    width: 100%;
    height: 350px;
    overflow: hidden;
    position: relative;
}

    /* Banner Image */
    .short-banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* DOT Overlay */
    .short-banner::before {
        inset: 0;
        z-index: 2;
        content: "";
        position: absolute;
        background-size: 20px 20px;
        background-image: radial-gradient(#ffffff30 1px, transparent 1px);
    }

    .short-banner .banner-logo {
        top: 0px;
        z-index: 10;
        position: absolute;
    }

    /* Gradient overlay */
    .short-banner::after {
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        content: "";
        height: 40%;
        position: absolute;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, rgb(5 4 1) 120%);
        /*background: linear-gradient( 180deg, rgba(255, 255, 255, 0) 40%, rgba(255, 203, 0, 1) 120% );*/
    }

.BusineesShipment .BusineesShipment-header {
    padding: 50px 0;
}

.form-site-label {
    color: #111111;
    margin-bottom: 5px;
}

.form-site-text-box {
    width: 100%;
    display: block;
    color: #5d5d5d;
    border: 0.18rem;
    padding: 8px 10px;
    border-radius: 7px;
    border-style: solid;
    margin-bottom: 25px;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    border-color: rgb(129, 129, 129,0.5);
}

    .form-site-text-box:focus {
        outline: none;
        color: rgb(129, 129, 129,1);
        border-color: rgb(129, 129, 129,1);
    }

.div-checkbox {
    margin: 0;
    cursor: pointer;
}

    .div-checkbox input[type=checkbox] {
        display: none;
    }

    .div-checkbox label {
        display: flex;
        align-items: center;
        justify-content: start;
    }

        .div-checkbox label img {
            height: 70px;
            padding: 15px;
            margin: 10px 0;
            border-radius: 7px;
            background-color: #FFFFFF;
            border: 1px solid #f2f2f2;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
        }

        .div-checkbox label.active img {
            background-color: #FFEA99;
        }

        .div-checkbox label span {
            margin-left: 10px;
            line-height: 19px;
        }

.div-checkbox2 {
    margin: 0;
}

    .div-checkbox2 input[type=checkbox] {
        display: none;
    }

    .div-checkbox2 label {
        display: flex;
        margin: 10px 0;
        padding: 10px 10px;
        border-radius: 7px;
        white-space: nowrap;
        align-items: center;
        justify-content: start;
        background-color: #FFFFFF;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    }

        .div-checkbox2 label.active {
            background-color: #FFEA99;
        }

.div-checkbox3 {
    margin: 0;
}

    .div-checkbox3 input[type=checkbox] {
        display: none;
    }

    .div-checkbox3 label {
        display: flex;
        margin: 10px 0;
        padding: 10px 10px;
        border-radius: 7px;
        align-items: center;
        white-space: nowrap;
        justify-content: start;
        background-color: #FFFFFF;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    }

        .div-checkbox3 label.active {
            background-color: #FFEA99;
        }

.BusineesShipment-banner {
    padding: 40px 0 0 0;
    background-color: #FFF6D3;
}

.shipment-card {
    border-radius: 7px;
    padding: 15px 15px 22px;
    border: 1px groove #FFCB00;
}

    .shipment-card .shipment-card-image {
        height: 180px;
        overflow: hidden;
        border-radius: 10px;
    }

        .shipment-card .shipment-card-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .shipment-card .shipment-card-header {
        margin: 20px 0;
    }

    .shipment-card input[type=button] {
        padding: 3px 20px;
        border-radius: 15px;
        border: 1px groove #111111;
    }

    .shipment-card p {
        text-align: start !important;
    }

.common-slide-cont {
    display: flex;
    margin: 40px 0;
    justify-content: center;
}

    .common-slide-cont .slide-nav-button {
        margin: 10px;
        padding: 15px;
        border-radius: 50px;
        background-color: #ffffff;
        border: 1px solid #111111;
        transition: all 0.4s ease-in-out;
    }

        .common-slide-cont .slide-nav-button.active {
            background-color: #FFCB00;
            border: 1px solid #FFCB00;
        }

.common-slide-cont-2 {
    margin: 0;
    display: flex;
    justify-content: center;
}

    .common-slide-cont-2 .slide-nav-button {
        margin: 5px;
        width: 35px;
        padding: 5px;
        height: 35px;
        display: flex;
        border-radius: 50px;
        align-items: center;
        justify-content: center;
        background-color: #ffffff;
        border: 1px solid #111111;
        transition: all 0.4s ease-in-out;
    }

        .common-slide-cont-2 .slide-nav-button svg {
            width: 15px;
        }

        .common-slide-cont-2 .slide-nav-button.active {
            background-color: #FFCB00;
            border: 1px solid #FFCB00;
        }

.our-story .common-slide-cont-2 .slide-nav-button {
    border: 1px solid #ffffff;
    background-color: transparent;
    transition: all .3s ease-in-out;
}

    .our-story .common-slide-cont-2 .slide-nav-button svg path {
        fill: #ffffff !important;
        transition: all .3s ease-in-out;
    }

    .our-story .common-slide-cont-2 .slide-nav-button.active {
        background-color: #ffffff;
        border: 1px solid #ffffff;
    }

        .our-story .common-slide-cont-2 .slide-nav-button.active svg path {
            fill: #111111 !important;
        }

.border-out-line {
    margin: 60px 0;
}

    .border-out-line::after {
        right: 0;
        content: "";
        bottom: 130px;
        left: -1200px;
        height: 1.9px;
        position: absolute;
        background-color: #F1F1F1;
    }

    .border-out-line::before {
        right: 0;
        content: "";
        left: -1200px;
        height: 1.9px;
        position: absolute;
        background-color: #F1F1F1;
    }

.border-out-line-vertical::before {
    right: 0;
    top: -39px;
    left: -2px;
    z-index: 0;
    content: "";
    width: 1.9px;
    height: 296px;
    position: absolute;
    background-color: #F1F1F1;
}

.border-out-line-vertical:last-child::after {
    content: "";
    right: 0;
    z-index: 0;
    width: 1.9px;
    height: 296px;
    position: absolute;
    background-color: #F1F1F1;
    /* left: 0; */
    /* top: -39px; */
}

.branch-locator-container,
.branch-locator-container2 {
    top: 200px;
    z-index: 3;
    min-width: 500px;
    position: absolute;
}

.site-finder-card {
    color: #111111;
    padding: 28px 32px;
    border-radius: 12px;
    border: 1px solid #F1F1F1;
    background-color: #FFFFFF;
    box-shadow: rgba(17, 17, 26, 0.08) 0px 6px 18px;
}

.site-finder-card__header {
    margin-top: 0;
    color: #111111;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 18px;
    letter-spacing: -0.02em;
    font-family: "Barlow", sans-serif;
}

.site-finder-card__body {
    width: 100%;
}

.branch-locator-container .form select,
.branch-locator-container .form input {
    border-width: 1px;
    padding: 10px 19px;
    border-radius: 50px;
    margin-bottom: 15px;
    width: 100% !important;
}

.branch-locator-container .form button {
    border: 0;
    padding: 10px;
    color: #ffffff;
    border-radius: 50px;
    margin-bottom: 15px;
    width: 100% !important;
    background-color: #111111;
}

.site-finder-card .site-button-tabs input.active {
    color: #ffffff !important;
    background-color: #111111 !important;
}

.site-finder-card .track-textbox {
    color: #BABABA;
    padding: 10px 19px;
    border-radius: 50px;
    width: 100% !important;
    border: 1px groove #BABABA !important;
}

.site-finder-card .track-submit-button {
    border-radius: 50px;
}

.selectize-custom {
    padding: 0 !important;
    border-radius: 50px !important;
}

.branch-card {
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #FFCB00;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

    .branch-card h6 {
        margin-bottom: 10px;
    }

    .branch-card p {
        font-size: 13px;
        color: #666666;
    }

    .branch-card .Bk-Dl {
        font-size: 11px;
        padding: 5px 10px;
        margin: 0 10px 0 0;
        border-radius: 50px;
        border: 1px solid #212529;
    }

a.a-tag-view-map {
    color: #111111;
    display: block;
    font-size: 14px;
    padding: 5px 15px;
    width: fit-content;
    border-radius: 50px;
    text-decoration: none;
    background-color: #FFCB00;
    margin-top: 10px !important;
    transition: all .4s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

    a.a-tag-view-map img {
        width: 15px;
        margin-left: 10px;
    }

.branch-show-more-btn {
    color: #111111;
    padding: 10px 15px;
    border-radius: 50px;
    border: 1px solid #111111;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
    box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
}

    .branch-show-more-btn:hover {
        border: 1px solid #FFCB00;
        background-color: #FFCB00;
    }

    .branch-show-more-btn img {
        margin-left: 10px;
    }

.comp-site-branch-list .common-slide-cont {
    display: none;
}

.services-container-main {
    height: 220px;
}

.services-container {
    top: -54px;
    z-index: 3;
    width: 100%;
    position: absolute;
    border-radius: 10px;
    height: 500px !important;
}

.short-banner-2 {
    border-radius: 10px;
    background-color: #FFCB00;
}

.rounded-icon {
    padding: 10px;
    border-radius: 50px;
    margin: 5px 10px 10px 0;
}

.rounded-icon-2 {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    justify-content: center;
    background-color: #FFCB00;
}

.text-css-secondary {
    color: #818181;
}

.underline-header {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #111111;
}

.white-image {
    filter: brightness(0) invert(1);
}

.line-height {
    line-height: 19px;
}

.card-2 {
    border: 0;
    padding: 20px;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.img-size-1 {
    width: 190px;
    height: 240px;
    border-radius: 10px;
}

.fs-14px {
    font-size: 14px;
}

.fs-12px {
    font-size: 12px;
}

.our-story {
    padding: 50px 0;
    object-fit: cover;
    background-color: #111111;
}

.text-white {
    color: #ffffff;
}

.bg-dot-overlay {
    position: relative;
}

    .bg-dot-overlay::before {
        inset: 0;
        z-index: 1;
        content: "";
        position: absolute;
        background-size: 20px 20px;
        background-image: radial-gradient(#ffffff10 2px, transparent .5px);
    }

.our-story-so-far .swiper-slide {
    color: white;
    height: 320px !important;
    position: relative !important;
}

    .our-story-so-far .swiper-slide.border-out-line-vertical-2::after {
        left: 0;
        top: 30%;
        z-index: 0;
        content: "";
        height: 1px;
        width: 100%;
        position: absolute;
        background-color: #FFFFFF;
    }

    .our-story-so-far .swiper-slide.border-out-line-vertical-2:last-child::after {
        left: 0;
        top: 30%;
        z-index: 0;
        content: "";
        height: 1px;
        width: 100%;
        position: absolute;
        background-color: transparent;
    }

    .our-story-so-far .swiper-slide .radio-button {
        left: 0;
        top: 30%;
        z-index: 1;
        content: "";
        padding: 13px;
        position: absolute;
        border-radius: 50px;
        background-color: #111111;
        border: 1px solid #FFCB00;
        transform: translate(0%, -50%);
    }

    .our-story-so-far .swiper-slide .key-points {
        left: 0;
        top: 38%;
        position: absolute;
        padding-left: 10px;
    }

    .our-story-so-far .swiper-slide img {
        left: 0;
        top: 40%;
        z-index: 10;
        width: 250px;
        height: 250px;
        position: absolute;
        border-radius: 10px;
        transform: translate(0%, -50%);
    }

    .our-story-so-far .swiper-slide .key-points p {
        width: 70%;
    }

    .our-story-so-far .swiper-slide .radio-button .radio-button-sub {
        width: 18px;
        height: 18px;
        border-radius: 50px;
        background-color: #FFCB00;
    }

.swiper-pagination-2 {
    z-index: 100;
    position: relative;
    justify-content: start;
    display: flex !important;
    align-items: center !important;
    transition: all .3s ease-in-out;
}

    .swiper-pagination-2 .swiper-pagination-bullet {
        border-radius: 0;
        width: 10% !important;
        height: 3px !important;
        margin-right: 1px !important;
        transition: all .3s ease-in-out;
        background-color: #595959 !important;
    }

        .swiper-pagination-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
            transition: all .3s ease-in-out;
            background-color: #ffffff !important;
        }

.hide-desktop {
    display: none;
}

.board-of-directors-profile {
    padding: 20px;
    border-radius: 10px;
    transition: all .3s ease-in-out;
    background-color: transparent !important;
}

    .board-of-directors-profile .board-of-directors-profile-headers {
        display: flex;
        justify-content: start;
    }

    .board-of-directors-profile.active {
        background-color: #ffffff !important;
        box-shadow: rgba(0, 0, 0, 0.04) 0px 0px 5px;
    }

    .board-of-directors-profile .profile-icon {
        width: 210px;
        height: 240px;
        border-radius: 10px;
    }

    .board-of-directors-profile .headers {
        position: relative;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
    }

        .board-of-directors-profile .headers .arrow-icon {
            top: -5px;
            right: -5px;
            display: none;
            position: absolute;
        }

        .board-of-directors-profile .headers .social-media-container a {
            line-height: 0;
            padding: 8px 5px;
            border-radius: 5px;
            background-color: #818181;
            transition: all .3s ease-in-out;
        }

            .board-of-directors-profile .headers .social-media-container a img {
                width: 25px;
                filter: brightness(0) invert(1);
            }

    .board-of-directors-profile.active .headers .social-media-container a.linkdin {
        background-color: #007EBB;
    }

.BOD_IMG {
    width: 230px;
    height: 270px;
    margin-top: 5%;
    object-fit: cover;
    border-radius: 10px;
    object-position: center;
}

.BOD_9 {
    min-height: 330px;
    max-height: fit-content;
    padding: 12px 50px 0 10px;
}

.BOD_row {
    width: 100%;
    padding: 15px 6px 0px;
}

.asdd {
    width: 97.5%;
    border-bottom: 1px solid #dadada;
}

    .asdd:last-child {
        border: none;
    }

.hrr {
    width: 97.5%;
    margin-top: 0rem !important;
    margin-bottom: 0.5rem !important;
}

.GST-Con {
    padding: 10px 20px;
    border-radius: 20px;
    background: #ffe892;
    border: 1px solid #e7e7e7;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.investorsdesk a.link {
    color: #111111;
    line-height: 26px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
}

.investorsdesk a.link2 {
    color: #111111;
    line-height: 20px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    font-size: 16px !important;
}

.investorsdesk a.link:hover {
    padding: 1px 8px;
    border-radius: 10px;
    background-color: #FFEFB2;
    transform: translateX(1px);
}

.investorsdesk a.link.active {
    padding: 1px 8px;
    font-weight: 600;
    border-radius: 6px;
    background-color: #ffea99;
    transform: translateX(1px);
}

.badge-1 {
    color: #111111;
    font-size: 17px;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    background-color: #FFFFFF;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 1px 1px 0px;
}

    .badge-1:hover {
        color: #111111;
        background-color: #FFEA99;
        transition: all .3s ease-in-out;
    }

    .badge-1.active {
        color: #111111;
        background-color: #FFEA99;
        transition: all .3s ease-in-out;
    }

.mobile-screen-1 {
    display: flex;
    overflow: hidden;
    position: relative;
    padding: 40px 40px;
    border-radius: 10px;
    background-color: #111111;
    justify-content: space-between;
}

    .mobile-screen-1 .mobile-screen-main {
        display: flex;
        align-items: center;
        justify-content: start;
        flex-direction: column;
    }

    .mobile-screen-1 .app-banner {
        top: 40px;
        right: -165px;
        position: absolute;
    }

    .mobile-screen-1 .app-store-container {
        gap: 10px;
        margin: 10px;
        display: flex;
        flex-direction: column;
    }

        .mobile-screen-1 .app-store-container img {
            width: 130px;
        }

.hide-scroll-bar {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.contactus-locations {
    margin-top: 100px;
}

.contactus-have-question {
    padding: 10px;
    background-color: #FFEA99;
}

.accordion-button {
    width: 100%;
    display: flex;
    color: #212529;
    font-size: 1rem;
    text-align: left;
    position: relative;
    align-items: center;
    padding: 1rem 1.25rem;
    overflow-anchor: none;
    background-color: #fff;
    border-radius: 10px !important;
    border: 1px solid #eeeeee !important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

.selectize-custom-css-1 .selectize-input {
    color: rgb(129 129 129) !important;
}

button:focus:not(:focus-visible) {
    outline: 0;
    border: none !important;
    border-radius: 100px 100px 100px 100px !important;
    /* border-bottom: 1px solid #e2e2e282 !important; */
}

.box {
    top: -1%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

    .box span {
        width: 20px;
        height: 20px;
        margin: -10px;
        display: block;
        transform: rotate(45deg);
        border-right: 2px solid white;
        border-bottom: 2px solid white;
        animation: animate 2s infinite;
    }

        .box span:nth-child(2) {
            animation-delay: -0.2s;
        }

        .box span:nth-child(3) {
            animation-delay: -0.4s;
        }

.error-asterisk {
    color: red;
}

.leaflet-bottom {
    display: none !important;
}

.leaflet-popup-content {
    margin: 13px 24px 0px 20px !important;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    background: #ffcb00 !important;
}

.site-footer-main .form input, .site-footer-main .form select {
    outline: none;
}

.common-slide-cont-2 {
    display: none !important;
}

@keyframes animate {

    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}

.gifff {
    height: 95vh !important;
}

@media (max-width: 1024px) {
    .gifff {
        height: auto !important;
    }

    .contactp {
        opacity: 0 !important;
    }
}

@media (max-width: 768px) {
    .brancch {
        margin-top: 410px !important;
    }

    .box {
        display: none;
    }

    .common-slide-cont-2{
        display: flex !important;
    }
}

@media (max-width: 760px) {
    .BOD_IMG {
        width: 80px;
        height: 80px;
    }

    .contactus-locations {
        margin-top: 284px;
    }

    .mobile-screen-1 {
        overflow: hidden;
        align-items: start;
        justify-content: center;
        padding: 20px 20px 220px 20px;
    }

        .mobile-screen-1 .mobile-screen-main {
            display: flex;
            align-items: center;
            justify-content: start;
            flex-direction: column;
        }

        .mobile-screen-1 .app-store-container {
            gap: 5px;
            flex-direction: row;
        }

        .mobile-screen-1 .app-banner {
            top: unset;
            right: unset;
            width: 290px;
            bottom: -180px;
            position: absolute;
            transform: translateX(-50%);
        }

    .hide-desktop {
        display: flex;
    }

    .hide-mobile-screen {
        display: none !important;
    }

    .site-track-cont-bg {
        top: -50px;
        height: 520px;
        overflow: hidden;
        z-index: 0 !important;
        left: -50px !important;
    }

    .site-card {
        padding: 25px 15px;
    }

    .site-card-header {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .banner-title-1 {
        font-size: 20px;
        line-height: 22px;
        text-align: center;
        margin: 45px 0px 45px 0px !important;
    }

    .site-button-tabs {
        margin-bottom: 15px !important;
    }

        .site-button-tabs input {
            font-size: 16px;
        }

    .track-textbox {
        padding: 9px 13px !important;
    }


    .track-submit-button {
        width: auto;
        font-size: 14px;
        padding: 8px 30px !important;
    }

    .site-cmp-cont {
        border: 0;
        padding: 0 10px;
        margin-top: 50px;
        padding-bottom: 70px !important;
    }

        .site-cmp-cont .site-cmp-comp {
            z-index: 10;
            height: 120px;
        }

    .site-cmp-comp > div {
        width: 85%;
    }

    .top-left {
        left: -240px !important;
        height: 250px !important;
    }

    .slide-content {
        overflow: visible !important;
    }

    .site-cmp-responsibly .container {
        padding: 0;
    }

    .bottom-right {
        bottom: -91px;
        height: 190px;
        right: -119px;
    }

    .site-cmp-responsibly h1 {
        width: 80%;
        margin: auto;
        color: #111111;
        font-size: 20px;
        margin-top: 50px;
        text-align: center;
    }

    .site-cmp-branchloacter {
        padding: 60px 15px;
    }

        .site-cmp-branchloacter .site-cmp-branchloacter-main {
            height: 620px;
            padding: 32px 30px;
            border-radius: 10px;
        }

            .site-cmp-branchloacter .site-cmp-branchloacter-main div {
                height: auto;
            }

                .site-cmp-branchloacter .site-cmp-branchloacter-main div.title-container {
                    height: auto;
                }

                .site-cmp-branchloacter .site-cmp-branchloacter-main div.banner-container {
                    height: 56%;
                    padding: 18px;
                    overflow: hidden;
                }

            .site-cmp-branchloacter .site-cmp-branchloacter-main .title-container {
                margin-top: 20px;
                text-align: center;
            }

                .site-cmp-branchloacter .site-cmp-branchloacter-main .title-container h1 {
                    font-weight: 700;
                }

                .site-cmp-branchloacter .site-cmp-branchloacter-main .title-container p {
                    font-size: 16px;
                    margin-top: 15px;
                }

                .site-cmp-branchloacter .site-cmp-branchloacter-main .title-container .explore-all-branches {
                    border: 0;
                    margin-top: 5px;
                    padding: 8px 23px;
                }

            .site-cmp-branchloacter .site-cmp-branchloacter-main .arrow-upwards {
                left: auto;
                bottom: 1px;
                right: -144px;
                height: 193px;
                transform: none;
            }

            .site-cmp-branchloacter .site-cmp-branchloacter-main .track-line {
                height: 327px;
                z-index: 0 !important;
                transform: translate(-61px, 271px);
            }

            .site-cmp-branchloacter .site-cmp-branchloacter-main .row {
                height: 100%;
            }

            .site-cmp-branchloacter .site-cmp-branchloacter-main .title-container {
                height: auto;
            }

            .site-cmp-branchloacter .site-cmp-branchloacter-main .banner-container {
                height: auto;
            }

    .site-cmp-newscontainer .site-cmp-newscontainer-header {
        display: flex;
        text-align: center;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .site-cmp-newscontainer .site-cmp-newscontainer-body .more-airtcle-cont {
        display: none;
    }

    .india-ka-logistics img {
        z-index: 1;
        width: 150px;
    }

    .site-cmp-appdetails {
        flex-direction: column;
        padding: 20px 20px 0 20px;
    }

        .site-cmp-appdetails h1, p {
            text-align: center;
        }

        .site-cmp-appdetails .row .col-md-6 {
            font-size: 13px;
            padding: 10px 5px;
        }

        .site-cmp-appdetails .rounded-icon {
            width: 35px;
            height: 35px;
        }

            .site-cmp-appdetails .rounded-icon img {
                width: 18px;
            }

        .site-cmp-appdetails .site-cmp-appdetails-qrcode {
            display: none;
        }

        .site-cmp-appdetails .site-cmp-appdetails-banner {
            width: 100%;
            height: 250px;
            overflow: hidden;
            text-align: center;
        }

            .site-cmp-appdetails .site-cmp-appdetails-banner img {
                background-position: top;
            }

    .site-cmp-appdetails-download-cont {
        display: flex;
        margin: 20px 0;
        justify-content: space-between;
    }

    .site-cmp-appdetails .banner-main-containet {
        width: 100%;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

        .site-cmp-appdetails .banner-main-containet button {
            border: 0;
            margin: 5px;
            padding: 10px;
            display: flex;
            color: #FFCB00;
            border-radius: 5px;
            text-align: center;
            white-space: nowrap;
            padding-right: 25px;
            justify-content: start;
            background-color: #131313;
        }

            .site-cmp-appdetails .banner-main-containet button img {
                width: 30px;
            }

            .site-cmp-appdetails .banner-main-containet button div {
                margin-left: 10px;
                text-align: start;
                line-height: 15px;
            }

                .site-cmp-appdetails .banner-main-containet button div small {
                    display: block;
                }

                .site-cmp-appdetails .banner-main-containet button div p {
                    margin: 0;
                    font-size: 16px
                }

    .site-home-screen-banner .main-conatiner .title {
        padding: 10px;
        font-size: 19px;
        line-height: 20px;
        background: linear-gradient(180deg,rgba(255, 255, 255, 0) 20%, rgba(17, 17, 17, 1) 100%);
    }

    /* SHORT BANNER (below navbar, above body) */
    .short-banner {
        width: 100%;
        height: 250px;
        overflow: hidden;
        position: relative;
    }

        /* Banner Image */
        .short-banner img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            background-position: center;
        }

    .branch-locator-container,
    .branch-locator-container2 {
        top: 100px;
        z-index: 3;
        margin: 10px;
        min-width: 280px;
        position: absolute;
        width: calc(100% - 20px);
    }

    .site-finder-card {
        padding: 18px 16px;
        border-radius: 10px;
    }

    .site-finder-card__header {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .main-bl-conatiner {
        margin-top: 320px !important;
    }

    .comp-site-branch-list .common-slide-cont {
        display: flex;
        justify-content: end;
    }

    .common-slide-cont {
        margin: 5px 0;
    }

        .common-slide-cont .slide-nav-button {
            width: 40px;
            padding: 5px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .common-slide-cont .slide-nav-button svg {
                padding: 0px;
            }

    .services-container-main {
        height: 250px;
    }

    .img-size-1 {
        width: 130px;
    }

    .our-story-so-far .swiper-slide .key-points p {
        width: 90%;
    }

    .our-story-so-far .swiper-slide img {
        width: 150px;
    }

    .board-of-directors-profile .headers {
        align-items: start !important;
        flex-direction: column !important;
    }

    .board-of-directors-profile .profile-icon {
        width: 110px;
        height: 130px;
        border-radius: 10px;
    }

    .board-of-directors-profile .headers .arrow-icon {
        display: block;
    }
}

/* Mobile Drawer Styles */
.mobile-drawer {
    top: 0;
    width: 80%;
    right: -100%;
    height: 100vh;
    padding: 10px;
    position: fixed;
    background: #fff;
    overflow-y: auto;
    max-width: 300px;
    z-index: 9999999999999;
    box-sizing: border-box;
    transition: left 0.3s ease-in-out;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
}

    .mobile-drawer.open {
        right: 0;
    }

.app-container.drawer-open .site-navbar {
    display: none;
}

.mobile-drawer-overlay {
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: fixed;
    visibility: hidden;
    backdrop-filter: blur(3px);
    background: rgba(0, 0, 0, 0.5);
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

    .mobile-drawer-overlay.open {
        opacity: 1;
        visibility: visible;
    }

body::after {
    top: 0;
    left: 0;
    opacity: 0;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 9998;
    position: fixed;
    visibility: hidden;
    pointer-events: none;
    backdrop-filter: blur(5px);
    background: rgba(0, 0, 0, 0);
    -webkit-backdrop-filter: blur(5px);
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

body.drawer-open::after {
    opacity: 1;
    visibility: visible;
}

.mobile-drawer-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    justify-content: space-between;
}

.mobile-drawer-menu {
    gap: 15px;
    display: flex;
    flex-direction: column;
}

    .mobile-drawer-menu .menu-item {
        padding: 0px 10px 20px;
        border-bottom: 1px solid #f0f0f0;
        /*border-radius: 50px;
        background: #fff7da;
        border: 1px solid #ffcb00;*/
    }

        .mobile-drawer-menu .menu-item:last-child {
            padding: 0px;
            border: none;
            border-bottom: none;
            background: transparent;
        }

    .mobile-drawer-menu .site-menu-link {
        color: #111;
        font-weight: 500;
        text-decoration: none;
    }

    .mobile-drawer-menu .book-now-button {
        width: 100%;
        border: none;
        color: #2b2a29;
        cursor: pointer;
        background: #000;
        border-radius: 4px;
        border-radius: 30px;
        align-items: center;
        justify-content: center;
        padding: 12px 12px 32px;
        text-decoration: none !important;
    }

.ham-burger {
    padding: 0 20px 0 170px;
}

.scroll-to-top-button {
    opacity: 0;
    right: 15px;
    color: white;
    bottom: 15px;
    padding: 6px;
    position: fixed;
    z-index: 999999999;
    border-radius: 10px;
    background: #ffefb2;
    text-decoration: none;
    border: 2px solid #ffcb00;
    transition: 0.2s ease !important;
    /*box-shadow: 0 0px 4px 0px rgb(0 0 0 / 31%);*/
}

    .scroll-to-top-button:hover {
        scale: 1.10;
        background: #ffcb00;
        border: 2px solid #ffcb00;
        box-shadow: 0 0px 4px 0px rgb(0 0 0 / 31%);
    }

.buuknow {
    color: black;
    font-weight: 600;
    background: #ffcb00;
    border-radius: 20px;
    padding: 5px 20px 7px;
    text-decoration: none;
    border: 2px solid #ffcb00;
}

    .buuknow:hover {
        color: black !important;
    }

.toast {
    right: 10px !important;
    width: 350px !important;
    bottom: 10px !important;
    max-width: 100% !important;
    font-size: .875rem !important;
    pointer-events: auto !important;
    border-radius: .25rem !important;
    background-clip: padding-box !important;
    border: 1px solid rgba(0, 0, 0, .1) !important;
    background-color: rgba(255, 255, 255, .85) !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.toast-body {
    padding: .75rem !important;
    word-wrap: break-word !important;
    backdrop-filter: blur(5px) !important;
}

.qrcode{
    height: 125px;
}
/*Loadercss*/
#truckRedirectLoader {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    overflow: hidden;
    background: #f1c40f00;
    z-index: 9999999999999999999;
    font-family: Arial, Helvetica, sans-serif;
    backdrop-filter: blur(5px) brightness(0.7);
}

    #truckRedirectLoader .truck-loader-center {
        top: 50%;
        left: 50%;
        width: 320px;
        height: 180px;
        margin-top: -90px;
        position: absolute;
        margin-left: -160px;
    }

    #truckRedirectLoader .truck-loader-vehicle {
        width: 320px;
        height: 110px;
        position: relative;
        animation: truckBounce 0.35s linear infinite;
    }

    #truckRedirectLoader .truck-back-box {
        top: 28px;
        left: 78px;
        width: 118px;
        height: 58px;
        background: #000;
        position: absolute;
        border-radius: 4px;
    }

    #truckRedirectLoader .truck-front-cabin {
        top: 40px;
        left: 200px;
        width: 68px;
        height: 46px;
        background: #000;
        position: absolute;
        border-top-left-radius: 4px;
        border-top-right-radius: 2px;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }
     
        #truckRedirectLoader .truck-front-cabin:before {
            top: 0;
            width: 0;
            height: 0;
            content: "";
            right: -20px;
            position: absolute;
            border-left: 20px solid #000;
            border-top: 38px solid transparent;
            border-bottom: 18px solid transparent;
        }

    #truckRedirectLoader .truck-front-window {
        top: 49px;
        left: 210px;
        width: 59px;
        height: 18px;
        position: absolute;
        background: #fffefc;
        clip-path: polygon(0% 0%, 86% 0%, 100% 100%, 100% 100%, 0 100%);
    }

        #truckRedirectLoader .truck-front-window:before {
            /*top: 0;
            width: 0;
            height: 0;
            right: -8px;
            content: "";
            position: absolute;
            border-left: 8px solid #f1c40f;
            border-top: 0 solid transparent;
            border-bottom: 16px solid transparent;*/
        }

    #truckRedirectLoader .truck-bottom-strip {
        top: 85px;
        left: 70px;
        width: 210px;
        height: 12px;
        background: #000;
        position: absolute;
        border-radius: 2px;
    }

        #truckRedirectLoader .truck-bottom-strip:before {
            top: -2px;
            width: 0px;
            content: "";
            left: -12px;
            height: 12px;
            background: #000;
            position: absolute;
            border-radius: 2px;
        }

        #truckRedirectLoader .truck-bottom-strip:after {
            top: -6px;
            content: "";
            width: 13px;
            right: -12px;
            height: 18px;
            background: #000;
            position: absolute;
            border-radius: 2px;
        }

    #truckRedirectLoader .truck-wheel {
        bottom: 0;
        width: 34px;
        height: 34px;
        background: #000;
        position: absolute;
        border-radius: 50%;
        animation: wheelMove 0.35s linear infinite;
    }

        #truckRedirectLoader .truck-wheel:before {
            top: 8px;
            left: 8px;
            content: "";
            width: 18px;
            height: 18px;
            position: absolute;
            border-radius: 50%;
            background: #ffffff;
        }

    #truckRedirectLoader .truck-wheel-left {
        left: 98px;
    }

    #truckRedirectLoader .truck-wheel-right {
        left: 215px;
    }

    #truckRedirectLoader .truck-motion-lines {
        left: 0;
        top: 40px;
        width: 90px;
        height: 40px;
        position: absolute;
    }

        #truckRedirectLoader .truck-motion-lines span {
            height: 4px;
            display: block;
            background: #000;
            position: absolute;
            border-radius: 10px;
        }

            #truckRedirectLoader .truck-motion-lines span:nth-child(1) {
                top: 0;
                left: 10px;
                width: 65px;
                animation: shortLine1 0.5s linear infinite;
            }

            #truckRedirectLoader .truck-motion-lines span:nth-child(2) {
                top: 14px;
                left: 20px;
                width: 48px;
                animation: shortLine2 0.35s linear infinite;
            }

            #truckRedirectLoader .truck-motion-lines span:nth-child(3) {
                left: 0;
                top: 28px;
                width: 72px;
                animation: shortLine3 0.6s linear infinite;
            }

    #truckRedirectLoader .truck-loader-text {
        left: 0;
        top: 120px;
        color: #000;
        width: 320px;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        position: absolute;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    #truckRedirectLoader .truck-loader-lines {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
    }

        #truckRedirectLoader .truck-loader-lines span {
            height: 3px;
            opacity: 0.9;
            display: block;
            background: #000;
            position: absolute;
            border-radius: 20px;
        }

        #truckRedirectLoader .truck-loader-lines .line-one {
            top: 22%;
            left: 100%;
            width: 220px;
            animation: bgLine1 0.8s linear infinite;
        }

        #truckRedirectLoader .truck-loader-lines .line-two {
            top: 40%;
            left: 100%;
            width: 170px;
            animation-delay: -0.5s;
            animation: bgLine2 0.65s linear infinite;
        }

        #truckRedirectLoader .truck-loader-lines .line-three {
            top: 68%;
            left: 100%;
            width: 260px;
            animation-delay: -1s;
            animation: bgLine3 1s linear infinite;
        }

        #truckRedirectLoader .truck-loader-lines .line-four {
            top: 82%;
            left: 100%;
            width: 180px;
            animation-delay: -1.5s;
            animation: bgLine4 0.7s linear infinite;
        }

@keyframes truckBounce {
    0% {
        transform: translate(1px, 1px);
    }

    20% {
        transform: translate(-1px, 0px);
    }

    40% {
        transform: translate(1px, -1px);
    }

    60% {
        transform: translate(-1px, 1px);
    }

    80% {
        transform: translate(1px, 0px);
    }

    100% {
        transform: translate(0px, -1px);
    }
}

@keyframes wheelMove {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(1px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes shortLine1 {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(-35px);
    }
}

@keyframes shortLine2 {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(-28px);
    }
}

@keyframes shortLine3 {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(-42px);
    }
}

@keyframes bgLine1 {
    0% {
        left: 100%;
        opacity: 1;
    }

    100% {
        opacity: 0;
        left: -260px;
    }
}

@keyframes bgLine2 {
    0% {
        left: 100%;
        opacity: 1;
    }

    100% {
        opacity: 0;
        left: -210px;
    }
}

@keyframes bgLine3 {
    0% {
        left: 100%;
        opacity: 1;
    }

    100% {
        opacity: 0;
        left: -300px;
    }
}

@keyframes bgLine4 {
    0% {
        left: 100%;
        opacity: 1;
    }

    100% {
        opacity: 0;
        left: -220px;
    }
}