@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

*,
*::before,
*::after {
    box-sizing: inherit;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
    box-sizing: border-box;
}

body {
    font-family: "Roboto", sans-serif;
    line-height: 1.5;
    background-color: #fff;
    color: #000;
    font-size: 14px;
}

:root {
    --primary-color: #22639f;
    --secondary-color: #fe580a;
    --white-color: #fff;
    --black-color: #000;
}

.red-color {
    color: var(--secondary-color);
}

.btn-outline-primary {
    --bs-btn-color: var(--primary-color);
    --bs-btn-border-color: var(--primary-color);
    --bs-btn-hover-color: var(--white-color);
    --bs-btn-hover-bg: var(--primary-color);
    --bs-btn-hover-border-color: var(--primary-color);
    --bs-btn-active-bg: var(--primary-color);
    --bs-btn-active-border-color: var(--primary-color);
    font-size: 16px;
    border-radius: 1rem;
    padding-left: 15px;
    padding-right: 15px;
}

.btn-outline-danger {
    --bs-btn-color: var(--secondary-color);
    --bs-btn-border-color: var(--secondary-color);
    --bs-btn-hover-color: var(--white-color);
    --bs-btn-hover-bg: var(--secondary-color);
    --bs-btn-hover-border-color: var(--secondary-color);
    --bs-btn-active-bg: var(--secondary-color);
    --bs-btn-active-border-color: var(--secondary-color);
    font-size: 16px;
    border-radius: 1rem;
    padding-left: 15px;
    padding-right: 15px;
}

.btn-outline-info {
    --bs-btn-color: var(--white-color);
    --bs-btn-border-color: var(--white-color);
    --bs-btn-hover-color: var(--primary-color);
    --bs-btn-hover-bg: var(--white-color);
    --bs-btn-hover-border-color: var(--white-color);
    --bs-btn-active-bg: var(--white-color);
    --bs-btn-active-border-color: var(--white-color);
}

.btn-danger {
    --bs-btn-bg: var(--secondary-color);
    --bs-btn-border-color: var(--secondary-color);
    --bs-btn-hover-color: var(--white-color);
    --bs-btn-hover-bg: var(--primary-color);
    --bs-btn-hover-border-color: var(--primary-color);
    --bs-btn-active-bg: var(--primary-color);
    --bs-btn-active-border-color: var(--primary-color);
    border-radius: 100px;
}

.common-sec {
    margin: 20px 0px;
}

    .common-sec .heading {
        position: relative;
    }

        .common-sec .heading a {
            position: absolute;
            right: 15px;
            top: 8px;
            text-transform: uppercase;
            color: var(--primary-color);
        }

            .common-sec .heading a:hover {
                color: var(--secondary-color);
            }

        .common-sec .heading .tagline-sm {
            font-size: 16px;
            margin: 0px;
            padding: 0px;
            text-align: center;
            color: var(--secondary-color);
        }

        .common-sec .heading .tagline {
            font-size: 24px;
            margin: 0px 0px 20px;
            padding: 0px;
            font-weight: 500;
            text-align: center;
            color: var(--primary-color);
        }

/* header */
.navbar.custom-nav {
    background-color: var(--white-color);
    box-shadow: 0px 0px 3px rgb(0 0 0 / 40%);
}

    .navbar.custom-nav .navbar-brand {
        margin-right: 80px;
    }

        .navbar.custom-nav .navbar-brand img {
            width: auto;
            height: 34px;
        }

    .navbar.custom-nav .navbar-nav li {
        position: relative;
    }

        .navbar.custom-nav .navbar-nav li a {
            font-size: 14px;
            color: var(--black-color);
            font-weight: 500;
            position: relative;
            padding: 0px 10px;
        }

            .navbar.custom-nav .navbar-nav li a:hover, .navbar.custom-nav .navbar-nav li.active a {
                color: var(--secondary-color);
                font-weight: 500;
            }

                .navbar.custom-nav .navbar-nav li a:hover::after, .navbar.custom-nav .navbar-nav li.active a::after {
                    width: 100%;
                    height: 2px;
                    border-radius: 100px;
                    content: "";
                    position: absolute;
                    bottom: -13px;
                    left: 0px;
                    right: 0px;
                    background-color: var(--secondary-color);
                }

    .navbar.custom-nav .call-toggle-group {
        display: flex;
        align-items: center;
    }

    .navbar.custom-nav .navbar-toggler {
        background-color: var(--primary-color);
        border: none;
        padding: 4px 8px 6px;
    }

        .navbar.custom-nav .navbar-toggler:focus {
            box-shadow: none;
        }

        .navbar.custom-nav .navbar-toggler .navbar-toggler-icon {
            background-image: url(../images/nav.svg);
        }

    .navbar.custom-nav .container {
        position: relative;
    }

    .navbar.custom-nav a.call-us {
        background-color: var(--black-color);
        color: #fff;
        padding: 5px 15px 5px 5px;
        border-radius: 100px;
        font-weight: 600;
        display: inline-flex;
        align-items: center;
        font-size: 16px;
        position: absolute;
        right: 0px;
        text-decoration: none;
        gap: 15px;
    }

    .navbar.custom-nav .call-us svg {
        position: relative;
        z-index: 1;
        width: 24px;
        height: 24px;
        fill: #fff;
    }

    .navbar.custom-nav .call-us::after {
        content: "";
        position: absolute;
        width: 34px;
        height: 34px;
        background-color: #FE580A;
        border-radius: 50%;
        left: 0;
        top: 0;
        z-index: 0;
    }
/*navbaricon animation*/
.navbar-toggler-icon {
    background-image: none !important;
    width: 24px;
    height: 18px;
    position: relative;
    display: inline-block;
}

    /* Hamburger */
    .navbar-toggler-icon::before,
    .navbar-toggler-icon::after {
        content: "";
        position: absolute;
        left: 0;
        width: 24px;
        height: 2px;
        background: #fff;
        transition: all 0.3s ease;
    }

    .navbar-toggler-icon::before {
        top: 2px;
        box-shadow: 0 6px 0 #fff;
    }

    .navbar-toggler-icon::after {
        top: 14px;
    }

/* Open = X */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
    top: 8px;
    transform: rotate(45deg);
    box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    top: 8px;
    transform: rotate(-45deg);
}
/*navbaricon animation*/
@media screen and (max-width:991px) {
    .navbar.custom-nav .call-us {
        position: relative;
        margin-right: 70px;
    }

    .navbar.custom-nav .navbar-nav li a {
        padding: 5px 10px;
        text-align: center;
        border-bottom: 1px solid #22639f;
    }

        .navbar.custom-nav .navbar-nav li a:hover::after {
            display: none;
        }

        .navbar.custom-nav .navbar-nav li a:hover::after, .navbar.custom-nav .navbar-nav li.active a::after {
            display: none;
        }

    .navbar.custom-nav .call-toggle-group {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:575px) {
    .navbar.custom-nav .navbar-brand {
        width: 100%;
        text-align: center;
        margin-right: 0px;
        margin-bottom: 5px;
    }

    .navbar.custom-nav .call-toggle-group {
        width: 100%;
        justify-content: space-between;
    }

    .navbar.custom-nav .call-us {
        margin-right: 15px;
    }
}
/* header */

.card.custom-card .card-body .card-title {
    font-size: 18px;
}

.card.custom-card .card-body .card-text {
    font-size: 14px;
}

    .card.custom-card .card-body .card-text span {
        font-weight: 500;
        color: var(--secondary-color);
    }

.card.custom-card .card-body .card-price {
    display: flex;
    flex-direction: column;
}

.card.custom-card .card-body .btn-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card.custom-card .card-body .card-price .price-title, .card.custom-card .card-body .card-price p.price-box span:last-child {
    font-size: 12px;
}

.card.custom-card .card-body .card-price p.price-box {
    margin: 0;
}

    .card.custom-card .card-body .card-price p.price-box span:first-child {
        font-size: 18px;
        font-weight: 600;
        color: var(--secondary-color);
    }

.card.custom-card.card-over {
    transition: box-shadow 0.3s ease;
}

    .card.custom-card.card-over:hover {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }

.hotel-sec {
    background: #FFF;
    background: linear-gradient(125deg, rgba(255, 255, 255, 1) 0%, rgb(250 250 250) 100%);
    padding: 20px 0px;
}

.cruise-sec {
    position: relative;
    margin-top: 50px;
}

    .cruise-sec::before {
        content: "";
        top: 0;
        position: absolute;
        z-index: 2;
        height: 300px;
        width: 100%;
        background-color: rgb(0 0 0 / 50%);
        border-radius: 1000px;
    }

    .cruise-sec::after {
        content: "";
        top: 0;
        background-attachment: fixed;
        position: absolute;
        background-position: center;
        z-index: 1;
        height: 300px;
        width: 100%;
        background-image: url(../images/cruise-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 1000px;
    }

    .cruise-sec .heading {
        position: relative;
        z-index: 3;
        padding: 50px 0px;
        ;
    }

        .cruise-sec .heading .tagline, .cruise-sec .heading a {
            color: var(--white-color);
        }

        .cruise-sec .heading .tagline {
            margin-bottom: 0;
        }

        .cruise-sec .heading a {
            top: 55px;
        }

.vacation-sec {
    position: relative;
    margin-top: 50px;
}

    .vacation-sec::before {
        content: "";
        top: 0;
        position: absolute;
        z-index: 2;
        height: 300px;
        width: 100%;
        background-color: rgb(0 0 0 / 50%);
        border-radius: 1000px;
    }

    .vacation-sec::after {
        content: "";
        top: 0;
        background-attachment: fixed;
        position: absolute;
        background-position: center;
        z-index: 1;
        height: 300px;
        width: 100%;
        background-image: url(../images/vac-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 1000px;
    }

    .vacation-sec .heading {
        position: relative;
        z-index: 3;
        padding: 50px 0px;
        ;
    }

        .vacation-sec .heading .tagline, .vacation-sec .heading a {
            color: var(--white-color);
        }

        .vacation-sec .heading .tagline {
            margin-bottom: 0;
        }

        .vacation-sec .heading a {
            top: 55px;
        }

.why-book {
    padding: 30px 0px;
    width: 100%;
    background-image: url(../images/why-bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    background-position: center;
}

    .why-book::after {
        position: absolute;
        content: "";
        background-image: url(../images/why-bg-bottom.png);
        background-repeat: no-repeat;
        width: 100%;
        height: 210px;
        bottom: 0px;
    }

    .why-book .container {
        z-index: 2;
        position: relative;
    }

    .why-book .heading .tagline {
        text-align: left;
        color: var(--secondary-color);
    }

.why-book-box {
    align-items: center;
}

    .why-book-box .why-book-contant p.contant-title {
        font-weight: 600;
        font-size: 16px;
        color: var(--primary-color);
    }

    .why-book-box .why-book-contant p {
        font-size: 14px;
    }

.tag-title {
    background-color: var(--secondary-color);
    position: absolute;
    right: 20px;
    padding: 8px 6px;
    border-radius: 0px 0px 10px 10px;
    top: 0px;
}

.tag-title {
    background-color: var(--secondary-color);
    position: absolute;
    right: 20px;
    padding: 6px 6px 12px;
    border-radius: 0px 0px 20px 20px;
    top: 0px;
}

@media screen and (max-width:768px) {
    .cruise-sec {
        margin-top: 0;
    }

    .hotel-sec {
        padding: 0px;
    }
}

@media screen and (max-width:575px) {
    .common-sec .heading a {
        display: none;
    }
}

.dest-box .card {
    position: relative;
    overflow: hidden;
    border: 0px;
    margin: 0px 10px;
    box-shadow: 0 0.5rem 1rem rgb(255 255 255 / 15%);
    transition: box-shadow 0.3s ease;
    border-radius: 15px;
}

    .dest-box .card::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0px;
        background-color: rgb(0 0 0 / 0%);
        transition: opacity 0.3s ease;
    }

    .dest-box .card img.card-img-top {
        border-radius: 10px;
    }

    .dest-box .card .card-body {
        z-index: 1;
        position: absolute;
        bottom: 15px;
        display: flex;
        justify-content: space-between;
        width: 90%;
        align-items: center;
        margin: 0px auto;
        left: 0px;
        right: 0px;
        background-color: var(--white-color);
        border-radius: 10px;
    }

        .dest-box .card .card-body .card-title {
            font-size: 18px;
        }

        .dest-box .card .card-body .card-title, .dest-box .card .card-body .card-price .price-box {
            margin: 0px;
        }

        .dest-box .card .card-body .card-price p.price-box {
            display: flex;
            align-items: center;
        }

            .dest-box .card .card-body .card-price p.price-box span:first-child {
                font-size: 18px;
                font-weight: 600;
                color: var(--secondary-color);
            }

            .dest-box .card .card-body .card-price p.price-box span:last-child {
                font-size: 12px;
            }

    .dest-box .card .dist-arrow {
        transition: opacity 0.3s ease;
        opacity: 0;
        z-index: 1;
        position: absolute;
        margin: -40px auto;
        left: 0px;
        right: 0px;
        width: 40px;
        height: 40px;
        background-color: #fe580a;
        top: 50%;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        border-radius: 50px 0px 50px 50px;
    }

        .dest-box .card .dist-arrow i {
            font-size: 16px;
            transform: rotate(-40deg);
        }

    .dest-box .card:hover {
        box-shadow: 0 0.5rem 1rem rgb(254 88 10 / 30%);
    }

        .dest-box .card:hover::after {
            background-color: rgb(0 0 0 / 20%);
        }

        .dest-box .card:hover .dist-arrow {
            opacity: 1;
        }

.dest-box .slick-track {
    padding-bottom: 20px;
}

.dest-box .slick-dots {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
}

    .dest-box .slick-dots li {
        margin-right: 5px;
        height: 12px;
    }

        .dest-box .slick-dots li button {
            background-color: #A9AEAF;
            border: none;
            border-radius: 100px;
            height: 12px;
            width: 12px;
            text-indent: -9999999px;
            transition: width 0.5s ease-in-out;
        }

        .dest-box .slick-dots li.slick-active button {
            background-color: var(--secondary-color);
            width: 30px;
        }

.dest-box .tag-title {
    padding: 14px 6px;
}

.deals .deals-iteam {
    margin: 0px 10px;
}

    .deals .deals-iteam img {
        border-radius: 10px;
    }

.deals .slick-dots {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0px 0px;
}

    .deals .slick-dots li {
        margin-right: 5px;
        height: 12px;
    }

        .deals .slick-dots li button {
            background-color: #A9AEAF;
            border: none;
            border-radius: 100px;
            height: 12px;
            width: 12px;
            text-indent: -9999999px;
            transition: width 0.5s ease-in-out;
        }

        .deals .slick-dots li.slick-active button {
            background-color: var(--secondary-color);
            width: 30px;
        }

.hero-sec {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 640px;
    position: relative;
    overflow: hidden;
    border-radius: 0px 0px 100px 100px;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .hero-sec.flight-banner {
        background-image: url(../images/hero-img.jpg);
    }

    .hero-sec.vacation-banner {
        background-image: url(../images/hero-img-v.jpg);
    }

    .hero-sec.hotel-banner {
        background-image: url(../images/hero-img-h.jpg);
    }

    .hero-sec.car-banner {
        background-image: url(../images/hero-img-c.jpg);
    }

    .hero-sec.cruise-banner {
        background-image: url(../images/hero-img-cr.jpg);
    }



    .hero-sec::after {
        content: "";
        background-color: rgb(0 0 0 / 60%);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .hero-sec .container {
        position: relative;
        z-index: 2;
    }

    .hero-sec h1 {
        color: var(--white-color);
    }

/* search Eng */
/* .ff-search {position: absolute; bottom:0px; left: 0px; right:0px; margin: auto;width:100%; background-color: rgb(25 16 6 / 90%); padding: 15px 15px; border-radius: 15px 15px 0px 0px; border: 1px solid rgb(255 255 255 / 45%); 
    border-bottom: none;} */


.ff-search {
    position: relative;
    width: 100%;
    margin: 50px 0px;
    background-color: rgb(255 255 255 / 50%);
    padding: 15px 15px;
    border-radius: 10px 10px;
    border-bottom: none;
}

    .ff-search .triptype {
        display: flex;
        justify-content: start;
        align-items: center;
        color: #fff;
        font-weight: 500;
        font-size: 16px;
    }

.search-tab .nav-tabs .nav-link.active {
    background-color: rgb(0 119 145 / 70%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
}

.ff-search .triptype .form-check .form-check-input {
    background-color: transparent;
    border: 2px solid #fff;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

.ff-search .form-check-input[type=radio] {
    background-image: url(../images/radio-no-check.svg);
}

.ff-search .form-check-input:checked[type=radio] {
    background-image: url(../images/radio-check.svg);
}

.ff-search .flight-search-box .form-control, .ff-search .flight-search-box a.passenger-box, .blog-search .form-control {
    background-color: rgb(255 255 255);
    box-shadow: 0px 10px 10px rgb(255 255 255 / 30%);
    border: none;
    height: 45px;
    font-size: 14px;
    border-radius: 8px;
    color: #000;
    padding-right: 40px;
    padding-top: 8px;
}

.ff-search .flight-search-box a.passenger-box {
    width: 100%;
    padding: 14px 10px;
    display: block;
    text-decoration: none;
}

.ff-search .flight-search-box .form-control:focus {
    box-shadow: 0 0 0 .25rem rgb(227 227 227 / 40%);
}

.ff-search .flight-search-box input::placeholder, .blog-search input::placeholder {
    color: #666;
}

.ff-search .flight-search-box span.input-icon {
    position: absolute;
    top: 12px;
    right: 15px;
}

.ff-search .multi-sec .combo-btn {
    height: 41px;
    align-items: center;
}

    .ff-search .multi-sec .combo-btn a {
        width: 35px;
        height: 35px;
        border-radius: 5px;
    }

        .ff-search .multi-sec .combo-btn a i {
            font-size: 16px !important;
        }

.ff-search .btn-warning {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #22639f;
    border-color: #22639f;
    color: #fff;
    box-shadow: 0px 8px 10px rgb(34 99 159 / 50%);
    padding: 8px 15px;
    margin: auto;
}

.ff-search a.flip {
    background-color: #22639f;
    width: 35px;
    font-size: 16px;
    border-radius: 100px;
    position: absolute;
    height: 35px;
    right: -28px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    top: 6px;
    color: #fff;
    z-index: 2;
}

@media (max-width: 991px) {
    .ff-search .btn-warning {
        height: auto;
    }
}

@media (max-width: 575px) {
    .ff-search a.flip {
        top: 32px;
        right: 40px;
        transform: rotate(90deg);
    }
}

.blog-search {
    position: absolute;
    width: 95%;
    bottom: 140px;
}

.heiglight-box {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgb(0 0 0 / 90%);
    z-index: 5;
    display: none;
}

.dropdown-menu-popup.custom-dropdown-menu {
    height: auto;
    overflow: auto;
    background-color: rgb(25 16 6 / 70%);
    backdrop-filter: blur(5px);
    top: 35px;
    min-width: 100%;
    right: 0px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 15%);
    border: 1px solid rgb(255 255 255 / 40%);
}

.car-Rentals-passenger .dropdown-menu-popup.custom-dropdown-menu {
    height: 375px;
}
/* .hotel-passenger .dropdown-menu-popup.custom-dropdown-menu{height:245px;} */
.passenger-modal .modal-dialog {
    width: 350px;
}

.traveler-details.child-age-group {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

    .traveler-details.child-age-group .infant-title {
        color: #fff;
        font-size: 16px;
        font-weight: 500;
    }

    .traveler-details.child-age-group .age-group {
        width: 100%;
    }

        .traveler-details.child-age-group .age-group select {
            display: inline-block;
            width: 47%;
            margin: 5px 5px 5px 0px;
        }

.traveller-group.fh {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

    .traveller-group.fh .adlt-child-group {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

.traveler-details {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    justify-content: space-between;
}

    .traveler-details .left-box {
        line-height: 20px;
        padding-right: 20px;
    }

        .traveler-details .left-box p {
            color: #fff;
            font-size: 16px;
            font-weight: 500;
        }

    .traveler-details .right-box {
        display: flex;
        align-items: center;
        justify-content: end;
    }

        .traveler-details .right-box input {
            width: 50px;
            border: none;
            font-weight: 600;
            font-size: 20px;
            background-color: transparent;
            color: #fff;
        }

            .traveler-details .right-box input:focus {
                box-shadow: none;
                outline: 0;
            }

        .traveler-details .right-box a {
            background-color: #22639f;
            border: 1px solid #22639f;
            padding: 5px 10px;
            border-radius: 5px;
            color: #fff;
            font-size: 15px;
            transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
            box-shadow: 0 0 5px 2px rgb(0 0 0 / 16%) inset
        }

            .traveler-details .right-box a:hover {
                border: 1px solid #ad8955;
                border-radius: 5px;
                color: #fff;
                font-size: 15px;
                box-shadow: 0 0 0px 0px rgb(0 0 0 / 16%) inset
            }

            .traveler-details .right-box a:hover {
                background-color: var(--secondary-color);
                border-color: var(--secondary-color);
                color: #fff;
                box-shadow: 0 0 5px 2px rgb(0 0 0 / 16%) inset;
            }

.custom-city-list {
    top: 35px;
    min-width: 450px;
    left: 0px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 15%);
    border: none;
}


.travel-class-box .heading {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.travel-class-box .radio-group-btn {
    display: flex;
    flex-direction: column;
}

    .travel-class-box .radio-group-btn .radio-travel label {
        font-size: 14px;
        margin-bottom: 10px;
    }

.search-eng .search-btn {
    width: 100%;
    height: 100%;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    border-radius: 10px;
    font-weight: 700;
}

    .search-eng .search-btn i {
        padding: 5px;
        font-size: 20px;
    }

.travel-class-box .btn-check:checked + .btn {
    background-color: #22639f;
    border-color: #22639f;
    color: #fff;
}

.passenger-modal .btn-close {
    background-color: #dc3545;
    padding: 5px 5px;
    right: -8px;
    position: absolute;
    z-index: 3;
    top: -8px;
    opacity: 0.8;
    background-image: url(../images/close-w.svg);
}

    .passenger-modal .btn-close:hover {
        opacity: 1;
    }

.radio-group-btn .radio-travel .btn-outline-warning {
    width: 100%;
}

@media (max-width: 991px) {
    .slider-search {
        width: 100%;
        position: relative;
    }
    /* .slider-search .slider-box{height: 550px;} */
    .ff-search {
        bottom: auto;
        top: 0px;
    }

    .dropdown-menu.custom-dropdown-menu {
        right: auto;
        left: 0px;
    }
}

@media (max-width: 767px) {
    .dropdown-menu.custom-dropdown-menu {
        min-width: 300px;
    }

    .traveller-group.fh {
        flex-direction: column;
    }

    .travel-class-box .radio-group-btn {
        flex-direction: column;
    }

    .adlt-child-group, .infant-group {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .ff-search {
        bottom: 40px;
    }

    .passenger-modal .modal-dialog {
        width: 90%;
        margin: auto;
    }

    .travel-class-box .radio-group-btn .radio-travel label {
        font-size: 14px;
    }
}

@media screen and (max-width:570px) {
    .dropdown-menu.custom-dropdown-menu {
        min-width: 100%;
        max-width: 100%;
        left: 0px;
        right: auto;
        top: -245px;
    }

    .traveller-group.fh {
        flex-direction: column;
        width: 100%;
    }

        .traveller-group.fh .adlt-child-group, .traveller-group.fh .infant-group {
            width: 100%;
        }

    .travel-class-box .radio-group-btn {
        flex-wrap: wrap;
    }

        .travel-class-box .radio-group-btn .radio-travel {
            margin-bottom: 10px;
        }
}

.search-eng .tab-btn {
    justify-content: space-between;
    display: flex;
}

.tab-btn ul.nav-pills .nav-item .nav-link {
    margin-right: 5px;
    font-size: 14px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.tab-btn ul.nav-pills .nav-item .nav-link {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: var(--white-color);
}

    .tab-btn ul.nav-pills .nav-item .nav-link.active {
        background-color: var(--secondary-color);
        border: 1px solid var(--secondary-color);
        box-shadow: 0px 0px 20px rgb(255 255 255 / 50%);
    }

.form-label {
    position: absolute;
    top: 0px;
    font-size: 12px;
    left: 10px;
    color: #858383;
    display: none;
}
/* search Eng */

/* footer */
footer {
    background-color: #032B50;
    padding: 20px 0px;
    position: relative;
}

    footer::after {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        background-image: url(../images/footer-bg.jpg);
        background-repeat: no-repeat;
        z-index: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        opacity: 0.1;
    }

    footer .container {
        z-index: 2;
        position: relative;
    }

    footer .footer-about img {
        height: 35px;
        margin-bottom: 10px;
    }

    footer .footer-about p {
        color: #ddd;
        font-size: 12px;
        line-height: 24px;
    }

.f-menu p {
    font-size: 18px;
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 15px;
}

.f-menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .f-menu ul li {
        margin: 0px;
        padding: 3px 0px;
    }

        .f-menu ul li a {
            color: #ddd;
            font-size: 12px;
            text-decoration: none;
        }

            .f-menu ul li a:hover {
                color: #fff;
                text-decoration: underline;
            }

.contact-row {
    border-top: 1px solid #3e5d7c;
    border-bottom: 1px solid #3e5d7c;
    display: flex;
    justify-content: center;
    padding: 20px 0px;
    margin: 20px 0px;
}

    .contact-row .contact-call {
        margin-right: 20px;
    }

        .contact-row .contact-call p, .contact-row .contact-email p, .contact-row .contact-call p a, .contact-row .contact-email p a {
            color: #ddd;
            text-decoration: none;
        }

            .contact-row .contact-call p:last-child, .contact-row .contact-email p:last-child {
                font-weight: 600;
                font-size: 18px;
            }

.copy-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .copy-right p {
        color: #ddd;
        font-size: 12px;
    }

    .copy-right ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: 175px;
        display: flex;
        justify-content: space-between;
    }

        .copy-right ul li {
            margin: 0px;
            padding: 3px 0px;
        }

    .copy-right li a {
        color: #ddd;
        font-size: 24px;
        text-decoration: none;
    }

        .copy-right li a:hover {
            color: var(--secondary-color);
            text-decoration: underline;
        }

@media screen and (max-width:767px) {
    .footer-about, .f-menu {
        text-align: center;
    }

    .contact-row {
        flex-direction: column;
        align-items: center;
    }

        .contact-row .contact-call {
            margin-right: 0px;
            margin-bottom: 15px;
        }
}

@media screen and (max-width:767px) {
    .copy-right {
        flex-direction: column;
    }
}

/* footer */


/* input-time-wrap css start */
.input-time-wrap {
    position: relative;
}

    .input-time-wrap ul {
        list-style-type: none;
    }

    .input-time-wrap .input-wrap {
        position: relative;
    }

    .input-time-wrap input {
        padding-right: 45px;
    }

    .input-time-wrap .input-wrap .timeIcon {
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 100%;
        background: var(--secondary-color);
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

        .input-time-wrap .input-wrap .timeIcon i {
            position: relative;
            width: 20px;
            height: 20px;
            background: #fff;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .input-time-wrap .input-wrap .timeIcon i::before,
            .input-time-wrap .input-wrap .timeIcon i::after {
                content: "";
                position: absolute;
                width: 6px;
                height: 2px;
                background: var(--secondary-color);
                pointer-events: none;
            }

            .input-time-wrap .input-wrap .timeIcon i::before {
                transform: rotate(90deg) translateX(-3px);
            }

            .input-time-wrap .input-wrap .timeIcon i::after {
                transform: rotate(225deg) translateX(-3px);
            }

.time-drop-down {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    background: #fff;
    padding: 10px;
    max-width: 100%;
    width: 260px;
    height: 260px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    display: flex;
    display: none;
}

    .time-drop-down.show {
        display: flex;
    }

.input-time-wrap .li-wrap {
    overflow-y: auto;
    padding: 0 5px;
    flex-grow: 1;
    width: calc(100% / 3);
}

    /* width */
    .input-time-wrap .li-wrap::-webkit-scrollbar {
        width: 3px;
    }

    /* Track */
    .input-time-wrap .li-wrap::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .input-time-wrap .li-wrap::-webkit-scrollbar-thumb {
        background: var(--secondary-color);
    }

        /* Handle on hover */
        .input-time-wrap .li-wrap::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.input-time-wrap li {
    position: relative;
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

    .input-time-wrap li:not(:last-child) {
        margin-bottom: 10px;
    }

    .input-time-wrap li:hover {
        background-color: rgb(254 88 10 / 30%);
        transition: 0s;
    }

    .input-time-wrap li.active {
        background-color: var(--secondary-color);
        color: #fff;
    }

/* input-time-wrap css end */
@media screen and (max-width:768px) {
    .tab-btn.car-btn ul li {
        width: 48%;
    }

        .tab-btn.car-btn ul li:nth-child(1), .tab-btn.car-btn ul li:nth-child(3) {
            margin-right: 10px;
        }

        .tab-btn.car-btn ul li:nth-child(1), .tab-btn.car-btn ul li:nth-child(2) {
            margin-bottom: 5px;
        }

        .tab-btn.car-btn ul li button {
            width: 100%;
        }
}

@media screen and (max-width:410px) {
    .tab-btn.car-btn ul li button {
    }
}

.inner-hero {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 200px;
    position: relative;
    overflow: hidden;
    border-radius: 0px 0px 30px 30px;
    background-position: center;
}

    .inner-hero.about {
        background-image: url(../images/vac-bg.jpg);
    }

    .inner-hero .inner-tabline {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 72px 0px;
        color: #fff;
    }

.content-box p, p a {
    color: #686868;
    text-decoration: none;
}

p.content-title, .common-sec.content-sec h1, .common-sec.content-sec h2, .common-sec.content-sec h3, .common-sec.content-sec h4 {
    font-size: 24px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 5px;
}

.contact .form-control {
    font-size: 14px;
}

.contact .contact-detail i {
    background-color: var(--secondary-color);
    color: #fff;
    padding: 8px 12px;
    font-size: 20px;
    border-radius: 6px;
    height: 40px;
    width: 40px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact .contact-detail .card:hover i {
    background-color: var(--primary-color);
}

.common-sec .content-box.heading .tagline {
    text-align: left;
}

.navbar-toggler {
    background-color: var(--primary-color);
}

    .navbar-toggler:focus {
        box-shadow: none;
    }

.common-sec.content-sec a {
    color: var(--secondary-color);
}

ol li a {
    color: var(--black-color);
}

    ol li a:hover {
        text-decoration: none;
    }
