@font-face {font-family: 'Poppins'; src: url('../fonts/Poppins-Regular.ttf') format('truetype');}
.ho-search-section {
  background: var(--secondary-color);
  position: relative;
  padding: 15px 20px;
  border-radius: 20px;
  margin: 5px 0px;
}

.ho-search-checkbox {  position: absolute;  top: 0;  left: 0;  opacity: 0.5;}

.left-part {
  position: relative;
  padding-top: 50px;
}

.left-part .ho_logo {
  position: absolute;
  top: 0px;
  left: 5px;
  z-index: 1;
  height: 33px;
  width: auto !important;
  filter: brightness(0) invert(1);
  z-index: 2;
}

.ho-search-bg {
  position: absolute;
  bottom: 0;
  left: 0;
}

.left-part h2 {
  line-height: 40px;
  font-size: 30px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 10px;
  color: #fff;
  width: 79%;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 0px;
}

.left-part p {
  line-height: 20px;
  /* font-size: 14px; */
  font-family: 'Poppins', sans-serif;
  margin: 0px;
  color: #b6b3b3;
}

.left-part-class h3 {
  line-height: 35px;
  font-size: 30px;
  font-family: 'Poppins', sans-serif;
  margin-top: 0px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
}

.left-part-class h6 {
  line-height: 25px;
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
  margin: 50px 0px 0px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
}

.btn-get {
  background: var(--color-3);
  padding: 8px 15px;
  color: #fff;
  border-radius: 20px;
  margin-top: 20px;
  display: inline-block;
}

.btn-get:hover {
  color: #fff;
}

.work-box {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
  padding: 0px;
}

.work-box li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 5px;
}

.work-box li span {
  font-size: 32px;
  font-weight: 700;
  color: #000;
}

.custom-success-msg .modal-header {
  background: #008000;
}

.custom-success-msg .modal-title {
  font-size: 25px;
  margin: 0;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1px;

}

.custom-success-msg .modal-header .close {
  color: #fff;
  text-shadow: none;
  opacity: 1;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  line-height: 21px;
  position: absolute;
  right: -11px;
  top: -12px;
  background: #008000;
}

.query_succuss_msg {
  color: #111;
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
}

body {
  font-family: 'Poppins', sans-serif;
  background: #fff;
}

.polular_list {
  padding: 70px 0px;
  position: relative;
}

.checkbox {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.5;
}

.success_msg {
  color: #008000;
  text-align: center;
  margin-bottom: 10px;
}

.flag-country {
  float: left !important;
  left: -5px;
}

.flght-left .fa-plane {
  display: none;
}

.newsletter {
  padding-top: 20px;
}

.newsletter p {
  line-height: 26px;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 70px;
}

.bus-suggdrop .aircode {
  padding: 6px 7px;
  margin-top: -16px;
}

.bus-suggdrop .flag-country {
  margin-top: 0px;
}

/*top value code start from here*/
.topvalues {
  padding: 100px 0px 40px 0px;
  position: relative;
  background: #f1f5f5;
  margin-top: 150px;
}

.why-bg {
  position: relative;
}

.bg-why {
  position: absolute;
  top: -124px;
  left: 0;
  width: 100%;
  z-index: -1;
}

.why-img {
  position: absolute;
  top: -10px;
  right: 15%;
  height: 130px;
}


.value_box h4 {
  font-weight: 600;
  color: var(--main-color);
  margin-top: 24px;
}

.value_box p {
  font-family: 'Poppins', sans-serif;
  color: #f3f3f3;
}

.value_box {
  background: #111;
  border-radius: 15px;
  padding: 40px;
  font-size: 13px;
  line-height: 22px;
  /* border: 1px solid #dedcdc; */
  margin-top: 10px;
  text-align: center;
}

.benefits {
  margin-bottom: 20px;
}

.benefits h3 {
  font-family: "Playfair Display", serif;
}

/*top value code end from here*/
.heading_effect {
  margin-bottom: 20px;
}

.heading_effect h5 {
  font-size: 15px;
  text-transform: uppercase;
  color: #999;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

.heading_effect h4 {  font-weight: 600;  font-size: 28px;  color: #000;  font-family: 'Poppins', sans-serif;  margin-top: 5px;}

.heading_effect h4 span {
  color: var(--main-color);
}

.heading_effect .head_line::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  height: 1px;
  width: 100%;
  background: var(--main-color);
  background: linear-gradient(left, transparent 0%, var(--main-color) 50%, transparent 100%);
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, var(--main-color)), to(transparent));
}

.ho_home_banner h2 {
  position: absolute;
  z-index: 99;
  color: #fff;
  font-weight: 800;
  margin: 0;
  /* text-shadow: 2px 2px 3px #0000002e; */
  font-size: 22px;
  BOTTOM: 12%;
  left: 100px;
}

.user_says h2 {
  margin-bottom: 20px;
}

.sec_recharge_tab {
    padding: 0 !important;
}
.mobile-recharge-wrap label {
    display: block;
    font-size: 12px;
     font-weight: 400;
}
.recharge-wrap-temp .tab-content{
  padding: 10px !important;
}
.mobile-recharge-wrap .btn{
background: var(--color-3) !important;
}

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

/*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: 'Poppins', sans-serif;
}

.transfer_toplist>li>a>div.transfer-left .countryname {
  color: #424242;
  font-size: 13px;
  font-weight: 500;
  display: block;
}

.transfer_toplist>li>a>div>samp {}

/*transfer suggestion end list*/
.searchbtn_transfer {
  padding-top: 15px;
  text-align: center;
}

.all_testimonials .btn-info:hover {
  color: #fff;
}

.download-app h3 {
    font-size: 25px;
    color: var(--secondary-color);
    margin-bottom: 0;
    margin: 0;
    font-weight: 900;
    font-family: "Roboto";
    text-transform: uppercase;
}

.download-app h4 {
    font-size: 13px;
    color: var(--secondary-color);
    font-family: "Roboto";
    margin-bottom: 0;
}
.domestic_flight {
    font-size: 12px;
}

.get_link {
  display: flex;
  align-items: center;
  position: relative;
}

.get_link select {
  width: 35%;
}

.get_link input {
  width: 55%;
}

.get_link .form-control {
  padding: 6px 4px;
}
input#whatsapp_phone {
    border-radius: 0;
}
.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: 9px 10px 9px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 0 5px 5px 0;
  line-height: 19px;
}

.get_aap .btn-info:hover {
  color: #fff;
}

.get_aap .form-control {
  height: 39px;
}

.get_link select.form-control {
    border-radius: 4px 0 0 4px;
}
.qr_code ul li {
  margin-bottom: 15px;
list-style: none;
}

.airline-brands {
  margin-top: 100px;
}

.brands_dom-owl-cras .owl-nav i:hover {
  background: transparent;
}


.app-sc-img img {
  max-width: 100%;
  position: relative;
}

.scan_img img {
  max-width: 100%;
  height: 104px;
}

.qr_code ul{
  padding: 0;
  margin: 0;
}
.compare-flights ul {
  padding: 13px 0;
  text-align: left;
}

.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: 'Poppins', sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}

.scan_img {
  padding: 0 3px;
}

.advertisement_sec {
  margin: 25px 0 25px 0;
}

.holiday_packages {padding-top: 0;}

.ad_img {
  height: 110px;
  border-radius: 10px;
}

.ad_img img {
  height: 110px;
  border-radius: 10px;
}

.flex_headingbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}

.advertisement .owl-nav {
  display: none !important;
}

.buscalendar .forminputicon {
  max-width: 25px;
}

.maincontentfluid.rechare-page-temp.bgtransprent {
  padding: 0 15px 0 0;
  min-height: auto;
  margin: 29px 0 0 0;
  background: transparent;
}

.onpage_tabbar {
  margin-right: 15px;
}

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

.mobile-recharge-wrap .btn {
  border-radius: 5px !important;
  padding: 9px 12px;
  color: #fff;
  background-image: linear-gradient(235deg, var(--secondary-color), var(--main-color));
  border: 0;
  border-radius: 5px;
}

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

.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: 5px;
  background: #f5f5f5;
  border-radius: 10px;
}

.add_scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--main-color);
}

.ho_searchengine-temp .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  width: auto;
  white-space: nowrap;
  border-radius: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  border: none;
}

.ho_tabsearch_bars>.nav-tabs>li.active a:hover {
  background: transparent;
  color: white;
}
.box_input input {
  height: 40px;
  border-radius: 5px;
  font-size: 14px;
}

.car_hours.box_input select {
  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;
}

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

.ho_home_banner {
  position: relative;
  height: 550px;
}

body {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  overflow-x: hidden;
}

input#from_sector::placeholder,
input#to_sector::placeholder {
  color: #fff
}

.ho_news-carousel .owl-nav {
  display: none !important;
}

.ho_signup .form-control {
    border: 2px solid #ddd;
    border-radius: 5px;
    height: 40px;
}

.btn-go {
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    border: 2px solid var(--main-color);
    background: var(--main-color);
}
.btn-go:hover{
  background: var(--secondary-color);
  color: #fff;
  border-color: var(--secondary-color);
}

.btn:active:focus {
  outline: none;
  box-shadow: none;
}

/* .ho_searchengine-temp {position: relative; visibility: hidden;}  */
.search-loader {
  background: #fff;
  text-align: center;
  padding: 10px;
  width: 100%;
  border-radius: 10px;
  position: absolute;
}

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

.ho_searchengine-temp .nav-tabs>li.active>a i,
.ho_searchengine-temp .nav-tabs>li.active>a i:focus {
  color: #fff;
}

.ho_searchengine-temp .nav-tabs>li.nav-item .dropdown-menu .dropdown-item {
  display: flex;
  flex-direction: row;
  font-size: 14px;
  color: #111;
  font-weight: 500;
  padding: 5px 5px;
}

.ho_searchengine-temp .nav-tabs>li.nav-item a {
  color: #fff;
  flex-direction: column;
  display: flex;
  align-items: center;
  position: relative;
  background: transparent;
  padding: 7px 21px;
  font-size: 17px;
  min-width: 80px;
  font-weight: 500;
  border-radius: 0px;
  border-bottom: 1px solid var(--secondary-color);
  border-right: 0px;
}

.input-group-addon {
  position: relative;
}

.hoNavIcon {
  height: 28px;
  width: 40px;
}

.homore {
  background-position: -254px -39px;
}

.ho_searchengine-temp .search-form-comon {
  border-top: 0px;
}

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

.ho_radio-paul {padding: 5px;background: #313131;display: inline-block;border-radius: 25px;margin-bottom: 15px;margin-top: 10px;}
.ho_radio-paul>li.active>label>span {background: #fff;border-color: #ddd;color: var(--color_4); position: relative;}
.ho_radio-paul>li>label>span { font-weight: 500;  font-size: 13px;  color: var(--secondary-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: #fff;}
.ho_radio-paul>li>label.active {background: var(--main-color);}
.ho_radio-paul>li>label.active span {color: var(--secondary-color);}
.ho_radio-ins>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(--secondary-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: #fff;}
.ho_radio-paul>li>label.active {background: var(--main-color);}
.ho_radio-paul>li>label.active span {color: var(--secondary-color);}

.custom_tabs_three {
  margin: 5px 0 20px;
  padding: 0;
}

.custom_tabs_three>li {
  display: inline-block;
  margin-right: 15px;
}

.custom_tabs_three li label {
  color: #fff;
  display: block;
  position: relative;
  padding: 8px 15px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  user-select: none;
  line-height: 16px;
  margin: 0px;
  background: #ffffff36;
  border-radius: 20px;
}

.custom_tabs_three input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: rgb(0 0 0 / 0%);
  border-radius: 50%;
  border: 2px solid var(--main-color);
  transition: all 0.3s;
}

.custom_tabs_three input:checked~.checkmark:after {
  display: block;
}

.custom_tabs_three .checkmark:after {
  top: 3.5px;
  left: 3.5px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--main-color);
  position: absolute;
}

.custom_tabs_three input:checked~.checkmark {
  background-color: rgba(0, 0, 0, 0);
  border-color: var(--main-color);
}

.custom_tabs_three li label:hover {
  color: #fff;
}

.border_date {
  border: 1px solid #808080;
  border-radius: 15px;
  padding-left: 35px;
  height: 45px;
  line-height: 47px;
}

.ui_datecol>strong {
  font-size: 14px !important;
  font-weight: 500;
}

.ui_datecol>span {
  font-size: 14px !important;
  font-weight: 500;
}

.ho_searchengine-temp .search-form-comon {
  background: transparent;
  padding: 0px;
}

.ho_searchengine-temp {
  background: var(--secondary-color);
  padding: 30px 25px;
  border-radius: 30px;
  box-shadow: 0 2px 8px 5px rgb(0 0 0 / 17%);
  border: 1px solid #ffffff4d;
}

.offer_titlebar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ededed;
}

/* .ho_flght-multi-wrap {padding: 0px 15px;} */
.search-icn {
  position: relative;
}

.search-icn .label-btn {
  font-size: 14px;
  z-index: 2;
}
.htl-select-room a{color:#ffff}
.ho_input_box .form-control, .flt-frm-pl, .dropdown-toggle-tra, .htl-srch-cl, .htl-select-room {
  font-size: 15px;
  font-weight: 500;
  background: transparent;
  height: 35px;
  color: #fff;
  border: 0px;
  background: #ffffff36;
  border-radius: 20px;
  padding-left: 35px;
  line-height: 35px;
}

textarea.input-lg.form-control {
  height: auto;
  line-height: normal;
}

.ho_input_box label,
.box_input label,
.transfer_col label {
  font-weight: 500;
  margin: 0px;
  font-size: 13px;
  color: #fff
}

label.error {
  color: red !important;
  position: absolute;
  font-size: 11px;
}


/* .custom-select{
  background: transparent; color: var(--main-color); font-size: 18px; font-weight: 500; border:0px; height: 25px; padding:0px;
} */



.ho_book_flt {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: right;
  color: #141414;
}

.custom_tabs_three li label.active {
  box-shadow: none;
  background: var(--main-color);
}

.ho_search_flight>.row {
  margin: 0px -10px;
  display: flex;
  align-items: center;
  height: 100%;
  flex-wrap: wrap;
}

.ho_search_flight>.row>div {
  padding: 0px 10px;
}

.ho_search_flight {
  border: none;
  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: -15px;
  width: 30px;
  height: 30px;
  /* background: var(--main-color); */
  /* box-shadow: 0 0 6px rgb(0 0 0 / 34%); */
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  bottom: calc(50% - 23%);
  cursor: pointer;
}

.label_date_r {
  position: relative;
}

.btn-mult {
  margin-bottom: 10px;
  border-radius: 13px;
  font-weight: 600;
  padding: 5px 14px;
  background: var(--main-color);
  border: 1px solid var(--main-color);
  color: var(--secondary-color);
}

.swipe a {
  color: #fff;
  display: inline-block;
}

.icon_flight i {
  position: absolute;
  position: absolute;
  left: 10px;
  top: 12px;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}

.flt-to .icon_flight i {
  transform: rotate(90deg);
}

.icon_flight {
  position: relative;
}

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

.search-en-col label {
  text-transform: uppercase;
  font-weight: 500;
  margin: 0px;
  font-size: 11px;
  color: #a46a1e;
}

.ho_searchengine-temp .ho_btnn {

  border-radius: 5px;
  border: none;
  color: #fff;
  font-weight: 500;
  padding: 8px 28px;
  font-size: 18px;
  width: 100%;
  border-radius: 25px;
  letter-spacing: 0.5px;
  /* border: 2px solid #eee; */
  background: var(--color-3);
  transition: 0.5s;
}


#flightbtnsearch_multi {
  margin: 0px;
}

.ho_searchengine-temp .ho_btnn:hover {
  background: var(--main-color);
  color: #fff;
}

.ho_searchengine-temp select.form-control option {
  background: #fff;
  color: #333;
  padding-left: 5x;
  font-size: 12px;
}

.ho_flght-multi-wrap .form-control {
  font-size: 14px;
  background: transparent;
  border: 1px solid #593a12;
  color: var(--main-color);
  border-radius: 10px;
}

.home_search_form .form-control::placeholder {
  color: var(--main-color);
}

.full_w .ho_btnn {
  width: 100%;
}

.search_col {
  text-align: center;
  margin-top: 20px;
}

.search_col .search-btn {
  width: 100%;
}

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

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

.ho_dropdown-menu-nav {
  min-width: 250px;
  top: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  background: #fff;
  left: 0;
  z-index: 99;
  border: 0px;
  border-radius: 10px;
}

.ho_three-col-wrap {
  background: var(--secondary-color);
  border-radius: 15px;
  padding: 20px 10px;
  color: #c6c5c5;
  height: 220px;

}

.lg_device_p5 {
  padding: 0px 10px;
}

.ho_three-col-wrap i {
  background: var(--main-color);
  border-radius: 10px;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 22px;
}

.ho_three-col-wrap img {
  width: 52px;
  padding-right: 5px;
  background: #fff;
  border-radius: 10px;
  padding: 7px;
}

.ho_three-col-wrap h4 {
  font-size: 19px;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 5px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

.ho_three-col-wrap p {
  margin: 0px;
  line-height: 25px;
  font-size: 14px;
}

.ho_four-column {
  padding: 30px 0px;
  background: #ececec;
}

.ho_heading-1 {
  font-weight: 600;
  font-size: 25px;
  color: #333;
  font-family: var(--myfont);
  margin: 0px 0 10px;
  display: inline-block;
}

.ho_heading-2 {
  padding-bottom: 10px;
  color: #111;
  position: relative;
  font-family: "Quicksand", sans-serif;
  font-size: 26px;
  font-weight: 700;
  margin: 0px;
}

.ho_heading-2:after {
  top: auto;
  bottom: 0;
  width: 8%;
  height: 2px;
  background-image: linear-gradient(to right, var(--main-color), var(--secondary-color));
  left: 0;
  right: 0;
  margin: 0 auto;
  content: '';
  position: absolute;
}

.ho_offers-carousel .owl-nav i {
  font-size: 19px;
  line-height: normal;
  color: #ffffff;
  display: inline-block;
  background: var(--secondary-color);
  border-radius: 50%;
  font-weight: 600;
  margin-right: 3px;
  height: 26px;
  width: 26px;
  line-height: 26px;
}

.ho_offers-carousel .owl-nav i:hover {
  background: var(--secondary-color) !important;
}

.ho_offers-carousel .owl-nav {
  position: absolute;
  right: 0px;
  top: -43px;
}

.exciting_offers {
  background: #fff;
  padding: 20px 0;
}

.all_deals .btn {
  margin-top: 10px;
  background-image: linear-gradient(-60deg, var(--main-color) 0%, var(--secondary-color) 100%);
  padding: 10px 20px;
  border-radius: 16px;
  font-family: var(--myfont);
  font-weight: 500;
  font-size: 15px;
  border: none;
  color: #fff;
}

.coupon_shape p {
  margin: 0;
  text-align: center;
  color: #fff;
  font-family: var(--myfont);
}

.coupon_shape {
  width: 140px;
  height: 37px;
  border-radius: 5px;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
  background-color: var(--main-color);
  padding: 7px 10px;
  position: relative;
}

.coupon_shape::before {
  position: absolute;
  content: "";
  height: 14px;
  left: -11px;
  border-radius: 40px;
  z-index: 1;
  top: 11px;
  background-color: #ebf6ff;
  width: 18px;
}

.coupon_shape::after {
  position: absolute;
  content: "";
  height: 13px;
  right: -13px;
  border-radius: 40px;
  z-index: 1;
  top: 12px;
  background-color: #ebf6ff;
  width: 18px;
}
.ho_blog-carousel .owl-nav.disabled,
.flight_popular_carousel .owl-nav.disabled,
.ho_popular_hotel .owl-nav.disabled,
.ho_holiday-carousel .owl-nav.disabled,
.ho_slider-carousel .owl-nav.disabled {
  display: none !important;
}
.brands_dom-owl-cras .owl-dots,
.advertisement .owl-dots,
.testimonials-carousel .owl-dots,
.flight_popular_carousel .owl-dots,
.ho_popular_hotel .owl-dots,
.ho_holiday-carousel .owl-dots,
.ho_slider-carousel .owl-dots{
  display: none !important;
}

.flight_popular_carousel .owl-stage-outer,
.ho_popular_hotel .owl-stage-outer {
    margin: 0 -10px;
    padding: 6px 10px;
}

.ho_section {
  margin-bottom: 20px;
}

.ho_sectionarea {
  border-radius: 10px;
  background: #f1f5f5;
  position: relative;
  padding: 20px;
  z-index: 1;
}

.mobile_app{background: #f1f5f5;}

.ho_home-pack-content {
  background: #f1f5f5;
  border-radius: 15px;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.ho_home-pack-content::before {
  content: '';
  top: 0;
  left: 0;
  background: #0000007d;
  position: absolute;
  width: 100%;
  height: 100%;
}

.ho_offsr-thmb-img img {
  object-fit: cover;
  transition: 0.5s;
  height: 200px;
}

.ho_offsr-thmb-img:hover img {
  transform: scale(1.05);
}

.ho_view {
  padding: 3px 12px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  color: var(--main-color);
  font-weight: 500;
  display: inline-block;
  float: right;
  margin-top: 10px;
  font-weight: 600;
}

.wrapper_holiday {
  padding-bottom: 20px;
}

.offer_coupon .ho_view {
  text-align: right;
}

.exclusive_head h3 {
  font-size: 36px;
  color: #000;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  margin: 0;
}

.ho_offers-carousel .owl-prev i:hover,
.ho_offers-carousel .owl-next i:hover {
  background: transparent;
}

.ho_offers-carousel .owl-dots {
  display: none;
}

.ho_blog-carousel .owl-stage-outer {
  margin: -20px -10px;
  padding: 20px 10px;
}

.ho_blog a {
  color: #111;
}

.ho_blog a:hover {
  text-decoration: none;
}

.ho_content_right {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  height: 100%;
  z-index: 2;
}

.blog-des {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-bottom: 10px;
}

.ho_logo {
  position: absolute;
  top: 10px;
  left: 5px;
  z-index: 1;
  height: 33px;
  width: auto !important;
  filter: brightness(0) invert(1);
  z-index: 2;
}

.ho_content_right a {
  color: #fff;
  display: block;
  margin-top: 130px;
}

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

.ho_content_right span {
  font-size: 15px;
  text-transform: uppercase;
}

.ho_content_right h2 {
  font-size: 40px;
  margin: 0px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

.ho_content_right h3 {
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  line-height: 22px;
  font-weight: 500;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.ho_shortd {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  color: #545454;
  font-size: 13px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
  margin-bottom: 5px;
}

.ho_shortd p {
  margin: 0px;
}

.destination_back {
  background: #ececec;
  padding: 30px 0px;
}

.ho_flght-img-wrap {
  position: relative;
  height: 240px;
  overflow: hidden;
}

.ho_flght-img-wrap img {
  height: 240px;
}

.ho_dest-location {
  position: absolute;
  top: 5px;
  margin: 0px;
  left: 5px;
  background: rgba(255, 255, 255, 0.3);
  padding: 5px 10px 5px 9px;
  color: #fff;
  font-size: 13px;
  border-radius: 4px;
  font-weight: 700;
  z-index: 99;
}

.ho_hld-desc-wrap {
  padding: 25px 5px 18px 15px;
  font-size: 16px;
  width: 100%;
  text-align: left;
  color: #fff;
  position: absolute;
  bottom: 0px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.95));
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.95));
  background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.95));
  background: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.95));
}

.ho_day_n_nt {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 0px;
  color: #fff;
}

.ho_hld-desc-wrap h4 {
  margin: 0px;
}

.ho_hld-desc-wrap h4 a {
  text-transform: capitalize;
  margin-bottom: 2px;
  color: #fff;
}

.ho_trvl-view-butt {
  text-align: right;
}

.ho_trvl-view-butt a {
  color: var(--main-color);
  font-weight: 500;
  font-size: 15px;
  line-height: normal;
  text-decoration: underline;
}

.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: 10px;
  overflow: hidden;
  height: 360px;
}

.ho_blog-img img {
  height: 200px;
  margin: 0px;
  position: relative;
  object-fit: cover;
  width: 100%;
}

.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: -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_blog:hover .ho_blog-img:before {
  left: 100%;
}

.ho_blog-cont {
  padding: 15px;
}

.ho_blog-cont a {
  background: #000;
  color: #fff;
  border-radius: 20px;
  text-decoration: none;
  padding: 5px 10px;
}

.ho_blog-cont .ho_sentence {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}

.ho_blog h3 {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  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_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(--main-color);
  color: #fff;
  background: var(--main-color);
}

.ho_offer_pill>li>a {
  background: transparent;
  border: 0px;
  font-size: 15px;
  font-weight: 700;
  color: #111;
  text-transform: uppercase;
  padding: 4px 13px;
  border-radius: 9px 9px 0 0;
}

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

.ho_btn-info {
  margin-top: 10px;
  display: inline-block;
  color: var(--secondary-color) !important;
  font-size: 14px;
  font-weight: 600;
}

.ho_btn-info:hover {
  color: var(--secondary-color);
  text-decoration: none;
}

.bgholidays {
  position: relative;
  padding: 0px 0px 50px;
  background: #f1f5f5;
}

.bgholidays-top {
  position: absolute;
  left: 0;
  bottom: 0%;
  width: 100%;
  z-index: -1;
}

.bgholidays-bottom {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
}

.holoday-bg {
  position: relative;
} 

.ho_holiday h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0px;
  font-family: 'Poppins', sans-serif;
  line-height: 22px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #000;
}
.ho_rating{padding: 5px 0;}
.ho_holiday_deail{margin-top: 10px;}

.ho_holiday_location {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  margin-bottom: 0;
}

.ho_holiday-cont {
  padding-top: 10px;
  text-align: center;
}

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

.ho_holiday-img {
  position: relative;
  transition: 0.5s;
}

.ho-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.peragraph {
  margin: 0px;
  font-size: 13px;
}

.ho_holiday_price {
    font-size: 14px;
    font-weight: 600;
    color: var(--main-color);
    border: 1px dashed var(--main-color);
    padding: 3px 0;
}

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

.ho_rating .checked {
  color: orange;
}

#select_country option {
  background: #fff;
  color: #333;
}

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

/* .form-common-paul > .row {margin: 0; display: flex; flex-wrap: wrap;} */

/* .form-common-paul > .row > div[class*="col"] {padding: 5px 10px;} */
.hotel_form-control.form-control {
  font-size: 18px;
  font-weight: 500;
  background: transparent;
  height: 25px;
  padding: 0px;
  color: var(--main-color);
  border: 0px;
}

.form-control:placeholder {
  color: var(--main-color);
}

.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-group .hotel_search_date {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
}

.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: var(--main-color);
}

.roombox .border-top {
  border-top:1px solid #d2cece;
  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;
}

.roomchildbox .row {
  margin-bottom: 5px;
}

.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: #111;
  padding-left: 0;
}

.ho_dropdown-menu-nav .col-trvl .form-control,
.ho_dropdown-menu-class .col-trvl .form-control,
.room-pass.form-control,
.child-count.form-control {
  float: right;
  width: 100%;
  border: 1px solid #666;
  height: 30px;
  max-width: 120px;
  min-height: initial;
  max-height: initial;
  color: #111;
  position: inherit;
  font-size: 14px;
  line-height: normal;
  padding: 0.375rem 0.75rem;
  border-radius: 9px;
  background: transparent;
}

.ho_search_btn {
  margin-top: 20px;
}

.ho_search_btn a {
  background: var(--main-color);
  color: #fff;
  font-weight: 700;
  border-radius: 15px;
  padding: 8px 28px;
  text-decoration: none;
  display: inline-block;
  margin-top: 0px;
}

.roomchildbox label,
.htl-room-list label {
  color: var(--main-color);
}

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: inline-block;
}

.flght-travel-tl-cla .form-control {
  font-size: 18px;
  color: var(--main-color);
  height: 25px;
  font-weight: 500;
  border: 0px;
  background: transparent;
  display: inline-block;
  text-decoration: none;
  padding: 0px;
}

.ho_input_box .form-control::placeholder {
  color: #fff;
}

.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;
  margin-bottom: 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 4px;
  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: 0px 10px 10px 10px;
}

.api-auto-complete .ui-menu-item:hover {
  background: #eee;
}

.api-auto-complete>li>a>div.flght-left .city {
  font-weight: 500;
  color: var(--main-color);
  font-size: 15px;
  letter-spacing: 0px;
}

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

.down_angle {
  font-size: 11px;
  color: gray;
  float: right;
  /* margin-right: 0; */
  padding-top: 6px;
}

.api-auto-complete>li>a>div.flght-left .airpotcode {
  font-family: 'mallory', sans-serif;
  color: #6c757d;
  font-size: 13.7px;
  font-weight: 400;
  line-height: 28px;
  height: 0;
  letter-spacing: 0.3px;
}

.api-auto-complete>li>a>div.flght-left {
  -ms-flex: 0 0 80%;
  flex: 0 0 50%;
  max-width: 80%;
  position: relative;
  padding-left: 20px;
}

.api-auto-complete::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: #f5f5f5;
}

.api-auto-complete::-webkit-scrollbar {
  width: 6px;
  background: #f5f5f5;
}

.api-auto-complete::-webkit-scrollbar-thumb {
  background-color: var(--main-color);
}

.ui-widget.ui-widget-content a {
  background: none;
  color: #333;
  text-decoration: none;
}

#depart_date {
  font-size: 24px;
}

#return_date {
  font-size: 24px;
}

code,
kbd,
pre,
samp {
  font-family: 'mallory', sans-serif;
  font-size: 15px;
}

.aircode {
  float: right;
  color: var(--main-color);
  font-weight: 600;
  border: 1px solid var(--main-color);
  padding: 8px 7px;
  font-size: 14px;
  min-width: 53px;
  text-align: center;
  margin-top: -10px;
  border-radius: 5px;
}

.api-auto-complete li {
  margin: 0;
  display: block;
  font-size: 12px;
  line-height: 13px;
  overflow: hidden;
  border-bottom: 1px solid #d5d1d1 !important;
  cursor: pointer;
  letter-spacing: 1px;
  min-height: 0px;
}

.api-auto-complete>li>a>div.flght-left>i {
  position: absolute;
  left: 0;
  top: 0px;
  color: var(--main-color);
}

.flght-left samp {
  display: block;
}

.why_choose p {
  text-align: justify;
}

.icons-call i {
  color: var(--secondary-color);
  font-size: 33px;
}

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

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

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

#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: 11px;
  color: #a46a1e;
}

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

.facilities-section2 {
  background: url('img/keyboard.webp');
  background-size: cover;
  padding: 25px 0px;
  margin-top: 41px;
  z-index: 1;
  position: relative;
}

.theme2_text_withimg {
  background: white;
  padding: 15px;
  border-bottom: 2px solid var(--main-color);
  border-top: 2px solid var(--main-color);
  position: relative;
  min-height: 132px;
}

.theme2_text_withimg>p>strong {
  display: block;
  font-weight: 500;
  padding-top: 1px;
}

.theme2_text_withimg>p {
  margin: 0;
  font-size: 11px;
  text-align: center;
}

span.theme2_imgbox {
  display: block;
  width: 100%;
  text-align: center;
}

.theme2_text_withimg:after {
  content: "";
  position: absolute;
  transform: rotate(134deg) !important;
  right: -13px;
  margin-top: 0px;
  border-right: 20px solid transparent;
  border-bottom: 20px solid var(--main-color);
  border-left: 20px solid transparent;
}

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

.theme2_special-offer h3 {
  margin: 0 0 10px 0px;
  font-size: 25px;
  color: #182633;
  font-weight: 800;
  position: relative;
}

.p-text {
  width: 80%;
  margin: auto;
  text-align: center;
}

.ho_testimonial_item {
  position: relative;
  padding-top: 50px;
  background: #f1f5f5;
  border-radius: 30px;
  height: 350px;
}

.ho_testimonial_item .stars {
  font-size: 16px;
  margin-bottom: 0;
  text-align: center;
}

.ho_testimonial_item .image {
  text-align: center;
  position: relative;
  margin-top: 20px;
}

.ho_testimonial_item .image>img {
  max-width: 70px;
  height: 70px;
  border-radius: 15px;
  background: #000;
  left: 50%;
  margin: auto;
}


.dflex_testimonal h5 {
  font-size: 25px;
  color: var(--main-color);
  font-weight: 600;
  margin-top: 0px;
}

.ho_testimonial_item p {
  margin-top: 10px;
  font-weight: 500;
  line-height: 30px;
  font-size: 18px;
  color: #525366;
  max-width: 800px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 20px auto;
  text-align: center;

}

.ho_testimonial_item h6 {
  margin-top: 25px;
  margin-bottom: 5px;
  font-size: 17px;
}

.dflex_testimonal {
  text-align: center;
  margin-top: 20px;
}

.testimonials-carousel .owl-nav {
  position: absolute;
  right: 0px;
  top: 45%;
  width: 100%;
}

.ho_testimonial_item .quote-img {
  position: absolute;
  top: 15px;
  left: 25px;
  width: auto !important;
  height: 50px;
}

.testimonials-carousel .owl-nav i {
  font-size: 25px;
  line-height: normal;
  color: #fff;
  display: inline-block;
  background: #333;
  border-radius: 25px;
  font-weight: 700;
  margin-right: 3px;
  height: 60px;
  width: 60px;
  line-height: 60px;
}

.testimonials-carousel .owl-nav button.owl-prev {
  left: -25px;
  position: absolute;
}

.testimonials-carousel .owl-nav button.owl-next {
  right: -25px;
  position: absolute;
}

.theme2blog_bg {
  background-size: #ccc;
  padding: 30px 0;
}

.ho_sectionarea2 {
  margin-top: 10px;
}

.blogsee_all a {
  font-family: var(--myfont);
  font-size: 19px;
  font-weight: 800;
  color: var(--secondary-color);
  text-decoration: none;
}

.theme2_why-we {
  padding: 3rem 0rem;
  font-size: 12px;
  background: #f8f9fb;
}

.theme2_why-we h4 {
  color: var(--secondary-color);
  margin-top: 0;
  font-size: 16px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgb(204 204 204 / 45%);
  font-weight: 700;
}

.theme2_why-we h4:after {
  position: absolute;
  bottom: -3px;
  width: 25px;
  content: "";
  height: 5px;
  background: var(--main-color);
  left: 0;
}

.theme2_our-services {
  background: url(../images/our-ser.webp);
  position: relative;
  background-position: top center;
  color: #fff;
  z-index: 1;
  background-size: cover;
  background-attachment: fixed;
  padding: 3rem 0rem;
}

.theme2_our-services h3 {
  font-family: 'Quicksand', sans-serif;
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 29px;
  font-weight: 600;
}

.theme2_our-services li>span>i {
  line-height: 90px;
}

.theme2_our-services li>span {
  overflow: hidden;
  color: var(--secondary-color);
  display: inline-block;
  height: 90px;
  width: 90px;
  font-size: 50px;
  background: #fff;
  border-radius: 50%;
  margin-bottom: 15px;
}

.theme2_our-services li {
  width: calc(97% / 6);
  display: inline-block;
  margin-bottom: 25px;
}

.theme2_compare-flights {
  background: #f1f5f5;
}

.tool-maincol a {
  text-decoration: none;
  color: #007bff;
}

.dom-com_2 {
    height: 76px;
    padding: 0px 10px 0px 10px;
    border: 1px solid lightgray;
    border-radius: 6px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dom-com_2 li {
  flex-basis: 22%;
  padding: 15px 10px;
  /* background: #fff; */
  text-align: center;
  position: relative;
}

.dom-com_2 li:before {
  content: '';
  width: 1px;
  height: 90%;
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  background: #d8d7d8;
}

/* .dom-com_2 li:nth-last-child(-n+4):after {
  display: none;
} */

.dom-com_2 li:nth-child(-n+4):after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 100%;
  /* transform: translateX(-50%); */
  background: #d8d7d8;
}

.dom-com_2 li:nth-child(4):before {
  display: none;
}

.dom-com_2 li img {
  height: 63px;
}

.section_spacing {

  position: relative;
}

.section_spacing::before {
  content: '';
  position: absolute;
  top: -14px;
  left: 0;
  width: 100%;
  height: 50px;
  background: #fff;
  z-index: 2;
  border-radius: 32% 39%;
}

.section_spacing::after {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  height: 50px;
  background: #fff;
  z-index: 2;
  border-radius: 32% 39%;
}

.theme2_our-services p {
  font-size: 16px;
}

.theme2_our-services a {
  color: #fff;
  text-decoration: none;
}

.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: -60px;
  background: #ffff;
  border-radius: 36px;
  box-shadow: 0 0 4px rgb(0 0 0 / 17%);
}

.btn-explorefrnt {
  background-image: linear-gradient(to right, #eb421a, #00a0dc);
  border: none;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
}

.btn-explorefrnt:hover {
  color: #fff;
}

.tour_dmstLeftimg img {
  height: 360px;
  width: 100%;
}

.tour_dmstRighttimg img {
  width: 100%;
  height: 170px;
}

.tour_overlap h3 {
  color: #fff;
  position: absolute;
  margin: 0;
  top: 1rem;
  z-index: 9;
  left: 1rem;
  font-size: 19px;
  font-weight: 500;
  padding-bottom: 10px;
}

.tour_overlap {
  position: relative;
  margin-bottom: 20px;
}

.testimonail_img img {
  width: 60px !important;
  height: 60px;
}

.color-blow2 {
  color: #00a0dc;
}

.theme2_offers-shrt-desc h4 {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  position: relative;
  margin-bottom: 0px;
  padding-bottom: 3px;
}

.theme2_offers-shrt-desc {
  text-align: left;
}

.sayabout_us .offers-on {
  text-align: left;
  display: inline-block;
}

.sayabout_us .stars {
  text-align: left;
  color: #ffb100;
  font-size: 16px;
}

.theme2_offers-shrt-desc h4:after {
  content: "";
  position: absolute;
  left: 0;
  width: 25px;
  bottom: 0;
  height: 2px;
  background: var(--main-color);
}

.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 {
  width: 275px;
   padding: 15px;
  background: #fff;
  border: 1px solid #d1d1d1;
  box-shadow: 0 5px 15px rgb(0 0 0 / 30%);
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 15;
  display: none;
 }

.insurance_tabbar {
  margin-top: 25px;
}

.ins_tab_btn {
  margin-bottom: 10px;
}

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

.box_input .age_wrap .form-control {
  height: 25px;
  border: 1px solid #666;
  color: #111;
  
}

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

.box_input .form-control {
  height: 35px;
  color: #fff;
  border: 0px;
  background: #ffffff36;
  border-radius: 20px;
}

.age_wrap {
  margin-bottom: 10px;
}
.age_wrap span{
  font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
}



/*Insurance css end*/


.success_msg_whats {
  color: #017c16;
}

.flex-div-date {
  display: flex;
}

.flex-div-date div:nth-child(1) {
  margin-right: 5px;
  flex: 1;
}

.flex-div-date .car_drop_date {
  width: 50%;
}

/*popular flight*/
.pop_ular {
  padding: 15px;
  transition: 0.3s ease;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
  background: #fbfbfb;
  border-radius: 10px;
}

.pop_ular-img {
  position: relative;
  overflow: hidden;
}

.pop_ular a:hover {
  text-decoration: none;
}

.pop_ular img {
  height: 170px;
  margin: 0px;
  position: relative;
  border-radius: 15px;
  transition: 0.5s;
}

.pop_ular:hover img {
  transform: scale(1.1);
  transition: all 0.5s ease;
}

.ho_popular_hotel .popular-text {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.popular-text {
  color: #000;
  padding-top: 15px;
}

.popular-text p {
  margin: 0px;
  font-size: 12px;
}

.pop_pr {
  font-weight: 500;
  color: var(--main-color);
  font-size: 14px;
}

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

.popular-text h2 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin: 0px;
  font-family: 'Poppins', sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

}

.pop-btn {
  background: #fff;
  border-radius: 20px;
  color: #111;
  width: 100%;
  font-weight: 600;
  box-shadow: 0px 0px 3px rgb(0 0 0 / 14%);
  transition: 0.3s ease-in-out;
}

.pop-btn:hover,
.pop_ular:hover .pop-btn {
  background: var(--main-color);
  color: #fff;
}

/*popular flight end*/



.plan_list {
  margin-bottom: 25px;
}

.plan_list span {
  background: #000;
  color: #fff;
  border-radius: 20px;
  padding: 5px 15px;
  font-size: 12px;
  display: inline-block;
}

.plan_list h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
  color: #000;
}

.plan_list p {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
  text-align: justify;
}




.plan-image .plan_1 {
  position: absolute;
  bottom: 0px;
  left: 30px;
  border-radius: 120px;
  background: var(--main-color);
  overflow: hidden;
  width: 220px;
  height: 330px;
  margin: auto;
  border: 7px solid #fff;
}

.plan-image .plan_2 {
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-radius: 101px;
  background: var(--main-color);
  overflow: hidden;
  width: 220px;
  height: 250px;
  margin: auto;
  border: 7px solid #fff;
}

.plan-image .plan_3 {
  position: absolute;
  top: 0;
  left: 30%;
  border-radius: 122px;
  background: var(--main-color);
  overflow: hidden;
  width: 250px;
  height: 330px;
  margin: auto;
  border: 7px solid #fff;
}

.p-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*blog*/
.tour_dmstRighttimg {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.tour_dmstRighttimg img {
  width: 100%;
  height: 170px;
}

.t-blog {
  background: var(--secondary-color);
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  height: 364px;
}

.t-blog h2 {
  margin-top: 0;
  font-size: 30px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #fff;
}

.blog-btn {
  text-align: center;
  position: absolute;
  bottom: 20px;
  background: #fff;
  border-radius: 20px;
  color: #111;
  font-weight: 600;
}

.blog-btn:hover, .blog-btn:focus {
  background: var(--main-color);
  color: #ffffff;
}

/*blog end*/
.call_back20 {
  position: fixed;
  bottom: 50%;
  right: -12rem;
  transform: rotate(-90deg) translateY(-50%);
  z-index: 99;
}

.call_back20 button {
  border-radius: 15px 15px 0 0;
  background: #0044cc;
  border: none;
  font-size: 14px;
}

.call_back20 button:hover {
  background: var(--main-color);
  color: #fff;
}

.feedback_head {
  background: #e8421b;
  color: #fff;
  padding: 8px 15px;
  background: var(--main-color);
}

.feedback_head .close {
  opacity: 1;
  color: #fff;
  text-shadow: none;
  background: var(--secondary-color);
  width: 27px;
  padding: 4px;
  height: 27px;
  line-height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #fff;
}

.logo-list {
  padding: 0px;
  margin: 0px;
  text-align: center;
}

.logo-list li {
  display: inline-block;
  width: 16%;
  text-align: center;
  margin: 20px 10px 10px;
}

.logo-list li img {
  margin-bottom: 10px;
  padding: 0px 16px;
}

.logo-list li p {
  margin: 0px;
}

.api-auto-complete.ui-widget.ui-widget-content {
  background: #fff;
  border: 0px;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.hidden-content {
  overflow-x: hidden;
}

 .insurance-booking-form .chosen-container-single .chosen-single{
       height: 35px;
    border-radius: 5px;
    line-height: 35px;
    background: #3671e7;
    border-radius: 17px;
    border: 0 !important;
    color: #fff;
   }
   .insurance-booking-form .chosen-container-single .chosen-single div {
    top: 5px;
}
.chosen-container-active.chosen-with-drop .chosen-single{background: #3671e7;}

@media (min-width: 1350px) {
  .container {
    width: 1320px;
  }
}

@media screen and (min-width: 1201px) {
  .work-box {
    margin-top: -71px;
  }
}

@media screen and (max-width: 1200px) {
  .ho_searchengine-temp .panel-heading {
    top: -45px;
    width: 100%;
  }

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

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

  .ho_heading-1 {
    font-size: 22px;
  }

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

  .theme2_we_accept img {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 992px) {
  .ho_three-col-wrap{
    min-height: 260px;
  }
  .plan-image {
    position: relative;
    height: 500px;
  }

  .ho_absolute-search-container {
    position: absolute;
    z-index: 1042;
    margin: 0 auto;
    width: 100%;
    top: 10%;
  }

  .ret_p_15 {
    padding-left: 15px !important;
  }

  .mobsm_p15 {
    padding-bottom: 15px;
  }

  .top_p25 {
    padding-top: 25px;
  }

  .min_heightlg {
    min-height: 100px;
  }

  .lg_device_hidden {
    display: none !important;
  }

  .api-auto-complete {
    max-height: 300px;
    overflow: scroll;
    overflow-x: hidden;
    z-index: 9999;
    max-width: 300px !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;
  }
  .topvalues .heading_effect{text-align: right;}
}

@media screen and (max-width: 991px) {
  .testimonialbg{margin-bottom: 30px;}
  .ho_signup .form-control, .btn-go {margin-top: 10px;}
  .dom-com_2 img {height: 54px;}
  .get_link{margin-bottom: 15px;}
  .plan-image .plan_1 {
    position: relative;
    left: 0;
    width: 100%;
    height: 360px;
  }
  .plan-image .plan_3,
  .plan-image .plan_2 {
    display: none;
  }
  .checkbox,
  .ho-search-checkbox {
    width: 80%;
  }
  .bg-why,
  .why-img {
    display: none;
  }
  .topvalues {
    padding: 10px 0px;
    margin-top: 0px;
  }
  .left-part-class h3 {
    font-size: 20px;
    line-height: 22px;
  }
  .left-part-class h6 {
    margin-top: 0px;
  }
  .left-part {
    padding-top: 0px;
  }
  .section_spacing::before,
  .section_spacing::after,
  .footer-shape {
    display: none;
  }
  .shape,
  .down_btn {
    display: none;
  }
  
  .testimonials-carousel .owl-nav {
    display: none;
  }

  .ho_absolute-search-container {
    position: inherit;
    z-index: 2;
    /* padding-top: 17%; */
    margin-top: -300px;
  }

  .ho_slider-carousel img {
    margin-top: 0;
  }

  .value_box img {
    width: 50px;
  }

  .mid-area-border {
    padding: 10px 0;
  }

  .value_box h4 {
    margin-top: 15px;
  }

  .value_box {
    padding: 20px;
  }

  .logo-list li {
    width: 23%;
  }

  .api-auto-complete {
    max-height: 230px;
    overflow: scroll;
    overflow-x: hidden;
  }

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

  .icon_arrive {
    margin-right: 0 !important;
  }

  .border_date {
    margin-right: 10px;
  }

  .app-sc-img img {
    bottom: 0px;
  }

  .all_deals .btn {
    margin-top: 15px;
  }

  .exclusive_head h3 {
    font-size: 23px;
  }

  .onpage_tabbar {
    margin-right: 0px;
  }

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

  .ho_home_banner {
    position: relative;
    height: auto;
  }

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

  .desktopnav {
    display: none;
  }

  .ho_home_banner h2 {
    display: none;
  }

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

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

  .home_search_form>.row>div,
  .home_search_form>.row {
    margin-bottom: 0px;
  }

  .mob_hidden {
    display: none !important;
  }

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

  .theme2_testimonial-carousel .ho_testimonial_item {
    width: 96%;
  }
  .reverse{
    display: flex;
    flex-direction: column-reverse;
  }
  .sectravel-tool {
    border: 1px solid transparent;
    padding: 11px;
    margin-bottom: 15px;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    border-radius: 15px;
  }

  .theme2_text_withimg {
    margin-bottom: 15px;
  }

  .theme2_text_withimg>p {
    height: 70px;
  }

  .why_with img {
    width: 12%;
  }

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

  .container {
    width: 100%;
  }

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

@media screen and (max-width: 767px) {
  .polular_list {padding: 30px 0px;}
  .heading_effect{margin-bottom: 0;}
  .download-app{text-align: center;}
  .app-sc-img {
    text-align: center;
    padding: 0 36px 20px;
  }
  .ho_blog {
    margin-top: 10px;
  }

  .ho_holiday-img img {
    height: 200px;
  }

  .t-blog h2 {
    font-size: 22px;
  }

  .work-box {
    gap: 0px 14px;
  }

  .ho_searchengine-temp {
    padding: 15px 10px;
  }

  .ho-search-section {
    border-radius: 0px;
  }



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

  .heading_effect p {
    width: 100%;
  }

  .airline-brands {
    margin-top: 20px;
  }

  .swipe a {
    transform: rotate(90deg);
    color: var(--secondary-color);
  }

  .swipe {
    position: absolute;
    right: 0px;
    top: calc(100% - 30%);
    cursor: pointer;
    z-index: 999;
  }

  .ho_absolute-search-container {
    position: inherit;
    z-index: 2;
    /* padding-top: 17%; */
    margin-top: -150px;
  }

  .traveller_pl0 {
    margin-top: 0;
  }

  .newsletter p {
    margin-bottom: 20px;
  }

  .newsletter h2 {
    margin-bottom: 0px;
  }

  .value_box {
    text-align: center;
  }

  .logo-list li p {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .logo-list li {
    width: 28%;
    margin: 0px;
  }

  .ho_searchengine-temp .ho_btnn {
    width: 100%;
  }

  .search_col .search-btn {
    margin-top: 10px;
    position: relative;
  }

  .he_header_section {
    display: inherit;
  }

  .he_navbar .navbar-toggle .icon-bar {
    background: #034a92;
  }

  .ho_home-pack-content h3 {
    font-size: 16px;
    line-height: 18px;
  }

  .value_box {
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
  }

  .newsletter {
    margin-bottom: 15px;
  }

  .advertisement_sec {
    margin: 20px 0 0px 0;
  }

  .ho_offers-carousel .owl-nav {
    display: none;
  }

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

  .blog-btn {
    position: unset;
  }

  .t-blog {
    margin-bottom: 20px;
    height: auto;
  }

  .call_back20 {
    position: fixed;
    bottom: 50%;
    right: -10rem;
    transform: rotate(-90deg);
    z-index: 99;
  }

  .mobile_p0_15 {
    padding: 0 15px;
  }

  .transfer_btn {
    margin-top: 0px;
  }

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

  .insurance_validation {
    margin-top: 15px;
  }

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

  .home_search_form.htl-search-from {
    padding: 0;
  }

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

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

  .brands_dom-owl-cras .owl-nav i {
    display: none;
  }

  .theme2_our-services li>span {
    height: 70px;
    width: 70px;
    font-size: 40px;
    margin-bottom: 10px;
  }

  .theme2_our-services li>span>i {
    line-height: 70px;
  }

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

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

  .tool-maincol {
    padding: 5px;
  }

  .swipe i {
    font-size: 21px;
    line-height: 31px;
  }

  .swipe {

    width: 34px;
    height: 34px;
    line-height: 34px;
    z-index: 1;
    top: 100%;
    right: 19px;
    /* transform: translate(-50%, -62%); */
    top: calc(100% - 30%);
    background: #fff;
  }

  #flightbtnsearch_multi {
    margin: 6px 0px 0;
  }

  .paul-hotel-down-wrap {
    top: 70%;
  }

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

  .sectravel-tool img {
    height: 60px;
  }

  .fo_footer-social-wrap {
    position: fixed;
    left: -39px;
    z-index: 999;
    top: 35%;
    transform: translateY(-50%);
    display: none;
  }

  .testi_name_desc a {
    padding: 10px 0 10px 0;
    display: block;
  }

  .theme2_offers-shrt-desc h4:after {
    background: none;
  }

  .theme2_offers-shrt-desc.mobtext_center {
    text-align: center;
  }

  .testi_name_desc {
    text-align: center;
  }

  .ho_testimonial_item .stars {
    text-align: left !important;
    margin: 0 auto;
    display: inline-block;
  }

  .testi_name_desc p {
    text-align: center;
  }

  .ho_testimonial_item p {
    max-width: 100%;
    margin: 20px;
  }

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

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

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

  .theme2_text_withimg>p {
    height: auto;
    min-height: 70px;
  }

  .tab_add2 li a {
    position: relative;
    display: block;
    padding: 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_travel_tools .brands_dom-owl-cras .owl-nav {
    position: absolute;
    right: 0;
    top: -96px;
  }

  .theme2_special-offer h3 span {
    font-size: 20px;
  }

  .dom-com_2 li img {
    height: 30px;
    padding-top: 0px;
  }

  .theme2_our-services li {
    width: calc(94% / 2) !important;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {

  .dom-com_2 li {
    padding: 10px 10px;
  }

  .qr_code ul li a {
    margin-right: 1px;
  }

  .mt_lg {
    margin-top: 0px;
  }

  .scan_img {
    padding: 0 12px;
    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_blog,
  .ho_holiday {
    height: auto;
  }

  .title-off:after {
    left: 42%;
  }

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

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

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

  .ho_slider-carousel img {
    height: 280px;
    overflow: hidden;
  }

  .ho_heading-2,
  .ho_heading-1 {
    font-size: 23px;
  }

  .ho_section {
    margin-bottom: 25px;
  }

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

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

  .ho_theme_3slider {
    display: none;
  }

}

@media screen and (min-width: 768px) {

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

@media only screen and (max-width: 600px) {
  .ho_slider-carousel img {
    height: 200px;
    overflow: hidden;
  }

  .mb15_mob {
    margin-bottom: 10px;
  }

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

@media screen and (max-width: 480px) {


  .popular_list {
    padding: 20px 0px;
  }

  .heading_effect h4 {
    font-size: 22px;
  }

  .custom_tabs_three>li {
    display: inline-block;
    margin-right: 9px;
  }

  .custom_tabs_three li label {
    font-size: 11px;
  }

  .logo-list li img {
    margin-bottom: 5px;
  }

  .logo-list li {
    width: 49%;
    margin: 0px;
  }

  .api-auto-complete {
    max-width: 320px;
  }

  .tour_dmstRighttimg img {
    width: 100%;
    height: 132px;
    object-fit: cover;
  }

  .transfer_toplist {
    max-width: 300px;
  }

  .blogsee_all a {
    font-size: 15px;
  }

  .theme2_trending-searches p {
    margin-bottom: 8px;
  }

  .ho_radio-paul li label {
    padding: 4px 9px;
  }

  .ho_fare_class li {
    width: 47%;
  }

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

  .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) {
  .work-box {
    gap: 0px 5px;
  }

  .ho_search_flight label,
  .search-en-col label {
    font-size: 9px;
  }

  .custom_tabs_three li label {
    font-size: 10px;
  }

  .custom_tabs_three>li {
    display: inline-block;
    margin-right: 1px;
  }

  .api-auto-complete {
    max-width: 265px;
  }

  .transfer_toplist {
    max-width: 280px;
  }

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