*{
	margin:0 auto;
	padding:0;
	box-sizing:border-box;
}

@font-face {
    font-family: 'latolight';
    src: url('fonts/lato/Lato-Light.eot'); /* IE9 Compat Modes */
    src: url('fonts/lato/Lato-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/lato/Lato-Light.woff2') format('woff2'), /* Modern Browsers */
         url('fonts/lato/Lato-Light.woff') format('woff'), /* Modern Browsers */
         url('fonts/lato/Lato-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'lato';
    src: url('fonts/lato/Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('fonts/lato/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/lato/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
         url('fonts/lato/Lato-Regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/lato/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'latoblack';
    src: url('fonts/lato/Lato-Black.eot'); /* IE9 Compat Modes */
    src: url('fonts/lato/Lato-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/lato/Lato-Black.woff2') format('woff2'), /* Modern Browsers */
         url('fonts/lato/Lato-Black.woff') format('woff'), /* Modern Browsers */
         url('fonts/lato/Lato-Black.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

ul, li{
	list-style:none;
}

a{
	text-decoration:none;
}

i{
	font-style:normal;
}

p{font-size:14px; letter-spacing:1px; line-height:20px; color:#fff; font-family:'latolight';}

body{
	background:#000;
}

.wrapper{
	width:100%;
	float:left;
	font-family:'lato', cursive;
}

img{
	display:block;
	width:100%;
}

.fullwidth{width:100%; float:left;}
.min-width{width:90%; float:left; margin:0 5%;}
.padding{padding:50px 0;}

.header{position:fixed; left:5px; top:5px; right:5px; z-index:999;}

.logo{position:absolute; left:0; top:0px; width:150px;}


.callBtn{background:#a20000; position:fixed; left:0; bottom:10%; margin-top:-40px; z-index:100; cursor:pointer; color:#fff; padding:10px 40px 10px 10px; border-right:5px solid #f03939;}
.callBtn p{font-size:12px;}
.callBtn i{width:40px; height:40px; line-height:40px; text-align:center; position:absolute; right:0; top:0;}
.callBtn:hover{background: #bc8a3f;border-color: #81400b;}
.callBtn.closeCall i:before{content:'\f00d';}
.callBox{
	position:fixed; 
	width:250px; 
	bottom:16%; 
	left:-250px; 
	padding:10px; 
	background:#fff; 
	z-index:100; 
	border-right:5px solid #b06646;
	-webkit-transition:all 300ms linear; 
	-moz-transition:all 300ms linear; 
	-ms-transition:all 300ms linear; 
	-o-transition:all 300ms linear; 
	transition:all 300ms linear;
}

.callBox.active{
	left:0;
}

.callBox.form .textFields{width:100%;}
.callBox.form .countryCode{width:20%;}
.callBox.form .textFields input{background:#fff;}
.callBox.form .textFields input[type=submit]{cursor:pointer; width:50%; background:#b06746; color:#fff;}
.callBox.form .textFields input[type=submit]:hover{
	background:#212121;
	border-color:#212121;
}
.callBox.form p{font:12px 'lato'; color:#212121; padding:0 0 10px 20px; position:relative;}
.callBox.form p i{position:absolute; left:0;}

.banner{
	width:100% !important;
	height:500px;
	position: relative;
    background: #452110;
    background: url(images/pattern-bg.jpg) center no-repeat;
    background-size: cover;
}
.slider{width:70% !important; height:500px !important; float:left; overflow:hidden;}
.slider div{width:100% !important; height:500px !important;}
.slider img{width:100% !important; height:500px !important; }
.enqForm{
	width:30%;
	float:left;
	padding:30px 40px 10px;
	z-index:99;
	text-align:center;
}
.enqForm h1
{
	font-size: 26px;
    line-height: 36px;
    color: #bc8a3f;
    text-transform: uppercase;
    padding-bottom: 15px;
    padding-top:10px;
	font-family: 'latolight', cursive;
}

.enqForm .imgBox{
	width:170px;
	display:table;
	margin:0 auto 20px;
}

.enqForm h2{text-align:center;font-size: 18px; width:100%; float:left; margin-bottom:15px; color:#fff; font-family:'latolight'; font-weight:400; letter-spacing:10px;}

.enqForm p{
	display: inline-block;
    padding-top:10px;
    float: left;
    text-align: left;
    padding-bottom: 0;
}

.form .textFields{
	width:100%; 
	float:left; 
	margin:5px 0; 
	text-align:left;
}

.form .textFields label{
	font:13px 'latoblack';
	color:#fff;
}

.form .textFields input{
	width:100%; 
	padding:8px 10px; 
	outline:none; 
	border:1px solid #b06746; 
	background:rgba(255, 255, 255, 0.49);
}

.form .textFields input:focus{
	background:#fff;
}

.form .textFields input::placeholder{
	color:#ccc;
}
.form .textFields textarea{
	width:100%; 
	height:45px;
	padding:8px 10px;
	outline:none; 
	border:1px solid #b06746; 
	background:rgba(255, 255, 255, 0.49);
}

.form .textFields textarea:focus{
	background:#fff;
}
.form .textFields textarea::placeholder{
	color:#ccc;
}
.form .textFields .submitBtn{
	width:150px;
	margin-left:0;
	margin-top:1px;
	padding:10px;
	display:block; 
	color:#212121;
	background:#fff; 
	border:none; 
	cursor:pointer; 
	text-transform:uppercase;
}

.form .textFields .submitBtn:hover{
	color:#fff;
	background:#7a3d20; 
}

.enquaryicon {
    width: 50%;
    position: fixed;
    padding: 6px 10px 6px 4px;
    text-align: center;
    right: 0;
    color: #fff;
    background: rgb(162, 0, 0);
    cursor: pointer;
    bottom: 0;
    text-transform: uppercase;
    display: none;
    z-index: 999;
} 
.enquaryicon i {
    padding: 5px 10px;
}


h1.aboutHeading
{ 
    border-bottom: 1px solid #424242;
    display: table;
    font: 400 30px 'latolight';
    text-transform: capitalize;
    padding-bottom: 10px;
    color: #353535;
    margin-bottom: 10px;
}
h1.aboutHeading span
{  
    font: 1000 28px 'lato';
    color: #bc8a3f;
}
.overview{
	color:#C8C8C8;
	padding: 0px 5% 20px;
	text-align:center;
}
.overview .overviewlogo 
{
	width: 150px;
    margin-bottom: 20px;
}
.overview .overviewlogo  img
{
	
}

#overviewBg h2{
	font:400 24px 'latolight'; color:#bc8a3f; margin-bottom:20px;
}
#overviewBg h4{
	font: bold 18px 'latolight';
    color: #bc8a3f;
    margin-bottom: 6px;
}

#overviewBg p{
	font:18px/30px 'latolight';
    color: #848484;
}

#overviewBg
{
	background: #fff;
    background: url(images/about-bg.png) center no-repeat #fff;
    background-size: cover;
}

.offersContainer{
	margin-top:40px;
	padding:20px 0px;
	/*background: #f4b46c;
	border: 4px double #000;*/
	background: #d27141;
	border: 4px double #fff;
    
}

.offersContainer section{
	width:50%;
	float:left;
	padding:0 20px;
    border-right: 1px dotted rgb(193, 193, 193);
}

.offersContainer section:last-child{
	border-right:none;
}

.offersContainer section h3{
	text-align: center;
    color: #ffffff;
    font: 18px 'latoblack';
    text-transform: uppercase;
    border-bottom: 1px solid rgb(212, 212, 212);
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.offersContainer section ul li{
	width: 33.333%;
    float: initial;
    padding: 10px;
    display: inline-block;
    margin: 0px -2px;
    vertical-align: top;
}

.offersContainer section ul li a{
	display:block;
	text-align: center;
}

.offersContainer section ul li a .imgBox{
	width:50px;
	display:inline-block;
	vertical-align:middle;
	padding:12px;
	background:#fff;
	-webkit-border-radius:50%;
	border-radius:50%;
}

.offersContainer section ul li a .imgBox img{
	opacity:0.6;
}

.offersContainer section ul li a span{
	width: 100%;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 0;
    margin-left: 0;
    margin-top: 10px;
    color: #ffffff;
    font-family: 'latoblack';
}

.offersContainer section ul li.commonList
{
	background: #fff; 	
}
.offersContainer section ul li.commonList a{
	display: block;
    border: 1px solid #d8d8d8; 
}
.offersContainer section ul li.commonList a .imgBox{
	background: #d8d8d8;
}
.offersContainer section ul li.commonList a span{
    color: #d27141;	
}

.featuresContainer{
	position:relative;
	margin-top:40px;
	padding: 15px 20px 50px;
	z-index:1;
	background: #ffffff;
}
.featuresContainer:before{
	content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    top: 15px;
    bottom: 10px;
    border: 1px solid #000;
    z-index: -1;
}

.featuresImgBox{width:70%; float:left;}

.featuresImgBox .features{
	width:33.33%;
	float:left;
	padding:0 20px;
	text-align:center;
	background: #ffffff;
}

.featuresImgBox .features *{-webkit-transition:all 300ms linear; -o-transition:all 300ms linear; -moz-transition:all 300ms linear; -ms-transition:all 300ms linear; transition:all 300ms linear;}

.featuresImgBox .features .imgBox{
	width:100%;
	float:left;
	overflow:hidden;
}

.featuresImgBox .features section:hover .imgBox img{
	-webkit-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);
}

.featuresImgBox .features p{
	width: 100%;
    float: left; 
    padding: 10px 0;
    color: #fff !important;
    font-family: 'lato';
    background: #111111;
}

.featuresImgBox .features section:hover p{
	background:#171717;
	color:#fff;
}

.imgShot{
	margin-top:20px;
	position:absolute;
	left:35%;
	bottom:0;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	transform:translateX(-50%);
}

.imgShot p{
	display:table;
	margin:0 auto;
	padding:0 15px;
	background: #ffffff;
	position:relative;
}

.imgShot p:before{
	content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: 2px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #000;
}

.imgShot p:after{
	content:'';
	position:absolute;
	right:0;
	top:50%;
	margin-top: 2px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #000;
}

.featuresList{
	width:30%;
	float:left;
	margin-top:20px;
	padding-left:10px;
}

.featuresList li{
	position:relative;
	width:100%;
	float:left;
	padding-left:20px;
	margin:2px 0;
}

.featuresList li:before{
	content:'';
	position:absolute;
	left:0;
	top:6px;
	width:5px;
	height:5px;
	border-radius:50%;
	background: #111;
}
.featuresList li p{ 
    font: 16px/20px 'latolight' !important;
}

.amenities{
	margin-top:40px;
}

.amenities ul{
	width:100%;
	float:left;
	text-align:center;
}

.amenities ul li{
	width:150px;
	display:inline-block;
	vertical-align: top;
	color:#fff;
	font-size:14px;
}

.amenities ul li .imgBox{
	width:80%;
	margin:0 auto 10px;
}

.amenities ul li span{
    color: #515151;
}

#galBg{background:#111111;}
.galBox{width:20%; float:left; padding:20px;}
.galHeading{text-align:center;}
.galHeading img{opacity:0;}
.galHeading h2{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); color:#bc8a3f; z-index:9; font-weight:400; font-family:'latolight';}
.galBox a{display:block; position:relative;}
.galBox a:before{content:''; position:absolute; left:0; bottom:0; top:0; right:0; background:transparent url(images/zoom.png) center no-repeat; background-size:50px; border:1px solid #bc8a3f; transition:all 300ms;}
.galBox a:after{content:''; position:absolute; left:10px; bottom:10px; top:10px; right:10px; border:1px solid #bc8a3f;}
.galBox a:hover:before{background-color:rgba(0,0,0,0.49);}
.galBox.galHeading a:before{background-image:none;}

.addressBox{width:50%; float:left;}
.address{width:100%; float:left; margin-bottom:30px;}
.address h2{font-weight:400; font-family:'latolight'; color:#bc8a3f; margin-bottom:15px;}
.address ul li{margin:4px 0; position:relative; padding-left:20px; color:#bc8a3f;}
.address ul li:before {
    content: '\2730';
    position: absolute;
    left: 0;
}
.addressBox.addressBox1
{
	width:30%;
	float:left;
	padding-right: 20px;
}
.addressBox.addressBox1 p{
	font-size: 21px;
	position:relative;
    color: #e2e2e2;
	padding-left:28px;
    line-height: 26px;
}
.addressBox.addressBox1 p i
{
	position: absolute;
    left: 0px;
    font-size: 20px;
    top: 3px;
    color: #bc8a3f;
}

.addressBox.addressBox2
{
	width:70%;
	float:left;
}

/*footer*/
.bottom{
	width:100%;
	float:left;
	padding:5px 30px;
	border-top:1px solid #151515;
}

.bottom > p{
	text-align:center;
	color:#a5a5a5;
	font-size:12px;
}

.bottom > p span{
	text-transform:uppercase;
	color:#fff;
}

.thnxBg{position:absolute; left:0; right:0; top:0; bottom:0; background:#2666c1; z-index:1;}
.thnxBg:before{content:''; position:absolute; left:0; right:0; top:0; bottom:0; background:rgba(0,0,0,0.66); z-index:-1}

.thnxBg .heading{position:absolute; top:50%; width:100%; left:0; padding:0 10%; -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);}
.thnxBg .heading h1{font-size:50px; letter-spacing:2px; line-height:75px;}
.mobile-tab
{
	display:none;	
}
.mobileCallBox
{
	display:none;
} 
.closebox{
	display:none;	
}
.focus-red:focus {
	background: #ff7676 !important;
    color: #fff !important;
}
.focus-red:focus::-webkit-input-placeholder { 
  color:#FFFFFF;
}
.focus-red:focus::-moz-placeholder { 
  color:#FFFFFF;
}
.focus-red:focus:-ms-input-placeholder { 
  color:#FFFFFF;
}
.focus-red:focus:-moz-placeholder {
  color:#FFFFFF;
}
@media (max-width: 1250px){
	.logo1 {
	    width: 130px;
	    right: 0;
	    top: 0px;
	    left: auto;
	}
}
@media (max-width: 1100px){
	.banner
	{
		height:378px !important;
	}
	.slider{height:378px !important;}
	.slider div{height:378px !important;}
	.slider img{height:378px !important; }
	.enqForm { 
		padding: 1px 40px 10px;
	}
	.enqForm .imgBox {
		width: 132px;
		display: table;
		margin: 0 auto 12px;
	}
	.enqForm h1 {
		font-size: 20px;
		line-height: 26px;
		padding-bottom: 10px;
	    padding-top: 15px;
	} 
	.enqForm h1 br
	{
		display:none;
	}
	.enqForm p {
		font-size: 12px;
		padding-top: 10px;
		padding-bottom: 0;
	}
	.form .textFields input { 
    	padding:5px;
	}
	.form .textFields textarea { 
		height: 36px;
	}
	.form .textFields .submitBtn { 
    	padding: 8px 10px;
	}
	.enqForm p {
		display: block;
		padding-bottom: 0px;
		padding-top: 5px;
	}
	.enqForm h2 {
		font-size: 16px;
		text-align: center;
		width: 100%;
		float: left;
		margin-bottom: 9px;
		color: #fff;
		font-family: 'latolight';
		font-weight: 400;
		letter-spacing: 8px;
	}
}
@media (max-width:1024px){
	.enqForm { 
		padding: 15px 40px 10px;
	}
	.featuresImgBox{
		width:55%;
	}
	.featuresImgBox .features{
		padding:0 10px;
	}
	.featuresImgBox .features p{
		font: 16px/23px 'latolight' !important;
	}
	.featuresList{
		width:45%;
	} 
}

@media (max-width:950px){
	.form .textFields .submitBtn { 
    	padding: 10px 10px;
	}
	.enqForm h2 {
    	font-size: 20px;
	}
	.enqForm h1 {
		font-size: 27px; 
		padding-bottom:10px;
		
	}
	.enqForm h1 br {
		display:none;
	}
	
	.offersContainer section ul li {
		width: 100%;
	}
	.offersContainer section ul li.commonList { 
		border-radius: 100px;
	}
	.offersContainer section ul li.commonList a { 
		border-radius: 100px; 
	}
	.offersContainer section ul li  a {  
		text-align:left;
	}
	.offersContainer section ul li a span { 
		margin-top:0px; 
		padding-left: 20px;
		margin-left: -5px;
		width: calc(100% - 50px);
	}

	.featuresImgBox .features p {
		font: 13px/16px 'latolight' !important;
	}
	.featuresImgBox {
		width: 80%;
	}
	.featuresList {
		width: 100%;
		margin-top: 20px;
	}
	.banner {
		height: auto !important;
	}
	.slider {
    	width: 100% !important;
		height:auto !important;
	}
	.slider div{ 
		height:auto !important;
	}
	.slider img {
		height:auto !important;
	}
	.enqForm{position:relative; margin:auto; padding:30px 10%; background: #452110; left:0; float:left; width:100%;}
	.enqForm{ 
		position: relative;
		background: #452110;
		background: url(images/pattern-bg.jpg) center no-repeat;
		background-size: cover;
	} 
	.form .textFields input { 
    	padding: 8px
	}
	.enqForm .imgBox { 
		margin: 0 auto 20px;
	}
	.enqForm p {
		padding-bottom: 10px;
		width: 100%;
	}
}

@media (max-width:768px){ 
	
	#overviewBg h2 {
		font: 400 26px 'latolight';
	}
	h1.aboutHeading { 
		padding-bottom: 9px; 
		margin-bottom: 19px;
	}
	.enqForm h2{margin-top: 10px;}
	.form .textFields {}
	.form .textFields .submitBtn{margin-top:10px;}
	.galBox{padding:0 5px;}
	.galBox a:after{left:5px; right:5px; top:5px; bottom:5px;}
	.featuresImgBox{width:80%;}
	.featuresList{width:100%; margin-top:20px;}
	.logo1 {width: 120px; right: 0; top: 0; left: auto;}
	.amenities ul li {
		width: 20%;
		margin: 0px -2px;
		margin-bottom: 10px; 
	}
	.addressBox.addressBox1 {
		width: 100%; 
	}
	.addressBox.addressBox2 {
    	width: 100%;
	}
}

@media (max-width:640px){ 
	
	.slider img{width:100%; float:right;}
	.featuresImgBox{width:100%;}
	.galBox{padding:5px; width:33.333%;}
	.amenities ul li {
    	width: 33%; 
	}
	.featuresImgBox {
		width: 100%;
	}
	.callBtn { 
		left: -97px;
		top: 88%;
	}
	.callBox { 
    	top: 49%;
	}
	.main-tab
	{
		display:none;
	}
	.mobile-tab
	{
		display:block;	
	}
	.enqForm .imgBox {
    	width: 150px;
	}
	.enqForm .imgBox { 
		display: none;
	}
	#overviewBg { 
		background: url(images/about-bg.png) center #fff repeat;
		background-size: auto;  
	}
	.enqForm { 
		background: url(images/pattern-bg.jpg) center repeat;
		background-size: auto;
	}
	
}

@media (max-width:525px){
	
	.offersContainer section {
    	width: 100%;
		border-right: none;
		padding: 0 20px 20px;
		margin-bottom: 20px;
		border-bottom: 1px dotted rgba(0, 0, 0, 0.22);
	}
	.offersContainer section:last-child {
    	width: 100%;
		border-right: none;
		padding: 0 20px 0px;
		margin-bottom: 0px;
		border-bottom:none;
	}
	.offersContainer section h3 { 
    	font: 16px 'latoblack';
	}
	.offersContainer section ul li a span {
    	font-size: 15px;
	}
}

@media (max-width:480px){
	
	.logo{
		width: 80px;
		top: 5px;
		left: 5px;
	}
	.mobileCallBox
	{
		display: block;
		float: right;
		position: relative;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
	}
	.mobileCallBox span a
	{
		font-size: 22px;
    	color: #f4b46c; 
	}
	.mobileCallBox span i
	{ 
		color: #f4b46c;
	}

	.header {
		position: relative;
		height: 70px;
		left: 0;
		top: 0;
		right: 5px;
		z-index: 999;
		background: #fff;
	}
	.logo1 {width: 110px; right: 0; top: 0; left: auto;}
	.addressBox{width:100%;}
	.addressBox iframe
	{
		height:250px;
	}
	.featuresContainer{padding:50px 20px 20px;}
	.featuresImgBox{width:100%; margin:0;}
	.featuresImgBox .features{padding:0 2px;}
	.imgShot{top:5px; bottom:auto; left:50%; width:100%; margin-bottom:20px; margin-top:0;}
	.overview { 
    	padding: 0px 5%;
	}
	.bottom { 
    	padding: 5px 30px 47px;
	}
	.enquaryicon { 
		display:block;
		font-family: 'latolight'; 
		letter-spacing: initial;
		font-weight: 100; 
	}
	
	.callBtn {
		width: 50%;
		padding: 6px 10px 7px 10px;
		left: 0;
		top: auto;
		bottom: 0;
		text-align: center;
	}
	.callBtn i { 
		width: 30px;
		height: 25px; 
		line-height: 25px;
		display: inline-block; 
		text-align: center;
		position: relative;
		right: auto;
		top: auto;
	}
	.callBtn p {
		display: inline-block;
		text-transform: uppercase;
		letter-spacing: initial;
		line-height: normal;
		/* font-weight: bold; */
		font-size: unset;
	}
	.callBox {
		top: auto;
		bottom: 38px;
		width: 50%;
	} 
	.enqForm.form-box.enquiryDisplay
	{
		display: block;
    	position: fixed;
		bottom: 38px;
	}
	.enqForm.form-box.enquiryDisplay .closebox{
		color: #fff;
		display:block;
		font-size: 20px;
		position: absolute;
		right: 30px;
		top: 20px;
	}
	.enqForm p:last-child
	{
		display:none;
	}
}

@media (max-width:425px){
	
	h1.aboutHeading {
		font: 400 25px 'latolight'; 
		padding-bottom: 5px; 
		margin-bottom: 15px;
	}
	.header{width:100%; float:left; position:relative; left:0; top:0;}
	.topLinks li{font-size:12px;}
	.featuresContainer{padding:50px 20px 20px;}
	.featuresImgBox .features p{letter-spacing:normal;}
	#overviewBg h2, .galHeading h2, .address h2 {
		font-size: 21px;
	}
	#overviewBg p {
		font: 14px/24px 'latolight'; 
	}
	.form .textFields .submitBtn{font-size:12px;}
	.callBox { 
		width: 100%;
		left: -100%;
	}
}

@media (max-width:375px){
	
	.topLinks li{font-size:11px;}
	.featuresContainer{margin-top:30px;}
	.amenities ul li {
    	width: 50%;
	}
	.featuresImgBox .features {
		width: 100%;
		margin-bottom: 20px;
	}
	.featuresImgBox .features p {
		font: 15px/16px 'latolight' !important;
	}
	.galBox {
		padding: 5px;
		width: 50%;
	}
	.mobileCallBox span a {
		font-size: 18px; 
	}
	.callBtn p { 
    	font-size: 13px;
	}
	.enquaryicon { 
		font-size: 14px;
	}
	.callBtn i { 
		height: 23px;
		line-height: 23px;
	}
	.enqForm h1 {
    	font-size: 23px;
	}
	.addressBox.addressBox1 p {
    	font-size: 16px;
	}
	.addressBox.addressBox1 p i {  
		font-size: 16px;
		top: 5px;
	}
}
@media (max-width:320px){
	
}
