/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@import "style_main.css";
.after:after {
    clear: both;
    content: "";
    display: block;
    visibility: hidden;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  background: url(../img/pattern1.jpg) repeat 0 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */



/* Header */
.site-header {
    background-color: #ffffff;
    position: fixed;
    padding: 25px 40px;
    width: 100%;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    z-index: 99;
    box-shadow: 0 4px 4px rgb(0 0 0 / 4%);
    left: 0;
    top: 0;
}
header.site-header.fixed {
    background-color: rgba(fff, fff, fff, 0.90); 
    padding-top: 15px;
    padding-bottom: 15px;
}
.logo_col {
    float: left;
}
nav.main-navigation {
    float: right;
}
.main-navigation li {
    display: inline-block; 
    list-style: none; 
    position: relative; 
    line-height: 18px; 
    margin-left: 60px;
    font-weight: 300;
}
.main-navigation li a {
    font-size: 15px;
    line-height: 30px;
    color: #666;
}
.main-navigation li a:hover, .main-navigation li.active a {
    color: #ab8a62;
}
.main-navigation li a:after, .main-navigation li.active a:after {
    content: "";
    background-color: #ab8a62;
    width: 0px;
    height: 1px;
    position: absolute;
    bottom: -2px;
    left: 0px;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
}
.main-navigation li a:hover:after, .main-navigation li.active a:after {
    content: ""; 
    width: 100%;
}
/* .main-navigation li.active a {
    color: #ffffff;
} */

nav.main-navigation ul{
  position: relative;
}


/* Hide Dropdowns by Default */
nav.main-navigation ul ul {
	display: none;
	position: absolute; 
  left: 0;
  top: 30px;
  background: #fff;
  padding: 0;
  margin: 0;
  transition: all 500ms ease-in-out;
   -ms-transition: all 500ms ease-in-out;
   -o-transition: all 500ms ease-in-out;
   -moz-transition: all 500ms ease-in-out;
   -webkit-transition: all 500ms ease-in-out;
   box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    border-radius: 5px;
}
nav.main-navigation ul ul li{
  padding: 0;
  margin: 0;
  font-size: 15px;
  line-height: 30px;
  color: #438F39;
  display: block;
}
nav.main-navigation ul ul li a{
  padding: 0 20px 0 10px;
  margin: 0;
  font-size: 13px;
  line-height: 40px;
  color: #438F39;
  display: block;
  width: 133px;
}
nav.main-navigation ul ul li a:hover{
  padding: 0 20px 0 10px;
   color: #438F39;
   width: 133px;
}


/* Display Dropdowns on Hover */
nav.main-navigation ul li:hover > ul {
	display:inherit;
}




/* End Header */


.banner_section{
  position: relative;
}
.banner_section img{
  width: 100%;
}
.banner_section h2{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 75px;
  line-height: 75px;
  font-weight: 400;
}
.banner_section h2 span{
  padding-left: 150px;
  font-size: 80px;
  line-height: 100px;
  font-weight: 600;
}


.wrapper_section{
    margin-top: 50px;
    margin-bottom: 50px;
}

.form_sec{
    background: #fffefe;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    border-radius: 5px;
    /* width: 90%; */
    padding: 20px;
}
.hotel_top_place{
    background: #fffefe;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    border-radius: 5px;
    margin-top: -108px;
    position: relative;
}

.slider_section{
  padding: 16px 10px 20px;
  position: relative;
}

.slider_img{
  width: 55%;
  float: left;
}

.slider_img .loder-box{
  align-items: center;
  justify-content: center;
  height: 200px;
}
.d-flex{
  display: flex;
}
.slider_img .rate_per_night{
  margin-top: 0;
}

.slider_img .rate_per_night{
  position: inherit;
  left: inherit;
  bottom: inherit;
}
.slider_section h3.slider_section_title{
  font-size: 25px;
  line-height: 25px;
  color: #000;
  font-weight: 500;
  padding-bottom: 20px;
  position: relative;
}
.slider_section h3.slider_section_title:before {
  position: absolute;
  left: 0;
  bottom: 14px;
  content: "";
  background: #ab8a62;
  width: 70px;
  height: 2px;
  display: block;
}

.slider_section h3 span{
  font-size: 20px;
  line-height: 35px;
  color: #ab8a62;
  font-weight: 500;
  display: block;
  padding-bottom: 15px;
}
.slider_cont{
  width: 43%;
  float: right;
  padding-top: 0;
}
.slider_cont h3{
  font-size: 20px;
  line-height: 25px;
  color: #000;
  font-weight: 500;
  padding-bottom: 10px;
}
.slider_cont h3 span{
  font-size: 16px;
  line-height: 20px;
  color: #ab8a62;
  font-weight: 500;
}

.slider_cont p{
  font-size: 15px;
  line-height: 22px;
  padding-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  height: 200px;
  margin-bottom: 10px;
}
.slider_cont a.book_now_link{
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
  text-align: right;
  display: inline-block;
  background: #ab8a62;
  border: #ab8a62 1px solid;
  color: #ffffff;
  height: 30px;
  border-radius: 20px;
  padding: 0 15px;
  margin-right: 5px;
}
.slider_cont a.book_now_link:hover{
  background: #ffffff;
  border: #ab8a62 1px solid;
  color: #ab8a62;
}
.slider_cont a.book_now_link.package_tour{
  background: #ffffff;
  border: #ab8a62 1px solid;
  color: #ab8a62;
}
.slider_cont a.book_now_link.package_tour:hover{
  background: #ab8a62;
  border: #ab8a62 1px solid;
  color: #ffffff;
}

.next_prev_sec{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
}
.next_prev_sec ul li{
  float: left;
  padding: 0 15px;
  font-size: 35px;
  line-height: 35px;
  cursor: pointer;
}

.home_top_wrap{
  margin-bottom: 50px;
}

.form_wrap {
    margin-top: -150px;
    position: relative;
}

.form_wrap h3{
  font-size: 30px;
  line-height: 30px;
  text-transform: capitalize;
  color: #ffffff;
  padding-bottom: 10px;
  font-weight: 500;
}

.select_box{
  position: relative;
}
.select_box:before{
  content: "\f107";
  font-family: 'FontAwesome';
  position: absolute;
  right: 12px;
  top: 1px;
  display: block;
  font-size: 27px;
}

.select_area{
  display: block;
  margin-bottom: 5px;
}
.second_field_area{
  display: block;
  margin-bottom: 5px;
}
.select_area label{
  color: #5c626c;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
}
.select_area select{
  width: 100%;
  border: #dedede 2px solid;
  font-size: 16px;
  line-height: 36px;
  padding: 0 3% 0 3%;
  color: #5c626c;
  font-weight: 400;
  height: 40px !important;
  border-radius: 18px;
  -webkit-appearance: none;
}

.calendar_box{
  position: relative;
}
.calendar_box:before{
  content: "\f073";
  font-family: 'FontAwesome';
  position: absolute;
  right: 12px;
  top: 7px;
  display: block;
  font-size: 18px;
  display: none;
}

.semi_box_left{
  width: 48%;
  margin-right: 4%;
  float: left;
}
.semi_box_right{
  width: 48%;
  float: left;
}
.adult_area{
  width: 48%;
  margin-right: 4%;
  float: left;
}
.child_area{
  width: 48%;
  float: left;
}

.semi_box_left label, .semi_box_right label{
  color: #5c626c;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
}
.semi_box_left input[type="date"], .semi_box_right input[type="date"]{
  width: 100%;
  border: #dedede 2px solid;
  font-size: 16px;
  line-height: 36px;
  padding: 0 2% 0 6%;
  color: #5c626c;
  font-weight: 400;
  height: 40px;
  border-radius: 18px;  
}

.semi_box_left input[type="number"], .semi_box_right input[type="number"]{
  width: 100%;
  border: #dedede 2px solid;
  font-size: 16px;
  line-height: 36px;
  padding: 0 6% 0 6%;
  color: #5c626c;
  font-weight: 400;
  height: 40px;
  border-radius: 18px;  
}



.slider_wraper{
  margin-bottom: 50px;
}
.slider_wraper h2{
  color: #282c32;
  font-size: 34px;
  line-height: 34px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 0 40px 0;
  position: relative;
}
.slider_wraper h2:before{
  position: absolute;
  left: 14px;
  bottom: 27px;
  content: "";
  background: #ab8a62;
  width: 75px;
  height: 3px;
  display: block;
}

.slider_wraper .slider_container{
  position: relative;
}
.slider_wraper .slider_container button.prev,
.slider_wraper .slider_container button.prevTwo{
  background: url(../img/carasual_prev.png) no-repeat 0 0;
  width: 21px;
  height: 40px;
  border:none;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: -25px;
  top: 45%;  
  z-index: 1;
}
.slider_wraper .slider_container button.next,
.slider_wraper .slider_container button.nextTwo{
  background: url(../img/carasual_next.png) no-repeat 0 0;
  width: 21px;
  height: 40px;
  border:none;
  font-size: 0;
  line-height: 0;
  position: absolute;
  right: -25px;
  top: 45%;
  z-index: 1;
}

.slider_box{
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.slider_cart{
  box-shadow: #d3d1d1 0px 0px 7px;
  background: #ffffff;
  padding-bottom: 40px;
}


.slider_box img{
  width: 100%;
}

.flip_area i {
  color: #ab8a62;
  font-size: 19px;
  float: right;
  padding: 0 15px 0 0;
}

.rate_per_night{
  /* position: absolute;
  left: 13px;
  bottom: 13px; */
  float: left;
  padding: 0 0 0 15px;
}
.rate_per_night p{
  padding: 0;
  margin: 0;
  font-size: 17px;
  line-height: 17px;
  font-weight: 600;
  color: #ab8a62;
}
.rate_per_night p span{
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
  color: #282c32;
}

.slider_box_cont{
  padding: 10px 15px;
}

.hotel_features ul{
	padding: 0;
	margin: 0 0 10px;
}
.hotel_features ul li{
	width: 48%;
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	padding-bottom: 5px;
}
.hotel_features ul li i{
	color: #E74C3C;
    padding-right: 4px;
    font-size: 15px;
    line-height: 20px;
}


.hotel_box_price{
	float: left;
}
.hotel_box_price ul{
	padding: 0;
	margin: 0;
}
.hotel_box_price ul li{
	font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    color: #282c32;
}
.hotel_box_price ul li span{
	padding: 0;
    margin: 0;
    font-size: 17px;
    line-height: 17px;
    font-weight: 500;
    color: #ab8a62;
}

.enquery_point{
	float: right;
}

.slider_box_cont a.enquery_point{
  background: #ab8a62;
  color: #ffffff;
  font-size: 15px;
  line-height: 34px;
  border-radius: 20px;
  border: none;
  outline: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 10px;
  display: inline-block;
  border: #ab8a62 1px solid;
  transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  text-decoration: none;
}
.slider_box_cont a.enquery_point:hover{
  background: #ffffff;
  color: #ab8a62;
  transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  text-decoration: none;
}



.slider_box_cont h3{
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: #000;
  padding-bottom: 8px;
}
.slider_box_cont p{
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #000000;
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 85px;
  margin-bottom: 10px;
}


.footer_container_top{
  padding: 50px 0;
  background: #ffffff;
}

.footer_container_top h3{
  font-size: 22px;
  line-height: 30px;
  padding-bottom: 20px;
  color: #666;
  font-weight: 500;
}
.footer_container_top h3 a{
  color: #666;
}

.footer_social{
  display: block;
  margin-bottom: 30px;
}
.footer_social ul li{
  float: left;
  font-size: 30px;
  line-height: 30px;
  margin-right: 15px;
}
.footer_social ul li:first-child a{
  color: #3068ea;
}
.footer_social ul li:nth-child(2n) a{
  color: #f31211;
}
.footer_social ul li:nth-child(3n) a{
  color: #4cc959;
}
.footer_social ul li:nth-child(4n) a{
  color: #4cc959;
}
.footer_social ul li:last-child a{
  color: #4cc959;
}

.book_sec h2{
  padding-bottom: 15px;
  font-weight: 300;
  color: #666;
}
.book_sec h2 a{
  color: #666;
}

.book_sec p{
  font-size: 15px;
  font-weight: 300;
  color: #666;
}

.package_tour ul li, .home_stay ul li{
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 20px;
  color: #999;
  font-weight: 300;
}
.package_tour ul li a, .home_stay ul li a{
  font-size: 13px;
  line-height: 20px;
  color: #999;
  font-weight: 300;
}
.package_tour ul li a i, .home_stay ul li a i{
  color: #666;
  font-size: 18px;
  line-height: 18px;
  padding-right: 5px;
  float: left;
}
.package_tour ul li a:hover, .home_stay ul li a:hover{
  color: #438F39;
  padding-left: 3px;
  font-weight: 300;
}

.footer_container_bottom{
    text-align: center;
    background: #f2f2f2;
    padding: 25px 0;
}
.footer_container_bottom ul{
    text-align: center;
    padding-bottom: 10px;
}
.footer_container_bottom ul li{
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    font-weight: 500;
}
.footer_container_bottom ul li a{
    font-size: 13px;
    line-height: 15px;
    color:  #999;
}
.footer_container_bottom ul li a:hover{
    color: #438F39;
}

.footer_container_bottom p{
    font-size: 12px;
    line-height: 15px;
    color: #438F39;
    padding: 0;
    margin: 0;
}

.footer_container_bottom p span{
  color: #999;
  font-weight: 600;
}


/*** add css for music page slider starts ****/

.slider_container .thumb_carasoul .slick-track .slider_box,
.slider_container .thumb_carasoul2 .slick-track .slider_box,
.slider_container .thumb_carasoul3 .slick-track .slider_box{
  margin: 5px 20px;
}

.slider_container .thumb_carasoul,
.slider_container .thumb_carasoul2,
.slider_container .thumb_carasoul3{
  position: relative;
}

.slider_container .thumb_carasoul .slick-prev,
.slider_container .thumb_carasoul2 .slick-prev,
.slider_container .thumb_carasoul3 .slick-prev{
  background: url(../img/carasual_prev.png) no-repeat 0 0;
  width: 21px;
  height: 40px;
  border:none;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: -40px;
  top: 45%;
}

.slider_container .thumb_carasoul .slick-next,
.slider_container .thumb_carasoul2 .slick-next,
.slider_container .thumb_carasoul3 .slick-next{
  background: url(../img/carasual_next.png) no-repeat 0 0;
  width: 21px;
  height: 40px;
  border:none;
  font-size: 0;
  line-height: 0;
  position: absolute;
  right: -33px;
  top: 45%;
}

/*** add css for music page slider ends ****/


.mobileMenu{
    display: none;
}

/* add css for search page start */
.rate_per_night p {
    padding: 0;
    margin: 0;
    font-size: 17px;
    line-height: 17px;
    font-weight: 500;
    color: #ab8a62;
}
.rate_per_night p span {
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    color: #282c32;
}
.slider_box_cont h2{
  font-size: 14px;
  line-height: 20px;
  color: #ab8a62;
  font-weight: 700;
}
/* .search_list_wrap .slider_box{
  margin:0 12px 28px;
} */

.sublocation_list{
	padding: 0;
}
.inner_search_wrap{
  background: #fffefe;
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  border-radius: 5px;
  margin: 0 auto 35px;
  padding: 0;
  width: 99.5%;
}
.form_sec.inner_form{
  padding: 20px 30px;
  background: none;
  box-shadow: none;
  width: 100%;
}
.form_sec.inner_form .select_area{
  float: left;
  width: 49%;
  margin: 0 23px 0 0;
}
.form_sec.inner_form .select_area.small_select{
  width: 25%;
}

.dream_hotel_title{
  font-size: 30px;
  line-height: 30px;
  text-transform: capitalize;
  color: #ab8a62;
  padding-bottom: 15px;
  font-weight: 600;
  padding-left: 0;
}


/* add css for search page ends */


/* search result page start */


.about_place_box{
  padding-left: 0;
}
.about_place_box p{
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #000000;
  padding: 0 0 20px;
  margin: 0;
}
.place_idea{
  padding-left: 5px;
  padding-bottom: 20px;
  display: inline-flex;
}
.best_time_tovisit{
  background: #fffefe;
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  border-radius: 5px;
  margin: 0 1.2% 0 0;
  padding: 15px;
}
.plact_tovisit{
  background: #fffefe;
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  border-radius: 5px;
  margin: 0;
  padding: 15px;
}
.best_time_tovisit h3, .plact_tovisit h3{
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  color: #ab8a62;
  padding-bottom: 8px;
}
.best_time_tovisit p, .plact_tovisit p{
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #000000;
  padding: 0 0 0;
  margin: 0;
}

.inner_search_wrap.sublocation{
  padding: 15px;
}
.inner_search_wrap.sublocation a{
  color: #ab8a62;
  border:#ab8a62 1px solid;
  background: #ffffff;
  font-size: 14px;
  line-height: 34px;
  border-radius: 20px;
  outline: none;
  padding: 0 18px;
  display: inline-block;
  margin: 0 10px 10px 0;
  text-align: center;
}
.inner_search_wrap.sublocation a:hover, .inner_search_wrap.sublocation a.btn-success{
  background: #ab8a62;
  border:#ab8a62 1px solid;
  color: #ffffff;
}

.search_list_wrap.result_list .slider_box .slider_box_cont p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #000000;
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 85px;
  margin-bottom: 10px;
}
.related_place_wrap h2.dream_hotel_title,
.map_area h2.dream_hotel_title{
  padding-left: 13px;
}
.map_area{
  width: 98%;
  margin: 30px auto 30px;
  border-bottom:#ab8a62 2px solid;
  padding: 0 0 30px;
}
.hpadding20{
  text-align: center;
  margin: 25px 0 0 0;
}
.hpadding20 ul.pagination{
  display: inline-flex;
}
.hpadding20 ul.pagination li{
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 15px;
  line-height: 30px;
  background: #ffffff;
  color: #ab8a62;
  border: #ab8a62 1px solid;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  display: block;
}
.hpadding20 ul.pagination li.active{
  background: #ab8a62;
  color: #ffffff;
  border: #ab8a62 1px solid;
}
.hpadding20 ul.pagination li a{
  color: #ab8a62;
}
.hpadding20 ul.pagination li:first-child, .hpadding20 ul.pagination li:last-child{
  border: none;
  background: none;
  font-weight: 700;
}
.hpadding20 ul.pagination li.disabled{
  border: none;
  background: none;
  font-weight: 700;
  opacity: 0.6;
}


/* search result page ends */




/* add css for hotel details page start */

.hotel_details_top_sec{
  display: flex;
}

.hotel_details_top_sec_left{
  background: #fffefe;
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  border-radius: 5px;

  /* width: 63%;
  padding: 20px;
  float: left; */
}
.hotel_details_top_sec_right{
  background: #fffefe;
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  border-radius: 5px;

  /* width: 35%;
  padding: 22px 30px;  
  float: right; 
  min-height: 513px;*/
}
.gallery_box{
  margin-bottom: 15px;
}
.gallery_box img.details_slide{
  width: 100%;
}
.gallery_box .loder-box{
  align-items: center;
  justify-content: center;
  height: 450px;
}
.gallery_bottom{
  position: relative;
}
.gallery_bottom p{
  font-size: 20px;
  line-height: 40px;
  color: #000;
  padding: 0;
  margin: 0;
}
.gallery_bottom .next_prev_sec{
  right: 0;
  top: 0;
  left: initial;
  bottom: initial;
  transform: inherit;
}
.customer_review_box{
  height: 217px;
}

.customer_name{
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-top: 5px;
}
.small_book_post{
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 10px;  
}
.small_book_post p a{
  color: #acb2bb;
}
.small_book_post p a:hover{
  color: #acb2bb;
}
.booknow_btn{
  text-align: center;
}
.booknow_btn button{
  background: #48b35d;
  color: #ffffff;
  font-size: 20px;
  line-height: 42px;
  border-radius: 20px;
  border: none;
  outline: none;
  padding: 0 55px;
  display: inline-block;
  transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  text-decoration: none;
}
.booknow_btn button:hover{
  padding: 0 55px;
  transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  text-decoration: none;
}


.hotel_details_bottom_sec{
  margin-top: 0;
  display: flex;
}


.hotel_details_list{
  width: 100%;
  background: #fffefe;
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  border-radius: 5px;
}
.hotel_details_list_box{
  padding: 20px; 
  width: 100%;
  position: relative;
  border-bottom: #e0e0e0 1px solid;
  margin-bottom: 8px;
}
.hotel_details_list_box .flip_area {
  position: absolute;
  right: 28px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
}
.hotel_details_list_box .flip_area i {
  color: #ab8a62;
  font-size: 22px;
  padding: 0;
  line-height: 40px;
  text-align: center;
  float: initial;
}
.hotel_details_list_box_top_banner .next_prev_sec {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -35px;
}

.hotel_details_list_box_top{
  display: flex;
}


.hotel_details_list_box_top_banner{
  position: relative;
}

.hotel_details_list_box_top_banner .loder-box{
  align-items: center;
  justify-content: center;
  height: 208px;
}

.hotel_details_list_box_top_banner img.fwimg{
  width: 100%;
}

.hotel_details_list_box_top_cont ul{
  padding-left: 0;
}
.hotel_details_list_box_top_cont ul li{
  padding: 0 0 8px 17px;
  position: relative;
}
.hotel_details_list_box_top_cont ul li:before{
  position: absolute;
  left: 0;
  top: 0;
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 22px;
  line-height: 20px;;
  color: #ab8a62;
}
.hotel_details_list_box_top_cont h3{
  font-size: 20px;
  line-height: 20px;
  color: #000;
  font-weight: 500;
}

.hotel_details_list_box_bottom{
  margin-top: 40px;
}
.hotel_details_list_box_bottom .rate_per_night{
  position: inherit;
  left: inherit;
  bottom: inherit;
  float: left;
}
.hotel_details_list_box_bottom .rate_per_night p {
  line-height: 36px;
}

.rate_per_night p s{
  color: #E74C3C;
}

.book_now_small{
  float: right;
  color: #E74C3C;
}
.book_now_small button{
  background: #ab8a62;
  color: #ffffff;
  font-size: 15px;
  line-height: 34px;
  border-radius: 20px;
  border: none;
  outline: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 20px;
  display: inline-block;
  border: #ab8a62 1px solid;
  transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  text-decoration: none;
  cursor: pointer;
}
.book_now_small button:hover{
  background: #ffffff;
  color: #ab8a62;
  transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  text-decoration: none;
  cursor: pointer;
}

.cont_sec{
  margin-bottom: 20px;
  background: #fffefe;
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  border-radius: 5px;
  padding: 20px;
}
.cont_sec p{
	color: #000000;
}

.also_like_box{
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: #e0e0e0 1px solid;
}
.also_like_box:last-child{
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.also_like_box{
  display: flex;
}

.also_like_box_img img{
  width: 100%;
}
.also_like_box_cont{
  position: relative;
  padding: 0;
}
.also_like_box_cont h4{
  font-size: 17px;
  line-height: 30px;
  padding-bottom: 20px;
  color: #000;
}
.also_like_box_cont h4 a{
  color: #000;
}
.also_like_box_cont h4 a:hover{
  color: #ab8a62;
}
.also_like_box_cont .rate_per_night {
  position: inherit;
  left: inherit;
  bottom: inherit;
  padding: 0;
}

.hotel_details_list_box_top_cont h4{
  font-size: 20px;
  line-height: 20px;
  color: #000;
  font-weight: 500;
  padding-bottom: 10px;
}


/* add css for hotel details page ends */


/* add css for tab sec start */


/*.tab_sec .panel-heading .panel-title a{
  font-size: 14px;
  line-height: 21px;
  color: #000;
  display: block;
  padding: 10px 15px;
  background: #ab8a62;
  color: #ffffff;
}*/

#testDiv{
  padding: 0 10px;
}

.slimScrollBar {
  width: 4px !important;
  background: #ab8a62 !important;
  opacity: 1 !important;
}


.form-control {
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 0 0 10px;
}
.modal-header .close {
    padding: 1rem;
    margin: -2rem -4rem -1rem auto;
    background: #ffffff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    opacity: 1;
    font-size: 25px;
    line-height: 17px;
}

.container-fluid p {
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    padding: 0 0 0 0;
    margin: 0;
}
.btn.btn-primary.booking_btn{
    font-size: 15px;
    padding: 0 15px;
    line-height: 36px;
    border-radius: 10px;	
}
.btn.btn-secondary.close_btn{
	font-size: 15px;
    padding: 0 15px;
    line-height: 36px;
    border-radius: 10px;
}


/**/



.bottom_slider{
	padding: 0;
    margin: 50px 0 0 0;
}


.header.fixed {
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
}
.header a {
	display: block;
	width: 28px;
	height: 18px;
	padding: 11px;
	margin: 2px;
	position: absolute;
	top: 0;
	left: 0;
}
.header a:before,
.header a:after {
	content: '';
	display: block;
	background: #fff;
	height: 2px;
}
.header a span {
	background: #fff;
	display: block;
	height: 2px;
	margin: 6px 0;
}
.content {
	padding: 150px 50px 50px 50px;
}






/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


@media (min-width: 1400px){

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
}  

}



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

.main-navigation{
  display: none;
}

/*--------------------------mmenu css start----------------------------*/

.mobileMenu {
  display: block;
  position: absolute;
  right: 25px;
  top: 30px;
}
.footer_mobileMenu {
  display: block;
  position: relative;
  right: 0;
  top: 0;
  background: #000000;
  align-items: center;
  justify-content: center;
}

nav#mm-menu ul.mm-listview li{ display: block; }
nav#mm-menu ul.mm-listview li{ text-transform: inherit; }
nav#mm-menu ul.mm-listview li a:hover{ background: #ab8a62; }
nav#mm-menu .mm-title{ font-size: 14px; }
.mm-listview > li:not(.mm-divider):after{ left: 0; }

.main-navigation li {
    margin-left: 0;
}
nav#mm-menu ul.mm-listview li a {
    line-height: 24px;
    font-size: 14px;
    color: #ffffff; 
    text-align: left;
}
nav#mm-menu ul.mm-listview li a.mm-next{
  background: url(../img/small_arrow.png) no-repeat center center;
}


.main-navigation ul li a i{
  display: none;
}

.main-navigation li a:after, .main-navigation li.active a:after {
  display: none;
}

.mm-listitem__text i{
  display: none;
}

/*--------------------------mmenu css end----------------------------*/

.logo_col {
  float: left;
}

.modal-header .close {
    padding: 1rem;
    margin: -5rem -3rem -1rem auto;
    background: #ffffff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    opacity: 1;
    font-size: 25px;
    line-height: 17px;
}


.banner_section h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    text-shadow: 1px 6px 7px #1f6f26;
}
.banner_section h2 span {
    padding-left: 43px;
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
}
.wrapper_section {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 80px;
}
.banner_section {
  position: relative;
  top: 67px;
}

.form_wrap {
    margin-top: 0;
    position: relative;
}
/* .form_sec {
    width: 100%;
} */
.form_wrap h3 {
    font-size: 22px;
    line-height: 30px;
    color: #000;
}
.site-header {
    padding: 15px 20px;
}
.hotel_top_place {
    margin-top: 20px;
}
.select_box:before {
    font-size: 24px;
}
.select_area select {
    font-size: 14px;
    line-height: 34px;
    height: 38px !important;
}
.semi_box_left input[type="date"], .semi_box_right input[type="date"] {
    font-size: 14px;
    line-height: 34px;
    height: 38px;
}
.semi_box_left input[type="number"], .semi_box_right input[type="number"] {
    font-size: 14px;
    line-height: 34px;
    height: 38px;
}
.slider_img {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}



.slider_cont {
    width: 100%;
    float: right;
    padding-top: 0;
}

.slider_cont p{
  display: none;
}
.slider_img .rate_per_night {
  padding: 0 0 15px;
}

.slider_section {
    padding: 16px 10px 60px;
    position: relative;
}
.next_prev_sec {
    bottom: 13px;
}
.slider_wraper h2 {
    color: #282c32;
    font-size: 25px;
    line-height: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 0 40px 0;
    position: relative;
}
.slider_wraper h2:before {
    position: absolute;
    left: 2px;
    bottom: 27px;
    content: "";
    background: #ab8a62;
    width: 75px;
    height: 3px;
    display: block;
}

.dream_hotel_title {
    padding-left: 0;
    font-size: 25px;
    line-height: 25px;
}
.about_place_box {
  padding-left: 0;
}
.place_idea {
  padding-left: 0;
  display: inherit;
}

.best_time_tovisit {
  width: 100%;
  margin-bottom: 15px;
}
.plact_tovisit {
  width: 100%;
}
.inner_search_wrap.sublocation {
  display: inherit;
  justify-content: space-between;
  padding: 15px;
  margin: 20px 0;
}
.inner_search_wrap.sublocation a {
  outline: none;
  padding: 0 18px;
  display: inline-block;
  width: 48%;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 5px 0;
}
.search_list_wrap .slider_box {
  margin: 0 0 20px;
}
.slider_box {
  margin: 0 0 20px;
  padding: 0 0 20px 0;
}

.form_sec.inner_form .select_area {
  float: left;
  width: 100%;
  margin: 0 0 0 0;
}
.form_sec.inner_form .select_area.small_select {
  width: 100%;
}

.slider_wraper .slider_container button.prev, .slider_wraper .slider_container button.prevTwo {
  left: -15px;
}
.slider_wraper .slider_container button.next, .slider_wraper .slider_container button.nextTwo {
  right: -15px;
}


.related_place_wrap h2.dream_hotel_title, .map_area h2.dream_hotel_title {
  padding-left: 0;
}

.hpadding20 {
  text-align: center;
  margin: 25px 0;
}
.hpadding20 ul.pagination li {
  margin: 0 3px;
}
.hotel_details_top_sec {
  display: initial;
}
.hotel_details_bottom_sec {
  display: initial;
}
.booknow_btn button {
  font-size: 15px;
  padding: 0 30px;
}

.hotel_details_list_box_top {
  display: initial;
}
.also_like_box {
  display: flex;
  justify-content: space-between;
}

.hotel_details_list_box_top_banner {
  position: relative;
  padding: 0;
  margin: 0 0 20px;
}
.hotel_details_list_box_top_cont{
  padding: 35px 0 0 0;
}
.hotel_details_list_box_bottom {
  margin-top: 5px;
}
.hotel_details_list_box_bottom .rate_per_night {
  padding: 0;
  float: none;
}
.book_now_small {
  float: initial;
}
.also_like_box_img {
  padding: 0;
  margin: 0 0 10px;
  width: 45%;
}
.also_like_box_cont h4 {
   font-size: 14px;
   line-height: 20px;
   padding-bottom: 10px;
   color: #000;
}
.also_like_box_cont .rate_per_night {
  position: inherit;
  left: inherit;
  bottom: inherit;
  padding: 0 0 20px;
}
.hotel_details_list_box .flip_area {
  right: 10px;
}

.also_like_box_cont {
    position: relative;
    padding: 0;
    width: 50%;
}
.rate_per_night p span {
    font-size: 11px;
    line-height: 17px;
    font-weight: 400;
    color: #282c32;
}
.rate_per_night p {
    font-size: 12px;
    line-height: 17px;
}

.search_list_wrap.result_list.row{
    display: initial;
    margin: 0;
}

.result_wrap.row{
    display: initial;
    margin: 0;	
}

.bottom_slider{
	padding: 0;
}
.bottom_slider .row{
	display: initial;
	margin: 0;
}

.hotel_details_list_box_top_banner .next_prev_sec {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -45px;
    z-index: 1;
}

.slider_img .loder-box {
  height: 154px;
}

.gallery_box .loder-box {
  height: 129px;
}

.hotel_details_list_box_top_banner .loder-box {
  height: 129px;
}


}

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

  .gallery_box .loder-box {
    height: 152px;
  }
  
  .hotel_details_list_box_top_banner .loder-box {
    height: 152px;
  }

}

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

.slider_img img{
  width: 100%;
}

.also_like_box_cont h4 {
    font-size: 17px;
    line-height: 30px;
    padding-bottom: 20px;
    color: #000;
}
.rate_per_night p {
    font-size: 17px;
    line-height: 17px;
}
.rate_per_night p span {
    font-size: 12px;
    line-height: 17px;
}


}

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

  .slider_wraper .slider_container button.prev, .slider_wraper .slider_container button.prevTwo {
    left: -15px;
  }
  .slider_wraper .slider_container button.next, .slider_wraper .slider_container button.nextTwo {
    right: -15px;
  }


}

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

  .slider_wraper .slider_container button.prev, .slider_wraper .slider_container button.prevTwo {
    left: -25px;
  }
  .slider_wraper .slider_container button.next, .slider_wraper .slider_container button.nextTwo {
    right: -25px;
  }

  .form_wrap {
    margin-top: 0;
    position: relative;
    padding: 0;
  }
  .hotel_top_place {
    margin-top: 20px;
    padding: 0;
  }

  .banner_section h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 40px;
    line-height: 46px;
    font-weight: 400;
    text-shadow: 1px 6px 7px #1f6f26;
}

.banner_section h2 span {
  padding-left: 65px;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
}

}

@media screen and (min-width:732px) and (max-width:1024px) {

.hotel_details_top_sec {
  display: initial;
}
.hotel_details_bottom_sec {
  margin-top: 0;
  display: initial;
}

.hotel_details_list_box_top_cont{
  flex: initial;
}
.hotel_details_list_box .flip_area {
  bottom: 42px;
}

.form_wrap {
  margin-top: 0;
  position: relative;
  padding: 0;
}
.form_wrap h3 {
  font-size: 30px;
  line-height: 40px;
  text-transform: capitalize;
  color: #000;
  padding-bottom: 10px;
  font-weight: 500;
}
.main-navigation li {
  margin-left: 35px;
}
.main-navigation li a {
  font-size: 14px;
}

.banner_section h2 span {
  padding-left: 115px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
}
.banner_section h2 {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  text-shadow: 1px 6px 7px #1f6f26;
}
.wrapper_section {
  margin-top: 20px;
  margin-bottom: 20px;
}
.hotel_top_place {
  margin-top: 25px;
  padding: 0;
}
.next_prev_sec {
  bottom: 5px;
}


}

@media screen and (min-width:1025px) and (max-width:1280px) {

.customer_review_box {
  height: 148px;
}

.slider_cont a.book_now_link {
  font-size: 12px;
}
.next_prev_sec {
  bottom: -30px;
}

}

