html, body, div, ul {
	box-sizing: border-box;
}

html, body {
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif !important;
}
.mt-40{
	margin-top:20px !important;
}
.mt-20{
	margin-top:12px !important;
}
.card {
    height: 400px;
    margin: 0 auto;
    padding: 30px;
    width: 600px;
}
a:hover{
	text-decoration:none !important;
}
.card a.thumb {
	float: left;
	width: 100px;
	height: 60px;
	margin: 0 5px 10px 0;
}

.card a.thumb img {
	max-width: 100%;
	max-height: 100%;
}
.front {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
    height: 80%;
    padding: 25px 25px 25px 25px;
    text-align: center;
    width: 100%;
	background: #fff;
	border: 2px solid #969593;
}
u{
    padding: 0px 10px;
    text-decoration: none;
    border-bottom: 2px solid #969593;
}
.footer {
   position: absolute;
   left: 0;
   bottom: 0;
   width: 100%;
   text-align: center;
   height:30px;
   border-radius:0 0 20px 20px;
}
.services p{
	margin-bottom:0px;
}

.logo{
	float: none; 
	width: 200px;
    margin-bottom: 24px;	
}

.info-div{
	float: none; 
	color: #969593;
	font-weight:500;
	margin-top:22px;
}
.info-div h3{
	font-size:18px;
	color:#969593;
	
}
.info-div u{
	margin-top:10px;
}
.info-div a{
	color: #969593;
	text-decoration: none;
	font-weight: 500;
    letter-spacing: 1;
    font-size: 15px;
}
.info-div a:hover{
	text-decoration: none;
	color: #969593;
}
.img-div{
	width: 100%; float: none;
}

/*.back-main{
	float: left; 
	background-color: rgb(255, 255, 255); 
	width: 100%; 
	height: 100%; 
	border-radius: 0px 25px 25px 0px;
}*/
.social a{
	margin-right: 5px;	
}
.social a img{
	width: 20px;
}

.social{
	margin-top: 0px;	
}

.back {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
    height: 80%;
    padding: 40px 15px 15px 15px;
    width: 100%;
	background:#969593;
}

.back-div {
    float: left;
    width: 100%;
}
.backlogo{
	float: none; 
	width:200px;
	margin-top:0px;	
}
.services{
	float: left;
	 margin-top: 20px;
	 color:#30271e;
	 font-size:14px;
	 margin-left:18px;
	 width:40%
}
.backlogo{
	width: 125px;
    margin-left: 20px;
	
}
.services .p-title{
    font-size: 17px;
    margin-bottom: 5px;
    margin-top: 0px;
}
.services ul{
	padding: 0px 0px 0px 30px; 
	text-align: left; 
	color: rgb(51, 153, 204);
}
.services ul li{
	list-style-type: square
}
.qrcode{
	width: 100px;
    margin-top: 40px;
    margin-left: 40px;
}

.enq-div {
   margin-top: 0px;
    font-size: 15px;
    color: #fff;
    float: right;
    width: 55%;
    padding-left: 15px;
    border-left: 2px solid #fff;
}
.enq-div .p-title{
    font-size: 17px;
    margin-bottom: 5px;
    text-align: left;
}
.enq-div p{
	margin: 0px; text-align: left; font-size: 14px;
}
.enq-div a{
	text-decoration: none;
	color: #fff;
}
.enq-div a:hover{
	text-decoration: none;
	color: #fff;
}
.addressDiv{
	width: 100%; float: left; margin-top: 5px;font-size: 15px;text-align:center; 	
}
.addressDiv a{
	text-decoration: none;
	color:#30271e;
}
.addressDiv a:hover{
	text-decoration: none;
	color:#30271e;
}
.link a{
	color:#f2f2f2 !important;
	
}
.link1 a{
	color:#969593 !important;
}
.right-arrow{
	/*
	float: right; 
	margin-right: 24px; 
	margin-top: 8px;
	*/
	position: absolute;
	left:0;
	bottom: 6px;
}

.right-arrow img{
	width: 30px
}

.left-arrow{
	/*
	float: left; 
	margin-left: 15px; 
	margin-top: 10px;
	*/
	position: absolute;
	right:0;
	bottom: 6px;

}

.left-arrow img{
	width: 30px;
	-moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg); /*opera*/
transform: rotate(180deg); /*likely future standard*/
}

.effect, .effect1, .effect2, .effect3, .effect4, .effect5, .effect6, .effect7, .effect8, .effect9, .effect12, .effect13, .effect14{
	display: none;
}

.enq-div img{
	width: 140px; margin-right: 0px;
}

.addressDiv p{
	color:#30271e;
	font-size: 12px;
    letter-spacing: 1;
	
}

.right-arr-sug{
	position: absolute; 
	right: 0px; 
	bottom: -35px; 
	color: #000;
	text-align: left;
}

.left-arr-sug{
	position: absolute; 
	left: 0px; 
	bottom: -35px; 
	color: #000;
	text-align: left;
}
/****************************************RESPONSIVE CSS START *******************************************************/

@media (min-width: 320px) and (max-width: 480px) {
	
	
	.card{
		width: 95%;
	    padding: 50px 10px 13px 10px;
	    margin: 0;
	    height: 300px;
	    margin-top: 18%;
	}
	
	.logo{
		width:170px;
		margin-bottom: 10px;
	}
	
	.front{
		padding: 20px 10px 20px 10px;
		background-image:url("../images/bg2.png");
		background-repeat:no-repeat;
	}
	.right-arrow img{
		width: 20px;
	}
	.right-arrow{
		margin-right: 15px;
    	bottom: 3px;
	}
	.info-div{
		font-size: 9px;
		margin-right: 0px;
	}
	.info-div h3 {
		font-size: 16px;
		color: #969593;
	}
	.info-div a {
		font-size: 11px;
	}
	.img-fullname{
		width: 275px;
	}
	.img-slogan{
	width: 200px;
	}
	.img-div{
		margin-top: 0px;
	}
	.right-arr-sug{
		margin-right: 40px;
		margin-top:-5px;
		font-size: 12px;
	}
	.left-arr-sug{
		margin-left: 40px;
		margin-top:-5px;
		font-size: 12px;
	}
	.social a img {
	    width: 18px;
	}
	.back{
		padding: 15px 10px 20px 10px;
	}
	
	.services{
		margin-top: -7px;
    	font-size: 10px;
		margin-left:4px;
		width:30%
	}
	.services .p-title{
		font-size: 12px;
	}
	.backlogo {
		width: 98px;
		margin-left:0px;
		margin-top: 12px;
	}
	.qrcode{
		width: 90px;
		margin-left: 8px;
	}
	.enq-div{
		width: 65%;
		font-size:13px;
	}
	.enq-div .p-title{
		font-size: 12px;
		margin-top:0px;
	}
	.enq-div p{
		font-size: 8px;
		margin-top: 5px;
	}
	.enq-div img{
		width: 110px;
	}
	
	.addressDiv p{
		font-size: 10px;
		
	}
	.left-arrow img{
		width: 20px;
	}
	.mt-40{
		margin-top:20px !important;
	}
	.left-arrow{
		margin-left: 15px;
    	bottom: 3px;
	}
	.footer{
		height:14px;
	}
	.mt-20 {
    margin-top: 10px !important;
	}
	.right-arr-sug1{
		margin-top:40px;
	}
}

@media (min-width: 481px) and (max-width: 767px) {
	.card{		
	    padding: 17px 10px 13px 20px;
	    margin: 0;
	   
	}
	.addressDiv p{
		font-size: 11px;
		
	}
}
/****** popover css**********/
.popover-content{
	font-size: 12px;
}

.left-popoverarrow img{
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg); /*opera*/
	transform: rotate(180deg); /*likely future standard*/
}




.popover-remove{
	box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.8);
	margin: auto; 
	position: absolute; 
	z-index: 1070; 
	background-color: #ffffff; 
	left: 10%; bottom: 10%; 
	padding: 10px 15px; 
	border-radius: 5px; 
	color: rgb(70, 70, 178); 
	letter-spacing: 1px; 
	text-decoration: none;
}
/******popover css **********/