:root {
  --primary-main: #fcb349;
  --secondary-main: #071931;
  --light-main: #41b4e2;
  --light-blue: #3680e2;
  --main-green: #3fc13a;
  --dark-yellow: #f89704;
}
body {
  font-family:  "Inter", sans-serif;
  font-style: normal !important;
  font-size: 16px !important;
  color: #262626 !important;
  font-weight: 400;
}
html,
body {
  width: 100%;
  margin: 0;
}
a {
  cursor: pointer;
}
a.text-black-text{ 
  color: #101828;
}
a.text-black-text:hover {
  color: var(--dark-yellow);
}

p a {
  color: #0d6efd !important;
}
.text-green {
  color: var(--main-green);
}
.bg-dark-yellow {
  background: var(--dark-yellow);
}
.container {
  max-width: 1180px !important;
}


.icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.text-orange {
  color: var(--primary-main) !important;
}

.btn-primary {
  border: 1px solid var(--primary-main) !important;
  background-color: var(--primary-main) !important;
  padding: 11px 27px 11px 27px !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  transition: 0.3s !important;
}

.btn-primary:hover {
  border: 1px solid var(--secondary-main) !important;
  background-color: var(--secondary-main) !important;
}

.btn-primary-outline {
  border: 1px solid var(--primary-main) !important;
  background-color: transparent !important;
  padding: 11px 27px 11px 27px !important;
  border-radius: 4px !important;
  color: var(--primary-main) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  transition: 0.3s !important;
}

.btn-primary-outline:hover {
  border: 1px solid var(--primary-main) !important;
  background-color: var(--primary-main) !important;
  color: #fff !important;
}

.btn-secondary {
  border: 1px solid var(--secondary-main) !important;
  background-color: var(--secondary-main) !important;
  padding: 11px 27px 11px 27px !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  transition: 0.3s !important;
}

.btn-secondary:hover {
  border: 1px solid var(--primary-main) !important;
  background-color: var(--primary-main) !important;
}

.btn-secondary-outline {
  border: 1px solid var(--secondary-main) !important;
  background-color: transparent !important;
  padding: 11px 27px 11px 27px !important;
  border-radius: 4px !important;
  color: var(--secondary-main) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  transition: 0.3s !important;
}

.btn-secondary-outline:hover {
  border: 1px solid var(--secondary-main) !important;
  background-color: var(--secondary-main) !important;
  color: #fff !important;
}

.btn-gray-outline {
  border: 1px solid #a6a6a6 !important;
  background-color: transparent !important;
  padding: 11px 27px 11px 27px !important;
  border-radius: 4px !important;
  color: #a6a6a6 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  transition: 0.3s !important;
}

.btn-gray-outline:hover {
  border: 1px solid var(--secondary-main) !important;
  background-color: var(--secondary-main) !important;
  color: #fff !important;
}

.select-btn {
  margin-top: 0px;
  padding: 9px 27px 9px 27px !important;
}

/*  Header start*/
.header {
  height: 62px;
  box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
  -webkit-box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
}

.navbar-light .navbar-nav .nav-link {
 color: #364153 !important;
  transition: 0.4s;
  font-weight: 600;
  font-size: 14px !important;
}
/* .nav-link {
  color: #000 !important;
} */
/* .navbar-toggler {
  font-size: 16px !important;
} */
.header .navbar-toggler.nav-togg {
  padding: 0px;
  border: none;
}

.header .navbar-toggler.nav-togg .navbar-toggler-icon {
  color: var(--secondary-main);
}

.navbar-light .navbar-nav .nav-link:hover,
.nav-item a.active,
a.active {
  color: var(--primary-main) !important;
}

.speak-expert p {
  margin: 0;
  color: #555;
  font-weight: 400;
  font-size: 12px;
  text-align-last: end;
  line-height: 16px;
}

.speak-expert a {
  font-size: 20px;
  color: var(--primary-main);
  transition: 0.4s;
  font-weight: 700;
  text-decoration: none !important;
}

.speak-expert a:hover {
  color: #ccc;
}

.navbar .call-icon {
  margin-left: 10px;
}

.navbar .call-icon i {
  background: var(--primary-main);
  color: #fff;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 12px;
}
@media (min-width: 767px) and (max-width: 1173px) {
    .dd{display:none;}
}

    @media screen and (max-width: 991px) {
        html,
        body {
            overscroll-behavior-x: none;
        }

        #main_nav {
            position: absolute;
            background: #fff;
            width: 100%;
            z-index: 999;
            left: 0;
            text-align: center;
            top: 57px;
        }

        .single-flight-round-box .flight-round-box {
            margin-top: 15px;
        }
    }

    @media screen and (max-width: 480px) {
        .speak-expert a {
            font-size: 16px;
        }

        .header {
            height: 95px;
        }
    }

    /*  Header end*/
    .foot-cookie-box {
        background: rgba(235, 235, 235, 0.95);
    }

    #content {
        padding-top: 62px;
    }



    .tab-bg .stab {
        -ms-flex-direction: unset;
        flex-direction: unset;
    }

        .tab-bg .stab .list-group-item {
            position: unset;
            display: unset;
            float: left;
            font-weight: 700;
            padding: 10px 24px;
            margin-bottom: unset;
            margin-right: 5px;
            background: #fff;
            border: none;
            box-shadow: none;
            color: #a6a6a6;
            cursor: pointer;
            transition: 0.3s !important;
            border-radius: 8px 8px 0px 0px;
        }

    .tab-bg .list-group-item-action {
        width: unset;
    }

    .tab-bg .list-group-item.active {
        background-color: var(--secondary-main) !important;
        color: #fff !important;
    }


    .input,
    .input2 {
        margin-bottom: 5px;
    }

        .input span,
        .input2 span {
            display: block;
            font-weight: 600;
            font-size: 14px;
        }

        .input input {
            width: 100%;
            padding: 12px 15px 12px 45px;
            font-size: 13px;
            border: 1px solid #d2d2d2;
            border-radius: 4px;
            background: #fff;
            position: relative;
        }

        .input img.cross-icon {
            position: absolute;
            top: 35px !important;
            right: 10px !important;
            border: none;
            width: 16px;
            z-index: 9999;
            opacity: 1;
            background: #fff;
        }

        .input input::placeholder {
            color: #262626;
            opacity: 1;
        }

        .input select {
            width: 100%;
            padding: 12px 15px 12px 45px;
            font-size: 13px;
            border: 1px solid #d2d2d2;
            border-radius: 4px;
        }

        /* .input select option {
  font-family: "Poppins", sans-serif;
} */

        .input2 input {
            width: 100%;
            padding: 8px 15px 8px 15px;
            font-size: 13px;
            border: 1px solid #d2d2d2;
            border-radius: 4px;
        }

        .input i {
            width: auto;
            position: absolute;
            top: 35px;
            left: 10px;
            border-right: 1px solid #e4e4e4;
            color: var(--primary-main);
            padding-right: 7px;
        }

    .input1 {
        margin-bottom: 15px;
    }

        .input1 span {
            display: block;
            font-weight: 600;
            font-size: 14px;
        }

        .input1 input {
            width: 100%;
            padding: 12px 45px;
            font-size: 13px;
            border: 1px solid #d2d2d2;
            border-radius: 4px;
            text-align: center;
        }



    .input2 {
        margin-bottom: 15px;
    }

        .input2 span {
            display: block;
            font-weight: 600;
            font-size: 14px;
        }

        .input2 select {
            width: 100%;
            padding: 12px;
            font-size: 13px;
            border: 1px solid #d2d2d2;
            border-radius: 4px;
            text-align: center;
        }

    /*  Features start*/
    .featuresBox-wrap {
        transition: all 700ms ease 0s;
        background: #fff;
        border: 1px solid #d2d2d2;
        margin: 10px;
    }

        .featuresBox-wrap:hover {
            box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.2) !important;
            -webkit-transform: translate(0px, -10px) !important;
            -ms-transform: translate(0px, -10px) !important;
            transform: translate(0px, -10px) !important;
        }

    .featuresBox-captions p {
        min-height: 74px;
    }

    .features .featuresBox-icons i {
        border-radius: 50%;
        height: 48px;
        width: 48px;
        color: #fff;
        background: var(--primary-main);
        padding: 12px;
        font-size: 24px !important;
    }

    .travel-guide {
        background: var(--secondary-main);
    }

    /*  Features end*/
    /*  Why Choose Us start*/
    .why-choose-us .priceUpdate-bg {
        background: #fff7ed;
    }

    .why-choose-us .airlineSelection-bg {
        background: #eff6ff;
    }

    .why-choose-us .secure-bg {
        background: #f0fdf4;
    }

    .why-choose-us .customer-bg {
        background: #faf5ff;
    }
    /*  Destinations start*/
    .secHeading-wrap h2 span {
        color: var(--primary-main);
    }

    .destination-box {
        position: relative;
        overflow: hidden;
    }

        .destination-box img {
            transition: all ease 0.4s;
            border-radius: 6px;
            width: 100%;
        }

            .destination-box img:hover {
                transform: scale(1.05);
            }

        .destination-box .city-name {
            color: #fff;
            position: absolute;
            top: 5px;
            left: 5px;
            font-weight: 600;
            font-weight: 600;
        }

    .destination-details {
        right: 5px;
        text-align: right;
        color: #fff;
        position: absolute;
        bottom: 5px;
    }

        .destination-details .view-btn {
            background: var(--primary-main);
            display: inline-block;
            font-size: 14px;
            border-radius: 20px;
            padding: 2px 8px;
        }

        .destination-details .destination-name {
            font-weight: 700;
            font-size: 18px;
            text-shadow: 1px 2px 3px #555;
        }

    /*  Destinations end*/
    /*  Flight-Deals start*/

    .flight-deals {
        background: url(../images/deals_bg2.jpg) no-repeat center/cover;
        width: 100%;
        height: auto;
    }

    .flight-deals-box {
        background: #ffffff;
        padding: 6px;
        text-align: center;
    }

    .trip-name {
        color: var(--secondary-main);
        font-weight: 700;
    }

        .trip-name i {
            color: var(--primary-main);
            padding: 0px 8px;
        }

    .flight-deals-box .book-btn a {
        text-decoration: none !important;
        color: #fff !important;
        background: var(--primary-main);
        padding: 6px 10px;
        font-size: 11px;
        border-radius: 4px;
        display: flex;
    }

        .flight-deals-box .book-btn a:hover {
            background: var(--secondary-main);
        }

    .deals-desclaimer {
        font-size: 13px;
        color: #444;
        margin: 0px 1% !important;
        width: 98% !important;
    }

        .deals-desclaimer a {
            color: #0d6efd !important;
        }

    /*  Flight-Deals end*/
    /*  Footer start*/
    .footer {
        background: #073d6a;
    }

    .footer-widget h4 {
        text-decoration: none;
        font-weight: 600;
        margin: 0;
        text-transform: uppercase;
        position: relative;
        font-size: 15px;
        padding: 0 0 6px 0;
    }

    .footer-widget ul {
        padding: 0;
        margin: 0;
    }

        .footer-widget ul li {
            list-style: none;
            display: block;
            line-height: 32px;
        }

            .footer-widget ul li a {
                text-align: left;
                text-decoration: none;
                font-weight: 400;
                font-size: 14px;
                transition: 0.2s;
                color: #212529;
            }

    .footer-widget p a {
        color: #212529 !important;
    }

    .footer-widget a.readmore {
        color: #0d6efd !important;
    }

    .footer-bottom p {
        font-size: 14px;
    }

    .footer-bottom {
        text-align: center;
    }

    /* .footer-widget ul li a:hover {
  color: rgba(255, 255, 255, 0.75) !important;
} */

    .footer-widget .newsletter {
        background: linear-gradient(to right, #073d6a, #073d6a) !important;
        padding: 10px;
        border-radius: 8px;
        box-shadow: 0 1px 60px rgba(0, 0, 0, 0.25), 0 0 2px rgba(0, 0, 0, 0.3);
    }

        .footer-widget .newsletter .title {
            font-weight: 600;
            font-size: 13px;
        }

        .footer-widget .newsletter .subtitle {
            color: #ccc;
            font-size: 11px;
            margin-bottom: 16px;
        }

    .footer-top .payment-wrap img {
        background: #fff;
    }

    .footer-about p {
        font-size: 14px;
    }

    .newsletter button {
        margin-top: 0px;
    }

        .newsletter button:hover {
            background: var(--primary-main) !important;
            border: 1px solid var(--primary-main) !important;
        }

    /*  Footer end*/
    @media screen and (max-width: 991px) {
        #main_nav {
            position: absolute;
            background: #fff;
            width: 100%;
            z-index: 999;
            left: 0;
            text-align: center;
            top: 92px;
        }
    }

    @media screen and (max-width: 480px) {
        .speak-expert a {
            font-size: 16px;
        }

        .foot-cookie-box p {
            font-size: 11px;
        }
    }


    .collapsing {
        -webkit-transition-delay: 0.2s !important;
        transition-delay: 0.2s !important;
        transition: height 0.2s ease !important;
    }



    .tab-bg .stab .list-group-item i {
        padding-right: 8px;
    }

    .tab-bg .list-group-item-action {
        width: unset;
    }


    .input input:focus-visible {
        border: 1px solid #d2d2d2;
    }

    .input2 input {
        width: 100%;
        padding: 8px 15px 8px 15px;
        font-size: 13px;
        border: 1px solid #d2d2d2;
        border-radius: 4px;
    }

    .input i {
        width: auto;
        position: absolute;
        top: 35px;
        left: 10px;
        border-right: 1px solid #e4e4e4;
        color: var(--secondary-main);
        padding-right: 7px;
        z-index: 999;
    }

    .input1 {
        margin-bottom: 15px;
    }

        .input1 span {
            display: block;
            font-weight: 600;
            font-size: 14px;
        }

        .input1 input {
            width: 100%;
            padding: 12px 45px;
            font-size: 13px;
            border: 1px solid #d2d2d2;
            border-radius: 4px;
            text-align: center;
        }



    .form-check input {
        padding: 8px !important;
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }



    .input2 {
        margin-bottom: 15px;
    }

        .input2 span {
            display: block;
            font-weight: 600;
            font-size: 14px;
        }

        .input2 select {
            width: 100%;
            padding: 12px;
            font-size: 13px;
            border: 1px solid #d2d2d2;
            border-radius: 4px;
            text-align: center;
        }

        .input2 input {
            width: 100%;
            padding: 12px;
            font-size: 13px;
            border: 1px solid #d2d2d2;
            border-radius: 4px;
        }


    .search-result-num p {
        font-size: 14px;
    }

    .note-bar {
        font-size: 12px;
        background-color: #fff;
    }

    .br-5 {
        border-radius: 5px !important;
    }

    .single-flight-round-box {
        background-color: #fff;
        padding: 20px 20px 15px 20px;
        border-radius: 8px;
        position: relative;
    }

    .dropdown:hover .dropdown-toggle.show,
    .dropdown-menu.show,
    .single-flight-bag .dropdown:hover .dropdown-menu {
        display: block !important;
        right: 0 !important;
        transform: unset !important;
        top: 35px !important;
        inset: unset !important;
        right: 0px !important;
    }

    .depart-bag .dropdown-menu.show,
    .single-flight-bag .depart-bag.dropdown:hover .dropdown-menu {
        left: 0 !important;
        right: auto !important;
    }

    .color-white {
        color: #fff !important;
    }

    .depart-return-sub-title {
        font-size: 14px;
    }

    .listing-flight-logo {
        position: relative;
    }

        .listing-flight-logo img {
            width: 100%;
            max-width: 30px;
            margin-bottom: 5px;
        }

        .listing-flight-logo span {
            font-size: 11px;
        }

        .listing-flight-logo span {
            clear: both;
            float: left;
            width: 100%;
        }

    .single-flight-round-box .flight-time {
        margin: auto;
        margin-bottom: auto;
        width: 60px;
    }

    .flight-time span {
        font-size: 13px;
        font-weight: 600;
        color: #262626;
    }

    .single-flight-round-box .airport-code {
        margin: auto;
        margin-bottom: auto;
        width: 60px;
    }

    .flight-plus-airport {
        position: absolute;
    }

    .from-to-destination h6 {
        font-weight: 400;
    }

    .flight-plus-airport .tooltip-box + .tooltip-hover-top {
        display: none;
    }

    .flight-plus-airport .tooltip-box:hover + .tooltip-hover-top {
        display: block;
        position: absolute;
        padding: 10px 20px;
        background-color: var(--primary-main);
        color: #fff;
        font-size: 10px;
        min-width: 180px;
        border-radius: 25px;
        z-index: 2;
        bottom: 24px;
        transition: 0.3s;
    }

    .airport-code .flight-plus-airport span.tooltip-box {
        color: #a6a6a6;
    }

    .flight-plus-airport span {
        padding-left: 10px;
    }

    .flight-plus-airport ul li {
        list-style-type: none;
    }

    .flight-plus-airport:hover .tooltip-hover-top {
        transform: scale(1);
    }

    .from-to-destination h6 {
        color: #a6a6a6;
    }

    .from-to-destination h6,
    .list-type-button-item h6,
    .operated-by {
        font-size: 11px;
    }

    .from-to-destination h5::after {
        position: absolute;
        top: 50%;
        content: "/";
        color: transparent;
        border-top: 1px solid #a6a6a6;
        left: 0;
        right: 0;
        height: 1px;
        transform: translateY(-50%);
    }

    .from-to-destination h5 {
        position: relative;
        height: 25px;
    }

    .from-to-destination h6 {
        font-weight: 400;
    }

    .from-to-destination h6 {
        color: #a6a6a6;
    }

    .from-to-destination h6,
    .list-type-button-item h6,
    .operated-by {
        font-size: 11px;
    }

    .airport-code {
        font-size: 14px;
        font-weight: 600;
    }

    .from-to-destination .flight-plus-airport {
        position: relative;
    }

    .from-to-destination .airport-code .flight-plus-airport span.tooltip-box {
        color: #a6a6a6;
    }

    .dual-tickets-tooltip .dropdown-toggle {
        font-size: 12px;
        cursor: pointer;
    }

    .listing-flight-price .rfd-side-flap {
        box-shadow: -46px 0 80px #00000029;
        border-left: 0 !important;
        width: 100% !important;
        max-width: 600px;
        /* z-index: 1051; */
    }

    .mmmm {
        z-index: 1055;
    }

    .recmonded-img {
        top: -4px;
        right: -4px;
    }

    .listing-flight-price #offcanvasRightLabel {
        color: #000;
    }

    .rfd-side-flap .offcanvas-body {
        padding-bottom: 120px;
    }

    .rfd-side-flap .nav-pills .nav-item .nav-link.active,
    .rfd-side-flap .nav-pills .nav-item .nav-link:focus,
    .rfd-side-flap .nav-pills .nav-item .nav-link:hover {
        background-color: var(--secondary-main);
        color: #fff;
        border-color: var(--secondary-main);
        text-decoration: none;
        color: #fff !important;
    }

    .baggage-details .nav-tabs .nav-link {
        border-color: #dee2e6;
        text-decoration: none;
        color: #979dad;
        margin-right: 5px;
        font-size: 14px;
    }

    @media (max-width: 640px) {
        .baggage-details .nav-tabs .nav-link {
            margin-right: 8px;
            font-size: 11px;
        }

        .rfd-side-flap .nav-pills .nav-item .nav-link {
            margin-bottom: 10px;
        }
    }

    .baggage-details .nav-tabs .nav-link.active,
    .baggage-details .nav-tabs .nav-link:focus,
    .baggage-details .nav-tabs .nav-link:hover {
        background-color: var(--secondary-main);
        color: #fff;
        border-color: var(--secondary-main);
        text-decoration: none;
    }

    .rfd-side-flap .nav-pills .nav-item .nav-link {
        color: #979dad;
        border: 1px solid #979dad;
        border-top-color: rgb(151, 157, 173);
        border-right-color: rgb(151, 157, 173);
        border-bottom-color: rgb(151, 157, 173);
        border-left-color: rgb(151, 157, 173);
        margin-right: 5px;
        font-size: 14px;
    }

    .rfd-side-flap .nav-pills .nav-item .nav-link {
        color: #979dad;
        border: 1px solid #979dad;
        margin-right: 5px;
        font-size: 14px;
    }

    .rfd-side-flap .flap-flight-details h4 {
        font-size: 14px;
        font-weight: 600;
        color: #000;
    }

    .dual-tickets-tooltip .dropdown-toggle {
        background-color: #e7fee7;
        border: 1px solid #05a730;
        font-size: 12px;
        padding: 5px 15px;
        border-radius: 25px;
        cursor: pointer;
    }

    .dual-tickets-tooltip .dropdown-toggle {
        font-size: 12px;
        cursor: pointer;
    }

        .dual-tickets-tooltip .dropdown-toggle span {
            margin-right: 5px;
        }

    .dual-tickets-tooltip .dropdown-menu {
        min-width: 250px;
    }

        .dual-tickets-tooltip .dropdown-menu li ul {
            list-style: disc;
        }

            .dual-tickets-tooltip .dropdown-menu li ul li {
                font-size: 12px;
            }

    .rfd-side-flap .flap-flight-details h5 {
        color: var(--primary-main);
        font-size: 14px;
    }

    .rfd-side-flap .flap-flight-details .airlinelogo img {
        width: 20px;
    }

    .rfd-side-flap .flap-flight-details .airlinelogo span {
        font-weight: 600;
        color: #000;
    }

    .rfd-side-flap .flightbox-details h6 {
        color: #22262b !important;
        font-size: 14px;
    }

    .rfd-side-flap .flightbox-details-dot-line hr {
        margin: 0;
        border-top: 3px dotted #979dad;
        max-width: 75%;
        margin: 0 auto;
    }

        .rfd-side-flap .flightbox-details-dot-line hr.solid {
            margin: 0;
            border-top: 1px solid #979dad;
            max-width: 75%;
            margin: 0 auto;
        }

    .listing-flight-price h6,
    .from-to-from-digination h6 {
        font-weight: 400;
    }

    .listing-flight-price h6 {
        color: #979dad;
    }

    .rfd-side-flap .flightbox-details span {
        line-height: 18px;
        display: inline-block;
    }

    .rfd-side-flap .flightbox-details span,
    .flightbox-details-dot-line span {
        color: #979dad;
        font-size: 12px;
    }

    .rfd-side-flap .flap-flight-details .flight-lawover {
        background-color: #f2effc;
        font-size: 14px;
        color: #434343;
    }

    .orange-text {
        color: var(--primary-main) !important;
    }

    .rfd-flap-total-price {
        right: 0;
        left: 0;
        bottom: 0;
        background-color: #f2effc;
        padding: 15px 15px;
    }

        .rfd-flap-total-price p {
            font-size: 12px;
        }

    .flightbox-details-air-icon img {
        width: 24px;
    }

    .from-to-destination .flight-plus-airport .tooltip-box {
        padding-left: 0;
    }

    .dgc {
        color: #404040;
    }

    .listing-flight-price h2 {
        font-size: 22px;
        font-weight: 700;
        clear: both;
    }

    .listing-flight-price h6 {
        font-size: 11px;
        color: #a6a6a6;
        font-weight: 400;
    }

    .btn-style1 {
        background-color: transparent;
        border: 1px solid var(--primary-main);
        border-radius: 5px;
        color: var(--primary-main);
        font-size: 14px;
        padding: 10px 30px;
        font-weight: 600;
        transition: 0.3s;
        display: table;
        text-decoration: none;
        outline: 0;
    }

        .btn-style1:hover,
        button.btn-style1.active {
            background-color: var(--primary-main);
            color: #fff;
        }

    div button {
        cursor: pointer !important;
    }

    .flight-list-pagination button.active {
        background-color: var(--primary-main);
    }

    .flight-list-pagination button.active,
    .flight-list-pagination button:hover {
        opacity: 1;
    }

        .flight-list-pagination button.active i,
        .flight-list-pagination button.active span {
            color: #fff;
        }

    .flight-list-pagination button i {
        color: var(--primary-main);
    }

    .flight-list-pagination button:hover i {
        color: #fff;
    }

    .flight-list-pagination button {
        border: 1px solid var(--primary-main);
        border-radius: 5px;
        font-size: 14px;
        padding: 14px 30px;
        font-weight: 600;
        transition: 0.3s;
        text-decoration: none;
        outline: 0;
    }

    .transparent-btn {
        background-color: transparent;
        padding: 0;
        border: 0;
        line-height: normal;
    }

    .listing-flight-logo img.air-icon {
        position: absolute;
        width: 22px;
        left: 40px;
        top: 0;
    }

    @media (min-width: 1200px) and (max-width: 1399px) {
        .listing-flight-logo img {
            max-width: 35px;
        }
    }

    @media (min-width: 1200px) {
        .flight-round-box {
            border-left: 1px solid #e7e8ec;
            border-right: 1px solid #e7e8ec;
        }
    }


    .pac-container {
        background-color: #151515;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    }

    .pac-item,
    .pac-item-query {
        color: #f7f7f7;
    }

        .pac-item:hover {
            background: #6666;
        }

    .total-price-box-wrap i {
        color: #a6a6a6;
        margin-left: -25px;
    }

    .total-price-box-wrap a {
        color: #0d6efd !important;
    }


    .price-slider {
        height: 50px;
    }

        .price-slider .horizontal-slider {
            background-color: #f3f3f7;
        }

        .price-slider .horizontal-slider {
            height: 2px;
        }

            .price-slider .horizontal-slider .slider-track {
                height: 2px;
            }

        .price-slider .slider-track.slider-track-1 {
            background: var(--secondary-main);
        }

        .price-slider .horizontal-slider .slider-thumb::before {
            position: absolute;
            content: "/";
            color: transparent;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            background-color: #fff;
            border: 2px solid var(--secondary-main);
            top: -21px;
        }

        .price-slider .horizontal-slider .slider-thumb {
            top: 15px;
            border: 0;
            outline: 0;
            cursor: pointer;
            font-size: 14px;
            color: #000;
            width: 30px;
        }

            .price-slider .horizontal-slider .slider-thumb.slider-thumb-1::before {
                right: 0;
            }

        .price-slider h6 {
            font-size: 12px;
            color: #22262b;
        }

    .form-check-input:checked {
        background-color: var(--secondary-main) !important;
        border-color: var(--secondary-main) !important;
    }

    .multiple-airlines-logo {
        width: 22px;
    }

    @media (min-width: 992px) {
        .desk-hide {
            display: none;
        }
    }

    @media (max-width: 991px) {
        .mob-hide {
            display: none;
        }
    }


    /*  Flight Slider start*/

    .matrix-sidebar-box {
        background-color: #ffe9cc;
        border-radius: 10px 0 0 10px;
        border: 1px solid var(--primary-main);
        text-align: center;
        padding-top: 15px;
    }

        .matrix-sidebar-box h4 {
            padding: 13px 0;
        }

    .cursor-pointer {
        cursor: pointer;
    }

    .slick-list,
    .slick-slider {
        position: relative;
        display: block;
    }

    .slick-slider {
        box-sizing: border-box;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
        -khtml-user-select: none;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
    }

    .matrix-slider .slick-slider button::before {
        display: none;
    }

    .slick-next.slick-disabled::before,
    .slick-prev.slick-disabled::before {
        opacity: 0.25;
    }

    .slick-prev::before {
        content: "←";
    }

    .slick-next::before,
    .slick-prev::before {
        font-family: slick;
        font-size: 20px;
        line-height: 1;
        opacity: 0.75;
        color: #fff;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .matrix-slider .slick-slider button.slick-prev {
        right: 50px;
        left: unset;
        background-image: url(../images/left-arrow.png);
    }

    .matrix-slider .slick-slider button.slick-disabled {
        opacity: 0.3;
    }

    .matrix-slider .slick-slider button {
        position: absolute;
        font-size: 36px;
        z-index: 9;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 8px;
        height: 30px;
        width: 30px;
        border: 1px solid var(--secondary-main);
        border-radius: 4px;
        top: -30px;
        box-shadow: none;
        text-align: center;
    }

    .slick-prev {
        left: -25px;
    }

        .slick-next,
        .slick-next:focus,
        .slick-next:hover,
        .slick-prev,
        .slick-prev:focus,
        .slick-prev:hover {
            color: transparent;
            outline: none;
            background: transparent;
            background-color: transparent;
            background-position-x: 0%;
            background-position-y: 0%;
            background-repeat: repeat;
            background-image: none;
            background-size: auto;
        }

    .slick-next,
    .slick-prev {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        display: block;
        width: 20px;
        height: 20px;
        padding: 0;
        transform: translateY(-50%);
        cursor: pointer;
        border: none;
    }

    .slick-slider .slick-list,
    .slick-slider .slick-track {
        transform: translateZ(0);
    }

    .slick-list {
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

    .matrix-slider .slick-slider button::before {
        display: none;
    }

    .slick-next::before {
        content: "→";
    }

    .matrix-slider .slick-slider button.slick-next {
        right: 8px;
        background-image: url(../images/right-arrow.png);
    }

    .slick-track::after {
        clear: both;
    }

    .slick-track::after,
    .slick-track::before {
        display: table;
        content: "";
    }

    .matrix-box .slick-list .slick-track {
        border-radius: 0 10px 10px 0;
    }

    .matrix-box .slick-track {
        float: left;
    }

    .slick-track {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .slick-initialized .slick-slide {
        display: block;
    }

    .slick-slide {
        float: left;
        height: 100%;
        min-height: 1px;
    }

    .matrix-box .slick-slide.slick-active .slider-main-item-box {
        border: 1px solid #f3f3f7;
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: rgb(243, 243, 247);
        border-left: 0;
    }

    .matrix-sidebar-box h6.active,
    .matrix-sidebar-box h6:hover {
        background-color: var(--primary-main);
    }

    .slider-main-item-box {
        text-align: center;
        padding-top: 15px;
        position: relative;
    }

        .slider-main-item-box .slide-img {
            text-align: center;
        }

            .slider-main-item-box .slide-img .air-icon {
                position: absolute;
                right: 10px;
                top: 10px;
                z-index: 2;
                width: 20px;
            }

            .slider-main-item-box .slide-img img {
                margin: auto;
                max-width: 30px;
                width: 100%;
                height: auto;
            }

    .slick-slide img {
        display: block;
    }

    .slider-main-item-box .slide-img label {
        font-size: 12px;
        color: #434343;
        height: 15px;
        overflow: hidden;
    }

    .slider-main-item-box {
        text-align: center;
    }

        .slider-main-item-box .slide-cont h6:last-child {
            margin-bottom: 0 !important;
        }

    /*  Flight Slider end*/
    /*  Footer Listing Page start*/
    p.footerPolicy {
        color: #434343;
        text-align: center;
    }

    .copyrightBox p {
        color: #434343;
        text-align: center;
    }

    p.footerPolicy {
        letter-spacing: 0.12px;
        font-size: 11px;
        padding: 0 6%;
    }

    .payment-partners ul {
        display: flex;
        list-style: none;
        align-items: center;
        width: 100%;
        justify-content: center;
    }

        .payment-partners ul li {
            margin: 1%;
        }

    .payment-partners ul {
        list-style: none;
    }

        .payment-partners ul li img {
            width: 65px;
            max-width: 65px;
        }

    .copyrightBox p {
        font-size: 14px;
        letter-spacing: 0.28px;
        font-size: 12px;
    }

    /*  Footer Listing Page end*/


    @media (max-width: 767px) {
        div.matrix-sidebar h4 {
            font-size: 14px !important;
            margin: 6px 0 !important;
        }
    }

    @media (max-width: 767px) {
        .matrix-sidebar-box h4 {
            font-size: 18px;
            margin: 27px 0 !important;
        }
    }

    @media (max-width: 767px) {
        .matrix-sidebar h6 {
            font-size: 11px !important;
        }
    }

    @media (max-width: 767px) {
        .matrix-sidebar h6,
        .slider-main-item-box .slide-cont h6 {
            font-size: 11px !important;
        }
    }


    @media (max-width: 767px) {
        .depart-return-sub-title {
            font-size: 12px;
            margin-bottom: 10px !important;
        }
    }

    @media (max-width: 767px) {
        .air-flight-price h2,
        .airport-code,
        .btn-style1 {
            font-size: 12px;
        }
    }

    @media (max-width: 767px) {
        .flight-round-box {
            border-top: 1px solid #e7e8ec;
            margin-top: 15px !important;
            padding-top: 15px;
        }
    }

    @media (max-width: 767px) {
        .airport-code,
        .btn-style1 {
            font-size: 12px;
        }

        .listing-flight-price h2 {
            font-size: 20px;
        }

        .listing-flight-price .rfd-flap-total-price h2 {
            font-size: 20px;
        }
    }

    @media (max-width: 767px) {
        .btn-style1 {
            padding: 8px 2px;
            border-radius: 4px;
            width: 100%;
        }
    }

    @media (max-width: 767px) {
        .payment-partners ul li img {
            width: 40px;
            max-width: 40px;
        }
    }

    @media (max-width: 767px) {
        .flight-list-pagination button span {
            font-size: 12px;
        }

        .flight-list-pagination button {
            padding: 14px 20px;
        }
    }



    @media (max-width: 991px) {
        .flights-listing-results {
            overflow: hidden;
        }
    }



    .flights-loading-view {
        background: #fff;
        border-radius: 4px;
        border: 4px solid rgba(65, 180, 246, 0.1);
        font-weight: 600;
        min-width: 500px;
    }

    .bg-gray {
        background: #eff3f7;
    }

    .bg-orange {
        background: var(--primary-main);
    }

    .transparent-btn {
        background-color: transparent;
        padding: 0;
        border: 0;
        line-height: normal;
    }

    .checkout-step-tabs .nav {
        border: 0;
    }

        .checkout-step-tabs .nav .nav-link.fill-active::after,
        .checkout-step-tabs .nav .nav-link::before {
            position: absolute;
            height: 2px;
            border-radius: 2px;
            content: "/";
            color: transparent;
            top: 50%;
            width: 50%;
        }

        .checkout-step-tabs .nav .nav-link.fill-active::after {
            background-color: var(--secondary-main);
            z-index: 2;
            animation: checkouttab 2s;
        }

        .checkout-step-tabs .nav .nav-link.fill-active::after,
        .checkout-step-tabs .nav .nav-link::before {
            position: absolute;
            left: 43%;
            height: 2px;
            border-radius: 2px;
            content: "/";
            color: transparent;
            top: 50%;
            width: 50%;
        }

        .checkout-step-tabs .nav .nav-link.fill-active .tabs-text {
            color: var(--secondary-main);
        }

        .checkout-step-tabs .nav .nav-link.fill-active .tabs-num {
            background-color: var(--secondary-main);
            color: #fff;
            border-color: var(--secondary-main);
        }

        .checkout-step-tabs .nav .nav-link::before {
            background-color: #ccc;
            z-index: 1;
        }

        .checkout-step-tabs .nav .nav-link {
            background-color: transparent !important;
            padding: 0 !important;
            border: 0 !important;
            color: #000;
            width: 25%;
            text-align: left;
            position: relative;
        }

            .checkout-step-tabs .nav .nav-link .tabs-num {
                border: 1px solid #979dad;
                background-color: #fff;
                color: #979dad;
                border-radius: 50%;
                font-size: 14px;
                width: 35px;
                height: 35px;
                line-height: 35px;
                padding: 0;
                font-weight: 700;
                display: inline-block;
                text-align: center;
            }

            .checkout-step-tabs .nav .nav-link.active .tabs-num {
                background-color: var(--secondary-main);
                color: #fff;
                border-color: var(--secondary-main);
            }

            .checkout-step-tabs .nav .nav-link .tabs-num:hover {
                border: 1px solid var(--secondary-main);
                background-color: var(--secondary-main);
                color: #fff;
                border-radius: 50%;
                font-size: 14px;
                width: 35px;
                height: 35px;
                line-height: 35px;
                padding: 0;
                font-weight: 700;
                display: inline-block;
                text-align: center;
            }

            .checkout-step-tabs .nav .nav-link .tabs-text {
                margin-left: 10px;
                font-weight: 700;
                font-size: 14px;
                color: #979dad;
            }

        .checkout-step-tabs .nav .nav-link {
            color: #000;
            text-align: left;
        }

    @media (min-width: 992px) and (max-width: 1920px) {
        .checkout-step-tabs .nav .nav-link.fill-active::after,
        .checkout-step-tabs .nav .nav-link::before {
            left: 60%;
            width: 33%;
        }
    }

    @media (max-width: 991px) {
        .checkout-step-tabs .nav .nav-link.fill-active::after,
        .checkout-step-tabs .nav .nav-link::before {
            top: 30% !important;
            width: 60% !important;
            left: unset;
            right: -30%;
        }

        @media (max-width: 991px) {
            .checkout-step-tabs .nav .nav-link {
                flex-direction: column;
                display: flex;
                text-align: center;
            }
        }

        @media (max-width: 991px) {
            .checkout-step-tabs .nav .nav-link.fill-active::after,
            .ccheckout-step-tabs .nav .nav-link::before {
                top: 30% !important;
                width: 60% !important;
                left: unset;
                right: -30%;
            }
        }

        @media (max-width: 991px) {
            .checkout-step-tabs .nav .nav-link {
                text-align: center;
            }
        }

        .checkout-step-tabs .nav .nav-link .tabs-num,
        .checkout-step-tabs .nav .nav-link .tabs-num:hover {
            font-size: 12px;
            width: 30px;
            height: 30px;
            line-height: 30px;
        }
    }

    @media (max-width: 991px) {
        .checkout-step-tabs .nav .nav-link .tabs-num {
            margin: auto;
        }
    }

    @media (max-width: 991px) {
        .checkout-step-tabs .nav .nav-link .tabs-text {
            display: inline-block;
            width: 100%;
            text-align: center;
            margin-left: 0;
            font-size: 12px;
        }
    }

    .checkout-step-tabs .nav .nav-link:last-child::before {
        display: none;
    }

    @media (max-width: 768px) {
        .checkout .tab-block {
            margin-bottom: 24px;
        }
    }

    .checkout-flight-info-box {
        background-image: url(../checkout-images/flightinfobox-bg.svg);
        background-size: cover;
        background-color: var(--secondary-main);
        background-repeat: repeat;
    }

    .checkout-flight-info-box {
        color: #fff;
    }

    .flightinfobox-air-img img {
        width: 100%;
        max-width: 200px;
        margin: 5% 0 0 10%;
    }

    .checkout-flight-info-box span {
        font-size: 12px;
    }

    .checkout-flight-info-box button {
        color: #fff;
        font-size: 14px;
    }

    .checkout-main-wrap h5 {
        color: #22262b;
    }

    .important-note {
        color: #434343;
        font-size: 12px;
    }

        .important-note a,
        .important-note strong {
            color: var(--primary-main);
            text-decoration: none;
        }

    .form-group-icon {
        position: relative;
    }

    .checkout-main-wrap .input-group label {
        font-size: 14px;
        color: #979dad;
    }

    .checkout-main-wrap .input-group input::placeholder {
        color: rgba(0, 0, 0, 0.5) !important;
    }

    .checkout-main-wrap .input-group input.has-error {
        border-color: red !important;
    }

    .checkout-main-wrap .input-group input,
    .checkout-main-wrap .input-group select {
        /* font-size: 14px; */
        color: #000 !important;
        border-color: #e7e8ec !important;
        border-radius: 5px !important;
        height: 50px;
    }

        .checkout-main-wrap .input-group select.has-error {
            border-color: red !important;
        }

    .form-group-icon img.icon {
        position: absolute;
        right: 15px;
        bottom: 18px;
        width: auto;
        height: 15px;
    }

    .email-sugg {
        background-color: #fff;
        padding: 0;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
        border-radius: 0px 0px 4px 4px !important;
    }

        .email-sugg ul {
            list-style: none;
            padding: 0px 5px 0px 15px !important;
            margin: 0px;
        }

            .email-sugg ul li {
                font-size: 14px;
                margin: 0;
                cursor: pointer;
                padding: 4px 12px 4px 0px;
            }

            .email-sugg ul:hover {
                background: rgba(17, 29, 144, 0.1);
            }

    .checkout-sidebar-flight-detail .airplane-icon {
        width: 20px;
    }

    .checkout-sidebar-flight-detail h5 {
        font-weight: 600;
        font-size: 18px;
    }

    .checkout-sidebar-flight-detail span {
        font-size: 14px;
        color: #434343;
    }

    .checkout-sidebar-flight-detail h6 {
        font-size: 14px;
        color: #2c2d2d;
    }

    .checkout-sidebar-flight-detail span.flytime {
        font-size: 12px;
        color: #979dad;
    }

    .checkout-sidebar-price-detail-row h6 {
        font-size: 14px;
        color: #2c2d2d;
    }

    .payment-note p {
        font-size: 12px;
        color: #979dad;
    }

    .checkout-main-wrap .input-group label span {
        color: var(--primary-main);
    }

    .payment-card-detail button {
        color: #434343 !important;
        font-size: 14px;
        font-weight: 600;
    }

    .accordion-button .select-card-btn::before {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        position: absolute;
        content: "/";
        color: transparent;
        background-color: var(--secondary-main);
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .accordion-button .select-card-btn {
        border: 1px solid var(--secondary-main);
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: #fff;
        display: inline-block;
        margin-right: 10px;
        position: relative;
    }

    .payment-cards img {
        width: 35px;
    }

    .payment-card-detail button::after {
        display: none;
    }

    .traveler-form .input-group .last-input-icon {
        position: absolute;
        width: 40px;
        right: 15px;
        top: 42px;
        z-index: 9;
    }

    #pay-card-detail button.accordion-button {
        background: #fff !important;
        border: none !important;
        box-shadow: none;
        padding: 15px 0px 15px 0px;
    }

    .payment-card-detail .accordion-body {
        padding: 0px;
    }

    .add-manually-address button {
        background: transparent;
        border: 0;
        font-size: 14px;
        font-weight: 700;
        color: var(--secondary-main);
    }

    .user-flight-review-box button {
        color: var(--primary-main);
        font-size: 12px;
    }

    .user-flight-review-box .airlinelogo img {
        width: 25px;
    }

    .user-flight-review-box .airlinelogo span {
        font-weight: 700;
        font-size: 14px;
        color: #434343;
    }

    .flightbox-details span {
        line-height: 18px;
        display: inline-block;
    }

    .flightbox-details span,
    .flightbox-details-dot-line span {
        color: #979dad;
        font-size: 12px;
    }

    .flightbox-details h6 {
        color: #22262b;
        font-size: 14px;
    }

    .flightbox-details-air-icon img {
        width: 25px;
        margin: 0px 10px;
    }

    .clicker:focus + #traverlers {
        display: none;
    }

    /*  28.12.2023 start   */
    .flights-loading-wrap {
        margin-top: -62px !important;
    }

    .form-info-wrp .accordion-button {
        color: #000 !important;
        background: rgba(17, 29, 144, 0.1) !important;
    }

        .form-info-wrp .accordion-button h6 {
            font-size: 14px;
        }

    .form-info-wrp .accordion-button {
        padding: 10px;
        color: #000 !important;
    }

        .form-info-wrp .accordion-button:after {
            position: absolute;
            right: 10px;
            top: 8px;
        }

    button:focus,
    input:focus,
    select:focus {
        box-shadow: unset !important;
    }

    .form-info-wrp .accordion-item {
        margin-top: 20px;
        border-radius: 8px !important;
        box-shadow: none;
    }

    .cvv-field input[type="password"]::-ms-reveal,
    .cvv-field input[type="password"]::-ms-clear {
        display: none;
    }

    .input .react-datepicker-wrapper {
        width: 100%;
    }

    .checkout-step-tabs .nav .nav-link.fill-active::after {
        background-color: var(--secondary-main);
        z-index: 2;
        animation: checkouttab 2s;
    }

    /*  28.12.2023 start   */
    @media (max-width: 575px) {
        .payment-cards img {
            width: 20px;
            display: none;
        }
    }

    @media (max-width: 767px) {
        .flight-time span {
            font-size: 10px;
        }

        .flight-plus-airport span {
            font-size: 9px;
        }

        #flightdetail.collapseModifyflights {
            font-size: 12px;
        }
    }

    /*  Checkout Contact Page end*/
    /*  Baggage Fees Page start*/
    .airline-bagg-fee-main-wrap > h5 {
        font-size: 32px;
    }

    .airline-bagg-fee-title {
        background: var(--light-main);
    }

        .airline-bagg-fee-title h2 {
            font-size: 16px;
            line-height: normal;
            font-weight: 600;
            margin-bottom: 0;
        }

    .airline-bagg-fee {
        padding: 15px;
        background-color: #fff;
        margin-bottom: 40px;
        border: 1px solid #bcbcbc;
    }

        .airline-bagg-fee .row {
            margin-bottom: 15px;
            padding-bottom: 15px;
            border-bottom: 1px solid #bcbcbc;
        }

    .airline-bagg-fee-logo img {
        margin-right: 10px;
        width: auto;
        height: 35px;
    }

    .airline-bagg-fee-logo span {
        font-weight: 700;
        font-size: 14px;
    }

    .airline-bagg-fee-detail a {
        font-size: 14px;
        font-weight: 700;
        color: #000;
        text-decoration: none;
    }

    /*  Baggage Fees Page end*/
    /*  Check In Page start*/
    .checkin-wrap {
        border: 1px solid #c8c8c8;
        border-radius: 3px;
    }

        .checkin-wrap h4 {
            color: #000;
            font-size: 16px;
            margin-top: 16px;
            text-transform: uppercase;
        }

        .checkin-wrap a {
            text-decoration: none;
        }

    /*  Check In Page end*/
    /*  Content Pages like Services Fees, Privacy, Terms etc start*/
    .pptc-text h2 {
        font-size: 24px;
        margin: 30px 0 10px;
        color: var(--primary-main);
    }

    .pptc-text h3 {
        color: var(--primary-main);
        font-size: 20px;
        margin: 18px 0 10px;
    }

    .pptc-text ul,
    .pptc-text ol {
        padding-left: 0;
        list-style-type: none;
    }

        .pptc-text ul li {
            /*   font-size: 14px; */
            margin: 8px 0;
            background-image: url(../images/check-icon-green.png);
            background-repeat: no-repeat;
            padding-left: 22px;
            background-size: 15px;
            background-position: 0 4px;
        }

            .pptc-text ul li ol li {
                background-image: none;
            }

            .pptc-text ul li a,
            .pptc-text ol li a {
                text-decoration: none;
            }

                .pptc-text ul li a:hover,
                .pptc-text ol li a:hover {
                    text-decoration: underline !important;
                }

        .pptc-text ol li {
            /*   font-size: 14px; */
            margin: 8px 0;
        }

        .pptc-text ul li br {
            display: none;
        }

        .pptc-text ol li br {
            display: none;
        }

        .pptc-text ul li strong br {
            display: block;
        }

        .pptc-text ol li strong br {
            display: block;
        }

    .go-back-confirm-popup p {
        max-width: 250px;
        margin: 5px auto 0;
        margin-bottom: 0px;
        font-size: 13px;
    }

    #main_nav {
        border-right: 1px solid #d2d2d2;
        padding-right: 15px;
    }

    .react-datepicker {
        box-shadow: 0 0 0.375rem 0.125rem rgba(2, 34, 67, 0.25);
        border: 1px solid #d2d2d2;
        font-family: inherit;
        width: 100%;
    }

    .react-datepicker-popper {
        width: 280px;
    }

    .react-datepicker__month-container {
        width: 100%;
    }



    .react-datepicker__day--disabled {
        opacity: 0.5;
    }

    .react-datepicker__day--outside-month {
        opacity: 0.5;
    }

    .react-datepicker__triangle {
        border-bottom-color: #aeaeae;
    }

    .react-datepicker__day--selected {
        background: var(--primary-main);
        color: #fff !important;
    }

        .react-datepicker__day--selected:hover {
            background: var(--primary-main);
            color: #fff !important;
        }

    .react-datepicker__current-month {
        font-size: 18px;
        color: #262626;
        padding: 4px 0px 8px 0px;
    }

    .react-datepicker__day-names {
        background: #e6e8f4;
    }

    .react-datepicker__day-name,
    .react-datepicker__day,
    .react-datepicker__time-name {
        color: #262626;
        font-weight: 600;
        margin: 0.3rem;
    }

    .no-results-view {
        background: #fff;
        border-radius: 4px;
        border: 4px solid rgba(65, 180, 246, 0.1);
    }

    .no-results-found {
        background: #fff;
        border-radius: 4px;
        border: 4px solid rgba(65, 180, 246, 0.1);
    }

    .go-back-confirm-popup p {
        max-width: 250px;
        margin: 5px auto 0;
        margin-bottom: 0px;
        font-size: 13px;
    }

    .booking-confirmation-content img {
        width: 100%;
        max-width: 300px;
    }

    .booking-confirmation-content p {
        font-size: 14px;
    }

    .booking-confirmation-content h3 {
        font-size: 30px;
        color: var(--light-blue);
    }

    .confirmation-booking-date-time {
        background-color: var(--light-blue);
        width: 100%;
        max-width: 600px;
        margin: 20px auto;
        text-align: center;
        color: #fff;
        font-size: 18px;
        padding: 20px;
        font-weight: 600;
        border-radius: 3px;
    }

    .booking-confirmation-number .air-ticket {
        max-width: 150px;
        margin-top: 20px;
    }

    .booking-confirmation-number p {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .booking-confirmation-number .air-ticket-down-img {
        display: inherit;
        clear: both;
        width: 50px;
        margin: auto;
        position: relative;
        top: -20px;
    }

    .booking-confirmation-number h4 {
        font-size: 20px;
        font-weight: 700;
    }

    .confirmation-note-text p {
        font-size: 13px;
    }

    .tables-sub-heading {
        background-color: var(--light-blue);
        color: #fff;
        font-size: 18px;
    }

    #details-table .table-bordered {
        border-color: var(--light-blue);
    }

    .booking-detail-desc-list h3 {
        font-size: 20px;
        color: var(--light-blue);
    }

    .booking-detail-desc-list ul {
        list-style: none;
    }

        .booking-detail-desc-list ul li {
            margin-bottom: 10px;
            padding-left: 25px;
            background-image: url(../images/hand-bulet-icon.png);
            background-repeat: no-repeat;
            background-position: left 5px;
            font-size: 13px;
            background-size: 14px;
        }

            .booking-detail-desc-list ul li a {
                color: var(--light-blue);
                text-decoration: none;
                font-weight: 600;
            }

    .thanku-msg h6 {
        text-align: center;
        line-height: 26px !important;
        font-size: 16px;
    }

        .thanku-msg h6 a {
            color: var(--light-blue);
        }

    .from-to-from-digination .flight-plus-air {
        position: relative;
    }

        .from-to-from-digination .flight-plus-air .tooltip-box {
            padding-left: 0;
        }

    .success-payment-loader-img img {
        max-width: 500px;
        width: 100%;
    }

    .itinerary-details-box.border,
    .return-flight-ticket.border-top {
        border-color: var(--light-blue) !important;
    }

    .flight-ticket .flap-flight-details .airlinelogo img {
        width: 40px;
        margin-bottom: 10px;
    }

    .flight-ticket .flightbox-details h6 {
        color: #22262b;
        font-size: 14px;
    }

    .flight-ticket .flightbox-details span {
        line-height: 18px;
        display: inline-block;
    }

    .flight-ticket .flightbox-details span,
    .flightbox-details-dot-line span {
        color: #979dad;
        font-size: 12px;
    }

    .itinerary-details-box .flightbox-details-dot-line {
        color: #979dad;
    }

    .flight-ticket .flightbox-details-air-icon img {
        width: 32px;
        margin: 0px 10px;
    }

    .flight-ticket .flap-flight-details h5 {
        color: var(--light-blue);
        font-size: 14px;
    }

        .flight-ticket .flap-flight-details h5.opteratedby {
            background-color: var(--light-blue);
            color: #fff;
            font-size: 12px;
        }

    .form-info-wrp .accordion-button h6 {
        font-size: 14px;
    }

    .form-info-wrp .accordion-button {
        padding: 10px;
    }

        .form-info-wrp .accordion-button:after {
            position: absolute;
            right: 10px;
            top: 8px;
        }

    .flight-ticket .flap-flight-details .airlinelogo {
        text-align: center;
    }

    .react-tel-input input {
        pointer-events: none;
    }

    .booking-loading-view {
        background: #fff;
        border-radius: 4px;
        border: 4px solid rgba(65, 180, 246, 0.1);
        font-weight: 600;
        min-width: 500px;
    }

    @media screen and (max-width: 640px) {
        .flights-loading-view {
            min-width: 90%;
        }

        .rfd-side-flap .flap-flight-details h4 {
            margin: 0;
        }

        .booking-loading-view {
            min-width: 90%;
        }
    }
    /* Loading Popup end */
    /* Fixed Call Button Bottom start */
    .callbtn-btm-fixed {
        position: fixed;
        bottom: 1px;
        z-index: 999;
        left: 2px;
        right: 2px;
    }

        .callbtn-btm-fixed .btn {
            line-height: 1;
            font-size: 27px !important;
            padding: 0 !important;
            width: 100%;
        }

            .callbtn-btm-fixed .btn:hover {
                background: var(--primary-main) !important;
                border: 1px solid var(--primary-main) !important;
            }

        .callbtn-btm-fixed .fa-phone {
            border-right: 1px solid;
            padding: 10px 15px;
            float: left;
            line-height: 40px;
        }

        .callbtn-btm-fixed span {
            line-height: 0.8;
            vertical-align: top;
        }

        .callbtn-btm-fixed small {
            font-size: 14px;
        }



    @media (max-width: 767px) {
        .flight-plus-airport .tooltip-hover-top {
            right: 0;
            left: unset;
        }

        .airport-code .tooltip-hover-top {
            display: none !important;
        }

        .listing-flight-logo span {
            min-height: 32px;
        }
    }

    /* custom css 16-jan */
    .checkout-price-summery .modal-body div.d-nonde {
        display: block !important;
    }

    .sm-price-box .checkout-sidebar .bg-white {
        padding: 0 !important;
    }

    .checkout-sidebar-price-detail div {
        display: flex;
        justify-content: space-between;
        padding-bottom: 12px;
    }

    .session-out-img {
        width: 230px !important;
    }

    .fs-16 {
        font-size: 16px !important;
    }

    .fs-14 {
        font-size: 14px !important;
    }

    .fs-13 {
        font-size: 13px !important;
    }

    .fs-12 {
        font-size: 12px !important;
    }

    .fs-10 {
        font-size: 10px !important;
    }

    .whitespace-pre {
        white-space: pre !important;
    }

    .powered-by-aws {
        width: 80px;
    }

    .listing-loader {
        width: 180px;
        max-width: 180px;
    }

    .loader-modal .modal-dialog {
        max-width: 160px;
    }


    body .pac-container {
        background: #fff !important;
    }

        body .pac-container .pac-item:hover {
            background: #cecdcd !important;
        }

    body .pac-logo .hdpi::after {
        background: #fff !important;
    }

    body .pac-container .pac-item {
        background: white;
        color: black;
    }

        body .pac-container .pac-item .pac-item-query {
            color: black;
        }

    .form-select.fs-12 {
        font-size: 12px;
    }

    .fs-14 {
        font-size: 14px;
    }

    .flight-time-alrt span:empty {
        display: none;
    }

    .opby-txt h6 {
        font-size: 12px;
        margin-top: 20px;
    }

    .fs-16 {
        font-size: 16px;
    }

    .fs-18 {
        font-size: 18px;
    }


    .service-box {
        transition: all 0.5s;
    }

        .service-box:hover {
            box-shadow: 8px 17px 30px 0px #0000001a;
        }

        .service-box h6 {
            color: #22262b;
            text-align: center;
            font-family: Poppins;
            font-size: 17px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
            letter-spacing: 0.4px;
        }

    .services-img {
        width: 110px;
    }

    .destination-card img.rounded-2 {
        transition: all 0.5s;
        box-shadow: 0px 4px 12px 0px #00000026;
    }

    .destination-card {
        transition: all 0.5s;
    }

        .destination-card:hover {
            box-shadow: 8px 17px 30px 0px #0000001a;
        }

    .latest-flihts-section {
        background-image: url(/images/flights-bg.svg);
        background-size: contain;
        background-color: #fff;
        background-position: center center;
        background-repeat: no-repeat;
    }


        .latest-flihts-section .slick-dots li button:before {
            font-family: "slick";
            font-size: 6px;
            line-height: 5px;
            position: absolute;
            top: 0;
            left: 0;
            width: 25px;
            height: 5px;
            content: "";
            text-align: center;
            -webkit-font-smoothing: antialiased;
            background: #fcb349;
            border-radius: 5px;
        }

        .latest-flihts-section .slick-dots li.slick-active button:before {
            opacity: 0.75;
            color: black;
        }

    .shake-alert {
        animation: shake 0.5s ease-in-out;
        transition: 0.5s;
    }

    .shake-alert {
        box-shadow: 0px 0px 20px 4px #ffc0c06b;
        background: #ffc0c045;
        color: red !important;
    }

    @keyframes shake {
        0%, 100% {
            transform: translateX(0);
        }

        10%, 30%, 50%, 70%, 90% {
            transform: translateX(-2px);
        }

        20%, 40%, 60%, 80% {
            transform: translateX(2px);
        }
    }

    .airports-box .mega-input,
    .dates-box .mega-input,
    .travelers-box .mega-input {
        font-family: Poppins;
        font-size: 22px !important;
        font-weight: 600 !important;
        letter-spacing: 0em !important;
        text-align: left !important;
        color: #000 !important;
    }

    .dates-box .react-datepicker__day--keyboard-selected,
    .dates-box .react-datepicker__month-text--keyboard-selected,
    .dates-box .react-datepicker__quarter-text--keyboard-selected,
    .dates-box .react-datepicker__year-text--keyboard-selected {
        background-color: #fcb349;
        color: #fff !important;
    }

    .btn-blue {
        background: linear-gradient(272.57deg, #071931 -20.14%, #78a5fd 111.71%);
        color: #fff !important;
    }

    .aitports-list-box {
        z-index: 9999;
    }

    .aitports-list .counrty-img {
        width: 24px;
    }

    .trv-travelers-box {
        min-width: 300px;
        z-index: 9999;
    }

    .btn-grd {
        background: linear-gradient( 145deg, rgba(252, 179, 73, 1) 0%, rgba(189, 112, 0, 1) 100% );
    }

    .flight-btn-grd {
        background: linear-gradient(90deg, #3c6ff9 0%, #21366e 100%);
        box-shadow: 0px 6px 7px 0px #0000003d;
        color: #fff !important;
    }

    .btn-grd-blue {
        background: linear-gradient( 145deg, rgba(60, 111, 249, 1) 0%, rgba(33, 54, 110, 1) 100% );
    }

    .latest-flights-card {
        transition: 0.5s all;
    }

        .latest-flights-card:hover {
            box-shadow: 8px 17px 30px 0px rgba(0, 0, 0, 0.1);
        }

        .latest-flights-card .origin-box img,
        .latest-flights-card .destination-box img {
            width: 22px;
            margin-right: 12px;
        }

    .origin-box::after {
        content: "";
        position: absolute;
        top: 40px;
        left: 10px;
        height: 100%;
        width: 1px;
        border: 1px dotted #60626d;
        z-index: 0;
    }

    .newslatter-img {
        width: 200px;
        margin-top: -102px;
    }

    .newslatter-box {
        background: #ceddfe;
    }

    .banner-img-slider {
        z-index: -1;
    }

        .banner-img-slider::before {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #09090930;
            z-index: 1;
            background: #00000072;
        }

    .aitports-list {
        height: 190px;
        overflow-y: scroll;
    }

        .aitports-list .list-group a::before {
            content: "";
            position: absolute;
            bottom: 30px;
            left: 15px;
            height: 65px;
            width: 1px;
            background: #e7e8ec;
            z-index: 1;
        }

        .aitports-list .list-group a:first-child:before {
            content: "";
            position: absolute;
            display: none;
            bottom: 30px;
            left: 15px;
            height: 65px;
            width: 1px;
            background: #e7e8ec;
            z-index: 1;
        }

    .travelers-count {
        background: white;
        color: black;
        outline: none;
    }

    .passenger-count-btn input {
        height: 30px;
    }

    .passenger-count-btn b {
        height: 30px;
        width: 30px;
        cursor: pointer;
        background: rgb(238 67 29) !important;
        border-width: 0px;
    }

    @media (max-width: 767px) {
        .airports-box .airport-list-box {
            position: fixed !important;
            top: 0 !important;
            left: 0;
            height: 100%;
            z-index: 9999 !important;
        }

        .aitports-list {
            height: 100% !important;
        }

        .service-box h6 {
            color: #22262b;
            text-align: center;
            font-family: Poppins;
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
            letter-spacing: 0.32px;
        }

        .latest-flights-card-date {
            color: var(--primary-main);
            font-family: Poppins;
            font-size: 10px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            letter-spacing: 0.24px;
        }
        /* .banner {
    height: 70vh;
  } */
    }

    @media (min-width: 768px) {
        /* .banner {
    height: 50vh;
  } */
    }


    .latest-flihts-section {
        background: #fff7f5;
    }
}
/* avirla custom css ends */
.air-flight-btn-and-bag {
  border-top: 1px solid #e7e8ec;
}

.single-flight-bag button img {
  margin-left: 8px;
  width: 25px;
}

.single-flight-bag button::after {
  display: none;
}

.single-flight-bag .dropdown-menu {
  padding: 15px;
}

.single-flight-bag .dropdown-menu li {
  padding: 5px 0;
}

.single-flight-bag-details img {
  width: 25px;
  margin-right: 15px;
}

.single-flight-bag-details h5 {
  color: #000;
  font-size: 14px;
  width: 120px;
}

.single-flight-bag-details h6 {
  color: #19a017;
  font-size: 12px;
  margin-left: 30px;
}

.single-flight-bag button {
  background-color: transparent !important;
  border: 0;
  padding: 0;
}

.single-flight-bag button:hover {
  background-color: transparent !important;
  border: 0;
  padding: 0;
}
.flap-flight-details .add-baggage-icon img {
  position: relative;
  top: -4px;
}
.add-baggage-icon img {
  width: 32px;
}
.flap-flight-details .add-baggage-title h5 {
  color: #222;
}
.add-baggage-title h6 img {
  width: 15px;
  margin-right: 5px;
}
.slick-slider.matrix-slider .slick-prev,
.slick-slider.destination-slider .slick-prev,
.slick-slider.latest-flight-slider .slick-prev {
  background-size: contain;
  position: absolute;
  top: -15px;
  left: auto !important;
  right: 50px;
}

.latest-flight-slider .slick-prev:hover,
.latest-flight-slider .slick-prev:focus,
.destination-slider .slick-prev:hover,
.destination-slider .slick-prev:focus,

.reversearrow {
  transform: rotate(0deg);
  transition: 0.4s;
}
.reversearrow.flip {
  transform: rotate(180deg);
  transition: 0.4s;
}
.bottom-strip {
  z-index: 1060;
}
.processing-logo {
  max-width: 150px;
  max-height: 150px;
  border-radius: 8px;
}
.btn-orange {
  background: #fe3d28 !important;
  color: #fff !important;
}
.btn-orange-outline {
  outline: 1px solid #ff3e2b !important;
}

.flight-plus-airport .tooltip-box.text-orange {
  padding-left: 3px;
}
.z-1020 {
  z-index: 1020 !important;
}
.list-column-2 {
  column-count: 2;
}
.booking-loading-view .warn-note p {
  font-size: 12px;
}
.trv-grey {
  background: #f6f6f6;
}
.lbp-border {
  border-left: 1px solid #c9c6ca;
  border-right: 1px solid #c9c6ca;
  border-top: 0px solid #c9c6ca;
  border-bottom: 0px solid #c9c6ca;
}
.lbp-border-top-lg {
  border-top: 1px solid #c9c6ca;
}
.awc-card {
  background: #fff9f8 !important;
}
.awc-card.active {
  background: #fcb349 !important;
  color: #fff !important;
}
.awc-card.active .text-success {
  color: #fff !important;
}
.awc-card .awc-active {
  display: none;
}
.awc-card .awc-de-active {
  display: block;
}
.awc-card.active .awc-active {
  display: block;
}
.awc-card.active .awc-de-active {
  display: none;
}
.checkout-review-detail-box {
  z-index: 1062;
  position: relative;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .add-baggage-heading {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .single-flight-bag button img {
    width: 25px;
  }
  .lbp-border {
    border-left: 0px solid #c9c6ca;
    border-right: 0px solid #c9c6ca;
    border-top: 1px solid #c9c6ca;
    border-bottom: 1px solid #c9c6ca;
  }

  .list-column-2 {
    column-count: 1;
  }

  .custom-toltip.show {
    display: block;
    transform: translateX(-22%) !important;
  }
  .single-flight-bag .dropdown-menu {
    padding: 8px;
    min-width: 200px;
  }

  .single-flight-bag-details h5 {
    font-size: 10px;
  }

  .single-flight-bag-details h6 {
    font-size: 8px;
    margin-left: 20px;
  }
  .price-plan-card-box .price-plan-card-box-row {
    width: 800px;
  }
  .price-plan-card-box {
    overflow-x: scroll;
    overflow-y: hidden;
  }
}

@media screen and (max-width: 575px) {
  .flights-listing-wrapper .single-flight-round-box {
    padding: 20px 20px 0px 20px;
  }
  .listing-flight-price-wrap .listing-flight-price {
    border-top: 1px solid #e7e8ec;
    padding-top: 15px;
    margin-top: 15px;
    padding-left: 12px;
  }
  .listing-flight-price-wrap .listing-flight-price h2 {
    text-align: left;
  }
  .listing-flight-price-wrap .listing-flight-price h6 {
    text-align: left;
  }
  .single-flight-bag .dropdown.depart-bag {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .single-flight-bag .dropdown.return-bag {
    position: absolute;
    top: 142px;
    right: 15px;
  }
  .single-flight-bag .depart-bag.dropdown:hover .dropdown-menu {
    left: auto !important;
    right: 0px !important;
  }
  .single-flight-round-box .baggage-wrap {
    border: none !important;
    margin: 0px !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .single-flight-bag .dropdown.depart-bag {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .single-flight-bag .dropdown.return-bag {
    position: absolute;
    bottom: 15px;
    right: 15px;
    top: auto;
  }
  .single-flight-bag .depart-bag.dropdown:hover .dropdown-menu {
    left: auto !important;
    right: 0px !important;
  }
  .single-flight-round-box .baggage-wrap {
    border: none !important;
    margin: 0px !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1920px) {
  .single-flight-bag .return-bag.dropdown:hover .dropdown-menu {
    left: 0px !important;
    right: auto !important;
  }
}
.fs-11 {
  font-size: 11px;
}
.checkout-main-wrap .w-110p input {
  max-width: 110px !important;
  width: 110px !important;
}
ul.nav-tabs .nav-item a.nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .nav-link.active {
  color: white !important;
  border: var(--secondary-main) !important;
}

.mt-n3 {
  margin-top: -2rem !important;
}
.hotel-deal {
  background-image: none !important;
}

.cruise-deals-wrap .cruise-card .logo-price-wrap {
  margin-top: -20px;
}

.hotelModal {
  max-width: 700px !important;
}
.top-bar {
  background: #fcb349;
  background: linear-gradient(
    35deg,
    rgba(252, 179, 73, 1) 63%,
    rgba(33, 54, 110, 1) 63%
  );
  color: white;
}
@media screen and (max-width: 767px) {
  .cruise-deals-wrap {
    flex-wrap: nowrap !important;
    overflow-x: auto;
  }
}

.top-bar .icon {
  margin-right: 5px;
}
.contact-phone {
  font-weight: 700;
  color: #000;
}
.nav-link.active {
  color: #f9b24e !important;
}
.logo {
  font-size: 1.5rem;
  font-weight: bold;
  color: #f9b24e;
}
.logo span {
  color: #1e2a78;
}
.phone-icon {
  width: 24px;
  height: 24px;
}
.contact-sec h4::after {
  content: "";
  position: relative;
  top: 0;
  width: 120px;
  display: block !important;
  background: rgb(207, 96, 5);
  background: linear-gradient(
    78deg,
    rgba(27, 73, 147, 1) 0%,
    rgba(33, 85, 159, 1) 37%,
    rgba(46, 109, 200, 1) 71%,
    rgba(73, 135, 224, 1) 100%
  );
  height: 4px;
  border-radius: 4px;
  margin-top: 13px;
}

 .flights-about {
  background-image: url(../images/bgfrontpage.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed; 
  position: relative;
  overflow: hidden;  
} 
.easy-step-icon-bg{background-color: #fef0db !important;}
/* .flights-about .img-wrap {
  background: url(/images/about_shape.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top right;
} */

.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  top: 70px;
  right: 30px;
}

@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@media screen and (max-width: 600px) {
  .float-bob-y {
    top: 250px;
    right: 5px;
    max-width: 150px;
    max-height: 150px;
  }
}

@media screen and (min-width: 601px) and (max-width: 768px) {
  .float-bob-y {
    top: 250px;
    right: 5px;
    max-width: 150px;
    max-height: 150px;
  }
}

.home-dream {
  background: url(/images/home_dream_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.featured-tour {
  background-color: #ffffff;
  background-image: url("/images/featured_tour_leftbg.svg"),
    url("/images/featured_tour_rightbg.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right center;
  background-size: auto, auto;
}

.featured-tour .flight-card {
  overflow: hidden;
  height: 250px;
  transition: transform 0.3s;
}

.featured-tour .flight-card:hover {
  transform: scale(1.02);
}

.featured-tour .class-btn {
  background: rgba(33, 54, 110, 0.5);
  font-weight: 500;
}

.featured-tour .class-btn:hover {
  background: rgba(33, 54, 110, 0.85);
}

.home-ser-sec .content-box {
  position: relative;
  height: 350px;
  overflow: hidden;
  cursor: pointer;
}

/* Overlay styling */
.destinations-slider .content-box .content-box-con {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  background: #ffffff;
  display: flex;
  justify-content: flex-end;
  text-align: center;
  padding: 1rem;
  /* transition: opacity 0.3s ease-in-out; */
}

/* Image zoom on hover */
.destinations-slider .content-box img {
  transition: transform 0.4s ease;
}

.destinations-slider .content-box:hover img {
  transform: scale(1.2);
}

/* Slick slide scaling and fading logic */
.destinations-slider .slick-slide {
  transition: all 0.3s ease;
  /* transform: scale(0.85); */
  opacity: 0.5;
}

.destinations-slider .slick-center {
  transform: scale(1);
  opacity: 1;
}

/* Optional: consistent padding between slides */
.destinations-slider .slick-slide > div {
  padding: 0 8px;
}

@media (max-width: 768px) {
  .destinations-slider .slick-slide {
    transform: scale(0.9);
  }

  .destinations-slider .content-box .content-box-con {
    padding: 0.5rem;
  }

  .destinations-slider .content-box img {
    height: 200px;
    object-fit: cover;
  }
}

.destinations-slider .slick-slide.slick-active {
  transform: scale(1);
  opacity: 1;
}

.slick-slider.destinations-slider .slick-prev {
  background: url(../images/left-main.svg);
  background-size: cover;
  position: absolute;
  /* top: -33px;
  left: auto !important; */
  right: 40px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  z-index: 1;
}

.destinations-slider .slick-prev.slick-disabled,
.destinations-slider .slick-next.slick-disabled {
  opacity: 0.25;
}

.destinations-slider .slick-prev:hover,
.destinations-slider .slick-prev:focus {
  background: url(../images/left-main.svg);
  background-size: contain;
}

.destinations-slider .slick-prev.slick-disabled:hover,
.destinations-slider .slick-prev.slick-disabled:focus {
  opacity: 0.25;
}

.destinations-slider .slick-prev:before {
  display: none;
}

.destinations-slider .slick-next {
  background: url(../images/right-main.svg);
  background-size: cover;
  position: absolute;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}

.destinations-slider .slick-next.slick-disabled {
  opacity: 0.25;
}

.destinations-slider .slick-next:hover,
.destinations-slider .slick-next:focus {
  background: url(../images/right-main.svg);
  background-size: contain;
}

.destinations-slider .slick-next.slick-disabled:hover,
.destinations-slider .slick-next.slick-disabled:focus {
  opacity: 0.25;
}

.destinations-slider .slick-next:before {
  display: none;
}

.home-flight-deals {
  background-color: #f9fafb;
  background-image: url("/images/flight_deals_leftbg.svg"),
    url("/images/flight_deals_rightbg.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right center;
  background-size: auto, auto;
}

@media screen and (max-width: 768px) {
  .home-flight-deals .deals-wrap {
    display: block ruby;
    overflow: scroll;
    width: 100%;
  }
}

.home-flight-deals .deal-card {
  background: linear-gradient(90deg, #584b3a 0%, #21366e 100%);
  min-height: 220px;
}

.home-flight-deals .deal-card .badge {
  background: rgb(252 179 73 / 20%);
}

.home-flight-deals .deal-card .airportname {
  min-height: 54px;
}
.up-down-bg{ background-color: rgb(255 255 255 / 5%);}
.easy-step-border{top: 50px; border-color: #ffd493 !important;}
.border-dashed{border: 1px dashed #ccc;}
.border-dashed::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -2px;
  width: 9px;
  height: 9px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 2px solid #fff;
}
.border-dashed::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -2px;
  width: 9px;
  height: 9px;
  pointer-events: none;
  background-color: #ffffff;
  border-radius: 50%;
  border: 2px solid #fff;
}


.home-flight-faq {
  background: linear-gradient(180deg,rgba(255, 255, 255, 0.8) 13%, rgba(255, 255, 255, 0.8) 90%), url(/images/flight_home_faq_bg.jpg);
 background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  background-attachment: fixed;
  overflow: hidden;
}

.home-flight-faq .accordion-item {
  border: 1px solid #c2c2c2 !important;
  margin-bottom: 15px;
  border-radius: 10px !important;
  box-shadow:2px 2px 8px #c2c2c2
}

.home-flight-faq .accordion-button:focus {
  box-shadow: none;
}

.home-flight-faq .accordion-button {
  color: #333333;
  border-radius: 10px !important;
}

.home-flight-faq .accordion-button:not(.collapsed) {
  background: transparent;
}

@media screen and (max-width: 768px) {
  .mob-header {
    background: linear-gradient(360deg, #21366e 0%, #3c6ff9 100%);
  }
  .call-banner {
    background-image:url(../images/call-banner.png);
    background-repeat: no-repeat;
    background-color: #fff3e3;
    background-size: cover;
  }
}
.mob-cta-sec {
  position: relative;
  top: 0;
  margin-top: -62px;
  z-index: 1032;
}
.deal-cell{background-color: #f8f9fa; padding: 13px 15px;}
.deal-cell:hover{ background-color: #fdf0dc;}
.deal-cell img.arrow-icon{display: none;}
.deal-cell:hover img.arrow-icon{display:block; position: absolute; right:10px;}
.next-trip-bg{  background: linear-gradient(180deg, rgb(0 0 0 / 70%) 13%, rgb(8 8 8 / 65%) 90%), url(../images/flight-to-dubai.jpg);
  background-size: cover; background-repeat: no-repeat; background-position: center; background-attachment: fixed; overflow: hidden;}

.why-choose-hover .circle-hover{transition: all 0.3s ease;  transform:scale(1)}
.why-choose-hover:hover .circle-hover{transform:scale(1.10); }
.why-choose-hover:hover h6{color: #fcb349; }
.deal-card:hover .up-down-bg{background-color: rgb(255 255 255 / 9%);}
.deal-card{transition: all 0.3s ease;}
.deal-card:hover{box-shadow: 0 4px 15px rgb(193 193 193); transform: translateY(-5px);}
.arrow-hover-effect img{transition: all 0.3s ease; transform: translateX(0);}
.arrow-hover-effect:hover{ border: 1px solid var(--primary-main) !important; background-color: var(--primary-main) !important;}
.arrow-hover-effect:hover img, .deal-card:hover .arrow-hover-effect img{transform: translateX(5px);}
.call-btn-opacity, .call-btn-opacity:hover {background-color: rgba(255, 255, 255, 0.2) !important; transition: all 0.3s ease; border-color: rgba(255, 255, 255, 0.5) !important;}
.card-ico {width: 56px;height: 56px;border-radius: 12px;display: inline-flex; align-items: center;justify-content: center;background: rgba(13, 110, 253, 0.08); }
.feature-card {transition: transform .18s ease, box-shadow .18s ease;}
.feature-card:hover {transform: translateY(-6px);}

.destination-slider{
    background:#fff;
}

.destination-card{
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 4px 12px rgba(0,0,0,.12);
    transition:.3s;
}

.destination-card:hover{
    transform:translateY(-5px);
}

.destination-card img{
    height:250px;
    width:100%;
    object-fit:cover;
}

.destination-card h4{
    font-size:18px;
    font-weight:700;
}

.rating{
    color:#777;
    font-size:18px;
}

.rating i{
    color:#FDB515;
}

.book-btn{
    color:#F9A826;
    font-weight:600;
    text-decoration:none;
}

.book-btn:hover{
    color:#ff9800;
}

/* Arrows */

.travel-slider .slick-prev,
.travel-slider .slick-next{

    width:46px;
    height:46px;
    background:#183B7A;
    border-radius:50%;
    z-index:100;
}

.travel-slider .slick-prev{
    left:-25px;
}

.travel-slider .slick-next{
    right:-25px;
}

.travel-slider .slick-prev:before,
.travel-slider .slick-next:before{

    font-size:22px;
    color:#fff;
    opacity:1;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{background-color: #0d6efd!important;}
.abt-just{text-align: justify;}
.abp-section .header-section {background-color: white;box-shadow: 0 2px 10px rgba(0,0,0,0.1);padding: 2rem 0rem 1rem 0rem;margin-bottom: 2rem;}
        .abp-section .page-title {color:#21366e;font-weight: 700;margin-bottom: 1rem;}
        .abp-section .search-container {max-width: 600px;margin: 0 auto;}
       .abp-section .search-box {border-radius: 50px;border: 2px solid #e0e0e0;padding: 0.75rem 1.5rem;font-size: 1rem;transition: all 0.3s;}
       .abp-section .search-box:focus {border-color:#fcb349;box-shadow: 0 0 0 0.2rem rgba(252, 179, 73, 0.25);}
       .abp-section .policy-btn {border: 1px solid #6c757d;color: #495057;font-weight: 600;padding:5px 16px;border-radius: 50px;transition: all 0.3s;}
       .abp-section .policy-btn:hover {background-color: #e6a03f;transform: scale(1.05);}
      .abp-section .no-results {text-align: center;padding: 3rem;color: #6c757d;}