* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Blinker', sans-serif;
}

a:hover, a:focus, a:visited{text-decoration:none;}


.container {
    max-width: 1160px;
}

.only-mob{display: none !important;}

.header{
	position:absolute;
	width:100%;
	z-index: 1;
	background-color: transparent; 
}

.header-inner {
    position: relative;
    background-color: #fff;
    top: 50px;
    padding: 3px 35px;
	border-radius:6px;
}

.header a.logo{
	display: block;
	position: relative;
	top:0px;
	border-radius:0;
}

.header .navbar{
	padding:10px 0;
}

img.img-fluid.side-logo {
    padding: 8px 0;
}

.darkHeader img.img-fluid.side-logo {
    padding: 4px 0;
}

.darkHeader .navbar{padding:9px 0;}

.darkHeader .header-inner{top:0;}

.header .navbar-dark .navbar-nav .nav-link {
    color: #000;
    padding: 13px 25px;
	font-size:14px;
	text-transform: uppercase;
	font-weight: 600;
}

.darkHeader{
	position:fixed;
	background-color:#fff; 
	z-index: 9;
	width: 100%;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
	transition:0.3s linear;
}

.darkHeader a.logo{
	display: block;	
	padding:0;
	position: relative;
}

.darkHeader a.logo img{
	width:90px;
	border-radius:6px;
}

.darkHeader .navbar-dark .navbar-nav .nav-link {
    color: #000;
    padding: 9px 20px;
	font-size:14px;
	font-weight: 600;
	text-transform: uppercase;
}

.header .navbar li.nav-item.active .nav-link,
.darkHeader .navbar li.nav-item.active .nav-link{
	color:#000;
}

.banner-sec{position:relative;}

.banner-sec .carousel-item{
	min-height: 638px;
	max-height: 638px;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner-sec .carousel-item .carousel-caption{
	left: 2%;
	right:2%;
	bottom:8em;
}

.banner-sec .carousel-item .carousel-caption .text-left{
	position:relative;
	top:6em;
}

.banner-sec .carousel-item .carousel-caption h3 {
    font-size: 62px;
    line-height: 72px;
    color: #fff;
    font-weight: 600;
}

.banner-sec .carousel-item .carousel-caption p {
    font-size: 36px;
    font-weight: 600;
	margin-bottom:0px;
}

.form-sec{
	position:relative;	
}

.form-box {
    position: absolute;
    right: 0;
    top: -27em;
    padding: 20px 32px;
    background-color: rgba(0, 0, 0, 0.54);
    z-index: 5;
	border-radius:8px;
}

.form-box h3{ font-size:30px; font-weight:600; color: #fff; margin-bottom: 10px; text-transform: uppercase;}
.form-box h3 span{font-size:20px; display:block; font-weight:600;}
.form-box label{ color:#666666; font-size:12px; padding-left: 7px;}
.form-box .form-control{
	border-radius: 6px;
  	background-color: #ffffff;
	height: 40px;
	font-weight: 400;
	font-size:14px;
}
.form-box .btn-firm {
    width: 100%;
    border-radius: 4px;
    background-color: #deb419;
    color: #fff;
    padding: 5px 40px;
    border: 0px;
    font-size: 17px;
    height: 40px;
    text-transform: uppercase;
    font-weight: 500;
}

.form-group.form-check label{font-size:14px; color:#fff; font-weight: 400;}
.form-group.form-check label + a{font-size:14px; color:#fff; font-weight: 400;}

.form-box .form-control::-webkit-input-placeholder { /* Edge */
  color: #666;
}

.form-box .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #666;
}

.form-box .form-control::placeholder {
  color: #666;
}

.main-head{
	color:#333;
	font-size:52px;
	margin-bottom: 0;
	font-weight: 400;
	text-transform: uppercase;
	position: relative;
}

.project-sec{
	position:relative;
	padding:80px 0;
}

.pro-inner {
    position: relative;
    padding: 0px 0 0;
}

.inner-text {
    position: relative;
    padding: 0em 0 0 30px;
}

.inner-text h4{
	font-size:48px;
	font-weight:400;
	color:#333;
	margin-bottom:10px;
	position:relative;
}

.inner-text p{
	color:#333;
	font-weight:400;
	font-size:20px;
	line-height:34px;
}

.inner-text ul{
	list-style:none;
	padding:0;
	margin:0;
}

.inner-text ul li {
    display: inline-block;
    padding: 0px 20px;
    line-height: 40px;
    font-size: 20px;
    font-weight: 600;
    position: relative;
}

.inner-text ul li:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background-color: #deb419;
    border-radius: 6px;
    top: 15px;
    left: 0;
}

.ame-sec{
	position:relative;
	padding:60px 0;
	background:url(../images/rectangle-copy.png) no-repeat 0% 0%;
}

.ame-text{
	box-shadow: 0 1px 6px 0 #999999;
	background-color: #fbfbfb;
	padding:15px 30px;
}

.ame-img img {
    width: 100%;
}

.ame-text h3{
  opacity: 0.36;
  font-size: 66px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.91;
  letter-spacing: normal;
  color: #e2e2e2;
  text-transform:uppercase;
  padding-left:20px;
}

.ame-text h4{
  font-size: 46px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.65;
  letter-spacing: normal;
  color: #deb419;
  position:relative;
  margin-top:-40px;
  text-transform:uppercase;
  margin-bottom:20px;
}

.ame-text p{
	 font-size: 18px;
	 line-height: 1.56;
	 color: #333333;
	 margin-bottom:10px;
	 display:flex;
}

.ame-text p span{margin-right:10px;}

.gallery-sec{
	position:relative;
	padding:60px 0;
}

.g-box{
	position:relative;
	margin-bottom:30px;
}

.loc-sec{
	position:relative;
	padding:60px 0;
	background-color:#f5f5f5;
}


.loc-text h3{
	font-size:48px;
	color:#333;	
}

.loc-text ul{
	list-style:none;
	padding:0;
	margin:40px 0 0;;
}

.loc-text ul li{
	font-size:22px;
	line-height:30px;
	color:#333;
	position:relative;
	padding-left:30px;
	margin-bottom:20px;
}

.loc-text ul li:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background-color: #deb419;
    border-radius: 6px;
    top: 10px;
    left: 0;
}

.plan-sec{
	position:relative;
	padding:60px 0;
}

.floor-box{
	position:relative;
	text-align:center;
}

.floor-box p{
	font-size:22px;
	color:#333;
	line-height:30px;
	padding:10px 0;
	margin-bottom:0;
}

.floor-box h4{
	color:#deb419;
	font-weight:600;
	font-size:33px;
}

footer{
	border-top: solid 1px #979797;
}

footer p{
	font-size:22px;
	line-height:30px;
	color:#333;
}

.fixed-enquire {
    position: fixed;
    bottom: 14em;
    transform: rotate(-90deg);
    background-color: #deb419;
    right: -70px;
	border-radius: 10px;
	z-index: 9;
}

.fixed-enquire .side-equire{
	color:#fff;
	letter-spacing: 0.27px;
	font-size:18px;
	padding: 10px 40px 20px;
	display: block;
	font-weight: 500;
	text-transform: uppercase;
}

.form-check{ padding-left:0px;}

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #dfe2e6;
    background: #fff;
    border-radius: 0;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: "";
  background-image: url("../images/tick.svg");
  background-position: 0% 0%;
  width:9px;
  height: 7px;	
  position: absolute;
  top: 0.40em;
  left: 0.33em;
  transition: all 0.2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid #dfe2e6;
}

/*-- pop up css --*/
@media (min-width: 992px){
.onloadpop .modal-lg {max-width: 729px;}
.video-box .modal-dialog {max-width: 729px; margin: 5em auto;}
}

.modal-open .onloadpop .modal {   
    background-color: rgba(0, 0, 0, 0.58);
}

.onloadpop .modal-header{ 
	display: block;
	border-bottom: 0px;
}

.onloadpop .close {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 10px;
    top: -35px;
    opacity: 1;
    z-index: 9;
	float: none;
}

.onloadpop .modal-dialog {
    margin: 0.75rem auto;
}

.onloadpop .modal-content {
    background-color: transparent;
    border: 0px;
    border-radius: 0;
    padding: 0px;
}

.onloadpop .modal-body {
    padding: 0rem 0rem;
   	background-color: #fff;
    border-radius: 0;
	margin-top: 2rem;
}

.onloadpop .modal-body [class*="col-"]{
	padding:0;
}

.onloadpop .modal-body .row{
	margin:0;
}

.onloadpop .modal-body .popup-form-box {
    padding: 30px 36px;
	position: relative;
}

.onloadpop .modal-body h2 {
    font-size: 32px;   
    font-weight: 700;
	margin: 0px 0 0;
	color:#000;
	display: block;
	text-transform: uppercase;
}

.onloadpop .modal-body h2 span{
	display: block;
	font-size:22px;
	font-weight: normal;
	text-transform: capitalize;
	color:#333;
	line-height: 1.3;
}

.onloadpop .modal-body .form-group {
    margin-bottom: 0.5rem;
}

.onloadpop .modal-body label {
    color: #666666;
    font-size: 18px;
	padding-left: 7px;
}

.onloadpop .modal-body .form-control{
	background-color:#fff;
	height: 40px;
	border-radius: 6px;
  	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05);
  	border: solid 1px #dfe2e6;
	color:#141a3e;
	font-size:14px;
}

.onloadpop .form-group.form-check label {
    font-size: 14px;
    color: #999999;
	padding-left: 25px;
}

.onloadpop .form-group.form-check label + a {
    font-size: 14px;
    color: #999999;
}

.popbtn {
    background-color: #deb419;
    padding: 9px 50px;
    color: #fff;
    border: 0px;
    font-size: 14px;
	border-radius: 6px;
    letter-spacing: 0.5px;
	width: 100%;
	height: 40px;
	text-transform: uppercase;
	font-weight: 600;
}

.popbtn:hover, .popbtn:focus {
    background-color: #deb419;
	border-color:#deb419;
	outline: none;
}

.onloadpop .modal-body .form-check-label{ font-size:14px;}

.onloadpop .modal-body label a{ color:#000;}

.onloadpop .modal-body .form-group label span {
	color: #000;
	padding-left: 2px;
}

.onloadpop .form-control::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

.onloadpop .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.onloadpop .form-control::placeholder {
  color: #fff;
}


#thankyou_message_popup_Form {
    text-align: center;
}

#thankyou_message_popup_Form .space {
    position: relative;
    margin-top: 50px;
}

#thankyou_message_popup_Form .space h2 {
    color: #141a3e;
    font-size: 36px;
    letter-spacing: 2.45px;
    line-height: 41.6px;
    margin-top: 0;
    text-transform: uppercase;
    padding: 20px 0;
	font-weight: 700;
}

#thankyou_message_popup_Form .space p {
    color: #404668;
	font-size:18px;
	line-height: 30px;
	letter-spacing: 1.31px;
	font-weight: 500;
}

#thankyou_message_top_Form {
    text-align: center;
    padding: 0em 0;
}

#thankyou_message_top_Form .space h2 {
    color: #fff;
    font-size: 50px;
    letter-spacing: 2.41px;
    line-height: 39px;
    margin-top: 0;
    text-transform: uppercase;
    padding: 10px 0;
	font-weight: 700;
}

#thankyou_message_top_Form .space p {
    color: #fff;
	font-size:26px;
	line-height: 45px;
	letter-spacing: 1.2px;
	font-weight: 500;
}


body.bodybox{position:relative; overflow: hidden;}
body.bodybox:before {
    background-color: rgba(0, 0, 0, 0.5);
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    transition: opacity 3s linear;    
}

footer{
	position:relative;
	background-color:#fff;
	padding:25px 0;
}



@media(min-width: 1400px) and (max-width: 1500px){
	.banner-sec .carousel-item{max-height:650px; min-height: 650px; background-size: cover;}
}

@media(min-width: 1501px) and (max-width: 1680px){
	.container{max-width: 1400px;}
	.banner-sec .carousel-item{max-height:810px; min-height: 810px; background-size: cover;}
	.form-box{top:-38em;}
	.banner-sec .carousel-item .carousel-caption .text-left{top:-3em;}
}


@media(min-width: 1681px) and (max-width: 2200px){
	.container{max-width: 1400px;}
	.banner-sec .carousel-item{max-height:850px; min-height: 850px; background-size: cover;}
	.form-box{top:-39em;}
	.form-group {margin-bottom: 1.5rem;}
	.form-box h3{font-size:38px;}
	.form-box h3 span{font-size:30px;}
	.banner-sec .carousel-item .carousel-caption {bottom: 15em;}
	.banner-sec .carousel-item .carousel-caption .text-left{top:3em;}
}

@media (max-width: 767px){
	body{overflow-x:hidden;}
	.only-mob{display: block !important;}
	.only-desk{display: none !important;}
	.banner-sec .carousel-item .carousel-caption .text-left {width: 100%;left: 0px;position: relative; top:0px;}
	.banner-sec .carousel-item .carousel-caption {bottom: 70px;color: #fff;top: auto; left:0%; right:2%;}	
	.banner-sec .carousel-item .carousel-caption h3{font-size:34px; color:#fff; font-weight: 600;line-height: 42px;text-shadow: none; margin-bottom: 10px;}
	.banner-sec .carousel-item .carousel-caption p{font-size:20px;}
	.menu-icon {position: absolute;padding-right: 14px; left:-auto; right:0; top:22px;}
	.only-mob.menu-icon img{width:22px;}
	.header a.logo .side-moblogo {width:100px; margin-left:5px; padding-top:5px; display:inline-block !important;}
	.header {position: relative;width: 100%;z-index: 9;padding: 0px 15px; background-color: #fff;}
	.header-inner {position: relative;background-color: #fff;top: 0;padding: 0px;}
	.darkHeader{position:absolute; z-index: 9; width: 100%; padding: 0px 20px; display:none;}
	.header a.logo{display:inline-block; text-align: left; position: relative; top:0px; left: -7%;}
	.header a.logo img{ width:105px; margin-left:10px;}
	img.only-mob.side-logo {display: inline !important;margin-left: 10px;}
	.form-box {position:relative; padding:15px 30px;width: 100%;margin: 0px auto; border-radius:6px; background-color:#000; top:-45px; bottom: 0; left:0; z-index: 5;}	
	.banner-sec .carousel-item{background-image: url("../images/banner-mob.png") !important; min-height:450px; max-height:450px; background-size: cover; background-position: 0% 100%;}
	.form-box h3{font-size:26px; text-align: center; color:#fff; font-weight: 700; text-transform: uppercase; line-height:26px;}
	.form-box h3 span {display: block; font-size:18px; font-weight: 500;}
	.form-box .form-control{font-size:12px; height: 35px; box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.05); border:1px solid #dfe2e6;border-radius: 5px;}
	.form-box .form-control::-webkit-input-placeholder {color: #666;}
	.form-box .form-control:-ms-input-placeholder {color: #666;}
	.form-box .form-control::placeholder {color: #666;}
	.form-box label{display:none;}
	.form-box .col-md-3.half{width:50%;}
	.form-group.form-check.col-md-12.text-center {text-align: center!important;}
	.form-box .form-group.form-check label{display:inline-block; font-size:11px; color:#fff;}
	.form-box .form-group.form-check label + a{font-size:11px; color:#fff;}
	.form-box h3{margin-bottom:10px;text-align:left;}
	.form-box .form-group:last-child {margin-bottom: 0;}
	.form-box .btn-firm{font-size:16px;}
	.main-head{font-size:26px; text-transform: capitalize; position:relative;font-weight:600;}			
	.col-md-12.left-full {padding-right: 0;}
	.form-box .form-group{margin-bottom:1rem !important;}	
	.form-group.col-md-3.btn-mob {position: absolute;bottom: -5px;width: 92%; left: 15px;}	
	.video-box img {width: 100%;padding: 0px 15px;}
	.inner-img {padding: 0px 15px;}
	.project-sec{padding:0px 0 40px;}
	.ame-box{padding:0px 30px;}	
	.pro-inner.first {padding-top: 5px;}
	.inner-text {padding: 0em 15px;text-align: center;}
	.inner-text h4 {font-size: 26px; font-weight: 600; color: #000; margin-bottom: 10px;}
	.inner-text ul li{font-size:18px;}
	.inner-text h4:after{margin:10px auto;}
	.ame-sec{padding:10px 0px 15px;}	
	.g-box img {width: 100%;}
	.inner-img img {width: 100%;}
	.ame-text.mt-4 {margin-bottom: 2rem !important;}
	.gallery-sec {padding: 40px 0 10px;}
	.loc-text h3{font-size:26px; text-align:center;font-weight:600;}
	.loc-text ul li{font-size:18px;}
	footer p{font-size:18px;}
	.location-img img {width: 100%;}
	.plan-sec{padding:40px 0px 10px;}
	.floor-box{margin-bottom:30px;}
	.floor-box h4{font-size:26px;}
	.plan-sec .owl-dots {text-align: center;position: relative;top: 0;}
	.plan-sec .owl-dots {text-align: center;position: relative;top: 0;}
	.plan-sec .owl-carousel button.owl-dot{width:10px; height:10px; background-color:transparent; margin:0px 5px; border-radius:100%; border:1px solid #deb419;}
	.plan-sec .owl-carousel button.owl-dot.active{background-color:#deb419;}
	.fixed-enquire {position: fixed;bottom: 0;transform: rotate(0deg);background-color: #deb419; right: 0;border-radius: 6px 6px 0px 0px;z-index: 9;width: 100%;}
	.fixed-enquire .side-equire {color: #fff;letter-spacing: 0.27px;font-size: 18px;padding: 15px 0;display: block;font-weight: 500;text-transform: uppercase;text-align: center;}	
	footer{padding-bottom:5rem;}
	.onloadpop .modal-content{padding:0px 20px;border-radius: 5px;}
	.onloadpop .modal-body{border:5px; background-color: transparent;}
	.onloadpop .modal-body .popup-form-box{background-color:#fff; border-radius: 0px 0px 8px 8px;}
	.left-img-popup img {width: 100%; border-radius: 8px 8px 0px 0px;}
	.onloadpop .form-control::-webkit-input-placeholder {color: #999999;}
	.onloadpop .form-control:-ms-input-placeholder {color: #999999;}
	.onloadpop .form-control::placeholder {color:#999999;}
	.onloadpop .form-group label{display:none;}
	.onloadpop .modal-body h2{font-size:24px; margin-top: 0px;}
	.onloadpop .modal-body h2 span{font-size:18px;}
	.onloadpop .close {position: absolute;right: 20px;top: -10px;}
	.onloadpop .form-group.form-check label{display:inline-block; font-size:11px;}
	.onloadpop .form-group.form-check label + a{font-size:11px;}
	[type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after{  top:0.45em; left: 0.35em;}
	.onloadpop .modal-body .form-control{font-size:12px; height: 35px;}
	.onloadpop .modal-body .popup-form-box {padding: 15px 36px;}
	div#web_recaptcha {transform: scale(1.07) !important;-webkit-transform: scale(1.07) !important;transform-origin: 0 0;-webkit-transform-origin: 0 0;}
	.mobile-menu {
    background-color:#deb419;
    list-style: none;
    padding: 0;
    margin: 0;
	right:-285px;
	top:0px;	
    position: absolute;    
    width: 265px;
	box-shadow: 0px -1px 0px #000;
	height: 100%;	
	min-height: 800px;
	transition: right 0.5s ease;
    z-index: 9;		
	}
	.mobile-menu.showmenu{
		right:-21px;
		transition: right 0.5s ease;
		top:0px;
		z-index: 9;
	}	
	.mobile-menu h4{box-shadow: 0 1px 1px 0 #e2e2e2; font-size:16px; font-weight: 600; padding: 19px 20px; color:#fff; background-color:#deb419;}
	.mobile-menu h4 img{padding-right:15px;}
	.mobile-menu li a{font-size:16px; font-weight: 500;color:#fff; padding: 20px 20px; display:inline-block;}
	.mobile-menu li a img{ padding-right:15px;}
	#thankyou_message_popup_Form .space{margin-top:10px;}
	#thankyou_message_popup_Form .space h2{font-size:32px;}
	#thankyou_message_popup_Form .space p{font-size:20px; line-height: 30px;}
	#thankyou_message_top_Form .space h2{font-size:32px; color:#fff; margin-bottom: 0px;}
	#thankyou_message_top_Form .space p{font-size:20px; line-height: 30px;color:#fff;}
	#thankyou_message_top_Form {padding:4em 0;}	
}

@media(min-width: 320px) and (max-width: 378px){
	.banner-sec .carousel-item{min-height: 390px; max-height: 390px;}
	.banner-sec .carousel-item .carousel-caption h3 span {font-size: 22px;}
	.form-box h3{font-size:25px;}
	.form-box h3 span{font-size:16px;}	
	.banner-sec .carousel-caption{top:60px;}
	.form-box{min-height:170px;}
	.onloadpop .modal-body h2 span{font-size:17px;}
	.form-box .form-group.form-check label{font-size:10px;}
	.form-box .form-group.form-check label + a{font-size:10px;}
	[type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before{
		width:16px; height: 16px;}
    div#web_recaptcha {transform: scale(0.94) !important;-webkit-transform: scale(0.94) !important;transform-origin: 0 0;-webkit-transform-origin: 0 0;}	
	div#mob_recaptcha {transform: scale(0.87) !important;-webkit-transform: scale(0.87) !important;transform-origin: 0 0;-webkit-transform-origin: 0 0;}
	.onloadpop .modal-body h2{font-size:20px;}
	.onloadpop .modal-body .popup-form-box{ padding:15px 36px;}
	.onloadpop .modal-body .form-group.text-right{display:none;}
	.onloadpop .modal-body .form-group:last-child{margin-bottom:0;}
	.banner-sec .carousel-item .carousel-caption h3{font-size:28px;line-height:38px;}
	.banner-sec .carousel-item .carousel-caption p{font-size:16px;line-height:18px;}
	.menu-icon{top:20px;}
	.header a.logo img {width: 100px;}
}

@media (min-width:320px) and (max-width: 350px){	
	.banner-sec .carousel-item .carousel-caption .text-left{padding:10px 15px;}
	.banner-sec .carousel-item .carousel-caption h3{font-size:24px; margin-bottom:10px;line-height:30px;}
	.banner-sec .carousel-item .carousel-caption h3 span {font-size: 18px;}
	.form-box h3{font-size:20px;}
	.form-box h3 span{font-size:13px;}	
	.only-mob.menu-icon img {width: 18px;}
	.onloadpop .modal-body h2 span{font-size:16px;}
	.onloadpop .modal-body .popup-form-box{padding:15px;}
	.banner-sec .carousel-item{min-height: 345px; max-height: 345px;}
	div#web_recaptcha {transform: scale(0.75) !important;-webkit-transform: scale(0.75) !important;transform-origin: 0 0;-webkit-transform-origin: 0 0;}	
	div#mob_recaptcha {transform: scale(0.82) !important;-webkit-transform: scale(0.82) !important;transform-origin: 0 0;-webkit-transform-origin: 0 0;}
	footer p{font-size:16px;}
	.ame-box p{font-size:14px;}
	.ame-box img{width:100px;}
	.inner-text p{font-size:14px; line-height:26px;}
	.header a.logo .side-moblogo {width:70px; margin-left:5px; padding-top:5px; display:inline-block !important;}
	.header a.logo img {width: 80px;}
	.treat-box img {width: 120px;}
	.menu-icon {	top: 12px;}
	.floor-box img {width: 100%;}
	.floor-box p{font-size:18px;line-height:26px;}
	.ame-text h4{font-size:40px;}
	.ame-text h3{font-size:52px;}
	img.only-mob.side-logo {display: inline !important;margin-left: 10px;}
}

