.my_nav_change{
	background:#000;
	border:#000;
	padding:10px;
  border-radius: inherit;
}

.my_tabs li {
	width:20% !important;
	text-align: center;
	color:#2c2c2c;
	background:#eee;
	border-right:2px solid #fff;
}
.my_tabs li a:hover{
	color:#6D9B2F;
}
.my_tabs li a{
	color:#2c2c2c;
	font-size: 16px;
font-weight: bold;
}

.my_tabs > li.active > a, .my_tabs > li.active > a:focus, .my_tabs > li.active > a:hover {
	border:none;
	background:#eee;
color:#6D9B2F;	
}
.my_hotel_tittle{
	margin-top: 17px;
}
.my_checked{
	color:orange;
}
.my_hotel_sharelove_btn{
	float:right;
}
.my_reserve{
	border:2px solid #000;
	background:transparent;
	color:#000;
}
.my_reserve:hover{
	border:2px solid #6D9B2F;
	background:#6D9B2F;
	color:#fff;
	transition:0.7s;
}
.my_heart{
  background:transparent;
  border:2px solid #000;
  width: 40px;
  height: 40px;
  padding: 6px 10px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 20px;
  color:red;
}
.my_heart:hover{
	border:2px solid #6D9B2F;
	background:#6D9B2F;
	color:#fff;
	transition:0.7s;
}
.my_share{
  background:transparent;
  border:2px solid #000;
  width: 40px;
  height: 40px;
  padding: 6px 10px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 20px;
  color:#0593d5;
}
  .my_share:hover{
	border:2px solid #6D9B2F;
	background:#6D9B2F;
	color:#fff;
	transition:0.7s;
  }
.my_map_address{
    color: #6d9b2f;
    font-size: 28px;
}
.my_para_section{
	color:#6D9B2F;
	font-size:14px;
	font-weight:bold;
}
.my_star_para{
	color:#fff;
	background:#6D9B2F;
	padding:7px 7px;
	border-radius:13px;
}
.my_padding{
	padding-top:14px;
}
.my_availability_tittle{
	text-align:center;
	color:#fff;
	text-transform:uppercase;
}
.my_reserve_form {
    background: orange;
    padding: 20px;
    float: left;
    width: 100%;
    margin-top: 30px;
}
.my_check_availability{
   padding: 6px;
    border: 2px solid #000;
    color: #000;
    font-size: 16px;
	font-weight:600;
}
.my_check_availability:hover{
    border: 2px solid #000;
    color: #fff;
	background:#000;
	transition:0.7s;
}
/*start madal*/
.my_modal_background{
	background:url(../images/modal_bg.jpg);
}
.my_modal_header{
	color:#fff;
	text-align: center;
	text-transform: uppercase;
}
 .my_form_control{
    display: block;
    width: 100%;
    height: 42px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border:none;
    border-bottom:1px solid #000;
    }
    .my_label{
    	color: #fff;
    	font-size: 18px;
    }

.my_form_control:focus{
	border: none;
	 border-bottom:1px solid #6D9B2F;
	 box-shadow:2px 2px 2px #6D9B2F;
}
/*end modal*/
/*start pannel*/
.my_pad_top{
  padding-top: 15px;
}
.my_pannel_row{
  background: #6284334d;
  border:1px solid #6D9B2F;
  border-radius: 3px;
  box-shadow: 6px 5px 5px 1px #6d9b2f99;
}
.my_pannel_row:hover{
  background: transparent;
}
.my_map_maker{
	font-size: 18px !important;

}
.my_hover:hover{
	color: #6d9b2f;	
}
.my_prices{
	padding: 10px 15px 10px 15px;
	border: 2px solid #fff;
	color:#fff;
	background: #6d9b2f;
	box-shadow: 2px 2px 2px 2px #aeaeae;
}

.my_prices:hover{
	padding: 10px 15px 10px 15px;
	border: 2px solid #fff;
	color:#fff;
	background: #365c04;
	box-shadow: 2px 2px 2px 2px #aeaeae;
}
/*flip*/
.flip-container {
        /*margin: 50px;*/
        perspective: 1000;
        display: inline-block;
    }
    .flip-container:hover .back {
        transform: rotateY(180deg);
    }
    .flip-container:hover .front {
        transform: rotateY(0deg);
    }
    .flip-container, .front, .back {
        width: 100%;
        height:auto;
    }
    .my_flip_span{
      background: #6D9B2F;
      color: #fff;
      padding: 2px;
      border-radius: 2px;
    }
    .card {
        transition: 0.6s;
        transform-style: preserve-3d;
        position: relative;
    }
    .front, .back {
        position: absolute;
        backface-visibility: hidden;
        transition: 0.6s;
        transform-style: preserve-3d;
    }
    .front {
        z-index: 1;
        transform: rotateY(-180deg);
        background: transparent;
    }
    .back {
        z-index: 2;
        transform: rotateY(0deg);
        background: transparent;
    }

/*flip*/
/*start ribbon*/
.side-corner-tag {
    position: relative;
    color: #fff;
    display: inline-block;
    padding: 5px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    font-weight: 900;
  } 
  
  .side-corner-tag p {
    display: inline;  
  }
  
  .side-corner-tag p span {
    position: absolute;
    display: inline-block;
    right: -25px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2), inset 0px 5px 30px rgba(255,255,255,0.2);
    text-align: center;
    text-transform: uppercase;
    top: 22px;
    background: #6D9B2F;
    width: 100px;
    padding: 3px 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    font-size: 14px;
  } 
  
  .side-corner-tag p:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -17px;
    right: 69px;
    z-index: -1;
    border: 17px solid;
    border-color: transparent transparent #662121 transparent;
  }
  
  .side-corner-tag p:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 74px;
    z-index: -1;
    right: -10px;
    border: 17px solid;
    border-color: #662121 transparent transparent transparent;
  }
/*end ribbon*/
.my_div_footer{
  padding: 5px;
  text-align: center;
  vertical-align:middle;
  margin-top: 28px;
  background: #79AA37B3;
  color: #000;
  margin-bottom: 20px;

}
.my_div_ftr_spn{
  background: #135104;
  color: #fff;
  padding: 5px;
  border-radius: 2px 2px 2px;
}
.my_pad_lft_rht{
  padding-left: 15px;
  padding-right: 15px;
}
/*end pannel*/
/*pannel booking*/
.mg-book-now {
    background:#294800;
    padding: 30px 0;
    margin-top: -20px;
}
.mg-book-now .mg-bn-title {
    font-family: "Playfair Display", serif;
    color: #fff;
    font-size: 30px;
    line-height: 43px;
    text-transform: uppercase;
    margin: 0;
    padding: 20px 0;
    box-shadow: 3px 0 #e3e3e3;
}
.mg-book-now .mg-bn-forms {
    padding: 65px 0px;
}
.mg-book-now .mg-bn-forms .col-md-3{
    padding-left: 10px;
    padding-right: 10px;
}
.mg-book-now .mg-bn-forms .input-group-addon:first-child {
    border-radius: 1px 0px 0px 1px;
}
.mg-book-now .mg-bn-forms .input-group-addon {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.mg-book-now .mg-bn-forms .input-group .form-control {
    border-radius: 0 1px 1px 0;
}
.mg-book-now .mg-bn-forms .form-control {
    height: auto;
    padding: 8px 12px;
    border-radius: 1px;
    border-color: #fff;
    color: #fff;
    box-shadow: none;
    background-color: transparent;
    margin-bottom: 0;
}
div.cs-skin-elastic {
    background: transparent;
    font-size: 14px;
    color: #fff;
}

.mg-book-now .mg-bn-forms .btn {
    padding: 9px 12px;
}
.btn-main {
    color: #fff;
    background-color: #294800;
    border:2px solid #fff;
}
.btn-main:hover,focus {
    color: #fff;
    background-color: #000;
    border:2px solid #fff;
    transition: 0.7s;
}


/*end pannel booking*/
/*start footer*/
footer.nb-footer {
background: #222;
border-top: 4px solid #b78c33; }
footer.nb-footer .about {
margin: 0 auto;
margin-top: 40px;
max-width: 1170px;
text-align: center; }
footer.nb-footer .about p {
font-size: 13px;
color: #999;
margin-top: 30px; }
footer.nb-footer .about .social-media {
margin-top: 15px; }
footer.nb-footer .about .social-media ul li a {
display: inline-block;
width: 45px;
height: 45px;
line-height: 45px;
border-radius: 50%;
font-size: 16px;
color: #b78c33;
border: 1px solid rgba(255, 255, 255, 0.3); }
footer.nb-footer .about .social-media ul li a:hover {
background: #b78c33;
color: #fff;
border-color: #b78c33; }
footer.nb-footer .footer-info-single {
margin-top: 30px; }
footer.nb-footer .footer-info-single .title {
color: #aaa;
text-transform: uppercase;
font-size: 16px;
border-left: 4px solid #b78c33;
padding-left: 5px; }
footer.nb-footer .footer-info-single ul li a {
display: block;
color: #aaa;
padding: 2px 0; }
footer.nb-footer .footer-info-single ul li a:hover {
color: #b78c33; }
footer.nb-footer .footer-info-single p {
font-size: 13px;
line-height: 20px;
color: #aaa; }
footer.nb-footer .copyright {
margin-top: 15px;
background: #111;
padding: 7px 0;
color: #999; }
footer.nb-footer .copyright p {
margin: 0;
padding: 0; }

/*end footer*/



/*Rajdeep Custom Css*/

.marg-bot-20{
	margin-bottom:50px;
	}
.product-des{
	margin-bottom:40px;
	float:left;
	width:100%;
	color:#6d9b2f;
	border-bottom:1px solid #bfc0c4;
	padding-bottom:30px;
	font-size:16px;
	}
.product-des a{
	color:#6d9b2f;
	font-size:16px;
	text-decoration:underline;
	}
.pro-spec{
	width:100%;
	float:left;
	}
.pro-spec li{
	list-style-type:none;
	display:block;
	margin-bottom:15px;
	color:#6d9b2f;
	
	}
.pro-spec .fa{
	font-size: 25px;
    font-weight: bold;
    padding-right: 9px;
	}
.cuss-map{
	float: left;
    margin-bottom: 20px;
    width: 100%;
	}
.back-image{
	position:relative;
	float:left;
	width:100%;
	}
.slider-cus-text{
	color: #121216;
    font-size: 50px;
    font-weight: bold;
    left: 35%;
    position: absolute;
    text-transform: uppercase;
    top: 40%;
	}
.navbar{
	margin-bottom:0px;
	}
.hp__hotel-name {
    float: left;
    width: 100%;
}

.addd{
	float: left;
    width: 100%;
	}
	

@media screen and (max-width:700px){
	.slider-cus-text{
		font-size: 25px;
		left: 19%;
		position: absolute;
		text-align: center;
		top: 28%;
		vertical-align: middle;
		}
	}
	
	
	.n2-ss-widget.n2-ss-widget-display-desktop.n2-ss-widget-display-tablet.n2-ss-widget-display-mobile.nextend-thumbnail.nextend-thumbnail-default.n2-ow.nextend-thumbnail-horizontal {
    display: none;
}