.mix-pills.nav-pills .nav-link.active,
.mix-pills.nav-pills .show > .nav-link {
    background-color: #fff !important;
    border-radius: 16px;
    color: #28a745 !important;
}

.location-option .form-check-label {
    background: rgba(0, 7, 36, 0.7);
    border-radius: 5px;
}

.search-section .search-box {
    background-color: rgba(0, 7, 36, 0.7);
}

.search-panel .search-section .search-box .left-part .search-body h6 {
    text-align: left;
}

.search-section .search-box .left-part .search-body:after {
    background: none !important;
}

.search-panel .search-section .search-box .left-part .search-body h6 {
    color: white;
    font-weight: 300;
    font-size: 13px;
}

.location-option [type="radio"]:checked + label:before,
.location-option [type="radio"]:not(:checked) + label:before {
    display: none;
}

.location-option [type="radio"]:checked + label {
    background-color: #fff !important;
    /* border-radius: 16px; */
    color: #28a745;
}

.location-option [type="radio"]:checked + .form-check-label path {
    fill: #28a745;
}

.location-option label {
    padding: 8px 16px;
}

@media (max-width: 767px) {
    .mix-pills.nav-pills .nav-link.active,
    .mix-pills.nav-pills .show > .nav-link {
        background-color: rgba(0, 7, 36, 0.7) !important;
        border-radius: 16px;
        color: #ffffff !important;
    }

    header .mix-pills.nav-pills .nav-link {
        background: white;
        border-radius: 16px;
        color: black;
    }
}

.form-check-label path {
    fill: #fff;
}

.flight-search .flight-search-detail .form-group .form-control,
.gj-datepicker.gj-datepicker-bootstrap.gj-unselectable.input-group {
    overflow: unset !important;
    border-radius: 4px;
}

/* common */
.search-body {
    position: relative;
}

.search-body input.form-control {
    padding-left: 42px;
}

/* =========================
   ICON ======================
========================= */
.lociconmm,
.passengericonmm,
.dateiconmm,
.timeiconmm,
.selectlociconmm {
    padding-left: 28px !important;
}

.dateiconmm {
    border-radius: 5px !important;
}

.lociconmm::placeholder {
    padding-left: 0;
}

.search-body:has(.lociconmm)::before {
    content: "\f3c5" !important;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 14px;
    top: 68%;
    transform: translateY(-50%);
    color: #173973;
    font-size: 18px;
    pointer-events: none;
}

.search-body:has(.passengericonmm)::before {
    content: "\f007" !important;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 14px;
    top: 68%;
    transform: translateY(-50%);
    color: #173973;
    font-size: 18px;
    pointer-events: none;
}

/* =========================
   DATE PICKER
========================= */
.search-body:has(.dateiconmm)::before {
    content: "\f073";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 13px;
    top: 67%;
    transform: translateY(-50%);
    color: #173973;
    font-size: 16px;
    pointer-events: none;
    z-index: 9999;
}

/* =========================
   TIME PICKER
========================= */
.search-body:has(.timeiconmm)::before {
    content: "\f017";
    /* fa-clock */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 12px;
    top: 68%;
    transform: translateY(-50%);
    color: #173973;
    font-size: 17px;
    pointer-events: none;
}

.search-body:has(.selectlociconmm)::before {
    content: "\f3c5" !important;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 14px;
    top: 61%;
    transform: translateY(-50%);
    color: #173973;
    font-size: 18px;
    pointer-events: none;
    z-index: 9999;
}

.home_section
    .home
    .home-content.mix-layout.smaller-content
    .search-section
    .search-box
    .left-part
    .search-body
    .form-control {
    line-height: 40px;
    /* width: 245px; */
}

.home_section
    .home
    .home-content.mix-layout.smaller-content
    .search-panel
    .search-section
    .search-box
    .left-part
    .search-body {
    padding: 15px 6px;
}

.search-section .search-box .left-part .search-body .form-control {
    text-align: left;
}

.swap {
    top: 43px;
    right: -16px;
}

.btn.btn-solid {
    background-color: #10bf63;
}

.search-panel .search-section .search-box .right-part {
    margin: 0px;
}

.select2-container {
    width: 219px !important;
    margin-top: -4px !important;
}

/* Main select box */
.select2-container--default .select2-selection--single {
    height: 42px !important;
    border-radius: 6px;
    border: 1px solid #d1d5db;
}

/* Text alignment */
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 40px !important;
    padding-left: 12px;
    font-size: 16px;
}

/* Dropdown arrow center */
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 42px !important;
}

/* =========================
   ICON ======================
========================= */

@media (max-width: 767px) {
    .search-body {
        border-bottom: none;
    }

    .search-body:has(.lociconmm)::before {
        top: 63%;
    }

    .search-body:has(.dateiconmm)::before {
        top: 60%;
    }

    .search-body:has(.timeiconmm)::before {
        top: 60%;
    }

    .search-body:has(.selectlociconmm)::before {
        top: 60%;
    }

    .search-body:has(.passengericonmm)::before {
        top: 63%;
    }

    .home_section
        .home
        .home-content.mix-layout.smaller-content
        .search-panel
        .search-section
        .search-box
        .left-part
        .search-body {
        padding: 8px 6px;
    }

    .swap {
        top: 67px;
        right: 5px;
    }

    .pac-container {
        background-color: none !important;

        border-radius: 2px;
        border-top: none !important;
        font-family: Arial, sans-serif;
        box-shadow: none !important;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        margin-top: 13px;
    }

    .pac-container.pac-logo.hdpi {
        display: block !important;
        width: 90% !important;
        /* position: absolute;  */
        left: 5% !important;
        top: 141px;
        
    }

    .hdpi.pac-logo:after {
        background-image: none;
        display: none !important;
    }

    .pac-item {
        cursor: default;
        padding: 0 5px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        line-height: 30px;
        text-align: left;
        border-top: 1px solid #e6e6e6;
        font-size: 13px;
        color: #515151;
        padding: 6px 10px;
    }
}

.home-padding {
    min-height: 600px;
}

.airport-subtab-desktop ul li a {
    font-size: 12px !important;
    padding: 7px 15px !important;
    border-radius: 50px !important;
}

.airport-subtab-desktop .nav-link {
    background-color: rgba(0, 7, 36, 0.7);
}

.airport-subtab-desktop .nav-item {
    margin-right: 6px;
}

.airport-subtab-mobile ul li a {
    font-size: 12px !important;
    padding: 5px 10px !important;
    border-radius: 50px !important;
}

.airport-subtab-mobile .nav-link {
    background-color: rgba(0, 7, 36, 0.7);
}

.airport-subtab-mobile .nav-item {
    margin-right: 10px;
}

.cabform-mobile label.form-check-label {
    font-size: 11px !important;
    line-height: 1.2;
}

.cabform-mobile label.form-check-label svg {
    height: 16px;
    width: 16px; /* keep ratio */
    /* vertical-align: middle; */
}

.hero-text-section {
    position: relative; /* VERY IMPORTANT */
    height: 96px; /* space for text */
    z-index: 5;
    color: rgb(255, 255, 255);
}

@media screen and (max-width: 3840px) and (min-width: 720px) {
    #sticky_cls {
        padding-top: 125px;
    }
}

.hero-text-heading {
    font-family: "Dancing Script", cursive;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    transform: translateY(4px);
    font-size: 32px;
    font-weight: 600;
    z-index: 10;
    transition: all 0.8s ease;
    letter-spacing: 0.06em;
    line-height: 1.2;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.hero-text-heading-show {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 767px) {
    .hero-text-section {
        height: 45px;
    }
    .hero-text-heading {
        font-size: 21px;
    }
}

@media (max-width: 767px) {
    .airport-subtab-mobile .mix-pills.nav-pills .nav-link.active {
        background-color: #fff !important;
        border-radius: 16px;
        color: #28a745 !important;
    }

    .cabform-mobile .form-check {
        margin: 4px;
    }
}


