body {background: #f1f1f1;color: var(--secondary-color);font-size: 14px;font-weight: 500;}
.ho_slider-carousel .owl-item.active img{animation: zoomSlider 7s ease-in-out forwards;}
.ho_dropdown-menu-nav {position: relative;width: 100%;margin-top: 15px;}
.select_travller{position: relative;z-index:1;}
.bouncy-drop {display:inline-block;animation:bounceUp 3s ease-in-out infinite;transform-origin:bottom;}
@keyframes bounceUp {
    0%{transform:translateY(100vh); opacity:0;animation-timing-function:ease-in;}
    38%{transform:translateY(0); opacity:1;animation-timing-function:ease-out;}
    55%{transform:translateY(45px);animation-timing-function:ease-in;}
    72%{transform:translateY(0); animation-timing-function:ease-out;}
    81%{transform:translateY(18px);animation-timing-function:ease-in;}
    90%{transform:translateY(0);animation-timing-function:ease-out;}
    95%{transform:translateY(5px); animation-timing-function:ease-in;}
    100%{transform:translateY(0); opacity:1;animation-timing-function:ease-out;}
}
@keyframes zoomSlider{
    0%{transform: scale(1) rotate(0deg);}
    100%{transform: scale(1.12) rotate(1deg);}
}
.travel_route_section {position: relative;padding: 16px 0 80px;background: #ffffff;overflow: hidden;}
.travel_route_section .bg_discover {position: absolute;left: 5%;top: 20%;transform: translate(-50%, -50%);font-size: 350px;font-weight: 600;color: rgb(0 0 0 / 3%);white-space: nowrap;z-index: 1;pointer-events: none;font-family: 'Epic-Ride';letter-spacing: 12px;animation: bounceImg 3s infinite ease-in-out;}
.route_scroll {overflow: hidden;cursor: grab;user-select: none;width: 100%;}
.route_scroll.active {cursor: grabbing;}
.route_wrapper {display: flex;gap: 120px;width: max-content;padding: 80px 100px;}
.route_scroll:active{cursor:grabbing;}
.route_scroll::-webkit-scrollbar{height:5px;}
.route_scroll::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:20px;}
.route_wrapper {position: relative;display: flex;align-items: flex-start;gap: 168px;min-width: max-content; padding: 0 69px;min-height: 229px;}
.route_wrapper::before {content: ""; position: absolute;left: 0;top: 70px;width: 0;height: 170px;background-image: url("../../theme/39/img/timeline.svg");background-repeat: repeat-x;background-size: 400px 170px;z-index: 1;pointer-events: none;opacity: .25;filter: contrast(120%) brightness(0.9);}
.route_wrapper.line_active::before{animation: lineDraws 12s ease forwards;}
/* LINE DRAW ANIMATION */
@keyframes lineDraws{0%{width: 0; opacity: 0;} 20%{opacity: 1;}  100%{width: 100%;opacity: 1;}}
.route_item{position:relative;z-index:1;flex:0 0 auto; width:220px;scroll-snap-align:center;transition:.4s ease;}
/* auto up-down */
.route_item:nth-child(odd){margin-top:140px;}
.route_item:nth-child(even){margin-top:0;}
.route_item:hover{transform:translateY(-8px);}
.route_pin {width: 30px;height: 30px;border-radius: 50%;background: #fff;display: flex;align-items: center;justify-content: center;margin-bottom: 0px;box-shadow: 0 8px 22px rgb(0 0 0 / 31%);transition: .3s ease;animation: pinBounce 2s infinite;}
/* PIN ANIMATION */
@keyframes pinBounce{0%{transform: translateX(-50%) translateY(0);}  50%{transform: translateX(-50%) translateY(-8px);} 100%{transform: translateX(-50%) translateY(0);}}
.route_item:hover .route_pin{transform:scale(1.08);}
.route_pin i{font-size:18px;color:#111;}
.route_content{display:flex;align-items:center;gap:10px;}
.route_content img{width:35px;height:35px;border-radius:50%;object-fit:cover;}
.route_text h4 {margin: 0;font-size: 13px;font-weight: 600;letter-spacing: 4px;color: #111;font-family: 'Montserrat';}
.route_text span {display: block;margin-top: 7px;font-size: 11px;letter-spacing: 2px;color: #999;font-family: 'Montserrat';}
.testimonial_curve_text {width: 100%;position: absolute;top: -112px;left: 0;z-index: 2;}
.testimonial_curve_text svg {width: 100%;height: 181px;overflow: visible;}
.testimonial_curve_text text {fill: #000;font-size: 41px;font-family: 'Epic-Ride';font-weight: 500;letter-spacing: 1px;}
.color_text{color:var(--main-color);}
.faq-wrapper{display:flex;gap:20px;align-items:center;}
.faq-left{width:58%;height:520px;overflow:hidden;box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.2);border-top-left-radius:120px;border-top-right-radius:120px;border-bottom-left-radius:120px;border-bottom-right-radius:0;}
.faq-left img{width:100%;height:100%;object-fit:cover;display:block;}
.faq-right{width:42%;display:flex;flex-direction:column;gap:20px;}
.faq-top{height:240px;overflow:hidden;border-top-left-radius:80px;border-top-right-radius:80px;border-bottom-left-radius:0;border-bottom-right-radius:80px;box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.2);}
.faq-top img{width:100%;height:100%;object-fit:cover;display:block;}
.faq-bottom{height:240px;overflow:hidden;border-top-left-radius:80px;border-top-right-radius:0; border-bottom-left-radius:80px;border-bottom-right-radius:80px;box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.2);}
.faq-bottom img{width:100%;height:100%;object-fit:cover;display:block;}
.plan_pack p {color: #6c6565;font-family: "Montserrat";font-size: 17px;font-weight: 400;letter-spacing: 0px;}
.jr_sec {padding: 30px 0;background: #f5f2ec;}
.jr_head {display: flex;align-items: center;justify-content: space-between;margin-bottom: 30px;}
.jr_head h2 {font-size: 40px;color: #111;font-weight: 500;font-family: "Montserrat";letter-spacing: 1px;}
.jr_nav, .holiday_package_nav{display: flex;gap: 7px;margin-right: 13px;background: #ffffff;border-radius: 50px;box-shadow: 3px 1px 19px 0px #00000024;}
.jr_slider .owl-nav button, .holiday_package_slider .owl-nav button{display: none;}
.jr_nav button {border: none;background: none;cursor: pointer;transition: 0.3s;border-radius: 15px;}
.jr_nav button:hover {color: #000;}
.jr_card {position: relative;overflow: hidden;border-radius: 25px;}
.jr_card:before {position: absolute;top: 0;left: -40%;z-index: 2;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;}
.item_travel:hover .jr_card:before{left: 100%;}
.jr_card:hover {border-radius: 25px;overflow: hidden;transition: 0.5s ease;}
.jr_card a {display: block;position: relative;overflow: hidden;}
.jr_card img {width: 100%;height: 400px;object-fit: cover;transition: 0.5s ease;border-radius: 25px;}
.jr_content {position: absolute;left: 0;bottom: 0;width: 100%;padding: 20px;color: #fff;background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);}
.jr_content h3 {font-size: 19px;margin-bottom: 8px;line-height: 26px;font-family: "Montserrat";font-weight: 600;letter-spacing: 1px;}
.jr_content p {font-size: 15px;line-height: 21px;opacity: 0.9;font-family: "Montserrat";}
.jr_card:hover img {transform: scale(1.08);}
.jr_slider .owl-item:nth-child(even) {margin-top: 28px;}
/* spacing */
.jr_slider .owl-item {padding-right: 28px;}
@media (max-width: 767px) {
  .travel_faqs h4 a {font-size: 14px;}
  .route_wrapper::before{animation: lineDraws 12s ease forwards;}
    .faq-left, .faq-right{width:100%;}
    .faq-left{height:400px;}
    .faq-top, .faq-bottom{height:200px;}
    .jr_head {flex-direction: column;align-items: end;gap: 0px;}
  .jr_head h2 {font-size: 34px;}
  .jr_card img {height: 360px;}
  .jr_slider .owl-item:nth-child(even) {margin-top: 0;}
}
.holiday_package_sec {padding: 17px 0;background: #ffffff;}
.holiday_package_head {display: flex;align-items: center;justify-content: space-between;margin-bottom: 20px;}
.holiday_package_head h2 {font-size: 40px;color: #111;font-weight: 500;font-family: "Montserrat";letter-spacing: 1px;}
.holiday_package_nav button {border: none;background: transparent;cursor: pointer;transition: 0.3s;border-radius: 11px;}
.holiday_package_nav img, .jr_nav img {width: 38px;}
.holiday_package_nav button:hover, .jr_nav button:hover {background: var(--main-color);color: #fff;box-shadow: 3px 6px 19px 0px #0000006b;}
.holiday_package_card {position: relative; overflow: hidden;}
.holiday_package_card img {width: 100%;height: 500px;border-radius: 15px 0 15px 50px;object-fit: cover;transition: transform 0.7s ease;transform: scale(1);}
.hover_zoomimg{overflow: hidden;border-radius: 15px 15px 15px 50px;}
.hover_zoomimg:hover img {transform: scale(1.12);border-radius: 15px 15px 15px 50px;}
.holiday_package_content {position: absolute;left: 0;bottom: 0;width: 100%;padding: 25px;color: #fff;background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);overflow: hidden;border-radius: 15px 15px 15px 50px;}
.holiday_package_tag {position: absolute;top: -390px;left: 20px;background: #fff;color: #111;padding: 6px 14px;border-radius: 4px;font-size: 14px;}
.holiday_package_content h3 {font-size: 23px;margin-bottom: 12px;font-family: "Montserrat";font-weight: 600;letter-spacing: 0px;text-shadow: 2px 3px 4px #000;}
.holiday_package_content p {font-size: 17px;line-height: 27px;font-family: "Montserrat";font-weight: 500;letter-spacing: 0px;}
.holiday_package_slider .owl-item {padding-right: 20px;}
.holiday_package_prev:hover img, .holiday_package_next:hover img, .jr_prev:hover img, .jr_next:hover img {filter: brightness(0) invert(1);}
.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;}
/* HOLIDAY BOOKING FORM*/
.hl_holiday_booking_form {background: #eee7e1;padding: 50px 0;}
.hl_booking_row {display: flex;align-items: center;}
.hl_booking_field {height: 74px;padding: 0 10px;display: flex;align-items: center;background: #ffffffa3; transition: 0.3s;box-shadow:3px 6px 19px 0px #00000000;width:100%;}
.flght-travel-tl-cla {position: relative;}
.hl_booking_info .dropdown-toggle-tra.form-control {border: none;font-size: 15px;padding: 0;height: auto;background:transparent;}
.hl_booking_info .dropdown-toggle-tra.form-control:focus{box-shadow:none;}
.hl_booking_field:hover {border-color: var(--main-color);}
.hl_booking_icon {margin-right: 14px;}
.hl_booking_icon i {font-size: 24px;color: #c7b9a3;}
.hl_booking_info {width: 100%;}
.hl_booking_info label {display: block;margin-bottom: 3px;color: #000;font-size: 11px;letter-spacing: 3px;text-transform: uppercase;font-weight: 600;font-family: "Montserrat";}
.hl_booking_info input {width: 100%;border: 0;background: transparent;color: #141313;font-size: 13px;outline: none;box-shadow: none;font-family: "Montserrat";font-weight: 600;padding: 0;height: auto;}
.hl_booking_info input:focus{box-shadow:none;}
.hl_booking_info input::placeholder {color: #777;}
.hl_booking_btn {width: 100%;height: 72px;border: 0;background: var(--main-color);color: #fff;font-size: 13px;letter-spacing: 3px;text-transform: uppercase;font-weight: 600;transition: 0.3s;font-family: 'Montserrat';}
.hl_booking_btn:hover {background: var(--secondary-color);transition: 1s ease;}
.slider-item {position: relative;}
.slider-item::before {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.2);z-index: 1;}
.slider-heading {position: absolute;top: 35%;color: #fff;font-size: 50px;font-weight: 600;z-index: 2;width: 100%;text-align: center;padding: 38px 150px;font-family: "Montserrat";text-transform: uppercase;line-height: 62px;letter-spacing: 6px;}
.ho_slider-carousel .owl-nav button.owl-prev, .ho_slider-carousel .owl-nav button.owl-next {position: absolute;top: 50%;transform: translateY(-50%);width: 50px;height: 50px;border-radius: 0 !important;background: #fff !important;transition: 0.3s;}
.ho_slider-carousel .owl-nav button.owl-prev {left: 0px;}
.ho_slider-carousel .owl-nav button.owl-next {right: 0px;}
.ho_slider-carousel .owl-nav button img {width: 40px;height: 40px;transition: 0.3s ease;}
.travel_blog_sec {padding: 30px 0; background: #f8f6f3;}
.blog_big_card, .small_blog_card, .travel_category {background: #fff;overflow: hidden; transition: 0.4s; margin-bottom: 20px; border: 1px solid #e9e9e9;}
.blog_big_card:hover, .small_blog_card:hover {transform: translateY(-5px);}
.blog_img img, .small_blog_img img {width: 100%;display: block;object-fit: cover;}
.blog_img img {height: 280px;}
.small_blog_img img {height: 200px;}
.blog_content {padding: 25px;text-align: center;height: 435px;}
.blog_country {font-size: 50px;display: block;font-family: "Epic-Ride";color: #000;line-height: normal;}
.blog_content h2 {font-size: 24px;letter-spacing: 4px;line-height: 1.4;margin-bottom: 15px;font-family: "Montserrat";color: #000;}
.blog_tag {display: block;letter-spacing: 5px;color: #999;margin-bottom: 25px;}
.blog_content p {font-size: 16px;line-height: 1.5;color: #666;margin-bottom: 25px;font-family: 'Montserrat';}
.blog_content a {text-decoration: none;color: #000;border-bottom: 1px solid #000;padding-bottom: 5px;}
.small_blog_content {padding: 15px;text-align: center;}
.small_blog_content span {font-size: 49px;display: block;margin-bottom: 10px;font-family: "Epic-Ride";color: #000;line-height: normal;}
.small_blog_content h4 {letter-spacing: 3px;margin-bottom: 10px;font-family: "Montserrat";text-transform: uppercase;font-size: 13px;color: #000;font-weight: 600;}
.small_blog_content p {letter-spacing: 3px;margin-bottom: 10px;font-family: "Montserrat";color: #8d8d8d;text-transform: uppercase;font-size: 11px;font-weight: 500;}
.travel_category {border: 1px solid #eee;}
.category_item {padding: 12px;border-bottom: 1px solid #eee;transition: 0.4s;}
.category_item:last-child {border-bottom: 0;}
.category_item a:hover {background: #fafafa;padding-left:15px;display: inline-block;transition: 0.6s;}
.category_item h5 {letter-spacing: 3px;margin-bottom: 10px;text-transform: uppercase;font-size: 11px;font-family: "Montserrat";color: #000;font-weight: 600;}
.category_item span {color: #999;letter-spacing: 3px;font-size: 10px;text-transform: uppercase;font-family: "Montserrat";font-weight: 500;}
.bg_news img {height: 450px;max-width: 100%;animation: leftRightMove 3s ease-in-out infinite;}
/* Floating Animation */
@keyframes leftRightMove {0% {transform: translateX(0);} 50% {transform: translateX(25px);} 100% {transform: translateX(0);}}
.holiday-section {padding: 30px 0;text-align: center;overflow-x: hidden;position: relative;}
.section-title {font-size: 40px;color: #111;font-weight: 500; font-family: "Montserrat";letter-spacing: 1px;}
.section-subtitle {color: #777;width: 70%;margin: 0 auto 60px;line-height: 30px;font-size: 17px;font-family: 'Montserrat';}
.dealcard {background: #fff;padding-bottom: 30px;margin-bottom: 30px;transition: 0.3s;border: 1px solid #ededed;height: 610px;transition: .5s ease;overflow: hidden;}
.border_z {border: 1px solid #fff;}
.dealcard:hover {transform: translateY(-12px);box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);}
.dealimg {width: 100%;height: 350px;transition: 1s ease;}
.dealcard:hover img{transform: scale(1.1);transition: 2s ease;}
.circle-img {width: 280px;height: 280px;border-radius: 50%;object-fit: cover;margin: 20px auto;}
.dealcard .place-name {font-family: "Epic-Ride";font-size: 48px;margin-top: 20px;color: #222;}
.dealcard .tagline {letter-spacing: 3px;font-size: 13px;padding: 5px 10px;text-transform: uppercase;margin: 15px 0;line-height: 24px;color: #000;font-family: "Montserrat";font-weight: 600;}
.category_off {color: #a3a2a2;letter-spacing: 3px;font-size: 12px;margin-bottom: 15px;text-transform: uppercase;font-family: "Montserrat";}
.dealcard .desc {color: #605e5e;font-size: 15px; margin: 0 auto;font-family: 'Montserrat';padding: 5px 12px;}
.leftcontent h3 {line-height: 34px;letter-spacing: 4px;text-transform: uppercase;font-weight: 400;color: #111; margin-bottom: 30px;font-family: "Montserrat";}
.leftcontent h4 {font-size: 22px;font-weight: 300;color: #7a7a7a;margin-bottom: 20px;font-family: "Playfair Display";}
.leftcontent p {font-size: 15px;line-height: 28px;color: #555;font-family: 'Montserrat';}
.travel-section {margin-top: 50px;}
.tourcard {overflow: hidden;margin-bottom: 50px;}
.tour_img {overflow: hidden;position: relative;cursor: pointer;height: 240px;}
.tourcard img {width: 100%;height: 240px; object-fit: cover; display: block;transition: 0.5s ease;overflow: hidden;}
.tourcard:hover .tour_img img {transform: scale(1.1);}
.tourcard h3 {font-size: 13px;letter-spacing: 4px;text-transform: uppercase;font-weight: 600;margin-top: 20px;margin-bottom: 8px;color: #111;font-family: "Montserrat";}
.tourcard span {font-size: 11px;letter-spacing: 3px;text-transform: uppercase; color: #9d9595;font-family: "Montserrat";}
.section_travel {padding: 50px 0;}
.faq_title h2 {font-size: 40px;color: #111;font-weight: 500;font-family: "Montserrat";letter-spacing: 1px;}
.faq_title p {color: #7a7575;font-size: 14px; margin-bottom: 40px;font-weight: 600;font-family: 'Montserrat';letter-spacing: 1px;text-transform: uppercase;}
.faq_img img {width: 100%;}
.travel_faqs .panel-heading .accordion-toggle:after {font-family: FontAwesome;content: "\f107";  float: right;color: #262626;font-size: 18px;display: inline-block;transition: transform 0.3s ease;}
/* Bootstrap collapse open state */
.travel_faqs .panel-heading .accordion-toggle[aria-expanded="true"]:after {transform: rotate(180deg);}
.travel_faqs .panel, .travel_faqs .panel-default, .travel_faqs .panel-heading, .travel_faqs .panel-collapse, .travel_faqs .panel-body {border: 0;box-shadow: none; background: transparent;}
.travel_faqs .panel {border-bottom: 1px solid #e5e5e5;}
.travel_faqs .panel-heading {padding: 0;}
.travel_faqs h4 a {font-weight: 600;padding: 15px 0; display: block;font-size: 18px;font-family: 'Montserrat'; color: #1c1a1a;letter-spacing: 0.5px;}
.travel_faqs .panel-collapse .panel-body {padding: 18px 0;font-family: 'Montserrat';font-weight: 500;color: #4a4949;font-size: 15px;}
.polular_list {padding-bottom: 30px;}
.error_msg_mobile, .error_msg_email {color: #ff2020;margin-top: 5px;}
.airline_brands {padding: 30px 0;}
.section_blog {background: #f5f8fa;padding: 60px 0;}
.car_mt {margin-top: 15px;}
.aboutsec {padding: 80px 0 50px;background: #0f2454;position: relative;}
.aboutsec:before {content: "";position: absolute;bottom: -123px;left: -125px;width: 266px;height: 266px;background: rgba(255, 255, 255, 0.05);border-radius: 50%;background: url(img/circle.png);background-size: contain; background-repeat: no-repeat;}
.about_box .about_img {position: relative;}
.about_box .about_img .imgtravel:before {content: "";position: absolute;top: 30px;right: 0;left: 45px;bottom: 0;background: #15a0ce;}
.about_box .about_img .imgtravel:after {content: ""; width: 50%;position: absolute;top: -8%;bottom: 60%;left: -5%;background-image: url(img/dots.png); background-repeat: repeat;}
.about_box .about_img .imgtravel {padding: 0 30px 30px 15px;position: relative;}
.about_box .about_img .imgtravel img {position: relative; z-index: 1;background: transparent;width: 100%;height: 500px;object-fit: cover;}
.about_box .about_img img:hover {transform: scale(0.95);transition: 0.5s;}
.who_weare {padding-right: 30px;}
.who_weare > h2 {font-family: "Poppins", sans-serif;font-weight: 700;color: #fff;font-size: 37px;}
.who_weare p {margin: 0 0 20px;font-size: 14px;line-height: 26px;font-weight: 400;color: #ffffff;font-family: "Roboto", sans-serif;}
.who_weare h3 {color: #fff;margin-top: 0;}
.list_travel h4 {font-family: "Quicksand";font-weight: 700;color: #fff;margin-left: 10px;font-size: 17px;}
.list_travel i {color: #fff;font-size: 25px;background: var(--color-3);padding: 5px;border-radius: 10px;box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);margin: 8px;}
.list_travel {display: flex;margin-bottom: 15px;align-items: center;border: 1px solid var(--color-3);border-radius: 13px;}
/*Testimonials css start from here*/
.testimonial_small_img {position: absolute; width: 110px;height: 110px;border-radius: 50%;overflow: hidden;border: 1px dashed #ccc;z-index: 3;box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08); padding: 6px;background: #fff;animation: bounceImg 3s infinite ease-in-out;}
.testimonial_small_img img {width: 100%;height: 100%;object-fit: cover;border-radius: 50%;}
.testimonial_small_img1 {left: 0px;top: 80px;animation-delay: 0s;}
.testimonial_small_img2 {right: -10px;bottom: 70px;animation-delay: 1s;}
@keyframes bounceImg { 0%, 100% {transform: translateY(0);}  50% {transform: translateY(-15px);}}
.testimonialbg {padding: 50px 0;background: #f8f8f8;overflow: hidden;}
.testimonial_wrapper {display: flex;align-items: center;gap: 70px;padding: 50px 0;}
.testimonial_left {width: 45%;position: relative;}
.testimonial_main_img {width: 100%;max-width: 500px;margin: auto;border-radius: 50%;padding: 10px;overflow: hidden;border: 1px dashed #c7c2c2;box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);}
.testimonial_main_img img {width: 100%;height: 500px;object-fit: cover;border-radius: 50%;}
.testimonial_right {width: 55%;}
.quote_icon {font-size: 26px;color: #111;margin-bottom: 20px;}
.testimonial_title {font-size: 36px;line-height: 1.2;font-weight: 400;color: #111;margin-bottom: 30px;text-transform: uppercase;letter-spacing: 6px;font-family: "Montserrat";}
.testimonial_desc {font-size: 17px;line-height: 1.9;color: #666;margin-bottom: 45px;font-family: 'Montserrat';}
.testimonial_name {font-size: 56px;margin-bottom: 10px;color: #111;font-family: "Epic-Ride";font-weight: 500;}
.testimonial_designation {display: block;font-size: 17px;color: #888;margin-bottom: 9px;letter-spacing: 1px;font-family: "Playfair Display";}
.stars_review .fa {color: #f4b400;margin-right: 3px;font-size: 15px;}
/* Owl Nav */
.testimonials-carousel .owl-nav {position: absolute;top: 50%;right: 0;transform: translateY(-50%);}
/*Testimonials css end from here*/
.destination_sec{position: relative;overflow: hidden;padding: 30px 0;}
/* Heading */
.destination_heading {margin-bottom: 30px;}
.destination_heading h2 {font-size: 40px;color: #111;font-weight: 500;font-family: "Montserrat";letter-spacing: 1px;}
.destination_heading p {font-size: 17px;color: #8a7f74;font-family: 'Montserrat';}
/* Card */
.destination_card {background: #fff;border: 1px solid #e8e8e8;transition: 0.5s ease;height: 100%;}
.destination_card:hover {transform: translateY(-15px);box-shadow: 0 20px 50px rgba(0,0,0,.12);}
.destination_img {overflow: hidden;}
.destination_img img {width: 100%;height: 170px;object-fit: cover;transition: 0.4s;}
.destination_card:hover .destination_img img {transform: scale(1.08);}
/* Content */
.destination_content {text-align: center;padding: 25px 13px 35px;}
.destination_map {margin-bottom: 25px;}
.destination_map img {height: 90px;object-fit: contain;animation: mapFloat 4s ease-in-out infinite;}
.destination_content h3 {font-size: 48px;margin-bottom: 15px;color: #111;font-family: "Epic-Ride";}
.destination_content span {display: block;font-size: 10px;letter-spacing: 2px;color: #999;margin-bottom: 20px;font-family: "Montserrat";font-weight: 600;}
/* Button */
.destination_btn {display: inline-block;border: 1px solid #d8d8d8;padding: 14px 38px;font-size: 13px;letter-spacing: 3px;color: #111;text-decoration: none;transition: .4s ease;}
.destination_btn:hover {background: var(--color-4);color: #fff;text-decoration: none;}
/* MAP FLOAT */
@keyframes mapFloat{0%{transform: translateY(0);}  50%{transform: translateY(-10px);} 100%{transform: translateY(0);}}
.top-bar {height: 30px;margin-bottom: 0px;padding: 5px 0px;background: var(--secondary-color);}
.flag-country {float: left;margin-top: -18px;}
.aircode {float: right;font-family: "Poppins", sans-serif;color: #ffffff;font-weight: 600;border: gainsboro;padding: 6px 5px;font-size: 13px;min-width: 37px;text-align: center;border-radius: 5px;background: var(--main-color);margin-top: -15px;}
.fade.in {background: transparent;}
.modal-backdrop.fade.in {background-color: #000;opacity: 0.5;}
.flight_popular_carousel .owl-dots {display: none;}
.query_succuss_msg, .success_msg {  color: green;text-align: center; margin-bottom: 10px;}
.field-wrapper {position: relative;}
.input_field_query {position: relative;}
.input_field_query label {position: absolute;top: 50%;transform: translateY(-50%);font-size: 16px;color: #333;pointer-events: none;transition: 0.15s ease-out;}
.input_field_query.outline input {position: relative;border: 1px solid #777;border-radius: 4px;padding: 20px 10px;width: 100%;}
.input_field_query.outline label {left: 10px;padding: 0 7px;font-size: 14px;overflow: hidden;background: #fff;}
.input_field_query.outline.active label {left: 10px;top: 0;color: #bbb;font-size: 14px;z-index: 2;padding: 0 2px;pointer-events: none;background: #fff;}
.input_field_query input.has-value + label, .input_field_query input:focus + label {top: -5px;}
/*hotel*/
.location {border-radius: 8px 1px 0 8px;}
.remove_button .remove_room {background: #333;color: #fff;}
.remove_button .remove_room:hover,
.remove_room:focus {background: #333;color: #fff !important;}
.hotel_search_sec {max-width: 150px;margin: 0 auto;display: block;}
.roomchildbox .fz12 {font-size: 12px;color: #333;font-weight: 600;font-family: "Roboto";margin-bottom: 4px;display: block;}
.child_hotls {width: 100%; margin-bottom: 10px;padding: 4px;border-radius: 7px;color: #333;box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);}
.child_hotls:focus {outline: none;}
.rmttl b {color: #000;padding-left: 0;font-weight: 700;}
.bp_room_select_more {margin-right: 10px;}
.bp_room_select {cursor: pointer;font-size: 13px;display: block;font-weight: 600;color: #000;}
.hotel_sec_search {font-size: 13px;color: #000;font-weight: 500 !important;}
.hotelguestsdetails {position: absolute;background: #fff;box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);padding: 13px;z-index: 99;border-radius: 13px;top: 71px;width: 300px;display: none;left: 0px;}
.bot_margin label {margin: 9px 0;font-size: 13px;font-weight: 500;color: #000;}
.age_col span {font-size: 12px;color: #312d2d;font-weight: 600;letter-spacing: -0.2px;margin-top: 9px;display: block;font-family: "Roboto";}
.age_col {padding: 0;}
.sm_col {padding: 0;}
.addremovedone {display: flex;margin: 15px 0 0;justify-content: space-between;}
.sear_add_room {color: #fff !important;font-size: 14px;font-weight: 600;background: linear-gradient(to right, var(--secondary-color), var(--color-3));width: 100%;border: none;}
.hotel_drops {display: flex;width: 100%;}
.hotel_drops .col {background: #fff !important;width: 30px;box-shadow: 0 0 2px 0 transparent;height: 35px;padding: 0;color: #000; border: none;}
.hotel_drops button.col i {display: flex;justify-content: center;align-items: center;}
.hotel_drops button.col {padding: 4px 0;background-color: #e4ebf1 !important;height: 26px;color: #232020;border-radius: 50%;width: 75px;margin: 4px 7px;}
.hotel_drops .col, .hotel_drops button.col {font-size: 13px;font-weight: 700;text-align: center;}
.addremovedone .btn-search:hover {color: #fff;}
/*hotel*/
#feedback {top: 50%;left: 50%;transform: translate(-50%, -75%);overflow: visible;}
.max_w_login {max-width: 400px;margin: 0 auto;text-align: center;}
.popular_route {border: 1px solid #e0e0e0;border-radius: 12px;padding: 6px 15px 0;}
.route_col h5 {color: #333;font-size: 16px;font-weight: 600;font-family: "Poppins", sans-serif;}
.popular_flight_route {padding: 30px 0 10px;}
.route_col p {color: #555;font-size: 13px;font-weight: 500;margin: 3px 0;font-family: "Poppins", sans-serif;}
.inline_cont a {text-decoration: none;}
.route_col img {width: 100px;height: 90px;object-fit: cover;border-radius: 9px;border: 1px solid #e0e0e0;margin-right: 10px;}
.segment-route {display: flex;align-items: center;margin-bottom: 20px;}
.more_heading h2 {color: var(--secondary-color);font-family: "Poppins", sans-serif;font-weight: 700;font-size: 20px;margin-bottom: 10px;}
.more_popular_listing {padding: 10px 0 30px;}
.listing_bg {background: #e0e0e0;border-radius: 15px;padding: 12px 20px;margin-top: 25px;}
.popular_box ul li {list-style: none;line-height: 28px;}
.popular_box ul {margin: 0;padding: 0;}
.popular_box ul li a {color: #333;font-weight: 600;text-decoration: none;font-family: "Poppins", sans-serif;}
.popular_box ul li a:hover {color: #009464;}
.scroll_design {height: 190px;overflow-y: auto;}
.scroll_design::-webkit-scrollbar-track {background: #fff;border-radius: 5px;}
.scroll_design::-webkit-scrollbar {width: 6px;background: #f5f5f5;border-radius: 5px;}
.scroll_design::-webkit-scrollbar-thumb {width: 6px;background-color: var(--secondary-color);border-radius: 5px;}
.colp_0 {padding: 0;}
.from_bg {background: #fff;border-radius: 12px;}
#searchform_multi {border-radius: 0 0 12px 12px;margin-top: -9px;}
.banner-off img {height: 130px;width: 100%;border-radius: 10px;box-shadow: 0 0 10px rgb(0 0 0 / 10%);}
.offslider {padding: 30px 0;background: #f0f8ff;}
.slider_two img {height: 100px;border-radius: 10px;padding: 2px;box-shadow: 0 0 10px rgb(0 0 0 / 10%);background: #fff;}
.ho_slider-carousel .owl-dots {text-align: center;padding-top: 15px;position: absolute;bottom: 0;left: 50%;transform: translate(-50%, -50%);text-align: center;list-style: none;margin: 0 auto;z-index: 99;}
.deal_cont {margin: 5px 8px 5px 6px;border-radius: 8px;box-shadow: 0 0 5px rgb(0 0 0 / 19%);border: 1px solid #e0e0e0;}
.item_start h6 {font-size: 12px;font-weight: 500;color: #555;font-family: "Poppins", sans-serif;}
.item_start a {text-decoration: none;}
.slider_two .owl-dots.disabled, .slider_two .owl-nav.disabled {display: none !important;}
.ho_slider-carousel .owl-dots button.owl-dot.active {background-color: #fff;}
.ho_slider-carousel .owl-dots button.owl-dot:focus {outline: none;}
.ho_slider-carousel .owl-dots button.owl-dot {width: 15px;height: 15px;border-radius: 50%;display: inline-block;background-color: rgba(0, 0, 0, 0);border: 1px solid #fff;margin: 0 3px;}
.swap_btn_sec {position: absolute;right: -19px; width: 38px;box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);height: 23px;background: var(--main-color);border-radius: 24px;text-align: center;line-height: 23px;top: calc(50% - 12px);cursor: pointer;z-index: 999;}
.swap_btn_sec a {color: #fff;}
.text-tabbase h2 {color: #fff;font-weight: 600;text-shadow: none;text-align: center;font-size: 34px;font-family: "Poppins", sans-serif;text-shadow: 0px 2px 5px #000000b3;margin-top: 0;}
.text-tabbase {padding: 25px 10px;}
.text-tabbase p {font-size: 16px;color: #fff;font-weight: 300;text-shadow: 0px 2px 5px #000000b3;}
.sub-feild {margin-top: 0;}
.user_says h2 {margin-bottom: 20px;}
.all_testimonials .btn-info {color: #fff;background-color: var(--main-color);border-color: var(--main-color);padding: 8px 22px;border-radius: 8px;font-weight: 600;font-size: 14px;text-transform: uppercase;}
.transfer_col {margin-bottom: 15px;}
.lgmtop_minus {margin-top: 35px;}
.wrapper_holiday {box-shadow: 0 0 10px rgb(0 0 0 / 18%);border: 1px solid #e0e0e0;border-radius: 10px;padding: 20px 20px 20px;}
.location_div {background-image: url(../../theme/22/img/location.png);background-repeat: no-repeat;margin-left: -7px;background-size: contain;height: 70px;margin-bottom: 10px;font-family: "Poppins", sans-serif;}
.item_start {padding: 5px 20px;}
.item_start p {font-weight: 500;font-size: 14px;color: #222;margin-bottom: 44px;line-height: 14px;font-family: "Poppins", sans-serif;}
.location_div p {padding-left: 20px;}
.price_deal h3 {color: var(--main-color);font-size: 17px;margin-top: 6px;font-family: "Poppins", sans-serif;}
.searchbar-travel .border-4 {border: 1px solid #ccc;width: 100%;min-height: 64px;padding: 5px 15px;}
.equal_fnt {font-size: 13px;color: #000;margin-top: 8px;display: block;margin-bottom: 0;line-height: 24px;font-weight: 500 !important;font-family: "Roboto";}
.add_flight {padding-right: 0;}
.add_flight .btn-success {color: #ffffff;background: var(--color-3);border-color: transparent;padding: 10px 19px;font-weight: 500;}
.add_flight .btn-success:hover, .add_flight .btn-success:focus {color: #fff;}
.remove_field {font-family: Poppins, sans-serif;background: 0 0;margin-top: 9px;border: none;color: #ffffff;background: var(--main-color);padding: 10px 19px;}
.remove_field:hover, .remove_field:focus {background: var(--main-color);color: #fff !important;}
.pickup_fields_wrap {margin-left: 15px;}
.mul-pr0 {padding: 0px;margin-bottom: 15px;}
.multi_city {border: 1px solid #ccc;padding: 0 0 7px 20px;margin-right: 4px;margin-bottom: 0;box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);background: #fff;border-radius: 8px;}
.multi_city .form-control {border-radius: 0;border: 0 solid #e0e0e0;height: auto;padding: 3px 0;font-size: 13px;box-shadow: none;color: #333;}
.multi_city .form-control::placeholder {color: #333;}
.pass_pr0 {padding-right: 0;padding-left: 5px;}
.multy_border_adl {border-radius: 7px;border: 1px solid #ccc;padding: 1px 14px 9px;box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);}
.last_multi {border-radius: 8px;}
.ho_search_flight .input-lg {height: auto;}
.border_clastrv button.col i {display: flex;justify-content: center;align-items: center;}
.swapbtn img {width: 28px;background: #fff;padding: 4px;border: 1px solid #e0e0e0;border-radius: 50%;}
.call_now {position: fixed;bottom: 55px;left: 9px;z-index: 999;background: #fff;padding: 10px;border-radius: 50%;outline: 1px solid #58d164;outline-offset: -5px;box-shadow: 0 2px 5px rgba(0 0 0 / 20%);}
.call_now:hover, .call_now:focus {outline-offset: -5px;outline: 1px solid #58d164;}
.call_now, .enquiry_now {position:fixed;z-index:999;}
.call_now img {width: 30px;}
/*why to choose us start from here*/
.whychoose_us {margin-top: 100px; margin-bottom: 30px;}
.five-col-wrap {padding: 10px 20px 10px 10px;border-radius: 14px;border: 1px solid #e0e0e0;box-shadow: 0 0 10px rgb(0 0 0 / 18%);background: #fff;font-family: "Poppins", sans-serif;}
.short_description p {font-size: 11px;text-align: justify;color: #000;}
.b-flight h2 {color: var(--secondary-color);font-weight: 700;font-size: 20px;margin-top: 10px;font-family: "Poppins", sans-serif;}
.flex_item {background: #fff;padding: 0 5px;text-align: left;display: flex;align-items: center;}
.icon_image img {width: 40px;margin-right: 8px;}
.short_description h3 {font-size: 13px;font-weight: 600;font-family: "Poppins", sans-serif;color: #000;margin: 5px 0 10px;}
.book-with {width: 20%;padding-right: 0;}
.booking-col {width: 20%;padding: 0;}
.b-flight p {font-size: 11px;color: #000;}
/*why to choose us end from here*/
/*popular_destinations start from here*/
.popular_destinations {padding: 30px 0;}
.multipal_heading h2 {color: #000000;font-weight: 700;margin: 0;font-family: "Poppins", sans-serif;font-size: 28px;}
.title_h2 h2, .title_h2 p {color: #fff;}
.all_destination hr {margin-top: 2px; margin-bottom: 8px;border: 0;border-top: 1px solid #eee;}
.main_catagory img {max-width: 100%;height: 450px;object-fit: cover;transition: 0.5s;}
.best-destination-holiday {height: 450px;background: #f5f5f5;}
.best-destination-holiday:hover img {transform: scale(1.1);}
.main_catagory {position: relative;border-radius: 10px;overflow: hidden;height: 450px;}
.holiday_tittle {color: #fff;position: absolute;text-align: center;bottom: 0;width: -webkit-fill-available;background: linear-gradient(to top, rgba(35, 34, 34, 0.97), transparent);padding: 10px 5px;}
.holiday_tittle a {text-decoration: none;}
.route_col_holi {text-align: right;}
.route_col_holi.nav-pills li {display: inline-block;float: none;}
.route_col_holi.nav-pills li a {font-size: 14px;font-weight: 600;color: var(--secondary-color);padding: 10px 20px;border: 1px solid var(--secondary-color);border-radius: 25px;}
.route_col_holi.nav-pills li.active a {background: var(--main-color);color: #fff;border: 0px;}
.best-destination-holiday .owl-nav {display: none !important;}
.all_destination {background: #fff;}
.popular_holiday { position: relative; margin-bottom: 16px;border-radius: 8px;overflow: hidden; overflow: hidden;}
.popular_holiday img {transition: 0.5s; width: 100%;height: 140px;object-fit: cover;}
.popular_holiday:hover img {transform: scale(1.1);}
.holiday_tittle h3 {font-weight: 500;color: #fff;margin: 0;font-size: 45px;font-weight: 600;}
.holiday_tittle h4 {font-weight: 500;color: #fff;margin: 0;font-size: 18px;font-weight: 600;}
.holiday_tittle p {margin: 0px;font-weight: 500;color: #fff;font-size: 12px;}
.view_all_butt {font-size: 20px;text-align: right;display: block;font-weight: 600;color: #0a7b69;}
.h_tab_border {margin-bottom: 20px;}
.h_tab_border {border-bottom: 1px solid #e0e0e0;}
/*popular_destinations end from here*/
/*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_toplist > li > a > div > samp {font-family: "Poppins", sans-serif;}
/*transfer suggestion end list*/
.searchbtn_transfer {padding-top: 15px;}
.all_testimonials .btn-info:hover {color: #fff;}
.download-app h3 {font-size: 38px;color: #fff;margin-top: 55px;margin-bottom: 5px;font-weight: 700;}
.download-app h4 {font-size: 17px;color: #fff;margin: 0;font-weight: 600;}
.qr_code img {width: 134px;}
.qr_code {text-align: left;}
.get_aap {position: relative;}
.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;top: 0px;right: 0;}
.get_aap .btn-info:hover {color: #fff;}
.get_aap .form-control {height: 39px;}
.download-app-sec {padding: 0px;background: var(--main-color);}
.app_row {display: flex;justify-content: center;flex-wrap: wrap;}
.brands_dom-owl-cras .owl-nav i:hover {background: transparent;}
.domestic_flight {font-size: 16px;}
.app-sc-img img {max-width: 100%;height: 220px;margin-top: -23px;}
.scan_img img {max-width: 100%;margin-top: 10px;height: 104px;}
.compare-flights ul {padding: 0;margin: 0px;}
.add_cupon {margin-top: 20px;}
.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-family: "Roboto";font-size: 15px;}
.scan_img {padding: 0 3px;}
.advertisement_sec {margin: 25px 0 25px 0;}
.holiday_packages {background: var(--color-3) url(img/patterbg.png);padding: 35px 0;position: relative;background-size: cover;background-position: center;}
.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;}
.sec_recharge_tab .rechare-page-temp {padding: 0 15px 0 0;min-height: auto;margin: 0px 0 0 0 !important;background: transparent;}
.onpage_tabbar {margin-right: 15px;}
.rechare-page-temp .customized_design {padding: 0px;margin: 5px 0px 0px;}
.mobile-recharge-wrap .btn {display: inline-block;border-radius: 6px !important;border: none;background: linear-gradient(to right, var(--secondary-color), var(--color-3));font-family: "Poppins";color: #fff;font-weight: 600;padding: 9px 15px;font-size: 14px;width: auto;}
.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: var(--secondary-color);}
.ho_searchengine-temp .nav-tabs {display: flex;flex-wrap: nowrap;width: auto;margin: 0 auto;white-space: nowrap;border-radius: 10px;overflow-x: auto;overflow-y: hidden;padding: 0px 10px;border-bottom: none;}
.ho_tabsearch_bars .nav-tabs > li {padding: 10px 5px;margin-bottom: -1px;font-family: Poppins, sans-serif;}
.ho_tabsearch_bars > .nav-tabs > li.active a:hover {background: #ccf4e9;color: white;}
.ho_tabsearch_bars > .nav-tabs > li.active a::after {content: "";position: absolute;top: 100%;left: 50%;margin-left: -5px;border-width: 7px;border-style: solid;border-color: var(--secondary-color) transparent transparent;}
.box_input input {height: 40px;border-radius: 5px;font-size: 14px;}
.car_hours.box_input select {height: 40px;border-radius: 5px;}
.box_input input {height: 47px;border-radius: 8px;box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);}
.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;}
.ho_searchengine-temp .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_slider-carousel img {height: 700px;overflow: hidden;width: 100%;}
.ho_home_banner {position: relative;height: 700px;margin-top: -86px;}
.ho_body_section {background: #fff;}
.ho_signup {padding: 60px 0;background: #f7f2ee url(../../theme/39/img/newsbg.png);background-size: 55%;background-repeat: no-repeat;background-position: left;overflow-x: hidden;}
.ho_signup h2 {font-size: 40px;color: #111;font-weight: 500;line-height:50px;font-family: "Montserrat";letter-spacing: 1px;}
.ho_signup p {color: #7c7b77;font-family: 'Montserrat';font-size: 17px;font-weight: 500;margin-bottom: 24px;line-clamp: 28px;margin-top: 26px;}
.ho_signup .form-control {border: none;border-radius: 0px;height: 50px;font-style: italic;}
.btn-go {font-weight: 600;text-transform: uppercase;border: 2px solid var(--color-4);background: var(--color-4);padding: 15px 16px;width: 100%;border-radius: 0px;margin-top: 10px;font-family: "Montserrat";font-size: 11px;letter-spacing: 3px;}
.btn-go:hover {color: #fff !important; background: var(--main-color);border: 2px solid var(--main-color);transition:1s ease;}
.btn.focus, .btn:focus, .btn:hover {color: inherit; outline: none;}
.btn:active:focus {outline: none;}
.ho_searchengine-temp {position: relative;visibility: hidden;font-family: "Poppins", sans-serif;}
.search-loader {background: #0606063b;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 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: #000000b8;padding: 5px 5px;font-size: 14px;min-width: 125px;font-weight: 500;border-radius: 6px;color: #ffffff;gap: 1px;}
.input-group-addon {position: relative;}
.hoNavIcon {height: 28px;width: 40px;}
.homore {background-position: -254px -39px;}
.ho_searchengine-temp .search-form-comon {border-top: 0px;padding: 0px;}
.ho_searchengine-temp .panel-heading {border: 0px;margin: 0 auto;display: flex;}
.ho_radio-paul {font-family: Poppins, sans-serif;padding: 0px;display: inline-block;border-radius: 25px;  margin-bottom: 0;margin-top: 10px;}
.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: 400;font-size: 13px;color: #333;display: block;position: relative;}
.ho_radio-paul li label:hover span {color: #fff;}
.ho_radio-paul > li {display: inline-block;}
.ho_radio-paul li label input[type="radio"] {position: absolute;clip: rect(0, 0, 0, 0);pointer-events: none;}
.ho_radio-paul li label {border-radius: 100px;background: #fff;padding: 5px 15px;border-radius: 24px;border-color: #e0e0e0;box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);margin-right: 6px;}
.ho_radio-paul li label:hover {background: var(--main-color);color: #fff !important;border-color: var(--main-color);}
.ho_radio-paul > li > label.active {background: var(--main-color);box-shadow: none;border-color: var(--main-color);}
.ho_radio-paul > li > label.active span {color: #fff;}
.ho_searchengine-temp .tab-content {background: #fff;border-radius: 15px;padding: 15px;}
.offer_titlebar {display: flex;align-items: center;gap: 10px;justify-content: center;}
.search-icn {position: relative;}
.search-icn .label-btn {font-size: 14px;z-index: 2;}
.ho_input_box .form-control {font-size: 13px;border: 0px;font-weight: 600;padding: 0px;background: transparent;color: #111;}
.ho_book_flt {font-family: "Quicksand", sans-serif;font-size: 16px;font-weight: 700;text-align: right;color: #000;}
.ho_search_flight > .row {margin: 0;display: flex;align-items: center;height: 100%;flex-wrap: wrap;}
.ho_search_flight > .row > div[class*="col"]:not(:last-child) {border-right: 1px solid #ccc;}
.ho_search_flight {border: 1px solid #ccc;border-radius: 10px;box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);}
.wrap_from {padding: 15px;}
.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: 450px;} */
.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: 38px;box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);height: 23px;background: var(--main-color);border-radius: 24px;text-align: center;line-height: 23px;top: calc(50% - 10px);cursor: pointer;z-index: 999;}
.swipe a {color: #fff;}
.swipe a:hover, .swipe a:focus {text-decoration: none;}
.ho_searchengine-temp .home_search_form .form-group.search-icn {margin-bottom: 15px !important;}
.transfer_col label, .ho_search-form-comon label, .mobile-recharge-wrap label, .box_input label {font-weight: 600;font-size: 13px;color: #333;font-family: "Roboto";}
.ho_searchengine-temp .ho_btnn {display: inline-block;border-radius: 5px;border: none; background: linear-gradient(to right, var(--secondary-color), var(--color-3));font-family: "Poppins";color: #fff;font-weight: 600;padding: 9px 15px;font-size: 14px;  width: auto;}
.ho_searchengine-temp .flight-way-service {margin: 0 0 10px;}
.ho_searchengine-temp .ho_btnn.m-20 {margin-top: 20px;}
.ho_dropdown-menu-nav {margin-top: 10px;min-width: 250px;top: 100%;padding: 15px;display: none;position: absolute; background: #fff;box-shadow: 0 0 19px rgba(0, 0, 0, 0.19); right: 0;z-index: 99;border-radius: 13px;}
.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-family: "Quicksand", sans-serif;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_heading-1 {font-weight: 700;font-size: 25px;color: #000; margin: 0px 0 10px;display: inline-block;}
.ho_heading-2 {padding-bottom: 10px;color: #111;position: relative;font-size: 26px;text-transform: uppercase;font-weight: 700;margin: 0px;}
.ho_dropdown-menu-nav p {margin-bottom: 9px;font-weight: 800;font-size: 16px;color: #333;font-family: "Quicksand";}
.ho_heading-2:after {top: auto;bottom: 0;width: 8%;height: 2px;background-image: linear-gradient(to right, var(--main-color), var(--secondary-color));left: 0;right: 0;margin: 0 auto;content: "";position: absolute;}
.ho_destination-carousel .owl-nav.disabled, .ho_deal_carousel .owl-nav.disabled, .ho_offers-carousel .owl-nav, .ho_offers-carousel .owl-dots, .ho_blog-carousel .owl-nav.disabled, .ho_blog-carousel .owl-dots.disabled, .ho_deal_carousel .owl-dots.disabled, .ho_popular-carousel .owl-nav.disabled, .ho_popular-carousel .owl-dots.disabled, .flight_popular_carousel .disabled, .ho_popular_hotel .disabled, .ho_popular_hotel .owl-dots { display: none !important;}
.ho_home-pack-content {background: #fff; border-radius: 15px;height: 290px;overflow: hidden;transition: 0.5s; box-shadow: 0px 0px 10px rgb(0 0 0 / 35%);border: 2px solid transparent;}
.ho_home-pack-content img {height: 180px;object-fit: cover;transition: 0.5s; transform: scale(1);}
.ho_offsr-thmb-img {position: relative; width: 100%;}
.ho_view {padding: 3px 12px;border-radius:5px;text-decoration:none;font-size: 14px; color: #fff;font-weight: 500;display: inline-block;float: right; margin-top: 10px;background: var(--secondary-color);}
.testimonials-carousel .owl-stage-outer,
.ho_blog-carousel .owl-stage-outer {margin: -15px -10px;padding: 15px 10px;}
.flight_popular_carousel .owl-stage-outer, .brands_air_line .owl-stage-outer, .ho_popular_hotel .owl-stage-outer {margin: -10px -5px; padding: 10px 5px;}
.ho_view:hover {background: var(--secondary-color);color: #fff;}
.ho_content_right {padding: 15px 10px;position: relative;}
.ho_content_right a {color: #fff;}
.ho_content_right a:hover {text-decoration: none;}
.ho_home-pack-content h3 {font-size: 18px;font-weight: 700;color: #111;position: relative;margin-top: 0px;margin-bottom: 10px;}
.ho_shortd {overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;color: #333;}
.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 a {color: var(--secondary-color);font-weight: 600;font-size: 14px;line-height: 14px;background: #e2e1e1;padding: 10px 10px;border-radius: 20px;display: inline-block;}
.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;border-radius: 10px;height: 360px;position: relative;}
.ho_blog a {text-decoration: none;}
.ho_blog-img img {height: 280px;margin: 0px;position: relative;border-radius: 20px;}
.ho_blog-cont {padding: 15px;border-radius: 0 0 5px 5px;box-shadow: 0px 3px 20px #0000001a;border-radius: 25px;padding: 18px;width: 90%;position: absolute;background: #fff;left: 50%;transform: translateX(-50%);bottom: 0%;}
.ho_blog-cont .ho_sentence {display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;text-align: justify;color: #333;}
.ho_blog h3 {font-size: 18px;font-weight: 700;margin: 0px 0px 5px;position: relative;padding-bottom: 0rem;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;color: #111;}
.ho_blog:hover {margin-top: -7px;}
.readmore i {font-size: 25px;}
.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: var(--secondary-color);margin-top: 10px;display: inline-flex;align-items: center;}
.ho_blog-cont a:hover {color: var(--main-color);}
.ho_offer_pill {border-bottom: 0px solid #ccc;display: flex;justify-content: center;gap: 10px;flex-wrap: wrap;margin-top: 10px;}
.ho_offer_pill > li.active > a, .ho_offer_pill > li.active > a:hover, .ho_offer_pill > li.active > a:focus {color: #fff;background: var(--main-color);}
.ho_offer_pill > li > a {border: 0px;font-size: 14px;font-weight: 500;padding: 5px 20px;color: #333;font-weight: 600;line-height: normal;background: #ffffff;border-radius: 20px;border: 1px solid #e1e1e1;}
.ho_offer_pill > li > a:hover {background: var(--main-color);color: #fff;}
.effect_box {box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.06);background: #fff;cursor: pointer;transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25);position: relative;overflow: hidden;}
.effect_box:hover {transform: scale(1.03);}
.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 0.4s cubic-bezier(0.5, 0, 0, 1.25);}
.effect_box:hover::after {top: -25px;right: -25px;width: 60px;height: 60px;box-shadow: 0 0 0 10px #fce1d4, 0 0 0 16px #f7f6f5; z-index: 99;}
.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: 0.2s;}
.effect_box:hover::before {width: 100%;}
.ho_btn-info {margin: 0;background: var(--secondary-color);color: #fff;border: 1px solid #fff;border-left: 0;position: absolute;top: 12px;left: 0px;border-radius: 0 9px 9px 0;display: flex;justify-content: center;align-items: center;font-size: 13px;padding: 7px 8px;line-height: 11px;background: linear-gradient(to right, var(--secondary-color), var(--color-3));}
.ho_btn-info:hover {color: #fff;text-decoration: none;}
.ho_holiday {transition: 0.3s ease;box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);background: #fff;border-radius: 20px;padding: 6px;overflow: hidden;height: 428px;position: relative;}
.ho_holiday:hover {box-shadow: 0px 0px 10px rgb(0 0 0 / 31%);}
.ho_holiday h3 {font-size: 18px;font-weight: 700;margin: 0px;line-height: 25px;position: relative;padding-bottom: 0rem;white-space: nowrap;color: #111; display: -webkit-box;  max-width: 400px;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.ho_holiday_location {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.ho_holiday-cont {padding: 6px 10px 6px;border-bottom: 1px dotted var(--color-3);margin-bottom: 10px;}
.ho_holiday-img img {height: 250px;margin: 0px;position: relative;border-radius: 15px;}
.ho_holiday-img {position: relative;transition: 0.5s;}
.ho_holiday-img::before {position: absolute;top: 0;left: -18%;z-index: 2;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;}
.flat_off {position: absolute;top: 17px;right: 6px;}
.flat_off p {background: linear-gradient(to right, var(--secondary-color), var(--color-3));color: #fff;font-size: 12px;padding: 5px 12px 5px 18px;clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 100%, 10% 50%);box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);margin: 0;line-height: 14px;}
.ho_holiday:hover .ho_holiday-img:before {left: 100%;}
.ho_holiday_deail {display: flex;justify-content: space-between;align-items: center;}
.peragraph {background: linear-gradient(to right, var(--secondary-color), var(--color-3));margin: 0;color: #fff;position: absolute;bottom: -1px;left: 14px;border-radius: 8px 8px 0 0;display: flex;justify-content: center;align-items: center;font-size: 11px;padding: 4px 14px;z-index: 9;}
.ho_holiday_price span {font-size: 11px;color: #737070;}
.old_price {font-size: 12px;margin-bottom: 0px;color: #666;font-weight: 500;}
.new_price {font-size: 22px;margin: 0;font-weight: 800;color: #000;line-height: 11px;}
.inclusion {margin: 0px;padding: 0px;display: flex;flex-grow: 1;gap: 10px;}
.inclusion li {list-style: none;text-align: center;}
.inclusion li i {background: #eee;border-radius: 45px;width: 30px;height: 30px;display: inline-block;line-height: 30px;text-align: center;font-weight: 600;font-size: 16px;}
.inclusion li p {font-size: 10px;margin: 5px 0px 0px;}
.btn-holiday {display: flex;align-items: center;gap: 10px;justify-content: space-between;padding: 0px 5px;margin-bottom: 0px;}
.btn-holiday .btn {display: flex;align-items: center;justify-content: center;padding: 10px 20px;font-size: 14px;color: #fff;}
.btn-detail:before, .btn-enquiry:before {position: absolute;right: -15px;top: 0;width: 33px;height: 100%;background-color: #fff1db;opacity: 0.2;z-index: 0;transform: skewX(-22deg);transition: all 0.5s ease;content: "";}
.btn-detail:hover, .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-detail:hover:before, .btn-enquiry:hover:before {right: 0; width: 100%;transform: skewX(0deg);}
.btn-detail, .btn-enquiry {background: var(--main-color);color: #fff;border: none;padding: 12px 25px;border-radius: 5px;font-weight: 500;position: relative;transition: all ease 0.3s;overflow: hidden;}
.btn-holiday .btn-enquiry {background: var(--secondary-color);}
.btn-ho .btn {height: 45px;padding: 0 25px;font-size: 16px;border: 1px solid var(--main-color);color: #fff;background: var(--main-color);}
.btn-ho .btn:hover {border: 1px solid var(--secondary-color);color: #fff;background: var(--secondary-color);}
.ho_holiday a {text-decoration: none;color: #333;}
.ho_rating .checked {color: orange;}
.ho_rating {font-size: 15px;margin-bottom: 7px;}
/*--hotel form----*/
.hotel_form-control.form-control::placeholder {color: #000;}
.hotel_form-control.form-control:focus, .ho_input_box .form-control:focus, .flght-travel-tl-cla .form-control:focus {box-shadow: none;}
.col_border {border: 1px solid #ccc; padding: 5px 10px;min-height: 64px;margin-right: -1px;}
.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: 100%;left: 0;}
.cst-pl-dept .hotel_search_date {opacity: 0;}
.cst-pl-dept .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;font-weight: 700;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: 10px;box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);}
.col-trvl {flex-direction: column;justify-content: space-between;margin-bottom: 15px;}
.ho_dropdown-menu-nav .col-trvl .form-control {float: right;border-radius: 3px;width: 100%;border: 0 solid #d0d0d0;height: 30px;max-width: 105px;font-size: 15px;min-height: initial;max-height: initial;font-weight: 500;padding: 0;color: #0f0f0f;}
.border_clastrv {display: flex;justify-content: space-around;align-items: center;}
.flex_paxs {display: flex;border-radius: 10px;padding: 10px 0px;justify-content: space-between;flex-direction: column;}
.ho_dropdown-menu-nav .col-trvl label {float: left;margin-bottom: 4px;height: auto;line-height: normal;font-size: 14px;font-weight: 500;max-width: 90px;color: #333;font-family: 'Roboto';}
.border_clastrv button.col { box-shadow: 0 0 2px 0 #a2a2a2;background-color: #e4ebf1;height: 30px;color: #2b2626; border-radius: 100%;width: 30px;margin: 3px 0px;}
.border_clastrv .col, .border_clastrv button.col {font-size: 13px;font-weight: 700;text-align: center;}
.ho_dropdown-menu-nav:before {border: 8px solid transparent;border-bottom-color: #fff;content: "";top: -16px; position: absolute;right: 13px;}
.ho_search_btn {border-top: 1px dashed #dedede;padding-top: 15px;}
.ho_search_btn a {background: var(--secondary-color);color: #fff;font-weight: 500; border-radius: 24px;padding: 5px 35px;text-decoration: none;text-align: center;}
.flt-dep-dt > strong {font-size: 14px;color: #111;font-weight: 600;}
.flt-dep-dt span:not(.dd-day) {color: #111;}
.flt-dep-dt > span {font-size: 13px;color: #111;font-weight: 600;}
.flt-dep-dt > span.dd-day {font-size: 15px;font-weight: 600;color: #000;}
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;font-weight: 600;color: #000;}
.flght-travel-tl-cla .form-control {font-size: 13px;font-weight: 500;font-family: "Roboto";border: 0px;background: transparent;display: inline-block;text-decoration: none;padding: 15px 0 0 0px;box-shadow: none;color: #999;}
.btnlg_search .ho_btnn {background: linear-gradient(to right, var(--secondary-color), var(--color-3));font-size: 18px;width: 100%;font-family: "Quicksand";font-weight: 700;display: block;border-radius: 7px;height: 70px;text-align: center;border: none;box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);}
.btnlg_search .ho_btnn:hover {background: linear-gradient(to right, var(--secondary-color), var(--color-3));}
#flightbtnsearch_multi {margin: 0px;width: 100%;padding: 14px;background: linear-gradient(to right, var(--secondary-color), var(--color-3));font-size: 16px;width: 100%;font-family: "Poppins", sans-serif;display: block;border-radius: 7px;height: 60px;text-align: center;border-color: transparent;font-weight: 400;}
.economy_search .form-control {border-radius: 11px;width: 100%;border: 1px solid #d0d0d0;height: 42px;font-size: 13px;min-height: initial;max-height: initial;font-weight: 500;color: #0f0f0f;margin: 14px 0 10px;box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);padding: 6px;}
.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;font-family: "Quicksand", sans-serif;margin-top: 0;}
.ho_fare-type-section {display: flex;align-items: center;flex-wrap: wrap;border-radius: 5px;padding: 10px;}
.ho_makeFlex {font-size: 13px;line-height: 13px;margin-right: 5px;font-weight: 600;text-transform: uppercase;color: #111;}
.ho_fare_class {padding: 0px;margin: 0px;display: flex;align-items: center;flex-wrap: wrap;}
.ho_fare_class li {list-style: none;display: flex;background: #fff;border-radius: 8px;margin-right: 8px;border: 1px solid var(--color-3);box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);}
.ho_fare_class li:hover {background: #f5f5f5;}
.custom-radio {display: flex;align-items: center;cursor: pointer;gap: 8px;padding: 5px 10px;margin-bottom: 0px;}
.custom-radio input {display: none;}
.fare-name {font-size: 15px;font-weight: 500;line-height: 18px;color: var(--color-3);}
.fare-name span {font-size: 11px;display: block;color: #666;}
.custom-radio .checkmark {width: 20px;height: 20px;border: 2px solid #979797;border-radius: 4px;display: inline-block;position: relative;background: #fff;}
/* checked state */
.custom-radio input:checked + .checkmark {background-color: var(--color-3);border-color: var(--color-3);}
/* check mark */
.custom-radio input:checked + .checkmark::before {content: "";position: absolute;left: 6px;top: 2px;width: 5px;height: 10px;border: solid #fff;border-width: 0 2px 2px 0;transform: rotate(45deg);}
.bus-booking-wrap .search-btn-fld button.ho_btnn {font-weight: 600;}
.error {color: red;}
.api-auto-complete .ui-menu-item {padding: 0px 10px 25px 10px;}
.api-auto-complete > li > a > div.flght-left .city {font-weight: 600;color: var(--main-color);letter-spacing: normal;font-family: "Poppins", sans-serif;}
.api-auto-complete > li > a > div.flght-left .airpotcode {font-family: "Poppins", sans-serif;color: #424242;font-size: 13.2px;font-weight: 500;line-height: 15px;letter-spacing: 0;height: 0;margin-top: 6px;}
.ui-menu .ui-menu-item-wrapper {position: relative;font-size: 13px;}
.api-auto-complete > li > a > div.flght-left {-ms-flex: 0 0 80%;flex: 0 0 50%;max-width: 80%;position: relative;padding-left: 20px;}
.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);}
.ui-widget.ui-widget-content a {background: none;color: #333;text-decoration: none;}
.api-auto-complete .ui-menu-item:hover {background: #e8eef8;}
#depart_date {font-size: 24px;}
#return_date {font-size: 24px;}
.aircode {float: right;}
code, kbd, pre, samp {font-size: 15px;}
.bus-suggdrop > li > a > div.flght-left .city {font-size: 14px;}
.bus-suggdrop .flag-country {margin-top: -15px;}
.bus-suggdrop .aircode {min-width: 34px;font-size: 14px;}
.api-auto-complete li {margin: 0;display: block;font-size: 12px;line-height: 10px;overflow: hidden;border-bottom: 1px solid #cacaca !important;cursor: pointer;letter-spacing: 1px;min-height: 0px;}
.api-auto-complete > li > a > div.flght-left > i {position: absolute;left: 0;top: 1px;color: var(--main-color);}
.flght-left samp {display: block;}
.why_choose p {text-align: justify;}
.icons-call i {color: #fff;font-size: 23px;display: block;text-align: center;}
.ho_tabsearch_bars > .nav-tabs > li.active a,
.ho_searchengine-temp .nav-tabs > li.nav-item a:focus {background: linear-gradient(to right, var(--secondary-color), var(--color-3));color: #fff;}
.ho_searchengine-temp .nav-tabs > li.active > a:focus .charter img,
.ho_tabsearch_bars > .nav-tabs > li.active a img {filter: brightness(0) invert(1);}
.searchengine label {font-weight: 500 !important;font-size: 13px;font-family: "Roboto";color: #333;}
.flght-searchbar.bus-booking-wrap label {display: block;font-weight: 500;font-size: 13px;font-family: "Roboto";color: #333;}
.pt_lg {padding-top: 30px;}
.mt_lg {margin-top: 30px;}
.mt-15 {margin-top: 15px;}
.mt_lg .form-group {margin: 15px 0;}
.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;}
.ho_searchengine-temp .nav-tabs > li.nav-item a:hover {transition: all 0.2s ease;background: linear-gradient(to right, var(--secondary-color), var(--color-3));color: #fff;border: transparent;}
.htllg-p20 {margin-bottom: 20px;}
.theme2_short-seg span {font-weight: 400;}
.md-label {font-size: 14px;text-transform: uppercase;}
.traveller_pl0 .form-group {padding-left: 0;}
.theme2_travl {font-weight: 500;color: #000;}
.t_darkcolor {color: #000;}
#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;}
.search-btn2 .hotel_search_button {width: 100%;padding: 20px 16px;border-radius: 10px;font-size: 15px;font-weight: 500;}
.theme2_htl_label {text-transform: capitalize;font-weight: 500 !important;font-size: 13px; color: #000000;}
.border-bot {border-bottom: 1px solid #ccc;}
.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: 0px 0px 10px;font-size: 26px;color: #000;font-weight: 800;position: relative;}
.ho_offers-carousel .owl-stage-outer {padding: 5px;margin: 0 -5px;}
.testimonials-carousel .owl-nav button, .testimonials-carousel .owl-dots, .brands_air_line .owl-nav button, .brands_air_line .owl-dots.disabled {display: none !important;}
.theme2blog_bg {background-size: #ccc;padding: 30px 0;}
.ho_sectionarea2 {margin-top: 10px;}
.blogsee_all a {font-family: "Quicksand", sans-serif;font-size: 19px;font-weight: 800;color: var(--secondary-color);text-decoration: none;}
.theme2_why-we {padding: 3rem 0rem;font-size: 12px;}
.theme2_why-we h4 {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(--secondary-color);left: 0;}
.theme2_our-services {background: url(../../images/theme9_images/our-ser.webp);position: relative;background-position: top center;color: #fff;z-index: 1;background-size: cover;background-attachment: fixed;padding: 3rem 0rem;}
.theme2_our-services h3 {font-family: "Roboto Condensed", sans-serif;margin-bottom: 20px;margin-top: 10px;font-size: 29px;}
.theme2_our-services li > span > i {line-height: 90px;}
.theme2_our-services li > span {overflow: hidden;color: var(--main-color);display: inline-block;height: 90px;width: 90px;font-size: 50px;background: #fff;border-radius: 50%;margin-bottom: 15px;}
.theme2_our-services li {width: calc(97% / 6);display: inline-block;}
.theme2_compare-flights {padding: 25px 0;background: var(--color-theme);}
.tool-maincol a {text-decoration: none;color: #007bff;}
.dom-com_2 {padding: 7px;border-radius: 10px;background: #fff;box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.219);}
.dom-com_2 img {height: 62px;}
.theme2_our-services a {color: #fff;}
.brands_dom-owl-cras .owl-nav i {font-size: 24px;line-height: normal;padding: 3px 5px;color: #333;display: inline-block;}
.brands_dom-owl-cras .owl-nav {position: absolute;right: 0px;top: -43px;background: #ffff;border-radius: 36px;box-shadow: 0 0 4px rgb(0 0 0 / 17%);}
.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;}
.sayabout_us .stars {text-align: left;color: #ffb100;font-size: 16px;}
.theme2_offers-shrt-desc h4:after {content: "";position: absolute;left: 0;width: 25px;bottom: 0;height: 2px;background: var(--main-color);}
.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: 10.5px;color: var(--main-color);}
.age_wrap .form-control {height: 25px;}
.box_input select {height: 47px;border-radius: 8px;box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);}
.age_wrap {margin-bottom: 10px;}
/*Insurance css end*/
.get_link {display: flex;align-items: baseline;position: relative;}
.get_link select {width: 35%;}
.get_link input {width: 55%;}
.get_link .form-control {padding: 6px 4px;}
.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*/
.pop_ular {position: relative;border-radius: 17px;overflow: hidden;box-shadow: 0px 0px 10px rgb(0 0 0 / 31%);cursor: pointer;padding: 5px 5px 0 5px;transition: 0.3s ease;}
.popular_content {background: #fff;}
.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 p {margin: 0px;font-size: 12px;color: #fff;}
.pop_pr {font-weight: 800;font-size: 23px;font-family: "Roboto";padding: 10px;color: #111;display: flex;align-items: center;justify-content: center;}
.ho_popular-carousel .owl-stage-outer {padding-top: 10px;margin-left: -2px;}
.popular-text h2 {font-size: 16px;font-weight: 600;color: #fff;margin: 0px;font-family: "Roboto", sans-serif;}
.pop-btn {border-radius: 10px 10px 0 0;color: #fff;transition: 0.3s ease-in-out;padding: 6px 23px;}
.pop_ular:hover {box-shadow: 0px 0px 10px rgb(0 0 0 / 31%);}
.overflow_hide {overflow: hidden;border-radius: 15px 15px 0 0;}
.overflow_hide img {  transition: all 200ms linear;}
.pop_ular:hover img {scale: 1.1;transition: all 200ms linear;overflow: hidden;}
.pop-btn:hover, .pop_ular:hover .pop-btn {background: var(--main-color);color: #fff;}
/*popular flight end*/
/*blog*/
.tour_dmstRighttimg {border-radius: 10px;overflow: hidden;margin-bottom: 20px;}
.tour_dmstRighttimg img {width: 100%;height: 170px;}
.t-blog {background: #0044cc;padding: 20px;border-radius: 10px;color: #fff;height: 364px;}
.t-blog h2 {margin-top: 0;font-size: 30px;font-weight: 600;font-family: "Roboto", sans-serif;color: #fff;}
.t-blog p {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(--secondary-color);color: #000;}
/*blog end*/
.feebback-cont .form-control {border: 1px solid #777;border-radius: 4px;padding: 19px 12px;font-weight: 600;color: #333;}
.feebback-cont .form-control::placeholder {color: #333;}
.call_back20 {position: fixed;z-index: 4;right: -34px;top: 60%;transform: rotate(90deg);}
.call_back20 button, .call_back20 button:focus {background: var(--main-color);color: #fff;border: none;font-size: 14px;font-weight: 500;font-family: "Poppins", sans-serif;padding: 7px 11px;border-radius: 0px 0px 0 0;}
.call_back20 button:hover {background: var(--main-color);color: #fff;}
.seb-enq .btn-index-frnt {width: 100%;padding: 12px;border-radius: 5px;border: 1px solid var(--secondary-color);background: var(--secondary-color);font-size: 16px;font-weight: 700;color: #fff; margin-top: 10px;transition: 0.5s ease-in-out;}
.feedback_head {color: #000;padding: 6px 7px;background: transparent;}
.feedback_head .close {opacity: 1;color: #a6a4a4;text-shadow: none;width: 27px;padding: 4px;height: 27px;line-height: 14px;display: flex;align-items: center;justify-content: center;border-radius: 50%;border: 1px solid #ffffff;}
.about-text p {line-height: 28px;color: #666;font-size: 15px;text-align: justify;letter-spacing: 0.5px;}
.deal_list {overflow: hidden;transition: 0.5s;}
.deal_list img {height: 100px;object-fit: cover;border-radius: 10px;}
.deal_list:hover {margin-top: -10px;}
.ho_d-flex {display: flex;justify-content: space-between;align-items: center;gap: 10px;}
.ho_img {height: 80px;border-radius: 10px;}
#myModal .modal-header {background: #eee;border-radius: 10px;}
#myModal .modal-header .close {position: absolute;top: -15px;right: -15px;background: #000;opacity: 1;width: 30px;height: 30px;border-radius: 20px;color: #fff;line-height: 30px;}
#myModal .modal-header h2 {margin: 0px;font-size: 20px;color: #000;font-weight: 600;}
.modal-header .old_price {font-size: 13px;margin-bottom: 8px;color: #666;font-weight: 600;}
.modal-header .new_price {font-size: 28px;margin: 0;font-weight: 600;color: #000;line-height: 22px;}
.outline-base {position: relative;margin: 15px 0px;}
.outline-base .labelname {position: absolute;top: -7px;left: 5px;font-size: 11px;background: #fff;padding: 0px 5px;margin: 0px;color: #333;font-weight: 600;}
.outline-base .form-control {height: 50px;}
.insurance-booking-form .chosen-container-single .chosen-single {height: 47px;border-radius: 5px;line-height: 47px; box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);}
@media screen and (max-width: 1200px) {
  .testimonials .description {height: 100%;}
  .btnlg_search .ho_btnn {font-size: 15px;}
  .theme2_text_withimg {min-height: 180px;}
  .theme2_text_withimg:after {display: none;}
  .ho_searchengine-temp .panel-heading {top: -45px;width: 100%;}
  .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) {
  .holiday_package_sec .container-fluid, .jr_sec .container-fluid{padding-left: 100px;padding-right: 0;}
  .travel_faqs {padding-right: 40px;}
  .sub_pr0 {padding-right: 0;}
  .sub_pl0 {padding-left: 0;}
  .ho_blog-cont {height: 180px;}
  .chat_text {display: none;}
  form#hotel_search_form {padding: 0;}
  .hotels-wrap {background: #fff;padding: 2px 15px;border-radius: 11px;}
  .lgd_pr0 {padding-right: 0;}
  .ho_search_flight .w20 {width: 20%;min-height: 61px;}
  .ho_absolute-search-container {position: absolute; z-index: 2;margin: 0 auto;width: 100%;top: 19%;}
  .mobsm_p15 {padding-bottom: 30px;}
  .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;font-family: "Nunito", sans-serif !important;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) {
.holiday-section, .destination_sec, .jr_sec, .section_travel, .ho_signup, .travel_route_section, .travel-section, .holiday_package_sec, .testimonialbg, .travel_blog_sec{overflow-x: hidden;}
.route_scroll{overflow-x: auto;overflow-y: hidden; -webkit-overflow-scrolling: touch;scrollbar-width: none;padding-bottom: 15px; }
    .route_scroll::-webkit-scrollbar{display: none;}
    .route_wrapper{gap: 16px;padding: 20px 15px;min-width: max-content;}
    .route_wrapper::before{top: 65px;height: 120px;background-size: 260px 120px;}
    .route_item{min-width: 200px;flex-shrink: 0;}
    .route_content{padding: 14px;border-radius: 16px;}
    .route_content img{width: 45px;height: 45px;}
    .route_text h4{font-size: 15px;}
    .route_text span{font-size: 12px;}
    .route_pin{width: 32px;height: 32px;font-size: 13px;top: -10px;right: 14px;}
  .hl_booking_field{margin-bottom:15px;}
  .slider-heading{display:none;}
  .ft_title {margin: 25px 0;}
  .jr_slider .owl-item {padding-right: 15px;}
  .destination_heading p {font-size: 15px;}
  .section-title{font-size:33px;}
  .section-subtitle {width: 100%;margin: 0 auto 13px;line-height: 24px;font-size: 15px;}
  .travel-section {margin-top: 0;}
  .destination_card{margin-bottom:20px;}
  .hl_booking_row {display: block;}
  .testimonial_small_img {width: 80px;height: 80px;}
  .testimonial_small_img1 {left: 0;top: 60px;}
  .testimonial_small_img2 {right: 0;bottom: 50px;}
  .testimonial_wrapper {flex-direction: column;text-align: center;gap: 10px;padding: 19px 0;}
  .testimonial_left, .testimonial_right {width: 100%;}
  .testimonial_main_img {max-width: 320px;}
  .testimonial_main_img img {height: 320px;}
  .testimonial_title {font-size: 25px;letter-spacing: 2px;}
  .testimonial_desc {font-size: 17px;line-height: 1.8;margin-bottom:15px;}
  .testimonial_name {font-size: 40px;}
  .testimonials-carousel .owl-nav {position: static;transform: none;margin-top: 30px;text-align: center;}
  .ho_tabsearch_bars > .nav-tabs > li.active a, .ho_searchengine-temp .nav-tabs > li.nav-item a:focus {color: #fff;background: var(--main-color);}
  .multicitycount1,  .multicitycount2 {padding: 0 10px;}
  .testimonials-carousel {margin: 5px 0 10px;}
  .ho_home-pack-content h3 {font-size: 16px;margin-bottom: 5px;}
  .ho_home-pack-content {height: 330px;}
  .ho_offer_pill > li.active > a, .ho_offer_pill > li.active > a:hover, .ho_offer_pill > li.active > a:focus {border: none;}
  .ho_offer_pill > li > a {padding: 8px 12px;}
  .offer_titlebar {float: none;border-bottom: none;}
  .ho_offer_pill {margin-top: 6px;display: flex;flex-wrap:nowrap;justify-content: normal;white-space: nowrap;overflow-x: auto;overflow-y: hidden;background: #dcecf9;padding: 8px;width: 100%;border-radius: 40px;}
  .testimonialbg{padding: 50px 0 0;}
  .testimonials .testimonial_profile {width: 100%;display: block;}
  .choose_box .description {font-size: 14px;line-height: 18px;margin: 0 0 15px;}
  .choose_box {height: 150px;margin: 50px 0 0;}
  .choose_box .service-count {font-size: 29px;line-height: 50px;width: 70px;height: 70px;margin: -36px auto 0;}
  .flex_paxs {flex-direction: column;}
  .col-trvl {display: flex;flex-direction: initial;align-items: center;justify-content: space-between;width: 100%;}
  .traveller_pl0 {border: 1px solid #c8e1ef;margin-top: 0px;box-shadow: none;}
  .testimonials .title:before {height: 72px;left: -18px;}
  .ho_search_flight > .row > div[class*="col"]:not(:last-child) {border-right: 1px solid #c8e1ef;border: 1px solid #c8e1ef;margin-bottom: 8px; border-radius: 5px;box-shadow: none;}
  .testimonials .user_pic {width: 70px;height: 70px;}
  .testimonials .testimonial_profile {padding: 10px;}
  .testimonials .title {font-size: 15px;}
  .ho_search_flight > .row {padding: 10px;}
  .about_box {margin-top: 50px;}
  .ho_searchengine-temp .tab-content {box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);padding: 10px;}
  .who_weare > h2 {font-size: 30px;}
  .who_weare {padding-right: 0px;}
  .aboutsec {padding: 50px 0 50px;}
  #feedback {width: 100%;}
  .api-auto-complete {max-height: 250px;overflow: scroll;overflow-x: hidden;}
  .route_col img {width: 80px;height: 76px;}
  .flex_item {min-height: 100px;}
  .booking-col {width: 50%;padding: 0 15px;}
  .book-with {width: 100%;}
  .whychoose_us {margin-top: 25px;margin-bottom: 20px;}
  .segment-route {display: flex;align-items: center;margin: 10px 0;border: 1px solid #ccc;padding: 6px;border-radius: 12px;width: 100%;box-shadow: 0 0 5px rgb(0 0 0 / 19%);}
  .t-blog {margin-bottom: 15px;}
  .onpage_tabbar {margin-right: 0px;}
  .ho_searchengine-temp .nav-tabs > li.nav-item a {min-width: 90px;}
  .ho_home_banner {position: relative;height: auto;}
  .get_aap .btn-info {right: 11px;}
  .app-sc-img img {height: 100%;}
  .desktopnav {display: none;}
  .maincontentfluid.rechare-page-temp.bgtransprent {padding: 0;}
  .ho_searchengine-temp .flight-way-service {margin: 20px 15px 10px 0;}
  .mob_hidden {display: none !important;}
  .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%;}
  .sm_center {text-align: center;}
  .ho_slider-carousel img {height: 250px;}
  .container {width: 100%;}
  .ho_home-pack-content img {height: 230px;}
  .th-icon {width: 18%;}
  .ho_blog {margin-bottom: 5px;}
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .all_destination {background: #fff;overflow-y: auto;max-height: 450px;overflow-x: hidden;}
  .custom-radio {padding: 5px;}
  .sm-xs_hotel {padding-right: 0;}
  .searchbar-travel {padding: 0;}
  .col_border {margin-bottom: 10px;}
  .multi-s {padding: 0 0 0 15px;margin-top: 10px;}
  #searchform_multi {padding-right: 25px;padding-top: 5px;}
  #flightbtnsearch_multi {padding: 10px;font-size: 16px;height: auto;}
  .ho_dropdown-menu-nav {right: auto;z-index: 99;left: 0;width: 300px;min-width: auto;}
  .ho_searchengine-temp .flight-way-service {margin: 8px 15px 10px 0;}
  .btnlg_search .ho_btnn {height: auto;font-size: 15px;margin-top: 15px;}
  .ho_search_flight {border: 0px;}
  .bg_mob {border: 1px solid #c8e1ef;margin-bottom: 8px;padding-left: 15px; margin-right: 0px;border-radius: 12px;}
  .ho_searchengine-temp .nav-tabs > li.nav-item a {font-size: 16px;}
  .text-tabbase h2 {font-size: 22px;margin-top: 10px;}
  .ho_absolute-search-container {position: inherit;z-index: 2;margin-top: -200px;}
}
@media screen and (max-width: 767px) {
  section.travel_blog_sec {margin-top: 0;padding: 0;}
  .testimonial_small_img1{position: absolute;left: 2%;transform: translateY(-50%);}
.testimonial_small_img2{position: absolute;right: 2%;transform: translateY(-50%);}
  .route_content img {width: 35px; height: 35px;}
.route_item:nth-child(odd) {margin-top: 100px;}
  .route_content {padding: 1px;}
  .travel_route_section{padding:0;}
  .travel_route_section .bg_discover{font-size: 118px;letter-spacing: 5px;top:50%;}
  .circle-img {width: 200px;height: 200px;}
   .dealimg {height: 250px;}
    .dealcard{height: auto;}
    .hl_holiday_booking_form {padding: 30px 0;}
  .ho_signup {background-size:100%;background-position: top center;}
  .bg_news {text-align: center;margin: 0 auto;width: max-content;}
  .bg_news img{height: 312px;}
  .holiday_package_head {flex-direction: column;align-items: flex-start;gap: 20px;}
  .holiday_package_head h2 {font-size: 34px;}
  .holiday_package_card img {height: 400px;}
  .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;}
  .rechare-page-temp .customized_design {padding: 0px;margin: 11px 0px 0px;}
  .ho_searchengine-temp .recharge-wrap-temp .tab-content {padding: 5px 15px 20px;margin-top: 103px;}
  .swapbtn img {width: 20px;background: #fff;padding: 0px;border: none;border-radius: 50%;display: flex;rotate: 90deg;}
  .swap_btn_sec img {rotate: 180deg;}
  .swipe .lgswap {display: none;}
  .multy_border_adl {margin: 5px 10px; position: relative;}
  .ho_searchengine-temp .search-form-comon {background: transparent;padding: 0px 10px; margin-top: 10px;}
  .px_sm_0 {padding: 0;}
  .ho_tabsearch_bars .nav-tabs > li {margin-bottom: 5px;padding: 3px 3px;}
  .ho_searchengine-temp .nav-tabs > li.nav-item a {padding: 3px 3px;font-weight: 400;line-height: 13px;font-size: 13px; min-width: auto;width: 96px;white-space: normal;height: 66px;display: flex;flex-direction: column;align-items: center; box-shadow: 0px 0px 33px rgb(7 13 23 / 30%);justify-content: center;text-align: center;border-radius: 14px;overflow: hidden;border: 1px solid #ffffff;}
  .ho_home_banner {height: auto; margin-top: 0;}
  .ho_searchengine-temp .panel-heading {width: 100%;position: static;}
  .ho_absolute-search-container {z-index: auto;padding-top: 20px;background: var(--secondary-color);position: inherit;}
  .ho_slider-carousel {position: static !important;}
  .ho_search_flight > .row > div[class*="col"]:not(:last-child) {border-radius: 12px;}
  .who_weare h3 {font-size: 18px;}
  .who_weare > h2 {margin-top: 0;font-size: 24px;}
  .who_weare p {font-size: 13px;line-height: 19px;}
  .list_travel h4 {font-size: 15px;margin-left: 4px;}
  .list_travel i {font-size: 19px;}
  .ho_input_box .form-control {font-size: 16px;}
  .ho_search_flight {border: none;border-radius: 16px;}
  /*mobile app look sidebar from open*/
  .ho_searchengine-temp .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;padding: 0;}
  .ho_searchengine-temp .tab-content.mobile-open {right: 0;}
  .close-form-mobile i {margin-right: 7px;}
  .close-form-mobile {position: relative;font-family: "Roboto";right: 0px;text-transform: uppercase;left: 0;top: 0px;font-size: 16px;background: none;border: none;background: var(--secondary-color);border-radius: 0;width: 100%;padding: 7px 18px;text-align: left;}
  /*mobile app look sidebar from open*/
  .whychoose {padding: 25px 0 25px;}
  .ho_blog-cont {top: 50%;}
  .flex_paxs {padding: 15px 10px 5px;}
  .ho_dropdown-menu-nav .col-trvl .form-control {max-width: 100px;}
  .searchbar-travel {border: 1px solid #ccc;border-radius: 12px;}
  .flex_paxs {display: flex;justify-content: space-between;flex-direction: column;}
  .swap_btn_sec a i {rotate: 90deg;font-size: 15px;display: none;}
  .swap_btn_sec {position: absolute;right: 20px;width: 38px;line-height: 38px;height: 38px;border-radius: 50%;text-align: center;top: calc(50% - -11px);background: #fff;display: flex;justify-content: center;align-items: center;}
  .custom-radio {display: flex;align-items: center; cursor: pointer;gap: 5px;padding: 5px;margin-bottom: 0px;text-align: center;flex-grow: 1;}
  .route_col_holi {text-align: left;}
  .transfer_btn {margin-bottom: 10px;}
  .sec_recharge_tab {padding: 0px 10px 10px;background: #ffffff;border-radius: 10px;}
  .carser { display: flex;background: var(--color-3);border-radius: 8px;padding: 3px 2px;margin-bottom: 0 !important;}
  .bus-oneway-return {padding-top: 0;}
  .wrap_from {margin-bottom: 20px;}
  .flight-countm {background: #fff;border-radius: 5px 5px 0 0;padding: 3px;margin-right: -1px;}
  .flight-countm b {font-size: 12px;font-weight: 600;}
  .last_multi {border-radius: 0 0px 8px 8px;}
  .where_from {border-radius: 0px 0px 0 0px;}
  #flightbtnsearch_multi {margin: 10px 0px 0;padding: 10px 12px;height: auto;}
  .pass_pr0 {padding-right: 15px;padding-left: 15px;border-radius: 5px;margin: 8px 0;}
  .remove_field {text-align: center;display: block;margin: 0 auto;padding: 4px 6px;color: #fff;margin-bottom: 5px;}
  .add_flight .btn-success {padding: 4px;background: var(--secondary-color);}
  .searchbar-travel .border-4 {border: none;padding: 5px 15px;background: #fff;margin-top: 12px;border-radius: 5px;}
  .location {border-radius: 5px 5px 0 0px;}
  .col_border {border: none;padding: 5px 10px;min-height: 64px;margin-right: 0px;background: #fff;}
  .from_bg {background: transparent;}
  .hotel-ser, .add_flight, .multi-s {padding: 0;text-align: center;}
  .multi_city {margin-bottom: 7px;background: #fff;border-radius: 10px;border: 1px solid #c8e1ef;}
  .mul-pr0 {padding: 0px;margin-bottom: 0px;}
  .traveller_pl0 .form-group {padding-left: 0;}
  .from_b {border-radius: 5px 5px 0 0;}
  .ret_d {border-radius: 0 0 5px 0px;}
  .dep_b {border-radius: 0 0 0px 5px;}
  .traveller_pl0 {border-radius: 12px;}
  .ho_searchengine-temp .flight-way-service {margin: 10px 0px 10px 0;}
  .ho_fare-type-section {margin-top: 10px;padding: 5px;flex-direction: column;align-items: start;overflow-x: scroll;}
  .traveller_pl0 {margin-top: 5px;}
  .search-btn2 .hotel_search_button {padding: 10px 16px;font-size: 15px;margin-top: 10px;}
  .flightfrom_bg {padding-bottom: 0;}
  .pickup_fields_wrap {margin-left: 0px;padding: 0 15px;}
  .ho_searchengine-temp {padding: 0;}
  .ho_searchengine-temp .panel-heading {top: -45px;width: 100%;left: 0;right: 0;border-bottom: none !important; }
  .ho_tabsearch_bars {border-bottom: 1px solid #fff !important;}
  .ho_tabsearch_bars > .nav-tabs > li.active a::after {display: none;font-weight: 600;}
  .text-tabbase {padding: 8px 7px;}
  .equal_fnt {margin-top: 3px; color: #6e6c6c;}
  .btnlg_search .ho_btnn {height: auto;margin-top: 9px;font-size: 15px;}
  .multipal_btn {display: flex;max-width: 400px;justify-content: flex-start;margin: 0 auto 10px;}
  .text-tabbase h2 {font-size: 17px;line-height: 25px;margin-bottom: 0;margin-top: 10px;}
  .text-tabbase p {display: none;}
  .popular_destinations {padding: 20px 0 10px;}
  .holiday_tittle h3 {font-size: 16px;}
  .p_section_none {padding: 0;}
  .route_col_holi li {display: inline-block;margin-bottom: 5px;float: none;}
  .xs-p0 {padding: 0;}
  .view_all_butt {font-size: 13px;text-align: center;}
  .all_destination {margin-top: 15px;}
  .short_description p {font-size: 11px;margin-bottom: 0;}
  .b-flight h2 {margin-bottom: 4px;}
  .banner-off img {margin-bottom: 15px;}
  .icon_image img {width: 62px;}
  .booking-col .flex_item {border-bottom: 1px solid #ccc;padding: 10px 0; }
  .borderlast_line .flex_item {border-bottom: none;}
  .booking-col .short_description {margin-left: 10px;}
  .book-with {width: auto;}
  .booking-col {width: auto;padding: 0px 15px;}
  .multipal_heading h2 {margin-bottom: 10px;font-size: 32px;line-height: normal; }
  .multipal_heading p {margin-bottom: 0px;}
  .wrapper_holiday {padding: 10px 20px 10px;}
  .sm-best {padding: 0;}
  .item_start {padding: 5px 11px;}
  .theme2_text_withimg:after {bottom: -3px;}
  .theme2_text_withimg {min-height: 172px;}
  .heading-fourbox {font-size: 13px;}
  .mobile_p0_15 {padding: 0 5px;background: #fff;border-radius: 10px;}
  .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;}
  .flght-wrap-form-temp .row > div {margin-bottom: 5px;}
  .home_search_form {padding: 0;}
  .bus-booking-wrap {margin-top: 15px;}
  .bgfooter_img {padding: 15px 0 10px 0 !important;}
  .brands_dom-owl-cras .owl-nav i {display: none;}
  .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 i {font-size: 17px;line-height: 31px;}
  .swipe {width: 34px;height: 34px;line-height: 34px;z-index: 1;top: 50px;left: 50%;transform: rotate(90deg);background: #fff;display: flex;justify-content: center;align-items: center;}
  #flightbtnsearch_multi {margin: 6px 0px 0;width: auto;text-align: center;margin: 0 auto;}
  .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;}
  .insurance-booking-form .searchengine {margin-top: 15px;}
  .theme2_offers-shrt-desc h4:after {background: none;}
  .theme2_offers-shrt-desc.mobtext_center {text-align: center;}
  .ho_dropdown-menu-nav {left: 0;z-index: 99;right: auto;width: 100%;min-width: 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;}
  .hoNavIcon {height: 29px;width: 40px;}
  .homore {background-position: -254px -40px;}
  .theme2_trending-searches > ul > li > a {margin-bottom: 10px;}
  .theme2_trending-searches p {margin-bottom: 10px !important;}
  .theme2_travel_tools .brands_dom-owl-cras .owl-nav {position: absolute;right: 0;top: -96px;}
  .theme2_special-offer h3 span {font-size: 20px;margin-top: 5px;}
  .theme2_our-services li {width: calc(94% / 2) !important;margin-bottom: 15px;}
  .ho_search_flight > .row > div[class*="col"]:not(:last-child) {border-bottom: 1px solid #c8e1ef;}
  .add_cupon {margin-top: 20px;margin-bottom: 20px;}
}
@media screen and (max-width: 768px) {
  .ret_d {border-radius: 0 12px 12px 0 !important;margin-left: -1px;}
  .dep_b {border-radius: 12px 0 0 12px !important;}
  .ho_fare_class {align-items: center;justify-content: center;display: flex;flex-wrap: nowrap;}
  .wrap_border {margin-bottom: 5px;background: #fff;padding: 10px;}
  .check-d {border-right: 1px solid #ccc;}
  .fo_footer_heading6 p {margin-top: 29px;padding: 0 40px 0 0;}
  .scan_img {padding: 0 12px;text-align: center;}
  .scan_img img {height: 140px;max-width: 100%; }
  .download-app-sec .app-sc-img img {max-width: 100%;}
  .download-app h4 {font-size: 1.5em;}
  .download-app h3 {font-size: 2em;}
  .app-sc-img {text-align: center;}
  .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_holiday {height: auto;}
  .ho_makeFlex {margin-bottom: 10px;}
  .ho_fare_class li {margin-bottom: 5px;width: max-content;}
  .ho_input_box .flt-ct-cd {font-size: 12px;}
  .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;}
  .ho_holiday-img img {height: 240px;}
  .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_sectionarea {margin-top: 10px;}
  .ho_three-col-wrap {margin: 16px 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, .mob-swap {display: none;}
  .col-holiday {padding-right: 8px;padding-left: 8px;}
  .flight-countm {display: none;}
}
@media only screen and (max-width: 600px) {
  .banner-off img {height: 150px;}
  .mb15_mob {margin-bottom: 10px;}
  .moreservice a {width: auto !important;}
}
@media screen and (max-width: 480px) {
  .about_box .about_img .imgtravel img {height: 300px;}
  .tour_dmstRighttimg img {height: 150px;}
  .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_radio-paul li label {padding: 4px 9px;}
  .route_col_holi.nav-pills li a {padding: 5px 8px;font-size: 11px;margin: 3px;}
  .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) {
  .transfer_toplist {max-width: 280px;}
  .get_aap .btn-info {margin-top: 5px;}
  .get_link {flex-wrap: wrap;}
  .paul-hotel-down-wrap {width: 250px;}
}
