header.inner-header {
    background: #EAEAEA;
    min-height: 200px;
    display: flex;
    align-items: center;
}

.inner-banner-img {
    display: flex;
    align-items: center;
    justify-content: end;
}
.inner-banner-img div {
    max-width: 226px;
    padding: 0px 10px;
}
section.inner-intro {
    padding: 60px 0px;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}
.doc-bio {
    text-align: left;
}
section.top-rated-box {
    background: #000000;
    margin-top: 40px;
    padding: 70px 0px;
    text-align: center;
    margin-bottom: 40px;
}

section.top-rated-box p{
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto 35px;
    line-height: 1.5rem;
}

section.top-rated-box a{
    color: #fff;
}

section.team-sec {
    text-align: center;
}
.team-box {
    max-width: 211px;
    margin: 0 auto;
}
.team-box h3  {
   font-size: 1rem;
    font-weight: 700;
    font-family: "Red Hat Display", sans-serif;
    line-height: 1.25rem;
}
.team-box p {
    font-size: 14px;
    line-height: 16px;
    color: #585858;
    margin-top: 11px;
}
section.team-sec .row {
    max-width: 850px;
    margin: 0 auto;
    margin-top: 50px;
}
.case-study-slider .slidess {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.br-30 {
    border-radius: 30px;
}
.case-study-slider .slides {
  padding: 20px;
  min-width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: white;
}

.case-study-slider .dotss {
  text-align: center;
  margin-top: 20px;
}

.case-study-slider .dots {
  height: 15px;
  width: 15px;
  margin: 0 5px;
  background-color: #CCCCCC;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.case-study-slider .dots.active {
  background-color: #B79A52;
}
.case_box {
    border-radius: 15px;
}
.case_box {
  text-align: center;
  min-height: auto;
}
 .case_box {
    max-width: 614px;
    text-align: center;
}
.case_box img {
    display: block;
    text-align: center;
    margin: 0 auto;
}
.rating-star {
    max-width: 118px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.case_study {
  padding: 30px 0;
  margin-top: 0px;
  text-align: center;
}
.card-content {
  max-width: 348px;
  margin: 0 auto;
}
.case-study-slider {
    display: block;
}
.case-study-slider .slider {
    overflow: hidden;
}
.case_box .desc_ {
    min-height: 156px;
}
.case_study {
    margin-bottom: 50px;
}
.team-box h3 a {
    color: #000000;
    text-decoration: none;
}
.team-box h3 a:hover{
    color: #B79A52;
    transition: .5s linear;
}
.inner-banner-img img {
    box-shadow: 0px 0px 20px #00000026;
    border-radius: 15px;
    
}
 

        .image.zoom {
            opacity: 1; /* Make visible during zoom animation */
            animation: zoomInOut 5s ease-in-out infinite; /* Smooth zoom-in and zoom-out */
        }

        @keyframes zoomInOut {
            0%, 100% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.05);
            }
        }
@media (max-width: 991.5px) {
    
    .dr-syra-cover {
        max-width: 350px;
        margin: 0 auto;
    }
    .dr-syra-cover img{}
    
    .doc-bio {
    text-align: center;
    margin-top: 35px;
    }
header.inner-header .col-md-4, header.inner-header .col-md-8 {
    width: 100%;
    text-align: center;
}
.inner-banner-img div {
    margin-top: 15px;
}
.inner-banner-img {
    
    justify-content: center;
}
section.team-sec .btn-outline-dark {
    width: 100%;
    max-width: 290px;
}

}
@media (max-width: 767.5px) {
header.inner-header {
   
    min-height: 150px;
     
}
section.inner-intro {
    padding: 31px 0px;
  
}
.case_study {
    margin-bottom: 0px;
}
.case_box .desc_ {
    min-height: 360px;
}
}
@media (max-width: 575.5px) {
    .inner-banner-img div:nth-child(2) {
    display: none !important;
}
.inner-banner-img div:nth-child(3) {
    display: none !important;
}
}