
@font-face {
    font-family: "Circular Pro";
    src: url("../../theme/29/fonts/") format("woff2"),
         url("../../theme/29/fonts/CircularPro-Book.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Circular Pro";
    src: url("../../theme/29/fonts/CircularPro-Medium.woff2") format("woff2"),
         url("../../theme/29/fonts/CircularPro-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "Silver South Script";
    src: url("../../theme/29/fonts/SilverSouthScript-Regular.woff2") format("woff2"),
         url("../../theme/29/fonts/SilverSouthScript-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Miller Display";
    src: url("../../theme/29/fonts/MillerDisplay-Roman.woff2") format("woff2"),
         url("../../theme/29/fonts/MillerDisplay-Roman.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

a{
  font-family: "Circular Pro";
}
.font-2{font-family: "Circular Pro";}
h2, h3, p{font-family: "Miller Display";}
p{font-size: 18px;}

#confirmprice div.modal-header {
  background-color: rgb(42, 45, 148);
  color: white !important;
  text-align: center;
}

    #confirmprice div.modal-footer {
      background-color: rgb(42, 45, 148);
    }

    .waiting-loader {
      width: 100%;
      max-width: 50px;
      max-height: 200px;
      display: block;
      margin: 15px auto;
    }

    .top-bar {
      height: 30px;
      margin-bottom: 0px;
      padding: 5px 0px;
      background: var(--secondary-color);
    }

    .search-airline {
      position: relative;
    }

    .search-airline button {
      position: absolute;
      border: 0;
      color: var(--secondary-color);
      top: 8px;
      left: 0;
      background: transparent;
    }

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

    .ho_home_banner h2 {
      position: absolute;
      z-index: 2;
      color: #fff;
      font-weight: 800;
      margin: 0;
      text-shadow: 2px 2px 3px #0000002e;
      font-size: 65px;
      top: 46%;
      width: 100%;
      text-align: center;
    }

    .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-top: 15px;
    }

    .lgmtop_minus {
      margin-top: 35px;
    }

    .bus-suggdrop>li>a>div.flght-left .city,
    .hotel-suggdrop>li>a>div.flght-left .city {
      letter-spacing: 0;
      font-size: 14px;
    }

    .bus-suggdrop .flag-country,
    .hotel-suggdrop .flag-country {
      margin-top: -3px;
      float: left;
    }

    .bus-suggdrop>li>a>div.flght-left .city {
      padding-left: 8px;
    }

    /*transfer suggestion start list*/
    .transfer_toplist {
      max-width: 350px;
    }

    .affix {
      z-index: 9;
      top: 0;
      box-shadow: 0px 3px 8px rgb(0 0 0 / 10%);
      width: 100%;
    }

    .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*/

    .search_holiday .search-place {
      max-width: 300px;
      height: 56px;
      border-radius: 0;
      background: #0000004f;
      border: 1px solid #eee;
      border-radius: 3px 0 0 3px;
      color: #fff;
      box-shadow: none;
    }
    .div_flex {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .search_holiday .btn_srch {
      background: var(--main-color);
      color: #fff;
      height: 56px;
      width: 56px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 0px 3px 3px 0;
    }

    .btn_slct_plan {
      background: var(--main-color);
      border: none;
      height: 56px;
      display: flex;
      justify-content: center;
      align-items: center;
      max-width: 356px;
      border-radius: 3px;
      color: #fff;
      margin: 0 auto;
      text-transform: uppercase;
      letter-spacing: 2.5px;
    }
    .btn_slct_plan:hover, .btn_slct_plan:focus {
      color: #000;
      background: var(--secondary-color);
    }
    .search-form-holiday {
      position: relative;
      width: 100%;
      bottom: -15rem;
    }
    .holiday_title{
      font-size: 64px;
      font-family: 'Silver South Script';
      color: #fff;
      font-weight: 500;
    }

    .ho_slider-carousel .item:before {
      content: "";
      position: absolute;
      background: #00000000 linear-gradient(179deg, #ffffff00 0, #000000b5) 0 0 no-repeat padding-box;
      width: 100%;
      height: 100%;
      z-index: 1;
      top: 0;
      left: 0;
  }
    .maincontentfluid.rechare-page-temp.bg_transprent {
      margin: 0px !important;
    }

    .domestic_flight {
      font-size: 16px;
    }

    .news-flash marquee {
      position: relative;
      z-index: 2;
      color: #333;
    }

    .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;
    }

    .rechare-page-temp .customized_design {
      padding: 0px;
      margin: 25px 0px 0px;
    }

    .mobile-recharge-wrap .btn {
      display: inline-block;
      border: none;
      background: var(--secondary-color);
      color: #fff;
      text-transform: uppercase;
      font-weight: 600;
      padding: 9px 12px;
      font-size: 12px;
      letter-spacing: 1px;
      width: auto;
    }

    .hide_radio {
      display: none;
    }

    .max_h {
      max-height: 18px;
    }

    .recharge-wrap-temp .onpage_tabbar .tab-content {
      border: 0px;
      padding: 15px 0px 0px;
    }

    #select_country {
      color: #000;
      background: transparent;
      border: none;
      font-size: 16px;
      width: 100%;
      height: 38px;
    }

    .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: #666;
    }

    .ho_searchengine-temp .nav-tabs {
      display: flex;
      flex-wrap: nowrap;
      width: 100%;
      white-space: nowrap;
      background: hsl(0deg 0% 29.13% / 63%);
      backdrop-filter: blur(25.2000007628px);
      overflow-x: auto;
      overflow-y: hidden;
      padding: 0px 0px;
      border-bottom: 1px solid #d9dfe3;
    }

    .ho_tabsearch_bars .nav-tabs>li {
      padding: 0px 5px;
    }

    .ho_tabsearch_bars>.nav-tabs>li.active a:hover {
      background: var(--main-color);
      color: white;
    }

    .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;
    }

    .holiday_frm .form-control {
      height: 50px;
      border-radius: 0;
      background: hsla(0, 0%, 100%, 0.51);
      backdrop-filter: blur(25.2000007628px);
    }

    .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;
    }
    .your-adventure {
        padding: 60px 0;
    }
    .your-adventure p {
      margin: 30px 0;
      font-size: 18px;
  }
    .btn-plan {
      background: var(--main-color);
      border: none;
      padding: 10px 20px;
      line-height: 30px;
      text-transform: uppercase;
      border-radius: 4px;
      letter-spacing: 2.5px;
      font-weight: 500;
      font-size: 15px;
      font-family: "Circular Pro";
      transition: 0.3s ease-in-out;
  }

    .search-form-holiday:before {
      content: "";
      position: absolute;
      background: var(--main-color);
      height: 26rem;
      top: -35px;
      width: 2px;
      left: 50%;
    }

    .btn-plan:hover{
      background: var(--secondary-color);
    }
    .btn-primary.btn-plan:focus{
      background: var(--secondary-color);
    }
    .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 {
      height: 550px;
      width: 100%;
    }

    body {
      color: #000;
      font-size: 14px;
      font-weight: 500;
      background: #fff;
    }

    .bg-white {
      background: #fff;
    }

    .btn-go {
      height: 45px;
      background: none;
      color: #fff;
      font-size: 18px;
      font-weight: 600;
      text-transform: capitalize;
      border: 0px;
      background: var(--secondary-color);
    }

    .btn-go:hover {
      color: #fff !important;
    }

    .btn.focus,
    .btn:focus,
    .btn:hover {
      color: inherit;
      outline: none;
      box-shadow: none;
    }

    .btn:active:focus {
      outline: none;
    }

    .terms-condition {
      border-top: 1PX SOlid #bababa;
      padding: 30px 0px;
    }

    .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 {
      cursor: pointer;
      color: var(--secondary-color);
    }

    .ho_searchengine-temp .nav-tabs>li.active>a i,
    .ho_searchengine-temp .nav-tabs>li.active>a i:focus {
      color: var(--secondary-color);
    }

    .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;
    }

    .trvl-tglhtl {
      padding: 0;
    }

    .ho_searchengine-temp .nav-tabs>li.nav-item a {
      justify-content: center;
      display: flex;
      align-items: center;
      position: relative;
      padding: 10px 11px;
      font-size: 14px;
      min-width: 90px;
      font-weight: 500;
      border-radius: 10px;
      border-radius: 0px;
      border-bottom: 3px solid transparent;
      text-transform: uppercase;
      letter-spacing: 1.5px;
    }

    .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;
      padding: 0px;
      background: transparent;
    }

    .ho_searchengine-temp .panel-heading {
      border: 0px;
      margin: 0 auto;
      display: flex;
    }

    .ho_radio-paul {
      padding: 0px;
      margin-bottom: 0;
    }

    .ho_radio-paul>li.active>label>span {
      background: #fff;
      border-color: #ddd;
      color: var(--color_4);
      position: relative;
    }

    .ho_radio-paul>li>label>span {
      font-weight: 600;
      font-size: 14px;
      padding-top: 0px;
      padding-bottom: 1px;
      border-radius: 15px;
      position: relative;
      line-height: 14px;
      padding-left: 5px;
    }

    .ho_radio-paul>li {
      display: inline-block;
    }

    .ho_radio-paul>li .radio {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle;
      appearance: button;
      background: #fff;
      width: 18px;
      height: 18px;
      border-radius: 50%;
    }

    .ho_radio-paul>li input[type="checkbox"],
    input[type="radio"] {
      margin: 0px;
    }

    .ho_radio-paul li label {
      font-size: 15px;
      box-shadow: none;
      font-weight: 500;
      padding: 5px 8px 5px 0px;
      color: #555555;
      background: transparent;
      border: 0px;
    }

    .ho_radio-paul li label.active {
      box-shadow: none;
    }

    .btn-mult {
      padding: 10px 17px;
      background: #f2f4f7;
      border: none;
      color: #000;
    }

    #flightbtnsearch_multi {
      margin: 0px 0px;
    }

    .add_pickup_more {
      color: var(--secondary-color);
      font-weight: 600;
      background: transparent !important;
      border: 1px solid var(--secondary-color);
    }

    .add_pickup_more:hover,
    .add_pickup_more:focus {
      color: var(--secondary-color);
      border: 1px solid var(--secondary-color);
    }

    .custm-checkbox input[type="checkbox"] {
      position: absolute;
      opacity: 0;
    }

    .custm-checkbox input[type="checkbox"]+span {
      position: relative;
      cursor: pointer;
      padding: 0;
      display: block;
      padding-left: 24px;
    }

    .custm-checkbox input[type="checkbox"]+span:before {
      content: "";
      margin-right: 10px;
      display: inline-block;
      vertical-align: text-top;
      width: 20px;
      height: 20px;
      background: #fff;
      border: 2px solid #ccc;
      border-radius: 4px;
      position: absolute;
      left: 0;
      top: 0px;
    }

    .custm-checkbox input[type="checkbox"]:checked+span:before {
      background: var(--secondary-color);
      border-color: transparent;
    }

    .custm-checkbox input[type="checkbox"]:checked+span:after {
      content: "";
      position: absolute;
      left: 5px;
      top: 9px;
      background: #fff;
      width: 2px;
      height: 2px;
      margin-top: -1px;
      box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff,
        4px -6px 0 #fff, 4px -8px 0 #fff;
      transform: rotate(45deg);
    }

    .btn-mult:hover,
    .btn-mult:focus {
      background: #f2f4f7;
    }

    .pt25 {
      padding-top: 25px;
    }

    .ho_radio-paul>li>label {
      color: #111;
    }

    .flight-way-service {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .service-list {
      position: relative;
    }
    .service-list:not(:last-child){
      border-right: 1px solid #7a7a7a;
      padding-right: 12px;
    }
    .service-list p, label, a, select{
      font-family: "Circular Pro";
    }

    .service-list p {
      margin-bottom: 0px;
      font-size: 16px;
      color: #000;
      cursor: pointer;
    }

    .ho_radio-list,
     .ho_coach-list{
      border-radius: 0;
      position: absolute;
      top: 80%;
      left: 0;
      z-index: 99;
      background-color: #fff;
      box-shadow: 0px 4px 76px 0px rgba(0, 0, 0, .4);
      margin: 0;
      padding: 10px;
      list-style: none;
      display: none;
    }

    .ho_radio-list li label,
    .ho_coach-list li label {
      padding: 12px 10px;
      width: 100%;
      margin: 0;
      text-align: left;
      background: #fff;
      font-weight: 500;
      font-size: 16px;
      display: block;
      position: relative;
      line-height: 11px;
    }

    .ho_radio-list>li>label.active,
    .ho_coach-list>li>label.active {
      color: var(--secondary-color);
      box-shadow: none;
    }

    .ho_radio-list li label:hover,
    .ho_coach-list li label:hover {
      background: #eeeeee;
    }

    .ho_searchengine-temp {
      margin-top: 15px;
    }

    .ho_searchengine-temp .m-30 {
      margin-top: 30px;
    }

    .ho_searchengine-temp .searchbar_bg {
      background: hsla(0, 0%, 100%, 0.51);
      backdrop-filter: blur(25.2000007628px);
      padding: 10px;
      box-shadow: 0 0 57px rgba(0, 0, 0, .2);
      border-radius: 0px 0px .5rem;
    }

    .ho_searchengine-temp .recharge-wrap-temp .nav-tabs {
      border: 1px solid #ddd;
    }

    .offer_lg0{
      padding: 0;
      overflow: hidden;
    }

    .offer_titlebar {
      display: flex;
      justify-content: center;
      align-items: center;
    }

  .offer-section .tab-content {
    margin-top: 86px;
}

  .ho_offers-carousel.owl-carousel .owl-stage-outer{
    overflow: visible;
  }

    .search-icn {
      position: relative;
    }

    .search-icn .label-btn {
      font-size: 14px;
      z-index: 2;
    }

    .ho_search_flight .form-control {
      font-size: 15px;
      border: 0px;
      color: #000;
      font-weight: 500;
      padding: 0px;
      background: transparent;
      height: 35px;
    }

    .ho_search_flight .form-control:focus {
      box-shadow: none;
    }

    .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>.row>div[class*="col"] {
      padding: 5px 5px;
    }

    .ho_search_flight .form-group {
      padding-left: 10px;
    }
    .ho_searchengine-temp .cstm-form {
      box-shadow: 0 0 4px rgb(0 0 0 / 22%);
      margin-bottom: 0;
      position: relative;
      height: 50px;
      border: 1px solid #ffefd1;
      border-radius: 0;
      padding: 5px 3px 5px 25px;
      background: hsla(0, 0%, 100%, 0.51);
      backdrop-filter: blur(25.2000007628px);
  }
    .cstm-form i.iconn {
      font-size: 18px;
      margin-right: 5px;
      position: absolute;
      left: 6px;
      top: 13px;
    }

    .ho_searchengine-temp input.form-control::placeholder{
      color: #000;
    }
    .ho_searchengine-temp input.form-control.search-place::placeholder{
      color: #a5a5a5;
    }
    .ho_searchengine-temp .recharge-wrap-temp .tab-content{
      background: transparent;
      backdrop-filter: none;
    }

    .airline-search .checkbox {
      margin: 4px 0px;
    }

    .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%;
    }

    .input_api-travels .form-control {
      font-size: 14px;
      font-weight: 500;
      border-radius: 10px;
      padding-left: 22px;
      border: 1px solid #999;
    }

    .input_api-travels .p30 {
      padding-left: 35px;
    }

    .icon_multi:first-child {
      padding-left: 15px;
    }

    .icon_multi {
      position: relative;
      padding: 0 5px;
    }

    .icon_multi .iconn {
      font-size: 17px;
      position: absolute;
      left: 17px;
      top: 15px;
      z-index: 1;
    }

    .swipe {
      position: absolute;
      right: -15px;
      width: 32px;
      height: 32px;
      background: #fff;
      box-shadow: 0 0 6px rgb(0 0 0 / 34%);
      border-radius: 50%;
      text-align: center;
      line-height: 30px;
      top: calc(50% - 16px);
      cursor: pointer;
      z-index: 10;
      border: 1px solid #999999;
    }

    #multi-flght {
      display: none;
    }

    .swipe_multi {
      position: absolute;
      right: -17px;
      width: 34px;
      height: 34px;
      background: #fff;
      box-shadow: 0 0 6px rgb(0 0 0 / 34%);
      border-radius: 50%;
      text-align: center;
      line-height: 34px;
      top: calc(50% - 24px);
      cursor: pointer;
      z-index: 10;
      border: 1px solid #999999;
    }

    .swipe_multi a {
      text-decoration: none;
      font-size: 18px;
      color: #363636;
    }


    .swipe a {
      color: #332822;
      font-size: 18px;
    }

    .swipe a:hover,
    .swipe a:focus {
      text-decoration: none;
    }

    .ho_search_flight label {
      text-transform: uppercase;
      display: block;
      font-weight: 500;
      margin: 0px;
      font-size: 10px;
      line-height: 11px;
    }

    .ho_btnn {
      display: inline-block;
      border-radius: 5px;
      border: none;
      background: var(--main-color);
      color: #fff;
      font-weight: 500;
      padding: 9px 19px;
      font-size: 15px;
      letter-spacing: 0.5px;
      width: auto;
      font-family: "Circular Pro";
      transition: 0.3s ease-in-out;
    }

    .ho_btnn:hover {
      background: var(--secondary-color);
      color: #000000;
    }

    .ho_searchengine-temp .flight-way-service {
      margin: 0 0 5px;
    }

    .ho_searchengine-temp .ho_btnn.m-20 {
      margin-top: 20px;
    }

    .ho_dropdown-menu-nav {
      min-width: 241px;
      top: 88%;
      padding: 15px;
      display: none;
      position: absolute;
      background: #fff;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.19);
      left: 0;
      z-index: 99;
    }

    .ho_three-col-wrap {
      display: flex;
      align-items: flex-start;
    }

    .ho_three-col-wrap img {
      width: 45px;
      padding-right: 5px;
    }

    .ho_three-col-wrap h4 {
      font-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;
    }

    .site-blogs-carousel .owl-nav.disabled,
    .ho_slider-carousel .owl-nav.disabled {
      display: none !important;
    }

    .airline-brands {
      background: #000;
      position: relative;
      padding: 46px 20px;
    }
    .brand-heading span {
      display: inline-block;
      color: #fff;
      position: relative;
      padding: 0 20px;
      background: #000;
      font-size: 20px;
      font-family: "Miller Display";
    }
    .brand-heading{
      margin-bottom: 50px;
    }

  .brand-heading:before {
    content: "";
    position: absolute;
    background: #fff;
    height: 1px;
    width: 100%;
    left: 0;
    top: 13px;
  }

    .brands_air_line .dom-com_2 {
      background: #fff;
      border-radius: 10px;
      padding: 5px;
    }

    .ho_home-pack-content {
      border: 1px solid #ccc;
      background: #fff;
      height: 260px;
    }

    .ho_home-pack-content img {
      height: 260px;
      object-fit: cover;
    }

    .ho_offsr-thmb-img {
      position: relative;
    }
    .ho_offsr-thmb-img:before{
      content: "";
      height: 100%;
      width: 100%;
      position: absolute;
      background: transparent linear-gradient(180deg, #fff 0, #000) 0 0 no-repeat padding-box;
      mix-blend-mode: multiply;
      opacity: .75;
      transition: opacity .3s ease-in-out;
    }
    .ho_home-pack-content:hover .ho_offsr-thmb-img:before{
      opacity: 1;
      cursor: pointer;
    }
    .ho_home-pack-content:hover .offer-content h3{
      bottom: 8px;
    }
    .ho_home-pack-content:hover .offer-content a{
      opacity: 1;
    }
    .ho_view {
      text-decoration: underline;
      font-size: 15px;
      font-weight: 500;
      color: #000;
    }
    .ho_offers-carousel .owl-dots {
      display: none;
    }

    .site-blogs-carousel .owl-stage-outer {
      padding-top: 10px;
      margin-left: -2px;
    }

    .ho_view:hover {
      color: #000;
    }
    .offer-content {
      position: absolute;
      z-index: 2;
      bottom: 0;
      padding-bottom: 20px;
      padding-left: 15px;
      cursor: pointer;
    }
    .offer-content a {
      color:  var(--secondary-color);
      text-decoration: none;
      opacity: 0;
      transition: opacity 0.5s ease-in-out;
    }

    .offer-content a:hover {
      color:  var(--secondary-color);
    }

    .offer-content h3 {
      font-size: 18px;
      font-weight: 500;
      color: #fff;
      position: relative;
      bottom: -24px;
      margin: 0;
      padding: 0;
      transition: 0.3s ease-in-out;
    }

    .ho_shortd p {
      margin: 0px;
    }

    .our-destinations img{
      width: 100%;
      position: relative;
    }

    .img-title {
      position: absolute;
      bottom: 20px;
      left: 30px;
      color: #fff;
      font-size: 16px;
    }

    .our-destinations .tabs-panel {
        display: none;
    }
    .our-destinations .tabs-panel.is-active {
        display: block;
        transition: 0.3s ease-in-out;
    }

    .destination-list li a {
      color: #000;
      font-size: 44px;
      font-family: "Miller Display";
      padding: 0;
      line-height: 50px;
      opacity: 0.5;
      transition: 0.3s ease;
    }
    .destination-heading h3 {
        border-bottom: 1px solid #dddd;
        padding-bottom: 20px;
        color: var(--main-color);
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 22px;
    }
    .right-panel-dest {
      padding: 35px 0 35px 15%;
    }
    .destination-list li.is-active a {
      opacity: 1;
    }

    .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));
    }




    /* destination--*/

    .ho_destination {
      position: relative;
      transition: 0.3s ease;
      border-radius: 10px;
      background: #fff;
      overflow: hidden;
      height: 260px;
      border: 1px solid #ccc;
    }

    .ho_destination-img:hover img {
      transform: scale(1.1);
    }

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

    .ho_destination-img {
      height: 200px;
      margin: 0px;
      position: relative;
      overflow: hidden;
    }

    .ho_destination-img img {
      height: 200px;
      margin: 0px;
      position: relative;
      z-index: 2;
      transition: 0.5s;
    }

    .ho_destination-text {
      padding: 10px;
    }

    .ho_destination-text h3 {
      font-size: 17px;
      font-weight: 700;
      margin: 0px 0px 10px;
      line-height: 20px;
      position: relative;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
    }

    .ho_destination-text p {
      font-size: 13px;
      font-weight: 600;
      line-height: 12px;
      color: #666;
      margin: 0;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }


    .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: #000;
      font-weight: 700;
      font-size: 14px;
      line-height: normal;
    }

    .ho_trvl-view-butt a:hover {
      color: var(--main-color);
    }

    .ho_trvl-view-butt a:hover {
      text-decoration: none;
    }
    .section-blogs{padding: 60px 0;}
    .site-blogs {
      transition: 0.3s ease;
      box-shadow: 0 1px 6px 0 rgb(0 0 0 / 34%);
      background: #fff;
      max-height: 400px;
      overflow: hidden;
      position: relative;
    }
    .blog-maindiv{height: 510px;}

    .site-blogs img {
      height: 400px;
      object-fit: cover;
      margin: 0px;
      transition: 0.5s;
    }

    .site-blogs-cont {
      padding: 15px 46px;
      box-shadow: 0 3px 6px rgba(0,0,0,.161);
      background: #fff;
      margin: 0 auto;
      position: relative;
      top: -100px;
      width: 78%;
      transition: 0.3s ease-in-out;
      cursor: pointer;
    }

    .site-blogs-cont p {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 18px;
    }

    .site-blogs-cont a {
      text-decoration: none;
    }

    .offers_category>li.active>a,
    .offers_category>li.active>a:hover,
    .offers_category>li.active>a:focus {
      border: 0px;
      border-bottom: 2px solid var(--secondary-color);
      color: var(--secondary-color);
      background: transparent;
    }

    .offers_category>li>a {
      background: transparent;
      border: 0px;
      font-size: 15px;
      font-weight: 700;
      color: #111;
      text-transform: uppercase;
    }

    .offers_category>li>a:hover {
      background: #f1f1f1;
    }

    .ho_btn-info {
      color: #fff;
      background: #00558e;
      border-color: #00558e;
      font-size: 11px;
      padding: 3px 5px;
      border-radius: 25px;
      margin-top: -11px;
      text-align: center;
      font-weight: 500;
      position: relative;
      display: block;
      width: 80%;
      margin: -11px auto;
      text-transform: uppercase;
    }

    .ho_btn-info:hover {
      color: #fff;
      text-decoration: none;
    }

    .ho_holiday {
      transition: 0.3s ease;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
      margin: 0px 0px 10px 10px;
      background: #fff;
      border: 1px solid var(--main-color);
      border-radius: 5px;
      overflow: hidden;
      height: 300px;
    }

    .ho_holiday {
      text-align: center;
    }

    .ho_holiday:hover {
      border: 1px solid #f5f5f5;
      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;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: #111;
    }

    .ho_holiday_location {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
    }

    .ho_holiday-cont {
      padding: 15px;
    }

    .ho_holiday-img img {
      height: 150px;
      margin: 0px;
      position: relative;
    }

    .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;
    }

    .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;
    }

    /*--hotel form----*/

    .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 5px;
    }

    .hotel_form-control.form-control {
      font-size: 15px;
      color: #000;
      font-weight: 500;
      border: 0px;
      background: transparent;
      text-decoration: none;
      box-shadow: none;
    }

    .hotel_form-control.form-control:focus,
    .ho_input_box .form-control:focus,
    .flght-travel-tl-cla .form-control:focus {
      box-shadow: none;
    }

    .pl25 {
      padding-left: 25px;
    }

    .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%;
    }

    .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;
      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;
    }

    .cstm-pax-dts .dropdown-toggle-tra {
      color: #000;
      text-decoration: none;
      font-size: 16px;
    }

    .ho_search_btn {
      margin-top: 20px;
    }

    .ho_search_btn a {
      width: 100%;
      display: block;
      text-align: center;
      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: 15px;
      color: #111;
    }

    .flt-dep-dt span:not(.dd-day) {
      color: #111;
    }

    .flt-dep-dt>span {
      font-size: 15px;
      color: #111;
      font-weight: 500;
    }

    .flt-dep-dt>span.dd-day,
    .flt-ct-cd {
      font-size: 12px;
      line-height: 12px;
      font-weight: 400;
      color: #333;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
    }

    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;
    }

    .flght-travel-tl-cla .form-control {
      font-size: 17px;
      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;
    }

    .api-auto-complete .ui-menu-item {
      padding: 0px 10px 25px 10px;
    }

    .api-auto-complete>li>a>div.flght-left .city {
      font-weight: 600;
      color: #000;
      letter-spacing: 0;
    }

    .api-auto-complete>li>a>div.flght-left .airpotcode {
      color: #424242;
      font-size: 13.5px;
      font-weight: 500;
      line-height: 28px;
      height: 0;
    }

    .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: 13px;
    }

    .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;
    }

    #depart_date,
    #return_date {
      font-size: 15px;
      padding-left: 30px;
      margin-top: -3px;
    }

    .hotel-suggdrop>li>a>div.flght-left {
      padding-left: 20px;
    }

    code,
    kbd,
    pre,
    samp {
      font-size: 15px;
    }

    .aircode {
      float: right;
      color: #ffffff;
      font-weight: 600;
      border: gainsboro;
      padding: 6px 5px;
      font-size: 15px;
      min-width: 40px;
      text-align: center;
      border-radius: 5px;
      background: var(--main-color);
      margin-top: -15px;
    }

    .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: -2px;
      top: -1px;
      color: #000;
      font-size: 14px;
    }

    .flght-left samp {
      display: block;
    }

    .why_choose p {
      text-align: justify;
    }

    .icons-call i {
      color: #000;
      font-size: 17px;
      margin-right: 5px;
    }

    .add_scroll .hoNavText {
      color: #fff;
    }

    .ho_tabsearch_bars>.nav-tabs>li.active a,
    .ho_searchengine-temp .nav-tabs>li.nav-item a:focus,
    .ho_searchengine-temp .nav-tabs>li.nav-item.active a {
      color: var(--secondary-color);
      background: transparent;
      border-bottom: 3px solid var(--secondary-color);
    }

    .ho_searchengine-temp .nav-tabs>li.holidays.active>a .ho_searchengine-temp{
      background: transparent;
    }

    .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);
    }

    .mt_lg {
      margin-top: 30px;
    }

    .mt_lg .form-group {
      margin: 15px 0;
    }

    .bus_mt {
      margin-top: 25px;
    }

    .theme2_trending-searches {
      margin-top: 11px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
    }

    .theme2_trending-searches p {
      margin-bottom: 0;
      padding-right: 11px;
      font-size: 14px;
      font-weight: 500;
    }

    .theme2_trending-searches>ul>li>a {
      display: block;
      background: #f4f6f8;
      color: #332822;
      font-weight: 400;
      padding: 0.2rem 0.5rem;
      text-decoration: none;
      border-radius: 4px;
      box-shadow: 0 0 3px rgb(0 0 0 / 15%);
    }

    .theme2_trending-searches>ul>li>a>i {
      color: var(--main-color);
      font-size: 16px;
    }

    .theme2_short-seg span {
      font-weight: 400;
    }

    .md-label {
      font-size: 14px;
      text-transform: uppercase;
    }

    .theme2_travl {
      font-weight: 500;
      color: #000;
    }

    .txt-travel {
      display: flex;
      gap: 5px;
      align-items: center;
    }

    .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;
      margin: 0px;
      font-size: 10px;
      line-height: 11px;
    }

    .border-bot {
      border-bottom: 1px solid #ccc;
    }

    .static-inner {
      margin-bottom: 20px;
      margin-top: 36px;
    }

    .whybook-static p{
      font-family: "Miller Display";
      margin-top: 20px;
    }

    .whybook_imgbox {
      margin-right: 10px;
    }
    
    .big-heading h2 {
      margin: 0px 0px 10px;
      font-size: 60px;
      color: #000;
      font-weight: 500;
      position: relative;
      max-width: 650px;
      margin: 0 auto;
      margin-bottom: 20px;
    }
    .big-heading h3{
      font-size: 45px;
      color: #000;
      font-weight: 500;
      position: relative;
      text-align: center;
      margin-top: 0;
    }
    .small-heading {
      font-size: 30px;
      color: #000;
    }
    .blog-maindiv .small-heading{
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .site-blogs-carousel a {color: #000;}
    .site-blogs-carousel a:hover{text-decoration: none;}
    .animated-text{
      font-family: 'Silver South Script';
      font-size: 32px;
    }

  .ho_offers-carousel.arrow_block.owl-carousel .owl-nav .owl-prev {
    top: 28%;
    left: 10px;
    background: #fff;
    border: none;
    box-shadow: 0 6px 5px 0 rgba(0,0,0,.3);
    transition: all .3s ease-in-out;
  }
  .ho_offers-carousel.arrow_block.owl-carousel .owl-nav .owl-next {
    top: 28%;
    right: 10px;
    background: #fff;
    border: none;
    box-shadow: 0 6px 5px 0 rgba(0,0,0,.3);
    transition: all .3s ease-in-out;
  }
  .ho_offers-carousel.arrow_block.owl-carousel .owl-nav .owl-prev:hover,
  .ho_offers-carousel.arrow_block.owl-carousel .owl-nav .owl-next:hover{
    transform: translateY(-2px);
    background-color: #c1aa7f;
    color: #fff;
  }

  .arrow_block.owl-carousel .owl-nav .owl-prev{
    position: absolute;
    left: 0;
    font-size: 30px;
    color: var(--main-color);
    border: 2px solid#b9a174;
    border-radius: 50%;
    padding: 10px;
    height: 44px;
    width: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .arrow_block.owl-carousel .owl-nav .owl-next{
    position: absolute;
    right: 0;
    font-size: 30px;
    color: var(--main-color);
    border: 2px solid#b9a174;
    border-radius: 50%;
    padding: 10px;
    height: 44px;
    width: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .ho_popular_hotel.arrow_block.owl-carousel .owl-prev {
    top: 50%;
    left: 29px;
    background: #fff;
    border: none;
    box-shadow: 0 6px 5px 0 rgba(0, 0, 0, .3);
    transition: all .3s ease-in-out;
  }

  .ho_popular_hotel.arrow_block.owl-carousel .owl-next {
    top: 50%;
    right: 29px;
    background: #fff;
    border: none;
    box-shadow: 0 6px 5px 0 rgba(0, 0, 0, .3);
    transition: all .3s ease-in-out;
  }
  .ho_popular_hotel.arrow_block.owl-carousel .owl-prev:hover,
  .ho_popular_hotel.arrow_block.owl-carousel .owl-next:hover{
    background: var(--main-color);
    color: #fff;
    transform: translateY(-2px);
  }
    .tesimonial-flexdiv{
      display: inline-flex;
      width: 100%;
      justify-content: center;
      align-items: center;
    }
 
    .all_testimonials {
      margin-top: 20px;
    }
    .ho_testimonial_item img {
      vertical-align: text-top;
      max-width: 80px;
      padding: 5px;
      height: 80px;
      border-radius: 50%;
      border: 2px solid var(--secondary-color);
    }
    .name-stars{
      margin-left: 20px;
    }
    .title-off {
      margin-top: 0;
      font-size: 22px;
      font-weight: 500;
      position: relative;
    }

    .ho_testimonial_item p {
      text-align: center;
      margin-top: 10px;
      font-weight: 500;
      color: #333;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-bottom: 30px;
    }
    .stars span {
      background: var(--main-color);
      padding: 6px;
    }
    .ho_testimonial_item .stars {
        color: #fff;
        font-size: 18px;
    }
    .ho_testimonial_item h6 {
      margin-top: 25px;
      margin-bottom: 5px;
      font-size: 17px;
    }
    .bg-light {
      padding: 70px 0;
      background: #f9f8f3;
    }
    .all_testimonials a {
      color: #000;
    }
    .theme2blog_bg {
      background-size: #ccc;
      padding: 30px 0;
    }

    .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;
    }

    .dom-com_2 img {
      display: block;
      height: 56px;
      border-radius: 5px;
    }

    #airline_brand .owl-nav,
    #airline_brand .owl-dots {
      display: none;
    }

    .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%;
    }

    .ho_searchengine-temp .mob_dropdown .dropdown-menu-right a:hover {
      transform: none !important;
    }

    .plan_div ul {
      display: inline-block !important;
    }

    .plan_div .theme2mb_0 {
      padding: 0 !important;
    }

    /*Insurance css start*/
    .ins_age_details {
      min-width: 231px;
      width: 100%;
      padding: 15px;
      background: #fff none repeat scroll 0 0;
      border: 1px solid #d1d1d1;
      box-shadow: 0 5px 15px rgb(0 0 0 / 30%);
      border-radius: 3px;
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 15;
      display: none;
      margin-top: 8px;
    }

    .insurance_tabbar {
      margin-top: 25px;
    }

    .ins_tab_btn {
      margin-bottom: 10px;
    }

    .fnt12_age {
      font-size: 11px;
      color: var(--main-color);
    }

    .age_wrap .form-control {
      height: 25px;
    }

    .box_input select {
      height: 40px;
      border-radius: 5px;
    }

    .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 hotel*/

    .bttm-line:before {
      content: "";
      position: absolute;
      height: 1px;
      width: 100px;
      background: var(--main-color);
      bottom: -20px;
      left: 47%;
    }

     .inspired p {
      margin: 40px auto;
      width: 50%;
    }

    .populer_htlbox {
      position: relative;
      border: 1px solid #ccc;
      overflow: hidden;
      height: 544px;
    }
    .populer_htlbox:before {
      content: "";
      background: linear-gradient(-180deg, transparent 50%, rgba(0, 0, 0, .85));
      display: block;
      opacity: .9;
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 1;
    }
    
    .populer_htlbox:after{
      content: "";
      position: absolute;
      top: 24px;
      left: 24px;
      width: calc(100% - 48px);
      height: calc(100% - 48px);
      z-index: 1;
      border: 1px solid #fff;
    }
    .populer_htlbox a:hover {
      text-decoration: none;
    }

    .populer_htlbox:hover img {
      transform: scale(1.1);
    }

    .populer_htlbox img {
      height: 544px;
      margin: 0px;
      object-fit: cover;
      transition: 0.5s;
    }

    .popular_content {
      padding: 48px;
      position: absolute;
      width: 100%;
      bottom: 0;
      z-index: 2;
    }

    .popular_content h2{
      color: #fff;
    }

    .populer_price {
      font-weight: 500;
      font-size: 22px;
      color: #fff;
      font-family: "Miller Display";
    }
    
    .read_btn{
      color: var(--main-color);
      font-weight: 500;
    }
    .read_btn:hover{
      color: var(--main-color);
    }

    .ho_popular-carousel .owl-stage-outer {
      padding-top: 10px;
      margin-left: -2px;
    }

    .popular-text h2 {
      font-size: 17px;
      font-weight: 500;
      color: #fff;
      margin: 0px 0px 5px;
    }

    a:focus {
      text-decoration: none;
    }

    /*popular hotel end*/

    .ho_slider-carousel img{
      object-fit: cover;
    }
    .ho_slider-carousel .owl-dots{display: none;}
    @media (min-width: 1300px) {
      .container {
        width: 1280px;
      }
    }
    @media screen and (max-width: 1200px) {

      .ho_searchengine-temp .panel-heading {
        top: -45px;
      }

      .ho_searchengine-temp .nav-tabs>li.nav-item a {
        margin-right: 6px;
        padding: 10px 10px;
      }

      .paul-hotel-down-wrap {
        left: auto;
        right: 0;
      }

      .ho_dropdown-menu-nav {
        left: auto;
        z-index: 99;
        right: 0;
      }
    }

  @media screen and (min-width: 992px) {
    .ho_slider-carousel img {
       height: 550px;
    }
    .our-destinations .tabs-panel {
      height: 586px;
      overflow: hidden;
    }
    .our-destinations .tabs-panel img {
      height: 586px;
      object-fit: cover;
    }
      .testimonials-carousel.owl-carousel .owl-nav .owl-prev{
        left: -60px;
        top: 41%;
      }
      .testimonials-carousel.owl-carousel .owl-nav .owl-next{
        right: -60px;
        top: 41%;
      }
      .search-btn .ho_btnn {
        height: 50px;
        width: 100%;
      }

      .ho_home_banner {
        position: relative;
      }

      .ho_absolute-search-container {
        position: absolute;
        z-index: 2;
        margin: 0 auto;
        width: 100%;
        top: 30%;

      }

      .mobsm_p15 {
        padding-bottom: 15px;
      }

      .top_p25 {
        padding-top: 25px;
      }

      .min_heightlg {
        min-height: 100px;
      }

      .lg_device_hidden {
        display: none !important;
      }

      .api-auto-complete {
        max-height: 300px;
        overflow: scroll;
        overflow-x: hidden;
        z-index: 9999;
        font-family: "Nunito", sans-serif !important;
        max-width: 350px !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;
      }

    }

    @media screen and (max-width: 991px) {
      .site-blogs{max-height: 340px;}
      .site-blogs img{height: 340px;}
      .site-blogs-cont{padding: 1px 40px;}
      .blog-maindiv{height: 415px;}
      .site-blogs-cont{top: -74px;}
      .small-heading{margin-bottom: 0;}
      .position-sm{position: inherit;}
      .destination-list li a{font-size: 30px; line-height: 37px;}
      .populer_htlbox{height: 480px;}
      .populer_htlbox img{height: 480px;}
      .ho_popular_hotel.arrow_block.owl-carousel .owl-next,
      .ho_popular_hotel.arrow_block.owl-carousel .owl-prev{top: 42%;}
      .bttm-line:before{left: 45%;}
      .select_plan {display: none;}
      .search-form-holiday:before{display: none;}
      .search-form-holiday{bottom: -11rem;}
      .our-destinations .tabs-panel{
        height: 370px;
        overflow: hidden;
      }
      .our-destinations .tabs-panel img{
        height: 370px;
        object-fit: cover;
      }
      .destination-heading h3 {
        position: absolute;
        top: -66px;
        width: 100%;
        left: 0;
        text-align: center;
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 10px;
      }
      .our-destinations{
        margin-top: 90px;
        position: relative;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
      }
      .right-panel-dest{padding: 18px 0 18px 10%;}

      .icon_multi {
        position: relative;
        padding: 0 15px;
      }
      .t-blog {
        margin-bottom: 15px;
      }
      .onpage_tabbar {
        margin-right: 0px;
      }

      .ho_slider-carousel {
        height: 100px;
      }

      .ho_absolute-search-container {
        position: relative;
        z-index: 2;
        top: -50px;
      }

      .ho_searchengine-temp .nav-tabs>li.nav-item a {
        min-width: 80px;
      }

      .ho_home_banner {
        height: 410px;
      }

      .get_aap .btn-info {
        right: 11px;
      }

      .app-sc-img img {
        height: 100%;
      }

      .desktopnav {
        display: none;
      }

      .ho_home_banner h2 {
        display: none;
      }

      .maincontentfluid.rechare-page-temp.bgtransprent {
        padding: 0;
      }

      .ho_searchengine-temp .flight-way-service {
        margin: 0 15px 0 0;
      }

      .mob_hidden {
        display: none !important;
      }

      .ho_signup .form-control {
        height: 40px;
        margin-top: 10px;
      }

      .ho_searchengine-temp .nav-tabs>li.nav-item a {
        margin: 0px 0.1rem;
        padding: 5px 15px;
      }

      .ho_tabsearch_bars .nav-tabs>li {
        padding: 3px 5px;
      }

      .offeringcol .row {
        display: block;
        flex-direction: row-reverse;
      }

      .sectravel-tool {
        border: 1px solid transparent;
        padding: 11px;
        margin-bottom: 15px;
        box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
        border-radius: 15px;
      }

      .ho_home-pack-content {
        height: auto;
      }

      .why_with img {
        width: 12%;
      }

      .ho_slider-carousel img {
        height: 412px;
      }

      .th-icon {
        width: 18%;
      }
    }

    @media screen and (max-width: 767px) {
    .ho_offers-carousel.arrow_block.owl-carousel .owl-nav .owl-next,
    .ho_offers-carousel.arrow_block.owl-carousel .owl-nav .owl-prev{
      top: 37%;}
    .big-heading h2{font-size: 38px; margin-bottom: 15px;}
    .animated-text{font-size: 18px;}
    .bg-light,.your-adventure,.section-blogs {padding: 36px 0;}
    .airline-brands{padding: 36px 20px;}
    .brand-heading{margin-bottom: 24px;}
    .our-destinations .tabs-panel img{height: 240px;}
    .our-destinations .tabs-panel{height: 240px;}
    .big-heading h3{font-size: 28px;}
    .static-inner{margin-bottom: 0;}
    .inspired p{width: 92%; margin-bottom: 20px;}
    .right-panel-dest {padding: 18px 0 18px 0%;}
    .polular_hotels .offer_lg0{padding: 0 20px;}
    .bttm-line:before{left: 36%;}
    .whybook-static p,.your-adventure p,.ho_testimonial_item p{font-size: 16px;}
    .scroll-vrtcl {
        height: 204px;
        overflow-y: auto;
        padding-right: 8px;
      }
      .scroll-vrtcl::-webkit-scrollbar{
        border-radius: 10px;
        background: #eee;
        width: 6px;
      }
      .scroll-vrtcl::-webkit-scrollbar-track
      {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
      }

      .scroll-vrtcl::-webkit-scrollbar
      {
        width: 6px;
      }

      .scroll-vrtcl::-webkit-scrollbar-thumb
      {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background: var(--main-color);
      }
    .offer-section .tab-content {
      margin-top: 30px;
    }
    .btn-right{display: none;}
    .site-blogs{margin: 0; box-shadow: none;}
    .site-blogs-cont{
      position: inherit;
      width: 100%;
      padding: 20px;
    }
    .blog-maindiv{height: 510px;}
    .site-blogs-cont p{
      font-size: 14px;
    }
    .small-heading{
      margin-top: 10px;
      margin-bottom: 0;
      font-size: 22px;
    }
    .ho_radio-list li label, .ho_coach-list li label {
      padding: 7px 0px;
      font-size: 15px;
      line-height: 10px;
    }
    .input_api-travels .p30 {
      padding-left: 22px;
    }
    .btn-mult {
      padding: 6px 17px;
    }
    .remove_flight{
      text-align: center;
      margin-bottom: 12px;
    }
    .swipe_multi a i {
      display: block;
      line-height: 31px;
      transform: rotate(88deg);
    }
    .swipe_multi {
      top: 80%;
      right: 20px;
    }
    .direct_flight .custm-checkbox {
      text-align: center;
      margin: 0;
    }
    .flight-way-service {
      gap: 5px;
      flex-wrap: wrap;
    }

    .cstm-pax-dts .dropdown-toggle-tra {
      font-size: 14px;
    }

    .service-list p {
      font-size: 14px;
    }

    .signup-form .btn-go {
      margin-top: 10px;
    }

    .coupons_btn {
      margin-right: 10px;
    }

    .ho_home-pack-content h3 {
      margin-top: 0px;
    }


    .heading-fourbox {
      font-size: 13px;
    }

    .transfer_btn {
      margin-top: 0px;
    }

      .mobsm_p15 {
        padding: 15px 15px 0;
      }

      .insurance_validation {
        margin-top: 15px;
      }

      .insurance_tabbar {
        margin-top: 10px;
        padding: 15px 15px 0;
      }

      .ho_radio-paul {
        margin-bottom: 11px;
        margin-top: 0;
      }

      .flght-wrap-form-temp .row>div {
        margin-bottom: 0px;
      }

      .bus-booking-wrap {
        margin-top: 15px;
      }

      .bgfooter_img {
        padding: 15px 0 10px 0 !important;
      }

      .sectravel-tool {
        padding: 11px 4px;
        margin-bottom: 0px;
      }

      .sectravel-tool h4 {
        font-size: 15px;
      }

      .swipe i {
        font-size: 21px;
        line-height: 31px;
        transform: rotate(88deg);
        display: block;
      }

      .swipe {
        width: 31px;
        height: 31px;
        line-height: 31px;
        z-index: 1;
        top: 100%;
        right: 0%;
        transform: translate(-50%, -50%);
      }
      .paul-hotel-down-wrap {
        top: 70%;
      }

      .sectravel-tool img {
        height: 60px;
      }
      .ho_absolute-search-container{
        top: -90px;
      }
      .fo_footer-social-wrap {
        position: fixed;
        left: -39px;
        z-index: 999;
        top: 35%;
        transform: translateY(-50%);
        display: none;
      }

      .ho_dropdown-menu-nav {
        left: -32px;
        z-index: 99;
        right: 0;
      }
      .ho_coach-list{left: -65px;}
      .ho_radio-list{left: 0;}
      .paul-hotel-down-wrap {
        left: 0;
        right: auto;
      }

      .dropdown-menu.dropdown-menu-right.moreservice a:last-child {
        border-bottom: 0;
      }

      .tab_add2 li a {
        position: relative;
        display: block;
        padding: 10px 11px;
      }

      .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_special-offer h3 span {
        font-size: 20px;
      }

    }

    @media screen and (max-width: 768px) {
      .api-auto-complete {
        max-height: 250px;
        overflow-y: auto;
        max-width: 350px !important;
      }

      .flex_headingbar {
        padding-top: 10px;
      }

      .mt_lg {
        margin-top: 0px;
      }

      .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_testimonial_item,
      .ho_home-pack-content,
      .ho_holiday {
        height: auto;
      }

      .ho_testimonial_item {
        text-align: center;
      }
      .ho_makeFlex {
        margin-bottom: 10px;
      }

      .ho_fare_class li {
        margin-bottom: 5px;
      }

      .flght-travel-tl-cla .form-control {
        font-size: 16px;
      }

      .ho_input_box .flt-ct-cd {
        font-size: 12px;
      }

      .ho_input_box .form-control {
        font-size: 18px;
      }

      .flt-dep-dt>strong {
        font-size: 18px;
      }

      .ho_trvl-view-butt a {
        font-size: 12px;
      }

      .ho_trvl-view-butt a i {
        display: none;
      }

      .ho_flght-multi-wrap .add_pickup_more {
        margin-bottom: 5px;
      }

      .three-col-wrap {
        border-bottom: 1px solid #e5e4e4;
      }

      .why_with {
        text-align: left;
      }

      .text-right {
        text-align: left;
      }
       .end_align{
        text-align: end;
      }

      .ho_book_flt {
        text-align: left;
        font-size: 14px;
      }

      .ho_heading-2:after {
        display: none;
      }

      .ho_three-col-wrap {
        margin: 16px 0px;
      }

      .ho_search_flight .form-group {
        margin-bottom: 0px;
      }

      .ho_theme_3slider {
        display: none;
      }

      .ho_absolute-search-container .with-nav-tabs {
        background: transparent;
      }

      .he_navbar .navbar-collapse {
        border: 0px;
      }
    }

    @media screen and (max-width:991px) and (min-width: 768px){
      .site-blogs{max-height: 250px;}
      .site-blogs img{height: 250px;}
      .site-blogs-cont{top: -34%; padding: 51px 40px;}
      .container{
        max-width: 720px;
      }
    }

    @media screen and (min-width: 768px) {
      .affix .top-header{
        display: none;
      }
      .blog-maindiv:hover .site-blogs-cont {
          margin-top: -30px;
        }
      .ho_search_flight>.row>div[class*="col"]:first-child {
        padding: 5px 5px 5px 0px;
      }
      .ho_offers-carousel .owl-item.up {
          margin-top: -60px;
          z-index: 2;
      }
      .he_navbar .navbar-collapse {
        padding: 0px;
        border: 0px;
      }
    }

    @media only screen and (max-width: 767px) and (min-width: 544px){

      .site-header .container{
        max-width: 100%;
      }
    }

    @media only screen and (max-width: 600px) {
      .mb15_mob {
        margin-bottom: 10px;
      }

      .moreservice a {
        width: auto !important;
      }
    }

    @media screen and (max-width: 480px) {
    .destination-list li a{
      font-size: 22px;
    }
    .right-panel-dest {
        padding: 10px 0;
    }
    .img-title{
      font-size: 12px;
      left: 20px;
      width: 78%;
    }
      .ho_btnn {
    padding: 9px 9px;
    font-size: 13px;
    }
  .add_pickup_more {
    padding: 4px;
    }
      .api-auto-complete {
        max-width: 300px !important;
      }

      .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>span {
        font-size: 12px;
      }

      .ho_fare_class li {
        width: 47%;
      }

      .tab_add2 li a {
        padding: 7px 4px;
        font-size: 11px;
      }

      .ho_radio-paul>li>label>span:before {
        width: 13px;
        height: 13px;
      }

      .ho_radio-paul>li>label input[type="radio"]:checked+span:after {
        width: 13px;
        height: 13px;
        line-height: 13px;
      }
    }

    @media screen and (max-width: 350px) {
      .transfer_toplist {
        max-width: 280px;
      }

      .get_aap .btn-info {
        margin-top: 5px;
      }

      .get_link {
        flex-wrap: wrap;
      }

      .paul-hotel-down-wrap {
        width: 250px;
      }
    }