﻿body {
    font-family: "Montserrat", sans-serif !important;
}

/*Loader Css*/

.loaderWrap {
    background: #fdc309c7;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 99999999;
    display: none;
}

    .loaderWrap .loaderInner {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .loaderWrap img {
        animation: fading 1s infinite alternate;
    }

    .loaderWrap p {
        color: #000;
        font-weight: 700;
        text-align: center;
        margin: 22px 0;
        font-size: 23px;
    }

    .loaderWrap .txt {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .loaderWrap .txt .snippet {
            margin-top: 8px;
        }

.dot-flashing {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #000;
    color: #000;
    animation: dot-flashing 1s infinite linear alternate;
    animation-delay: 0.5s;
}

    .dot-flashing::before, .dot-flashing::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
    }

    .dot-flashing::before {
        left: -15px;
        width: 10px;
        height: 10px;
        border-radius: 5px;
        background-color: #000;
        color: #000;
        animation: dot-flashing 1s infinite alternate;
        animation-delay: 0s;
    }

    .dot-flashing::after {
        left: 15px;
        width: 10px;
        height: 10px;
        border-radius: 5px;
        background-color: #000;
        color: #000;
        animation: dot-flashing 1s infinite alternate;
        animation-delay: 1s;
    }

@keyframes dot-flashing {
    0% {
        background-color: #000;
    }

    50%, 100% {
        background-color: rgba(0, 0, 0, 0.2);
    }
}

@keyframes fading {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

/*Loader Css*/

.ylbg {
    background-color: #fdc309;
}

.ylclr {
    color: #fdc309;
}

.headerWrap {
    box-shadow: 0 0 20px 0 rgba(0 0 0 / 18%);
    background-color: #fff;
    padding: 14px 0;
    position: relative;
    z-index: 99999;
}
.navbar-brand img{
    display: inline-block !important;
}
.ani-img {
    width: 100%;
    max-width: 45px;
    animation: spin3D 3s linear infinite;
    text-align: center;
}

@keyframes spin3D {
    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(180deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

.logo-2 {
    width: 170px;
    margin-left: 20px;
}

.headerWrap .nav-link {
    color: #646464 !important;
    font-weight: 700;
    font-size: 12px !important;
    padding: 7px 25px !important;
}

    .headerWrap .nav-link.active {
        color: #fdc309;
    }

    .headerWrap .nav-link.signin {
        background-color: #fdc309;
        border-radius: 20px;
    }

.navbar-toggler img {
    width: 36px;
    height: 36px;
}

.navbar {
    box-shadow: none !important;
    margin-bottom: 0 !important;
}

.navbar-brand {
    padding: 0 !important;
    height: auto !important;
}

.navbar-nav {
    justify-content: end;
    float: none !important;
}

.bannerWrap {
    background: linear-gradient(#fdc30980, #fdc30924), url(../Content/cabspediaimg/banner-img.jpg) center center / cover no-repeat;
    padding: 50px 0;
}

    .bannerWrap .formWrap {
        background: #fdc309;
        padding: 25px 20px;
        border-radius: 20px;
    }

        .bannerWrap .formWrap .formHeading {
            background: #fff;
            border-radius: 10px;
            font-size: 25px;
            text-align: center;
            padding: 12px 0;
            color: #646464;
            font-weight: 700;
            border: 3px solid #d4d4d4;
        }

        .bannerWrap .formWrap .fieldWrap {
            margin-top: 20px;
            display: flex;
            gap: 10px;
        }

            .bannerWrap .formWrap .fieldWrap div:last-child {
                width: 100%;
            }

            .bannerWrap .formWrap .fieldWrap label {
                display: block;
                font-weight: 800;
                color: #646464;
                font-size: 17px;
                margin-bottom: 3px;
            }

            .bannerWrap .formWrap .fieldWrap .select2-selection--single {
                height: 50px;
                text-align: center;
                border: 3px solid #d4d4d4;
                border-radius: 10px;
                box-shadow: none !important;
            }

            .bannerWrap .formWrap .fieldWrap .select2-container--open .select2-selection--single {
                border-bottom: none !important;
            }

            .bannerWrap .formWrap .fieldWrap .select2-selection__rendered {
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 10px !important;
            }

            .bannerWrap .formWrap .fieldWrap .select2-selection__placeholder {
                font-size: 16px !important;
            }

            .bannerWrap .formWrap .fieldWrap .select2-selection__arrow {
                height: 100%;
            }

.select2-dropdown {
    border-radius: 10px !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border: 3px solid #d4d4d4 !important;
    border-top: 0 !important;
}

.select2-search--dropdown .select2-search__field {
    outline: none;
}

.bannerWrap .formWrap .fieldWrap span {
    font-size: 10px;
    font-weight: 500;
    color: #646464;
    display: block;
}

.bannerWrap .formWrap .fieldWrap button {
    background-color: #fff;
    border: 3px solid #d4d4d4;
    color: #646464;
    font-size: 10px;
    font-weight: 700;
    border-radius: 5px;
    padding: 5px 15px;
}

.bannerWrap .formWrap .btnsWrap {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 40px;
}

    .bannerWrap .formWrap .btnsWrap button:first-child {
        background-color: #1e98d5;
    }

    .bannerWrap .formWrap .btnsWrap button:last-child {
        background-color: #fff;
    }

    .bannerWrap .formWrap .btnsWrap button {
        font-size: 14px;
        font-weight: 800;
        padding-left: 20px;
        padding-right: 20px;
    }

.bannerWrap .allFieldsWrap {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

    .bannerWrap .allFieldsWrap .left {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 11px;
        position: relative;
    }

        .bannerWrap .allFieldsWrap .left span {
            display: block;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            background-color: #fff;
            border: 3px solid #d4d4d4;
        }

        .bannerWrap .allFieldsWrap .left.pickup span:first-child {
            width: 25px;
            height: 25px;
            border-width: 5px;
        }

        .bannerWrap .allFieldsWrap .left.dropoff span:last-child {
            width: 25px;
            height: 25px;
            border-width: 5px;
        }

        .bannerWrap .allFieldsWrap .left.via span {
            position: relative;
            border-width: 3px;
            height: 25px;
            width: 25px;
        }

        .bannerWrap .allFieldsWrap .left.viaFields span {
            width: 25px;
            height: 25px;
            border-width: 5px;
        }

        .bannerWrap .allFieldsWrap .left.via span:before,
        .bannerWrap .allFieldsWrap .left.via span:after {
            content: "";
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 3px;
            height: 100%;
            background-color: #d4d4d4;
        }

        .bannerWrap .allFieldsWrap .left.via span::after {
            transform: translateX(-50%) rotate(90deg);
        }

        .bannerWrap .allFieldsWrap .left span:nth-child(7) {
            margin-top: 5px;
        }

    .bannerWrap .allFieldsWrap .right {
        width: 108%;
    }

.banner .roadShape {
    background: url(../Content/cabspediaimg/road-shape-2.jpg) center center/cover no-repeat;
    height: 70px;
    border-top: 12px solid #495d69;
}

.fleetWrap {
    margin-top: -40px;
    padding-bottom: 60px;
}

    .fleetWrap .cardsWrap {
        display: flex;
        justify-content: space-between;
    }

        .fleetWrap .cardsWrap .cusCard {
            text-align: center;
        }

            .fleetWrap .cardsWrap .cusCard img {
                width: 120px;
            }

            .fleetWrap .cardsWrap .cusCard h2 {
                font-weight: 300;
                font-style: italic;
                font-size: 20px;
                margin-top: 40px;
            }

            .fleetWrap .cardsWrap .cusCard ul {
                padding: 0;
                margin: 0;
            }

                .fleetWrap .cardsWrap .cusCard ul li {
                    list-style: none;
                    display: flex;
                    justify-content: center;
                    gap: 25px;
                    margin-bottom: 10px;
                }

                    .fleetWrap .cardsWrap .cusCard ul li img {
                        width: 25px;
                        height: 25px;
                    }

.airportWrap {
    padding: 90px 0;
}

    .airportWrap .imgWrap::before {
        content: "";
        position: absolute;
        top: 10px;
        right: 25px;
        width: 50px;
        height: 50px;
        background: #fdc409c6 url(../Content/cabspediaimg/sedan.png) center center/30px no-repeat;
        border-radius: 50%;
    }

    .airportWrap h2 {
        font-size: 20px;
        font-weight: 700;
        color: #646464;
        margin-bottom: 3px;
        margin-top: 15px;
    }

    .airportWrap span {
        display: block;
        line-height: 1;
        color: #1e98d5;
        font-weight: 700;
        font-size: 14px;
    }

    .airportWrap button {
        border-radius: 50px;
        padding: 15px 100px !important;
        font-weight: 800;
        font-size: 20px;
        color: #646464;
        display: block;
        margin: 35px auto 0;
    }

.servicesWrap {
    padding: 80px 30px 80px 100px;
    background-color: #f4f7fa;
}

    .servicesWrap .item {
        padding: 15px;
    }

    .servicesWrap > .item:not(:first-child) {
        display: none;
    }

    .servicesWrap > .item:first-child {
        padding: 0 20px;
    }

    .servicesWrap .owl-prev {
        display: none !important;
    }

    .servicesWrap .owl-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 50px;
        background: #fdc309 url(../Content/cabspediaimg/next.png) center center/45px no-repeat !important;
        width: 70px;
        height: 70px;
        border-radius: 50%;
    }

        .servicesWrap .owl-next span {
            display: none !important;
        }

    .servicesWrap .owl-dots {
        display: none !important;
    }

    .servicesWrap .cusCards {
        background: #fff;
        border-radius: 5px;
        padding: 30px;
        box-shadow: 0 0 20px rgba(0 0 0 / 5%);
    }

        .servicesWrap .cusCards .iconWrap {
            background: #fdc30926;
            width: fit-content;
            padding: 15px;
            border-radius: 50%;
        }

            .servicesWrap .cusCards .iconWrap img {
                width: 38px;
                height: 38px;
            }

        .servicesWrap .cusCards h2 {
            font-size: 20px;
            margin-top: 25px;
        }

        .servicesWrap .cusCards span {
            font-size: 12px;
            display: block;
            margin-top: 15px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            -webkit-box-orient: vertical;
        }

.accreditationWrap {
    padding: 80px 0;
}

    .accreditationWrap h2 {
        text-align: center;
        margin: 0 auto 30px;
        width: 50%;
        font-size: 26px;
    }

    .accreditationWrap .logosWrap {
        display: flex;
        justify-content: center;
        gap: 70px;
        align-items: center;
    }

        .accreditationWrap .logosWrap img {
            width: 160px;
        }

.exploreWrap {
    position: relative;
    background: #fdc309;
    border-left: 15px solid #1e98d5;
    width: 94%;
    padding: 30px 0 0;
    margin-left: auto;
    border-bottom-left-radius: 240px;
    overflow: hidden;
    z-index: 1;
}

    .exploreWrap:before,
    .exploreWrap:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 450px;
        height: 450px;
        border-radius: 50%;
        background-color: #fff;
        opacity: 12%;
        z-index: -1;
    }

    .exploreWrap:before {
        top: -73px;
        left: -81px;
        width: 500px;
        height: 500px;
    }

    .exploreWrap:after {
        top: 68px;
        left: 75px;
    }

    .exploreWrap h2 {
        color: #404041;
        font-size: 37px;
        font-weight: 700;
        margin-bottom: 40px;
    }

    .exploreWrap p {
        color: #404041;
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 40px;
    }

    .exploreWrap button {
        background-color: #1e98d5;
        padding: 20px 60px;
        border-radius: 50px;
        font-size: 20px;
        font-weight: 700;
        color: #fff;
    }

.faqsWrap {
    padding: 80px 0;
}

    .faqsWrap .left h2 {
        font-size: 45px;
        font-weight: 500;
        color: #404041;
    }

    .faqsWrap .left p {
        color: #646464;
        font-size: 20px;
        font-weight: 700;
    }

    .faqsWrap .left img {
        width: 280px;
        display: block;
        margin: 0 auto;
    }

    .faqsWrap .left button {
        background-color: #fdc309;
        padding: 15px 120px;
        border-radius: 50px;
        font-size: 20px;
        font-weight: 700;
        color: #404041;
        display: block;
        margin: 40px auto 0;
    }

    .faqsWrap .card {
        border: 1px solid #e8e8e8 !important;
        background-color: transparent;
        border-radius: 10px !important;
        margin-bottom: 20px;
        padding: 26px 40px;
        transition: all 0.3s;
    }

        .faqsWrap .card:has(.show) {
            border-color: #1e98d5 !important;
        }

    .faqsWrap .card-header {
        background-color: transparent;
        border: none;
        padding: 0 !important;
    }

        .faqsWrap .card-header button {
            padding: 0 !important;
            box-shadow: none;
            color: #404041;
            background: transparent;
            font-weight: 500;
            font-size: 14px;
            outline: none;
            border: none;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 72px;
        }

    .faqsWrap .card-body {
        padding: 0 !important;
        margin-top: 15px !important;
    }

        .faqsWrap .card-body p {
            margin-bottom: 0;
            color: #646464;
            font-size: 12px;
            font-weight: 500;
        }

    .faqsWrap .plusminusicon {
        position: relative;
    }

        .faqsWrap .plusminusicon::before,
        .faqsWrap .plusminusicon::after {
            content: "";
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 12px;
            width: 4px;
            height: 25px;
            background-color: #404041;
            border-radius: 5px;
        }

        .faqsWrap .plusminusicon::after {
            transform: translateY(-50%) rotate(90deg);
        }

        .faqsWrap .plusminusicon::before {
            content: none;
        }

    .faqsWrap .card-header button.collapsed .plusminusicon::before {
        content: "";
    }

.testsec {
    position: relative;
    height: 700px;
    display: flex;
    align-items: end;
}

    .testsec img.shape {
        position: absolute;
        height: -webkit-fill-available;
        width: 100%;
    }

.testimonialwrap {
    width: 100%;
}

    .testimonialwrap .test-left span {
        font-size: 20px;
        font-weight: 400;
        color: #404041;
        text-transform: uppercase;
        letter-spacing: .04em;
    }

    .testimonialwrap .test-left h2 {
        font-size: 44px;
        font-weight: 800;
        line-height: 60px;
        color: #404041;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .testimonialwrap .test-left p {
        font-size: 15px;
        font-weight: 800;
        color: #404041;
    }

    /* .testimonialwrap .test-left{
    margin: 80px 0;
} */
    .testimonialwrap .test-left .testbtn {
        margin: 40px auto 0;
    }

        .testimonialwrap .test-left .testbtn a {
            padding: 15px 100px;
            background-color: #1e98d5;
            color: #404041;
            text-decoration: none;
            border-radius: 50px;
            font-size: 20px;
            font-weight: 800;
            display: inline-block;
        }

    .testimonialwrap .item {
        padding: 15px;
    }

    .testimonialwrap > .item:not(:first-child) {
        display: none;
    }

    .testimonialwrap > .item:first-child {
        padding: 0 20px;
    }

    .testimonialwrap .owl-prev {
        position: absolute;
        top: -144px;
        transform: translateY(-50%);
        right: 17px;
        background: #fdc309 url(../Content/cabspediaimg/pre-arrow.png) center center / 45px no-repeat !important;
        width: 60px;
        height: 60px;
        border-radius: 12px;
    }

    .testimonialwrap .owl-next {
        position: absolute;
        top: -144px;
        transform: translateY(-50%);
        right: -50px;
        background: #fdc309 url(../Content/cabspediaimg/right-chevron.png) center center / 45px no-repeat !important;
        width: 60px;
        height: 60px;
        border-radius: 12px;
    }

        .testimonialwrap .owl-next span {
            display: none !important;
        }

    .testimonialwrap .owl-dots {
        display: none !important;
    }

    .testimonialwrap .cusCards {
        background: #fff;
        border-radius: 30px;
        padding: 30px;
        box-shadow: 0 0 20px rgba(0 0 0 / 5%);
        text-align: center;
    }

        .testimonialwrap .cusCards .iconWrap {
            display: flex;
            justify-content: center;
        }

            .testimonialwrap .cusCards .iconWrap img {
                width: 120px;
            }

        .testimonialwrap .cusCards .border-line {
            background-color: #0152a0;
            width: 50px;
            height: 4px;
            text-align: center;
            margin: 0 auto;
        }

        .testimonialwrap .cusCards p {
            font-size: 16px;
            font-weight: 600;
            color: #646464;
            margin: 30px 0;
            text-align: left;
        }

        .testimonialwrap .cusCards h3 {
            font-size: 20px;
            font-weight: 700;
            margin: 30px 0px 20px;
            color: #404041;
        }

.cusmargin {
    margin-bottom: 115px !important;
}

.ourappwrap {
    padding: 100px 0;
}

    .ourappwrap h2 {
        font-size: 40px;
        font-weight: 400;
        color: #404041;
        margin-bottom: 30px;
    }

    .ourappwrap p {
        font-size: 17px;
        font-weight: 600;
        color: #646464;
    }

    .ourappwrap .downlaodbtns {
        display: flex;
        gap: 80px;
        margin: 30px;
    }

        .ourappwrap .downlaodbtns .downloadbtn1 {
            display: flex;
            align-items: flex-start;
            gap: 10px;
        }

            .ourappwrap .downlaodbtns .downloadbtn1 span {
                font-size: 14px;
                font-weight: 500;
                color: #646464;
            }

            .ourappwrap .downlaodbtns .downloadbtn1 h4 {
                margin-top: 10px;
                font-size: 22px;
                letter-spacing: 0;
                font-weight: 600;
                color: #404041;
            }

    .ourappwrap .ourappbgimg {
        background-image: url(/Content/cabspediaimg/custom-image-2.png);
        height: 450px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

.footer-wrap {
    background-color: #fdc309;
    padding: 50px 0;
}

    .footer-wrap .ftlogo {
        display: inline-block;
    }

        .footer-wrap .ftlogo .ani-img {
            width: 100%;
            max-width: 50px;
        }

        .footer-wrap .ftlogo .logo-2 {
            width: 200px;
            margin-left: 25px;
        }
    .footer-wrap ul {
        padding: 0;
        margin: 0;
    }

        .footer-wrap ul li {
            list-style: none;
        }

    .footer-wrap .ftlogo ul {
        width: 80%;
        margin-left: auto;
        display: block;
    }

        .footer-wrap .ftlogo ul li {
            font-size: 12px;
            font-weight: 400;
        }

            .footer-wrap .ftlogo ul li:first-child {
                margin-bottom: 30px;
            }

    .footer-wrap ul li,
    .footer-wrap ul li a {
        color: #fff;
        font-size: 14px;
    }

        .footer-wrap ul li a {
            text-decoration: none;
        }

    .footer-wrap .mid ul li {
        margin-bottom: 10px;
        font-weight: 600;
        font-size: 14px;
    }

        .footer-wrap .mid ul li:last-child {
            margin-bottom: 0;
        }

    .footer-wrap .card {
        border: none !important;
        border-bottom: 1px solid #e8e8e8 !important;
        background-color: transparent;
        border-radius: 0 !important;
        padding: 15px 10px;
        overflow: visible !important;
        box-shadow: none !important;
        transition: all 0.3s;
    }

        .footer-wrap .card:has(.show) {
            border-color: #000 !important;
        }

    .footer-wrap .card-header {
        background-color: transparent;
        border: none;
        padding: 0 !important;
    }

        .footer-wrap .card-header button {
            padding: 0 !important;
            box-shadow: none;
            color: #fff;
            background: transparent;
            font-weight: 500;
            font-size: 14px;
            outline: none;
            border: none;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 72px;
            overflow: visible !important;
        }

    .footer-wrap .card-body {
        padding: 0 !important;
        margin-top: 15px !important;
    }

        .footer-wrap .card-body p {
            margin-bottom: 0;
            color: #000;
            font-size: 12px;
            font-weight: 500;
        }

    .footer-wrap .plusminusicon {
        position: relative;
    }

        .footer-wrap .plusminusicon::before,
        .footer-wrap .plusminusicon::after {
            content: "";
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 0;
            width: 1px;
            height: 15px;
            background-color: #fff;
            border-radius: 5px;
        }

        .footer-wrap .plusminusicon::after {
            transform: translateY(-50%) rotate(90deg);
        }

        .footer-wrap .plusminusicon::before {
            content: none;
        }

    .footer-wrap .card-header button.collapsed .plusminusicon::before {
        content: "";
    }

.copyrightSec {
    background-color: #1e98d5;
    padding: 10px 0;
}

    .copyrightSec .container {
        display: flex;
        justify-content: space-between;
    }

    .copyrightSec p {
        color: #fff;
        font-size: 12px;
        margin-bottom: 0;
    }

    .copyrightSec ul {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
    }

        .copyrightSec ul li {
            list-style: none;
            line-height: 1;
        }

            .copyrightSec ul li:first-child {
                padding-right: 20px;
                border-right: 1px solid #fff;
            }

            .copyrightSec ul li:last-child {
                padding-left: 20px;
            }

            .copyrightSec ul li a {
                color: #fff;
                text-decoration: none;
                font-size: 12px;
            }

.holdluggage {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

    .holdluggage .holddatainput {
        margin: 0 !important;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        width: 100%;
    }

    .holdluggage .btn {
        height: 50px;
        border-radius: 10px !important;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        border: 3px solid #d4d4d4 !important;
        border-left: none !important;
        width: 50px;
    }

@media (max-width: 1200px) {
    .accreditationWrap .logosWrap {
        flex-wrap: wrap;
    }

    .exploreWrap {
        width: 98%;
        padding: 70px 0 0;
    }
}

@media (min-width: 800px) {
    .owl-carousel .owl-dots.disabled,
    .owl-carousel .owl-nav.disabled {
        display: block !important;
        pointer-events: auto !important;
    }
}


@media (max-width: 992px) {
    .bannerWrap .formWrap {
        width: 85%;
    }

    .testsec img.shape {
        height: auto;
    }

    .testsec {
        height: auto;
        max-height: 1500px;
    }

    .footer-wrap .ftlogo ul {
        width: 100%;
        margin: 20px 0;
    }

    #accordionFooter {
        margin-top: 50px;
    }

    .copyrightSec .container {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 768px) {
    .bannerWrap .formWrap {
        width: 100%;
    }

    .fleetWrap .cardsWrap {
        flex-wrap: wrap;
        justify-content: center;
    }

        .fleetWrap .cardsWrap .cusCard {
            width: 49%;
            margin-bottom: 20px;
        }

            .fleetWrap .cardsWrap .cusCard:last-child {
                margin-bottom: 0;
            }

    .accreditationWrap h2 {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .headerWrap {
        padding: 5px 0;
    }

    .ani-img {
        width: 100%;
        max-width: 25px;
    }

    .logo-2 {
        width: 95px;
        margin-left: 8px;
    }

    .bannerWrap .formWrap {
        padding: 25px 15px;
    }

        .bannerWrap .formWrap .formHeading {
            font-size: 15px;
        }

        .bannerWrap .formWrap .fieldWrap input {
            font-size: 12px;
        }

    .bannerWrap .allFieldsWrap .left {
        display: none;
    }

    .bannerWrap .allFieldsWrap .right {
        width: 100%;
    }

    .accreditationWrap h2 {
        font-size: 20px;
    }

    .servicesWrap {
        padding: 50px 0;
    }

        .servicesWrap .owl-next {
            background: #fdc309 url(../Content/cabspediaimg/next.png) center center / 25px no-repeat !important;
            width: 50px;
            height: 50px;
        }

    .exploreWrap {
        width: 100%;
        border-bottom-left-radius: 100px;
    }

        .exploreWrap h2 {
            font-size: 30px;
        }

        .exploreWrap button {
            padding: 15px 30px;
            font-size: 18px;
            font-weight: 600;
        }

    .testimonialwrap .test-left .testbtn a {
        padding: 15px 60px;
        font-size: 18px;
    }

    .testimonialwrap .test-left h2 {
        font-size: 34px;
        line-height: 1.5;
    }

    .ourappwrap h2 {
        font-size: 25px;
    }

    .ourappwrap .downlaodbtns {
        flex-direction: column;
        gap: 20px;
        margin-left: 0;
    }

    .faqsWrap .left button {
        padding: 15px 60px;
        font-size: 18px;
    }

    .faqsWrap .card {
        padding: 10px 15px;
    }

    .faqsWrap .plusminusicon::before, .faqsWrap .plusminusicon::after {
        width: 2px;
        height: 12px;
    }
}

/* Aiport icon Css */

.airportList {
    width: 12%;
    height: 100%;
}

    .airportList .airportListModal {
        border: none;
        outline: none;
        background-color: #404041 !important;
        border: 3px solid #d4d4d4 !important;
        box-shadow: none;
        border-left: none !important;
        margin: 0 !important;
        color: #fff;
        border-radius: 0;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        padding: 0;
        width: 100%;
        height: 100%;
    }

        .airportList .airportListModal:hover,
        .airportList .airportListModal:focus {
            /*            border: none !important;*/
            outline: none !important;
            box-shadow: none;
            /*            background-color: #AA5E00 !important;*/
            /*            color: #fff !important;*/
        }

        .airportList .airportListModal img {
            width: 30px;
            height: 30px;
            box-shadow: none;
        }

.airportlistModalCustom .modal-dialog {
    max-width: 320px;
}

.airportlistModalCustom .airportNames button {
    width: 100%;
    background: #fdc309;
    color: #646464 !important;
    border-radius: 5px;
    margin: 0;
    margin-bottom: 8px;
    box-shadow: none;
    padding: 8px 12px;
    font-weight: 700;
}

    .airportlistModalCustom .airportNames button:last-child {
        margin-bottom: 0;
    }

.airportlistModalCustom .modal-footer button {
    background: #1e98d5 !important;
    border: none !important;
    margin: 8px 0 !important;
    padding: 6px 20px !important;
}

.close-luggage img {
    width: 15px;
    height: 15px;
}

.select2.select2-container .select2-selection--single {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.select2 {
    width: 88% !important;
}

.airportlistModalCustom {
    z-index: 999999;
}

    .airportlistModalCustom .close {
        margin-top: -4px !important;
        margin-right: -6px;
        font-size: 16px;
        background: #fdc309;
        border-radius: 50%;
        padding: 14px;
        margin-left: auto;
        display: flex;
        opacity: 0.5;
    }

        .airportlistModalCustom .close img {
            width: 12px;
            height: 12px;
            filter: brightness(0.5);
        }

    .airportlistModalCustom .modal-title {
        color: #000;
        font-size: 22px !important;
    }

@media screen and (max-width: 576px) {
    .airportlistModalCustom .modal-dialog {
        max-width: 100%;
    }

    .airportList {
        width: 14%;
    }

    .select2 {
        width: 86% !important;
    }

    .modal-content {
        height: 100%;
    }
}

/* Aiport icon Css */

.cusLoginWrap {
    padding-top: 350px !important;
    padding-bottom: 50px !important;
}

.backgroundStyle {
    width: 126%;
    height: 600px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -170px;
    background: #fdc309;
    border-radius: 48% 52% 47% 53% / 46% 46% 54% 54%;
}

.backgroundStyle img {
    width: 330px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 320px;
}

.swal2-container {
    z-index: 999999 !important;
}