@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'CircularStd-Medium';
  src: url('../font/CircularStd-Medium.eot?#iefix') format('embedded-opentype'),  url('../font/CircularStd-Medium.woff') format('woff'), url('../font/CircularStd-Medium.ttf')  format('truetype'), url('../font/CircularStd-Medium.svg#CircularStd-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
body{
	 font-family: 'CircularStd-Medium';
	}
header{
	background:#F5F5F5;
	}
.banner-text h3{
	color:#007C9D;
	    font-weight: 600;
    font-size: 32px;
        padding-bottom: 20px;
	}
.banner-text ul{
	padding:0;
	}
.banner-text ul li{
	color:#007C9D;
	    line-height: 1.2;
	    padding-right: 20px;
	    display: inline-block;
		
	}
.banner-text ul li img{
	    padding-bottom: 10px;
	}	
	
.customer-satis{
background: #007C9D;
    padding: 7rem 0 2rem;
    color: #fff;
    margin-top: -5rem;
    text-align: center;
	}
.cta-box{
	color: #fff;
	    background: #F7941E;
    border-radius: 10px;
    padding: 20px 0;
	}
.cta-box p{	
    font-size: 18px;
}

.cta-box a{
	color: #fff;
	    display: inline-block;
    background: #007C9D;
    padding: 7px 25px;
    border-radius: 20px;
	}
	
.transacting{
	background: #F7941E;
	    border-radius: 20px;
       padding: 20px 0 0;
	}
.trans-text h3{
	    color: #024459;
    font-size: 30px;
	    padding-bottom: 20px;
	}	
	
.trans-text p{	
    font-size: 25px;
    line-height: 1.2;	
}
.trans-text a{
	    color: #007C9D;
    background: #fff;
    padding: 12px 20px;
    display: inline-block;
    border-radius: 7px;
	margin-top: 15px;
	transition:0.2s ease-in-out;
	    text-transform: uppercase;
	}
.trans-text a:hover{
    color: #fff;
    background: #024459;
    text-decoration:none;
    transition:0.2s ease-in-out;
}
.doctors img{
	margin-top: 40px;
	}
	
.cta-box2{
	background: #024459;
	}
.cta-box2 a{
	 background: #F7941E;
	}	
.owl-stage-outer{
	    padding-top: 60px !important;
	}
.testi-box{
	background: #FFFFFF;
color: #024459;
    padding: 5rem 2rem 2rem;
    border-radius: 10px;
	}
.testi-box img{
	position: absolute;
    left: 40%;
    top: -53px;
}

.owl-carousel .owl-nav .owl-prev{
	    position: absolute;
    left: -30px;
    top: 43%;
    font-size: 30px !important;
	}
.owl-carousel .owl-nav .owl-next{
	    position: absolute;
    right: -30px;
    top: 43%;
    font-size: 30px !important;
	}
footer{
	background:url(../images/wa-bg.png) no-repeat center;
	background-size:cover;
	padding:2rem 0;
}
.wa img{
	    width: 50px;
		float: right;
	}
.share p{
    color: #FFFFFF;
    font-size: 24px;
        line-height: 1.2;
    margin-bottom: 0;
}
.share-cta a{
	display: inline-block;
    background: #fff;
    padding: 7px 25px;
    border-radius: 20px;
    color: #024459;
	}	
.quick-links{
	display:none;
	}
.address h4{
    color: #F7941E;
}
.privacy a,.address a{
   color: #F7941E; 
}
.address p,.address a{
    font-size: 13px;
}
@media only screen and (max-width:575px){
.owl-carousel .owl-nav .owl-prev {
    left: -20px;
}
.owl-carousel .owl-nav .owl-next{
	right: -20px;
	}
.testi-box img {
    left: 35%;
}
.trans-text{
	order:1;
	}
.doctors{
	order:3;
	}
.mob{
	order:2;
	    padding-top: 30px;
	}
.doctors img {
    margin-top: 0;
    width: 200px;
}
.logo img{
	    margin: auto;
    display: block;
	    width: 90px;
	}
.banner-text{
	text-align: center;
	}
.banner-text ul {
    padding: 0;
    display: flex;
}
.banner-text ul li {
    padding: 0 15px;
	    line-height: 1.2;
		    width: 33%;
}
.banner-text ul li img {
    width: 50px;
}
.trans-text h3 {
    font-size: 25px;
}
.trans-text p {
    font-size: 19px;
}
.h2, h2 {
    font-size: 1.5rem;
}
.wa img {
    width: 50px;
    float: none;
}
.quick-links{
	display:block;
	    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
	    text-align: center;
    font-size: 10px;
	    padding: 10px 0;
		    color: #67919d;
			    z-index: 10;
	}
.quick-links a{
	    color: #67919d;
	}
body{
	padding-bottom:3rem;
	}
.banner-text h3 {
    color: #007C9D;
    font-size: 24px;
}
.share{
    margin-bottom: 20px !important;
}
.share p {
    font-size: 21px;
}
	}
