/*
Theme Name: Book My Cheap Hotel
Theme URI: https://wordpress.org/themes/twentysixteen-child/
Description: Twenty Fifteen Child Theme
Author: Book My Cheap Hotel
Author URI: https://wordpress.org/
Template: twentysixteen
Version: 1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: twentysixteen
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
*{
	margin: 0;;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
body{
	font-size: 14px;
	line-height: 22px;
	color: #333;
	background: #fff;
	font-family: 'Poppins', sans-serif;
}
h1, h2, h3{
	font-family: 'Playfair Display', serif;
}
body:not(.custom-background-image):before, body:not(.custom-background-image):after{
	display: none;
}
a, a:hover, a:focus{
	display: inline-block;
	text-decoration: none;
	outline: none;
	transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}
button, button:hover, button:focus{
	outline: none;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	cursor: pointer;
}

ul{
	list-style: none;
	margin-left: 0;
}
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

/*======Some Margin & Padding Class =====*/
.no_margin{	margin: 0; }
.no_padding{ padding: 0; }
.mb10{ margin-bottom: 10px;}
.mb15{ margin-bottom: 15px;}
.mb20{ margin-bottom: 20px;}
.mb30{ margin-bottom: 30px;}
/* margin-top */
.mt10{ margin-top: 10px;}
.mt15{ margin-top: 15px;}
.mt20{ margin-top: 20px;}
.mt30{ margin-top: 30px;}
.mt50{ margin-top: 70px;}
/* padding-top */
.pt10{ padding-top: 10px;}
.pt15{ padding-top: 15px;}
.pt20{ padding-top: 20px;}
.pt30{ padding-top: 30px;}
.pt50{ padding-top: 50px;}
.pt60{ padding-top: 60px;}
/* padding-bottom */
.pb10{ padding-bottom: 10px;}
.pb15{ padding-bottom: 15px;}
.pb20{ padding-bottom: 20px;}
.pb30{ padding-bottom: 30px;}
.pb50{ padding-bottom: 50px;}
.pb60{ padding-bottom: 60px;}
/* padding-left-rihgt */
.pr30{ padding-right: 30px;}
.pr40{ padding-right: 40px;}
.pr15{ padding-right: 15px;}
.pl30{ padding-left: 30px;}
.pl40{ padding-left: 40px;}
.pl15{ padding-left: 15px;}

.relative{
	position: relative;
}
.fullwidth{
	width: 100%;
	float: left;
}
.transition400{
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
.radius_full{
	-webkit-border-radius: 100%;
	border-radius: 100%; 
}
.radius3{
	-webkit-border-radius: 3px;
	border-radius: 3px; 
}
.imgFull{
	width: 100%;
}
.radius3 {
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.radius30 {
    border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}
.all_btn{
	padding: 0 30px;
	height: 45px;
	line-height: 42px;
	/*-webkit-border-radius: 2px;
	border-radius: 2px;*/
	text-transform: uppercase;
	color: #fff;
	background: #0c9d77;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	position: relative;
	z-index: 1;
	border: 2px solid #0c9d77;
}
.all_btn:hover{
	background: #fff;
	color: #0c9d77;
}
.clearafter:after{
	display: table;
	content: "";
	clear: both;
}

/* main_header */
.main_header{}
.logo{
	width: 200px;
	float: left;
	padding: 10px 0;
}
.main_navigation{
	float: right;
	width: auto;
	padding-right: 130px;
}
.main_navigation ul{
	margin-bottom: 0;
}
.main_navigation li{
    float: left;
    width: auto;
    position: relative;
    padding: 0 10px;
}
.contact_number_header i{
	font-size: 17px;
	color: #0c9d77;
}
.contact_number_header{
	color: #333;
}
.main_navigation li a:hover, .main_navigation li.current-menu-item a{
	color: #0c9d77;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    height: auto;
	font-size: 13px;
    line-height: 23px;
}
#mega-menu-wrap-primary >  #mega-menu-primary >  li.mega-menu-item > a.mega-menu-link:before{
    position: absolute;
    content: "";
    width: 33px;
    height: 33px;
    background-size: 100%;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 15px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.main_navigation li a:before {
    background-image: url(images/hotel_icon.png) !important;
}
.main_navigation li:nth-child(2) a:before {
    background-image: url(images/home_stay_icon.png) !important;
}
.main_navigation li:nth-child(3) a:before {
    background-image: url(images/offbeat_palce.png) !important;
}
.main_navigation li:nth-child(4) a:before {
    background-image: url(images/honeymoon_iocn.png) !important;
}
.main_navigation li:last-child a:before {
    background-image: url(images/special_pack.png) !important;
}

.main_navigation li:first-child a:hover:before,
.main_navigation li.current-menu-item a:before {
    background-image: url(images/hotel_icon_color.png) !important;
}
.main_navigation li:nth-child(2) a:hover:before,
.main_navigation li:nth-child(2).current-menu-item a:after {
    background-image: url(images/home_stay_icon_color.png) !important;
}
.main_navigation li:nth-child(3) a:hover:before,
.main_navigation li:nth-child(3).current-menu-item a:before  {
    background-image: url(images/offbeat_palce_color.png) !important;
}
.main_navigation li:nth-child(4) a:hover:before,
.main_navigation li:nth-child(4).current-menu-item a:before  {
    background-image: url(images/honeymoon_iocn_color.png) !important;
}
.main_navigation li:last-child a:hover:before,
.main_navigation li:last-child.current-menu-item a:before  {
    background-image: url(images/special_pack_color.png) !important;
}
.header_contact_btn {
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	-webkit-transform: translatey(-50%);
	-moz-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	-o-transform: translatey(-50%);
	right: 15px;
}
.header_contact_btn a.all_btn{
	height: 40px;
	line-height: 38px;
	padding: 0 15px;
}

/*responsive_nav*/
.responsive_nav{
	height: 40px;
	width: 38px;
	text-align: center;
	background: #fff;
	border: none;
	padding: 0;
	border: 2px solid #0c9d77;
	display: none;
	float: right;
	margin-top: 20px;
	margin-left: 10px;
}
.responsive_nav:hover{
	background: transparent;
}
.responsive_nav span{
	width: 20px;
	height: 1px;
	margin-bottom: 5px;
	display: block;
	background: #0c9d77;
	margin-left: auto;
	margin-right: auto;
	transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}
.responsive_nav span:last-child{
	margin-bottom: 0;
}
.responsive_nav:hover span{
	color: #fff;
}
.responsive_nav:hover span, .responsive_navTo span{
	margin-bottom: 0;
}
.responsive_nav:hover span:nth-child(2), .responsive_navTo span:nth-child(2){
	opacity: 0;
	visibility: hidden;
}
.mean-expand{
	display: none;
}
.menu_overlay {
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	z-index: 99;
	display: none;
}

/* banner_content */
.banner_slider .item:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.35);
    z-index: 1;
}
.banner_content{
	text-align: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	z-index: 9;
	left: 50%;
	width: 70%;
}
.banner_content h1{
	font-size: 53px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 10px;
}
.banner_content h2{
	font-size: 30px;
	line-height: 1.5;
	color: #fff;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
}

/* Main heading */
.main_heading .main_heading_top {
    font-size: 15px;
    color: #5f5f5f;
    display: block;
}
.main_heading h2{
	font-size: 33px;
	font-weight: bold;
	color: #1a1a1a;
}
.main_heading h2 span{
	color: #0c9d77;
}

/* Cheap Hotel */
.cheap_hotel_panle{
	padding: 45px 0;
}
.cheap_hotel_item{
	overflow: hidden;
}
.cheap_hotel_item a:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 70%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 64%, rgba(0,0,0,0.9) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 64%,rgba(0,0,0,0.9) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 64%,rgba(0,0,0,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 );
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
.cheap_hotel_item:hover img{
	-moz-transform: scale(1.2) rotate(10deg);
	-webkit-transform: scale(1.2) rotate(10deg);
	-o-transform: scale(1.2) rotate(10deg);
	-ms-transform: scale(1.2) rotate(10deg);
	transform: scale(1.2) rotate(10deg);
}
.cheap_hote_content{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px;
	z-index: 1;
}
.cheap_hote_content h3{
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.8px;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
.cheap_hote_content h6{
	color: #ffffffeb;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0.5px;
}
.cheap_hotel_item:hover .cheap_hote_content h3{
	color: #0c9d77;
}

/* cheap_homestay */
.cheap_homestay_panle{
	padding: 50px 0 40px;
	background: #f6f6f6;
}
.cheap_homestay_panle .row{
	margin-right: -8px;
	margin-left: -8px;
}
.cheap_homestay_panle [class*='col-']{
	padding-right: 8px;
	padding-left: 8px;
}
.cheap_homestay_content{
	padding: 15px;
	background: #fff;
	border: #d4d4d4 1px solid;
	border-top: none;
}
.cheap_homestay_content h3 a{
	font-size: 17px;
	color: #1a1a1a;
}
.cheap_homestay_content h6{
	font-size: 13px;
	font-weight: normal;
	color: #606060;
}
.cheap_homestay_item:hover .cheap_homestay_content h3 a{
	color: #0c9d77;
}
.cheap_homestay_item:hover{
	-webkit-box-shadow: 0 6px 20px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 6px 20px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 6px 20px rgba(0,0,0,0.1);
	-o-box-shadow: 0 6px 20px rgba(0,0,0,0.1);
	box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}
.cheap_homestay_item img, .cheap_hotel_item img{
	width: 100%;
}

/* offbeat_content */
.offbeat_content{
	padding: 25px;
}


/* Testimonila */
.testimonial_panel{
	padding: 40px 0 20px; 
}
.testimonial_item {
	padding-bottom: 90px;
}
.testimonial_item p{
	margin-bottom: 0;
	font-weight: 300;
	color: #5f5f5f;
}
.testimonial_content{
	padding: 20px 15px;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
.testimonial_content:after{
	content: "";
	position: absolute;
	top: 100%;
	left: 40px;
	background: url(images/testimonial_angle.png);
	width: 31px;
	height: 23px;
}
.testimonial_img{
	width: 55px;
	height: 55px;
	position: absolute;
	bottom: 0;
	left: 50px;
}
.testimonial_img img{
	-webkit-border-radius: 100%;
	border-radius: 100%;
	border: 1px solid #0c9d77;
}
.testimonial_content h3{
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 1px;
    color: #0c9d77;
}
.testimonial_item:hover .testimonial_content{
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 0 20px rgba(0,0,0,0.1);
	-o-box-shadow: 0 0 20px rgba(0,0,0,0.1);
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.testimonial_item:hover{
	-moz-transform: translateY(20px);
	-webkit-transform: translateY(20px);
	-o-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
}
.testimonial_slider.owl-carousel .owl-stage-outer{
	padding-bottom: 25px;
}

/* home_tab_panel */
.home_tab_panel{
	background-image: url(images/tab_bg.jpg);
	background-color: #f8f8f8;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 50px 0;
}
.tabs-menu {
    clear: both;
    list-style: none;
}
.tabs-menu li {
    margin-right: 5px;
    display: inline-block;
}
.tabs-menu li a {
    padding: 10px 25px;
    text-transform: uppercase;
    color: #0c9d77;
    background: #fff; 
    display: block;
    border: 2px solid #0c9d77;
    border-bottom: none;
}
.tabs-menu .current a{
	cursor: default;
}
.tabs-menu .current a, .tabs-menu li a:hover {
    color: #fff;
    background-color: #0c9d77;
    position: relative;
    z-index: 5;
}
.home_tab_inner {
    border-top: 2px solid #0c9d77;
    width: auto;
}
.tab-content {
    width:100%;
    display: none;
    padding-top: 20px;
}
.tab-content p{
	color: #3c3c3c;
}

/*Footer*/

.main_footer{
	padding: 50px 0 20px;
	background: #f9f9f9;
}
.home .main_footer{
	background: #fff;
}
.footer_contact li{
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
}
.footer_contact li i{
	position: absolute;
	left: 0;
	top: 2px;
}
.footer_item h4{
	font-size: 20px;
	letter-spacing: 1px;
}
.footer_navigation li a{
	color: #424242;
	padding-bottom: 10px;
}
.footer_navigation li a:hover{
	color: #0c9d77;
}
.copyriht_panel{
	padding: 20px 0;
	border-top: 1px solid #acddd3; 
}
.footer_social li a{
	width: 43px;
	height: 43px;
	line-height: 43px;
	color: #0c9d77;
	background: #fff;
	border: 1px solid #0c9d77;
	text-align: center;
	font-size: 17px;
}
.mobile_menu{
	display: none;
}
.banner_search{
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	padding-right: 95px;
}
/* .banner_search select.form-control{
	border:none;
	box-shadow: none;
	-webkit-border-radius: 30px 0 0 30px;
	border-radius: 30px 0 0 30px;
	padding: 0 15px;
} */
.banner_search .select2-container--default .select2-selection--single {
    border: none;
	height: 42px;
}
.banner_search .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 42px;
}
.banner_search .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
	background: #0c9d77 !important;
}
.search_btn{
	position: absolute;
	top: 0;
	right:0;
	height: 100%;
    padding: 0 20px;
	background: #0c9d77;
	font-weight: normal;
	letter-spacing:1px;
	-webkit-border-radius: 0 30px 30px 0;
	border-radius: 0 30px 30px 0;
}
.search_btn:hover, .search_btn:after{
	background: #0b8263;
}

/* Inner Banner */
.inner_banner {
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: bottom center;
    background-attachment: fixed;
    padding: 7rem 0;
    position: relative;
    height: auto;
}
.inner_banner:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.55);
	opacity: 0.85;
}
.inner_banner_heading{
    position: relative;
    z-index: 1;
}
.breadcrumb_wrap {
	color: #fff;
	letter-spacing: 1px;
	font-size: 0.85rem;
	text-transform: capitalize;
}
.breadcrumb_wrap a{
	color: #fff;
	font-size: 16px;
	text-transform: capitalize;
}

.inner_banner_heading h1, .category_banner h1{
    font-size: 2.5rem;
    font-weight: bold;
    color: #fff;
	text-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.inner_content{
	min-height: 30vh
}
.inner_content p{
	font-size: 1rem;
	line-height: 1.5;
	color: #555;
	font-weight: 300;
}

/*  */
.hotel_singel_banner, .category_banner {
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: bottom center;
    background-attachment: fixed;
    position: relative;
	padding: 8rem 0;
}
.hotel_singel_banner:after, .category_banner:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0% ,rgba(0,0,0,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 );
}

.singel_hotel_slider.owl-theme .owl-nav{
	margin-top: 0;
}
.owl-theme .owl-nav [class*=owl-]{
	position: absolute;
	top: 50%;
	-moz-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	-o-transform: translatey(-50%);
	-webkit-transform: translatey(-50%);
	transform: translatey(-50%);
	margin: 0;
	border-radius:0;
	padding: 6px 12px;
	background: #0c9d77;
	border: 1px solid #0c9d77;
}
.owl-theme .owl-nav [class*=owl-]:hover{
	background: #fff;
	color: #0c9d77;
}
.owl-theme .owl-nav [class*=owl-].owl-next{
	right: 0;
}
.owl-theme .owl-nav [class*=owl-].owl-prev{
	left: 0;
}
.singel_hotel_heading h6{
	color: #6d6d6d;
	font-weight: normal;
}
.singel_hotel_heading h6 i{
	color: #0c9d77;
	padding-right: 10px;
}
body:not(.search-results) article:not(.type-page) .entry-footer{
	margin: 0;
	float:none;
}
.hotles_list .lSSlideOuter .lSPager.lSGallery li a{
	display: block;
}
.rating_star li{
	position: relative;
	display: inline-block;
	color: #0c9d77;
	font-size: 13px;
}
.hotles_list{    
	padding: 15px;
    border: 1px solid #ededed;
    border-radius: 2px;
    margin-bottom: 30px;
}
.hotles_list:hover{
	-webkit-box-shadow: 0 4px 15px rgba(0,0,0,0.07);
    box-shadow: 0 4px 15px rgba(0,0,0,0.07);
}
.hotles_list_details{
	padding-left: 20px;
	height: 100%;
	width: 100%;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hotles_list_details_left{
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}
.hotles_list_details_right{
	border-left: 1px solid #ededed;
	padding-left: 10px;
	text-align: right;
	-ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}
.hotles_list_details h2{
	font-size: 1.5rem;
}
.hotles_list_details h2 a{
	color: #1a1a1a;
}
.hotles_list:hover .hotles_list_details h2 a{
	color: #0c9d77;
}
.hotles_list_details h6{
	font-size: 15px;
	font-weight: normal;
	color: #737373;
}
.hotles_list_details h6 i{
	padding-right: 5px;
	font-size: 13px;
}
.regularPrice{
	color: #d6d6d6;
	text-decoration: line-through;
}
.pernight{
	font-size: 14px;
	letter-spacing: 1px;
}
.mark_this_hotel {
    border-radius: 2px;
    padding: 5px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    background: #ff8700;
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
	line-height: 1;
}
.salePrice {
    font-size: 18px;
    color: #ee3f47;
}
.booknow_wrap .salePrice{
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 10px;
}
.facilities_items li{
	display: inline-block;
	text-align: center;
	padding-right: 20px;
}
.facilities_items li:last-child{
	padding-right: 0;
}
.facilities_items_count li{
	display: none;
}
.facilities_items_count li:first-child,
.facilities_items_count li:nth-child(2),
.facilities_items_count li:nth-child(3),
.facilities_items_count li:nth-child(4),
.facilities_items_count li:nth-child(5){
	display: inline-block;
}
.facilities_items li img{
	width: 25px;
}
.facilities_items li span{
    font-size: 13px;
    letter-spacing: 0.8px;
    color: #3e3e3e;
}
.singel_hotel_heading h2{
	display: inline-block;
	padding-right: 110px;
}
.rating_star_for_single{
	position: absolute;
	right:0;
	top: 0;
}
.onlyhotel_location iframe{
	height: 470px;
	max-height: 100%;
}
.hotel_accordian_details{
	padding: 10px 0 30px;
}
.hotel_accordian_heading{
    font-size: 15px;
    font-weight: 500;
    padding: 13px 20px;
    background: #ff8700;
    color: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    border-radius: 2px;
    margin-bottom: 15px;
    cursor: pointer;
    letter-spacing: 1px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}
.hotel_accordian_heading.active{
	cursor: default;
}
.hotel_accordian_heading.active, .hotel_accordian_heading:hover{
	background: #0c9d77;
	color: #fff;
}
.hotel_accordian_details table td{
	padding: 15px;
}
.hotel_accordian_details td h4{
	font-size: 17px;
}
.rooms_details p{
	font-size: 13px;
}
.rooms_details p:last-child{
	margin-bottom:0;
}
.hotel_facilities_items li{
	padding-right: 30px;
	padding-bottom: 20px;
}
.hotel_facilities_items li span {
    font-size: 15px;
    letter-spacing: 0.8px;
    color: #3e3e3e;
}
.hotel_facilities_items li img {
    width: 32px;
}
.loaction_map iframe {
    width: 100%;
    height: 300px;
}
.roomPrice{
	font-size: 17px;
}
.rooms_type_modal_btn, .hotel_type_modal_btn, .packages_modal_btn{
    padding-left: 15px;
    padding-right: 15px;
    height: 38px;
    line-height: 36px;
	font-size: 13px;
}
.rooms_type_modal_btn:focus, .hotel_type_modal_btn:focus, .packages_modal_btn:focus{
	background: #0c977d;
	color: #fff;
}
.archives_page_panel .pagination{
	display: inline-block;
	border-top: 0;
}
.nav_pagination{
	text-align: center;
}
.nav_pagination li{
	display: inline-block;
	padding-right: 2px;
}
.nav_pagination li a {
    padding: 8px 15px;
    border: 2px solid #0c9d77;
    color: #0c9d77;
}
.nav_pagination li.active a{
	background: #0c9d77;
	color:#fff;
}
.room_type_form_wrap .form-control {
    width: 100%;
    border-color: #e8e8e8;
    margin-bottom: 15px;
    padding: 10px 15px;
    height: 44px;
    border-radius: 0px;
    font-size: 14px;
}
.room_type_form_wrap .form-control:focus{
	box-shadow: none;
	border-color: #0c9d77;
}
.room_type_form_wrap .room_type_btn, .room_type_form_wrap .hotel_from_btn {
    background: #0c9d77;
    padding: 12px 20px;
    font-weight: normal;
	font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
}
.singel_hotel_slider_wrap .lSSlideOuter .lSPager.lSGallery li a{
	display: block;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu{
	background: #fff;
	border: 2px solid #ff8700;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
    font-size: 13px;
    color: #f15e65;
    font-weight: 500;
    letter-spacing: 1px;
	margin-bottom: 5px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:before{
    position: absolute;
    left: 0;
    top: 3px;
    content: "\e649";
    font-family: 'themify';
    font-size: 9px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link{
	color: #333;
	transition: all 400ms ease-in-out;
	padding-left:15px;
	font-size: 13px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover{
	color: #0c9d77;
	padding-left:20px;
}
.reviews_wraper .wpcr3_button_1 {
    background: #0c9d77;
    border-color: transparent;
    color: #fff;
    padding: 10px 15px;
}
.reviews_wraper div.wpcr3_review blockquote.wpcr3_content p {
    font-size: 14px;
    font-weight: normal;
    display: inline !important;
}
.reviews_wraper div.wpcr3_review blockquote.wpcr3_content {
    padding-left: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-left: 3px solid #0c9d77;
}
.reviews_wraper  div.wpcr3_review div.wpcr3_review_title{
	font-size: 18px;
	line-height: 2;
}
div.wpcr3_review_item div.wpcr3_item_name{
	font-size: 1rem;
}
.reviews_rating_stars .wpcr3_review,
.reviews_rating_stars .wpcr3_dotline,
.reviews_rating_stars div.wpcr3_review_item div.wpcr3_item_name,
.reviews_rating_stars .wpcr3_aggregateRating_overallText{
	display: none !important;
}
.reviews_rating_stars div.wpcr3_aggregateRating{
	margin-bottom: 15px;
}
.singlereviews_rating_stars{
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translatey(-50%);
	-moz-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	-o-transform: translatey(-50%);
	transform: translatey(-50%);
}
.singlereviews_rating_stars div.wpcr3_aggregateRating{
	margin-bottom: 0;
}
.singlereviews_rating_stars .wpcr3_aggregateRating_reviewCount{
	display: none;
}
.hotel_details_rating{
	padding: 10px;
	text-align: center;
	border: 1px solid #ddd;
	margin-bottom: 10px;
}
.hotel_details_rating div.wpcr3_aggregateRating{
	margin-bottom: 0;
}
.homestay_tabs{
	padding-top: 10px;
}
.homestay_tabs li {
    padding: 8px 18px;
    display: inline-block;
    background: #0c9d77;
    color: #fff;
    margin-right: 5px;
    font-size: 14px;
    letter-spacing: 0.8px;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	cursor: pointer;
}
.homestay_tabs li:hover{
	background: #ff8700;
}
.activityes_item{
	padding: 20px;
	background: #f8f8f8;
	margin-bottom: 20px;
}
.activityes_item:last-child{
	margin-bottom:0;
}
.activityes_item h4{
	font-size: 16px;
}
.homestay_full_details h3{
	font-size: 18px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.itineray_item{
	margin-bottom: 15px;
}
.itineray_item h4 {
    font-size: 16px;
    background: #0c9d77;
    display: inline-block;
    padding: 8px 20px;
    color: #fff;
}
.itineray_days_details{
	position: relative;
	padding-left: 120px;
}
.itineray_days_details .time{
	position: absolute;
	left: 0;
	right: 0;
	color: #ef434b;
}
.itineray_days_details:after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    left: 83px;
    background: #ddd;
    top: 0;
    border: 2px solid #fff;
    z-index: 1;
}
.itineray_item ul:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    left: 90px;
    background: #ddd;
    top: 0;
}
.booknow_wrap{
	padding: 15px;
	text-align: center;
	background: #f8f8f8;
	margin-bottom: 15px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
}
.package_duration {
	border: 1px solid #ddd;
	text-align: center;
}
.package_duration > ul{
	border-bottom: 1px dashed #ddd;
	padding: 10px 10px 20px;
}
.package_duration li{
	color: #626262; 
}
.package_duration li i{
	color: #ff8700;
}
.inclution_exclution_wrap h5{
	font-size: 15px;
	background: #eee;
	margin-left: -10px;
	margin-right: -10px;
	padding: 10px 15px;
}
.inclution_exclution_wrap ul {
    list-style: disc;
    padding-left: 20px;
}
.inclusion_field, .exclusion_field{
	border: 1px solid #ddd;
    padding: 0 10px;
}
.all_btn.want_to_call_btn {
    border-color: #ee3f47;
    color: #ee3f47;
    background: #fff;
    text-transform: capitalize;
    padding: 0 15px;
}
.all_btn.want_to_call_btn:hover{
	color: #fff;
    background: #ee3f47;
}
.package_includes_wrap li{
	display: inline-block;
}
.package_includes_wrap li {
    display: inline-block;
    padding: 0 5px 15px;
}
.package_includes_wrap li img {
    width: 50px;
}
.package_includes_wrap > span {
    background: #fff;
    top: -10px;
    position: relative;
    padding: 5px 10px;
    border: 1px dashed #ddd;
	-webkit-border-radius: 30px;
    border-radius: 30px;
	letter-spacing: 1px;
	font-size: 12px;
}
.package_id {
    background: #f5f5f5;
    color: #000;
    padding: 5px 10px;
    font-size: 13px;
    letter-spacing: 0.5px;
}
.package_includes_wrap ul li span{
	font-size: 13px;
}
.activityes_scroll{
	max-height: 500px;
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background: #000 !important;
}
.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools{
	opacity: 1;
}
.tour_package_duration{
	font-size: 14px;
	font-weight: normal;
}
.tour_package_duration i{
	color: #ff8700;
	font-size: 16px;
}

/* Responsive */ 
@media screen and (max-width: 1199px){
	.responsive_nav{
		display: block;
	}
	.header_contact_btn{
		position: static;
		margin-top: 30px;
		float: right;
		-webkit-transform: translatey(0);
		-moz-transform: translatey(0);
		-ms-transform: translatey(0);
		-o-transform: translatey(0);
		transform: translatey(0);
	}
	.main_navigation{
		position: fixed;
		top: 0;
		right: 0;
		background: #fff;
		z-index: 100;
		width: 280px;
		padding-right: 0;
		height: 100%;
		overflow-y: auto;
		opacity: 0;
		visibility: hidden;
	}
	.mean-expand {
		display: block;
		position: absolute;
		right: 0;
		height: 42px;
		top: 0px;
		width: 40px;
		text-align: center;
		line-height: 42px;
		background: #f1f1f1;
	}
	.main_navigation ul ul{
		display: none;
	}
	.main_navigation_open{
		opacity: 1;
		visibility: visible;
	}
	.main_navigation li{
		padding-left: 0;
		padding-right: 0;
		float: none;
		border-top: 1px solid rgba(0,0,0,0.06);
	}
	.main_navigation li a {
		padding: 10px 15px;
		display: block;
		color: #0c9d77;
		font-weight: 300;
	}
	.main_navigation li a:after{
		display: none;
	}
	.desktop_menu{
		display: none;
	}
	.mobile_menu{
		display: block;
	}
	.header_contact_btn a.all_btn{
		display: none;
	}
}
@media screen and (max-width: 991px){
	.banner_content h1{
		font-size: 30px;
	}
	.banner_content h2{
		font-size: 20px;
	}
	.hotles_list_details{
		padding-right: 15px;
		padding-bottom: 50px;
	}
	
}

@media screen and (max-width: 767px){
	.tabs-menu li a {
	    padding: 10px 15px;
	    text-transform: capitalize;
	    font-size: 13px;
	}
	.footer_social, .copyriht_panel p {
		text-align: center !important;
	}
	.copyriht_panel p{
		margin-bottom: 10px !important;
	}
	.hotel_accordian_details .rooms_table_wrap table{
		width: 750px;
	}
	.hotles_list_details{
		padding-left:0;
		padding-right:0;
	}
}

@media screen and (max-width: 575px){
	.cheap_hotel_panle [class*=col-], .cheap_homestay_panle [class*='col-']{
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
	.main_heading h2{
		font-size: 25px;
	}
	.banner_content h1{
		font-size: 20px;
	}
	.banner_content h2{
		font-size: 14px;
	}
 	.header_contact_btn{
	}
	.logo{
		width: 170px;	
	}
}

@media screen and (max-width: 480px){
	.cheap_hotel_panle [class*=col-], .cheap_homestay_panle [class*='col-']{
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.tabs-menu li{
		margin-bottom: 5px;
	}
	.tabs-menu li a{
		border-bottom: 2px solid #0c9d77;
	}
}
@media screen and (max-width: 375px){
	.logo{
		width: 129px;
	}
}