
/** team-details **/

.team-details{
  position: relative;
}

.team-details-content{
  position: relative;
  display: block;
}

.team-details-content .image-box{
  position: relative;
  display: block;
  height:100%;
  border-radius: 18px;
}

.team-details-content .image-box img{
  width: 100%;
  height:100%;
  object-fit:cover; 
  border-radius: 18px;
}

.team-details-content .content-box{
  position: relative;
  display: block;
}

.team-details h2{
  font-size: 28px;
  line-height: 28px;
  color: #000 !important;
  font-weight: 600;
  margin-bottom: 10px;
}

.temdddfz h3
{
  font-weight: 600;
  font-size: 21px;
  color: #000;
  margin-bottom: 10px; 
}
.team-details-content .content-box .designation{
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom:10px !important;
  line-height: 24px;
  color: var(--secondary-color);
  margin-bottom: 1px;
}

.team-details-content .content-box p{
  display: block;
  margin-bottom: 10px;
  color:#000 !important;
}

.team-details-content .content-box .info-list li{
  position: relative;
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}

.team-details-content .content-box .info-list li:last-child{
  margin-bottom: 0px;
}

.team-details-content .content-box .info-list li a{
  color: var(--text-color);
}

.team-details-content .content-box .info-list li a:hover{
  color: var(--secondary-color);
}

.team-details-content .content-box .info-list li strong{
  font-weight: 600;
  color: var(--title-color);
}

.team-details-content .content-box .social-links li{
  position: relative;
  display: inline-block;
  font-size: 18px;
  margin-right: 15px;
}

.team-details-content .content-box .social-links li:last-child{
  margin: 0px !important;
}

.team-details-content .content-box .social-links li a{
  display: inline-block;
  color: var(--title-color);
}

.team-details-content .content-box .social-links li a:hover{
  color: var(--secondary-color);
}

.team-details .experience-details h2{
  margin-bottom: 15px;
  color:#000 !important;
}

/* start treatment section */
.mb-20
{
  margin-bottom:20px !important;
}
.contentreatmentss .row
{
  margin-top:30px;
  padding-top: 30px;
    border-top: 1px solid #c8c8c8;
}
.contentreatmentss .boxxxshs ul li:before
{
display:none !important;
}
.contentreatmentss .boxxxshs ul li
{
  padding: 15px 22px !important;
  background-color: #a3120a21 !important;
  margin: 10px 10px !important;
  /* width: 245px !important; */
  float: left;
  font-size: 15px;
  font-weight: 500;
}
.contentreatmentss p b
{
  color:#a3120a !important;
}
.contentreatmentss p strong
{
  color:#a3120a !important;
}
.contentreatmentss ul li
{
  color:#000 !important;
  padding-left:23px;
  position:relative;
  font-size:14px 
  !important;
}
.contentreatmentss ul li:before
{
  content:'\f069 ';
  font-family:FontAwesome;
  position:absolute;
  left:0;
  color:#a3120a;
}
.contentreatmentss h3
{
  margin: 10px 0;
  font-size: 25px;
  color:#000 !important;
  font-weight: 800 !important;
}
/* end treatment section */


.team-details .experience-details p{
  margin-bottom: 5px;
  color:#000 !important;
}

.team-details .experience-details p:last-child{
  margin-bottom: 0px;
}

.team-details .skills-box h2{
  margin-bottom: 30px;
}

.team-details .skills-box .progress-inner{
  max-width: 550px;
}

.team-details .appointment-inner h2{
  margin-bottom: 30px;
}

.team-details .appointment-inner .form-group{
  margin-bottom: 30px;
}

.team-details .appointment-inner .form-group:last-child{
  margin-bottom: 0px;
}





/** RTL-CSS **/

.rtl .team-details-content .content-box .social-links li{
  margin-right: 0px;
  margin-left: 15px;
}



/** RESPONSIVE-CSS **/


@media only screen and (max-width: 1200px){



}

@media only screen and (max-width: 991px){

  .team-details-content .image-box{
    margin-right: 0px;
    margin-bottom: 30px;
  }

}

@media only screen and (max-width: 767px){

  .team-details .skills-box{
    margin-bottom: 30px;
  }

}

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 499px){


}












































