.hiddenCard{display:none;}
.therapist-wrapper img {
    width: 100%;
}

.therapist-header {
    background-image: url(https://emdr-belgium.be/wp-content/uploads/2017/12/Headers-2.jpg?id=16662);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 250px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
	width: 100%;
}

.therapist-header .container {
	background: none;

}

.therapist-info-body.container{
	
}

.therapist-name {
    color: #175d87;
    font-size: 30px;
    text-transform: uppercase;
}

.therapist-function {
    color: #175d87;
    font-size: 17px;
    text-transform: uppercase;
}

.intro {
    display: flex;
    flex-wrap: wrap;
}

.bio-text {
    order: 1;
}

.profile-photo {
    width: 300px;
    text-align: center;
    margin: 0 auto;
}

.therapist-page {
    margin-bottom: 30px;
    color: #175d87;
}

.bio-text,
.therapist-info {
    width: 100%;
    padding: 0;
}

.therapist-info {
    margin-bottom: 40px;
	padding-right: 80px;
}

.contact-row {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
	flex-wrap: wrap;
}

.contact-cell {
    text-align: center;
	margin-bottom: 10px;
	width: 100%;
}

.contact-cell p a {
    color: #175d87;
}

.icon-style {
    margin-bottom: 5px;
    font-size: 25px;
    color: #175d87;
}

.icon-style a {
    color: #175d87;
}

.therapist-btn {
    font-size: 14px;
    font-weight: 400;
    font-family: "Montserrat",sans-serif;
    letter-spacing: .5px;
    border-radius: 4px;
    border: 1px solid #457d9f;
    color: #fff;
    background-color: #457d9f;
    padding: 5px 10px;
    margin-right: 10px;
    margin-top: 10px;
}

.therapist-btn:hover,
.therapist-btn.active {
    color: #457d9f;
    background-color: #fff;
    text-decoration: none;
}

.therapist-categories {
    margin-top: 50px;
    margin-bottom: 50px;
}

.categories-buttons {
    display: flex;
    flex-wrap: wrap;
}

#collapse-content {
    margin-top: 10px;
}

#collapse-content .card-body {
    flex-direction: row;
    flex-wrap: wrap;
}

#collapse-content .card-body p {
    color: #175d87;
    font-weight: 600;
    margin-right: 50px;
	margin-bottom: 0 !important;
}

.footer_top .container {
    background-color: #175D87 !important;
}
/*1-05*/


.therapist-info-body .box-content {
    display: inline-block;
    position: relative;
    width: 100%;
margin-bottom: 35px;
}
.therapist-info-body .box_content_left {
    width: 55%;
    float: left;
    display: inline-block;
    padding: 15px 0px 15px 15px;
    min-height: 550px;
}
.therapist-info-body .box_content_right {
    float: right;
    width: 45%;
    padding-left: 15px;
    border-left: 0;
    min-height: 550px;
}
.therapist-info-body .box_content_left img{
    max-width: 140px;
    height: 132px;
    object-fit:contain;
}

.box-title {
    font-size: 22px;
    color: #457D9F;
    margin: 5px auto;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 700;
    padding-top: 6px;
}
.therapist-info-body .info{
    padding-top: 9px;
    display: block;
}
.therapist-info-body .info p:first-child{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
.therapist-info-body .info p:nth-child(2n) a{
        font-size: 16px;
    line-height: 35px;
    font-weight: 400;
    color: #457D9F !important;
}
.therapist-info-body .info p{
    font-size: 16px;
    color: #000;
    font-weight: 400;
    display: block;
    width: 100%;
    margin-bottom: 0;
}
.therapist-info-body .box_content_left span , .box_content_right  span{
        display: block;
    font-size: 16px;
    font-weight: 400;
    padding-top: 22px;
    color: #9d9d9d;
    letter-spacing: 1.5px;
}
.therapist-info-body .box_content_left .rating , .box_content_right .rating{
    padding-top: 11px;
    display: block;
    padding-left: 73px;
}
.therapist-info-body .box_content_left .rating li , .box_content_right .rating li{
    padding-right: 0px !important;
    margin-right: 0px !important;
    list-style-type: disc !important;
    font-size: 16px;
    line-height: 30px;  
    border: 0 !important;
    width: 100%;
    color: #9d9d9d;
}
.therapist-info-body .box_content_right .rating li{
   padding-left: 15px !important
}
@media (min-width: 768px) {
    .bio-text {
        padding-right: 30px;
        order: 0;
    }
    .therapist-info {
        padding-left: 30px;
    }
    .intro {
        flex-wrap: nowrap;
    }
    .bio-text,
    .therapist-info {
        width: 50%; 
    }
  .contact-cell {
    width: 50%;
  }
}

#list .detail-page {
    margin-top: 10px;
} 

 
#list .detail-page a {
    color: #457d9f;
}

.hiddenCard{display:none !important;}

@media(max-width: 991px){
    .therapist-info-body .box_content_right .rating{
            padding-left: 37px;
    }
    .therapist-info-body .box_content_left img{
        margin: 0 auto !important;
        text-align: center;
        display: block;
    }
    

}

@media(max-width: 767px){
    .therapist-info-body .box_content_left ,  .therapist-info-body .box_content_right{
        width: 100%;
        float: none;
        min-height: 100%;
    }

    .therapist-info-body .box_content_right{
        border-left: 1px solid #000;
        border-top:0;
    }
    .therapist-info-body .box_content_left{
        border-bottom: 0;
    }
    .therapist-info-body .box-title , .info{
        text-align: center;
    }
    .therapist-info-body .box_content_right .rating{
            padding-left: 73px;
    }
    .therapist-info-body .box_content_right{
       padding-bottom: 20px;
   }
}
@media(max-width: 479px){
   .therapist-info-body .box_content_left .rating , .therapist-info-body .box_content_right .rating{
            padding-left: 30px;
    }
    .therapist-info-body .box_content_left{
        padding-right: 15px;
    }
    .therapist-info-body .info p:nth-child(2n) a {
        font-size: 16px;
        word-break: break-word;
        line-height: 24px;
        font-weight: 400;
        color: #457D9F !important;
        padding-top: 11px;
        display: block;
        padding-bottom: 10px;
   }
    .therapist-info-body .box_content_right{
    padding-bottom: 20px;
   }

}



