@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arimo&family=Montserrat:wght@400;500&family=Open+Sans:wght@300&display=swap');

*,
body {
    font-family: 'Arimo', Helvetica, sans-serif, Arial;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}

body {
    background-color: #fff;
}

a:hover {
    color: #606060;
}

::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: #2d318c;
}

::selection {
    color: #fff;
    background: #2d318c;
}

/* common css */
h1,
h2,
h3,
h4,
h5,
h6,
a,
li,
p {
    font-family: 'Arimo', sans-serif;
}

.font12 {
    font-size: 12px;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font22 {
    font-size: 22px;
}

.font24 {
    font-size: 24px;
}

.font30 {
    font-size: 30px;
}

.form-control:focus {
    border-color: #ced4da;
    box-shadow: none;
}

.hei100 {
    height: 100%;
}

.btn-success {
    color: #fff;
    background-color: #2d318c;
    border-color: #2d318c;
    border-radius: 0.5rem;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #2d318c;
    border-color: #2d318c;
}

.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
    color: #fff;
    background-color: #cd100a;
    border-color: #cd100a;
}

.heading h2 {
    font-size: 35px;
    font-weight: 600;
    font-family: 'Arimo', sans-serif;
}

.heading p {
    font-size: 16px;
    font-weight: 400;
}

.form-group {
    margin-bottom: .5rem;
}

.c1 {
    display: block;
    font-size: 14px !important;
    color: #cd100a;
    text-align: center;
}

/*Radio-button*/
.custom-control.custom-radio.custom-radio-btn .custom-control-input {
    height: auto;
}

.custom-control.custom-radio.custom-radio-btn .custom-control-input:checked~.custom-control-label:before {
    border-color: #3f9f42;
    background-color: #3f9f42;
    box-shadow: none;
}

.custom-control.custom-radio.custom-radio-btn .custom-control-label {
    font-size: 14px;
    color: #353435;
    font-family: 'Open Sans', sans-serif;
    line-height: 23px;
}

/*Radio-button*/
/*switch-button*/
.custom-control.custom-switch.switch-btn {
    padding-bottom: 5px;
}

.custom-control.custom-switch.switch-btn:last-child {
    padding-bottom: 0px;
}

.custom-control.custom-switch.switch-btn .custom-control-input:focus,
.custom-control.custom-switch.switch-btn .custom-control-label:before {
    box-shadow: none;
}

.custom-control.custom-switch.switch-btn .custom-control-input:checked,
.custom-control.custom-switch.switch-btn .custom-control-input:checked~.custom-control-label:before {
    border-color: #fa7603;
    background-color: #fa7603;
}

.custom-control.custom-switch.switch-btn .custom-control-label {
    font-size: 14px;
}

.custom-control.custom-switch.switch-btn span {
    position: absolute;
    right: 0px;
    font-size: 14px;
    font-weight: bold;
}

/*switch-button*/

/* common css */
.mt20 {
    margin-top: 20px;
}

.img100 {
    width: 100%;
}

.navbar.navbar-expand-lg.jk-nav {
    background-color: rgb(255 255 255 / 80%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    min-height: 72px;
    align-items: center;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 30%);
    z-index: 1;
}

.navbar.navbar-expand-lg.jk-nav .navbar-nav li.nav-item a.nav-link {
    font-size: 16px;
    color: #000;
    padding: 17px 15px;
    font-weight: 500;
    transition: all 0.8s ease-out 0s;
}

.navbar.navbar-expand-lg.jk-nav .navbar-nav li.nav-item a.nav-link:hover {
    color: #cd100a;
}

.navbar.navbar-expand-lg.jk-nav .navbar-toggler .navbar-toggler-icon i {
    font-size: 24px;
}

a.col-box {
    color: #000000;
    text-decoration: none;
    margin-left: 15px;
}

a.col-box i,
a.col-box span {
    font-size: 20px;
    font-weight: 600;
}

.navbar.navbar-expand-lg.jk-nav .sm-menu {
    display: flex;
    align-items: center;
}

.navbar.navbar-expand-lg.jk-nav .navbar-toggler span {
    margin-top: -5px;
}

.navbar.navbar-expand-lg.jk-nav .container {
    display: flex;
    align-items: center;
}

.navbar.navbar-expand-lg.jk-nav .sm-menu {
    justify-content: space-between;
}
.navbar.navbar-expand-lg.jk-nav .navbar-brand img{
    width: 250px;
}
@media (max-width: 991px) {
    .navbar.navbar-expand-lg.jk-nav .navbar-nav li.nav-item a.nav-link {
        padding: 5px 15px;

        border-bottom: 1px solid #ddd;
    }

    .navbar.navbar-expand-lg.jk-nav .navbar-nav li.nav-item:last-child a.nav-link {
        border-bottom: none !important;
    }
}

@media (max-width: 500px) {
    .navbar.navbar-expand-lg.jk-nav .navbar-toggler {
        padding: 0px 8px;
    }

    .navbar.navbar-expand-lg.jk-nav .navbar-brand img {
      width:160px ;
    }

    .navbar.navbar-expand-lg.jk-nav .sm-menu a.col-box {
        margin-left: 0px;
    }

    .navbar.navbar-expand-lg.jk-nav .sm-menu a.col-box i,
    .navbar.navbar-expand-lg.jk-nav a.col-box span {
        font-size: 14px;
    }

    .navbar.navbar-expand-lg.jk-nav .navbar-toggler .navbar-toggler-icon i {
        font-size: 20px;
    }

    .navbar.navbar-expand-lg.jk-nav .navbar-toggler span {
        margin-top: 0px;
    }
}

/* Header Css */
.mb10 {
    margin-bottom: 10px;
}

.bg-contact {
    background: linear-gradient(0deg, rgb(246 248 251) 40%, rgb(255 255 255) 68%, rgb(241 243 247) 90%);
    margin-bottom: 20px;
    padding: 5px;
    border-left: solid 4px #2d318c;
}

.innerpage-section-padding {
    padding-top: 35px;
    padding-bottom: 50px;
}

/* Search Box Css */
.search-eng .search-bg {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    /*margin-top:-70px;*/
}

.search-eng .bg-sec {
    height: 544px;
    margin: 0 -20%;
    overflow: hidden;
    padding: 0 20%;
}

.search-eng .bg-sec .bg {
    background-image: url(../Images/bg-img1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    background-position: center center;
    height: 100%;
    justify-content: center;
    padding: 0 32px;
    transition: background-image 1s ease-in-out;
    width: 100%;
}

.search-eng .bg-sec .bg2 {
    background-image: url(/images/hotel-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    background-position: center center;
    height: 100%;
    justify-content: center;
    padding: 0 32px;
    transition: background-image 1s ease-in-out;
    width: 100%;
}

.search-eng .bg-sec .bg3 {
    background-image: url(../Images/Barcelona.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    background-position: center center;
    height: 100%;
    justify-content: center;
    padding: 0 32px;
    transition: background-image 1s ease-in-out;
    width: 100%;
}

.search-eng .bg-sec .bg4 {
    background-image: url(../Images/Chicago.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    background-position: center center;
    height: 100%;
    justify-content: center;
    padding: 0 32px;
    transition: background-image 1s ease-in-out;
    width: 100%;
}

.search-eng .bg-sec .bg5 {
    background-image: url(../Images/Dallas.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    background-position: center center;
    height: 100%;
    justify-content: center;
    padding: 0 32px;
    transition: background-image 1s ease-in-out;
    width: 100%;
}

.search-eng .bg-sec .bg6 {
    background-image: url(../Images/new-york-b.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    background-position: center center;
    height: 100%;
    justify-content: center;
    padding: 0 32px;
    transition: background-image 1s ease-in-out;
    width: 100%;
}

.search-eng .bg-sec .bg7 {
    background-image: url(../Images/zurich.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    background-position: center center;
    height: 100%;
    justify-content: center;
    padding: 0 32px;
    transition: background-image 1s ease-in-out;
    width: 100%;
}


/*.search-eng .container{margin-top: -65px;margin-bottom: 60px;}*/
/*.search-eng .container.search-cont{margin-top: -200px;margin-bottom: 60px;}*/
.search-eng .heading h1 {
    font-size: 55px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0px 5px 6px rgb(0 0 0 / 40%);
    margin-top: 150px;
}

.search-eng .nav.nav-tabs {
    border-bottom: none;
    width: 265px;
    margin: auto;
}

.search-eng .nav.nav-tabs li {
    font-size: 12px;
}

.search-eng .nav.nav-tabs li a {
    background-color: #59787b;
    border: none;
    border-radius: 0px;
    color: #fff;
    font-size: 16px;
    min-height: 44px;
    padding: 10px 20px;
}

.search-eng .nav.nav-tabs li:nth-child(2) a i {
    font-size: 17px;
}

.search-eng .nav.nav-tabs li a.active,
.search-eng .nav.nav-tabs li a:hover {
    background-color: #2d318c;
    color: #fff;
    font-weight: 500;
    min-height: 44px;
}

.search-eng .tab-content {
    background-color: #fff;
    padding: 6px 15px;
    border-radius: 10px 10px 10px 10px;
}

.search-eng .flight-sec .tab-content {
    box-shadow: none;
}

.search-eng input.form-control,
.search-eng select.form-control {
    height: 37px;
    border-radius: 0.5rem 0.5rem !important;
    border: 1px solid #252525;
}

.input-group .input-group-prepend .input-group-text {
    border-bottom-left-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
}

.search-eng .input-group input.form-control {
    border-radius: 0rem 0.5rem 0.5rem 0rem !important;
}

.search-eng .input-group-text {
    border: 1px solid #252525;
}

.search-eng .form-group label {
    transform: translate(15px, 15px) scale(1);
    position: absolute;
    cursor: auto;
}

.search-eng .form-group input:focus label {
    transform: translate(15px, 0px) scale(1);
    font-size: 12px;
}

.search-eng .btn-success.h-btn {
    padding-top: 7px;
    padding-bottom: 7px;
}

.search-eng .btn-success.h-btn span,
.search-eng .btn-success.h-btn i {
    display: inline-block;
}

.search-eng .flight-sec .nav.nav-tabs .nav-item {
    margin-right: 5px;
}

.search-eng .flight-sec .nav.nav-tabs .nav-item a.nav-link {
    background-color: #ededed;
    color: #858585;
    font-size: 12px;
    padding: 3px 10px;
    font-weight: 500;
    border-radius: 50px;
}

.search-eng .flight-sec .nav.nav-tabs .nav-item a.nav-link.active {
    background-color: #D4EDDA;
    color: #3F9F42;
}

.search-eng input.traveler-input {
    cursor: pointer;
}

.form-control.traveler-input.h-control {
    min-height: 37px;
    border: 1px solid #252525;
    border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
    text-decoration: none;
}

.form-control.traveler-input.h-control p {
    line-height: 26px;
}

.search-eng .btn-success span,
.search-eng .btn-success i {
    font-size: 17px;
    display: block;
}

.search-eng .btn-success span {
    font-weight: 500;
}

.search-eng .btn-success {
    padding-top: 31px;
    padding-bottom: 31px;
}

/* traveler section */
.traveler-section {
    z-index: 999;
    background-color: #fff;
    box-shadow: 0px 3px 5px rgb(0 0 0 / 30%);
    border-radius: 0px 0px 10px 10px;
    padding: 15px;
    width: 370px;
    height: 332px;
    position: absolute;
    top: 55px;
    right: 15px;
}

.traveler-section.flight-traveler {
    height: 245px;
}

.traveler-section .travel-box {
    max-height: 212px;
    overflow: auto;
    width: 100%;
}

.traveler-section .traveler {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.traveler-section .traveler .traveler-type {
    font-size: 16px;
    font-weight: 500;
}

.traveler-section .traveler .traveler-type span {
    font-size: 12px;
}

.traveler-section .traveler .travel-cont {
    display: flex;
}

.traveler-section .traveler .travel-cont .btn-outline-success {
    border-radius: 0px;
    width: 50px;
}

.traveler-section .traveler .travel-cont .btn-outline-success:focus {
    box-shadow: none;
}

.traveler-section .traveler .travel-cont .btn-outline-success i {
    font-size: 16px;
}

.traveler-section .traveler .travel-cont input.form-control {
    width: 50px;
    height: 45px;
    font-size: 16px;
    border-radius: 0px;
    text-align: center;
    border: none;
    background-color: #d4edda;
}

.traveler-section .age-box {
    display: flex;
    margin-bottom: 15px;
}

.traveler-section .age-box select {
    height: 40px;
    width: 65px;
    padding: 0px 5px;
    margin-right: 10px;
}

.traveler-section a.btn-outline-success span,
.traveler-section a.btn-outline-success i {
    font-size: 16px;
}

/*.room-sec a.close-room {
    position: absolute;
    right: 34px;
    font-size: 23px;
 
    font-weight: 500;
    z-index: 1;
    text-decoration: none;
    color: #ffffff;
    height: auto;
    background-color: #28a745;
    line-height: 22px;
    padding: 0px 4px;
    border-radius: 3px;
}*/
/* traveler section */
@media (max-width: 991px) {
    .search-eng .btn-success {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .search-eng .btn-success span,
    .search-eng .btn-success i {
        display: inline-block;
    }

    .search-eng .container {
        margin-top: 25px;
        margin-bottom: 50px;
    }

    .search-eng .heading h1 {
        margin-top: 135px;
    }
}

@media (max-width: 767px) {
    .traveler-section {
        width: 94%;
        left: 0px;
        right: 0px;
        top: 50px;
        margin: auto;
    }

    .traveler-section .traveler .traveler-type span {
        display: block;
    }

    .about-bg {
        display: none;
    }

    .contact-bg {
        display: none;
    }

    .exclusive-box .slick-prev,
    .exclusive-box .slick-next {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .search-eng .heading h1 {
        font-size: 40px;
    }
}

/* Search Box Css */

/* Top Travel Deals Css */
.travel-deals .heading h2 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.travel-deals .list-group.custom-list-group .list-group-item {
    border: none;
    margin-bottom: 20px;
    transition: all 0.5s ease-out 0s;
}

.travel-deals .list-group.custom-list-group .list-group-item:hover {
    background-color: rgb(1 182 201 / 15%);
}

.travel-deals .list-group.custom-list-group .list-group-item .media {
    align-items: center;
}

.travel-deals .list-group.custom-list-group .list-group-item .media i {
    font-size: 35px;
}

.travel-deals .list-group.custom-list-group .list-group-item .media h5 {
    font-weight: 600;
    color: #2d318c;
}

.travel-deals .list-group.custom-list-group .list-group-item .media p {
    margin-bottom: 0px;
}

.travel-deals .img-box {
    text-align: center;
}

/* Top Travel Deals Css */

/* Discover Exceptional Destinations */
.discover-sec {
    position: relative;
    min-height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 0px;
}

.discover-sec:before {
    content: "";
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.discover-sec .heading {
    margin-bottom: 5px;
}

.discover-sec .heading h2,
.discover-sec .heading p {
    color: #212529;
}

.discover-sec .heading h2 {
    text-align: center;
}

.discover-sec .heading p {
    text-align: justify;
}

.discover-sec .slidie-itme {
    width: 33.33%;
    margin: 0px;
    padding: 0px 8px;
    position: relative;
}

.discover-sec .slidie-itme .image-box {
    width: 100%;
}

.discover-sec .slidie-itme .image-box img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

.discover-sec .slidie-itme .flight-details {
    position: absolute;
    bottom: 15px;
    border-radius: 10px;
    background-color: rgb(0 0 0 / 65%);
    padding: 15px;
    width: 90%;
    margin: auto;
    left: 0px;
    right: 0px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.discover-sec .slidie-itme .flight-details h3 {
    color: #fff;
    margin: 0px;
    font-size: 24px;
    font-weight: 500;
}

.discover-sec .slidie-itme .flight-details p.f-price {
    color: #fff;
    margin: 0px;
    font-size: 14px;
    font-weight: 400;
    display: none;
}

.discover-sec .slidie-itme .flight-details p.f-price span {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    padding-left: 5px;
    transition-duration: 0.3s;
}

.discover-sec .slidie-itme a:hover p.f-price {
    display: block;
}

.discover-sec .slick-prev,
.discover-sec .slick-next {
    background-color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    top: -40px;
    right: 10px;
    transition-duration: 0.3s;
    left: auto;
    z-index: 1;
}

.discover-sec .slick-prev .slick-disabled,
.discover-sec .slick-next .slick-disabled {
    color: #3F9F42;
}

.discover-sec .slick-prev:hover,
.discover-sec .slick-next:hover {
    box-shadow: 0px 0px 0px rgb(44 112 46);
}

.discover-sec .slick-prev {
    right: 65px;
}

.discover-sec .slick-prev:before,
.discover-sec .slick-next:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #2d318c;
    font-size: 30px;
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    color: #7c7c7c;
    opacity: 0.5;
}

.discover-sec .slick-next:before {
    content: "\f105";
}

.discover-sec .slick-prev:before {
    content: "\f104";
}

@media (max-width: 767px) {
    .discover-sec .slidie-itme .flight-details p.f-price span {
        display: block;
        padding-left: 0px;
    }
}

@media (max-width: 599px) {
    .discover-sec .slidie-itme .flight-details p.f-price span {
        display: inline-block;
        padding-left: 5px;
    }
}

/* Discover Exceptional Destinations */

/* Hotel Deals */
.hotel-deals {
    padding: 50px 0px;
    background-image: url(../Images/outline-img.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    min-height: 800px;
    position: relative;
}

.hotel-deals:before {
    content: "";
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 10%);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.hotel-deals .heading h2,
.hotel-deals .heading p {
    text-align: center;
}

.hotel-deals .hotel-detail-sec {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.hotel-deals .hotel-detail-sec .img-sec img {
    border-radius: 10px;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.hotel-deals .hotel-detail-sec .hotel-content {
    position: absolute;
    bottom: 15px;
    border-radius: 10px;
    background-color: rgb(0 0 0 / 50%);
    padding: 15px;
    width: 90%;
    margin: auto;
    left: 0px;
    right: 0px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.hotel-deals .hotel-detail-sec .hotel-content h3 {
    color: #fff;
    margin: 0px;
    font-size: 24px;
    font-weight: 500;
}

.hotel-deals .hotel-detail-sec .hotel-content p {
    color: #fff;
    margin: 0px;
    font-size: 14px;
    font-weight: 400;
}

.hotel-deals .hotel-detail-sec .hotel-content p.nights {
    margin-top: 5px;
}

.hotel-deals .hotel-detail-sec .hotel-content p.price span {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    padding-left: 5px;
    transition-duration: 0.3s;
}

.hotel-deals .hotel-detail-sec .hotel-content p.price {
    margin-top: 15px;
    margin-bottom: 15px;
}

.hotel-deals .hotel-detail-sec .hotel-content p.price,
.hotel-deals .hotel-detail-sec .hotel-content a {
    display: none;
}

.hotel-deals .hotel-detail-sec:hover p.price,
.hotel-deals .hotel-detail-sec:hover a {
    display: block;
}

/* Hotel Deals */

/* Travel Categories */
.travel-cat {
    padding: 50px 0px;
    background-image: url(../Images/holidays-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

.travel-cat:before {
    content: "";
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 70%);
}

.travel-cat .row.cat-row {
    display: flex;
    align-items: center;
    height: 370px;
}

.travel-cat .row.cat-row .heading h2 {
    color: #fff;
    text-shadow: 0px 3px 6px rgb(0 0 0 / 70%);
}

.travel-cat .row.cat-row .heading h2 span {
    font-size: 35px;
    color: #2d318c;
    font-weight: 900;
}

.travel-cat ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
}

.travel-cat ul li {
    list-style: none;
    margin: 18px;
    padding: 0px;
    display: inline-block;
}

.travel-cat ul li a {
    display: block;
    padding: 20px 30px;
    border: 2px solid #2d318c;
    text-decoration: none;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    text-align: center;
}

.travel-cat ul li a:hover {
    background-color: rgb(1 182 201 / 11%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.travel-cat ul li p {
    font-size: 16px;
    margin-bottom: 0px;
    color: #fff;
}

.icons {
    background-image: url(../images/icons.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 75px;
    width: 75px;
}

.adventure-icon {
    background-position: -12px 0px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.romantic-icon {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    background-position: -126px -16px;
}

.beach-icon {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    background-position: -247px -4px;
}

.cultural-icon {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    background-position: -353px -4px;
}

.family-icon {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    background-position: -120px -88px;
}

.weekend-icon {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    background-position: -12px -89px;
}

.getr:hover {
    background-color: #3f9f42;
}

.travel-cat ul li a:hover .adventure-icon {
    background-position: -12px -194px;
}

.travel-cat ul li a:hover .romantic-icon {
    background-position: -126px -200px;
}

.travel-cat ul li a:hover .beach-icon {
    background-position: -246px -192px;
}

.travel-cat ul li a:hover .cultural-icon {
    background-position: -350px -194px;
}

.travel-cat ul li a:hover .family-icon {
    background-position: -121px -277px;
}

.travel-cat ul li a:hover .weekend-icon {
    background-position: -8px -282px;
}

@media (max-width: 1199px) {
    .travel-cat {
        min-height: 550px;
    }
}

.travel-cat ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: block;
}

.travel-cat .row.cat-row {
    flex-direction: row;
}

.travel-cat .row.cat-row .heading {
    text-align: center;
    align-items: center;
}

/*.travel-cat .row.cat-row .heading span{display: block;}*/

@media (max-width: 991px) {
    .travel-cat .row.cat-row {
        display: block;
    }

    .travel-cat ul {
        padding: 0px 15px;
    }

    .search-eng .container.search-cont {
        margin-top: -220px;
    }
}

@media (max-width: 767px) {
    .travel-cat .row.cat-row .heading h2 span {
        display: inline-block;
    }

    .travel-cat {
        min-height: 720px;
    }
}

@media (max-width: 545px) {
    .travel-cat ul li {
        width: 48%;
        margin: 15px 0px;
    }

    .travel-cat .row.cat-row {
        height: auto;
    }
}

@media (max-width: 379px) {
    .travel-cat ul li {
        width: 100%;
        margin: 15px 0px;
    }
}

/* Travel Categories */

/* footer */
footer {
    background-color: #1E1E1E;
}

footer h2 {
    font-size: 24px;
    color: #ffffff;
}

footer ul {
    margin: 0px;
    padding: 0px;
}

footer ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

footer ul li a {
    font-size: 16px;
    color: white;

}
footer ul li a:hover{
    text-decoration: none;
    color: white;
}



footer .zakool-detail {
    background-color: #272727;
    padding: 20px 20px;
    margin-top: -115px;
    border-radius: 10px;
}

footer .zakool-detail .f-logo {
    padding-bottom: 35px;
}

footer .zakool-detail .f-logo img {
    height: 60px;
}

footer .f-call-box {
    display: flex;
    flex-direction: column;
}

footer .f-call-box a {
    display: flex;
    justify-content: start;
    align-items: center;
    color: #8B8B8B;
    font-size: 14px;
    padding-bottom: 5px;
}

footer .f-call-box a:hover {
    text-decoration: none;
}

footer .f-call-box a span:first-child {
    color: white;
    font-size: 18px;
    padding-right: 5px;
}

footer .f-call-box a span:last-child {

    font-size: 16px;
    color: white;
}

footer .f-call-box a:last-child {
    padding-top: 10px;
    padding-bottom: 25px;
}

footer .social {
    display: flex;
    justify-content: space-between;
}

footer .social a {
    color: #888;
    border: 1px solid #888;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    text-align: center;
    padding-top: 7px;
    font-size: 20px;
    font-family: "LatoRegular", sans-serif;
}

footer .social a:hover {
    color: #B89146;
    border: 1px solid #B89146;
}

footer .disclaimer {
    border-bottom: 1px solid #323232;
}

footer p {
    color: white;
    font-size: 16px;

}


@media (max-width: 991px) {
    footer .zakool-detail {
        margin-top: -65px;
    }

    footer .f-call-box {
        width: 100%;

    }

    footer .social {
        width: 265px;

    }

    footer .f-call-box a {
        font-size: 13px;
    }
}

/* footer */

/*Date*/
.datepicker {
    z-index: 999 !important;
}

.datepicker .prev,
.datepicker .next {
    height: 40px;
    width: 40px;
    text-indent: -99999px;
}

.datepicker .prev {
    background-image: url(../Images/arrow-left.svg) !important;
    opacity: 0.3;
    background-repeat: no-repeat !important;
    background-position: 15px 13px !important;
}

.datepicker .prev:hover {
    background-image: url(../Images/arrow-left.svg) !important;
    opacity: 1;
    background-repeat: no-repeat !important;
    background-position: 15px 13px !important;
}

.datepicker .next {
    background-image: url(../Images/arrow-right.svg) !important;
    opacity: 0.3;
    background-repeat: no-repeat !important;
    background-position: 15px 13px !important;
}

.datepicker .next:hover {
    background-image: url(../Images/arrow-right.svg) !important;
    opacity: 1;
    background-repeat: no-repeat !important;
    background-position: 15px 13px !important;
}

.datepicker table tr td.day,
.datepicker table tr th {
    width: 45px;
    height: 35px;
    font-size: 14px;
}

.datepicker table tr td.active.active,
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
    color: #fff;
    background-color: #3f9f42;
    border-color: #3f9f42;
    border-radius: 0px;
}

.datepicker table tr td.active.active:hover {
    background-color: #3f9f42;
    border-color: #3f9f42;
}

.datepicker table tr td.new,
.datepicker table tr td.old {
    color: #bbb;
    font-weight: normal;
}

.datepicker .datepicker-switch {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
    background: #fff;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span:hover,
.ui-datepicker .ui-datepicker-next span:hover {
    background-color: transparent !important;
}

/*.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #3F9F42;
    font-size: 30px;
    opacity: 1;
}*/
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: none;
}

.ui-datepicker .ui-datepicker-prev {
    background-image: url(../Images/arrow-left.svg) !important;
    background-repeat: no-repeat;
    background-position: 0px 5px;
}

.ui-datepicker .ui-datepicker-next {
    background-image: url(../Images/arrow-right.svg) !important;
    background-repeat: no-repeat;
    background-position: 0px 5px;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background-color: transparent !important;
}

.search-eng input.form-control.one-w {
    cursor: no-drop;
}

/*Date*/

/*Loader Css*/
.bhotel-overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, .7);
}

.bhotel-loader {
    width: 380px;
    height: 380px;
    position: fixed;
    top: 25%;
    left: 0px;
    right: 0px;
    z-index: 9999;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    -webkit-animation: modalzoom .7s linear forwards;
    -moz-animation: modalzoom .7s linear forwards;
    animation: modalzoom .7s linear forwards;
    transform: scale(1);
    border-radius: 6px;
}

.bh-top-section {
    background-color: #3F9F42;
    height: 160px;
    -webkit-animation: topslide .9s linear .5s forwards;
    -moz-animation: topslide .9s linear .5s forwards;
    animation: topslide .9s linear .5s forwards;
    overflow: hidden;
    position: relative;
}

.load-icon-con {
    position: absolute;
    width: 84px;
    height: 84px;
    bottom: -150px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    -webkit-animation: circle-ani .5s linear 1s forwards;
    -moz-animation: circle-ani .5s linear 1s forwards;
    animation: circle-ani .5s linear 1s forwards;
}

.red-crle {
    position: absolute;
    width: 55px;
    height: 55px;
    background: #282827 url(/images_v1/loader-hotel-icon.png) no-repeat center center;
    border-radius: 75%;
    top: 19px;
    left: 7px;
    right: 0px;
    margin: 0 auto;
    z-index: 1200;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 94px;
    height: 94px;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 81px;
    height: 81px;
    margin: 6px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

.bh-btm-section {
    color: #000;
    text-align: center;
    padding-top: 40px;
    text-align: center !important;
    background-color: #fff;
    padding: 10px;
}

.bh-btm-section p {
    text-align: center !important;
}

.bh-btm-section .loc-txt {
    font-size: 23px;
    color: #282827;
    margin: 10px 0px;
}

.bh-btm-section .loc-txt span {
    font-weight: bold;
}

.bh-btm-section p {
    text-align: center !important;
    color: #666;
    font-weight: normal;
}

.bh-btm-section p:first-child {
    color: #000;
    font-weight: 600;
}

.bh-btm-section p strong span {
    color: #000;
    font-weight: bold;
}

@-webkit-keyframes circle-ani {
    0% {
        bottom: -200px;
    }

    100% {
        bottom: 25px;
    }
}

@-moz-keyframes circle-ani {
    0% {
        bottom: -200px;
    }

    100% {
        bottom: 25px;
    }
}

@keyframes circle-ani {
    0% {
        bottom: -200px;
    }

    100% {
        bottom: 25px;
    }
}

@-webkit-keyframes circle-zoom {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(.8);
    }

    100% {
        transform: scale(1);
    }
}

@-moz-keyframes circle-zoom {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(.8);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes circle-zoom {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(.8);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*Loader Css*/

.navbar.navbar-expand .call-on {
    display: flex;
    flex-direction: column;
}

.popover {
    max-width: 170px;
    font-weight: bold;
    font-size: 18px;
}

label.custom-label {
    position: static !important;
    font-weight: 600;
}

.round-left,
.round-left.active {
    border-top-left-radius: 10px !important;
}

.round-right,
.round-right.active {
    border-top-right-radius: 10px !important;
}

.back-img {
    background-image: url(../Images/bg-img1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 500px;
    background-position: center;
    position: relative;
}

.back-img .main-head {
    padding: 25px;
    background-color: #2d318c;
    position: absolute;
    top: 200px;
    margin-top: -60px;
    left: 125px;
    border-radius: 25px;
}

.back-img .main-head p.call-now {
    font-size: 20px;
    color: #fff;
}

.back-img .main-head p.call-now span {
    font-size: 20px;
    font-weight: bold;
}

.back-img h1 span {
    font-size: 20px;
    color: #fff;
    display: block;
}

.back-img h1 span:first-child {
    font-size: 20px;
    font-weight: bold;
}

@media (max-width: 991px) {
    .back-img .main-head {
        width: 95%;
        left: 0px;
        right: 0px;
        margin: auto;
        top: 43px;
    }
}

@media (max-width: 380px) {
    .back-img h1 span:first-child {
        font-size: 16px;
    }

    .back-img h1 span {
        font-size: 14px;
    }

    .back-img .main-head p.call-now {
        font-size: 14px;
    }

    .back-img .main-head p.call-now span {
        font-size: 18px;
    }
}

.subscribe {
    background-color: #00B6C8;
    padding: 60px 0px;
}

.btn-outline-secondary {
    padding-top: 8px;
    padding-bottom: 8px;
   
}

.btn-outline-secondary:hover {
 
    border-color: #fff;
  
}

@media (max-width: 767px) {
    .subscribe .heading h2 {
        font-size: 20px;
    }

    .back-img {
        min-height: 300px;
    }
}

.table {
    border-color: #dee2e6;
}

.travel-month a.month {
    display: table;
    position: relative;
    width: 100%;
}

.travel-month a.month .month-img:before {
    content: "";
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0 9 10 / 30%);
    -webkit-transition: all .9s ease;
    transition: all .4s ease;
}

.travel-month a.month .month-img img {
    width: 100%;
}

.travel-month a.month h3 {
    position: absolute;
    top: 45%;
    color: #fff;
    left: 0px;
    right: 0px;
    text-align: center;
    width: 100%;
}

.travel-month a.month:hover .month-img:before {
    background-color: rgb(0 9 10 / 50%);
}

/* Holiday confirm Css */
.holi-con-head {
    background-image: url(../Images/01-pkg-head.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
    background-position: center center;
}

.conf-section {
    padding: 50px 0px;
    background-color: #E7F2F3;
}

.conf-section h2 {
    font-family: 'Arimo', sans-serif;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.conf-section .con-head {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
}

.conf-section .con-head .ref span,
.conf-section .con-head .pric span {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    font-family: 'Arimo', sans-serif;
}

.conf-section .con-head .ref span:last-child,
.conf-section .con-head .pric span:last-child {
    font-weight: bold;
    font-size: 16px;
    font-family: 'Arimo', sans-serif;
}

.conf-section .con-head .pric span:last-child {
    color: #E54141;
}

.conf-section .con-head .ref span:last-child {
    color: #00B6C8;
}

.conf-section .contirm-box {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}

.conf-section .contirm-box span {
    font-size: 14px;
    font-family: 'Arimo', sans-serif;
}

.conf-section .contirm-box span:first-child {
    font-weight: bold;
}

@media (max-width: 575px) {
    .conf-section .con-head {
        flex-direction: column;
        text-align: center;
    }

    table.main {
        width: 100%;
    }
}

/* Holiday confirm Css */

.btn-primary {
    color: #fff;
    background-color: #2d318c;
    border-color: #2d318c;
}

/* flight-sec Css*/

.flight-hero {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    height: 450px;
    margin: 0px;
    padding: 0px;
    background-image: url(../Images/hero-flight.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
}

.mob-flight-hero {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    height: 260px;
    margin: 0px;
    padding: 0px;
    background-image: url(../Images/mob-hero-flight.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
}

.flight-hero h2,
.flight-hero p {
    position: relative;
    z-index: 99;
}

.flight-hero h2 {
    margin: 0px 0px 2px 0px;
    padding: 0px;
}

.flight-hero h2 span {
    font-size: 18px;
    color: #fff;
    background-color: rgb(0 36 39 / 60%);
    padding: 5px 15px;
    letter-spacing: 1px;
}

.flight-hero h2 span strong {
    font-size: 20px;
    color: #fff;
    padding: 5px 15px;
    letter-spacing: 1px;
}

.flight-hero p {
    margin: 0px;
    padding: 5px 15px;
    background-color: rgb(0 36 39 / 60%);
    width: 423px;
}

.flight-hero p span {
    font-size: 15px;
    padding: 0px;
    color: #fff;
    line-height: 20px;
    letter-spacing: 0.5px;
}

/* .flight-hero:after{content: ""; position: absolute; margin: 0px; padding: 0px; width: 100%;height: 100%;background-color: rgb(0 0 0 / 20%);} */

.search-eng.flight-search .nav.nav-tabs li a.active,
.search-eng.flight-search .nav.nav-tabs li a:hover {
    border-radius: 10px 10px 0px 0px;
}

/* Visit Popular Destinations */
.popular-dest {
    padding: 50px 0px;
}

.popular-dest .dest-box {
    width: 100%;
    position: relative;
}

.popular-dest .dest-box .img-box {
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
    position: relative;
}

.popular-dest .dest-box .img-box:after {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1;
}

.popular-dest .dest-box .img-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(1deg, rgba(21, 47, 0, 0.56) 1.03%, rgba(21, 47, 0, 0) 90.67%);
    border-radius: 10px;
    z-index: 1;
}

.popular-dest .dest-box .img-box.desk {
    height: 196px;
    overflow: hidden;
}

.popular-dest .dest-box .img-box img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    transition: 5.9s;
}

.popular-dest .dest-box:hover .img-box img {
    transform: scale(1.2);
}

.popular-dest .dest-box:hover .img-box:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.popular-dest .dest-box span {
    position: absolute;
    font-size: 16px;
    transition: 0.9s;
    top: 20px;
    left: 0px;
    background-color: rgb(0 0 0 / 60%);
    color: #fff;
    padding: 5px 10px;
    border-radius: 0px 5px 5px 0px;
}

.popular-dest .dest-box:hover span {
    background-color: rgb(1 182 201 / 70%);
}

.popular-dest .dest-box button {
    display: none;
    position: absolute;
    bottom: -30px;
    z-index: 33;
    transition: 0.9s;
    width: 300px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.popular-dest .dest-box:hover button {
    display: block;
    bottom: 10px;
}

/* Visit Popular Destinations */

@media (max-width: 1199px) {
    .popular-dest .dest-box .img-box.desk {
        height: 164px;
    }
}

@media (max-width: 575px) {
    .flight-hero h2 {
        background-color: rgb(0 36 39 / 60%);
    }

    .flight-hero h2 span {
        background-color: transparent;
    }

    .flight-hero p {
        width: auto;
    }

    .flight-hero p span br {
        display: none;
    }
}

@media (max-width: 475px) {
    .flight-hero h2 span {
        font-size: 18px;
    }

    .flight-hero p span {
        font-size: 12px;
    }
}

/* flight-sec Css*/
.cap-box {
    display: flex;
    align-items: center;
}

/*Capcha Css*/

/*Capcha Css*/

.c2 {
    height: 37px;
    border-radius: 0.5rem 0.5rem !important;
    border: 1px solid #252525;
}


/* Landing page css */
/* Here sectoin */
.pro-hero-sec {
    background-image: url(../Images/banner.jpg);
    background-position: center center;
    display: flex;
    align-items: center;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 100px 0px 150px 0px;
}

.pro-hero-sec .hero-content-box {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 30px 30px 30px;
    background-color: #000000B8;
    border-radius: 15px 15px 15px 15px;
}

.pro-hero-sec .hero-content-box h1,
.pro-hero-sec .hero-content-box h2,
.pro-hero-sec .hero-content-box p {
    color: #fff;
}

.pro-hero-sec .hero-content-box h1 {
    margin: 0px 0px 30px 0px;
    font-size: 45px;
    font-weight: 900;
    line-height: 65px;
}

.pro-hero-sec .hero-content-box h2 {
    font-size: 26px;
    font-weight: 600;
}

.pro-hero-sec .pro-from {
    background-color: #FFFFFFBF;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 20px 20px 20px 20px;
    border-radius: 15px 15px 15px 15px;
}

.pro-hero-sec .pro-from textarea {
    resize: none;
}

.pro-hero-sec .pro-from input.form-control,
.pro-hero-sec .pro-from textarea.form-control {
    border-radius: 0.5rem 0.5rem !important;
    border: 1px solid #252525;
}

.pro-hero-sec .pro-from input.form-control {
    height: 37px;
}

@media (max-width: 767px) {
    .pro-hero-sec .hero-content-box h1 {
        font-size: 30px;
        line-height: normal;
    }

    .pro-hero-sec .hero-content-box h2 {
        font-size: 20px;
    }
}

/* Here sectoin */

/* Here sectoin hotel page */
.hotel-hero-sec {
    background-image: url(../Images/hotel-banner.jpg);
    background-position: center center;
    display: flex;
    align-items: center;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 40px 0px 40px 0px;
}

.hotel-hero-sec .hotel-content-box {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 30px 30px 30px;
    background-color: #000000B8;
    border-radius: 15px 15px 15px 15px;
}

.hotel-hero-sec .hotel-content-box h1,
.hotel-hero-sec .hotel-content-box h2,
.hotel-hero-sec .hotel-content-box p {
    color: #fff;
}

.hotel-hero-sec .hotel-content-box h1 {
    margin: 0px 0px 30px 0px;
    font-size: 45px;
    font-weight: 900;
    line-height: 65px;
}

.hotel-hero-sec .hotel-content-box h2 {
    font-size: 26px;
    font-weight: 600;
}

.hotel-hero-sec .hotel-from {
    background-color: #FFFFFFBF;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 20px 20px 20px 20px;
    border-radius: 15px 15px 15px 15px;
}

.hotel-hero-sec .hotel-from textarea {
    resize: none;
}

.hotel-hero-sec .hotel-from input.form-control,
.hotel-hero-sec .hotel-from textarea.form-control {
    border-radius: 0.5rem 0.5rem !important;
    border: 1px solid #252525;
}

.hotel-hero-sec .hotel-from input.form-control {
    height: 37px;
}

@media (max-width: 767px) {
    .hotel-hero-sec .hotel-content-box h1 {
        font-size: 30px;
        line-height: normal;
    }

    .hotel-hero-sec .hotel-content-box h2 {
        font-size: 20px;
    }
}

/* Here sectoin hotel page */

/* Here sectoin packages page */
.packages-hero-sec {
    background-image: url(../Images/packages-bn.jpg);
    background-position: center center;
    display: flex;
    align-items: center;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 40px 0px 40px 0px;
}

.packages-hero-sec .packages-content-box {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 30px 30px 30px;
    background-color: #000000B8;
    border-radius: 15px 15px 15px 15px;
}

.packages-hero-sec .packages-content-box h1,
.packages-hero-sec .packages-content-box h2,
.packages-hero-sec .packages-content-box p {
    color: #fff;
}

.packages-hero-sec .packages-content-box h1 {
    margin: 0px 0px 30px 0px;
    font-size: 45px;
    font-weight: 900;
    line-height: 65px;
}

.packages-hero-sec .packages-content-box h2 {
    font-size: 26px;
    font-weight: 600;
}

.packages-hero-sec .packages-from {
    background-color: #FFFFFFBF;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 20px 20px 20px 20px;
    border-radius: 15px 15px 15px 15px;
}

.packages-hero-sec .packages-from textarea {
    resize: none;
}

.packages-hero-sec .packages-from input.form-control,
.packages-hero-sec .hotel-from textarea.form-control {
    border-radius: 0.5rem 0.5rem !important;
    border: 1px solid #252525;
}

.packages-hero-sec .packages-from input.form-control {
    height: 37px;
}

@media (max-width: 767px) {
    .packages-hero-sec .packages-content-box h1 {
        font-size: 30px;
        line-height: normal;
    }

    .packages-hero-sec .packages-content-box h2 {
        font-size: 20px;
    }
}

/* Here sectoin packages page */

/* Here sectoin Cruise page */
.cruise-hero-sec {
    background-image: url(../Images/cruise-banner.jpg);
    background-position: center center;
    display: flex;
    align-items: center;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 40px 0px 40px 0px;
}

.cruise-hero-sec .hotel-content-box {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 30px 30px 30px;
    background-color: #000000B8;
    border-radius: 15px 15px 15px 15px;
}

.cruise-hero-sec .hotel-content-box h1,
.cruise-hero-sec .hotel-content-box h2,
.cruise-hero-sec .hotel-content-box p {
    color: #fff;
}

.cruise-hero-sec .hotel-content-box h1 {
    margin: 0px 0px 30px 0px;
    font-size: 45px;
    font-weight: 900;
    line-height: 65px;
}

.cruise-hero-sec .hotel-content-box h2 {
    font-size: 26px;
    font-weight: 600;
}

.cruise-hero-sec .hotel-from {
    background-color: #FFFFFFBF;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 20px 20px 20px 20px;
    border-radius: 15px 15px 15px 15px;
}

.cruise-hero-sec .hotel-from textarea {
    resize: none;
}

.cruise-hero-sec .hotel-from input.form-control,
.cruise-hero-sec .hotel-from textarea.form-control {
    border-radius: 0.5rem 0.5rem !important;
    border: 1px solid #252525;
}

.cruise-hero-sec .hotel-from input.form-control {
    height: 37px;
}

@media (max-width: 767px) {
    .cruise-hero-sec .hotel-content-box h1 {
        font-size: 30px;
        line-height: normal;
    }

    .cruise-hero-sec .hotel-content-box h2 {
        font-size: 20px;
    }
}

/* Here sectoin Cruise page */


/* Here sectoin Car page */
.car-hero-sec {
    background-image: url(../img/flight-banner3.webp);
    background-position: center center;
    display: flex;
    align-items: center;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 40px 0px 40px 0px;
}

.car-hero-sec .car-content-box {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 30px 30px 30px;
    background-color: #000000B8;
    border-radius: 15px 15px 15px 15px;
}

.car-hero-sec .car-content-box h1,
.cruise-hero-sec .hotel-content-box h2,
.cruise-hero-sec .hotel-content-box p {
    color: #fff;
}

.car-hero-sec .car-content-box h1 {
    margin: 0px 0px 30px 0px;
    font-size: 45px;
    font-weight: 900;
    line-height: 65px;
}

.car-hero-sec .car-content-box h2 {
    font-size: 26px;
    font-weight: 600;
}

.car-hero-sec .car-from {
    background-color: white;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 20px 20px 20px 20px;

}

.car-hero-sec .car-from textarea {
    resize: none;
}

.car-hero-sec .car-from input.form-control,
.car-hero-sec .car-from textarea.form-control {
    border-radius: 0.5rem 0.5rem !important;
    border: 1px solid #252525;
}

.car-hero-sec .car-from input.form-control {
    height: 37px;
}

@media (max-width: 767px) {
    .car-hero-sec .car-content-box h1 {
        font-size: 30px;
        line-height: normal;
    }

    .car-hero-sec .car-content-box h2 {
        font-size: 20px;
    }
}

.car2-hero-sec {
    background-image: url(../Images/car-bn2.jpg);
    background-position: center center;
    display: flex;
    align-items: center;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 40px 0px 40px 0px;
}

.car2-hero-sec .car-content-box {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 30px 30px 30px;
    background-color: #000000B8;
    border-radius: 15px 15px 15px 15px;
}

.car2-hero-sec .car-content-box h1,
.cruise-hero-sec .hotel-content-box h2,
.cruise-hero-sec .hotel-content-box p {
    color: #fff;
}

.car2-hero-sec .car-content-box h1 {
    margin: 0px 0px 30px 0px;
    font-size: 45px;
    font-weight: 900;
    line-height: 65px;
}

.car2-hero-sec .car-content-box h2 {
    font-size: 26px;
    font-weight: 600;
}

.car2-hero-sec .car-from {
    background-color: #FFFFFFBF;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 20px 20px 20px 20px;
    border-radius: 15px 15px 15px 15px;
}

.car2-hero-sec .car-from textarea {
    resize: none;
}

.car2-hero-sec .car-from input.form-control,
.car-hero-sec .car-from textarea.form-control {
    border-radius: 0.5rem 0.5rem !important;
    border: 1px solid #252525;
}

.car2-hero-sec .car-from input.form-control {
    height: 37px;
}

@media (max-width: 767px) {
    .car2-hero-sec .car2-content-box h1 {
        font-size: 30px;
        line-height: normal;
    }

    .car2-hero-sec .car2-content-box h2 {
        font-size: 20px;
    }
}

.cruise-hero-sec {
    background-image: url(../Images/cruise-bn.jpg);
    background-position: center center;
    display: flex;
    align-items: center;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 40px 0px 40px 0px;
}

.cruise-hero-sec .car-content-box {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 30px 30px 30px;
    background-color: #000000B8;
    border-radius: 15px 15px 15px 15px;
}

.cruise-hero-sec .car-content-box h1,
.cruise-hero-sec .hotel-content-box h2,
.cruise-hero-sec .hotel-content-box p {
    color: #fff;
}

.cruise-hero-sec .car-content-box h1 {
    margin: 0px 0px 30px 0px;
    font-size: 45px;
    font-weight: 900;
    line-height: 65px;
}

.cruise-hero-sec .car-content-box h2 {
    font-size: 26px;
    font-weight: 600;
}

.cruise-hero-sec .car-from {
    background-color: #FFFFFFBF;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 20px 20px 20px 20px;
    border-radius: 15px 15px 15px 15px;
}

.cruise-hero-sec .car-from textarea {
    resize: none;
}

.cruise-hero-sec .car-from input.form-control,
.car-hero-sec .car-from textarea.form-control {
    border-radius: 0.5rem 0.5rem !important;
    border: 1px solid #252525;
}

.cruise-hero-sec .car-from input.form-control {
    height: 37px;
}

@media (max-width: 767px) {
    .car-hero-sec .car-content-box h1 {
        font-size: 30px;
        line-height: normal;
    }

    .car-hero-sec .car-content-box h2 {
        font-size: 20px;
    }
}

/* Here sectoin Car page */

/* trusted sec */
.trusted-sec {
    padding: 80px 0px 60px 0px;
    display: flex;
    align-items: center;
}

.trusted-sec h2 {
    color: #2d318c;
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
}

.trusted-sec p {
    font-size: 16px;
}

.trusted-sec img {
    height: auto;
    max-width: 100%;
}

.trusted-sec .agent-icon {
    text-align: center;
}

.trusted-sec .agent-icon img {
    height: 138px;
}

.trusted-sec .trusted-content svg {
    fill: #2d318c;
    transition: fill 0.3s;
    height: 1rem;
}

.trusted-sec .trusted-content ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.trusted-sec .trusted-content ul li {
    width: 48%;
    display: inline-block;
    margin-bottom: 8px;
}

.trusted-sec .trusted-content ul li span:first-child {
    margin-right: 5px;
}

@media (max-width: 767px) {
    .trusted-sec .agent-icon img {
        height: 115px;
    }

    .trusted-sec .trusted-content ul li {
        width: 100%;
    }
}

/* trusted sec */



/*Holiday Packages*/
.holiday-packages {
    background-image: url(../Images/3731533_1971537.webp);
    padding: 20px 0px 0px 0px;
    position: relative;
}

/*.holiday-packages::before {
    content: "";
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 90%);
} */

.holiday-packages .packages-box {
    background-color: #FFFFFF;
    margin-bottom: 30px;
    box-shadow: 5px 5px 20px 0px rgba(104.99624481201172, 104.99624481201172, 104.99624481201172, 0.24);
    padding: 15px;
    border-radius: 10px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.holiday-packages .packages-box>p {
    font-size: 14px;
    margin-bottom: 10px;
}

.icon__container {
    background: #2d318c;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    padding: 7px;
    margin-top: 10px;
    margin: 10px auto;
    margin-bottom: 10px;
}

.bg-color {
    background-color: #f8f9fa;
}

.holiday-packages .packages-box:hover {
    transform: scale(1.04);

}

.holiday-packages h2 {
    color: #2d318c;
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
}

.holiday-packages p {
    color: #464646;
    font-size: 18px;
    margin-bottom: 50px;
}

.holiday-packages .packages-box .img-box img {
    width: 100%;
    height: auto;
}

.holiday-packages .packages-box .pkg-head {
    width: 100%;
    height: auto;
    padding: 20px 10px 20px 10px;
    background-color: #2d318c;
    border-radius: 15px 15px 15px 15px;
    text-align: center;
}

.holiday-packages .packages-box .pkg-head p {
    margin-bottom: 0px;
    color: #FFFFFF;
}

.holiday-packages .packages-box .pkg-head p:first-child {
    font-size: 16px;
    font-weight: 700;
}

.holiday-packages .packages-box .pkg-head p:last-child {
    font-size: 15px;
}

.holiday-packages .packages-box h4,
.holiday-packages .packages-box h4 span {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.holiday-packages .packages-box h4 span {
    display: block;
}

.holiday-packages .packages-box ul {
    list-style: none;
    margin: 0px;
    padding: 10px;
    background-color: #464646;
    border-radius: 10px;
    min-height: 235px;
}

.holiday-packages .packages-box ul li {
    border-bottom: 1px solid #ddd;
    padding: 5px 0px;
}

.holiday-packages .packages-box ul li:last-child {
    border-bottom: none;
}

.holiday-packages .packages-box ul li .media svg {
    height: 1rem;
    margin-right: 8px;
    fill: #fff;
}

.holiday-packages .packages-box ul li .media p {
    color: #fff;
    font-size: 14px;
}

/*Holiday Packages*/

/* zakool flight */
.zak-fh {
    padding: 70px 0px 100px 0px;
    background-color: #747474;
}

.zak-fh .content-sec {
    margin-bottom: 30px;
}

.zak-fh .content-sec .zak-img-box img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}

.zak-fh .content-sec h2 {
    color: #FFFFFF;
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
}

.zak-fh .content-sec p {
    color: #FFFFFF;
    font-size: 16px;
}

.zak-fh .content-sec ul {
    list-style: none;
    margin: 0px;
    padding: 10px;
    background-color: #464646;
    border-radius: 10px;
}

.zak-fh .content-sec ul li {
    border-bottom: 1px solid #ddd;
    padding: 5px 0px;
}

.zak-fh .content-sec ul li:last-child {
    border-bottom: none;
}

.zak-fh .content-sec ul li .media svg {
    height: 1rem;
    margin-right: 8px;
    fill: #fff;
}

.zak-fh .content-sec ul li .media p {
    color: #fff;
    font-size: 14px;
}

/* zakool flight */

/* our Clients */
.our-client {
    padding: 70px 0px 100px 0px;
    position: relative;
}

.our-client::before {
    content: "";
    position: absolute;
    top: 0px;
    width: 100%;
    height: 50%;
    background-color: #273171;
}

.our-client h2 {
    color: #FFFFFF;
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 50px;
}

.our-client .client-box {
    background-color: #fff;
    position: relative;
    border-radius: 10px 10px 10px 10px;
    padding: 55px 40px 55px 40px;
    box-shadow: 6px 6px 15px 0px rgba(0, 0, 0, 0.1);
    padding-left: 60px;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    min-height: 300px;
    z-index: 1;
}

.name-plate .media {
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    font-weight: bold;
}

.name-plate .media .media-body h5 {
    font-weight: bold;
}

.our-client .slick-slide div {
    margin-right: 15px;
}

@media (max-width:991px) {
    .our-client .slick-slide div {
        width: 90%;
        margin: auto;
    }
}

/* our Clients */

/* About us page*/
.about {
    background-image: url(../img/1.webp);
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 100px 0px 150px 0px;
}

.about .hero-content-box {
    padding: 30px 30px 30px 30px;
}

.about .hero-content-box h1,
.pro-hero-sec .hero-content-box h2,
.pro-hero-sec .hero-content-box p {
    color: #fff;
}

.about .hero-content-box h1 {
    margin: 0px 0px 30px 0px;
    font-size: 45px;
    font-weight: 900;
    line-height: 65px;
}

@media (max-width: 767px) {
    .about.hero-content-box h1 {
        font-size: 30px;
        line-height: normal;
    }
}