@font-face {font-family: 'Lato';src: url('font/Lato-Bold.ttf') format('truetype'); font-weight: 700;  font-style: normal;  font-display: swap;}
@font-face {font-family: 'Lato';src: url('font/Lato-Regular.ttf') format('truetype'); font-weight: 400;  font-style: normal;  font-display: swap;}

@font-face {font-family: 'Barlow';src: url('font/Barlow-Regular.ttf') format('truetype'); font-weight: 400;  font-style: normal;  font-display: swap;}
@font-face {font-family: 'Barlow';src: url('font/Barlow-SemiBold.ttf') format('truetype'); font-weight: 500;  font-style: normal;  font-display: swap;}
@font-face {font-family: 'Barlow';src: url('font/Barlow-Bold.ttf') format('truetype'); font-weight: 700;  font-style: normal;  font-display: swap;}

.fade.in {background: transparent;}
.modal-backdrop.fade.in{background-color: #000; opacity:0.5;}
.route_col img {width: 70px; height: 60px; border-radius: 11px; margin-right: 10px;}
.route_col {display: flex; align-items: center; margin-bottom:30px;}
.route_col h5 {font-size: 18px; font-weight: 600; margin:4px 0; line-height:28px; color: #141414; text-transform: capitalize; font-family: 'Poppins', sans-serif;}
.route_col h5 i {
    rotate: 90deg;
    display: inline-block;
}
.bus_route h5 i {
    rotate: none;
    transform: scaleX(-1);
    font-size: 23px;
    line-height: 18px;
}
.popular_flight_route{background: url(../../theme/35/img/map.png); padding:30px 0;}
.query_succuss_msg, .success_msg {color: green;text-align: center; margin-bottom: 10px;}
.ho_home_banner h2 {position: absolute; z-index: 2;color: #fff; font-weight: 800;margin: 0;text-shadow: 2px 2px 3px #0000002e;font-size: 33px; top: 10%;left: 0; width: 100%;display: none;}
.bus-suggdrop .flag-country {margin-top: 0px;}
.ho_searchengine-temp .nav-tabs > li.active > a .hoFlights {background-position: 0px -35px;}
.ho_searchengine-temp .nav-tabs > li.active > a .hoHotels {background-position: -50px -41px;}
.ho_searchengine-temp .nav-tabs > li.active > a .cruises {background-position: -521px -145px;}
.ho_searchengine-temp .nav-tabs > li.active > a .holiday_icon {background-position:-430px -37px;}
.ho_searchengine-temp .nav-tabs > li.active > a .hobus {background-position: -527px -37px;}
.ho_searchengine-temp .nav-tabs > li.active > a .hocar {background-position:-574px -37px;}
.ho_searchengine-temp .nav-tabs > li.active > a .hotransfer {background-position: -333px -109px;}
.ho_searchengine-temp .nav-tabs > li.active > a .hoforex {background-position: -1041px -657px;}
.ho_searchengine-temp .nav-tabs > li.active > a .insurance_icon {background-position: -432px -112px;}
.ho_searchengine-temp .nav-tabs > li.active > a .hogroup {background-position: -192px -288px;}
.ho_searchengine-temp .nav-tabs > li.active > a .horecharge {background-position: -907px -294px;}
.ho_searchengine-temp .nav-tabs > li.active > a .hocharter {background-position: -955px -33px;}
.ho_searchengine-temp .nav-tabs > li.active > a .trainicon {background-position: -146px -40px;}
.ho_searchengine-temp .nav-tabs > li.active > a .bikeicon {background-position: -3px -145px;}

/* mohit */
h1, h2, h3, h4, h5, h6{font-family: 'Barlow', sans-serif; font-weight: 600;}

.ho_slider-carousel img {
    height: 100%;
    overflow: hidden; 
    width: 100%; 
    object-fit: cover; 
    animation: sliderZoom 8s infinite;
    transition: transform 8s ease-in-out;
    transform: scale(1);
}
.ho_slider-carousel .owl-item.active img{
    transform: scale(1.1);
}

.ho_slider-carousel .owl-stage-outer{
    overflow: hidden;
}

.ho_slider-carousel .item{
    overflow: hidden;
    height: 420px;
}
.slider_aria {height: 420px;}


@keyframes sliderZoom{
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.1);
    }
    100%{
        transform: scale(1);
    }
}
.section_tittle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    flex-wrap: wrap;
    overflow: hidden;
}
.section_tittle .heading_txt:before{
    display: none;
}
.section_tittle h2 {
    color: #222;
    font-weight: 600;
    margin: 0;
    font-size: 34px;
}
.img_div {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 240px;
}
.img_div:before {
    position: absolute;
    top: 0;
    left: -18%;
    z-index: 1;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
    transition: 0.5s;
}
.img_div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease;
}
.vehicle_box{
    position: relative;
    height: 446px;
    margin-bottom: 20px;
}

.vehicle_box a{
    text-decoration: none;
    color: #333;
}

.detail_box {
    background: #fff;
    position: absolute;
    top: 180px;
    width: 96%;
    left: 2%;
    z-index: 2;
    padding: 10px 15px 20px 15px;
    height: 260px;
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 10%);
    border-radius: 10px;
    cursor: pointer;
    transition: 0.4s;
}
.vehicle_box:hover .img_div img {
    transform: scale(1.08);
}
.vehicle_box:hover .img_div:before{
    left: 100%;
}
.vehicle_box:hover .detail_box{
    top: 160px;
}
.bus_seats h4{
    display: flex;
    align-items: center;
    gap: 7px;
}
.detail_box h4 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
.aminity h4, .price_div h4{font-weight: 500;}
.detail_box h4 img{height: 20px;}
.aminity_result span {
    background: #eef7ff;
    border: 1px solid #cfe4f7;
    padding: 2px 8px 2px 4px;
    border-radius: 4px;
    font-size: 13px;
    margin-bottom: 2px;
}
.aminity_result {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    max-height: 65px;
    overflow-y: auto;
    overflow-x: hidden;
}
.aminity_result::-webkit-scrollbar-track {box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); border-radius: 10px;}
.aminity_result::-webkit-scrollbar {width: 4px; height: 5px; background: #f5f5f5; border-radius: 10px;}
.aminity_result::-webkit-scrollbar-thumb {  border-radius: 10px; box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background: var(--main-color);}

.aminity_result span i {
    font-size: 16px;
    color: var(--main-color);
}
.view_btn .custom_btn {
    background: var(--main-color);
    color: #fff;
    padding: 5px 20px;
    border-radius: 20px;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    transition: 0.3s;
}
.view_btn .custom_btn:hover {
    background: var(--color-4);
}
.detail_box .view_btn{padding-top: 10px;}
.price_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.price_div small {
    font-size: 14px;
    font-weight: 400;
}

.price_div span {
    font-size: 22px;
    font-weight: 600;
}
.animate-left{
transform: translateX(-80px);
}
.animate-left{
opacity:0;
transition: all 1s ease;
}

.super-offers-topbar {padding-bottom: 10px;}
.price_div span i {color: var(--secondary-color);}
.price_div {margin-top: 10px;}
.price_div h4 {margin: 0;}
.ho_home-pack-content {
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 30%);
    background: #fff;
    height: 300px;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: 0.5s;
}
.ho_home-pack-content:hover{
    transform: scale(1.05);
}
.ho_content_right .btn_cuppon {
    font-size: 15px;
    font-weight: 500;
    border-radius: 3px;
    background: var(--main-color);
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    display: none;
    transition: 0.5s;
    margin-top: 6px;
    padding: 0 5px 0 0;
    line-height: 26px;
}
.ho_content_right .btn_cuppon span{
    background: #fff;
    color: #000;
    padding: 4px 5px;
    margin-right: 5px;
    border-radius: 3px;
}
.offer_inner{
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 10px;
}
.offer_inner:before {
    content: "";
    background: transparent linear-gradient(180deg, #ffffff00 0, #000000) 0 0 no-repeat padding-box;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.4;
    transition: 0.5s;
}
.ho_content_right {
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%;
    padding-left: 20px;
}
.ho_home-pack-content:hover .ho_content_right{
    bottom: 22px;
    transition: 0.5s;
}
.ho_home-pack-content:hover .offer_inner:before{
    opacity: 0.7;
    transition: 0.5s;
}
.ho_home-pack-content:hover .btn_cuppon{
    display: inline-block;
    transition: 0.5s;
}

.ho_home-pack-content img {
    border-radius: 10px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.ho_home-pack-content h3 {
    position: relative;
    line-height: 20px;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    margin: 15px 0 5px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.arrow_carousel .owl-nav .owl-next, .ho_offers-carousel .owl-next {
    position: absolute;
    right: 100px;
    top: 42%;
    width: 40px;
    height: 40px;
    background: #ffff !important;
    border-radius: 36px;
    box-shadow: 0 0 8px rgb(0 0 0 / 30%);
    transition: 0.3s;
}
.arrow_carousel .owl-nav .owl-prev, .ho_offers-carousel .owl-prev {
    position: absolute;
    top: 42%;
    left: 100px;
    background: #ffff !important;
    width: 40px;
    height: 40px;
    border-radius: 36px;
    box-shadow: 0 0 8px rgb(0 0 0 / 30%);
    transition: 0.3s;
}
.arrow_carousel .owl-nav .owl-prev{left: -20px;}
.arrow_carousel .owl-nav .owl-next{right: -20px;}
.arrow_carousel .owl-nav .owl-prev:hover,.arrow_carousel .owl-nav .owl-next:hover, .ho_offers-carousel .owl-prev:hover, .ho_offers-carousel .owl-next:hover{
  background: var(--main-color)!important;
}
.arrow_carousel .owl-nav .owl-prev:hover i,.arrow_carousel .owl-nav .owl-next:hover i,
.ho_offers-carousel .owl-prev:hover i, .ho_offers-carousel .owl-next:hover i{
  color: #fff;
}
.arrow_carousel .owl-nav .owl-prev i, .arrow_carousel .owl-nav .owl-next i, .ho_offers-carousel i {
    font-size: 25px;
    font-weight: 400;
    color: #2196f3;
    line-height: 41px;
}

/* offer css start here */

.holiday_packages, .faq_section, .exclusive_offers, .testimonial_section{
    padding: 36px 0;
}
.villa_section{padding-top: 36px;}
.polular_list, .popular_destination, .visafree_holiday{
    padding-bottom: 36px;
}
.slider_offers {
    padding-bottom: 6px;
}

.heading_txt:before {
    content: '';
    background: url(../../theme/35/img/triwings-left.png);
    width: 38px;
    position: absolute;
    left: -45px;
    height: 12px;
    background-size: 100%;
    animation: blinkFlag 1s infinite;
}

@keyframes blinkFlag {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.heading_txt:after {
    content: '';
    background: url(../../theme/35/img/triwings-right.png);
    width: 38px;
    position: absolute;
    right: -45px;
    height: 12px;
    background-size: 100%;
    animation: blinkFlag 1s infinite;
}

.main_headingbar {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 25px;
    flex-direction: column;
    justify-content: center;
}

.heading_txt {
    font-size: 34px;
    font-weight: 700;
    color: #141414;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 0;
    font-family: 'Barlow', sans-serif;
    line-height: 36px;
}

.ho_offer_pill {
    border-bottom: 0;
    display: flex;
    justify-content: center;
}

.ho_offer_pill > li.active > a, .ho_offer_pill > li.active > a:hover, .ho_offer_pill > li.active > a:focus {
    border: 0px;
    color: #fff;
    background: var(--main-color);
    border-radius: 25px;
}
.ho_offer_pill > li > a {
    background: transparent;
    font-size: 16px;
    font-weight: 500;
    color: #111;
    border-radius: 25px;
    padding: 7px 26px;
    border: none !important;
}
.ho_content_right a {
    color: #5C6472;
}

.ho_content_right a:hover {
    text-decoration: none;
}
.all_blogview a {
    background: var(--main-color);
    padding: 5px 20px;
    color: #ffffff;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}
.all_blogview a:hover{background: var(--color-4); color: #fff;}
.manage_p0slider {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

.ho_offers-carousel .owl-stage-outer {
    padding: 10px 0;
}

.owl-carousel .owl-stage {
    margin-left: 0 !important;
}

/* offer css end here */

/* query form section css */

.queryform_section {
    background: url(../../theme/35/img/travelbg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
    position: relative;
}

.queryform_div {
    padding: 20px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 0px 12px 0 rgb(0 0 0 / 20%);
    backdrop-filter: blur(31.2000007629px);
    border: 1px solid hsla(0, 0%, 100%, .271);
}
.queryform_radio {
    display: flex;
    gap: 15px;
    padding-left: 0;
}
.queryform_radio li{
  list-style: none;
}
.queryform_radio li label.active {
    box-shadow: none;
    background: #eef7ff;
    border-radius: 20px;
    display: flex;
    gap: 5px;
    border: 1px solid #cfe4f7;
    color: var(--main-color);
}
.queryform_radio li label.btn:focus, .queryform_radio li label.btn.active.focus .queryform_radio li label.btn:hover,
.queryform_radio li label.btn.focus{
    box-shadow: none;
    color: #333;
}
.queryform_radio li label {font-size: 15px;
    box-shadow: none; 
    font-weight: 500; 
    padding: 2px 14px; 
    color: #4a4a4a; 
    background: transparent;
    display: flex;
    gap: 5px;
    border: 1px solid transparent;
}
.no_passengers label input {
    visibility: hidden;
    position: absolute;
}
.no_passengers li label{
    background: #f7f7f7;
    border-radius: 20px;
    padding: 5px 35px;
}
.no_passengers {
  max-width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    padding-bottom: 3px;
}
.no_passengers li label.active {
    background: #0075ab;
    color: #fff;
}
.no_passengers::-webkit-scrollbar-track {margin-top: 4px; box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); border-radius: 10px;}
.no_passengers::-webkit-scrollbar {width: 10px; height: 4px; background: #f5f5f5; border-radius: 10px;}
.no_passengers::-webkit-scrollbar-thumb {border-radius: 10px; box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background: var(--main-color);}
.query_btn {
    background: var(--main-color);
    color: #fff;
    width: 100%;
    padding: 10px 0;
    font-weight: 600;
    transition: 0.3s;
    border: none;
    border-radius: 24px;
    margin-top: 10px;
}
.search-btn .btn:hover, .search-btn .btn:focus{
  color: #fff;
  box-shadow: none;
}
.query_btn:hover{
  background: var(--color-4);
}
.queryform_div .box_input select{
  cursor: pointer;
}
.queryform_div .box_input .input-group-addon{
  cursor: pointer;
  z-index: 1;
  right: 12px;
}

/* query form section css end*/

/* features section css start*/

.quote_btn {
    background: #fff;
    color: var(--main-color);
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 0px 7px 0 #0000005e;
    transition: 0.3s;
    padding: 8px 30px;
    border-radius: 24px;
    border: 1px solid#eee;
}
.quote_btn:hover, .quote_btn:focus{
  color: #fff !important;
  background: var(--color-4);
  box-shadow: none;
}

.journy_box{min-height: auto;
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    min-height: 130px;
}
.heading_side h2 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    line-height: 40px;
    margin: 0;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}
.icon_div span {
    background: #ffffff;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 34px;
    color: var(--main-color);
    box-shadow: 0 0px 7px 0 #0000005e;
}

.detail_div h4 {
    margin-bottom: 5px;
    margin-top: 0;
    font-weight: 500;
    font-size: 20px;
}
.static_section {
    background-image: linear-gradient(93deg, var(--secondary-color), var(--main-color));
    padding: 40px 0;
}
.detail_div h4, .detail_div p{
  color: #fff;
}
.b_margin {
    margin-bottom: 10px;
}
.detail_div p {
    font-weight: 400;
    margin-bottom: 0;
}
.domestic_flight {font-size: 16px; color: #333; text-align: left;}
/* features section css start*/

/* mobile app section css start*/

.download-app-sec {
    padding: 3em 0;
    background: #fff url(../../theme/35/img/world-map.webp);
}
.app-sc-img img {
    width: 100%;
}
.download-app h3 {
    font-size: 3em;
    text-transform: uppercase;
    color: #000;
    margin: 0;
    font-weight: 600;
}
.download-app h4 {
    font-size: 24px;
    color: var(--main-color);
    margin-bottom: 0;
}
.get_link {
    display: flex;
    align-items: center;
    position: relative;
}
.get_link select.form-control {
    border-radius: 4px 0 0 4px;
}
.scan_img{padding: 0 15px 0 3px;}
.scan_img img {
    max-width: 100%;
    margin-top: 10px;
    height: 104px;
}
.get_link .form-control {
    padding: 6px 4px;
    border-radius: 0;
}
.get_aap .btn-info {
    color: #fff;
    display: inline-block;
    background: var(--main-color);
    border-color: var(--main-color);
    padding: 9px 10px 9px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 0 5px 5px 0;
    line-height: 18px;
    position: absolute;
    bottom: 1px;
    right: 0;
}

.get_link select {width: 35%;}
.qr_code img {width: 134px;}
.get_aap {position: relative;}
.get_aap .form-control {height: 39px;}
.get_link select{width: 35%;}
.qr_code ul li {margin-bottom: 20px;padding-left: 0px;display: block;padding-right: 0px;}
.compare-flights ul {padding: 13px 0 0; margin: 0;}

/* mobile app section css end*/

/* counter css start */
.section_counter {
    background: url(../../theme/35/img/counter-bg.webp);
    position: relative;
    background-position: center;
    padding: 40px 0;
    background-attachment: fixed;
    background-size: cover;
}
.counter_img {
    background: linear-gradient(45deg, var(--main-color), var(--secondary-color));
    height: 90px;
    width: 90px;
    display: inline-flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.section_counter:before {
    content: "";
    background: #0000004a;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.counter_img img {
    height: 60px;
    filter: brightness(0) invert(1);
}
.counter_text {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
}
.cont_title .txtwhite {
    margin-bottom: 35px;
    font-size: 48px;
    font-weight: 600;
}
.txtwhite {
    color: #fff;
    font-size: 34px;
    text-align: center;
}

.count-title {
    color: #fff;
}

/* counter css end */

/* testimonial css start */
.testimonials-carousel .owl-stage-outer {
    padding: 5px 0;
    margin: -5px 0;
}
.testimonials-carousel{padding-bottom: 20px;}
.testimonials-carousel .owl-nav button.owl-prev {
    background: #ffff !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: var(--main-color);
    font-size: 28px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 8px rgb(0 0 0 / 30%);
    position: absolute;
    top: 65px;
    left: -18px;
    transition: 0.3s;
}
.testimonials-carousel .owl-nav button.owl-prev i, .testimonials-carousel .owl-nav button.owl-next i{color: var(--main-color);}
.testimonials-carousel .owl-nav button.owl-next {
    background: #ffff !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: var(--main-color);
    font-size: 28px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 8px rgb(0 0 0 / 30%);
    position: absolute;
    top: 65px;
    right: -18px;
    transition: 0.3s;
}
.testimonials-carousel .owl-nav button.owl-prev:hover i, .testimonials-carousel .owl-nav button.owl-next:hover i{color: #fff;}
.testimonials-carousel .owl-nav button.owl-prev:hover, .testimonials-carousel .owl-nav button.owl-next:hover{
  background: var(--main-color) !important;
}

.title-off {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding-bottom: 0; 
    margin-bottom: 3px;
}
.ho_testimonial_item {
    background: #fff;
    vertical-align: top;
    border-radius: 24px;
    padding: 20px 30px;
    border: 1px solid#ddd;
}
.testimonials-carousel .stars {text-align: left;color: #ffb100;font-size: 16px;}
.ho_testimonial_item .stars {text-align: left;}
.ho_testimonial_item img {vertical-align: text-top;max-width: 80px;padding: 5px; height: 80px;width: 100%;margin: 0 auto;border-radius: 50%; margin-bottom: 7px;}
.ho_testimonial_item p {margin-top: 0;font-weight: 500;color: #333;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.ho_testimonial_item h6 {margin-top: 25px;margin-bottom: 5px;font-size: 17px;}
/* testimonial css end */

.faq_question {
    cursor: pointer;
    position: relative;
}
.faq_answer{padding: 10px 15px;}
.faq_answer p{margin: 0;}
.faq_question[data-toggle="collapse"]:after {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    color: #666;
    font-size: 22px;
    line-height: 22px;
    right: 20px;
    top: calc(50% - 10px);
    transform: rotate(180deg);
}
section.faq_section {
    background-image: linear-gradient(177deg, #c6edff, transparent);
}
.faq_question[data-toggle="collapse"].collapsed:after {
    transform: rotate(0deg);
}
.custom_faq{
    border-radius: 10px !important;
    border: none;
    box-shadow: 0 0px 10px 0 #0000001c;
    margin-bottom: 10px !important;
}
.custom_faq .faq_question {
    border-radius: 10px 10px 0 0;
}
.custom_faq .faq_question.collapsed{
    border-radius: 10px;
}
.faq_question h4{
    margin: 0;
    line-height: 40px;
    padding-left: 15px;
}

/* search seaction */
.ho_absolute-search-container {background-color: #fff;}
.vehicle_section{padding-top: 36px;}
.ho_slider-carousel .owl-dots {display: none !important;}
.search-form-comon{padding: 20px 15px 0;}
.services_section {
    background: var(--main-color);
}
.ho_tabsearch_bars .nav-tabs li a {
    background: #fff;
    color: var(--main-color);
    min-width: 115px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 40%);
}

.ho_tabsearch_bars > .nav-tabs > li.active a, .ho_searchengine-temp .nav-tabs > li.nav-item a:focus,
.search-top-tab-bar .nav > li > a:hover{
  background: var(--main-color) !important;
  color: #fff !important;
  cursor: pointer;
}
.search-top-tab-bar .nav > li > a:hover{
  transform: translateY(-7%);
  transition: all 0.5s ease;
}
.ho_tabsearch_bars ul li a span {
    display: block;
}
.hoNavIcon{
  font-size: 70px;
  line-height: 30px;
}
.ho_tabsearch_bars {
    position: relative;
    top: -55px;
    z-index: 1;
    padding: 0;
    display: flex;
}
.ho_tabsearch_bars .nav-tabs > li {
  padding: 0px 2px; 
  margin-bottom: 10px;
  margin-right: 10px;
}
/* search seaction */


/* mohit */

/*transfer suggestion start list*/
.transfer_toplist {max-width: 350px;}
.transfer_toplist .ui-menu-item-wrapper {display: flex;justify-content: space-between;padding: 7px 5px;}
.transfer_toplist .transferflag img {width: 21px;height: 14px;margin-left: 3px;}
.transfer_toplist li {margin: 0;display: block;font-size: 12px;line-height: 16px;overflow: hidden;border-bottom: 1px solid #cacaca;cursor: pointer; letter-spacing: 0.7px;min-height: 42px;}
.transfer_toplist > li > a > div.transfer-left {position: relative;padding-left: 13px;}
.transfer_toplist > li > a > div.transfer-left > i {position: absolute;left: 0;color: var(--secondary-color);top: 3px;}
.transfer_toplist > li > a > div.transfer-left .city {font-weight: 600; color: var(--secondary-color);font-size: 14px;letter-spacing: 0.7px;}
.transfer_toplist > li > a > div.transfer-left .countryname {color: #424242; font-size: 13px;font-weight: 500; display: block;}
/*transfer suggestion end list*/
.searchbtn_transfer {padding-top: 15px;}
input#whatsapp_phone {border-radius: 0 5px 5px 0;}
.brands_dom-owl-cras .owl-nav i:hover {background: transparent;}
.scan_img p {color: #4a4a4a;font-weight: 600;text-align: center;font-size: 13px;}
.news-flash marquee { position: relative; z-index: 2;color: #333;}
.three-check h5 {font-size: 16px;color: #333;font-weight: 400;}
.advertisement_sec {margin: 25px 0 25px 0;}
.ad_img {height: 110px;width: 900px;margin: 0 auto; border-radius: 10px;}
.ad_img img {height: 110px;border-radius: 10px;}
.flex_headingbar {display: flex;justify-content: space-between;align-items: center;width: 100%;}
.advertisement .owl-nav {display: none !important;}
.buscalendar .forminputicon { max-width: 25px;}
.maincontentfluid.rechare-page-temp.bgtransprent {padding: 0 15px 0 0;min-height: auto; margin: 29px 0 0 0;background: transparent;}
.onpage_tabbar { margin-right: 15px;}
.rechare-page-temp .customized_design {padding: 0px;margin: 25px 0px 0px;}
.mobile-recharge-wrap .btn {border-radius: 5px !important;padding: 9px 12px;color: #fff;background-image: linear-gradient(235deg, var(--secondary-color), var(--main-color));border: 0;border-radius: 5px;}
.recharge-wrap-temp .onpage_tabbar .tab-content {border: 0px; padding: 15px 0px 0px;}
#select_country {height: 42px;background: transparent; border: none; font-size: 17px; width: 100%;}
.add_scroll::-webkit-scrollbar-track {box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); border-radius: 10px;}
.add_scroll::-webkit-scrollbar {width: 10px;height: 9px; background: #f5f5f5; border-radius: 10px;}
.add_scroll::-webkit-scrollbar-thumb {border-radius: 10px; box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background: #d3cfcf;}
.services_section .add_scroll {display: flex; flex-wrap: nowrap;width: auto; margin: 0 auto; white-space: nowrap;border-radius: 8px;overflow-x: auto;overflow-y: hidden; border: none; padding-top: 10px;}
.box_input input {height: 40px;border-radius: 5px;font-size: 14px;}
.car_hours.box_input select {height: 40px;border-radius: 5px;}
.box_input .form-control {height: 40px; border-radius: 24px; background: #f7f7f7; border: 1px solid #eee;}
.box_input .form-control:focus{background: #eef7ff; border: 1px solid #cfe4f7; box-shadow: none;}
.main_boxpadding {padding: 10px 15px 0px;}
.bg_holiday {background: #fff; padding: 22px 8px;}
.box_input #holiday_subcategory_list {height: 40px; border-radius: 5px;}
#holiday_category_list {height: 40px; border-radius: 5px;}
.mob_dropdown .dropdown-menu-right a {box-shadow: none !important;border-bottom: 1px solid #ccc;border-radius: 0px !important;text-transform: capitalize !important;text-decoration: none;}
.services_section .nav-tabs > li.nav-item .dropdown-menu .dropdown-item {font-size: 13px;}
.mt22 {margin-top: 22px;}
.moreservice i {margin-right: 4px;}
.moreservice {padding: 0;}
.moreservice a:last-child {border-bottom: none;}
.ho_home_banner {position: relative; height: 450px;}
body {color: #333;font-size: 14px;font-weight: 500;}
.ho_offers-carousel{margin-bottom: 15px;}
.ho_offers-carousel .owl-stage {display: flex; overflow: hidden;margin: -20px -10px; padding: 20px 10px;}
.ho_body_section {background: #f7f7f7;}
.ho_signup {padding: 30px 0px;}
.ho_signup .form-control {border: 2px solid #ddd; border-radius: 5px;height: 40px;}
.btn-go {background: none; color: #fff;font-weight: 600; text-transform: capitalize; border: 2px solid var(--main-color); background: var(--main-color);}
.btn-go:hover {color: #fff !important;}
.btn.focus, .btn:focus, .btn:hover {color: inherit; outline: none;}
.btn:active:focus {outline: none;}
.ho_searchengine-temp {position: relative; visibility: hidden;}
.search-loader {background: #fff; text-align: center; padding: 10px; width: 100%;border-radius: 10px;}
.search-loader img {animation: zmdi-spin 1.5s infinite linear;}
@keyframes zmdi-spin {0% {transform: rotate(0deg);} 100% { transform: rotate(359deg);}}
.search-loader p {margin: 0px;color: #fff;font-size: 18px;}
.ho_searchengine-temp .nav-tabs > li.active > a .hoNavText, .ho_searchengine-temp .nav-tabs > li.active > a .hoNavText:focus {cursor: pointer; color: var(--main-color); font-weight: 700;}
.ho_searchengine-temp .nav-tabs > li.active > a i, .ho_searchengine-temp .nav-tabs > li.active > a i:focus {color: #fff;}
.ho_searchengine-temp .nav-tabs > li.nav-item .dropdown-menu .dropdown-item {display: flex;flex-direction: row;font-size: 14px; color: #111; font-weight: 500; padding: 5px 5px;}
.ho_searchengine-temp .nav-tabs > li.nav-item a {flex-direction: column; display: flex; align-items: center; position: relative;background: white;padding: 3px 10px 12px; font-size: 15px;min-width: 80px;font-weight: 500;}
.input-group-addon {position: relative;}
.homore {background-position: -254px -39px;}
.ho_searchengine-temp .search-form-comon {border-top: 0px;}
.ho_searchengine-temp .panel-heading {border: 0px; margin: 0 auto;display: flex;}
.ho_radio-paul {padding: 0px; margin-bottom: 0;}
.ho_radio-paul > li.active > label > span { background: #fff; border-color: #ddd; color: var(--color_4);position: relative;}
.ho_radio-paul > li > label > span {font-weight: 500; font-size: 14px; position: relative; padding-top: 0px;padding-bottom: 1px; border-radius: 15px; position: relative; line-height: 14px; padding-left: 5px;}
.ho_radio-paul > li {display: inline-block; margin-right: 10px;}
.ho_radio-paul > li .radio {display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; appearance: button; background: #fff;width: 18px; height: 18px; border-radius: 50%;}
.ho_radio-paul > li input[type="checkbox"], input[type="radio"] { margin: 0px;}
.ho_radio-paul li label { font-size: 15px; box-shadow: none; font-weight: 500; padding: 5px 8px 5px 0px; color: #4a4a4a; background: transparent;border: 0px;}
.ho_radio-paul li label.active {box-shadow: none;}
.ho_searchengine-temp .search-form-comon { background: transparent;}
.ho_searchengine-temp .m-50 {margin-top: 15px;}
.ho_searchengine-temp .m-30 {margin-top: 30px;}
.ho_searchengine-temp .tab-content {background: #fff; padding: 0 0 20px; border-radius: 9px; box-shadow: 0 2px 8px 5px rgb(0 0 0 / 17%); margin-top: 15px;}
.offer_titlebar {display: flex; justify-content: space-between; align-items: center;}
.ho_flght-multi-wrap {padding: 0px 15px;}
.search-icn { position: relative;}
.search-icn .label-btn {font-size: 14px;z-index: 2;}
.ho_input_box .form-control {font-size: 30px; border: 0px;color: #000;font-weight: 900; padding: 0px;background: transparent;height: 35px;}
.ho_book_flt {font-size: 14px;font-weight: 500;text-align: right;color: #141414;}
.ho_search_flight > .row {margin: 0;display: flex; height: 100%;flex-wrap: wrap;}
.ho_search_flight > .row > div[class*="col"]:not(:last-child) {border-right: 1px solid #e7e7e7; padding: 5px 0px;}
.ho_search_flight .form-group {padding-left: 10px;}
.ho_search_flight {border: 1px solid #e7e7e7;border-radius: 10px;}
.searchengine-carousel {margin-top: 45px;}
.searchengine-carousel .owl-stage-outer img {height: 400px;width: 100%;}
.searchengine-carousel .owl-nav button {display: none;}
.theme_3slider.carousel .item, .theme_3slider.carousel .item img {height: 530px;}
.searchbar-heading { background: var(--main-color); padding: 1rem; color: #fff; position: relative; display: flex; justify-content: space-between;align-items: center;}
.searchbar-heading h4 {margin: 0px; font-size: 20px; font-weight: 700;}
.searchbar-heading i {font-size: 25px;}
.why_with img {width: 40%;}
.swipe {position: absolute; right: -19px;  width: 35px; height: 35px; background: #fff; border-radius: 50%; text-align: center;line-height: 35px;top: calc(50% - 21px);cursor: pointer;z-index: 1; box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.1);}
.swipe a { color: #332822;font-size: 15px; display: block;width: 35px; line-height: 35px; height: 35px;}
.swipe a:hover, .swipe a:focus {text-decoration: none;}
.ho_searchengine-temp .home_search_form .form-group.search-icn, .ho_searchengine-temp .home_search_form .form-group.search-en-col {margin-bottom: 15px !important;}
.flght-travel-tl-cla .md-label {margin-top: 6px;}
.ho_search_flight label {font-weight: 500;}
.ho_searchengine-temp .search-btn {text-align: center; margin-bottom: -40px; position: relative; z-index: 1;}
.ho_searchengine-temp .ho_btnn {transition: 0.3s; display: inline-block; border-radius: 5px; border: none; background-image: linear-gradient(93deg, var(--secondary-color), var(--main-color));color: #fff;text-transform: uppercase;font-weight: 600;padding: 7px 10px;font-size: 22px; border-radius: 25px; width: 212px;letter-spacing: 1px;}
.ho_searchengine-temp .flight-way-service{margin: 0 0 5px;}
.ho_searchengine-temp .ho_btnn.m-20 {margin-top: 20px;}
.ho_dropdown-menu-nav {min-width: 241px;top: 88%;padding: 15px;display: none;position: absolute;background: #fff; box-shadow: 0 0 5px rgba(0, 0, 0, 0.19);left: 0;z-index: 99;}
.ho_three-col-wrap {display: flex;align-items: flex-start;}
.ho_three-col-wrap img { width: 45px;padding-right: 5px;}
.ho_three-col-wrap h4 {font-size: 20px;font-weight: 700;color: #111;margin: 0px;}
.ho_three-col-wrap p {margin: 0px;}
.ho_four-column {padding: 30px 0px;background: #ececec;}
.ho_signup p {color: #333;} 
.ho_heading-1 {font-weight: 700;font-size: 25px; color: #333;margin: 0px 0 10px;display: inline-block;}
.ho_destination-carousel .owl-nav.disabled, .ho_slider-carousel .owl-nav.disabled, .ho_popular-carousel .owl-nav.disabled, .advertisement .owl-dots, .ho_popular-carousel .owl-dots.disabled {display: none !important;}
.ho_section {margin-bottom: 20px;}
.ho_view {padding: 3px 12px;border-radius: 5px;text-decoration: none;font-size: 14px; color: var(--main-color);display: inline-block;float: right;font-weight: 800;text-transform: uppercase;}
.offer_coupon p {display: inline-block;}
.offer_coupon {margin-top: 18px;}
.offer_coupon .ho_view {text-align: right;}
.exclusive_head h3 {font-size: 36px;color: #000;font-weight: 800; margin: 0;}
.ho_trvl-view-butt i {font-size: 21px;}
.ho_offers-carousel .owl-dots, .ho_blog-carousel .owl-dots, .ho_popular_hotel .owl-dots, .ho_popular_hotel .owl-nav {display: none !important;}
.ho_blog-carousel .owl-stage-outer, .best_selling-carousel .owl-stage-outer {margin: -10px -10px; padding: 14px 10px;}
.view_all_btndiv {
    padding-right: 97px;
}
.ho_blog-carousel {padding-bottom: 25px;}
.holiday_carousel .owl-nav, .holiday_carousel .owl-dots, .testimonials-carousel .owl-dots, 
.villa_carousel .owl-dots, .villa_carousel .owl-nav, .best_selling-carousel .owl-dots{
    display: none !important;
}
.main_blogs {
    background: url(img/blogbg1.jpg);
    padding: 50px 0;
    background-size: cover;
    background-position: center;
    position: relative;
    background-attachment: fixed;
}

.main_blogs::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000070;
    top: 0;
    left: 0;
}
.main_blogs .heading_txt {
    color: #fff;
}
.ho_blog:hover { box-shadow: 0 3px 5px 0 rgb(0 0 0 / 30%);transition: 0.5s; margin-top: -10px;}
.ho_content_right a {color: #111;  display: block;}
.ho_content_right a:hover {text-decoration: none;}
.ho_shortd {overflow: hidden;text-overflow: ellipsis;display: -webkit-box;height:60px; color: #4a4a4a;font-size: 14px;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden; text-overflow: ellipsis;text-align: justify;}
.ho_shortd p {margin: 0px;}
.destination_back {background: #ececec;padding: 30px 0px;}
.ho_flght-img-wrap {position: relative; height: 240px;overflow: hidden;}
.ho_flght-img-wrap img {height: 240px;}
.ho_dest-location {position: absolute;top: 5px;margin: 0px; left: 5px; background: rgba(255, 255, 255, 0.3);padding: 5px 10px 5px 9px;color: #fff; font-size: 13px; border-radius: 4px; font-weight: 700;z-index: 99;}
.ho_hld-desc-wrap {padding: 25px 5px 18px 15px; font-size: 16px; width: 100%;text-align: left;color: #fff; position: absolute; bottom: 0px; background: linear-gradient(transparent, rgba(0, 0, 0, 0.95));}
.ho_day_n_nt {font-weight: 600;font-size: 13px; margin-bottom: 0px;color: #fff;}
.ho_hld-desc-wrap h4 {margin: 0px;}
.ho_hld-desc-wrap h4 a {text-transform: capitalize; margin-bottom: 2px;color: #fff;}
.ho_trvl-view-butt {text-align: right;}
.ho_trvl-view-butt a {color: var(--main-color); font-weight: 800;font-size: 16px;line-height: normal;text-decoration: none;text-transform: uppercase;}
.ho_trvl-view-butt a:hover {color: var(--main-color);}
.ho_trvl-view-butt a:hover {text-decoration: none;}
.ho_blog {
    transition: 0.3s ease;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 50%);
    background: hsl(0deg 0% 100% / 85%);
    border-radius: 20px;
    overflow: hidden;
    height: 340px;
    padding: 5px;
    border: 1px solid hsla(0, 0%, 100%, .271);
}
.ho_blog-img img {
    width: 100%;
    height: 100%;
    margin: 0px;
    object-fit: cover;
}
.ho_blog-img {
    position: relative;
    transition: 0.5s;
    height: 210px;
    border-radius: 16px;
    overflow: hidden;
}
.ho_blog:hover .ho_blog-img:before {left: 100%;}
.ho_blog-cont {padding: 10px;}
.ho_blog a{text-decoration: none; color: #333;}
.ho_blog-img::before {
    position: absolute;
    top: 0;
    left: -18%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
    transition: 0.5s;
}
.ho_blog:hover .ho_blog-img:before {
    left: 100%;
}
.ho_blog-cont .ho_sentence {
    display: -webkit-box;
    font-weight: 400;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 3px;
}
.ho_blog h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0px 0px 2px;
    line-height: 25px;
    padding-bottom: 0rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #111;
}
.ho_blg-bottom .read-more a {font-size: 15px; font-weight: 400; color: var(--secondary-color); line-height: normal;text-decoration: none;}
.ho_blog-cont a {text-decoration: none;color: #111;}
.mid-area-border {
    background: #fff;
    overflow: hidden;
}
.ho_holiday {
    transition: 0.3s ease;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.ho_rating {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #ffffff;
    padding: 2px 12px;
    border-radius: 15px;
}
.ho_holiday h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #111;
    line-height: normal;
}
.holiday_content {
    padding: 10px 10px 15px 10px;
}
.holiday_price span {
    display: block;
    font-size: 14px;
    font-family: 'Roboto';
}
.holiday_price {
    font-size: 26px;
    line-height: 18px;
    font-family: 'Barlow';
    font-weight: 600;
}

.price_duration {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.peragraph  span {display: block;}
.peragraph {margin: 0;}
.peragraph span i {margin-right: 5px; color: var(--main-color);}
.holiday_price i {color: var(--main-color);}
.holiday_location {
    position: absolute;
    top: 10px;
    left: 3%;
    background: #fff;
    max-width: 94%;
    padding: 2px 8px;
    border-radius: 15px;
}
.holiday_location span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
.holiday_location span i {
    color: var(--main-color);
    margin-right: 2px;
    font-size: 16px;
    line-height: 20px;
}

.ho_holiday-img {
    position: relative;
    transition: 0.5s;
    height: 290px;
    overflow: hidden;
}
.ho_holiday-img img {
    height: 100%;
    margin: 0px;
    transition: 0.5s;
}
.ho_holiday:hover {
    transform: translateY(-10px);
    box-shadow: 0px 12px 14px rgba(0, 0, 0, 0.15);
}
.ho_offers-carousel .owl-stage {
transition-timing-function: linear !important;
}
.ho_holiday:hover .ho_holiday-img img {
    transform: scale(1.05);
}
/* selling holiday */
.bestselling_holiday{
    padding-top: 36px;
}
.selling_holiday {
    position: relative;
    transition: 0.5s;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    height: 250px;
    cursor: pointer;
}

.selling_holiday:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    /* background: #000; */
    background-image: linear-gradient(#ffffff00, #000);
    z-index: 3;
}
.selling_holiday-img {
    position: relative;
    transition: 0.5s;
}
.selling_holiday:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}
.selling_holiday:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(#ffffff00, #000);
    z-index: 3;
}
.selling_holiday-img img {
    height: 250px;
    object-fit: cover;
}
.best_selling-carousel {
    padding-bottom: 25px;
}
.selling_holiday-cont {
    padding: 5px 8px;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    z-index: 3;
}
.selling_holiday-cont h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 0px;
    line-height: 25px;
    position: relative;
    padding-bottom: 0rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.visa_free_price {
    font-size: 12px;
    font-weight: 400;
}

/* selling holiday */

/* popular villas */
.villa_colum {
    border: 1px solid #eee;
    border-radius: 10px;
}

.villa_img img {
    width: 120px !important;
    margin: 0 auto;
}
.villa_content h5 {
    font-size: 18px;
    font-weight: 500;
}

/* popular villas */

/* popular destination */

.wrapper_destination {
    background: url(../../theme/35/img/holiday3.jpg);
    box-shadow: 0 3px 30px 0 rgb(0 0 0 / 10%);
    padding: 25px;
    border-radius: 15px;
    background-position: bottom;
    background-repeat: repeat;
    position: relative;
    overflow: hidden;
}
.wrapper_destination a {
    text-decoration: none;
}
.fix_height{min-height: 82px;}
.pplr_colum {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
    border: 1px solid #ffffff;
    background: var(--main-color);
    border-radius: 35px;
    padding: 5px;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 20%);
}

.pplr_img img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    background-color: #fff;
    padding: 5px;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 37%);
}
.pplr_content h5 {
    font-size: 18px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 3px;
    font-weight: 500;
}

.pplr_content p {
    color: #fff;
    font-weight: 400;
    margin: 0;
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wrapper_destination:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffffd6;
    top: 0;
    left: 0;
}

/* popular destination */
.effect_back {display: flex; flex-direction: column; outline: 0; border: 0; position: relative; padding-top: 20px;}
.effect_back::before { width: calc(100% - 24px); height: 10px; border-radius: 10px 10px 0 0; background-color: #dcdcdc; content: "";top: 10px;left: 12px;position: absolute;}
.effect_back::after {width: calc(100% - 48px);height: 10px;border-radius: 10px 10px 0 0;background-color: #f5f5f5;content: "";top: 0;left: 24px;position: absolute;}
.ho_holiday_deail {margin-top: 10px;}
.ho_holiday_deail p {margin: 0px;}
.ho_holiday a {text-decoration: none;color: #333;}
.ho_rating .checked {color: orange;}
/*--hotel form----*/
.form-common-paul {border: 1px solid #e7e7e7;border-radius: 7px;background: #fff;}
.form-common-paul > .row {margin: 0;display: flex;flex-wrap: wrap;}
.form-common-paul > .row > div[class*="col"]:not(:last-child) {border-right: 1px solid #e7e7e7;}
.form-common-paul > .row > div[class*="col"] {padding: 5px 10px;}
.hotel_form-control.form-control {font-size: 16px; color: #000;font-weight: 600;border: 0px;padding: 0px;background: #fff;text-decoration: none;}
.hotel_form-control.form-control:focus, .ho_input_box .form-control:focus, .flght-travel-tl-cla .form-control:focus {box-shadow: none;}
.addremovedone a {text-decoration: none;color: #fff;}
.paul-hotel-down-wrap {background: #fff;width: 267px;position: absolute;display: none;z-index: 9999;box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);padding: 0.8rem;top: 55%;}
.cst-pl-dept .hotel_search_date {opacity: 0;}
.form-common-paul .form-group .hotel_search_date {position: absolute;top: 0;height: 100%;}
.hotel-numbers .cstm-radio {padding-left: 0px !important; padding-right: 16px !important;padding-bottom: 8px;}
.cstm-radio input {left: 0; position: absolute;height: 20px;width: 20px;top: -3px; -webkit-appearance: none;opacity: 0;}
.hotel-numbers label input:checked ~ span {background: var(--white);  color: var(--main-color);}
.cstm-radio input:checked ~ span {color: #fff;}
.hotel-numbers label span {background: var(--main-color);height: 25px;width: 25px; color: #fff;text-align: center;border-radius: 20px;line-height: 24px;display: inline-block;border: 1px solid var(--main-color); cursor: pointer;}
.roombox:last-of-type {margin-bottom: 0;padding-bottom: 0;border-bottom: 0 solid #ddd;}
.paul-hotel-down-wrap .rmttl {padding-left: 0px !important;color: #000;}
.roombox .border-top {border-top: 1px solid #e2e2e2;margin-top: 5px; padding-top: 5px;}
  .ho_search_hotel_btn {background: var(--main-color);font-weight: 700; border-radius: 20px; border-color: var(--main-color); padding: 5px 18px; display: inline-block;margin-top: 10px;color: #fff;text-decoration: none;}
.ho_group_de textarea {resize: none; border-radius: 5px;}
.col-trvl {display: flex; justify-content: space-between;}
.col-trvl:not(:last-child) { margin-bottom: 0.4rem;}
.ho_dropdown-menu-nav .col-trvl label { float: left; margin-bottom: 0;height: auto; line-height: normal;font-size: 13px; font-weight: 500; padding-top: 7px; color: #333; padding-left: 0;}
.ho_dropdown-menu-nav .col-trvl .form-control {float: right; width: 100%; border: 1px solid #b1aeae;height: 30px;max-width: 120px; min-height: initial; max-height: initial;color: #333; position: inherit; font-size: 14px;line-height: normal;padding: 0.375rem 0.75rem; border-radius: 3px;}
.ho_search_btn {margin-top: 20px;}
.ho_search_btn a { background: var(--main-color); color: #fff;font-weight: 700; border-radius: 20px; border-color: var(--main-color); padding: 5px 18px;text-decoration: none;}
.flt-dep-dt > strong {font-size: 30px;color: #111; font-weight: 800;line-height: 30px;}
.flt-dep-dt span:not(.dd-day) { color: #111;}
.flt-dep-dt > span {font-size: 20px;color: #111;font-weight: 600;}
.flt-dep-dt > span.dd-day {font-size: 15px;font-weight: 400;color: #333;}
span.dd-day {display: block;}
.cstm-frm-flt .flt-pd {z-index: 9;font-size: 1.9rem;padding: 0.375rem 0.96rem 0; position: absolute;top: 0; height: 100%; width: 100%;left: 0;cursor: pointer;}
.cst-pl-dept .flt-pd {opacity: 0;}
.txt-travel > .room_num {display: block;}
.flght-travel-tl-cla .form-control {font-size: 15px;font-weight: 500;border: 0px; background: transparent; display: inline-block;text-decoration: none; padding: 0px;}
.dropdown-toggle-tra:hover {color: #333;}
.ho_input_box .form-control::placeholder {color: #111;}
.three-col-wrap {background: #fff; padding: 10px; text-align: left; display: flex; align-items: flex-start;}
.booking-col {padding: 0;margin: 0; padding-top: 9px;}
.th-dts h3 {font-weight: 600;color: #262626;margin-bottom: 10px;font-size: 18px; margin-top: 0;}
.ho_fare-type-section {display: flex; align-items: center; margin-top: 10px;flex-wrap: wrap;}
.ho_makeFlex {font-size: 16px;line-height: 13px;margin-right: 10px;font-weight: 700;color: #000000;}
.ho_fare_class {padding: 0px; margin: 0px; display: flex;align-items: center;flex-wrap: wrap;}
.ho_fare_class li {list-style: none; font-size: 12px;display: flex;line-height: 11px;background: #fff;border-radius: 5px;margin-right: 5px; border: 1px solid #cdc8c8;}
.ho_fare_class li:hover {background: #f5f5f5;}
.ho_fare_class li label {margin: 0px;display: flex;align-items: center;font-weight: 700;padding: 12px 12px;cursor: pointer;font-size: 15px;}
.ho_fare_class li label input[type="radio"] {min-width: 20px; margin-top: 0px;padding: 0px;vertical-align: bottom;}
.bus-booking-wrap .search-btn-fld button.ho_btnn {font-weight: 600;}
.error {color: red;}
.api-auto-complete > li > a > div.flght-left .city {font-weight: 600;color: #000;font-size: 14px; }
.api-auto-complete > li > a > div.flght-left .airpotcode {color: #6f6a6a;font-size: 12.5px;font-weight: 500;line-height: 16px;letter-spacing: 0.5px;padding-top: 5px;}
.ui-menu .ui-menu-item-wrapper {position: relative; font-size: 13px;}
  .ui-menu .ui-state-focus, .ui-menu .ui-state-active {margin: 0px;}
.api-auto-complete.ui-widget.ui-widget-content a { font-weight: normal; background: none; color: #333; text-decoration: none; display: flex; align-items: center; padding: 7px;}
.api-auto-complete > li > a > div.flght-left { width: 75%; position: relative;max-height: initial; padding-left: 20px;}
.api-auto-complete > li > a > div.flght-right {width: 25%;text-align: right;display: flex;justify-content: flex-end;
  align-items: center;flex-wrap: wrap;}
.api-auto-complete::-webkit-scrollbar-track {box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);background: #f5f5f5;}
.api-auto-complete::-webkit-scrollbar {width: 6px;background: #f5f5f5;}
.api-auto-complete::-webkit-scrollbar-thumb {background-color: var(--main-color);}
.bus-suggdrop .ui-menu-item {padding: 5px 5px 5px 6px !important;}
.ui-widget.ui-widget-content a {background: none;color: #333;text-decoration: none;}
#depart_date {font-size: 24px;}
#return_date {font-size: 24px;}
code, kbd, pre, samp {font-size: 15px;}
.aircode {background: var(--secondary-color); color: #fff;padding: 5px;border-radius: 5px;margin-right: 5px;}
.api-auto-complete li {margin: 0;display: block;font-size: 12px;line-height: 10px;overflow: hidden;border-bottom: 1px solid #cacaca !important;cursor: pointer;min-height: 0px;}
.api-auto-complete .ui-menu-item:hover {background: #eaf5ff;}
.api-auto-complete > li > a > div.flght-left > i {position: absolute;left: 0px;top: -1px;color: #000; }
.flyimg img {position: absolute;left: -5px;top: -2px;width: 25px;}
.dblock {display: block;text-align: center;}
.flght-left samp {display: block;}
.why_choose p {text-align: justify;font-size: 12px;font-weight: 500; color: #000;}
.icons-call i {color: var(--secondary-color);font-size: 33px;}
.bus_mt {margin-top: 25px;}
.theme2_trending-searches {margin-top: 11px;display: flex;flex-wrap: wrap;align-items: center;}
.theme2_trending-searches p {margin-bottom: 0;padding-right: 11px;font-size: 14px;font-weight: 500;}
.theme2_trending-searches > ul > li > a {display: block;background: #f4f6f8;color: #332822;font-weight: 400;padding: 0.2rem 0.5rem;text-decoration: none;border-radius: 4px;box-shadow: 0 0 3px rgb(0 0 0 / 15%);}
.theme2_trending-searches > ul > li > a > i {color: var(--main-color);font-size: 16px;}
.md-label i {color: var(--main-color);font-size: 16px;}
.theme2_short-seg span {font-weight: 400;}
.md-label {font-size: 15px;}
.traveller_pl0 .form-group {padding-left: 0;}
.theme2_travl {font-size: 30px;font-weight: 800;color: #000;line-height: 30px;}
.t_darkcolor {color: #000;font-size: 20px;}
#ui-datepicker-div .ui-state-active {color: #fff; background: var(--main-color);border-radius: 100%;width: 36px;height: 36px;vertical-align: middle;border-radius: 50%;line-height: 15px;margin: 0 auto;}
.theme2_htl_label {text-transform: uppercase;font-weight: 500 !important;font-size: 14px;color: #424242;}
.facilities-section2 {background: url("img/keyboard.webp");background-size: cover; padding: 25px 0px;margin-top: 41px;z-index: 1;position: relative;}
.theme2_text_withimg {background: white;padding: 15px;border-bottom: 2px solid var(--main-color);border-top: 2px solid var(--main-color);position: relative;min-height: 132px;}
.theme2_text_withimg > p > strong {display: block;font-weight: 500;padding-top: 1px;}
.theme2_text_withimg > p {margin: 0;font-size: 11px;text-align: center;}
span.theme2_imgbox {display: block;width: 100%;text-align: center;}
.theme2_text_withimg:after {content: ""; position: absolute;transform: rotate(134deg) !important;right: -13px;margin-top: 0px;border-right: 20px solid transparent;border-bottom: 20px solid var(--main-color);border-left: 20px solid transparent;}
.heading-fourbox {font-size: 16px;}
.theme2_special-offer h3 {margin: 0 0 10px 0px;font-size: 32px;color: #000;font-weight: 800;position: relative;}
.theme2blog_bg {background-size: #ccc;padding: 30px 0;}
.ho_sectionarea2 {margin-top: 10px;}
.blogsee_all a {font-size: 19px;font-weight: 800;color: var(--secondary-color);text-decoration: none;}
.theme2_why-we {padding: 3rem 0rem;font-size: 12px;  background: #f3f8fc;}
.theme2_why-we h4 {color: var(--secondary-color);margin-top: 0;font-size: 16px;position: relative;padding-bottom: 10px;margin-bottom: 2rem;border-bottom: 1px solid rgb(204 204 204 / 45%);font-weight: 700;}
.theme2_why-we h4:after {position: absolute;bottom: -3px;width: 25px;content: "";height: 5px;background: var(--main-color);left: 0;}
.theme2_compare-flights {padding: 25px 0;background: var(--color-theme);}
.tool-maincol a {text-decoration: none;color: #007bff;}
.dom-com_2 {
    height: 80px;
    padding: 0px 5px 0px 5px;
    border: 1px solid #ddd8d8;
    border-radius: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 4px rgb(0 0 0 / 25%);
    margin: 5px 2px;
}
.dom-com_2 img {display: block;height: 80px;margin-top: 5px;}
.btn-explorefrnt {background-image: linear-gradient(to right, #eb421a, #00a0dc); border: none;border-radius: 4px; font-size: 16px;color: #fff;}
.btn-explorefrnt:hover{color: #fff;}
.tour_dmstLeftimg img {height: 360px;width: 100%;}
.tour_dmstRighttimg img {width: 100%;height: 170px;}
.tour_overlap h3 {color: #fff;position: absolute; margin: 0;top: 1rem; z-index: 9;left: 1rem;font-size: 19px;font-weight: 500;padding-bottom: 10px;}
.tour_overlap {position: relative; margin-bottom: 20px;}
.testimonail_img img {width: 60px !important;height: 60px;}
.color-blow2 {color: #00a0dc;}
.theme2_offers-shrt-desc h4 {font-size: 16px;color: #000;font-weight: 600;position: relative; margin-bottom: 0px; padding-bottom: 3px;}
.theme2_offers-shrt-desc {text-align: left;}
.sayabout_us .offers-on {text-align: left;display: inline-block;}
.theme2_offers-shrt-desc h4:after {content: "";position: absolute;left: 0;width: 25px;bottom: 0;height: 2px;background: var(--main-color);}
.testi_name_desc {text-align: left;padding: 0 20px;}
.testi_name_desc p {text-align: left;margin: 0;font-size: 12px;color: #333;}
.testi_name_desc a {font-size: 13px;color: var(--secondary-color);text-decoration: none;}
.ho_searchengine-temp .mob_dropdown .dropdown-menu-right a:hover {transform: none !important;}
.plan_div ul {display: inline-block !important;}
.plan_div .theme2mb_0 {padding: 0 !important;}
/*Insurance css start*/
.ins_age_details {min-width: 231px;width: 100%;padding: 15px; background: #fff none repeat scroll 0 0;border: 1px solid #d1d1d1; box-shadow: 0 5px 15px rgb(0 0 0 / 30%); border-radius: 3px;position: absolute;top: 100%;left: 0;z-index: 15;display: none;margin-top: 8px;}
.insurance_tabbar {margin-top: 25px;}
.ins_tab_btn {margin-bottom: 10px;}
.fnt12_age {font-size: 11px; color: var(--main-color);}
.age_wrap .form-control {height: 25px;}
.box_input select {height: 40px;border-radius: 5px;}
.input_div select{font-size: 14px; color: #a3a3a3; padding-left: 10px;}
.age_wrap {margin-bottom: 10px;}
/*Insurance css end*/

.success_msg_whats {color: #017c16;}
.flex-div-date {display: flex;}
.flex-div-date div:nth-child(1) {margin-right: 5px;flex: 1;}
.flex-div-date .car_drop_date {width: 50%;}
/*popular flight*/
.ho_popular_hotel .owl-stage-outer {margin: -15px -9px; padding: 15px 10px;}
.effect_box::before {
    content: "";
    bottom: 0%;
    right: 0;
    width: 0;
    height: 3px;
    border-radius: 4px;
    background: var(--main-color);
    transition: width 0.3s ease-in-out;
    transition-delay: .2s;
}
.effect_box::after {
    content: "";
    background: var(--main-color);
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    border-radius: 50%;
    transition: all .4s cubic-bezier(.5, 0, 0, 1.25);
}
.effect_box:hover::before {
    width: 100%;
}
.effect_box:hover::after {
    top: -25px;
    right: -25px;
    width: 60px;
    height: 60px;
    box-shadow: 0 0 0 10px #a3e2ff, 0 0 0 16px #f7f6f5;
    z-index: 99;
}
.overflow_hide {
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}
.effect_box:hover {
    transform: scale(1.03);
}
.pop_ular:hover {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 31%);
}
.pop_ular:hover img {
    scale: 1;
    transition: all 200ms linear;
    overflow: hidden;
}
.pop_ular {
    position: relative;
    border-radius: 17px;
    overflow: hidden;
    box-shadow: 0px 0px 7px rgb(0 0 0 / 24%);
    cursor: pointer;
    padding: 5px 5px 0 5px;
    transition: 0.3s ease;
}

.btn-enquiry {
    background: var(--main-color);
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 5px;
    font-weight: 500;
    position: relative;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    overflow: hidden;
}
.btn-enquiry:before {
    position: absolute;
    right: -15px;
    top: 0;
    width: 33px;
    height: 100%;
    background-color: #fff1db;
    opacity: 0.2;
    z-index: 0;
    -webkit-transform: skewX(-22deg);
    transform: skewX(-22deg);
    transition: all 0.5s ease;
    content: "";
}
.btn-enquiry:hover {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}
.btn-enquiry:hover:before {
    right: 0;
    width: 100%;
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
}
.pop_ular img {
    height: 210px;
    margin: 0px;
    object-fit: cover;
    border-radius: 13px 13px 0 0;
}
.journey_txt {
    background: linear-gradient(to right, var(--secondary-color), var(--color-3));
    padding: 7px 12px;
    border-radius: 0 0 17px 17px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
}
.popular-text h2 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0px;
}
.popular-text p {margin: 0px;font-size: 12px;}
.ho_popular-carousel .owl-stage-outer {padding-top: 10px;margin-left: -2px;}
.pop-btn {
    border-radius: 10px 10px 0 0;
    color: #fff;
    transition: 0.3s ease-in-out;
    padding: 6px 23px;
}
.pop_pr {
    font-weight: 800;
    font-size: 23px;
    font-family: 'Roboto';
    padding: 10px;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bus_pr{font-size: 18px; color: #000;}
/*popular flight end*/
/*blog*/
.tour_dmstRighttimg {border-radius: 10px;overflow: hidden;margin-bottom: 20px;}
.tour_dmstRighttimg img {width: 100%;height: 170px;}
.t-blog {background: var(--secondary-color);padding: 20px;border-radius: 10px;color: #fff;height: 364px;}
.t-blog h2 {margin-top: 0;font-size: 30px;font-weight: 600; color: #fff;}
.blog-btn {text-align: center; position: absolute; bottom: 20px;background: #fff; border-radius: 20px;color: #111;font-weight: 600;}
.blog-btn:hover {background: var(--main-color);color: #ffffff;}
/*blog end*/
.call_back20 {position: fixed;bottom: 50%;right: -12rem;transform: rotate(-90deg) translateY(-50%); z-index: 99;}
.call_back20 button {border-radius: 15px 15px 0 0; background: #0044cc;border: none;font-size: 14px;}
.call_back20 button:hover {background: var(--main-color);color: #fff;}
.feedback_head {background: #e8421b;color: #fff;padding: 8px 15px;background: var(--main-color);}
.feedback_head .close {opacity: 1;color: #fff;text-shadow: none;background: var(--secondary-color);width: 27px;padding: 4px;height: 27px;line-height: 14px;display: flex;align-items: center;justify-content: center;border-radius: 50%;border: 1px solid #fff;}
@media screen and (min-width: 1200px){
    .container{width: 1270px;}
}
@media screen and (max-width: 1200px) {
  .ho_searchengine-temp .panel-heading {top: -45px;width: 90%;}
  .ho_searchengine-temp .nav-tabs > li.nav-item a {margin-right: 6px;}
  .paul-hotel-down-wrap {left: auto;right: 0;}
  .ho_heading-1 {font-size: 22px;}
  .ho_dropdown-menu-nav {left: auto;z-index: 99;right: 0;}
  .theme2_we_accept img {margin-bottom: 10px;}
}
@media screen and (min-width: 992px) {
  .lg_hide{display: none;}
  .hoverbg {min-height: 95px;}
  .mobsm_p15 {padding-bottom: 15px;}
  .top_p25 {padding-top: 25px;}
    .min_heightlg {min-height: 100px;}
  .lg_device_hidden {display: none !important;}
  .api-auto-complete {max-height: 300px;overflow: scroll;overflow-x: hidden;z-index: 9999;max-width: 350px !important;width: 100% !important;}
  .why_with {text-align: center;border-right: 3px solid #ffc107;padding-top: 35px;}
  .th-icon { width: 150px;}
  .flt-to {padding-left: 25px !important;}
}
@media screen and (max-width: 991px) {
  .journy_box {
    min-height: 190px;
}
.no_passengers{max-width: 100%;}
.quote_btn{margin-top: 10px;}
  .all_deals a {
    font-size: 13px;
    color: var(--main-color);
}
  .exclusive_head h3 {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
}
  .hide_md_xs{
    display:none;
  }
  .flt-dep-dt > strong {
    font-size: 25px;
  }
  .ho_input_box .form-control{
    font-size:25px;
  }
  .theme2_travl {
    font-size: 19px;
  }
  .t_darkcolor {
    font-size: 17px;
}
  .ho_view {
    padding: 3px 5px;
    font-size: 11px;
}

.pop_ular{
    border-radius:20px;
  }
  .popular-text{display: block;}
  .pop_ular img{
    height: 280px;
  }
  .why_choose {
    margin-bottom: 20px;
  }
  .ho_testimonial_item img{border: 2px solid #ccc;}
  .ad_img{width: 100%;}
  .api-auto-complete {max-height: 230px;overflow: scroll;overflow-x: hidden;}
  .offer_new{padding:10px;}
  .exclusive_head h3 {font-size: 23px;}
  .onpage_tabbar {margin-right: 0px;}
  .ho_absolute-search-container {position: inherit;z-index:1;}
  .ho_searchengine-temp .nav-tabs > li.nav-item a {min-width: 50px;}
  .ho_home_banner {position: relative;height: auto;top:0px;border-radius: 0 0 5% 5%;}
  .desktopnav {display: none;}
  .ho_home_banner h2 {display: none;}
  .maincontentfluid.rechare-page-temp.bgtransprent {padding: 0;}
   .mob_hidden {display: none !important;}
  .ho_signup .form-control {height: 47px; border-radius: 9px;}
  .ho_searchengine-temp .nav-tabs > li.nav-item a {margin: 0px 0.1rem;padding: 5px 5px;font-size: 12px;}
  .ho_tabsearch_bars .nav-tabs > li {padding: 3px 5px;}
  .offeringcol .row {display: block;flex-direction: row-reverse;} 
  .sectravel-tool {border: 1px solid transparent;padding: 11px; margin-bottom: 15px; box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);border-radius: 15px;}
  .theme2_text_withimg {margin-bottom: 15px;}
  .theme2_text_withimg > p {height: 70px;}
  .why_with img {width: 12%;}
  .ho_signup .form-control,
  .btn-go {
        margin-top: 10px;
        width: 100%;
        height: 48px;
        border-radius: 9px;
        box-shadow: 0 0 7px rgb(0 0 0 / 30%);
        border: none;
  }
  .slider_aria {height: 286px;}
  .ho_slider-carousel .item {height: 286px;}
  .ho_slider-carousel img {height: 100%;}
  .container {width: 100%;}
  .th-icon {width: 18%;}
  .ho_testimonial_item .stars{text-align: center; margin: 5px 0;}
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  .form-group.ho_input_box.flt-to{padding-left: 18px;}
}
@media screen and (max-width: 767px) {
    .detail_div h4{font-size: 16px; margin-top: 0;}
    .detail_div p{margin-bottom: 0;}
    .icon_div span {height: 50px; width: 50px; font-size: 26px;}
  .heading_txt:before{display: none;}
  .heading_txt:after{display: none;}
  .cont_title .txtwhite, .counter_text{font-size: 24px;}
  .counter_img{width: 70px; height: 70px;}
  .counter_img img {height: 44px;}
  .heading_side h2, .txtwhite, .section_tittle h2, .heading_txt{font-size: 20px; line-height: normal; margin: 0;}
  .counter_text{font-size: 36px;}
  .testimonial_section{padding: 20px 0 10px 0;}
  .tag_line{margin: 10px 0;}
  .faq_question h4{font-weight: 500; font-size: 14px;}
  .custom_faq{margin-bottom: 0 !important;}
  div#accordion_left, #accordion_right {margin-bottom: 0;}
  .main_headingbar{margin-bottom: 10px;}
  .domestic_flight{font-size: 14px;}
  .three-check h5{font-size: 14px;}
  .form-common-paul .form-group .hotel_search_date {right: 0;}
  .app-sc-img img{max-width: 100%;}
  .download-app h3 {font-size: 24px; margin-top: 20px;}
  .app-sc-img {text-align: center; padding: 0 36px;}
  .detail_box h4{font-size: 16px; font-weight: 500;}
  .bus_seats h4{font-weight: 600;}
  .testimonials-carousel .owl-nav button.owl-prev{left: -10px;}
  .testimonials-carousel .owl-nav button.owl-next{right: -10px;}
  .addremovedone a {width: 100%; text-align: center;}
  .mobile-recharge-wrap .btn-xs {margin-bottom: 0;}
  .ad_img img, .ad_img{height:75px;}
  .pt_zero {padding: 5px 10px 15px;}
  .arrow_carousel .owl-nav .owl-next ,.ho_offers-carousel .owl-next{right: 10px;}
  .arrow_carousel .owl-nav .owl-prev, .ho_offers-carousel .owl-prev{left: 10px;} 
  .arrow_carousel .owl-nav .owl-prev i, .arrow_carousel .owl-nav .owl-next i, .ho_offers-carousel i{line-height: 30px; font-size: 19px;}
    .arrow_carousel .owl-nav .owl-next, .ho_offers-carousel .owl-next,
    .arrow_carousel .owl-nav .owl-prev, .ho_offers-carousel .owl-prev{height: 28px; width: 28px;}
  .maincontentfluid.rechare-page-temp.bg_transprent {
    margin-top: 0px !important;
}
.rechare-page-temp .customized_design {
    margin: 10px 0px 0px;
}
  .mt_sm0{margin-top:0;}
  .label_mul label{
            text-transform: uppercase !important;
  }
      .add_remove {
        text-align: center;
    }
  .add_remove .btn {
        padding: 5px 30px;
    }
  .car-booking-form .btn-group {
    margin-bottom: 15px;
}
  .ho_searchengine-temp .recharge-wrap-temp .nav-tabs > li > a {
        font-size: 13px;
        padding: 3px 14px;
    }
  .ho_searchengine-temp .recharge-wrap-temp .nav-tabs {
    padding: 5px;
    margin-bottom: 5px;
    white-space: nowrap;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    flex-wrap: nowrap;
    justify-content: left;
}
  .ho_searchengine-temp .recharge-wrap-temp .tab-content {
        padding: 5px 15px 20px;
        margin-top: 103px;
    }
      .mobsm_p15 {
        padding: 0px 15px 15px;
    }
  .ho_searchengine-temp .m-30 {
    margin-top: 0px;
}
  .swipe a {
    color: #332822;
    font-size: 15px;
    display: block;
    width: 35px;
    line-height: 30px;
    height: 35px;
}
  .pt_zero{
    padding-top:0;
  }
      .home_search_form.htl-search-from {
        padding: 0 5px 10px;
    }
  .ho_makeFlex{display: none;}
  .htl-search-from .ho_radio-paul li label {
        padding: 4px 30px;
    }
  .flt-dep-dt > span{
    font-size:18px;
  }
  .ho_search_flight label, span.label-btn {
    font-weight: 500;
    margin-bottom: 0;
    font-size: 13px;
}
  .theme2_htl_label, .home_search_form label {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 13px;
    color: #100e0e;
    margin-bottom: 0;
}
      .flt-dep-dt > span.dd-day {
        font-size: 12px;
        font-weight: 500;
        color: var(--main-color);
    }
  .hotel_form-control.form-control {
        height: auto;
        background: #fffaf6;
    }
    #select_country {
        height: auto;
    }
  .form-common-paul > .row > div[class*="col"]:not(:last-child) {
    border-right: none;
}
      .form-common-paul {
        border: 0;
    }
  .search-frm-field {
        border: 1px solid var(--secondary-color);
        border-radius: 8px;
        padding: 5px 10px;
        margin-bottom: 0;
        background: #fff8f2b5;
        min-height: 68px;
    }
      .ho_searchengine-temp .ho_btnn {
        box-shadow: 0 1px 6px 0 rgb(0 0 0 / 34%);
        margin-top: 0px;
        font-size:16px;
        padding: 11px 25px;
    }
  .ho_radio-paul li label {padding:4px 12px;}
  .ho_radio-paul li label input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
  }
  .ho_searchengine-temp .ho_btnn.m-20 {
    margin: 5px 0px 15px;
  }
  .ho_radio-paul > li > label.active span {
    color: #fff;
  }
.ho_radio-paul > li > label.active {
    background: var(--main-color);
     border-radius: 25px;
}
  .ho_radio-paul {
    padding: 5px;
    background: #ececec;
    display: inline-block;
    border-radius: 25px;
    margin-bottom: 0;
    margin-top: 0px;
}
      .flt-dep-dt {
        line-height: normal;
      }
      .deprt_xs {
        margin-right: 5px;
    }
      .traveller_pl0 {
        padding: 0;
        margin-top: 5px;
    }
  .ho_search_flight > .row > div[class*="col"]:not(:last-child) {
    border-right: none;
  }
      .swipe img {
        width: 21px;
    }
    .hoverbg:hover {
    background: transparent;
  }
      .ho_search_flight {border: none;}
      .ho_search_flight .form-group {
        margin-bottom: 0px;
        border: 1px solid var(--secondary-color);
        border-radius: 8px;
        background: #fff8f2b5;
        padding: 6px 10px;
    }
    .ho_input_box .form-control {
        font-size: 18px;
    }
    .ho_input_box .form-control {
        height: auto;
    }

  .ho_searchengine-temp .nav-tabs > li.active > a .hoNavText, .ho_searchengine-temp .nav-tabs > li.active > a .hoNavText:focus {
    color: var(--secondary-color);
  }
  .ho_absolute-search-container .with-nav-tabs{
    box-shadow:none;
  }
  .px_sm_0{padding:0;}
  .add_scroll .hoNavText {
    font-size: 14px;
    line-height: 15px;
}

  .ho_tabsearch_bars .nav-tabs > li{
    margin-bottom:5px;
    padding: 3px 3px;
    margin-bottom: 3px;
    margin-right: 0;
  }
  .ho_searchengine-temp .nav-tabs > li.nav-item a {
        padding: 3px 5px;
        font-weight: 700;
        line-height: normal;
        min-width: auto;
        width: 80px;
        white-space: normal;
        height: 78px;
        display: flex;
        flex-direction: column;
        align-items: center;
        box-shadow: 0px 0px 5px rgb(0 0 0 / 15%);
        justify-content: center;
        text-align: center;
        border-radius: 14px;
        overflow: hidden;
    }

      .ho_absolute-search-container {
        z-index:auto;
    }

      .ho_searchengine-temp .panel-heading {
        width: 100%;
        position: static;
    }
    .ho_tabsearch_bars .nav-tabs li a {
        min-width: 100px;
        background: transparent;
        border: 1px solid #e0e0e0;
        border-radius: 20px;
        box-shadow: none;
        box-shadow: 0 0px 7px 0 #00000014;
    }
    .download-app h4{padding: 0; font-size: 16px;}
  .get_aap{text-align: center;}

/*mobile app look sidebar from open*/
    .services_section {background: transparent;}
    .slider_aria{display: none;}
   .ho_tabsearch_bars .nav-tabs li a {
        width: 86px;
        padding: 0;
        height: 72px;
        display: flex;
        flex-direction: column;
        vertical-align: middle;
        justify-content: center;
        align-items: center;
    }
    .hoNavIcon{font-size: 28px;}
    .ho_tabsearch_bars{top: 0;}
  .services_section .nav-tabs{
    background: none;
    box-shadow: none;
    display: flex;
    flex-wrap: wrap;
    white-space: normal;
    justify-content: center;
    align-items: center;
  }
  .ho_searchengine-temp .tab-content {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 99;
    border-radius:0;
    transition: 0.4s ease-in-out;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 0;
  }

  .ho_searchengine-temp .tab-content.mobile-open {
    right: 0;
  }
  .close-form-mobile i {margin-right: 7px;}
  .close-form-mobile {
    position:relative;
    right: 0px;
    text-transform: uppercase;
    left: 0;
    top:-10px;
    font-size: 17px;
    background: none;
    border: none;
    background: var(--secondary-color);
    border-radius: 0;
    width: 100%;
    padding: 9px 18px;
    text-align: left;
}
 /*mobile app look sidebar from open*/


  .ho_book_flt{display:none;}
  .qr_code ul li{margin-bottom:10px;}

  .theme2_why-we h4{
    font-size:18px;
  }
  .btn-go {
    font-size: 17px;
    text-transform: uppercase;
    box-shadow: 0 0 11px rgb(0 0 0 / 35%);
    margin-top:15px;
  }
  .ho_signup {padding: 10px 0px;}
 .static_section,.section_counter,.queryform_section,.main_blogs {padding: 30px 0;} 
.heading_side h2{text-align: left; margin-bottom: 10px;}
.journy_box{min-height: auto;}
  .brands_dom-owl-cras .owl-nav i, .ho_popular_hotel .owl-nav i, .flight_popular_carousel .owl-nav i, .ho_offers-carousel .owl-nav i, .ho_blog-carousel .owl-nav i{font-size: 18px;}
  .ho_searchengine-temp .tab-content{padding: 10px 0px 9px;}
  .flght-travel-tl-cla .md-label {margin-top:0px; margin-bottom: 0;}
  .download-app-sec {padding: 10px;}
  .offer_coupon {margin-top: 5px;text-align: left;}
  .ho_home-pack-content {border-radius: 10px; height: 240px;}
  .input_div .form-control{height: 44px;}
  .ho_trvl-view-butt {margin-top: 20px;}
  .advertisement_sec {margin-top: 25px;}
  .blog-btn {position: unset;}
  .t-blog {margin-bottom: 20px;height: auto;}
  .call_back20 {position: fixed;bottom: 50%;right: -10rem;transform: rotate(-90deg); z-index: 99;}
  .mobile_p0_15 { padding: 0 15px;}
  .transfer_btn {margin-top: 0px;}
  .mobsm_p15 {padding: 15px 15px 0;}
  .insurance_validation {margin-top: 15px;}
  .insurance_tabbar {margin-top: 10px;padding: 15px 15px 0;}
  .ho_radio-paul {margin-bottom: 11px;margin-top: 0;}
  .flght-wrap-form-temp .row > div {margin-bottom: 0px;}
  .home_search_form {padding: 0;}
  .bgfooter_img { padding: 15px 0 10px 0 !important;}
  .theme2_our-services li > span {height: 70px; width: 70px;font-size: 40px;margin-bottom: 10px;}
  .theme2_our-services li > span > i {line-height: 70px;}
  .sectravel-tool {padding: 11px 4px;margin-bottom: 0px;}
  .sectravel-tool h4 {font-size: 15px;}
  .tool-maincol {padding: 5px;} 
   .swipe img {transform: rotate(88deg); filter: brightness(0);}
    .swipe {
        width: 38px;
        height: 38px;
        line-height: 38px;
        z-index: 1;
        top: 100%;
        right: 0%;
        transform: translate(-50%, -50%);
        border: 1px solid var(--secondary-color);
    }
  #flightbtnsearch_multi {margin: 6px 0px 0;}
  .paul-hotel-down-wrap {top: 70%;}
  .home_search_form > .row > div, .home_search_form > .row {margin-bottom: 0px;}
  .ho_searchengine-temp .m-50 {margin-top: 0px;}
  .sectravel-tool img {height: 60px;}
  .fo_footer-social-wrap {position: fixed;left: -39px; z-index: 999;top: 35%;transform: translateY(-50%);display: none;}
  .testi_name_desc a {padding: 10px 0 10px 0;display: block;}
  .theme2_offers-shrt-desc h4:after {background: none;}
  .theme2_offers-shrt-desc.mobtext_center {text-align: center;}
  .testi_name_desc {text-align: center;}
   .ho_testimonial_item {text-align: center; border-radius:20px;}
  .ho_testimonial_item .stars {text-align: left !important; margin: 0 auto; display: inline-block;}
  .testi_name_desc p {text-align: center;}
  .ho_testimonial_item p {
        max-width: 100%;
        text-align: justify;
        font-size: 13px;
        line-height:22px;
  }
  .ho_dropdown-menu-nav {left: 0;z-index: 99;right: auto;}
  .paul-hotel-down-wrap {left: 0;right: auto;}
  .dropdown-menu.dropdown-menu-right.moreservice a:last-child {border-bottom: 0;}
  .theme2_text_withimg > p {height: auto;min-height: 70px;}
  .tab_add2 li a {position: relative;display: block; padding: 5px 10px; font-size: 13px;} 
  .super-offers-topbar{margin-bottom: 10px;}
  .homore {background-position: -254px -40px;}
  .theme2_trending-searches > ul > li > a {margin-bottom: 10px;}
  .theme2_trending-searches p {margin-bottom: 10px !important;}
  .theme2_special-offer h3 span {font-size: 20px;}
  .dom-com_2 img {height: 80px;padding-top: 0px; margin-top:0; }
  .theme2_our-services li {width: calc(94% / 2) !important;margin-bottom: 15px;}
  .ho_search_flight > .row > div[class*="col"]:not(:last-child), .form-common-paul > .row > div[class*="col"]:not(:last-child) {border-bottom:none;}
  .scan_img img{margin: 10px 0;}
  .queryform_radio, .queryform_div .form-group{margin-bottom: 6px;}
  .queryform_div {padding: 10px 15px;}
  .query_btn {padding: 12px 0; margin-top: 5px;}
  .holiday_packages, .faq_section, .exclusive_offers, .testimonial_section {padding: 20px 0;}
    .all_blogview a{padding: 3px 15px; font-size: 12px;}
}
@media screen and (max-width: 768px) {
  .mt_lg {margin-top: 0px;}
  .ho_tabsearch_bars .nav > li > a i {display: block;}
  span.block.mb10.black-color.fz12 {margin-top: 7px;display: block;}
  .ho_search-form-comon {padding: 0px 15px;}
  .ho_makeFlex {margin-bottom: 10px;}
  .ho_fare_class li {margin-bottom: 5px;}
  .flght-travel-tl-cla .form-control {
        font-size: 14px;
        line-height: 8px;
    }
  .ho_input_box .flt-ct-cd {font-size: 12px;}
  .ho_input_box .form-control {font-size: 18px;}
  .flt-dep-dt > strong {font-size: 18px;}
  .ho_trvl-view-butt a {font-size: 12px;}
  .ho_trvl-view-butt a i {display: none;}
  .ho_flght-multi-wrap .add_pickup_more {margin-bottom: 5px;}
  .three-col-wrap {border-bottom: 1px solid #e5e4e4;}
  .why_with {text-align: left;}
   .ho_book_flt {text-align: left;font-size: 14px;}
  .ho_heading-2, .ho_heading-1 {font-size: 23px;}
  .ho_section {margin-bottom: 25px;}
  .ho_three-col-wrap {margin: 16px 0px;}
  .ho_search_flight .form-group {margin-bottom: 0px;}
  .ho_theme_3slider {display: none;}
  .ho_absolute-search-container .with-nav-tabs {background: transparent;}
  .he_navbar .navbar-collapse {border: 0px;}
}
@media screen and (min-width: 768px) {
  .close-form-mobile {display: none;}
  .lgmtop_minus {margin-top: 35px;}
  .he_navbar .navbar-collapse {padding: 0px; border: 0px;}
  .home_search_form .form-group { margin-bottom: 3px !important;
  }
}
@media only screen and (max-width: 600px) {
  .mb15_mob {margin-bottom: 10px;}
  .moreservice a {width: auto !important;}
  .pplr_content{width: 75%;}
}
@media screen and (max-width: 480px) {
   .villa_img img{width: 100px !important;}
  .dom-com_2 {height: 76px;}
  .dom-com_2 img {height: 46px;}
  .api-auto-complete {max-width: 320px;}
  .ho_radio-paul > li {margin-right: 0px;}
  .ho_fare_class li label {padding: 10px 5px;font-size: 14px;}
  .tour_dmstRighttimg img {width: 100%;height: 132px; object-fit: cover;}
  .transfer_toplist {max-width: 300px;}
  .blogsee_all a {font-size: 15px;}
  .mb15_mob label {font-size: 11.5px;font-weight: 600;}
  .theme2_trending-searches p {margin-bottom: 8px;}
  .ho_fare_class li {width: 47%;}
  .ho_radio-paul > li > label > span:before {width: 13px;height: 13px;}
  .ho_radio-paul > li > label input[type="radio"]:checked + span:after {
    width: 13px;height: 13px;line-height: 13px;}
}
@media screen and (max-width: 350px) {
  .api-auto-complete {max-width: 280px;}
  .transfer_toplist {max-width: 280px;}
  .get_link {flex-wrap: nowrap;}
    .paul-hotel-down-wrap {width: 250px;}
}
