@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Raleway:400,500,600,700');
*{
	margin:0;
	padding:0;
	text-decoration:none;
	list-style:none;
	font-family: 'Raleway', sans-serif;
	/* font-family: 'Open Sans', sans-serif; */
}
/*----------------scrollbar----------------*/

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
    background: #20465f;
    border: 2px solid #ffffff;
    width: 7px;
}

::-webkit-scrollbar-thumb:active {
    background: #323232;
    border: 1px solid #A7A7A7;
    width: 5px;
}


/*----------------scrollbar end----------------*/
a:hover,
a:focus,
a:active{
	text-decoration: none;
}
ol, ul{
	margin: 0;
	padding: 0;
}
h3 span{
	display: block;
	text-transform: uppercase;
	color: #3b3636;
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 14px;
}
h3{
	display: block;
	font-weight: normal;
	font-family: 'Open Sans';
	font-size: 30px;
	color: #3b3636;
	position: relative;
	margin-top: 0;
	text-transform: capitalize;
	padding-bottom: 25px;
	margin-bottom: 30px;
}
h3 strong{
	color: #3b3636;
}
.mob-view{
	display: none;
}
h3:after{
	content: '';
	position: absolute;
	width: 68px;
	height: 1px;
	left: 0;
	bottom: 0;
	background: #42474c;
}
.slide-info h2 {
   font-style: italic;
}
p{
	font-size: 16px;
	color: #3b3636;
	line-height: 30px;
	margin-bottom: 0;
	font-weight: normal;
	font-family: 'Open Sans';
}
p strong{
	font-size: 18px;
	color: #302e2f;
}
img{
	display: block;
}
hr{
	margin: 20px auto 0;
	border: 0;
	border-top: 1px solid rgba(0,0,0,0.1);
}
.btn-main{
	background: #008ca2;
	padding: 14px 32px;
	text-transform: capitalize;
	color: #fff;
	display: block;
	font-weight: 600;
	font-size: 16px;
	border: none;
	position: relative;	
	border-radius: 4px;
	transition: all 0.4s ease;
}
.btn-main:hover,
.btn-main:focus,
.btn-main:active{
	background: #008ca2;
	box-shadow: 0 4px 8px rgba(0,0,0,0.25);
	transform: translateX(-3px);
}



.topbar{
	background: #008ca2;
	padding: 10px 0;
	overflow: hidden;
	width: 100%;
}
.left-topbar-detail{
	float: left;
	margin-top: 10px;
}
.left-topbar-detail p{
	float: left;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Open Sans';
	color: #333;
	margin-right: 20px;
	margin-bottom: 0;
}
.left-topbar-detail p i{
	margin-right: 10px;
	color: #008ca2;
}
.left-topbar-detail p a{
	color: #333;
}
.left-topbar-detail p:last-child{
	margin-right: 0;
}
.right-topbar-social-icons{
	float: right;
}
.right-topbar-social-icons h5{
	color: #fff;
	margin: 0 10px 0 0;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Open Sans';
	line-height: 25px;
	float: left;
}
.right-topbar-social-icons a{
	float: left;
	display: block;
	width: 25px;
	height: 25px;
	background: #fff;
	color: #0091a6;
	margin-right: 5px;
	line-height: 25px;
	text-align: center;
}
.right-topbar-social-icons a:last-child{
	margin-right: 0;
}

/* Navigation Bar */
.navbar-brand>img{
	width: 140px;
}
.navbar-default .navbar-toggle .icon-bar{
	background: #888;
}
.navbar-default .navbar-toggle{
	background: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
	background: #039be5;
}
.navbar-collapse{
	padding: 0;
}
.navbar-default *{
	transition: all 0.4s ease;
}
.navbar-default {
	position: relative;
	transition: all 0.4s ease;
}
.navbar{
	margin: 0;
	border-radius: 0;
	width: 100%;
	padding: 10px 0;
	border: none;
	min-height: 0;
	background-color: transparent;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
	margin-left: 0; 
}
.navbar-brand{
	height: auto;
	padding: 0;
}
.navbar-nav{
	float: left;
	margin-top: 15px;
	margin-left:30px;
}
.navbar-default .navbar-nav>li>a{
	text-transform: uppercase;
	color: #3b3636;
	font-size: 14px;
	font-family: 'Open Sans';
	padding: 0;
	font-weight: 600;
	position: relative;
	margin-right: 25px;
	transition: all 0.4s ease;
}
.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover{
	color: #008ca2;
	outline: none;
}
.navbar-default .btn-main{
	float: right;
	padding: 14px 20px;
	font-size: 14px;
}

/* Add New Navigation */
.nav-new{
	transition:all 0.4s ease;
	background-color: #fff;
	display: block;
	z-index: 9999;
	box-shadow: 0 0 4px rgba(0,0,0,0.15);
	position: fixed;
	top: 0;
}
.nav-new .navbar-brand>img{
	width: 140px;
}
/* Navigation Bar Ends*/





.slider-block{
	background:url('../images/slide-image-03.jpg') 0 0 no-repeat;
	background-size: cover;
	width: 100%;
	z-index: 1;
	height: 400px;
	position: relative;
}
.banner02{
	background-image: url('../images/slide-image-01.jpg');
}
.banner03{
	background-image: url('../images/slide-image-02.jpg');
}
.slider-block:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	z-index: -1;
}
.slider-pager{
	position: absolute;
	top: 85%;
	left: 8%;
	z-index: 115;
}
.slider-pager span{
	font-size: 0;
	background: #fff;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	float: left;
	border-radius: 50%;
	display: block;
	border: 4px solid transparent;
	cursor: pointer;
}
.slider-pager span.cycle-pager-active{
	background-color: #5ec1b2;
	border: 4px solid #fff;
}
.slide-info{
	position: relative;
	margin-top: 8%;
}
.slide-info p{
	font-family: 'Open Sans';
	font-weight: normal;
	color: #fff;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 25px;
}
.slide-info h2{
	width: 70%;
	margin-top: 0;
	font-size: 22px;
	line-height: 32px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 25px;
	text-transform: capitalize;
}
.slide-info a{
	display: table;
	margin-top: 0;
}




.who-we-are{
	padding: 50px 0;
	overflow: hidden;
	width: 100%;
}
.about-image img{
	width: 100%;
	display: block;
	box-shadow: 0 0 14px rgba(0,0,0,0.25);
}
.about-info{
	margin-top: 25px;
}
.about-info a.btn-main{
	display: table;
	margin-top: 25px;
	padding: 14px 45px;
}
.what-we-offer{
	background: #eceff3;
	padding: 40px 0;
	overflow: hidden;
	width: 100%;
}
.what-we-offer h3:after{
	left: 50%;
	margin-left: -34px;
}
.service-wrap{
	background: #fff;
	transition: all 0.4s ease;
}
/* .service-img{
	width: 100px;
	height: 100px;
	padding: 10px;
	margin: 0 auto 10px;
	display:table;
	border:1px solid rgba(0,0,0,0.15);
	border-radius: 50%;
	transition: all 0.4s ease;
} */
.service-wrap{
	position: relative;
}
.service-img img{
	width: 100%;
}
.service-img span{
	width: 100px;
	height: 100px;
	background: url(../images/icons/mood-icons-01.png) 0 0 no-repeat;
	margin: 0 auto 0;
	display: table;
}
.service-img span.drug{
	background-position: 0 -100px;
}
.service-img span.mood{
	background-position: 0 -200px;
}
.service-img span.mind{
	background-position: 0 -300px;
}
.service-img span.add{
	background-position: 0 -400px;
}
.service-info{
	background: #fff;
	padding: 15px 15px;
	text-align: center;
	transition: all 0.4s ease;
}
.service-info h5{
	color: #3b3636;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.service-info p{
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 10px;
}
.service-wrap a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.service-info a i{
	margin-left: 5px;
	transition: all 0.4s ease;
}
.service-info a:hover i{
	margin-left: 15px;
}
/* .service-wrap:hover .service-info a{
	color: #fff;
}
.service-wrap:hover{
	background: #008ca2;
}
.service-wrap:hover .service-img{
	border-color: #fff;
}
.service-wrap:hover .service-info{
	background: #008ca2;
}
.service-wrap:hover .service-info h5,.service-wrap:hover .service-info p{
	color: #fff;
}
.service-wrap:hover .service-img span{
	background-image:  url(../images/icons/mood-icons-hover-01.png);
} */
.owl-prev,
.owl-next{
	font-size: 0;
	width: 67px;
	height: 69px;
	background: url('../images/icons/nxt-icon.png') 0 0 no-repeat;
	top: 50%;
	margin-top: -33px;
	transform: rotate(180deg);
	position: absolute;
	left: -40px;
}
.owl-next{
	left: auto;
	transform: rotate(0);
	right: -40px;
}
.cta{
	width: 100%;
	/* background: url('../images/cta-banner.jpg') 0 0 no-repeat;
	background-size: cover; */
	overflow: hidden;
	height: 295px;
}
.cta-block{
	margin-top: 80px;
	text-align: center;
}
.cta-block span{
	display: table;
	margin: 0 auto;
	background: url('../images/icons/cta-icon-sprite.png') 0 0 no-repeat;
	width: 50px;
	height: 50px;
}
.cta-block span.doctor{
	background-position: 0 -50px;
}
.cta-block span.branch{
	background-position: 0 -100px;
}
.cta-block span.theraphy{
	background-position: 0 -150px;
}
.cta-block h5{
	font-weight: bold;
	font-family: 'Open Sans';
	font-size: 48px;
	margin-top: 0;
	color: #3b3636;
	margin-bottom: 0;
	display: block;
}
.cta-block p{
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #3b3636;
	margin-bottom: 0;
	display: block;
}
.why-choose-us{
	padding: 60px 0; 
}
.why-choose-us h3:after{
	left: 50%;
	margin-left: -34px;
}
.choose-container{
	padding: 45px 0 0;
}
.part-one{
	width: 100%;
	overflow: hidden;
}
.issues-block{
	float: left;
	margin-right: 30px;
}
.issues-block:last-child{
	margin-right: 0;
}
.issues-block-two img{
	width: 100%;
	height: 490px;
	display: block;
}
.choose-block{
	padding: 23px;
	background: #fafafa;
	border: 1px solid #dcdbdb;
	text-align: center;
	margin-bottom:30px;
	transition: all 0.4s ease;
}
.choose-block span{
	margin: 0 auto 20px;
	display: table;
	width: 90px;
	height: 90px;
	background:#5ec1b2 url(../images/icons/why-choose-us-icons-sprite.png) 0 0 no-repeat;
	border-radius: 50%;
	box-shadow: 5px 1px 0 rgba(0,0,0,0.100);
}
.choose-block span.medal{
	background-position: 0 -90px;
}
.choose-block span.heart{
	background-position: 0 -180px;
}
.choose-block span.support{
	background-position: 0 -270px;
}
.choose-block:hover{
	background: #008ca2;
	border-color: transparent;
}
.choose-block:hover h4,.choose-block:hover p{
	color: #fff;
}
.choose-block:hover span{
	background-color: #fff;
}
.choose-block h4{
	font-family: 'Raleway';
	font-weight: bold;
	color:#3b3636;
	margin: 0 0 20px; 
	font-size: 16px;
	text-transform: uppercase;
}
.choose-block p{
	font-size: 14px;
	font-family: 'Open Sans';
	font-weight: normal;
	color: #363636;
	line-height: 18px;
	margin: 0;
	text-transform: capitalize;
}
.testimonials{
	width: 100%;
	overflow: hidden;
	background: url(../images/cleint-banner.jpg) 0 0 no-repeat;
	background-size: cover;
	height:480px;
	padding: 40px 0 0;
}
.testimonials h3:after{
	margin-left: -34px;
	left: 50%;
	background: #fff;
}
.testimonials h3 ,
.testimonials h3 strong,
.testimonials h3 span{
	color: #fff;
	margin-top: 4%;
}
.testimonials-block{
	text-align: center;
}
.testimonials-block p{
	color: #fff;
	font-size: 24px;
	font-family: 'Open Sans';
	font-weight: italic;
	margin: 10px 0 10px;
	line-height: 36px;
}
.testimonials-block h4{
	margin: 0 0 20px;
	font-family:'Raleway';
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}
.testimonials .owl-carousel .owl-item img{
	width: 8%;
	margin: 0 auto;
}
.testimonials .owl-dots{
	position: absolute;
	left: 50%;
	margin-left: -30px;
	bottom: -40px;
}
.testimonials .owl-carousel .owl-controls .owl-dot {
	float: left;
}
.testimonials .owl-theme .owl-controls .owl-dots .owl-dot span{
	font-size: 0;
	background: #fff;
	width: 16px;
	height: 16px;
	float: left;
	border-radius: 50%;
	display: block;
	opacity: 1;
	border: 4px solid transparent;
	cursor: pointer;
}
.testimonials .owl-carousel .owl-controls .owl-dot.active span{
	background-color: #5ec1b2;
	border: 4px solid #fff;
}
.testimonials .owl-theme .owl-controls .owl-dots .owl-dot span{
	margin: 0 5px 0 0;
}
.about-services{
	background: #eceff3;
	padding: 45px 0;
	width: 100%;
	overflow: hidden;
}
.about-services img{
	float: left;
	margin: 0 20px 0 0;
}
.about-services h6{
	font-size: 22px;
	font-weight: 600;
	font-family: 'Raleway';
	margin: 13px 0 15px;
	color: #333333;
}
.about-services p{
	font-size: 20px;
	font-weight: normal;
	font-family: 'Open Sans';
	color: #333333;
	margin: 0;
}
.about-services a.btn-main{
	display: table;
	margin: 13px auto 0;
	padding: 14px 20px;
}
.footer{
	background: #3b3636;
	border-top: 7px solid #5ec1b2;
	padding: 30px 0;
}
.footer h4{
	position: relative;
	font-size: 20px;
	font-family: 'Raleway';
	font-weight: 600;
	padding-bottom: 13px;
	margin: 0 0 20px;
	color: #fff;
	text-transform: capitalize;
	display: block;
}
.footer h4:after{
	position: absolute;
	content: '';
	width: 51px;
	height: 1px;
	top: 33px;
	left: 0;
	background: #5ec1b2;
}
.footer p{
	font-size: 15.5px;
	font-weight: normal;
	font-family: 'Open Sans';
	color: #fff;
	text-align: left;
	line-height: 23px;
	margin-bottom: 25px;
}
.footer ul{

}
.footer li a{
	margin: 0 0 15px;
	font-size: 15px;
	font-family: 'Open Sans';
	font-weight: normal;
	color: #fff;
	text-transform: capitalize;
	display: block;
	transition: all 0.4s ease;
}
.footer li:last-child a{
	margin-bottom: 0;
}
.footer li a:hover{
	color: #5ec1b2;
	margin-left: 10px;
}
.footer p i{
	margin-right: 10px;
	color: #5ec1b2;
}
.footer p a{
	color: #fff;
}
.second-footer{
	background: #5ec1b2;
	padding: 10px 0;
	text-align:center;
}
.second-footer p{
	font-family: 'Open Sans';
	font-weight: 600;
	color:#3b3636;
	font-size: 15px;
	margin: 0;
}



/* About Page Css Starts */


.inner-banner{
	height: 300px; 
	width: 100%;
	background-image: url('../images/inner-banner.jpg');
	background-attachment: fixed;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.inner-banner:before,
.inner-banner:after{
	content: '';
	position: absolute;
	top: 0;
	left: -10%;
	z-index: -1;
	width: 55%;
	height: 100%;
	background: #008ca2;
	transform: skew(-30deg);
}
.inner-banner:after{
	background: transparent;
	border-right: 25px solid #5ec1b2;
	left: -5%;
}
.inner-banner h4{
	margin-top: 9%;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 3px;
	position: relative;
	font-size: 38px;
	margin-bottom: 10px;
}
.inner-banner h4:before{
	content: '';
	position: absolute;
	top: 50%;
	height: 1px;
	width: 70px;
	background: #fff;
	left: -85px;
}
.inner-banner p{
	width: 40%;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	font-weight: normal;
	font-family: 'Open Sans';
	float: left;
}
.about-content{
	padding: 50px 0;
	overflow: hidden;
	width: 100%;
}
.about-content p{
	margin-bottom: 10px;
}
.doctor-profile{
	margin: 30px 0;
	padding: 20px;
	background: #fafafa;
	border:1px solid rgba(0,140,162,0.5);
}
.doc-img img{
	width: 100%;
	display: block;
	box-shadow: 0 0 12px rgba(0,0,0,0.35);
}
.doc-info h5{
	font-size: 22px;
	font-weight: 600;
	color: #008ca2;
	text-transform: capitalize;
	margin-top: 0;
	margin-bottom: 15px;
	display: block;
	font-family: 'Open Sans';
}
.doc-info p,
.doc-info-wrap p{
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 24px;
}
.doc-info a{
	display: table;
}
.doc-info-wrap{
	margin-top: 20px;
}
.doc-info-wrap p:last-child{
	margin-bottom: 0;
}
.our-mission{
	width: 100%;
	height: 450px;
	background-image: url('../images/our-mission-banner.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.our-mission:before{
	content: '';
	position: absolute;
	bottom: 0;
	right: -20%;
	width: 40%;
	height: 100%;
	background: #008ca2;
	border-left:20px solid rgba(0,0,0,0.25);
	transform: skew(-45deg);
	z-index: -1;
}
.our-mission-info{
	margin-top: 4%;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 0 8px rgba(0,0,0,0.25);
}
.our-mission-info h4{
	text-transform: capitalize;
	font-size: 28px;
	color: #008ca2;
	margin-top: 30px;
	font-family: 'Open Sans';
	font-weight: bold;
	padding-left: 25px;
	margin-bottom: 25px;
}
.our-mission-info h6{
	font-size: 20px;
	color: #008ca2;
	font-family: 'Open Sans';
	font-weight: 600;
	margin: 15px 25px 15px;
}
.our-mission-info p{
	padding-left: 25px;
	padding-right: 25px;
	line-height: 22px;
	text-align: justify;
	font-size: 14px;
	color: #565353;
	margin-bottom: 0;
}
.our-mission-info a{
	display: block;
	padding: 10px 0;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 13px;
	margin: 10px 0 0;
	color: #008ca2;
	background: #fafafa;
}
.why-us{
	padding: 0 0;
    background: url('../images/icons/vector-doctor-icon.png') -5% center no-repeat #008ca2;
    height: 310px;
    position: relative;
    overflow: hidden;
}
.info-support {
    padding: 80px 00px;
    z-index: 1;
    position: relative;
}
.info-support h2 {
    font-size: 44px;
    line-height: 58px;
    font-weight: 300;
    padding-left: 20px;
    text-transform: capitalize;
    color: #fff;
}
.info-support h2 strong{
	text-transform: uppercase;
}
.why-us:after {
    width: 58%;
    height: 310px;
    transform: skew(15deg,0deg);
    background: rgba(0,0,0,0.20);
    content: '';
    position: absolute;
    right: -50px;
    top: 0;
}
.why-us-des p{
	color: #fff;
	font-size: 18px;
}
.what-we-offer-wrapper{
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
	background: #eceff3;
}
.what-we-offer-wrapper .service-block{
	margin-top: 20px;
}
.accordion p{
	float: left;
	font-weight: 600;
	font-family: 'Open Sans';
	color: #363636;
	margin: 0;
}

.services-info{
	padding: 50px 0 0;
	width: 100%;
	overflow: hidden;
}
.services-info h3:after{
	left: 50%;
	margin-left: -37px;
}

.service-info-wrap{
	width: 100%;
	overflow: hidden;
	padding: 30px 0;
}
.service-info-wrap p{
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #363636;
	text-align:justify;
	margin: 0 0 15px;
	font-family: 'Open Sans';
}
.service-block{
	padding: 20px 0 0;
	width: 100%;
	overflow: hidden;
}
.service-block h5{
	position: relative;
	font-size: 22px;
	font-weight: 600;
	color: #3d3636;
	text-align: left;
	margin: 0;
	padding:0 0 20px; 
	text-transform: capitalize;
	font-family: 'Raleway';
}
.service-block h5:after{
	width: 50px;
	height: 4px;
	background: #008ca2;
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
}
.service-block button.accordion{
    background-color: transparent;
    color: #363636;
    cursor: pointer;
    line-height: 28px;
    padding: 10px 15px;
    width: 100%;
    text-transform: capitalize;
    border: 1px solid #ddd;
    border-radius: 30px;
    text-align: left;
    outline: none;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 16px;
    transition: 0.4s all ease;
    margin: 15px 0 0;
    position: relative;
}
.service-block button.accordion:hover:after{
	color: #fff;
	background: #008ca2;
}
.service-block button.accordion:after {
    content: '\002B';
    color: #363636;
    width: 45px;
    height: 28px;
    font-size: 20px;
    background: #dfdfdf;
    font-weight: bold;
    line-height: 28px;
    float: right;
    border-radius: 0 20px 20px 0;
    text-align: center;
    margin-left: 5px;
    transition: all 0.4s ease;
}
.service-block button.accordion.active:after {
    content: "\2212";
	background: #008ca2;
    color: #fff;
}
.service-block div.panel {
    background-color:transparent;
    max-height: 0;
    font-family: 'Open Sans';
    color: #363636;
    font-weight: 400;
    font-size: 14px;
    box-shadow: none;
    overflow: hidden;
    margin-bottom: 0;
    transition: max-height 0.2s ease-out;
}
.service-block div.panel p{
	padding: 15px 15px;
	margin: 0;
	font-size: 14px;
	line-height: 26px;
}
.panel ul{
	margin: 20px 0;
}
.panel li{
	padding: 5px 50px;
	color: #363636;
	font-weight: normal;
	font-family: 'Open Sans';
	font-size: 16px;
	text-align:left;
	margin: 0;
	position: relative;
}
.unorder-list li{
	line-height: 34px;
    font-size: 14px;
    position: relative;
    display: block;
    color: #444;
    font-family: 'Open Sans';
}
.unorder-list li:before,
.unorder-list li:after{
	width: 12px;
    height: 12px;
    background: #008ca2;
    content: '';
    border-radius: 50%;
    top: 50%;
    margin-top: -6px;
    left: 20px;
    position: absolute;
}
.unorder-list li:after{
	left: 31px;
    width: 8px;
    height: 8px;
    margin-top: -3px;
}
.panel li i{
	margin-right: 5px;
	color: #008ca2;
}
.panel-block p{
	padding: 5px 18px!important;
	margin: 0;
}
.psychotherapy-block h5{
	margin: 20px 0;
	font-size: 22px;
}
.psychotherapy-block p{
	font-weight: 400;
	font-family: 'Open Sans';
	color: #363636;
	font-size: 16px;
	margin: 0 0 15px;
}
.contact-now{
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
	background: #f5f5f5;
}
.contact-now p{
	font-size: 22px;
	color: #363636;
	font-family: 'Raleway';
	font-weight: 600;
	margin: 13px 0 0;
}
.contact-now p strong{
	font-family: 'Raleway';
	color: #008ca2;
	font-size: 22px;
	font-weight:600;
}
.contact-now .btn-main{
	padding: 14px 20px;
	margin: 0 auto;
	display: table;
}
.contact-now .btn-main:hover{
	color: #fff;
}

/* Contact US Page */
.contact-banner{
	background-image: url(../images/contact-banner.jpg);
}
.contact-info{
	padding: 30px 0;
	width: 100%;
	overflow: hidden;
}
.contact-info h5{
	font-size: 26px;
	font-weight: 600;
	font-family: 'Raleway';
	color: #363636;
	margin: 0;
	text-align: center;
}
.contact-block{
	margin-top: 20px;
	padding: 20px 0;
	transform: all 0.4s ease;
}
.contact-block span{
	background: transparent;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	line-height: 80px;
	color: #008ca2;
	text-align: center;
	font-size: 25px;
	margin: 0 auto 20px;
	display: table;
	border: 1px solid #008ca2;
	transition: all 0.4s ease;
}
.contact-block p,.contact-block p a{
	font-size: 16px;
	color: #363636;
	font-family: 'Open Sans';
	font-weight: 400;
	text-align: center;
	margin: 0;
}
.contact-form{

}
.contact-form h5{
	font-size: 26px;
	font-weight: 600;
	font-family: 'Raleway';
	color: #363636;
	margin: 40px 0 40px;
	text-align: center;
}
.contact-form .form-control{
	padding: 12px 10px;
	height: auto;
	box-shadow: none;
	color: #363636;
	border-radius: 0;
	font-size: 14px;
	font-family: 'Open Sans';
}
.contact-form .form-control:focus,.contact-form .form-control.active{
	border-color: #ccc;
	box-shadow: none;
}
.contact-form textarea{
	resize: none;
}
.form-block .btn-main{
	margin: 20px auto 30px;
	display: table;
}
.form-block .btn-main:hover{
	color: #fff;
}
.accordion p{
	margin: 0!important;
}
.normal-block,
.light-block{
	
}
.high-block{

}

/* Appointment Form */
.appointment-form{
	background: #fff;
	padding: 50px 0;
	width: 100%;
}
.appointment-form h2{
	font-size: 26px;
	color: #008ca2;
	font-family: 'Open Sans';
	font-weight: 600;
	margin: 0 0 20px;
}
.form-appoint-block{
	padding: 20px;
	background: #f2f3f5;
}
textarea{
	resize: none;
}
.form-appoint-block .form-control{
	padding: 10px 15px;
	height: auto;
	border: 1px solid #999999;
	box-shadow: none;
	border-radius: 0;
	font-size: 14px;
	color: #363636;
	font-weight: 600;
	font-family: 'Open Sans';
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #363636;
}
.form-appoint-block .form-control:focus{
	border-color: #999999;
}
.form-appoint-block .form-group{
	margin-bottom: 25px;
}
.btn-appoint .btn-main{
	display: table;
}
.btn-appoint .btn-main:hover{
	color: #fff;
}
.what-we-offer-resp{
	display: none;
}

.img-algo-block{
	margin-bottom: 20px;
}
.img-algo-block img{
	width: 90%;
	height: 200px;
	margin: 20px auto 0;
}
.fot-address p{
	font-size: 14px;
}