/* used css */

html,
body {
  height: 100%;
  min-height: 100%;
} 
.page-wrap {
  /* height: 100%; */
  background: #f0f0f0; 
}

.login .navbar,
.login .footer,
.login .clear {
  display: none;
}

.login .push15,
.forgotpassword .push15{ padding: 0;}

.login .page-wrap,
.forgotpassword .page-wrap{ height: 100%;}

.forgotpassword .navbar,
.forgotpassword .footer,
.forgotpassword .clear {
  display: none;
}

.login .section,
.login .search-list {
  height: inherit;
}

.forgotpassword .section,
.forgotpassword .search-list {
  height: inherit;
}

.login .search-list {
  padding: 0;
  margin-top: 0;
}

.forgotpassword .search-list {
  padding: 0;
  margin-top: 0;
}

/* sign in */

/* .scenery-bg1{ background:url(../images/scenery1.jpg) no-repeat; background-size:cover; padding: 60px 0;} */
/* .form-signin .log-facebook{ display:block; background:#3a589b; min-height:50px; font-size:20px; color:#fff; padding:10px 20px;} */
/* .form-signin .log-facebook i{ float:left; font-size: 31px;} */

/* .cnts{font-size: 0px; color: transparent; position: absolute; } */

.header-row {
  display: flex;
  align-items: center;
}
.user-sec {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.user-profile{display: flex; gap: 20px; justify-content: end; align-items: center;}

.user-profile .tooltip.bottom .tooltip-arrow {border-bottom-color:#fff }
.user-profile .tooltip.bottom .tooltip-inner{ background: #fff; color: #000;}

.user-profile .dropdown-menu{ left: auto; right: 0; border-radius: 8px; min-width: 180px; margin-top: 10px;}
.user-profile .dropdown-menu a{ padding: 8px 12px;}
.user-profile .dropdown-menu a img { margin-right: 5px;}

.btn.help{ background: transparent; border: none; padding: 0;}
.btn.help svg{margin-top: 0.3em;}
.btn.help svg path{fill: rgba(255,255,255,.5);}

.user-profile .user{ color: #fff; position: relative; padding-left: 40px; display: flex; cursor: pointer;}
.user-profile .user .dropcaps{ background: #FFB700; width: 33px; height: 33px; color: #312103;  font-size: 14px; position: absolute; border-radius: 50px; text-align: center; font-weight: 700; align-items: center; display: flex; justify-content: center; left: 0; top: 3px;}
.user-profile .user aside{ color:  #FFD07E; font-weight: 700;}
.user-profile .user small{ display: block; color: #fff; font-weight: normal;}

.search-sec{ padding: 1em 9em 2em 9em; }
.search-sec .title{ font-size: 32px; font-weight: 700; line-height: normal; color: #fff; margin-bottom: 30px;}
.search-sec .title small{ display: block; font-size: 17px; font-weight: 400; line-height: normal;}

.search-sec .wh-box{border-radius: 12px; background: #FFF; padding: 10px;}
.search-sec .wh-box .filter-box{border-radius: 12px; border: 1px solid #E7E7E7; display: flex; }

.search-sec .wh-box .filter-box .gs-input.select-region{flex: 0 0 50%;}
.search-sec .wh-box .filter-box .gs-input.select-price{flex: 0 0 35%;}
.search-sec .wh-box .filter-box .gs-input.select-room{flex: 0 0 15%;}

.search-sec .wh-box .filter-box .gs-input { border-right: 1px solid #E7E7E7; position: relative; }
.search-sec .wh-box .filter-box .gs-input:hover{ /*background: #F0FBF7;*/ }
.search-sec .wh-box .filter-box .gs-input:last-child{ border: 0;}

.search-sec .wh-box .filter-box .gs-input .autosuggest-box{ position: absolute; background: #fff; border-radius: 12px; padding: 25px; box-shadow: 0 0 0 1px rgba(0,0,0,0.04), 0 8px 16px rgba(0,0,0,0.15); width: 100%; z-index: 2; display: none; top: 100%;}
.search-sec .wh-box .filter-box .gs-input:hover .autosuggest-box{ display: block;}

.search-sec .wh-box .filter-box .gs-input .autosuggest-box .row{display: flex; justify-content: space-between;}
/* .search-sec .wh-box .filter-box .gs-input .autosuggest-box .drop-holder .form-box{ flex: 0 0 50%; padding: 0 10px;} */

.range-bar { margin: 15px 10px !important; border: 0 !important;}
.ui-slider-horizontal{ height: 5px !important;}
.ui-widget-header{ background: #2b2b2b !important;}
.ui-widget{font-family: "Poppins", sans-serif !important;}
.ui-widget-content{ background: #ebecec !important;}
.ui-slider .ui-slider-handle{width: 1em !important; height: 1em !important;}
.ui-slider-horizontal .ui-slider-handle { top: -0.32em !important;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{border: none !important; background: #2b2b2b !important;}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br{ border-radius: 50px !important;}

.search-sec .wh-box .filter-box .gs-input label{ padding: 15px 25px; display: block; margin: 0;}
.search-sec .wh-box .filter-box .gs-input .lbl_input{color: #4A4A4A; font-size: 14px; font-weight: 400; line-height: normal; display: block;}
.search-sec .wh-box .filter-box .gs-input .lbl_input:after{content: "\f078"; font-family: FontAwesome; padding: 3px; transform: rotate(0deg);-webkit-transform: rotate(0deg);  margin: 0px 0 0 8px; transition: all 0.3s ease-in-out; position: absolute; color: #24CB96;}

.search-sec .wh-box .filter-box .gs-input label.in-lbl{ padding: 0 0 15px 0;}

.search-sec .wh-box .filter-box .gs-input label:hover .lbl_input:after{ transform: rotate(-180deg); -webkit-transform: rotate(-180deg); }

.search-sec .wh-box .filter-box .gs-input .gs-inputField{ border: 0; color: #171717; font-size: 32px; font-weight: 600; width: 100%; background: transparent;}
.search-sec .wh-box .filter-box .gs-input .gs-inputField:focus-visible{ border: 0;     outline: none;}

.search-sec .wh-box .filter-box .gs-input.select-room .gs-inputField{ width: auto;}

.search-sec .wh-box .filter-box .gs-input .code{color: #4A4A4A; font-size: 14px; font-weight: 400; line-height: normal; display: block;}

.search-sec .wh-box .filter-box .gs-input .dol-hold{ display: flex;} 
.search-sec .wh-box .filter-box .gs-input .dol-hold span{color: #171717; font-size: 32px; font-weight: 600;}


.scenery-bg {
  background: url(../images/body-bg.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
  height: inherit;
}
.form-signin {
  width: 25%;
  height: 100%;
  padding: 25px;
  background: #fff;
  border-radius: 0 40px 40px 0;
  display: flex;
  align-items: center;
  overflow-y: scroll;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.form-signin h2 { margin: 0 0 25px 0; font-size: 24px; font-family: "Poppins", sans-serif; font-weight: 700;}

.lr_logo { margin-bottom: 20%;}

.lr_logo img.lr_logo_left { height: 80px;}

.login .alert,
.forgotpassword .alert {
  margin: 20px 0 0 0;
}

.form-signin form {
  width: 100%;
}
.form-signin label {
  color: #909090;
  display: block;
  font-weight: normal;
}
.form-signin .form-group {
  margin-bottom: 25px;
}
.checkbox label.acknowledge {
  margin-bottom: 0;
  text-align: left;
  line-height: normal;
}
.checkbox label.acknowledge:after {
  padding-top: 3px;
}
.sign-up-terms.checkbox {
  padding-right: 0;
  margin-top: 0;
}
.form-control {
  border-color: #d9dcdf;
}
.form-signin a {
  color: #222;
}
.form-signin .form-control {
  position: relative;
  padding: 10px;
  font-size: 15px;
  color: #303030;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.notmb-yt {
  border-top: 3px solid #ccc;
  font-size: 18px;
  margin-top: 36px;
  padding-top: 20px;
  text-align: center;
}
.notmb-yt a {
  font-weight: 600;
}
.form-signin .forgot-pwd {
  text-align: center;
  padding-top: 20px;
  font-weight: 600;
}
.form-signin .btn-block {
  margin-bottom: 10px;
  font-size: 15px;
  background: #000;
  color: #fff;
  border-radius: 12px;
  height: 48px;
  font-weight: 600;
  text-transform: none;
}
.form-signin .btn-block:hover {
  background: #222;
}
.sign-up-terms {
  font-size: 11px;
  text-align: center;
  color: #909090;
  padding: 0 15px 0px 15px;
  line-height: 20px;
}
.sign-up-terms a {
  font-weight: 600;
}
.sign-up-terms input[type="checkbox"] {
  height: 0;
  position: absolute;
}

.form-signin::-webkit-scrollbar {
  width: 8px;
}
.form-signin::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 0;
}
.form-signin::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 12px;
}

/* sign in */

.form-control {
  border: 2px solid #dadada6e;
  height: 46px;
  box-shadow: none;
  border-radius: 12px;
  font-family: "Poppins", sans-serif;
  color: #283845;
  background-color: #f8f9f9;
  padding: 8px 20px;
}

.locatoin-list {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(5, 1fr);
}

.locatoin-list .col {
  border: 1px solid #eff4f3;
  background: #f8f9f9 url(../images/location.png) no-repeat center right;
  padding: 15px 15px 15px 25px;
  border-radius: 12px;
  background-size: contain;
  position: relative;
  /* transition: all .2s; */
}
/* .locatoin-list .col * {transition: all .25s;} */
.locatoin-list .col:hover { background-color: #333; background-image: none;}
.locatoin-list .col:hover .number{ background: #fff; color: #000;}
.locatoin-list .col:hover a h6{ color: #fff;}
.locatoin-list .col:hover small{color: #fff;}

.locatoin-list .col::before {
  content: "";
  position: absolute;
  background: #d6ad60;
  width: 4px;
  height: 60%;
  left: 0;
  top: 50%;
  translate: 0px calc(50% - 72px);
  border-radius: 0 12px 12px 0;
}

.locatoin-list .col a h6 {
  color: #000;
  margin: 0;
  line-height: normal;
  font-weight: 600;
  font-size: 15px;
}

.locatoin-list .col .number {
  background: #000;
  margin-bottom: 14px;
  color: #fff;
  padding: 5px;
  display: inline-block;
  border-radius: 10px;
  min-width: 40px;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  border-right: 3px solid #d6ad60;
  border-left: 3px solid #d6ad60;
  line-height: normal;
  margin-bottom: 10px;
}
/* used css */

/* @import url("../fonts/fonts.css"); */

body {
  font-family: "Poppins", sans-serif;
  background: #f0f0f0;
  font-size: 15px;
} 

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

.header{ background: url(../images/body-bg.jpg) no-repeat center; background-size: cover; border-radius: 0 0 50px 50px; position: relative;}
.header .headin{ background: rgba(0, 0, 0, .82); border-radius: 0 0 50px 50px; }
.header .headin .container-fluid{ padding-left: 30px; padding-right: 30px;}

 
.package .header,
.package .header .headin{border-radius: 0 0 20px 20px;}

.navbar {
  border-radius: 0;
  border: none;
  margin: 0;

}

.navbar-inverse {
  background: transparent;
}
.navbar-brand {
  height: auto;
}

#navbar {
  margin: 12px 0;
}

.navbar-nav > li > a {
  font-size: 14px;
  padding-bottom: 10px;
  padding-top: 10px;
  border-radius: 12px;
border: 2px solid transparent;
font-weight: 500;
position: relative; 
}


.navbar-inverse .navbar-nav > li {border-right: 2px dashed #312919; padding-right: 15px; margin-right: 15px;}
.navbar-inverse .navbar-nav > li:last-child{ border: none; margin: 0; padding: 0;}
.navbar-inverse .navbar-nav > li > a{color: #FFF;;}
.navbar-nav > li > a .batch{ position: absolute; border-radius: 3px; background: #2EA05C; font-size: 9px; text-transform: uppercase; font-weight: 700;     padding: 0.35em 0.55em; line-height: normal; top: -4px; right: -20px;}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  background: none;
}



.navbar-inverse .navbar-nav > .active > a {
  color: #FFD07E;
border-color: #D6AD60;
}

.navbar-nav > li.general_stock > a {}


img {
  max-width: 100%;
}

.navbar-form {
  position: relative;
  border: none;
  box-shadow: none;
}

.navbar-form .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #353535 !important;
  height: 40px;
  font-size: 16px;
  padding-left: 0;
  padding-right: 40px;
  width: 100%;
  border-radius: 0;
  color: #fff;
}

.navbar-form .btn-search {
  background: url(../images/ico-search.png) no-repeat;
  position: absolute;
  right: 20px;
  top: 2px;
  width: 31px;
  height: 31px;
}

.form-control::-moz-placeholder {
  color: #565656;
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-brand {
  padding: 0px 23px;
}

.navbar-form {
  margin: 12px 0px;
}

.user-name {
  color: rgba(255, 255, 255, 1);
  line-height: normal;
  font-size: 16px;
}
.user-name i {
  font-size: 25px;
  margin-right: 10px;
}

.user-name span {
  color: #d6ad60;
  font-weight: 700;
}

.user-name a {
  color: rgba(255, 255, 255, 1);
}

.center-menu {
}

.navbar-toggle {
  z-index: 8989;
}

.footer {
  background: #000;
  color: #fff;
  /* margin: 15px 0 0 0; */
  padding: 15px 0; /*position:absolute; */
  width: 100%;
  left: 0;
  bottom: 0;
  position: relative;
  z-index: 99;
}

.footer .top {
  font-size: 10px;
  padding-bottom: 15px;
  text-align: center;
}
.footer .ftr-btm {
  font-size: 12px;
  font-style: normal;
}
.footer .ftr-btm p {
  font-size: 12px;
  font-style: normal;
  margin-bottom: 0;
  
}
.push15{ padding:0 15px;}
.allpackages .push15{ float: left;}

.not-found { text-align: center; padding-bottom: 50px;}
.not-found h3{ margin-bottom: 15px; line-height: normal;}
.not-found img{margin-bottom: 30px;}
.not-found p{color: #767676;}

.package .search-filter{ display: none;} 
.search-filter {
  /*background:#f4f4f4;*/
  padding-top: 30px;
  padding-bottom: 15px; /*margin-top:85px;*/
 /* position: fixed; top:0; overflow-y:scroll;*/
}

.search-filter > form {
  padding-bottom: 15px;
  display: flex;
  align-items: flex-end;
    gap: 15px;
}
.search-filter .form-group{margin-bottom: 0; flex: 0 0 17.5%;}

.search-filter h2 {
  color: #000;
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 2px solid #c7c7c7;
  padding-bottom: 19px;
  margin: 0 0 22px 0;
}
.search-filter .back {
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 2px solid #c7c7c7;
  margin-bottom: 19px;
}
.search-filter .back a {
  color: #666666;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  background: url(../images/ico-back.png) no-repeat left top;
  padding: 2px 22px 22px 22px;
  display: block;
}

.package .search-list{ max-width: 1120px; margin-left: auto; margin-right: auto;}
.search-list {
  /* margin-left: 16.66666667%; */
  background: #fff;
  margin: 30px 20px;
  padding: 30px;
  border-radius: 25px;
}
.search-list .content {
}
.search-filter label {
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: normal;
}
.search-filter .btn {
  border-radius: 0;
  border: 1px solid #dadada;
  color: #77787b;
  font-size: 15px;
  width: 100%;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  margin-top: 15px;
}

.custom-select {
  position: relative;
}
.custom-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:after {
  content: "";
  background: url(../images/ico-downarrow.jpg) no-repeat center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 100%;
  line-height: 40px;
  padding: 0 17px;
  color: #cccccc;
  pointer-events: none;
}

.package .top-info-holder { padding: 0;}

.top-info-holder {
  padding: 20px 0;
  margin-bottom: 30px;
}

.top-info-holder .row{ display: flex; align-items: center; flex-wrap: wrap;}

.top-info-holder .info {
  margin-top: 12px;
  text-transform: uppercase;
  font-size: 14px;
}

.top-info-holder .title {
  font-weight: 600;
  font-size: 24px;
  color: #000000;  
  position: relative;

}
.package .top-info-holder .title { padding-left: 55px;}
.package .top-info-holder .title img{position: absolute; max-width: 8%; left: 0; top: 0; filter: brightness(0.85);}

.top-info-holder .title .location {
  font-size: 14px;
  display: block;
  color: #666666;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}

.top-info-holder .ico-box {
  border: 2px solid #dadada6e;
  justify-content: center;
    padding: 10px 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
}
.top-info-holder .ico-box i{color: #1fa67a;
  font-size: 20px;
  margin-right: 10px; 
  
}

.top-info-holder .ico-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-info-holder .ico-box ul li {
  display: inline-block;
  text-align: center;
  padding: 0 3px;
}

.top-info-holder .ico-box ul li a {
  color: #000000;
  font-size: 10px;
  text-transform: uppercase;
}

.top-info-holder .ico-box ul li span {
  display: block;
  padding-top: 5px;
}

.top-info-holder .sort-by {
  padding-left: 120px;
}

.top-info-holder .views-tools {
  position: absolute;
  left: auto;
}

.top-info-holder .views-tools a {
  line-height: 40px;
  display: inline-block;
  margin: 0 5px;
}

.top-info-holder .views-tools a:hover {
  opacity: 0.7;
}

.top-info-holder .price-box {
  text-align: right;
  justify-content: end;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.main-price {
  padding: 20px 30px;
  border: 2px dashed #d6ad60;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 20px;

}

.main-price span{font-weight: 700; font-size: 25px;     color: #000; display: block;}

.stick-content{ display: flex;}
.site-content{ width: 70%;     contain: paint layout; min-height: 309px;}
.mapoutr{ flex: auto; width: unset; }
.map-box{height: 100vh; width: 100%; position: sticky; top: 0;}

.grid {
  display: grid;
  gap: 20px;
}

.grid.col-4{grid-template-columns: repeat(4, 1fr);}
.grid.col-3{grid-template-columns: repeat(3, 1fr);}

.search-result-item { overflow: hidden; background: #fff; border-radius: 12px; position: relative; box-shadow: 15px 0px 40px 0px rgba(0, 0, 0, 0.10196078431372549); transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}

.search-result-item:last-child { margin-bottom: 0; }

.result-item-image { height: 100%; overflow: hidden; background: #fff; position: relative; }

.pd-20 { padding: 20px; }

.result-details-wrapper { height: auto; position: relative; background: #2B2B2B; }
.result-details-wrapper a:hover{ text-decoration:none; }

.result-item-image .item { height: 220px; width: 100%;}
.owl-carousel .owl-item img { height: 100%; width: 100%; object-fit: cover; opacity: .95; }
.owl-carousel .owl-item .inbx { }
.owl-carousel .owl-item .inbx img{ object-fit: contain;}
.owl-carousel .owl-item .inbx .ftimg{background-position:center; height:500px;background-size: cover; background-repeat: no-repeat;}

.hero .owl-theme .owl-nav [class*="owl-"] { height: 60px; width: 60px; border-radius: 50px; margin: 20px; translate: 0 calc(100% + 10em);}

.result-item-image .item .inner-bx { height: 100%; position: relative; }

.result-item-image .item .inner-bx:before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 1; transition: all 500ms ease;
  /* background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.62) 20%, #FFF ); */ background: linear-gradient(0deg, rgba(255, 255, 255, 1) 2%, rgba(255, 255, 255, 0) 35% ); z-index: 1;}

.result-item-image .owl-carousel1.owl-theme .owl-nav [class*="owl-"]{margin-top: 6em;}

/*.owl-carousel{background-color:#ccc;}*/

.owl-carousel .owl-item { /*height:256px !important; */ width: auto; margin: 0 auto;}

.owl-carousel .owl-item.active.center { z-index: 9999 !important;}

.result-details-left { 
  background: #fff;
  border-radius: 0 0 12px 12px;
  padding: 15px;
}



.result-details-left h3{
    margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
  color: #000;
  font-weight: 600;
}

.result-details-left .loaction {
  font-size: 13px;
  line-height: normal;
  color: #4A4A4A;;
  font-family: "Poppins", sans-serif;
  min-height: 40px; 
}

.result-details-left .hotel-amenities{ padding: 0; margin: 20px 0 0 0; list-style: none; display: flex; flex-wrap: wrap; border: 1px solid #DEDEDE; align-items: center; border-radius: 8px;}
.result-details-left .hotel-amenities li{ flex: 0 0 25%; border-right:  1px solid #DEDEDE; padding: 12px 5px; text-align: center; font-size: 12px; color: #171717; font-weight: 500;}
.result-details-left .hotel-amenities li:hover{background: #fbf7ef;}
.result-details-left .hotel-amenities li:last-child{ border: 0;}
.result-details-left .hotel-amenities li span{ height: 25px; display: flex; margin: 0 auto 7px auto; text-align: center; align-items: center; justify-content: center;}


.result-details-right {
  font-size: 22px;
  color: #000;
  font-weight: 700;
  padding: 15px 20px;
  display: flex;
  color: #fff;
  justify-content: end;
  align-items: center;
  line-height: normal;
}

.result-details-right .lbl {
  font-size: 13px;
  font-weight: normal;
  margin-right: 5px;

}

.result-details-right .btn-groups {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.result-details-right .btn {
  text-transform: capitalize;
  border-radius: 12px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  border: 2px solid #b3b3b3;
}

.result-details-right .btn-groups .btn:last-child {
  margin-right: 0;
}

.result-details-right .btn-groups .btn-stroke {
  color: #606060;
}

.result-details-right .btn-groups .btn-stroke:hover {
  color: #000;
  background: #fff;
  border-color: #fff;
}

.result-details-right .btn-groups .btn-fill {
  color: #fff;
  background: #606060;
}

.result-details-right .btn-groups .btn-fill:hover {
  color: #606060;
  background: transparent;
}

.result-details-right .hotel-amenities {
  margin: 0 0 0 0;
  padding: 0;
  background: #d6ad60;
  display: flex;
  align-items: center;
  padding: 10px 25px 10px 15px;
  border-radius: 30px 0 0 30px;
  margin-right: -20px;
  position: relative;
  z-index: 1;
}

.result-details-right .hotel-amenities li {
  display: flex;
  padding-left: 7px;
  font-size: 14px;
  align-items: center;
  font-weight: 600;
}
.result-details-right .hotel-amenities li img{ margin-left: 5px;}

.result-item-image .batch{ color: #fff; position: absolute; background: rgba(23, 23, 23, .7); padding: 5px 15px;  font-size: 13px; font-weight: 500; border-radius: 10px; margin: 15px; z-index: 5;}

.result-item-image .green-box{border-radius: 10px 0px 0px 0px; background: #d6ad60; padding: 5px 10px; color: #171717; font-size: 13px; font-weight: 500; line-height: normal; position: absolute; bottom: 0; right: 0; z-index: 2;}
.result-item-image .box2{left: 0;right: inherit;border-radius: 0px 10px 0px 0px;}
.btn-lg,
.btn-group-lg > .btn {
  font-size: 16px;
}

.btn {
  border-radius: 12px;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  position: relative;
}
.btn:active, .btn.active{ box-shadow: none;}

.tooltip{  font-family: "Poppins", sans-serif;}
.tooltip-inner{ padding: 8px 12px; max-width: inherit; font-size: 14px;}

.gold {
  border:2px solid #d6ad60;
  color: #0e0e0e;
}
.grey {
  border: 2px solid #ccc;
  color: #0e0e0e;
}

.black {
  border: 2px solid #000;
  color: #0e0e0e;
}

.gold i, .grey i{ font-size: 20px;}


/* .grey {
  background:#ccc;
  color: #0e0e0e;
} */


.btn.btn-icon {}

.btn.btn-icon i { margin-right: 10px;}

/* .hero { margin-bottom: 30px; box-shadow: 15px 0px 40px 0px rgba(0, 0, 0, 0.10196078431372549); border-radius: 24px;  overflow: hidden;} */

.hero{ margin-bottom: 30px; box-shadow: 15px 0px 40px 0px rgba(0, 0, 0, 0.10196078431372549); border-radius: 24px; }

.hero.slide{ display: flex; overflow: hidden; gap:20px;background: url(../images/bg-pattern.jpg);position: relative;}
.hero.slide:after { content: ''; position: absolute; width: 100%; height: 100%; background: #fff; opacity: 0.75; z-index: 0;}
.hero.slide [class*="col-"]{ padding: 0; z-index: 1;}

.desoslide-overlay{background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, #000 49.48%, rgba(0, 0, 0, 0.00) 100%) !important; text-align: center !important;}
.desoslide-controls-wrapper{ float: none !important;}
.desoslide-controls{    margin: 0 4px;}

.hero.slide .desoslide-wrapper img{ object-fit: contain; max-height: 400px;} 
.left-bor{/*border-left: 4px solid #cccccc52;*/}
.desoslide-wrapper{ display: flex; align-items: center; justify-content: center; height: 400px;}
.desoslide-overlay{left: 0 !important; bottom: 0 !important; top: auto !important; width: 100% !important;}
.desoslide-thumbs-vertical.list-inline{ margin: 0 !important; gap: 10px; display: flex; flex-direction: column;}
.desoslide-thumbs-vertical.list-inline > li{ padding-left: 0; padding-right: 0; height: 92px;}
.desoslide-thumbs-vertical.list-inline > li a{ display: block; height: 100%;}
.desoslide-thumbs-vertical.list-inline > li a img { height: 100%; object-fit: cover; width: 100%; }

.hero.nowrpa{overflow: auto; white-space: nowrap;}
.hero.nowrpa figure{ display: inline-block; margin-right: 20px;}
.hero.nowrpa figure:last-child{ margin-right: 0;}

.hero figure img{width: auto; height: 100%; max-width: initial; object-fit: contain; max-height: 400px;}

.hero.nowrpa:hover::-webkit-scrollbar-thumb {background:rgba(255, 255, 255, 0.329);}
.hero.nowrpa::-webkit-scrollbar { width:5px; height: 10px; }
.hero.nowrpa::-webkit-scrollbar-track { background:rgba(5, 5, 5, 0.671); border-radius:0px; }
.hero.nowrpa::-webkit-scrollbar-thumb { background:rgba(255, 255, 255, 0.0); border-radius:0px; }

.hero.grid{ display: grid; grid-template-columns: repeat(4,1fr); grid-template-rows: repeat(2,1fr); gap: 10px; height: 400px;}
.hero.grid.box5 .bx1{grid-area: 1/1/3/3;}

.hero.grid.box4 .bx1{grid-area: 1/1/3/3;}
.hero.grid.box4 .bx2{grid-area: 1/3/1/5; height: 200px;}

.hero.grid.box3 .bx1{grid-area: 1/1/3/3;}
.hero.grid.box3 .bx2{grid-area: 1/3/1/5; height: 200px;}
.hero.grid.box3 .bx3{grid-area: 2/3/2/5; height: 200px;}

.hero.grid.box2 .bx1{grid-area: 1/1/3/3;}
.hero.grid.box2 .bx2{grid-area: 1/3/3/5;}

.hero.grid [class*="bx"] img{ width: 100%; height: 100%; object-fit: contain;} 



.home .hero{ border-radius: 12px 12px 0 0 ; box-shadow: 0px 18px 40px 0px rgba(0, 0, 0, 0.10196078431372549);}

.clear { clear: both; }

.srch-details-box {

}

.srch-details-box .amenities-strip {
  border: 1px solid #dddddd;
  border-radius: 12px;
  padding: 24px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
  margin-bottom: 30px;
}

.srch-details-box .amenities-strip .hotel-amenities { margin: 0 0 20px 0; padding: 0; border: 1px solid #dddddd; border-radius: 8px; list-style: none; display: flex; justify-content: space-around; border-bottom: 1px solid #dddddd; flex-wrap: wrap;}

.srch-details-box .amenities-strip .hotel-amenities li { padding: 10px; border-right: 1px solid #dddddd; flex: 0 0 25%; text-align: center;}
.srch-details-box .amenities-strip .hotel-amenities li:before{ display: none;}

.srch-details-box .amenities-strip .hotel-amenities li:last-child {padding-bottom: 0px; margin-bottom: 0px; border: none;}

.srch-details-box .amenities-strip .hotel-amenities li figure{    height: 25px; display: flex; margin: 0 auto 7px auto;     align-items: center; justify-content: center;}

.srch-details-box .amenities-strip .hotel-amenities li span{ font-weight: 600;}

.panel-group .panel,
.panel-heading{ border-radius: 10px;}

.panel-heading{ padding: 0px;}
.panel-heading .panel-title{ font-size: 16px; display: block; padding: 15px; color: #000; position: relative;}
.panel-heading .panel-title:hover{ text-decoration: none; color: #000}

 .panel-heading .panel-title.collapsed:after{transform: rotate(0deg); -webkit-transform: rotate(0deg); }

.panel-heading .panel-title:after{content: "\f078"; font-family: FontAwesome; padding: 15px; transform: rotate(-180deg); -webkit-transform: rotate(-180deg); transition: all 0.3s ease-in-out; position: absolute; right: 0; left: auto; top: 0;} 



.srch-details-box .house-type {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  padding-bottom: 15px;
  font-size: 18px;
}

.srch-details-box .table-outr{border: 1px solid #e3e2e2; border-radius: 12px; margin-bottom: 20px;}
.srch-details-box .table-outr table{ margin: 0;}

.srch-details-box .table-striped tr td {
  border: none;
  padding: 10px 20px;
}

.srch-details-box .table-striped tr td:first-child {
  color: #000;
  font-weight: 600;
}

hr {
  border: 1px solid #d4d4d4;
}

p{ line-height: 1.5em;}

.form-post {}

.srch-details-box  ul,
.form-post ul{ list-style: none; padding: 0 0 0 8px; margin: 0;}

.srch-details-box  ul li,
.form-post ul li{line-height: 1.5em; padding: 0 0 10px 18px; position: relative;}

.srch-details-box  ul li::before,
.form-post ul li::before{ position: absolute; content:"\f111"; font-family: FontAwesome; left: 0; font-size: 7px;}

.btns-holder-box { display: flex; gap: 10px; flex-wrap: wrap;}
.btns-holder-box.btn3 .btn{ display: block;}

.package .btns-holder-box{ margin-bottom: 20px;}

.gold.active{background: #d6ad60;}
.grey.active{background: #ccc;}
.black.active{background: #0e0e0e; color: #fff;}


.include-pack{font-weight: 700; margin-bottom: 15px;}
.include-pack input{ margin-right: 5px;}

.disclaimer-box { border-top: 2px dashed #e3e5e4; padding-top: 20px; margin-top: 20px;} 
 
.disclaimer-box .title {
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
}

.srch-details-box .btn.gray {
  background: #ccc;
}


.srch-details-box .btn.green {
  background: #d6ad60;
  text-align: center;
  font-size: 18px;
  color: #0e0e0e;
  border: none;
  padding: 15px;
    display: block;
}

/* .verity-title {
  color: #212121;
  background: #fff;
  padding: 10px 15px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  position: relative;
  padding: 20px;
  background: #fff;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  
} */

/* .verity-title:after {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #c2c2c2;
  top: 50%;
  margin-top: 0px;
  left: 0;
  z-index: 0;
} */


.nav-tabs > li > a {
  border: none;
  position: relative;
  font-size: 16px;
  color: #010101;
  font-weight: 600;
  text-transform: uppercase;
  padding: 20px;
  cursor: pointer !important;
}

.nav-tabs > li > a:hover {
  background: none;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: none;
  background: none;
  font-family: "Poppins", sans-serif;
  color: #000;
}

.nav-tabs > li.active > a:after {
  border-bottom: 3px solid #222;
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

.tab-outr {
  margin-bottom: 30px;
}

.tab-content {
  border: none;
  padding: 30px 0px 0 0;
  border-radius: 0;
  background: transparent;
  margin-bottom: 0 !important;
}

.locatoin-list [class*="col-"] {
  padding: 10px 10px 10px 32px; /*width:20%;*/
  position: relative;
  font-family: "Poppins", sans-serif;
}

.locatoin-list [class*="col-"] .number {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  left: 0;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 6px 3px;
  line-height: normal;
  
}

.locatoin-list [class*="col-"] h6 {
  margin: 0;
  font-family: "Poppins", sans-serif;
  color: #000;
  text-transform: uppercase;
}

.locatoin-list [class*="col-"] small {
  font-size: 12px;
  color: #767676;
}

.owl-theme .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.owl-theme .owl-nav {
  position: absolute;
  top: 0;
  width: 100%;
}

.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  top: 0;
  height: 256px;
  padding: 15px;
  background-color: rgb(255, 255, 255);
  text-indent: -9999px;
  width: auto;
}

.owl-theme .owl-nav [class*=owl-]:hover{background-color: rgb(255, 255, 255);}

.owl-theme .owl-nav .owl-prev {
  left: 0;
  background-image: url(../images/ico-prev.png);
  background-repeat: no-repeat;
  background-position: center;
}

.owl-theme .owl-nav .owl-next {
  right: 0;
  background-image: url(../images/ico-next.png);
  background-repeat: no-repeat;
  background-position: center;
}

#listtable_dropdown .col-md-3 {
  padding: 0 8px 0px 0;
}

.map-pop-inner .place-outr {
  float: left;
  border-right: 1px solid #dfdfdf;
  padding-right: 10px;
  font-family: "Poppins", sans-serif; /* width:calc(70% - 33px);*/
}

.map-pop-inner .place-outr .place-name {
  color: #000000;
  text-transform: uppercase;
  font-size: 22px;
  font-family: "Poppins", sans-serif;
}

.map-pop-inner .plc-address {
  background: url(../images/ico-location.png) no-repeat 0 2px;
  padding-left: 15px;
}

.map-pop-inner .tot-package {
  float: left;
  color: #202020;
  width: 30%;
  padding-left: 10px;
}

.map-pop-inner .btn {
  background: #4b4b4b;
  color: #fff;
  font-size: 11px;
  padding: 5px 8px;
  display: inline-block;
  margin-top: 6px;
}

.owl-carousel1.owl-theme .owl-nav [class*="owl-"] {
  width: 30px;
  height: 30px;
  top: 0;
  border-radius: 50px;
  padding: 5px;
  margin-left: 20px;
    margin-right: 20px;
}

.owl-carousel1.owl-theme .owl-nav [class*="owl-"]:hover,
.owl-carousel1.owl-theme .owl-nav [class*="owl-"] {

}

.details-slider .owl-theme .owl-nav [class*="owl-"]:hover,



/*.details-slider .owl-theme .owl-nav [class*="owl-"]{ background-color:transparent;}*/

table.dataTable tbody th, table.dataTable tbody td a {
  color: #000;
}

.modal-header{ padding: 25px;    background: #ffefd2;    border: none;}
.modal-header h2{margin: 0;}
.modal-body{ padding: 25px;}
.modal-content{ box-shadow: none; border-radius: 12px; border: none; overflow: hidden;}  

.btn:hover, .btn:focus, .btn.focus{ outline: none;}

.btn.fill-black{background: #000; color: #fff;} 

.web-info{padding: 0; margin: 0 auto; list-style: none; display: table; border: 1px solid #DEDEDE; border-radius: 8px; width: 40%; overflow: hidden;}
.web-info li{ border-right: 1px solid #DEDEDE;  text-align: center; color: #171717; font-weight: 500; display: table-cell; font-size: 13px;}
.web-info li:last-child { border: 0;}
.web-info li span{width: 35px; display: flex; margin: 0 auto; text-align: center; align-items: center; justify-content: center; }
.web-info li a{color:#171717; display: block; padding: 8px 5px;}
.web-info li a:hover{ background: #F0FBF7;}

.mb-2{ margin-bottom:20px;}

@media (max-width: 1300px) {
  .search-sec { padding: 3em;}
  .search-sec .wh-box{ padding: 15px;}
  .grid.col-4{grid-template-columns: repeat(3, 1fr);}
  .home .grid.col-3 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 1200px) {
.header .headin .container-fluid{ padding-left: 15px; padding-right: 15px;}
.header-row{justify-content: space-between;}
.package .top-info-holder .col-lg-7{width: 80%;     margin-bottom: 20px;}
  .package .top-info-holder .col-lg-5{width: unset;}
  .package .top-info-holder .title img{    max-width: 40px; }
  .package .top-info-holder .title { padding-left: 45px;}


}

@media (max-width: 1024px) {
  #navbar { margin-top: 0; }
  .navbar-inverse .navbar-brand{ position: relative; z-index: 88;     max-width: 60px;}
  .navbar-collapse { box-shadow: none; border-top: none; width: 100%; }
  .navbar-brand { padding: 15px 0px; }
  .navbar-toggle { margin-right: 0; }
  .search-filter { position: static !important; }
  .navbar-form { width: auto; margin: 0 -15px; display: block; }
  .user-name { float: none; padding-left: 10px; }
  .center-menu { display: block; }
  .page-wrap { height: auto; }
  .login .page-wrap,
  .forgotpassword .page-wrap { height: 100%; }
  .form-signin { width: 32%; }
  .header-row{ display: block; position: relative;}
  .user-sec{ display: block; width: 100%; }
  .navbar-inverse .navbar-nav > li{ padding: 0; margin-right:0 ; margin-bottom: 10px; border: 0;}
  .navbar-nav > li > a .batch{ position: static;}
  .user-profile{padding-top: 10px; position: absolute; right: 0; top: 0;}
  
  .search-sec .wh-box .filter-box .gs-input.select-region{flex: 0 0 40%;}
  .search-sec .wh-box .filter-box .gs-input.select-price{ flex: 0 0 40%;}
  .search-sec .wh-box .filter-box .gs-input.select-room { flex: 0 0 20%;}
  .search-sec .title{ font-size: calc(100% + 20px);}

  .package .search-list{margin: 30px 20px;}
 
  
  
}

@media (max-width: 991px) {
  .form-signin { width: 45%; }
  .filter-box [class*="col-"]{ margin-bottom: 15px;}
  .filter-box [class*="col-"]:last-child{ margin-bottom: 0;}
  .search-sec .wh-box .filter-box .gs-input label.in-lbl { padding: 0 0 6px 0;}
  .grid.col-4 { grid-template-columns: repeat(2, 1fr);}
  .site-content{width: 80%;}
  .desoslide-wrapper{ height: auto;}
}

@media (max-width: 800px) {
  
  .srch-details-box .btns-holder .form-group { margin: 0; }
  .srch-details-box .btns-holder .btn { margin-bottom: 10px; }

  .search-sec .wh-box .filter-box{flex-wrap: wrap;}
  .search-sec .wh-box .filter-box .gs-input label{ padding: 20px;}
  .search-sec .wh-box .filter-box .gs-input.select-region,
  .search-sec .wh-box .filter-box .gs-input.select-price,
  .search-sec .wh-box .filter-box .gs-input.select-room{flex: 0 0 100%; }

  .search-sec .wh-box .filter-box .gs-input.select-region,
  .search-sec .wh-box .filter-box .gs-input.select-price{border-bottom: 1px solid #E7E7E7; border-right: 0;}
  
  .search-sec {padding: 1.5em 1.5em 3em 1.5em;}
}

@media (max-width: 767px) {
  .top-info-holder .price-box { text-align: left; padding-top: 20px; justify-content: start;}
  .package .top-info-holder .price-box{ padding-top: 0;}
  .top-info-holder .info { padding-bottom: 10px; }
  .result-details-wrapper { height: auto; }
  .result-details-left .loaction{ min-height: 1px;}
  .result-details-left .hotel-extra { margin: 0; }
  .result-item-image img { width: 100%; }
  .footer .top { text-align: left; }
  .form-group { margin-bottom: 0; }
  .form-group [class*="col-"] { margin-bottom: 15px; }
  .form-signin { width: 100%; }
  .user-profile .user aside{ display: none;}
  .navbar-toggle{ margin-top: 7px;}
  .user-profile .user{ padding-left: 0;}
  .user-profile .user .dropcaps{ position: static;}
  .top-info-holder .row{ display: block;}
  .top-info-holder .ico-box,
  .top-info-holder .web-info{ margin-bottom: 20px;}

  .package .top-info-holder .col-lg-7{ width: 100%;}
  .grid.col-4 { grid-template-columns: repeat(1, 1fr);}
  .stick-content{ flex-wrap: wrap;}
  .site-content { width: 100%; order: 2; }
  .mapoutr{ order: 1; width: 100%;}
  .home .grid.col-3 { grid-template-columns: repeat(1, 1fr);}
  .result-details-left .hotel-amenities li{flex: 0 0 50%; border-bottom: 1px solid #DEDEDE; border-right: 0;}
  .result-details-left .hotel-amenities li:first-child,
  .result-details-left .hotel-amenities li:nth-child(3) {border-right: 1px solid #DEDEDE;}
  .result-details-left .hotel-amenities li:nth-child(3) {border-bottom: 0;}
  .result-details-right{    flex-wrap: wrap; justify-content: center;}
  .top-info-holder .title{ font-size: 20px;}
  .hero figure img,      
  .hero.grid{ height: 250px;}

  .hero figure img{}
  .srch-details-box .amenities-strip .hotel-amenities li{ flex: 0 0 50%; border-bottom: 1px solid #DEDEDE; border-right: 0;}

  .srch-details-box .amenities-strip .hotel-amenities li:first-child,
  .srch-details-box .amenities-strip .hotel-amenities li:nth-child(3) {border-right: 1px solid #DEDEDE;}

  .srch-details-box .amenities-strip .hotel-amenities li:nth-child(3) { border-bottom: 0;}

  .btns-holder-box.btn3 .btn{ width: 100%;}

 
  .search-list{ padding: 20px; margin-left: 10px; margin-right: 10px;}

  .hero.slide{    flex-wrap: wrap; gap: 0;}
  .slides{ width: 100%;}
  .slide-thumb{width: 100%;}
  .desoslide-thumbs-vertical.list-inline{display: flex; flex-direction: row; justify-content: center;}
  .desoslide-thumbs-vertical.list-inline > li{ width: 25%;}
  .desoslide-wrapper { height: 200px;}
  .hero.slide .desoslide-wrapper img{    max-height: 200px;}
  .left-bor{ border-left:0 ; border-top: 4px solid #cccccc52;}

  .allpackages .top-info-holder{ padding: 0;}

  .web-info{ width: auto;}


}

@media (max-width: 400px) { 
  .top-info-holder .views-tools{ position: static; margin-bottom: 20px; text-align: center;}
  .top-info-holder .sort-by{ padding-left: 0;}

}