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

html, body {
	margin: 0;
	padding: 0;
	font-family: 'Lobster Two', cursive!important;
}

.card {
    height: 400px;
    margin: 0 auto;
    padding: 30px;
    width: 600px;
}

.card a.thumb {
	float: left;
	width: 100px;
	height: 60px;
	margin: 0 5px 10px 0;
}

.card a.thumb img {
	max-width: 100%;
	max-height: 100%;
}

.back {
	background: linear-gradient(90deg, #000 26%, #00b8ff 100%);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
    height: 80%;
    text-align: center;
    width: 100%;
	border-radius:200px 0px 0px 200px;
}

.front {
    /*background-image: linear-gradient(to right, #272717, #00b8ff , #272717);*/
	background: linear-gradient(90deg, #00b8ff 0%, #000 73%);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
    height: 80%;
    text-align: center;
    width: 100%;
	border-radius:0px 200px 200px 0px;
}

.front-main{
	background-image:url('../images/bgdisk1.png'); 
	background-position: right;
	background-repeat: no-repeat;
    background-size: contain;
	width: 100%; 
	height: 100%; 
}
.logo{
	float: left; 
	margin-left: 20px;
	width:150px; 
}
.info-div{
	font-size:17px;
	margin-top: 62px; 
	margin-right: 15px; 
	color: #fff; 
}
.info-div a{
	color: #fff; 
	text-decoration: none;
}
.info-div a:hover{
	color: #fff; 
	text-decoration: none;
}
.img-div{
	    width: 80%;
		float: left;
		margin-top: 72px;
		margin-left: 28px;
}

.back-main{
	background-image:url('../images/backbg.png'); 
	background-position: left;
	background-repeat: no-repeat;
    background-size: contain;
	width: 100%; 
	height: 100%; 
}
.social a{
	margin-right: 5px;	
}
.social a img{
	width: 20px;
}

.social{
	margin-top: 5px;	
}


.back-div {
	margin-top:40px;
    float: right;
    width: 75%;
	font-family: 'Yrsa', serif !important;
}

.services{
	float: left;
}

.services ul{
	padding: 0px 0px 0px 30px; 
	text-align: left; 
	color: #fff;
}
.services ul li{
	list-style-type: none;
}


.enq-div {
    color: #fff;
    float: right;
    margin-right: 15px;
	text-align:right;
}
.enq-div .p-title{
    font-size: 17px;
    margin-bottom: 5px;
    margin-top: 14px;
    text-align: right;
}
.enq-div ul li{
	list-style-type: none;
}
.enq-div p{
	margin: 0px; text-align: right; font-size: 14px;
}
.enq-div a{
	text-decoration: none;
	color: #fff;
}
.addressDiv{
	width: 100%; float: left; margin-top: 30px;font-size: 15px; 	
}
.addressDiv a{
	text-decoration: none;
	color: #fff;	
}
.addressDiv a:hover{
    text-decoration: none;
    color: #fff;
}

.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: 15px; margin-right: 5px;
}

.addressDiv p{
	color: #fff;
}


.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: 255px;
	    margin-top: 18%;
	}
	
	.logo{
		width:100px;
		margin-top: 15px;
		margin-left: 7px;
	}
	.right-arrow img{
		width: 20px;
	}
	.right-arrow{
		margin-right: 15px;
    	bottom: 2px;
	}
	.info-div{
		font-size: 12px;
		margin-right: 7px;
		margin-top: 54px;
	}
	.img-div{
		margin-top: 35px;
		margin-left:0px;
	}
	
	.social a img {
	    width: 18px;
	}
	ol, ul {
    padding-inline-start: 0px;
	}
	.back-div{
		margin-top: 25px;
		width: 70%;
	}
	.services{
		
    	font-size: 9px;
	}
	.services ul{
		padding: 0px;
	}
	.enq-div{
		font-size: 9px;
	}
	.addressDiv p{
		font-size: 12px;
		
	}
	.addressDiv{
		margin-top: 25px;
	}
	
	.left-arrow img{
		width: 20px;
	}
	
	.left-arrow{
		margin-left: 15px;
    	bottom: 1px;
	}
}


@media (min-width: 481px) and (max-width: 767px) {
	.card{		
	    padding: 17px 10px 13px 20px;
	    margin: 0;
	   
	}
	.addressDiv{
		margin-top: 35px;
	}
}


/****** 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: rgb(255, 255, 255); 
	left: 10%; bottom: 10%; 
	padding: 10px 15px; 
	border-radius: 5px; 
	color: rgb(70, 70, 178); 
	letter-spacing: 1px; 
	text-decoration: none;
}
/******popover css **********/