html, body{
    font-size: 100%;
	font-family: 'Lato', sans-serif;
	background:#fff;
	margin:0px!important;
}
p{
	margin:0;
	font-size:14px;
}
h1,h2,h3,h4,h5,h6{
   font-family: 'Montserrat', sans-serif;
   margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body p{
		font-family: 'Lato', sans-serif;
}
.p-r-20 {padding-right:20px;}
.p-t-20 {padding-top:20px;}
.m-a-10 {margin:20px 0;}
.m-y-20 {margin:20px 0;}
.m-b-20 {margin-bottom:20px;}

.b-b-1 {border-bottom:1px solid #fff;padding-bottom:20px;}
.p-a-0 { padding: 0px 0px !important;}
.m-a-0 { margin: 0px 0px !important;}
 
.sm_header_left ul li a, 
ul.contact_info li a,.footer-copyright p a{
	transition: .5s ease-in;
	list-style-type:none !important;
	-webkit-transition: .5s ease-in;
	-moz-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	-ms-transition: .5s ease-in;
}

.modal-header.one {
    border: none;
    background: #7ac143;
    padding: 1em 2em 1em 2em;
}
.modal-body.about h4{
    text-align: left;
    font-size: 1.2em;
    font-weight: bold;
    color: #202020;
    text-transform: uppercase;
	    margin-top: 19px;
}
.modal-body.about p{
	font-size:1em;color:#555;
	line-height:1.9em;
	margin-top:0.5em;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
}
.modal-body.about {
    padding: 2em 2em;
}

/*-- header --*/
.top-main{
	position:relative;
}
.sm_header_left {
		float: left;
		padding-top: 0.7em;
		width: 50%;
		background: #202020;
		height: 47px !important;
		text-align: center;
	}
.sm_header_left ul li{
	display:inline-block;
	margin-right:2em;
	font-size:14px;
	color:#999;
}
.sm_header_left ul li span{
	padding-right: 1em;
    color: #7ac143;
}
.sm_header_left ul li a {
    color: #999;
    text-decoration: none;
}
.sm_header_left ul li a:hover{
	color:#999;
}
.sm_header_right {
    float: right;
    width: 50%;
    background: #7ac143;
    padding-top: 0.3em;
    height: 47px !important;
    text-align: center;
    vertical-align: middle;
}
/*-- social-icons --*/
ul.top-links li {
    margin-left: 5px;
    display: inline-block;
}
ul.top-links li a i.fa {
    color: #000;
    background-color: #fff;
    width: 35px;
    height: 35px;
    font-size: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    line-height: 36px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
ul.top-links li a i.fa:hover {
   color: #fff;
   background-color: #202020;
}

/*-- nav-effect --*/
.cl-effect-1 a::before,
.cl-effect-1 a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}
.cl-effect-1 a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after,.navbar-nav li.active a::before,.navbar-nav li.active a::after,
.navbar-nav li.active a:focus::before,
.navbar-nav li.active a:focus::after{
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}
/*-- //nav-effect --*/
.header {
    border-bottom: 1px solid #EAEAEA;
}
.navbar-default {
    background: none;
    border: none;
}
.navbar {
    margin-bottom: 0;
}
.navbar-toggle {
	padding:4px 5px;
	margin-top:10px;
	margin-right:0px;
	margin-bottom:0px;
}
.navbar-collapse {
    padding: 0;
    box-shadow: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}
.navbar-nav {
    float: right;
  
}
.navbar-default .navbar-brand,.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
     color: #202020;
}
.navbar-brand {
	padding: 0;
    font-size: 0.7em;
	top: 10px;
    position: relative;
    background:none;
    height: 40px;
    font-family: 'Lato', sans-serif;
    color: #202020;
    font-weight: bold;
}
.logo h1 {
   font-weight: bold;
}
span.one {
	font-family: 'Britannic';
    font-size: 2em;
    color: #7ac143;
    display: inline-block;
    font-weight: bold;
	padding-right:5px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none;
	color:#7ac143 !imporrtant;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #7ac143!important;
}
.navbar-nav > li > a {
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 10px 0;
    color: #444!important;
    font-weight: 700;
}
.header-top {
	position: fixed;
	top: 0px;
    width: 100%;
    z-index: 1000002;
}
.header-bottom {
    position: fixed;
    padding: 1em 0;
    top: 47px;
    width: 100%;
    z-index: 1000002;
    background: #fff;
	border-bottom:1px solid #7ac143;
}
.daily-packages-section {
    padding:4em 0 4em 0;
	font-size:14px;
}
.plat {
    margin-top:3em;
}
.carousel-indicators {
    position: absolute;
    bottom: 0px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel-indicators li {
    display: inline-block;
    width:14px;
    height:14px;
    margin: 1px 3px;
    text-indent: -999px;
    cursor: pointer;
    background:#202020;
    border:2px solid #202020;
    border-radius: 10px;
}
.carousel-indicators .active {
    background-color: #7ac143;
	border:2px solid #7ac143;
	margin: 1px 3px!important;
	width:14px;
    height:14px;
}
.sm_service{
	position:relative;
	min-height:750px;
	background:#f5f5f5;
	padding:2em;
	margin-top:10px;
}
.sm_service img {
	padding:10px 0px;
}
.sm_service ul,.tab-pane>ul {
	list-style-type:none;
}
.sm_service li {
	padding:0.2em 0;
}
.txt-bottom {
	padding:1em;
	border-bottom:1px solid #ddd;
}
span.four {
    background-color: #7ac143;
    font-size: 1em;
    color: #FFF;
    display: block;
    padding: 0.5em 1em;
    position: absolute;
    top: 38%;
    right: 0px;
}


/*--/featured-section--*/
.featured-section {
    padding:5em 0;
    background: #f4f4f4;
}
h3.tittle{
    font-size: 2.5em;
    font-weight: bold;
    margin-bottom: 40px;
    color: #202020;
    text-align: center;
    text-transform: uppercase;
}
h3.tittle span{
	color:#7ac143;
}

.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	list-style-type: none;
}
.nbs-flexisel-inner {
	overflow: hidden;
	width:90%;
	margin: 0 auto;
}
.nbs-flexisel-item {
	float: left;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;	
}
.features-det{
	border: 1px solid #CACACA;
	margin: 0 15px;
	position:relative;
}

.features-div{
	padding: 1em 0em;
}
.feture-grp1{
	padding: 0 1.5em 1em;
}
.feture-grp1 span{
	font-size: 0.9em;
    color: #202020;
    display: block;
    line-height: 1.5em;
    padding: 0.2em 0;
}
span.feature-line-1{
	color:#666;
	font-size:0.9em;
}
.feture-grp1 h6{
	color:#202020;
	font-size: 1em;
	margin: 0.3em 0;
}
.feture-grp1 h6 a{
	color:#7ac143;
	text-decoration: none;
	font-size:1em;
}
.feture-grp1 h6 a:hover{
	color:#000;
}
.feture-grp2{
    border-top: 1px solid #ddd;
    padding: 1em 1.5em 0em;
}
.feture-grp2 span{
	font-size: 0.9em;
	color:#202020;
	display: block;
	line-height: 1.5em;
	font-size:0.9em;
	text-align: center;
}

.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	list-style-type: none;
}
.nbs-flexisel-inner {
	overflow: hidden;
	width:90%;
	margin: 0 auto;
}
.nbs-flexisel-item {
	float: left;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;	
}
/*---- Navigation ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:32px;
	height:32px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
	left: 0px;
	background: url(../images/left.png) no-repeat -0px 0px;
}
.nbs-flexisel-nav-right {
	right: 0px;
	background: url(../images/right.png) no-repeat -0px 0px ;
}
ul.top-links.two {
    margin: 1em 0;
}
h4.tittle {
    text-align: left;
	font-size:1.5em;
    font-weight: bold;
    margin-bottom: 20px;
    color: #202020;
	text-transform:uppercase;
}
/*-- Tabs --*/
.tabs {
	margin: 30px 0;
}
.nav-tabs > li.active > a {
	background:#7ac143 !important;
	color:#fff !important;
}
.nav-tabs > li a:hover {
	background:#7ac143 !important;
}
.nav-tabs > li > a {
	color:#fff ;
}

#Morning,#Noon,#Night {
	color:#fff;
}
.top1 {
	margin-top: 2%;
}

.pricing {font-size:1.2em;color:#000;font-weight:600;text-align:center;margin:10px 0;padding:1em 1em;background:#7ac143 ;}
.listPrice {font-size:14px;color:#000;font-weight:600;color:#3838ea;}
.booking {color:#fff}
/*-- //Tabs --*/
.info-imgs ul li {
    float: left;
    width: 50%;
	list-style:none;
}
.info-imgs ul li img {
    width: 100%;
}

h3.tittle.two {
    text-align: left;
    color: #fff;
}
/*-- /contact --*/
#contact {
    background: #222;
    padding: 4em 0;
}
#contact h3 {
    text-align: center;
    font-size: 1.4em;
    color: #fff;
}
p.para {
    text-align: center;
    margin: 1em auto 0;
    font-size: 1em;
    color: #999;
    width: 60%;
    line-height: 1.9em;
}
.contact-grid, .follow {
	color:#7ac143;
}
.contact-div ul.social-icons1 {
    list-style: none;
    margin: 1.5em auto;
	text-align: center;
}
.contact-div ul.social-icons1 li {
	display:inline-block;
	margin-right:3px;
}
.contact-div ul.social-icons1 li a {
	text-decoration:none;
	font-size:16px;
	color:#000;
}
.contact-div ul.social-icons1 li a i.fa {
    font-size: 21px;
    line-height: 48px;
    width: 50px;
    height: 50px;
    border: 1px solid #999;
    text-align: center;
    background-color: transparent;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
	color: #fff;
}
.contact-div ul.social-icons1 li a i.fa:hover {
	background-color:#7ac143;
	border: 1px solid #7ac143;
	color:#fff;
}
.contact-div ul.social-icons1 li a:hover {
	color:#fff;
}
/*-- /contact section --*/
/*-- gallery --*/

.galList > li {float:left;list-style-type: none;margin: 10px;}
.galList > li img { width:265px; cursor:pointer;}
.picshade {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%!important;
  background-color: #000;
  opacity: 0.91;
  filter: alpha(opacity=91);
  z-index: 99;
  display: none;
}
.pictures_eyes_close {
 position: fixed;
    top: 170px;
    right: 390px;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../images/close.png) no-repeat #000;
    z-index: 10002;
  display: none;
}

.pictures_eyes {
  position: fixed;
  width: 100%;
  left: 0;
  top: 180px !important;
  z-index: 199;
  display: none;
}
.pictures_eyes_in {
  position: relative;
  text-align: center;
}
.pictures_eyes_in img { max-height: 500px; }
.pictures_eyes_in .prev, .pictures_eyes_in .next {
  position: absolute;
  top: 50%;
  width: 51px;
  height: 51px;
  cursor: pointer;
}
.pictures_eyes_in .prev {
  left: 35px;
  background: url(../images/left1.png) no-repeat;
}
.pictures_eyes_in .next {
  right: 35px;
  background: url(../images/right1.png) no-repeat;
}
.pictures_eyes_indicators {
  position: fixed;
  left: 0;
  bottom: 15px;
  width: 100%;
  text-align: center;
  z-index: 299;
}
.pictures_eyes_indicators a {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 6px 3px 0 3px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 2px #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  overflow: hidden;
}
.pictures_eyes_indicators img { height: 50px; }
.pictures_eyes_indicators .current {
  filter: alpha(opacity=100);
  opacity: 1;
}
.gallery-grid1{
	position:relative;
	overflow:hidden;
	cursor:pointer;
}
.gallery-grid1 .p-mask  {
   opacity: 0;
    visibility: hidden;
    background: rgba(25, 24, 24, 0.8);
    bottom: 0%;
    position: absolute;
    padding: 1.3em 1.3em;
    width: 100%;
    -webkit-transform: translate3d( 0px, 100%, 0px );
    -moz-transform: translate3d( 0px, 100%, 0px );
    -ms-transform: translate3d( 0px, 100%, 0px );
    -o-transform: translate3d( 0px, 100%, 0px );
    transform: translate3d( 0px, 100%, 0px );
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    text-align: left;
    border-bottom: 6px solid #7ac143;
}
.gallery-grid1 .p-mask .p-desc{
    color: #a3a3a3;
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 1em;
}
.gallery-grid1:hover .p-mask, .row .product:hover .p-mask {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d( 0px, 0px, 0px );
    -moz-transform: translate3d( 0px, 0px, 0px );
    -ms-transform: translate3d( 0px, 0px, 0px );
    -o-transform: translate3d( 0px, 0px, 0px );
    transform: translate3d( 0px, 0px, 0px );
}
.p-mask h4{
	color: #fff;
    font-size: 1.2em;
    text-decoration: none;
    line-height: 1.8em;
    text-transform: uppercase;
    font-weight: bold;
}
.p-mask p{
	margin: 0;
    color: #f5f5f5;
    line-height: 1.8em;
}
.p-mask span {
    color: #7ac143;
}
#gallery {
	padding: 2em 0;
	background: #f5f5f5;
}
.pictures_eyes_in {
    position: relative;
    text-align: center;
}
/*-- //gallery --*/
/*-- footer section --*/
.footer-grid p{
	color:#898989;
	font-size:14px;
	margin:0;
	line-height:1.8em;
	    text-align: left;
}
.footer-grid p a{
	color:#898989;
	display:block;
	margin:1em 0;
	    text-align: left;
}
.footer-grid p a:hover{
	color:#fff;
}

#contact h2 {
    text-align: center;
    font-size: 1.5em;
    color: #fff;
    text-transform: uppercase;
}
.footer-grid ul li{
	color: #fff;
    margin: 0 0 1em;
    /* background:url(../images/img-sp.png) no-repeat -80px -132px; */
    list-style-type: none;
    padding-left: 3em;
}
.footer-grid ul li a{
	font-size:14px;
	color:#999;
	text-decoration:none;
}
.footer-grid ul li a:hover{
	color:#fff;
}

.footer-grid {
    text-align: left;
}
.footer-grid1:nth-child(2) {
    margin: 1em 0;
}
.footer-grid p span {
    padding-left: 1em;
    left: -.5em;
	color:#fff;
}
.footer-copyright p {
    color: #999;
    line-height: 1.8em;
	text-align:center;
	    letter-spacing: 1px;
}
.footer-copyright p a {
  color:#7ac143;
}
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 40px;
    height: 22px;
    border: none;
    text-indent: 100%;
    background: url(../images/move-top.png) no-repeat 0px 0px;
}
.gallery-grid-sub .tittle {
	margin-top:100px;
	margin-bottom:20px !important;
}
#fecility-tab {background:#000;}
.fecility-grid {
		padding: 2em 2em;
		min-height:350px;
}
.gMap, #gMapId {width:320px;max-width:380px;height:340px;max-height:340px;}
/*-- /responsive --*/
	#profilePopup {
		top: 150px;
		z-index: 1000 !important;
	}
	.modal-header {
		background: #7ac143 !important;
		color: white;
		font-weight:bold;
	}
	.modal-footer{
		background: #000;
		color:white;
	}
	.modal-footer > button.btn.btn-default{
		background: #7ac143;
		color: #fff;
	}
	 button.close {
		 color: #010203;
	 }
	.firstProfile, .secondProfile {
		border: 2px solid #7ac143;
		padding: 15px 15px;
		margin: 5px;
	}
	.secondProfile .filled {
		border: 2px solid orange !important;
		background: orange;
		color: #000;
		font-weight: bold;
	}
@media (min-width:768px){
	#profilePopup {
		top: 150px;
		z-index: 1000;
	}
}

@media (max-width:1366px){
	#profilePopup {
		top: 150px;
		z-index: 1000;
	}
	.navbar-brand {
		padding: 0;
		font-size: 0.6em;
		top: 10px;
		position: relative;
		background: none;
		height: 40px;
		font-family: 'Lato', sans-serif;
	}
	.sm_header_left {
		float: left;
		padding-top: 0.7em;
		width: 50%;
		background: #202020;
		height: 47px !important;
		text-align: center;
	}
	.sm_header_right {
		float: right;
		width: 50%;
		background: #7ac143;
		padding-top: 0.3em;
		height: 47px !important;
		text-align: center;
		vertical-align: middle;
	}
	
	.daily-packages-section {
		padding: 4em 0 4em 0;
	}
	#gallery{
		padding:2em 0;
	}
	
	.emailId {font-size: 14px;}
}

@media (max-width:1024px){
	.modal-dialog {}
	.navbar-brand {
		padding: 0;
		font-size: 0.6em;
		top: 10px;
		position: relative;
		background: none;
		height: 40px;
		font-family: 'Lato', sans-serif;
	}
	.sm_header_left ul li {
		display: inline-block;
		margin-right:0em;
		font-size: 14px;
		color: #999;
	}
	.sm_header_right {
		float: right;
		width: 50%;
		background: #7ac143;
		padding-top: 0.3em;
		height: 47px !important;
		text-align: center;
		vertical-align: middle;
	}
	.sm_header_left {
		float: left;
		padding-top: 0.7em;
		width: 50%;
		background: #202020;
		height: 47px !important;
		text-align: center;
	}
	.navbar-nav > li > a {
		font-size: 14px;
		padding: 15px 5px 0;
	}
	
	h3.tittle {
		font-size: 2em;
	}
	
	.pricing {font-size:1em;}
	.emailId {font-size: 13px;}
}

@media (max-width:991px){
	.sm_service img {
		width: 100%;
	}
	
	.navbar-nav > li > a {
		font-size: 13px;
		padding: 15px 1px 0;
	}
	span.one {
      font-size: 1.4em;
	}
	.navbar-brand {
		padding: 0;
		font-size: 0.6em;
		top: 10px;
		position: relative;
		background: none;
		height: 40px;
		font-family: 'Lato', sans-serif;
	}
	
	.navbar-nav {
		float: right;
		
	}

	ul.galList > li {
		float: left;
		list-style-type: none;
		width: 98%;
		margin: 10px 0px;
	}
	.footer-grid {
		text-align: left;
		margin-bottom: 1em;
		padding: 0;
	}
	.footer-grid ul li {
		color: #fff;
		margin: 0 0 1em;
		list-style-type: none;
		padding-left: 0em;
	}

	p.para {
		margin: 1em auto 0;
		font-size: 0.9em;
		width: 77%;
		line-height: 1.9em;
	}
	.footer-contact {
		width: 81%;
		margin: 2em auto 2em;
	}
	.pricing {font-size:1.2em;}
	.emailId {font-size: 13px;}
}


@media (max-width:768px){
	.modal-dialog {}
	.navbar-nav {text-align:center;margin:0;}
	.nav-tabs > li { font-size:14px;}
	.navbar-brand {
		padding: 0;
		font-size: 0.6em;
		background:none;
		top: 10px;
		position: relative;
		height: 40px;
		font-family: 'Lato', sans-serif;
		background-size: 25%;
	}
	.sm_header_left {
		float: left;
		padding: 0 0 0 0;
		width: 50%;
		text-align:center;
	}
	.sm_header_right {
		float: right;
		width: 50%;
		padding: 0.3em 1.5em 0.4em 7em;
		text-align:right;
	}
	.daily-packages-section {
		padding: 1em 0 6em 0;
	}
	.pictures_eyes {left:0px !important;}
	.pictures_eyes_close {right:0px !important;}
	.p-mask h4 {font-size:14px;}
	.galList > li {width: 100%;margin: 10px 0px;} 
	.galList > li img{width:100% !important;}
	.pricing {font-size:1.4em;}
	.emailId {font-size: 12px;}
}

@media (max-width:667px){
	.modal-dialog {}
	.navbar-nav {float:none !important;text-align:center;margin:0;}
	.nav-tabs > li { font-size:14px;}
	.navbar-brand {
		padding: 0;
		font-size: 0.6em;
		background:none;
		top: 10px;
		position: relative;
		height: 40px;
		font-family: 'Lato', sans-serif;
		background-size: 25%;
	}
	.sm_header_left {
		float: left;
		padding: 0 0 0.1em 0.3em;
		width: 50%;
		text-align: center;
	}
	.sm_header_right {
		float: right;
		width: 50%;
		padding: 0.3em 0.3em 0.1em 0.1em;
		text-align: center;
	}
	span.one {
		font-size: 1.4em;
	}
	h3.tittle {
		font-size: 1.8em;
	}
	.pictures_eyes {left:0px !important;}
	.pictures_eyes_close {right:0px !important;}
	.p-mask h4 {font-size:14px;}
	.galList > li {
		float: left;
		list-style-type: none;
		width: 100%;
		margin: 10px 0px;
	}
	.galList > li img{width:100% !important;}
	.pricing {font-size:1em;}
	.emailId {font-size: 11px;}
}
@media (max-width:640px){
	.navbar-nav {float:none !important;text-align:center;margin:0;}
	.nav-tabs > li { font-size:13px;}
	.navbar-brand {
		padding: 0;
		font-size: 0.6em;
		background:none ;
		top: 10px;
		position: relative;
		height: 40px;
		font-family: 'Lato', sans-serif;
		background-size: 25%;
	}
	.footer-grid ul li {
		margin: 0 0 0.3em;
		list-style-type: none;
		padding-left: 0em;
	}
	.footer-grid p {
     line-height: 0.9em;
	}
	.pictures_eyes {left:0px !important;}
	.pictures_eyes_close {right:0px !important;}
	.p-mask h4 {font-size:14px;}
	.galList > li {
		float: left;
		list-style-type: none;
		width: 100%;
		margin: 10px 0px;
	}
	.galList > li img{width:100% !important;}
	.pricing {font-size:1em;}
	.emailId {font-size: 11px;}
}
@media (max-width:480px){
	.navbar-nav {float:none !important;text-align:center;margin:0;}
	.nav-tabs > li { font-size:12px;}
	.plat {
		margin-top: 2em;
		padding: 0;
	}
	
	h4.tittle {
		text-align: left;
		font-size: 1.2em;
		margin-bottom: 5px;
	}
	
	#gallery {
		padding: 2em 0;
	}
	h3.tittle {
		font-size: 1.7em;
		margin-bottom: 22px;
	}
	.footer-contact {
		width: 100%;
		margin: 1em auto 2em;
	}
	#contact {
		padding: 2em 0;
	}
	p.para {
		margin: 1em auto 0;
		font-size: 0.9em;
		width: 97%;
		line-height: 1.9em;
	}
	.navbar-brand {
		padding: 0;
		font-size: 0.6em;
		background:none ;
		top: 10px;
		position: relative;
		height: 40px;
		font-family: 'Lato', sans-serif;
		background-size: 25%;
	}
	.header-bottom {
		position: fixed;
		padding: 1em 0;
		top: 47px;
		width: 100%;
		z-index: 1000002;
		background: #fff;
		border-bottom:1px solid #7ac143;
	}
	.rent-bottom h4 {
		font-size: 1em;
	}
	#contact h2 {
       font-size: 1.2em;
	}
	
	.pictures_eyes {left:0px !important;}
	.pictures_eyes_close {right:0px !important;}
	.p-mask h4 {font-size:12px;}
	.galList > li {
		float: left;
		list-style-type: none;
		width: 100%;
		margin: 10px 0px;
	}
	.galList > li img{width:100% !important;}
	.pricing {font-size:0.8em;}
	.fecility-grid {
		padding: 2em 2em;
		min-height:400px;
	}
	.emailId {font-size: 9px;}
}

@media (max-width:320px){
	.navbar-nav {float:none !important;text-align:center;margin:0;}
	.nav-tabs > li { font-size:11px;}
	.sm_header_left ul li {
        margin-right: 0.2em;
        font-size: 12px;
	}
	.sm_header_right ul li {
        margin-left: 0.1em;
        font-size: 11px;
	}
	.sm_header_left {
		float: left;
		padding: 0 0 0.1em 0.3em;
		width: 50%;
		text-align: center;
	}
	.sm_header_right {
		float: right;
		width: 50%;
		padding: 0.3em 0em 0.1em 0em;
		text-align: left;
		font-size:10px;
	}
	.navbar-brand {
		padding: 0;
		font-size: 0.6em;
		background:none ;
		top: 0px;
		position: relative;
		height: 63px;
		font-family: 'Lato', sans-serif;
		background-size: 23%;
	}
	.navbar-toggle {
		position: relative;
		float: right;
		padding:4px 5px;
		margin-top:-30px;
	}
	.header-bottom {
		position: fixed;
		padding: 1em 0;
		top: 47px;
		width: 100%;
		z-index: 1000002;
		background: #fff;
		border-bottom:1px solid #7ac143;
	}
	.sm_header_left ul li span {
       padding-right: 0.5em;
	}
	
	
	.daily-packages-section {
		padding: 0.5em 0 4.5em 0;
	}
	
	.pictures_eyes {left:0px !important;}
	.pictures_eyes_close {right:0px !important;}
	.contact-div ul.social-icons1 li {
		display: inline-block;
		margin-right: 1px;
	}
	.footer-grid p {
		line-height: 1.9em;
	}
	.discount.one h3 {
		font-size: 0.9em;
	}
	.modal-body.about h4 {
		font-size: 0.8em;
	}
	#contact h2 {
		font-size: 1em;
	}
	#contact {
		padding: 1.5em 0 1em 0;
	}
	p.para {
		margin: 0.5em auto 0;
		font-size: 0.85em;
		width: 100%;
		line-height: 1.8em;
	}
	.p-mask h4 {font-size:12px;}
	.galList > li {
		float: left;
		list-style-type: none;
		width: 100%;
		margin: 10px 0px;
	}
	.galList > li img{width:100% !important;}
	.pricing {font-size:0.6em;}
	.fecility-grid {
		padding: 2em 2em;
		min-height:350px;
	}
	.emailId {font-size: 10px;}
	.gMap, #gMapId {width:300px;height:340px;max-height:340px;}
	.hideInSmall {display:none !important;}
}