/* offer section css start */
  .offer_section {
      padding: 30px 0;
  }
  .offer_item{
    position: relative;
    width: 330px;
    height: 440px;
    border-radius: 24px;
    overflow: hidden;
    flex-shrink: 0;
    background: #fff;
    transition: all .4s cubic-bezier(.25, 1, .5, 1);
    cursor: pointer;
  }

  .offer_img{
      width:100%;
      height:100%;
      object-fit:cover;
      transition:.6s;
  }

  .offer_item:hover .offer_img{
      transform:scale(1.08);
  }

  .offer_item:hover {
      transform: translateY(-12px) scale(1.02);
  }

  .offer_item:hover::before {
      background: linear-gradient(
          to top,
          var(--secondary-color),
          rgba(8, 14, 30, 0.45) 45%,
          rgba(8, 14, 30, 0) 70%,
          rgba(8, 14, 30, 0.07) 100%
      );
      transition: 0.5s;
  }

  .offer_item:before{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(to top, rgba(8, 14, 30, .92) 5%, rgba(8, 14, 30, .45) 45%, rgb(8 14 30 / 0%) 70%, rgb(8 14 30 / 7%) 100%);
      z-index:1;
  }

  .offer_content{
      position:absolute;
      left:30px;
      right:30px;
      bottom:30px;
      z-index:2;
      color:#fff;
  }

  .cuppon_code{
      display:inline-block;
      background: linear-gradient(45deg, var(--main-color), var(--secondary-color));
      color:#fff;
      padding: 7px 16px;
      border-radius:50px;
      font-size:13px;
      font-weight:700;
      text-transform:uppercase;
      letter-spacing:.5px;
      margin-bottom: 10px;
  }

  .offer_content h3 {
      color: #fff;
      font-size: 26px;
      font-weight: 600;
      font-family: 'poppins';
      margin: 0 0 8px;
      line-height: 1.4;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
  }

  .offer_content .short_desc {
      color: rgba(255, 255, 255, .85);
      font-size: 16px;
      font-family: 'poppins';
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: 1.5;
      margin-bottom: 15px;
  }
  .view_offer {
      display: inline-block;
      padding: 7px 22px;
      border: 2px solid rgba(255, 255, 255, .9);
      border-radius: 24px;
      color: #fff;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 14px;
      transition: .4s;
  }

  .offer_item:hover .view_offer{
      background:#fff;
      color:#111;
  }

  .offer_item a{
      color:inherit;
      text-decoration:none;
  }

  .ho_offers-carousel {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: marquee 60s linear infinite;
    padding: 18px 0;
    gap: 25px;
}

.ho_offers-carousel:hover .marquee-track {
    animation-play-state: paused;
}

.offer-link{
    flex: 0 0 20%;
    padding:0 8px;
    text-decoration:none;
}

@media (max-width:991px){
    .offer-link{
        flex:0 0 33.333%;
    }
}

@media (max-width:767px){
    .offer-link{
        flex:0 0 50%;
    }
}

@media (max-width:575px){
    .offer-link{
        flex:0 0 100%;
    }
}

@keyframes marquee{

    from{
        transform:translateX(0);
    }

    to{
        transform:translateX(-50%);
    }
}

/* offer section css end */

/* airline brands */
.brands_dom-owl-cras:before{
    content: "";
    position: absolute;
    background: linear-gradient(90deg, #fff, transparent);
    height: 100%;
    width: 10%;
    z-index: 2;
    left: 0;
    top: 0;
}
.brands_dom-owl-cras:after{
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent, #fff);
    height: 100%;
    width: 10%;
    z-index: 2;
    right: 0;
    top: 0;
}
.brands_dom-owl-cras{
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 15px;
}

.brand-marquee{
    display: flex;
    width: max-content;
    animation: airlineMarquee 10s linear infinite;
}

.brands_dom-owl-cras:hover .brand-marquee{
    animation-play-state: paused;
}

.brand-marquee .item{
    flex: 0 0 auto;
    padding: 0 8px;
}

.brand-marquee .dom-com_2 img{
    width:100%;
    display:block;
}

@keyframes airlineMarquee{

    from{
        transform:translateX(0);
    }

    to{
        transform:translateX(-50%);
    }

}
/* airline brands end*/

.query_succuss_msg,
.success_msg {
  color: green;
  text-align: center;
  margin-bottom: 10px;
}

.ho_signup, .download-app-sec{
  overflow:hidden;
}
.ho_home_banner h2 {
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: 800;
  margin: 0;
  text-shadow: 2px 2px 3px #0000002e;
  font-size: 38px;
  top: 220px;
  font-family: 'Poppins', sans-serif;
  
}
.user_says h2 {
  margin-bottom: 20px;
}
.error_msg_email,
.error_msg_mobile {
  color: #ff0000;
  margin-top: 5px;
}
.all_testimonials .btn-info {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  background-color: var(--main-color);
  border-color: var(--main-color);
  padding: 10px 22px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.why_choose {
  font-size: 13.5px;
  font-weight: 400;
  line-height: 22px;
}
.transfer_col {
  margin-bottom: 15px;
}
.lgmtop_minus {
  margin-bottom: 20px;
}
.bus-suggdrop .ui-menu-item {
  padding: 5px 5px 5px 6px !important;
}
.bus-suggdrop .flag-country {
  margin-top: 0px;
}
.bus-suggdrop > li > a > div.flght-left .city {
  letter-spacing: 0;
  font-size: 14px;
}
/*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;
  font-family: "Roboto";
}
.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: Roboto, sans-serif;
}
/*transfer suggestion end list*/
.searchbtn_transfer {
  padding-top: 15px;
}
.all_testimonials .btn-info:hover {
  color: #fff;
}
.download-app h3 {
  font-size: 3em;
  margin: 0;
  font-weight: 700;
  background: linear-gradient(
    90deg,
    var(--color-3) 48%,
    var(--secondary-color) 95%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: poppins;
}
.download-app h4 {
  font-size: 2.2em;
  color: var(--secondary-color);
  font-family: "Poppins";
  margin-bottom: 0;
}
.ho_offers-carousel .owl-nav {
  display: none;
}
.qr_code img {
  width: 134px;
}
.qr_code {
  text-align: center;
}
.get_aap {
  position: relative;
}
.get_aap .btn-info {
  color: #fff;
  display: inline-block;
  background: var(--main-color);
  border-color: var(--main-color);
  padding: 10px 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;
}
.add_cupon {
  margin-top: 20px;
}
.qr_code ul li {
  margin-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;
}
.download-app-sec {
  padding: 3em 0;
  background: #fff url(../../images/theme9_images/world-map.webp);
}
.brands_dom-owl-cras .owl-nav i:hover {
  background: transparent;
}
.domestic_flight {
  font-size: 16px;
}
.app-sc-img img {
  max-width: 100%;
  max-height: 390px;
}
.scan_img img {
  max-width: 100%;
  margin-top: 10px;
  height: 104px;
}
.compare-flights ul {
  padding: 13px 0;
  margin-bottom: 0;
}
.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 15px 0 3px;
}
.advertisement_sec {
  margin: 30px 0
}
.holiday_packages {
  background: #fff;
  padding: 25px 0;
}
.add_section{
  background: #fff;
}
.ad_img {
  height: 126px;
  width: 75%;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}
.ad_img img {
  height: 100%;
}
.flex_headingbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.advertisement .owl-nav,.advertisement .owl-dots {
  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;
}
/* .modal-backdrop {z-index: auto;} */
.modal-backdrop.fade.in {
  background-color: #000;
  opacity: 0.5;
}
.rechare-page-temp .customized_design {
  padding: 0px;
  margin: 25px 0px 0px;
}
.mobile-recharge-wrap .btn {
  border-radius: 5px !important;
  padding: 9px 12px;
  color: #fff;
  background-image: linear-gradient(
    235deg,
    var(--secondary-color),
    var(--main-color)
  );
  border: 0;
  border-radius: 5px;
}
.recharge-wrap-temp .onpage_tabbar .tab-content {
  border: 0px;
  padding: 15px 0px 0px;
}
#select_country {
  height: 42px;
  background: transparent;
  border: none;
  font-size: 17px;
  width: 100%;
}
.add_scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.add_scroll::-webkit-scrollbar {
  width: 10px;
  height: 9px;
  background: #f5f5f5;
  border-radius: 10px;
}
.add_scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: var(--main-color);
}
.ho_searchengine-temp .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  width: auto;
  margin: 0 auto;
  white-space: nowrap;
  background: transparent;
  border: 0;
  overflow-x: auto;
  overflow-y: hidden;
}
.ho_tabsearch_bars .nav-tabs > li {
  margin-bottom: 10px;
  padding: 4px 0 0 4px;
}
.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: 40px;
  border-radius: 5px;
}
.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: 500px;
  overflow: hidden;
  width: 100%;
  border-radius: 0 0 23% 23%;
  object-fit: cover;
}
.ho_home_banner {
  position: relative;
  height: 570px;
  top: -159px;
  border-radius: 0 0 23% 23%;
}
body {
  color: #333;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.ho_offers-carousel .owl-stage {
  display: flex;
  overflow: hidden;
  padding: 0 4px;
  margin: 0 3px 0 3px;
}
.ho_body_section {
  background: #f7f7f7;
}
.ho_signup {
  background: #f5f5f5;
  padding: 30px 0px;
}
.ho_signup .form-control {
  border-radius: 8px;
  height: 45px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
}
.btn-go {
  background: none;
  height: 45px;
  border-radius: 8px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  border: 2px solid var(--main-color);
  background: var(--main-color);
}
.btn-go:hover,
.btn-go:focus {
  color: #fff !important;
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: inherit;
  outline: none;
}
.btn:active:focus {
  outline: none;
}
.ho_searchengine-temp {
  position: relative;
  visibility: hidden;
}
.search-loader {
  background: #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 .hoNavText,
.ho_searchengine-temp .nav-tabs > li.active > a .hoNavText:focus {
  color: #fff;
  cursor: pointer;
}
.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 {
  margin-right: 5px;
  flex-direction: column;
  display: flex;
  align-items: center;
  box-shadow: 0 1px 7px 0 rgb(0 0 0 / 40%);
  background: white;
  border-radius: 7px;
  text-transform: uppercase;
  padding: 10px 11px;
  font-size: 13px;
  min-width: 90px;
}
.input-group-addon {
  position: relative;
}
.hoNavIcon {
  height: 28px;
  width: 40px;
}
.homore {
  background-position: -254px -39px;
}
.hoNavText {
  color: #332822;
}
.ho_searchengine-temp .search-form-comon {
  border-top: 0px;
}
.ho_searchengine-temp .panel-heading {
  border: 0px;
  margin: 0 auto;
  position: absolute;
  left: 15px;
  right: 15px;
  top: -48px;
  z-index: 9;
  display: flex;
}
.ho_radio-paul {
  padding: 5px;
  background: #ececec;
  display: inline-block;
  border-radius: 25px;
  margin-bottom: 0;
  margin-top: 0px;
}
.ho_radio-paul > li.active > label > span {
  background: #fff;
  border-color: #ddd;
  color: var(--color-4);
  position: relative;
}
.ho_radio-paul > li > label > span {
  font-weight: 500;
  font-size: 13px;
  color: var(--main-color);
  display: block;
  position: relative;
  line-height: 14px;
}
.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: #ececec;
  padding: 4px 16px;
}
.ho_radio-paul li label:hover {
  background: #eeeeee;
}
.ho_radio-paul > li > label.active {
  background: var(--main-color);
}
.ho_radio-paul > li > label.active span {
  color: #fff;
}

.ho_radio-ins > li.active > label > span {
  background: #fff;
  border-color: #ddd;
  color: var(--color-4);
  position: relative;
}
.ho_radio-ins > li > label > span {
  font-weight: 500;
  font-size: 13px;
  color: var(--main-color);
  display: block;
  position: relative;
  line-height: 14px;
}
.ho_radio-ins > li {
  display: inline-block;
}
.ho_radio-ins li label input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.ho_radio-ins li label {
  border-radius: 100px;
  background: #ececec;
  padding: 4px 16px;
}
.ho_radio-ins li label:hover {
  background: #eeeeee;
}
.ho_radio-ins > li > label.active {
  background: var(--main-color);
}
.ho_radio-ins > li > label.active span {
  color: #fff;
}

.ho_searchengine-temp .search-form-comon {
  background: transparent;
}
.ho_searchengine-temp .m-50 {
  margin-top: 15px;
}
.ho_searchengine-temp .m-30 {
  margin-top: 30px;
}
.ho_searchengine-temp .tab-content {
  background: #fff;
  padding: 30px 0px 20px;
  border-radius: 9px;
  box-shadow: 0 1px 5px 0 rgb(0 0 0 / 14%);
}
.offer_titlebar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
.ho_flght-multi-wrap {
  padding: 0px 15px;
}
.ho_slider-carousel {
  position: absolute !important;
  top: 0;
  width: 100%;
}
.search-icn {
  position: relative;
}
.search-icn .label-btn {
  font-size: 14px;
  z-index: 2;
}
.ho_input_box .form-control {
  font-size: 30px;
  border: 0px;
  color: #000;
  font-weight: 500;
  padding: 0px;
  background: transparent;
  height: 35px;
}
.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 #e7e7e7;
  padding: 5px 0px;
}
.ho_search_flight .form-group {
  padding-left: 10px;
}
.ho_search_flight {
  border: 1px solid #e7e7e7;
  border-radius: 10px;
}
.searchengine-carousel {
  margin-top: 45px;
}
.searchengine-carousel .owl-stage-outer img {
  height: 400px;
  width: 100%;
}
.searchengine-carousel .owl-nav button {
  display: none;
}
.theme_3slider.carousel .item,
.theme_3slider.carousel .item img {
  height: 530px;
}
.searchbar-heading {
  background: var(--main-color);
  padding: 1rem;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.searchbar-heading h4 {
  margin: 0px;
  font-size: 20px;
  font-weight: 700;
}
.searchbar-heading i {
  font-size: 25px;
}
.why_with img {
  width: 40%;
}
.swipe {
  position: absolute;
  right: -13px;
  width: 26px;
  height: 26px;
  background: #fff;
  box-shadow: 0 0 6px rgb(0 0 0 / 34%);
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
  top: calc(50% - 13px);
  cursor: pointer;
  z-index: 999;
}
.swipe a {
  color: #332822;
  font-size: 15px;
}
.swipe a:hover,
.swipe a:focus {
  text-decoration: none;
}
.ho_searchengine-temp .home_search_form .form-group.search-icn,
.ho_searchengine-temp .home_search_form .form-group.search-en-col {
  margin-bottom: 15px !important;
}
.ho_search_flight label {
  text-transform: capitalize;
  font-weight: 500;
  margin-top: 4px;
}
.ho_searchengine-temp .search-btn {
  text-align: center;
  margin-bottom: -40px;
  position: relative;
  z-index: 1;
}
.ho_searchengine-temp .ho_btnn {
  display: inline-block;
  border-radius: 5px;
  border: none;
  background-image: linear-gradient(
    235deg,
    var(--secondary-color),
    var(--main-color)
  );
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 9px 19px;
  font-size: 14px;
  letter-spacing: 1px;
  width: auto;
}
.ho_searchengine-temp .ho_btnn:hover {
  background-image: linear-gradient(
    235deg,
    var(--secondary-color),
    var(--main-color)
  );
}
.ho_searchengine-temp .flight-way-service {
  margin: 0 0 5px;
}
.ho_searchengine-temp .ho_btnn.m-20 {
  margin-top: 20px;
}
.location_list {
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    z-index: 99999;
    max-height: 250px;
    overflow-y: auto;
    display: none;
}
.location_item {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}
.location_item:hover {
    background: #f5f5f5;
}
.position_relative {
  position: relative;
}
.ho_dropdown-menu-nav {
  min-width: 241px;
  top: 88%;
  padding: 15px;
  display: none;
  position: absolute;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.19);
  left: 0;
  z-index: 99;
}
.ho_three-col-wrap {
  display: flex;
  align-items: flex-start;
}
.ho_three-col-wrap img {
  width: 45px;
  padding-right: 5px;
}
.ho_three-col-wrap h4 {
  font-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: #333;
  font-family: "Quicksand", sans-serif;
  margin: 0px 0 10px;
  display: inline-block;
}
.ho_heading-2 {
  color: #111;
  font-family: "Quicksand", sans-serif;
  font-size: 25px;
  font-weight: 700;
  margin: 0px;
}
.ho_offers-carousel .owl-nav.disabled,
.ho_destination-carousel .owl-nav.disabled,
.ho_blog-carousel .owl-nav.disabled,
.ho_slider-carousel .owl-nav.disabled,
.ho_blog-carousel .owl-dots,
.brands_dom-owl-cras .owl-dots,
.ho_offers-carousel .owl-dots {
  display: none !important;
}
.ho_section {
  margin-bottom: 20px;
}
.ho_sectionarea {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
  position: relative;
  padding: 20px 20px 10px;
  z-index: 1;
}

.ho_offsr-thmb-img {
  top: -16px;
  position: relative;
}

.ho_blog-carousel .owl-stage-outer {
  padding-top: 10px;
  margin-left: -2px;
}
.ho_blog:hover {
  box-shadow: 0 3px 5px 0 rgb(0 0 0 / 30%);
  transition: 1s;
  margin-top: -7px;
}

.ho_content_right a {
  color: #111;
}
.ho_content_right a:hover {
  text-decoration: none;
}

.ho_shortd {
  overflow: hidden;
  height: 78px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
    color: #878282;
    font-weight: 400;
}
.ho_shortd p {
  margin: 0px;
}
.ho_content_right:before {
  content: "";
  position: absolute;
  left: 16px;
  width: 25px;
  top: 43px;
  height: 3px;
  background: #ff4600;
}
.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 {
  text-align: right;
}
.ho_trvl-view-butt a {
  color: var(--secondary-color);
  font-weight: 500;
  font-size: 17px;
  line-height: normal;
  font-family: 'Poppins', sans-serif;
}
.ho_trvl-view-butt a:hover {
  color: var(--main-color);
}
.ho_trvl-view-butt a:hover {
  text-decoration: none;
}
.ho_blog {
  transition: 0.3s ease;
  box-shadow: 0 1px 6px 0 rgb(0 0 0 / 34%);
  margin: 0px 0px 10px 10px;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  height: 440px;
}
.ho_blog-img img {
  height: 250px;
  margin: 0px;
  position: relative;
  object-fit: cover;
}
.ho_blog-img {
  position: relative;
  transition: 0.5s;
}
.ho_blog-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;
}
.ho_blog:hover .ho_blog-img:before {
  left: 100%;
}
.ho_blog-cont {
  padding: 0 15px 15px;
  height: 148px;
}
.ho_blog-cont .ho_sentence {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 3px;
}
.ho_blog h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0px 0px 2px;
  line-height: 25px;
  position: relative;
  padding-bottom: 0rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #111;
}
.ho_blg-bottom .read-more a {
  font-size: 15px;
  font-weight: 400;
  color: var(--secondary-color);
  line-height: normal;
  text-decoration: none;
}
.ho_blog-cont a {
  text-decoration: none;
  color: #111;
}
.ho_offer_pill {
  border-bottom: none;
}
.ho_offer_pill > li.active > a,
.ho_offer_pill > li.active > a:hover,
.ho_offer_pill > li.active > a:focus {
  border: 0px;
  border-bottom: 2px solid var(--secondary-color);
  color: var(--secondary-color);
}
.ho_offer_pill > li > a {
  background: transparent;
  border: 0px;
  font-size: 16px;
  font-weight: 600;
  color: #111;
  padding: 10px 9px;
}
.ho_offer_pill > li > a:hover {
  background: #f1f1f1;
}

.ho_holiday {
  transition: all 0.4s ease;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 31%);
  margin: 10px 5px;
  background: #fff;
  border-radius: 15px;
  text-align: center;
  overflow: hidden;
  height: 424px;
}
.ho_holiday:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
}
.ho_holiday h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0px 0 9px;
  line-height: 25px;
  position: relative;
  padding-bottom: 0rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: var(--secondary-color);
}
.ho_holiday_location {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ho_holiday-cont {
  padding: 15px;
  text-align: left;
}
.ho_holiday-img img {
  height: 240px;
  margin: 0px;
  position: relative;
  object-fit: cover;
}
.ho_holiday-img {
  position: relative;
  overflow: hidden;
  transition: 0.6s;
}
.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%
  );
  transform: skewX(-25deg);
  transition: 0.5s;
}
.ho_holiday:hover .ho_holiday-img:before {
  left: 100%;
}
.ho_holiday_deail {
  margin-top: 10px;
}
.ho_holiday_deail p {
  margin: 0px;
}
.ho_holiday_price {
  font-size: 14px;
  font-weight: 600;
  color: var(--secondary-color);
  border: 1px dashed var(--secondary-color);
}
.ho_holiday a {
  text-decoration: none;
  color: #333;
}
.ho_rating .checked {
  color: orange;
}
.read-more:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-left: 17px solid #dcefff;
  border-bottom: 20px solid transparent;
}
.read-more {
  margin-top: 25px;
  float: right;
  color: #fff;
  width: 55%;
  text-align: center;
  line-height: 35px;
  padding: 0 0 0 20px;
  background: var(--main-color);
  position: relative;
  font-weight: 700;
  font-size: 12px;
  margin-right: -10px;
  margin-bottom: -2px;
  border-radius: 0;
  text-transform: uppercase;
}
.read-more:hover {
  background: var(--color-4);
}
.read_more_button span {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 40px;
}
.read_more_button i {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}
.price-col p {
  margin: 0;
  position: absolute;
  top: 26px;
  color: #000;
  font-size: 18px;
  background: #dcefff;
  width: 100%;
  height: 41px;
  left: -1px;
  padding: 1px 7px 0 14px;
  text-align: justify;
  line-height: 17px;
  font-weight: 800;
}
.price-col span {
  font-size: 12px;
  display: block;
}
.view-det {
  position: relative;
  margin-left: -16px;
}
.blog-date {
  background: var(--main-color);
  display: inline;
  padding: 6px;
  position: relative;
  top: -24px;
  color: #fff;
  border-radius: 9px 9px 0 0;
  z-index: 2;
}
.blog_date i {
  margin-right: 5px;
}

.read_mblog a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  border-top: 1px solid #ccc;
  background: var(--secondary-color);
  color: #fff;
}
.read_mblog a:hover {
  background: var(--color-4);
}
.read_mblog a {
  color: #fff;
  font-size: 15px;
}
.read_mblog i {
  font-size: 21px;
}

/*--hotel form----*/
.form-common-paul {
  border: 1px solid #e7e7e7;
  border-radius: 7px;
  background: #fff;
}
.form-common-paul > .row {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.form-common-paul > .row > div[class*="col"]:not(:last-child) {
  border-right: 1px solid #e7e7e7;
}
.form-common-paul > .row > div[class*="col"] {
  padding: 5px 10px;
}
.hotel_form-control.form-control {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  border: 0px;
  padding: 0px;
  background: #fff;
  text-decoration: none;
}
.hotel_form-control.form-control:focus,
.ho_input_box .form-control:focus,
.flght-travel-tl-cla .form-control:focus {
  box-shadow: none;
}
.addremovedone a {
  text-decoration: none;
  color: #fff;
}
.paul-hotel-down-wrap {
  background: #fff;
  width: 267px;
  position: absolute;
  display: none;
  z-index: 9999;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  padding: 0.8rem;
  top: 55%;
}
.cst-pl-dept .hotel_search_date {
  opacity: 0;
}
.form-common-paul .form-group .hotel_search_date {
  position: absolute;
  top: 0;
  height: 100%;
}
.hotel-numbers .cstm-radio {
  padding-left: 0px !important;
  padding-right: 16px !important;
  padding-bottom: 8px;
}
.cstm-radio input {
  left: 0;
  position: absolute;
  height: 20px;
  width: 20px;
  top: -3px;
  -webkit-appearance: none;
  opacity: 0;
}
.hotel-numbers label input:checked ~ span {
  background: var(--white);
  color: var(--main-color);
}
.cstm-radio input:checked ~ span {
  color: #fff;
}
.hotel-numbers label span {
  background: var(--main-color);
  height: 25px;
  width: 25px;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  line-height: 24px;
  display: inline-block;
  border: 1px solid var(--main-color);
  cursor: pointer;
}
.roombox:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0 solid #ddd;
}
.paul-hotel-down-wrap .rmttl {
  padding-left: 0px !important;
  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: 5px;
}
.col-trvl {
  display: flex;
  justify-content: space-between;
}
.col-trvl:not(:last-child) {
  margin-bottom: 0.4rem;
}
.ho_dropdown-menu-nav .col-trvl label {
  float: left;
  margin-bottom: 0;
  height: auto;
  line-height: normal;
  font-size: 13px;
  font-weight: 500;
  padding-top: 7px;
  font-family: "Roboto", sans-serif;
  color: #333;
  padding-left: 0;
}
.ho_dropdown-menu-nav .col-trvl .form-control {
  float: right;
  width: 100%;
  border: 1px solid #b1aeae;
  height: 30px;
  max-width: 120px;
  min-height: initial;
  max-height: initial;
  color: #333;
  position: inherit;
  font-size: 14px;
  line-height: normal;
  padding: 0.375rem 0.75rem;
  border-radius: 3px;
}
.ho_search_btn {
  margin-top: 20px;
}
.ho_search_btn a {
  background: var(--main-color);
  color: #fff;
  font-weight: 700;
  border-radius: 20px;
  border-color: var(--main-color);
  padding: 5px 18px;
  text-decoration: none;
}
.flt-dep-dt > strong {
  font-size: 24px;
  color: #111;
}
.flt-dep-dt span:not(.dd-day) {
  color: #111;
}
.flt-dep-dt > span {
  font-size: 18px;
  color: #111;
  font-weight: 500;
}
.flt-dep-dt > span.dd-day {
  font-size: 15px;
  font-weight: 400;
  color: #333;
}
span.dd-day {
  display: block;
}
.cstm-frm-flt .flt-pd {
  z-index: 9;
  font-size: 1.9rem;
  padding: 0.375rem 0.96rem 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  cursor: pointer;
}
.cst-pl-dept .flt-pd {
  opacity: 0;
}
.txt-travel > .room_num {
  display: block;
}
.flght-travel-tl-cla .form-control {
  font-size: 15px;
  font-weight: 500;
  border: 0px;
  background: transparent;
  display: inline-block;
  text-decoration: none;
  padding: 0px;
}
.dropdown-toggle-tra:hover {
  color: #333;
}
.ho_input_box .form-control::placeholder {
  color: #111;
}
.super-offers-topbar {
  margin-bottom: 10px;
}
.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;
  margin-top: 10px;
  flex-wrap: wrap;
}
.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;
  font-size: 12px;
  display: flex;
  line-height: 11px;
  background: #fff;
  border-radius: 5px;
  margin-right: 5px;
  border: 1px solid #cdc8c8;
}
.ho_fare_class li:hover {
  background: #f5f5f5;
}
.ho_fare_class li label {
  margin: 0px;
  display: flex;
  align-items: center;
  font-weight: 500;
  padding: 10px 10px;
  cursor: pointer;
}
.ho_fare_class li label input[type="radio"] {
  min-width: 20px;
  margin-top: 0px;
  padding: 0px;
  vertical-align: bottom;
}
.bus-booking-wrap .search-btn-fld button.ho_btnn {
  font-weight: 600;
}
.error {
  color: red;
}
.api-auto-complete .ui-menu-item {
  padding: 5px 5px;
}
.api-auto-complete > li > a > div.flght-left .city {
  font-weight: 600;
  color: var(--main-color);
}
.api-auto-complete > li > a > div.flght-left .airpotcode {
  font-family: "Roboto", sans-serif;
  color: #424242;
  font-size: 13.4px;
  font-weight: 500;
  line-height: 15px;
  margin-top: 1px;
  letter-spacing: normal;
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  font-size: 13px;
}
.api-auto-complete > li > a > div.flght-left {
  width: 75%;
  position: relative;
  max-height: initial;
  padding-left: 25px;
}
.api-auto-complete > li > a > div.flght-right {
  width: 25%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.api-auto-complete::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: #f5f5f5;
}
.api-auto-complete::-webkit-scrollbar {
  width: 6px;
  background: #f5f5f5;
}
.api-auto-complete::-webkit-scrollbar-thumb {
  background-color: var(--main-color);
}
.api-auto-complete.ui-widget.ui-widget-content a {
  font-weight: normal;
  background: none;
  color: #333;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 3px;
}
.api-auto-complete .ui-menu-item:hover {
  background: #e8eef8;
  margin: 0px;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: 0px;
}
#depart_date {
  font-size: 24px;
}
#return_date {
  font-size: 24px;
}
.aircode {
  background: var(--secondary-color);
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  margin-right: 5px;
}
code,
kbd,
pre,
samp {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 15px;
}
.api-auto-complete li {
  margin: 0;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #cacaca !important;
  cursor: pointer;
  letter-spacing: 1px;
}
.api-auto-complete > li > a > div.flght-left > i {
  position: absolute;
  left: 3px;
  top: -1px;
  color: var(--main-color);
  font-size: 14px;
}
.flght-left samp {
  display: block;
}
.why_choose p {
  text-align: justify;
}
.icons-call i {
  color: var(--main-color);
  font-size: 28px;
}
.add_scroll .hoNavText {
  color: var(--main-color);
}
.ho_tabsearch_bars > .nav-tabs > li.active a {
  background: var(--main-color);
  color: white;
}
.ho_tabsearch_bars > .nav-tabs > li.active a::before {
  background-image: linear-gradient(93deg, #ffffff00, #ffffff78);
  content: "";
  position: absolute;
  border-radius: 7px;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.mt_lg {
  margin-top: 30px;
}
.mt_lg .form-group {
  margin: 15px 0;
}
.bus_mt {
  margin-top: 25px;
}
.ho_tabsearch_bars > .nav-tabs > li.active a:hover {
  background: var(--main-color);
  color: white;
}
.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:focus {
  background: var(--main-color);
}
.ho_searchengine-temp .nav-tabs > li.nav-item a:hover {
  box-shadow: 0 5px 10px -1px rgb(0 0 0 / 30%);
  transform: translateY(-7%);
  transition: all 0.5s ease;
}
.ho_tabsearch_bars > .nav-tabs > li.active a i {
  color: white;
}
.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-size: 25px;
  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;
}
.theme2_htl_label {
  text-transform: uppercase;
  font-weight: 500 !important;
  font-size: 14px;
  color: #424242;
}
.border-bot {
  border-bottom: 1px solid #ccc;
}
.theme2_text_withimg {
  background: white;
  padding: 15px;
  border-bottom: 2px solid #00a0dc;
  border-top: 2px solid #00a0dc;
  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 #00a0dc;
  border-left: 20px solid transparent;
}
.heading-fourbox {
  font-size: 16px;
}
.theme2_special-offer h3 {
  margin: 0 0 10px 0;
  font-size: 23px;
  color: #00a0dc;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
}

.theme2_special-offer h3 span {
  font-size: 38px;
  text-transform: capitalize;
  font-weight: 600;
  background: linear-gradient(
    90deg,
    var(--color-3) 48%,
    var(--secondary-color) 95%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
      font-family: 'Poppins', sans-serif;
}
.theme2_our-services h3 span {
  -webkit-text-fill-color: #ffffff;
}
.ho_testimonial_item {
  background: #fff;
  min-height: 44px;
  vertical-align: top;
  border: 1px solid var(--main-color);
  padding:15px;
  text-align: center;
  border-radius: 15px;
  height: 310px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
}
.ho_testimonial_item:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
}
.ho_testimonial_item img {
  vertical-align: text-top;
  max-width: 90px;
  padding: 5px;
  height: 90px;
  width: 100%;
  margin: 0 auto;
  border-radius: 50%;
  border: 3px solid #ffb607;
  margin-bottom: 7px;
}
.ho_testimonial_item p {
  text-align: center;
  margin-top: 10px;
  font-weight: 500;
  color: #333;
  display: -webkit-box;
  max-width: 400px;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: auto;
}
.ho_testimonial_item h6 {
  margin-top: 25px;
  margin-bottom: 5px;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
}
.testimonialbg {
  padding: 50px 0;
  background: url(../../images/theme9_images/world-map.webp) 0 0 / cover #fff;
}
.testimonials-carousel .owl-nav button {
  display: none;
}
.theme2blog_bg {
  background-size: #ccc;
  padding: 30px 0;
}
.ho_sectionarea2 {
  margin-top: 15px;
  margin-bottom:15px;
}
.blogsee_all a {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--secondary-color);
  text-decoration: none;
}
.theme2_why-we {
  background: var(--secondary-color);
  padding: 3rem 0rem;
  color: #fff;
  font-size: 12px;
}
.theme2_why-we h4 {
  margin-top: 0;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-size: 17px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(204, 204, 204, 0.17);
  font-weight: 500;
}
.theme2_why-we h4:after {
  position: absolute;
  bottom: -3px;
  width: 25px;
  content: "";
  height: 5px;
  background: var(--color-4);
  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 {
  margin-bottom: 20px;
  margin-top: 10px;
  font-weight: 600;
  font-size: 29px;
}
.theme2_our-services li > span > i {
  line-height: 90px;
}
.theme2_our-services li > span {
  display: inline-block;
  height: 90px;
  width: 90px;
  font-size: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-bottom: 15px;
}
.theme2_our-services li {
  width: calc(97% / 7);
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: top;
}
.theme2_our-services ul a {
  color: #fff;
  text-decoration: none;
}
.theme2_our-services ul a:hover li {
  transform: translateY(-6px);
  transition: all 0.4s ease;
}
.theme2_our-services ul a:hover li > span {
  transform: scale(1.12);
  background: var(--main-color);
  color: #fff;
  border: none;
  transition: all 0.4s ease;
  box-shadow: 0 12px 25px rgba(255, 255, 255, 0.35);
}
.theme2_our-services ul a li p {
  font-family: "Poppins";
  font-size: 16px;
}
.fade.in {
  background: transparent;
}
.theme2_compare-flights {
  padding: 25px 0;
  background: #ffff;
}
.tool-maincol a {
  text-decoration: none;
  color: #007bff;
}
.dom-com_2 {
  height: 86px;
  width: 180px;
  padding: 0px 10px 0px 10px;
  border: 1px solid #dfdfdf;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 1px 9px 0 rgb(0 0 0 / 20%);
  transition: 0.4s;

}
.dom-com_2:hover {
    transform: translateY(-5px) scale(1.02);
    border: 2px solid var(--secondary-color);
}

.dom-com_2 img {
  display: block;
  height: 60px;
  margin-top: 11px;
}
.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;
}
 .stars .fa-star{
  text-align: left;
  color: #ffb100;
  font-size: 16px;
  margin-top:10px;
}
.theme2_offers-shrt-desc h4:after {
  content: "";
  position: absolute;
  left: 0;
  width: 25px;
  bottom: 0;
  height: 2px;
  background: var(--main-color);
}
.testi_name_desc {
  text-align: left;
  padding: 0 20px;
}
.testi_name_desc p {
  text-align: left;
  margin: 0;
  font-size: 12px;
  color: #333;
}
.testi_name_desc a {
  font-size: 13px;
  color: var(--secondary-color);
  text-decoration: none;
}
.ho_searchengine-temp .mob_dropdown .dropdown-menu-right a:hover {
  transform: none !important;
}
.plan_div ul {
  display: inline-block !important;
}
.plan_div .theme2mb_0 {
  padding: 0 !important;
}
/*Insurance css start*/
.ins_age_details {
  min-width: 231px;
  width: 100%;
  padding: 15px;
  background: #fff none repeat scroll 0 0;
  border: 1px solid #d1d1d1;
  box-shadow: 0 5px 15px rgb(0 0 0 / 30%);
  border-radius: 3px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 15;
  display: none;
  margin-top: 8px;
}
.insurance_tabbar {
  margin-top: 25px;
}
.ins_tab_btn {
  margin-bottom: 10px;
}
.fnt12_age {
  font-size: 10px;
  color: var(--main-color);
}
.age_wrap .form-control {
  height: 25px;
}
.box_input select {
  height: 40px;
  border-radius: 5px;
}
.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 select.form-control {
  border-radius: 4px 0 0 4px;
}
.get_link .form-control {
  padding: 6px 4px;
  border-radius: 0;
}
.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%;
}
.pop_ular {
  position: relative;
  border-radius: 18px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  transition: all 0.4s ease;
}

.pop_ular:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  z-index:1;
}

.pop_ular img {
  height: 380px;
  margin: 0px;
  object-fit: cover;
  transition: 0.6s;
}
.popular_content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 15px;
  z-index: 3;
}
.popular-text {
  display:block;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  margin-bottom: 10px;
  gap: 10px;
  font-family: 'Poppins', sans-serif;
}
.popular-text h3 {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  margin: 0px;
  font-family: 'Poppins', sans-serif;
}
.pop-btn {
  background:var(--secondary-color);
  border-radius: 11px;
  color: #ffffff;
  width: 100%;
  font-weight: 500;
  padding: 11px;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
}
.pop-btn:hover{
  color:#fff;
  background:var(--main-color);
}
.pop_ular:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background-image: linear-gradient(#ffffff00, #000);
   z-index:2;
}
.pop_pr {
    font-size: 24px;
}
.popular-badge{
    position:absolute;
    top:15px;
    left:15px;
    z-index:5;
    background:linear-gradient(135deg,#ff5f6d,#ff9966);
    color:#fff;
    padding:7px 14px;
    border-radius:30px;
    font-size:12px;
    font-weight:600;
    box-shadow:0 4px 12px rgba(0,0,0,.2);
}
.popular-badge i{
    margin-right:4px;
}
.flight_popular_carousel.owl-carousel .owl-nav .owl-prev{
  position: absolute;
  top: 40%;
  left: 0px;
  font-size: 28px;
  background: #fff;
  color: #000;
  box-shadow: 0 0px 9px 0 rgb(0 0 0 / 45%);
  border-radius: 0 15px 15px 0;
  padding: 10px;
   height: 40px;
  width: 40px;
}
.flight_popular_carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    top: 40%;
    font-size: 28px;
    background: #fff;
    color: #000;
    box-shadow: 0 0px 9px 0 rgb(0 0 0 / 45%);
    border-radius: 15px 0 0 15px;
    padding: 10px;
    height: 40px;
    width: 40px;
}
.popular-text p {
    font-weight: 200;
    font-size: 14px;
} 
.more_popular_listing {
  background: #fff;
  padding: 30px 0;
}
.pop_ular:hover img {
  transform: scale(1.08);
}
.hotel_section {
  background: #f8f8f8;
}

/* corporate client css start */
.client-bg {
    padding: 60px 0;
    background: #eee;
    position: relative;
}
.corporate_left {
    background: linear-gradient(180deg, var(--secondary-color), var(--main-color));
    height: 260px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.corporate_left:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, black, transparent);
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0.5;
}
.heading_content {
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translate(0, -50%);
    z-index: 1;
    padding-right: 25px;
}
.heading_content h2{
    color: #fff;
    font-size: 50px;
    text-shadow: 2px 5px 7px #03213b;  
    font-family: 'Poppins';
    font-weight: 600; 
}
.heading_content p {
    text-shadow: 0px 1px 5px #03213b;
    color: #fff;
}
.corporate_left img {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.heading_content h5 {
    color: #fff;
    font-family: 'Roboto';
}
.client-list {
    height: 100px;
    background: #fff;
    border: 1px solid var(--secondary-color);
    padding: 22px;
    border-radius: 15px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.219);
    position: relative;
    overflow: hidden;
}
.client-list:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: #eee;
    border-radius: 50%;
    top: -37px;
    right: -37px;
    transition: 0.4s;
}
.client-list:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: #eee;
    border-radius: 50%;
    bottom: -37px;
    left: -37px;
    transition: 0.4s;
}
.client-list:hover:before{
    top: -18px;
    right: -18px;
}
.client-list:hover:after{
    bottom: -18px;
    left: -18px;
}
.client-list:hover img{
    transform: scale(1.2);
}
.client-list img {
    transition: 0.4s;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}
.corporate_carousel .owl-nav {
    position: absolute;
    bottom: -62px;
}
.corporate_carousel .owl-nav i {
    background: #fff;
    display: inline-block;
    padding: 6px;
    margin: 0 3px;
    font-size: 17px;
    border-radius: 50%;
    color: var(--secondary-color);
}
.corporate_carousel .owl-dots {display: none;}
.corporate_carousel .owl-stage-outer{margin: -10px; padding: 10px;}
/* corporate client css end */

@media screen and (max-width: 1200px) {
  .ho_searchengine-temp .panel-heading {
    top: -45px;
    width: 90%;
  }
  .ho_testimonial_item {
    height: 254px;
    margin: 5px 10px 5px 2px;
    width: 295px;
  }
  .ho_searchengine-temp .nav-tabs > li.nav-item a {
    margin-right: 6px;
    padding: 10px 14px;
  }
  .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) {
  .ho_offers-carousel:before {
      content: "";
      position: absolute;
      background: linear-gradient(90deg, #f7f7f7, transparent);
      height: 458px;
      width: 10%;
      z-index: 2;
      left: 0;
      top: 0;
  }
  .ho_offers-carousel:after {
        content: "";
        position: absolute;
        background: linear-gradient(90deg, transparent, #f7f7f7);
        height: 458px;
        width: 10%;
        z-index: 2;
        right: 0;
        top: 0;
    }
  .right_side {
    background: #fff;
    padding: 32px 20px;
    position: absolute;
    right: 15px;
    top: 40px;
    width: 100%;
    min-width: 596px;
    border-radius: 20px;
    z-index: 1;
  }
  .space_none {
    padding: 0;
  }

  .heading_content{padding-right: 136px;}
  .pr_lg0{
    padding-right:0;
  }
  
  .ho_absolute-search-container {
    position: absolute;
    z-index: 2;
    margin: 0 auto;
    width: 100%;
    top: 65%;
  }
  .mobsm_p15 {
    padding-bottom: 15px;
  }
  .top_p25 {
    padding-top: 25px;
  }
  .min_heightlg {
    min-height: 100px;
  }
  .lg_device_hidden {
    display: none !important;
  }
  .api-auto-complete {
    max-height: 270px;
    overflow: scroll;
    overflow-x: hidden;
    z-index: 9999;
    font-family: "Nunito", sans-serif !important;
    max-width: 380px !important;
    width: 100% !important;
  }
  .super-offers-topbar > .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }
  .super-offers-topbar > .row div#second {
    order: 3;
  }
  .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 (min-width: 768px) and (max-width: 991px) {
  .qr_code img {
    width: 150px;
  }
  .download-app h4 {
    font-size: 1.9em;
    margin-top: 5px;
  }
  .download-app h3 {
    font-size: 2.4em;
  }
  .scan_img img {
    height: 120px;
  }
  .add_cupon {
    margin-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .offer_content{
    left: 15px;
    right: 15px;
    bottom: 20px;
  }
  .offer_item{
    height: 320px;
    width: 260px;
  }
  .corporate_carousel .owl-nav {
    bottom: -44px;
  }
  .corporate_carousel .owl-nav i {
    margin: 0 3px;
    padding: 12px;
  }
  .heading_content h2{
    font-size: 34px;
    margin-top: 10px;
  }
  .corporate_left{
    height: 220px;
  }
   .ho_fare_class li label {
    padding: 0;
    width: max-content;
  }
  .ho_fare_class li {
    border: none;
  }
  .ho_fare_class {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start !important;
    overflow-x: auto;
    overflow-y: hidden;
    border: 1px solid #ccc;
    border-radius: 24px;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 5px;
  }
  .ho_fare_class label span {
    display: flex;
    align-items: flex-start;
    line-height: 14px;
    padding: 8px 10px;
    text-align: left;
    box-shadow: 2px 1px 11px -2px #aba6a6;
    border-radius: 24px;
  }

  .ho_fare_class input[type="radio"]:checked + span{
        background: var(--secondary-color);
        color: #fff;
    }
  .ho_fare_class input[type="radio"] {
        position: absolute;
        opacity: 0;
        left: 0;
        pointer-events: none;
    }

  .ho_holiday {
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 34%);
    border: none;
    border-radius: 12px;
  }
  .ho_flght-multi-wrap .form-control {
    border: 1px solid var(--secondary-color);
  }
  .ho_radio-paul > li > label > span {
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    line-height: 21px;
  }
  .get_aap input {
    width: 100%;
  }
  .get_link {
    display: block;
    margin-bottom: 20px;
  }
  .get_aap .btn-info {
    width: 100%;
    border-radius: 10px;
    padding: 13px 15px;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 34%);
  }
  .get_aap .form-control {
    height: 44px;
    margin-bottom: 10px;
    border-radius: 8px;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 34%);
  }
  .get_link select {
    width: 100%;
    display: block;
    border-radius: 8px !important;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 34%);
  }
  .ho_testimonial_item h6 {
    margin-top: 0;
  }
  .tab_add2 li a {
    position: relative;
    display: block;
    padding: 7px 15px;
    font-size: 14px;
  }
  .ho_offer_pill > li.active > a,
  .ho_offer_pill > li.active > a:hover,
  .ho_offer_pill > li.active > a:focus {
    border: 0px;
    background: var(--secondary-color);
    color: #ffff;
    border-radius: 24px;
  }
  .offer_titlebar .ho_trvl-view-butt {
    display: none;
  }
  .offer_titlebar {
    border-bottom: none;
  }
  .ho_offer_pill {
    margin-top: 6px;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    background: #dcecf9;
    padding: 8px;
    width: 100%;
    border-radius: 40px;
  }
  .tab_add2 li a {
    padding: 5px 13px;
  }
  .hide_sm {
    display: none;
  }
  .ho_sectionarea {
    padding: 10px 10px 10px;
  }
  .ad_img {
    width: 100%;
    height: 100%;
  }
  .testimonialbg,
  .ho_signup {
    padding: 20px 0;
  }
  .why_choose {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 20px;
  }
  .theme2_why-we h4 {
    font-size: 18px;
  }
  .ho_content_right:before {
    top: 25px;
  }
  .api-auto-complete {
    max-height: 230px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .onpage_tabbar {
    margin-right: 0px;
  }
  .ho_absolute-search-container {
    position: inherit;
    z-index: 2;
    padding-top: 20%;
  }
  .ho_testimonial_item {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .ho_searchengine-temp .nav-tabs > li.nav-item a {
    min-width: 80px;
  }
  .ho_home_banner {
    position: relative;
    height: auto;
    top: -7px;
    border-radius: 0 0 5% 5%;
  }
  .get_aap .btn-info {
    right: 11px;
  }
  .desktopnav {
    display: none;
  }
  .ho_home_banner h2 {
    display: none;
  }
  .maincontentfluid.rechare-page-temp.bgtransprent {
    padding: 0;
  }
  .mob_hidden {
    display: none !important;
  }
  .ho_signup .form-control {
    height: 40px;
  }
  .ho_searchengine-temp .nav-tabs > li.nav-item a {
    margin: 0px 0.1rem;
    padding: 10px 15px;
    font-size: 12px;
  }
  .offeringcol .row {
    display: block;
    flex-direction: row-reverse;
  }
  .theme2_testimonial-carousel .ho_testimonial_item {
    width: 96%;
  }
  .sectravel-tool {
    border: 1px solid transparent;
    padding: 11px;
    margin-bottom: 15px;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    border-radius: 15px;
  }
  .theme2_text_withimg {
    margin-bottom: 15px;
  }
  .theme2_text_withimg > p {
    height: 70px;
  }

  .why_with img {
    width: 12%;
  }
  .ho_signup .form-control,
  .btn-go {
    margin-top: 10px;
    width: 100%;
    height: 48px;
    border-radius: 9px;
  }
  .ho_slider-carousel img {
    height: 412px;
  }
  .container {
    width: 100%;
  }

  .th-icon {
    width: 18%;
  }
}
@media screen and (max-width: 767px) {
  .corporate_carousel .owl-nav {display: none !important;}
  .corporate_left {height: 250px;}
  .heading_content {top: 15px; transform: none;}
  .multipal_heading h2 {margin-bottom: 10px; font-size: 24px;}
  .heading_content {padding-right: 10px; left: 10px;}
  .xs_top {position: absolute; bottom: 60px; width: 100%;}
  .corporate_carousel {padding: 0 10px;}
  .client-list {height: 80px; padding: 12px;}
  .client-bg{padding: 30px 0;}
  .desktop_br {display: none;}
  .ho_tabsearch_bars > .nav-tabs > li.active a {
    border: none !important;
  }
  .px_zero {
    padding: 0 5px;
  }
  #cruise_form_submit {
    margin-top: 30px;
  }
  .ho_searchengine-temp .ho_tabsearch_bars .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .ho_searchengine-temp .sec_recharge_tab {
    padding: 10px 4px;
  }
  .ho_searchengine-temp .recharge-wrap-temp .tab-content {
    padding: 10px 15px;
    margin-top: 100px;
  }

  /*mobile app look sidebar from open*/
  .ho_searchengine-temp .nav-tabs {
    display: block;
  }
  .ho_slider-carousel img {
    display: none !important;
  }
  .ho_searchengine-temp .m-30 {
    margin-top: 40px;
  }
  .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;
    padding: 15px 6px;
  }

  .ho_searchengine-temp .tab-content.mobile-open {
    right: 0;
  }
  .close-form-mobile i {
    margin-right: 7px;
  }
  .close-form-mobile {
    position: absolute;
    right: 0px;
    text-transform: uppercase;
    left: 0;
    top: 0px;
    font-size: 17px;
    background: none;
    border: none;
    background: var(--secondary-color);
    border-radius: 0;
    width: 100%;
    padding: 9px 18px;
    text-align: left;
  }
  /*mobile app look sidebar from open*/
  .add_scroll .hoNavText {
    color: #332822;
  }
  .icons-call i {
    font-size: 28px;
    margin-bottom: 2px;
    color: #2a2828;
  }
  .ho_searchengine-temp .panel-heading {
    width: 100%;
    position: static;
  }
  .ho_slider-carousel {
    position: inherit !important;
  }
  .ho_searchengine-temp .nav-tabs > li.nav-item a {
    padding: 3px 5px;
    font-weight: 700;
    font-size: 12px;
    line-height: normal;
    min-width: auto;
    width: 100px;
    white-space: normal;
    height: 65px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #4a4848;
    justify-content: center;
    text-align: center;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: none;
  }
  .scan_img img {
    height: 108px;
  }
  .bus_mt {
    margin-top: 5px;
  }
  .addremovedone a {
    width: 100%;
    text-align: center;
  }
  .flt-dep-dt > span.dd-day {
    font-size: 12px;
    font-weight: 500;
    color: var(--main-color);
  }
  .theme2_htl_label {
    font-size: 13px;
    margin-bottom: 0;
  }
  .form-common-paul > .row > div[class*="col"]:not(:last-child) {
    border-right: none;
  }
  .form-common-paul {
    border: 0;
  }
  #select_country {
    height: auto;
  }
  .hotel_form-control.form-control {
    height: auto;
    background: #fffaf6;
  }
  .search-frm-field {
    border: 1px solid var(--secondary-color);
    border-radius: 8px;
    padding: 5px 10px;
    margin-bottom: 0;
    background: #fff8f2b5;
    min-height: 68px;
  }
  .ho_searchengine-temp .ho_btnn {
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 34%);
    margin-top: 0px;
    border-radius: 9px;
    padding: 11px 25px;
  }
  .ho_searchengine-temp .ho_btnn.m-20 {
    margin-top: 5px;
  }
  .ho_searchengine-temp .search-btn {
    margin-bottom: 0;
  }
  .search-btn .insurance_validation {
    margin-top: 10px;
  }
  .add_remove {
    text-align: center;
  }
  .add_remove .btn {
    padding: 5px 30px;
  }
  .flight-countm b {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    padding-left: 0;
    display: block;
  }
  .ho_makeFlex {
    display: none;
  }
  .ho_fare_class {
    justify-content: center;
  }
  .theme2_travl {
    font-size: 17px;
    font-weight: 700;
  }
  .ho_search_btn a {
    width: 100%;
    display: block;
    text-align: center;
  }
  .ho_fare-type-section {
    margin-top: 15px;
  }
  .flt-dep-dt {
    line-height: normal;
  }
  .ho_search_flight label {
    margin-top: 0px;
    margin-bottom: 0;
  }
  .ho_search_flight .form-group {
    padding: 6px 10px;
  }
  .ho_input_box .form-control {
    height: auto;
  }
  .ho_search_flight > .row > div[class*="col"]:not(:last-child) {
    border-right: none;
  }
  .traveller_pl0 {
    padding: 0;
    margin-top: 5px;
  }
  .ho_search_flight {
    border: none;
  }
  .advertisement .owl-dots {
    display: none;
  }
  .advertisement_sec {
    margin: 15px 0;
  }
  .ho_holiday-cont {
    padding:10px 10px 0;
  }
  .ad_img img {
    height: 60px;
  }
  .ho_absolute-search-container {
    position: static;
    z-index: 2;
    padding-top: 0px;
  }
  .ho_tabsearch_bars .nav-tabs > li {
    margin-bottom: 5px;
    padding: 4px 4px 0 0px;
  }
  .mobile_p0_15 {
    padding: 0 15px;
  }
  .transfer_btn {
    margin-top: 0px;
  }
  .mobsm_p15 {
    padding: 15px 15px 0;
  }
  .insurance_validation {
    margin-top: 15px;
  }
  .insurance_tabbar {
    margin-top: 10px;
    padding: 15px 15px 0;
  }
  .ho_radio-paul {
    margin-bottom: 11px;
    margin-top: 10px;
  }
  .flght-wrap-form-temp .row > div {
    margin-bottom: 0px;
  }
  .home_search_form {
    padding: 0;
  }
  .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: 23px;
    line-height: 36px;
    transform: rotate(88deg);
    display: block;
    color: var(--main-color);
  }
  .swipe {
    width: 38px;
    height: 38px;
    line-height: 38px;
    z-index: 1;
    top: 100%;
    right: 0%;
    transform: translate(-50%, -50%);
    border: 1px solid var(--secondary-color);
  }
  #flightbtnsearch_multi {
    margin: 6px 0px 0;
    width: 100%;
  }
  .paul-hotel-down-wrap {
    top: 70%;
  }
  .home_search_form > .row > div,
  .home_search_form > .row {
    margin-bottom: 0px;
  }
  .ho_searchengine-temp .m-50 {
    margin-top: 0px;
  }
  .sectravel-tool img {
    height: 60px;
  }
  .fo_footer-social-wrap {
    position: fixed;
    left: -39px;
    z-index: 999;
    top: 35%;
    transform: translateY(-50%);
    display: none;
  }
  .testi_name_desc a {
    padding: 10px 0 10px 0;
    display: block;
  }
  .theme2_offers-shrt-desc h4:after {
    background: none;
  }
  .theme2_offers-shrt-desc.mobtext_center {
    text-align: center;
  }
  .testi_name_desc {
    text-align: center;
  }
  .stars {
    text-align: center;
    margin: 0 auto;
    display: inline-block;
  }
  .testi_name_desc p {
    text-align: center;
  }
  .ho_testimonial_item p {
    max-width: 100%;
  }
  .ho_dropdown-menu-nav {
    left: 0;
    z-index: 99;
    right: auto;
  }
  .paul-hotel-down-wrap {
    left: 0;
    right: auto;
  }
  .dropdown-menu.dropdown-menu-right.moreservice a:last-child {
    border-bottom: 0;
  }
  .theme2_text_withimg > p {
    height: auto;
    min-height: 70px;
  }
  .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: 24px;
  }
  .dom-com_2 {
    height: 70px;
    padding: 0 5px;
  }
  .dom-com_2 img {
    height: 60px;
    margin-top: 0;
    padding-top: 0px;
  }
  .theme2_our-services li {
    width: calc(94% / 3) !important;
    margin-bottom: 15px;
    vertical-align: top;
  }
 
}
@media screen and (max-width: 768px) {
  .qr_code {
    text-align: end;
  }
  .px-sm_0 > .row > div[class*="col"] {
    padding: 5px 5px;
  }
  #return_datebox {
    margin-left: 5px;
  }
  .deprt_xs {
    margin-right: 5px;
  }
  .download-app-sec {
    padding: 20px 0;
  }
  .api-auto-complete {
    max-width: 350px;
  }
  .flex_headingbar {
    padding-top: 10px;
  }
  .mt_lg {
    margin-top: 0px;
  }
  .scan_img {
    padding: 0 12px;
    text-align: left;
  }
  .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;
    padding: 0 36px 20px;
  }
  .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 10px;
  }
  .ho_testimonial_item,
  .ho_blog,
  .ho_holiday {
    height: auto;
  }
  .ho_makeFlex {
    margin-bottom: 10px;
  }
  .flght-travel-tl-cla .form-control {
    font-size: 16px;
    line-height: normal;
  }
  .ho_input_box .flt-ct-cd {
    font-size: 12px;
  }
  .ho_input_box .form-control {
    font-size: 18px;
  }
  .flt-dep-dt > strong {
    font-size: 18px;
  }
  .ho_trvl-view-butt a i {
    display: none;
  }
  .ho_flght-multi-wrap .add_pickup_more {
    margin-bottom: 5px;
  }

  .three-col-wrap {
    border-bottom: 1px solid #e5e4e4;
  }
  .why_with {
    text-align: left;
  }
  .text-right {
    text-align: left;
  }
  .ho_book_flt {
    text-align: left;
    font-size: 14px;
    display: none;
  }
  .ho_heading-2,
  .ho_heading-1 {
    font-size: 23px;
  }
  .ho_sectionarea {
    margin-top: 10px;
  }
  .ho_section {
    margin-bottom: 25px;
  }
  .ho_three-col-wrap {
    margin: 16px 0px;
  }
  .ho_search_flight .form-group {
    margin-bottom: 0px;
    border: 1px solid var(--secondary-color);
    border-radius: 8px;
    background: #fff8f2b5;
  }
  .ho_theme_3slider {
    display: none;
  }
  .ho_absolute-search-container .with-nav-tabs {
    background: transparent;
    margin-bottom: 0;
    box-shadow: none;
  }
  .he_navbar .navbar-collapse {
    border: 0px;
  }
}
@media screen and (min-width: 768px) {
  .close-form-mobile {
    display: none;
  }
  .flight-countm {
    display: none;
  }
  .he_navbar .navbar-collapse {
    padding: 0px;
    border: 0px;
  }
  .home_search_form .form-group {
    margin-bottom: 3px !important;
  }
}
@media only screen and (max-width: 600px) {
  .view_offer{
    padding: 5px 18px;
  }
  .offer_content h3{
    font-size: 22px;
    margin: 0;
  }
  .cuppon_code{
    margin-bottom: 5px;
  }
  .offer_content .short_desc{
    margin-bottom: 10px;
  }
  .read_more_button span{
    font-size:12px;
  }
  .mb15_mob {
    margin-bottom: 10px;
  }
  .moreservice a {
    width: auto !important;
  }
}
@media screen and (max-width: 480px) {
  .multipal_heading h2 {font-size: 20px;}
  .xs_top{bottom: 48px;}
  .transfer_toplist {
    max-width: 300px;
  }
  .blogsee_all a {
    font-size: 15px;
  }
   .blogsee_all a i{
    display: none;
   }
  .mb15_mob label {
    font-size: 11.5px;
    font-weight: 600;
  }
  .theme2_trending-searches p {
    margin-bottom: 8px;
  }
  .ho_radio-paul li label {
    padding: 4px 12px;
  }
  .ho_fare_class li {
    width: 47%;
  }
  .ho_radio-paul > li > label > span:before {
    width: 13px;
    height: 13px;
  }
  .ho_radio-paul > li > label input[type="radio"]:checked + span:after {
    width: 13px;
    height: 13px;
    line-height: 13px;
  }
}
@media screen and (max-width: 350px) {
  .api-auto-complete {
    max-width: 280px;
  }
  .transfer_toplist {
    max-width: 280px;
  }
  .get_aap .btn-info {
    margin-top: 5px;
  }
  .get_link {
    flex-wrap: wrap;
  }
  .paul-hotel-down-wrap {
    width: 250px;
  }
}
