body{
        font-family: 'Open Sans', sans-serif;
        word-wrap: break-word;
        overflow: inherit !important;
        background-attachment: fixed;
        background-size:cover;

	
}
.blur{
        position: absolute;
    top: 0;
    background: rgba(6, 6, 6, 0.51);
    width: 100%;
    height: 200px;
    z-index: 999;
}
.slider-caption{
    text-transform: inherit !important;
}
.font-header {
    font-family: 'Great Vibes', cursive;
}
.titfonts{
    font-family: 'Playfair Display', serif;
}
.books{
     position: fixed;
    right: 25px;
    bottom: 11px;
    z-index: 9999;
}

.boxRoom {
    height: auto;
 	padding:10px;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    min-height: 156px;
}
.boxBody {
  padding: 7px;
}
span.noOfRoom {

    font-size: 20px;
    color: #D9534F;
}
.logo img{
	position: relative;
    width: 281px;
    top: -38px;
    height: 98px;
    z-index: 999;
}

.bRoom {
    width: 60px;
    height: 60px;
    float: left;
    margin:4px !important;
    cursor: pointer;
    border: 1px solid #A5A5A5;
    border-radius: 4px;
    margin-bottom: 5px;
    padding-top: 6px;
}
.bookingRooms {
    margin: auto;
    overflow: hidden;
}
.bRoom i{
	color: #828282;
	font-size: 25px;
}
.bRoom.booked i{
	color:#fff !important;
}
.bRoom.booked span{
	color:#fff !important;
}
.bRoom.booked {
       background: #ff5a5f;
    color: #fff !important;
    border: 1px solid #ff5a5f;
}
.bRoom span{
    display: block;
    color: #7B7B7B;
    font-size: 11px;
}
.roomImage{
	height:200px;
	width:275px;
}
.copy{
	font-size:12px;
}
.copy a{
	color: #48c !important;
}
.header-strip {
    width: 100%;
    background: rgb(27, 27, 27) none repeat scroll 0 0;
    padding: 5px 0;
    /* border-bottom: solid 2px #00D7CD; */
}

.content_area{
	    margin: 20px 0px 20px 0px;
	        overflow: hidden;
}
.offer-title h5{
    background-color: rgba(49, 58, 69, 0.75);
    margin: 0;
    padding: 6px;
    color: #fff;
    font-family: sans-serif;
    font-size: 13px;
    text-align: center;
}
.offer{
	position:relative;
}
.offer:hover .offer-title{
	opacity:1;
}
.offer-title{
	position: absolute;
    top: 0;
    padding: 5px;
    width: 100%;
    opacity:0;
    -webkit-transition:0.5s all ease;
}
.offer img{
	width: auto;
    height: auto;
    margin-bottom: 10px;
	
}
.th-text a {
    color: #fbfbfb;
    font-size: 13px;
}
.th-item{
	        line-height: 21px;
}
.click{
	list-style: none;
    margin: 0px;
}
.click li a{
	color:#fff;
	font-size:13px;
}
.list-menu{
	margin:0px;
}
.list-menu li a{
	color:#464646;
}

.navbar-default .navbar-nav>li>a {
    color: #040404 !important;
    font-weight: 800;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    
   background-color: #ffffff !important;
}
@media (min-width: 768px){
.navbar-nav>li>a {
    padding-top: 19px !important;
    padding-bottom: 20px !important;
}
}
.navbar{
  border-style:none !important;
  background:none !important;
  margin-bottom:0px !important;
}
.items img{
	height: 450px !important;
	width:100%;
    object-fit: cover;
}
.navbar-brand{
	font-size: 30px;
    font-family: -webkit-body;
    color: #FF820B !important;
}

.room-confirm{
    position: relative;
    bottom: 30px;
    width: 100%;
    webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #ebebeb;
    -webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,0.12);
    box-shadow: 0 3px 0 0 rgba(0,0,0,0.12);
    padding: 10px;
    z-index: 9999;
    background-color: #fff;
}
.popover-icon {
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
}
.bookbtn{
    background-color: #75c5cf;
    border-color: #35929e;
    text-shadow: 0 -1px 0 #50878e;
    margin-top:24px;
}
.infield{
	position: absolute;
    margin-top: 40px;
    right:20.84px;
    float: right;
    color: #b3b3b3;
}
.lined-heading{
	position:relative;
	margin: 4px 0 0 0;
	
}
.lined-heading span{
	text-align:center;
}
.room{
   height: 315px;
    overflow: hidden;
    width: 100%;
    border: solid 1px #ddd;
     -webkit-transition:all 1s ease;
}
.main{
    border-bottom: solid 1px #ddd;
    border-top: solid 1px #ddd;
    overflow: hidden;
    position: absolute;
    bottom: 7px;
    z-index:9999999;
    background-color: #fff;
    width: 100%;
}
.main h5{
    position: relative;
    font-size: 15px;
    float: left;
    color: #636464;
    font-weight: bold;
    padding: 10px 0 0 20px;
}
.main .price {
    display: inline;
    float: right;
    font-weight: bold;
    height: 57px;
    width: 80px;
    background-color: rgba(90, 186, 198, 0.05);
    padding: 11px 15px;
    border-left: 1px solid #ebebeb;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}
.price h3{
	 margin: 0px;
    font-size: 16px;
}
.price h6{
	margin:2px;
}
.room-box2{
     position: relative;
    top: 0px;
    background: #fff;
  
    -webkit-transition:all 0.5s ease;
}
.room-image{
	position: relative;
   top: 0;
}
.room-image img{
    height: 321px;
    width: 100%;
    background-size: cover;
}
.content-box {
    position: relative;
    padding: 20px;
    text-align: left;
        min-height: 300px
   
}
.content-box span{
	    color: #124C62;
	        margin: 0 0 5px 0px;
    font-weight: bold;
    display: block;
}
ul.list-unstyled li i {
    color: #124C7A;
}
.item:hover .room-box2 {
   top: -322px;

}
.faciliteis{
	    margin: 40px 0 12px 0;
}
.bts{
	margin: 13px 0 13px 0;
}
.cat_title {
    background-image: url("../../img/sep-widget.png");
    margin: 0px;
    font-size: 20px;
    text-align: center;
    padding: 9px 0px;
    color: #464646;
    background-repeat: repeat-x;
    background-position: 32px 18px;
}
.cat_title span {
    background: #fff;
    padding: 0px 9px 0px 9px;
    text-transform: uppercase;
    color: #585858;
    
}
.room-title{
	margin: 6px 0px 20px 0px;
}
.room-title2{
    margin: 25px 0 25px 0px;
}
.ico-box{
    -webkit-moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    padding: 25px !important;
    margin: auto;
    width: 80px;
    height: 80px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #47A772;
    }
    
.detail-box h3{
    font-size: 18px;
    font-weight: bold;
    color: #636464;
    text-align:center;
	
}
.para{
	margin: 0 0 10px;
    text-align: center;
    font-size: 13px;
}
.detail-box a{
	text-align: center;
    display: block;
    font-weight: bold;
}
.ico-box i{
	color: #339E62;
    font-size: 25px;
}
.banner{
    position: relative;
    height: 350px;
    width: 100%;
    background-position: 100%;
    background-color: transparent;
}
.section{
	background-color:#fff;
}
.blur-banner{
    position: relative;
    background-color: rgba(9, 9, 9, 0.5);
    height: 350px;	
}
.slider{
	height:200px;
	width:100%;
	background-color:#fff;
}
.carousel-control.right{
	background:none !important;
}
.carousel-control.left{
	background:none !important;
}
a.carousel-control {
    top: 50%;
}
.text-box{
    padding: 55px 0 0 0;
}
.text-box h1{
	 color: #fff;
    text-align: center;
}
.text-box h3{
		 color: #fff;
    text-align: center;
        margin: 4px 0 40px 0;
}
.slider-box{
	margin:10px 0 10px 0;
}
.bg img{
	    height: 400px !important;
	    width:100%;
}
.reservation{
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #ebebeb;
    padding: 10px 17px;
    margin: 10px 0 0 0;
    background-color: #fff;
}
.infield2 {
    position: absolute;
    margin-top: 34px;
    right: 43.84px;
    /* float: right; */
    color: #75C5CF;
}
.booking ul.nav-tabs > li.active > a {
    border-bottom: 9px solid #fe5d5d;
}
.booking ul.nav-tabs > li > a {
    border: none;
    border-bottom: 9px solid #e4e4e4;
    cursor: pointer;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    color: #515151;
    font-size: 18px;
    font-family: 'Playfair Display', serif;
}
.booking ul.nav-tabs > li {
    width: 25%;
}
.booking ul.nav-tabs > li > a > i {
    background: #ff5a5f none repeat scroll 0 0;
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 11px 22px 11px 18px;
    text-align: center;
}
.booking ul.nav-tabs > li > a > span {
    display: block;
    margin-top: 15px;
    margin-bottom: 30px;
}
.facilities_name {
    margin-top: 70px;
}
.single_facilities {
    margin: 0;
    padding: 0;
    list-style: none;
}
.single_facilities > li > img {
    float: left;
    margin-right: 8px;
}
.single_facilities > li > p {
    color: #313a45;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
}
.room-info {
    padding-bottom: 20px;
}
.mains{
	position:relative;
}
.upper{
	    position: absolute;
    top: 15px;
    padding:5px;
        margin: 24px 0 0 0;
       background: rgba(0, 0, 0, 0.57);
 z-index: 999999;
}
.book{
	    position: absolute;
    top: 15px;
    padding:5px;

}
.form-group .input-icon {
    position: absolute;
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: block;
    top: 29px;
    left: 1px;
    text-align: center;
    color: #b3b3b3;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    z-index: 2;
}
.form-group.form-group-lg .form-control {
    height: 45px;
    padding: 10px 18px;
    font-size: 13px;
}
.form-control:active, .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ed8323;
}
.bookbt{
	background: #ed8323;
    border-color: #e27513;
}
.room-boxes{
	    overflow: hidden;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 768px){
 .carousel-caption{
 	display:none;
 }
 
.navbar-brand {
    font-size: 27px;
   
}
.upper {
    position: relative;
      top: 0px; 
    padding: 5px;
    background: rgba(0, 0, 0, 0.57);
}
.items img {
    height: 250px !important;
    background-size: cover;
}
}

.mytabs li>a:focus, .nav>li>a:hover{
  background:none !important;	
}
.mytabs .active>a{
	
          background-color: #fff700 !important;	
}
.btn-next-first{
	display:none;
}
.bbox {
    padding: 5px 10px;
    background: #F5F5F5;
    border: 1px solid #ddd;
}
.brow {
    padding: 5px 0;
}
.btitle {
    font-size: 20px;
    color: #FFFFFF;
        background: #ff5a5f;
    padding: 16px 10px;
    margin: 0px;
}
.bookingtotal{
	    overflow: hidden;
    width: 100%;
}
.bookingtotal-tbl{
margin-top: 20px;
    background: #ddd;	
}
.bookingtotal-tbl td{
	    text-align: center;
    font-size: 16px;
    font-weight:bold;
}
.bookingtotal-tbl td span{
	    display: block;
    margin-bottom: 6px;
}
.higlights,.bookingtotal-tbl i {
    color: #ff5a5f;
    font-size: 20px;
}
.ttl{
    display: inline !important;
}

.bookingSt i{
	    font-size: 132px;
}
.bookingSt .failed{
	color:#F52D1E;
}
.bookingSt .sucess{
   color: #43B948;	
}
.bookingdtls{
     font-size: 20px;	
}

.bookingids span{
	
}
.bookingids {
    font-size: 25px;
}
.bookingLogin{
	width: 100%;
    border-radius: 0px;
    margin-bottom: 20px;
    height: 45px;
}

.selecterror{
	color: #FF0606;
}
.seperat{
     border-bottom: 1px solid #ddd;
       margin: 35px 0;
    margin-top: 0px;
}
.seperat span{
	    width: 40px;
    height: 40px;
    background: #FFF;
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    border-radius: 40px;
    border: 1px solid #ddd;
    position: relative;
    margin: auto;
    top: 19px;
}
.brow span{
	text-transform:capitalize;
}

.hero-additional {
    background-color: #1111117a;
    bottom: 0;
    left: 0;
    width: 100%;
}

.hb-form-table {
    list-style: none;
    margin: 0;
    padding: 0;
}
.hero-additional .hb-form-field {
    margin-bottom: 0;
    float: left;
}

.hero-additional__col, .hb-form-field {
    width: 16%;
}
.hotel-booking-form .btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    display: inline-block;
    height: auto;
    padding: 0 20px;
    line-height: 45px;
    height: 45px;
    width: 100%;
        background: #ff5a5f;
    outline: none;
}
.hero-additional__col, .hb-form-field {
    float: left;
    padding: 10px 10px;
}
.widget-select select {
    padding: 0 30px 0 20px;
    border-radius: 0;
    background-color: #fff;
}
.hero-additional label {
    color: rgba(255,255,255,.8);
    font-weight: 300;
    margin-bottom: 11px;
}


.hero-slider--boxed .hero-additional .container {
    background-color: #111;
    position: relative;
}

.hero-additional .container {
    padding-bottom: 20px;
    padding-top: 20px;
}
.hero-additional input, .hero-additional select {
    background-color: #fff;
}

.hero-additional input, .hero-additional select, .hero-additional .btn, .wp-hotel-booking-page .hotel-booking-form input, .wp-hotel-booking-page .hotel-booking-form select, .wp-hotel-booking-page .hotel-booking-form .btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    display: inline-block;
    height: auto;
    padding: 0 20px;
    line-height: 45px;
    height: 45px;
    width: 100%;
    outline: none;
}

.hero-additional .btn {
    margin-top: 31px;
}
.btn, .hb_single_room #reviews #review_form_wrapper form .form-submit input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
        background: #ff9d1d;
    border: none;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    transition: .2s opacity;
}
.hb-text-block__wrapper {
    background: #f0f0f0;
}
.hero-video__banner.bg, .hb-image__block img {
    background-size: cover;
    background-position: center center;
    width: 100%;
}

.hb-image__block img {
    height: 450px;
}
.hb-text_block_content {
    display: table;
    width: 80%;
    padding-left: 50px;
    height: 450px;
}
.hb-text-block___inner_wrapper {
    display: table-cell;
    vertical-align: middle;
}
.featured-rooms-slider__title, .page-title, .page-price__val, .booking__title, .booking__price, .title, .featured-room__title, .icon--style-2 .icon__title, .testimonial__name, .rooms-slider__title, .hb-slider .hb-slider__text h2 {
    font-family: Poppins;
    font-weight: 500;
    font-style: normal;
}

.title-color-black {
    color: #111;
}

.featured-rooms-slider__title {
    font-size: 48px;
}
.featured-rooms-slider__title {
    color: #000;
    line-height: 1.2em;
    font-family: "Old Standard TT";
    font-size: 36px;
    margin: 0;
}
.content-color-grey {
    color: #666;
}

.section-home-about {
    padding: 60px 0 60px 0;
}

.input--date::after {
    content: "\f133";
}

.input--date::after, .input--website:after, .input--select::after, .input--email::after, .input--phone::after, .input--user::after, .input--money::after, .input--rate::after, .input--dollar::after, .input--destination::after {
    color: #b5b5b5;
    font-family: FontAwesome;
    position: absolute;
    pointer-events: none;
    right: 12px;
    transform: translateY(-50%);
    top: 50%;
}
.input--date, .input--select, .input--website, .input--email, .input--phone, .input--user, .input--money, .input--rate, .input--dollar, .input--destination, .hb_input_field {
    position: relative;
}
.input--select::after {
    content: "\f107";
    padding-right: 3px;
}
.block {
    border: 1px solid #eaeaea;
    border-radius: 3px;
    box-shadow: 0 2px 2px -2px #eaeaea;
    margin-bottom: 30px;
}
.block__title, .comment-reply-title {
    border-bottom: 1px solid;
    border-color: #eaeaea;
    color: #111;
    font-size: 16px;
    margin: 0;
    padding: 17px 20px;
}
.block__content {
    font-weight: 300;
    padding: 15px 20px 30px;
    position: relative;
    overflow: hidden;
}
.amenities {
    list-style: none;
    margin: 9px 0 -17px 0;
    padding: 0;
}
.amenity {
    float: left;
    margin-bottom: 25px;
    padding: 0 15px;
    text-align: center;
}

.amenity__icon {
    display: block;
    font-size: 32px;
}

.amenities--col-4>* {
    width: 25%;
}

.widgets {
    border: 1px solid #eaeaea;
    margin-top: 28px;
    border-radius: 3px;
    box-shadow: 0 2px 2px -2px #eaeaea;
    padding: 0 20px 30px 20px;
}
.widget-title{
    border-bottom: 1px solid;
    border-color: inherit;
    color: #000;
    font-size: 16px;
    margin: 0 -20px 20px;
    padding: 17px 20px;
}
.widgets ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.textwidgets ul li {
    font-weight: 300;
    line-height: 2em;
}
.widget_texts li i {
    margin-right: 6px;
}

.section-header{
    background-image: url(../../img/food.jpg);
    height: 70px;
    width: 100%;
    position: relative;
    background-size: cover;
}
.page-title{
        color: #b3b3b3;
    position: absolute;
    bottom: 0px;
}

.section-header::after {
    
    bottom: -2px;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
}

.section-check-availability {
    position: absolute !important;
    z-index: 20 !important;
    float: left !important;
    bottom: 0 !important;
    width: 100% !important;
    display: inline-block !important;
}



.icon__wrap {
    padding: 25px 15px;
    position: relative;
    z-index: 1;
}
.icon--style-1::before {
    background-color: #111;
    content: "";
    left: 0;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: .2s opacity;
    width: 100%;
    z-index: 1;
}
.icon__text {
    font-weight: 300;
    transition: .2s color;
    line-height: 1.7em;
    font-family: 'Open Sans',sans-serif;
}
.icon {
    border: 2px solid #eaeaea;
    border-radius: 5px;
    color: inherit;
    display: block;
    overflow: hidden;
    margin: 15px 0;
    position: relative;
    text-align: center;
}
.icon--style-1 .icon__background {
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: .2s opacity;
}

.wpb_wrapper:hover .icon__background{
      opacity: 1;
}

.icon--style-1:hover .icon__title, .icon--style-1:focus .icon__title {
    color: #fff;
}
.icon--style-1:hover .icon__text, .icon--style-1:focus .icon__text {
    color: rgba(255,255,255,.7);
}

.icon__title {
    color: #111;
    font-size: 16px;
    font-family: 'Open Sans',sans-serif;
    transition: .2s color;
}
.icon__media {
    font-size: 80px;
}
.icon__wrap {
    padding: 45px 30px;
}
.panel-heading{
    position: relative;
}
.panel-title a::after {
    color: #666;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 20px;
    padding: 5px 14px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: .3s transform;
}

.panel-title.collapsed a::after {
    transform: translateY(-50%) rotate(180deg) !important;
}

.input__field, .widget_hb_widget_search .hb_input_field input[type="text"], .widget_hb_widget_search .hb-form-field-input select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    font-weight: 300;
    padding: 12px 14px;
    transition: .2s border-color;
    width: 100%;
      margin-bottom: 15px;
}
.panel-title a {
    color: #111;
    display: block;
    position: relative;
}

@media only screen and (max-width: 600px) {
    .hb-image__block img {
        height: 290px;
    }
    .hero-additional__col, .hb-form-field {
        width: 50%;
    }

    .hero-additional .btn {
        margin-top: 31px;
        font-size: 10px;
    }
    .home-about .text p {
        text-align: justify;
    }
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

.banner-box {
    position: relative;
    width: 100%;
    min-height: 300px;
    overflow: inherit !important;
    background-image: url(../../nes/images/home/ourbest/img3.jpg); 
    background-size: inherit;
    
}
.payu {
    padding: 20px;
}
.payu h1 {
    text-align: center;
    color: #fff;
    margin: 0px;
    font-size: 36px;
        margin-top: 47px;
    /* font-family: sans-serif; */
}
.btn-box1 {
    padding: 30px 0px 30px 0px;
}

.payu h6 {
    text-align: center;
    color: #fff;
    font-size: 16px;
}