/*========================
Therapists
========================*/


#psychiatrists-slider  { background: #f1f1f1; padding:40px 0; }
#psychiatrists-slider h2 { margin-bottom: 20px;padding-left: 20px; }

#psychologists-slider { padding:40px 0;}
#psychologists-slider h2 { margin-bottom: 20px;padding-left: 20px; }



#psychiatrists-slider h2:before, #psychologists-slider h2:before {left: 20px;}




.therapy-site .services-slider .slide { padding:20px; float: left; width: 100%; margin-bottom: 10px; }
.therapy-site .services-slider .slide .profile-wrap { background: #FFF; float: left; width: 100%; border-radius: 10px; overflow:hidden; /*border:1px solid #d8d8d8;*/
-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.35);
-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.35);
box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.35);
 }
.therapy-site .services-slider .slide .profile-wrap .profile-info { padding:20px; float: left; }
.therapy-site .services-slider .slide .profile-wrap .profile-info ul li i { color: #61ba55; }


.therapy-site .services-slider .owl-buttons div { height: 40px; width: 40px; line-height: 45px; opacity: 1; background: none; padding:0;  }
.therapy-site .services-slider .owl-buttons div img { width: 100%; line-height: 55px; position: relative; opacity: 1; }
.therapy-site .services-slider .owl-buttons .owl-prev {}
.therapy-site .services-slider .owl-buttons .owl-next {}

.therapy-site .services-slider .owl-buttons div:hover img { opacity: 0.5; }

.profile-info .title {font-family: din_next; font-size: 23px; position: relative;}


.profile-info .title:before {    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 3px;
    width: 80px;
    background: #8f7aa3;
    content: '';}

.profile-info .profession {font-family: din_next; font-size: 16px; }

.profile-info .subjects { padding-bottom: 0;}

.profile-info .fa-user-md {color: #8f7aa3;}


.profile-info .check-list {margin: 0;}


/* =======================================
 @ 1300
======================================= */
@media only screen and (min-width: 1300px) {


.therapy-site .services-slider .owl-buttons div { position: absolute; }
.therapy-site .services-slider .owl-buttons .owl-prev { left: -100px; top: 45%; }
.therapy-site .services-slider .owl-buttons .owl-next { right: -100px; top: 45%; }

}