body {
  /* font-family: 'Poppins', sans-serif; */
  background: #f1f1f1;
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 500;
}
.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;
}

.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: 2;
    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;
}
/*why choose us section start from here*/
.whychoose {
  padding: 40px 0 50px;
  background:#0f2454;
}
.offerbg{
  background:#f5f8fa;
  padding:30px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-image: url(img/bg-img.webp);
}

.choose_box {
  color: #606060;
  background-color: #fdfdfd;
  text-align: center;
  padding: 0 14px 11px 12px;
  margin: 60px 0 0;
  border: 1px solid transparent;
  border-radius: 20px;
  height: 190px;
  position: relative;
  transition: all 0.3s ease 0s;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.choose_box:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.choose_box:after {
  content: "";
  width: 120px;
  height: 8px;
  border-radius: 50px 50px 0 0;
  transform: translateX(-50%);
  position: absolute;
  bottom: -1px;
  left: 50%;
}
.bg_ser_1, .after_line:after{
background:#cf3425;
}
.bg_ser_2, .after_line_2:after{
  background:#98aa30;
}
.bg_ser_3, .after_line_3:after{
  background:#6938ef;
}
.bg_ser_4, .after_line_4:after{
  background:#0e9384;
}
.choose_box .service-count {
  color: #fff;
  font-weight: 600;
  font-size: 35px;
  line-height: 69px;
  width: 96px;
  height: 96px;
  margin: -49px auto 0;
  border-radius: 50%;
  display: block;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 50% 80%, 0 50%);
}
.choose_box .title {
  color: #181a1c;
  font-size: 19px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.choose_box .description {
  font-size: 15px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  margin: 0 0 25px;
  font-weight: 400;
}
.heading_main {
  color: #fff;
  font-weight: 800;
  margin: 0;
}
/*why choose us section end from here*/

/*Testimonials css start from here*/
.testimonialbg {
  background: #feedeb;
  padding: 60px 0;
  position: relative;
  z-index: 1;
}
.bg-div .bg_user {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.stars_review .fa {
  font-size: 16px;
  color: #ffb100;
  margin: 5px 0px 5px 0;
}
.testimonials-carousel {
  margin: 25px 0 15px;
}
.testimonials {
  margin: 0 10px;
}
.testimonials .testimonial_content {
  margin: 20px 0 40px 0;
  position: relative;
}
.testimonials .testimonial_content:after {
  content: "";
  width: 20px;
  height: 20px;
  border-top: 20px solid var(--secondary-color);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  margin: 0 auto;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
}
.testimonials .description {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.219);
  padding: 25px 15px;
  margin: 0;
  background: var(--secondary-color);
  border-radius: 15px;
  font-size: 14.3px;
  font-weight: 400;
  color: #fff;
  position: relative;
  height: 190px;
  text-align: justify;
  line-height: 23px;
}
.testimonials .description:before,
.testimonials .description:after {
  font-family: FontAwesome;
  font-weight: 900;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  background: var(--secondary-color);
  position: absolute;
  border: 2px solid #fffafa;
}
.testimonials .description:before {
  content: "\f10d";
  top: -18px;
  left: 25px;
}
.testimonials .description:after {
  content: "\f10e";
  bottom: -18px;
  right: 25px;
}
.testimonials .testimonial_profile {
  display: table;
  padding: 15px;
  border: 1px solid var(--secondary-color);
  border-radius: 20px;
  margin: 0 auto;
  position: relative;
  width: 350px;
  background: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.219);
}
.testimonials .user_pic {
  width: 81px;
  height: 81px;
  border-radius: 50%;
  border: 1px solid var(--secondary-color);
  float: left;
  overflow: hidden;
}
.testimonials .title {
  display: inline-block;
  margin: 0 0 0 30px;
  font-size: 19px;
  font-weight: bold;
  color: var(--secondary-color);
  position: relative;
  top: 5px;
}
.testimonials .title:before {
  content: "";
  width: 1px;
  height: 90px;
  background: var(--secondary-color);
  position: absolute;
  top: -8px;
  left: -15px;
}
.testimonials .post {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #888;
  margin-top: 10px;
}
.tagline .badge {
  position: relative;
  padding-left: 25px;
  background-color: #feedeb;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  margin-bottom: 10px;
}
.tagline .badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 50%;
  background: var(--main-color);
  transform: translateY(-50%);
}
/*Testimonials css end from here*/

.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;
  -webkit-transition: 0.15s ease-out;
  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%;
}
.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;
}
.maincontentfluid.rechare-page-temp.bgtransprent {
  padding: 0 15px 0 0;
  min-height: auto;
  margin: 29px 0 0 0;
  background: transparent;
}
.onpage_tabbar {
  margin-right: 15px;
}
.rechare-page-temp .customized_design {
  padding: 0px;
  margin: 25px 0px 0px;
}
.mobile-recharge-wrap .btn {
  display: inline-block;
  border-radius: 5px;
  border: none;
  background: var(--main-color);
  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: 450px;
  overflow: hidden;
  width: 100%;
}
.ho_home_banner {
  position: relative;
  height: 450px;
}
.ho_body_section {
  background: #fff;
}
.ho_signup {
    padding: 60px 0;
    background-image: url(img/newsletter.jpg);
    background-size: cover;
    /* background-attachment: fixed; */
    background-position: center;
    position: relative;
    overflow: hidden;
    z-index:2;
}

.ho_signup::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55); 
}
.ho_signup h2 {
    color: #fff;
    margin-bottom: 8px;
}
.ho_signup p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}
.ho_signup .form-control {
    border: none;
    border-radius: 9px;
    height: 50px;
}
.btn-go {
    font-weight: 600;
   text-transform: uppercase;
    border: 2px solid var(--main-color);
    background: var(--main-color);
    padding: 12px 16px;
    border-radius: 6px;
}
.btn-go:hover {
  color: #fff !important;
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: inherit;
  outline: none;
}
.btn:active:focus {
  outline: none;
}
.ho_searchengine-temp {
  position: relative;
  visibility: hidden;
  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: 450px;
  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_slider-carousel .owl-nav.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);
  /* border: 1px solid #ccc; */
}

.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));
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.95));
  background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.95));
  background: -moz-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: 15px;
  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, .06);
    background:#fff;
    cursor: pointer;
    transition: all .2s cubic-bezier(.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 .4s cubic-bezier(.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: .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: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  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: 10px;
}
.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;
  -webkit-transform: skewX(-22deg);
  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%;
  -webkit-transform: skewX(0deg);
  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;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  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 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.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;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 15px 10px;
    justify-content: space-between;
}
.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: var(--color-3);
}
.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 {
    margin-top: 10px;
    border-top: 1px dashed #dedede;
    padding-top: 15px;
}
.ho_search_btn a {
    background: linear-gradient(to right, var(--secondary-color), var(--color-3));
    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; /* hide radio */
}
.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; /* checkbox look */
  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;
  /* letter-spacing: 1px; */
}
.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;
}

@media screen and (max-width: 1200px) {
  .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 (min-width: 1300px) {
  .container {
    width: 1270px;
  }
}
@media screen and (min-width: 992px) {
  .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) {
  .flex_paxs{
     flex-direction: column;
  }
  .col-trvl {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #ccc;
    margin-bottom: 8px;
    padding: 8px;
    border-radius: 9px;
    width: 100%;
}
  .traveller_pl0 {
    border: 1px solid #ccc;
    margin-top:0px;
  }
  .testimonials .title:before {
    height: 72px;
    left: -18px;
  }
  .ho_search_flight > .row > div[class*="col"]:not(:last-child) {
    border-right: 1px solid #ccc;
    border: 1px solid #ccc;
    margin-bottom: 8px;
    border-radius:5px;
  }
  .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;
  }
  .ho_home-pack-content {
    height: auto;
  }
  .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: 25px;
  }
}
@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 #ccc;
    margin-bottom: 8px;
    padding-left:15px;
    margin-right: -1px;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  }
  .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) {
  .ho_blog-cont{
    top:50%;
  }
  .flex_paxs {
    padding: 15px 10px 5px;
  }
  .ho_dropdown-menu-nav .col-trvl .form-control {
    max-width: 130px;
  }
  .searchbar-travel {
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  .flex_paxs {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .swap_btn_sec a i {
    rotate: 90deg;
    font-size: 15px;
  }
  .swap_btn_sec {
    position: absolute;
    right: 20px;
    width: 38px;
    line-height: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    top: calc(50% - -11px);
}
  .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;
  }
  .ho_absolute-search-container {
    position: inherit;
    z-index: 2;
    margin-top: -200px;
  }
  .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: 9px;
        color: #fff;
        margin-bottom: 5px;
    }
  .add_flight .btn-success {
    padding: 8px;
  }
  .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;
  }
  .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: 5px;
  }
  .ho_searchengine-temp .flight-way-service {
    margin: 10px 0px 10px 0;
  }
  .ho_fare-type-section {
        margin-top: 20px;
        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;
  }
  .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;
  }
  .btnlg_search .ho_btnn {
    height: auto;
    margin-top: 9px;
    font-size: 15px;
  }
  .multipal_btn {
    display: flex;
    max-width: 400px;
    justify-content: center;
    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;
  }
  /* .tab-pane-xs{
    display:none;
  } */
  .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: 20px;
  }
  .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 15px;
    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: 46px;
        right: 2%;
        transform: rotate(90deg);
    }
  #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 #ccc;
  }
  .add_cupon {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
    .ret_d {
    border-radius: 0 5px 5px 0 !important;
    margin-left: -1px;
}
 .dep_b {
    border-radius: 5px 0 0 5px !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_home-pack-content,
  .ho_holiday {
    height: auto;
  }
  .ho_makeFlex {
    margin-bottom: 10px;
  }
  .ho_fare_class li {
    margin-bottom: 5px;
    min-width: 180px;
  }
  .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: 170px;
  }
  .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) {
  .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;
  }
  .tab_add2 li a {
    padding: 5px 15px;
    font-size: 11px;
    margin: 3px;
  }
  .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) {
  .ho_radio-paul > li > label > span {
    font-size: 14px;
    min-width: 68px;
  }
  .transfer_toplist {
    max-width: 280px;
  }
  .get_aap .btn-info {
    margin-top: 5px;
  }
  .get_link {
    flex-wrap: wrap;
  }
  .paul-hotel-down-wrap {
    width: 250px;
  }
}
