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

html, body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif !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-color: #1696d7;   
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
    height: 80%;
    padding: 15px 15px 15px 15px;
    text-align: center;
    width: 100%;
}

.front {
   background-color: #1696d7;   
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
    height: 80%;
    padding: 15px 15px 15px 15px;
    text-align: center;
    width: 100%;
}

.front-main{
	float: left; 
	background-color: rgb(255, 255, 255); 
	width: 100%; 
	height: 100%; 
	border-radius: 0px 25px 0px 25px;
}
.logo{
	float: left; 
	margin-left: 20px;
	width:340px; 
}
.info-div{
	float: right; 
	margin-top: 0px;  
	color: #201e28; 
	border-right: 15px solid #1696d7;
	text-align: right;
	padding-right: 20px;
}
.info-div a{
	color: #201e28; 
	text-decoration: none;
}
.info-div a:hover{
	color: #201e28; 
	text-decoration: none;
}
.img-div{
	width: 100%; float: left; margin-top: 30px;
}

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

.social{
	margin-top: 5px;	
}


.back-div {
    float: left;
    
    width: 100%;
}

.services{
	float: left;
	 margin-top: 15px;
}

.services ul{
	padding: 0px 0px 0px 30px; 
	text-align: left; 
	color: #1696d7;
}
.services ul li{
	list-style-type: square;
	font-size: 11px;
}

.heading{
	color: #312755;
    text-align: left;
    margin: 20px 0px 0px 27px;
    font-weight: 600;
    font-size: 17px;
}
.enq-div {
    color: #6a7275;
	font-family: 'Gentium Basic', serif !important;
}
.enq-div .p-title{
    font-size: 17px;
    margin-bottom: 5px;
    margin-top: 14px;
    text-align: right;
}
.enq-div p{
	margin-top: 20px;
    text-align: center;
    font-size: 20px
}
.enq-div a{
	text-decoration: none;
	color: rgb(51, 153, 204);
}
.addressDiv{
	width: 100%; float: left;font-size: 15px; padding:10px 16px;
}
.addressDiv a{
	text-decoration: none;
	color: #312755;	
}
.addressDiv a:hover{
	text-decoration: none;
	color: #312755;	
}

.right-arrow{
	/*
	float: right; 
	margin-right: 24px; 
	margin-top: 8px;
	*/
	position: absolute;
	left:0;
	bottom: 18px;
}

.right-arrow img{
	width: 30px
}

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

}

.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: #3399CC;
}


.right-arr-sug{
	position: absolute; 
	right: 0px; 
	bottom: -35px; 
	color: rgb(71, 71, 179);
	text-align: left;
}

.left-arr-sug{
	position: absolute; 
	left: 0px; 
	bottom: -35px; 
	color: rgb(71, 71, 179);
	text-align: left;
}
.box {
 position: absolute;
    left: 20%;
    right: 20%;
    bottom: 5%;
    top: 76%;
}


.button {
    font-size: 1em;
    padding: 10px 20px;
    border: 2px solid #312755;
    border-radius: 30px/50px;
    text-decoration: none !important;
    cursor: pointer;
    transition: all 0.3s ease-out;
	background:#312755;
	color:#fff !important;
}

.button:hover {
  background:#fff;
  color:#312755 !important;
}

.button1 {
    font-size: 1em;
    padding: 3px 10px;
    border: 2px solid #312755;
    border-radius: 20px;
    text-decoration: none !important;
    cursor: pointer;
    transition: all 0.3s ease-out;
    background: #312755;
    color: #fff !important;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 20
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
	margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 70%;
    position: relative;
    transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #333;
}
.popup .content {
  max-height:auto;
  overflow: auto;
  margin-top: 20px;
}

.tblcontent {
    font-size: 12px;
    margin-top: 20px;
}
td {
    padding: 2px 30px !important;
}

.down-arrow {
	position:absolute;
	text-align: center;
	margin: 8% 0;
	top: 42%;
    left: 44%;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(8px);
  }
  60% {
    transform: translateY(5px);
  }
}
@media screen and (max-width: 700px){
	.down-arrow{
		left: 41%;
	}
	.popup {
    width: 95%;
    margin: 10px auto;
    padding: 10px;
}
	.popup .close {
		top: 3px;
		right: 12px;
	}
	.button{
		padding: 4px 11px;
	}
	td {
   padding: 2px 9px !important;
    font-size: 10px;
}
}
/****************************************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:185px;
		margin-top: 0px;
		margin-left:15px;
	}
	.front{
		padding: 10px 10px 10px 10px;
	}
	.right-arrow img{
		width: 20px;
	}
	.right-arrow{
		margin-right: 15px;
    	bottom: 14px;
	}
	.info-div{
		font-size: 13px;
		margin-top: 25px;
		padding-right:10px;
		border-right: 8px solid #1696d7;
	}
	.img-div{
		margin-top: 25px;
	}
	
	.social a img {
	    width: 18px;
	}
	
	.back{
		padding: 10px 10px 10px 10px;
	}
	.col-xs-6{
		padding-right: 5px !important;
		padding-left: 5px !important;
	}
	.services{
		margin-top: 8px;
    	font-size: 9px;
	}
	.services ul {
		padding: 0px 0px 0px 15px;
	}
	.heading{
		font-size:13px;
		margin:10px 0px 0px 10px;
	}
	.enq-div p{
		font-size: 15px;
		margin-top: 12px;
	}
	
	.enq-div img{
		width: 12px;
	}
	
	.addressDiv p{
		font-size: 11px;
		
	}
	.addressDiv{
		padding: 0px 10px;
	}
	
	.left-arrow img{
		width: 20px;
	}
	
	.left-arrow{
		margin-left: 15px;
    	bottom: 14px;
	}
}


@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 **********/