body{
    font-family: 'Akzidenz-Grotesk Next';

}
h1,h2,h3,h4,h5,h6{
    font-family: 'Akzidenz-Grotesk Next';
}
section.knee_banner_wrapper {
    padding: 0;
    position: relative;
}
.bg-color{
    background-color: #F5F5F5;
}
header.main_header {
    padding: 24px 0;
}
.header_main_wrapper {
    display: flex
;
    justify-content: space-between;
    align-items: center;
}
a{
    text-decoration: none;
}
.sp{
    padding: 100px 0;
}
section{
    padding: 0;
}
.header_logo {
    width: 170px;
    /* height: 180px; */
}
.header_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.knee_wrapper_btn {
    display: inline-block;
    padding: 14px 38px;
    background: #f26531;
    border-radius: 12px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid transparent;
    transition: all 0.8s ease;
}
a.knee_wrapper_btn i {
    margin-right: 5px;
    font-size: 19px;
    line-height: 14px;
}
.location_content .book_wrapper {
    text-align: left;
}
a.knee_wrapper_btn:hover {
    background: transparent;
    color: #f26531;
    border: 1px solid #f26531;
    transition: all 0.8 ease;
    font-family: 'Akzidenz-Grotesk Next';
}
.offer_content .book_wrapper {
    margin-top: 0;
}
img{
    width: 100%;
}

section.hero_banner_main > img {
    object-fit: cover;
    object-position: right;
    width: 100%;
    height: 100%;
}
section.hero_banner_main {
    position: relative;
    overflow: hidden;
}
.banner_content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner_content_main {
    width: 50%;
}

.banner_content_main p {
    width: 75%;
}
.banner_content_main h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 12px;
}
.usp_item {
    border: 1px solid #fcd7cb;
    padding: 13px;
    border-radius: 50%;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    background: #f26531;
    color: #fff;
}
.usp_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .usp_item h2 {
    font-size: 25px;
    line-height: 32px;
    font-weight: 600;
    text-align: center;
}

.usp_item p {
    text-align: center;
    margin-bottom: 0;
}

.main_title h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #000;
    text-align: center;
}
.main_title h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #F26531;
    text-align: center;
    width: 60%;
    margin: 0 auto;
}
.book_form {
    padding: 48px;
    box-shadow: 2px 2px 9px 1px #0000001A;
    width: 85%;
    height: 100%;
    border-radius: 14px;
    margin-left: 24px;
    background: linear-gradient(180deg, rgb(255 147 24 / 26%) 0%, #fff1ec 100%);
}
.main_title {
    margin-bottom: 48px;
}
/* section.book_wrapper.sp {
    padding-top: 0;
} */
section.book_wrapper.sp .form-control::placeholder {
    color: #000;
    font-size: 14px;
    line-height: 24px;
}
section.book_wrapper.sp .form-control {
    background: #FFE6DD;
    border: 1px solid transparent;
    margin-bottom: 20px;
    padding: 10px 27px;
}

section.book_wrapper.sp select.form-select{
    background: #FFE6DD;
    border: 1px solid transparent;
    margin-bottom: 20px;
    padding: 10px 27px;
}

.offer_content {
    background:linear-gradient(180deg, rgb(255 147 24 / 26%) 0%, #fff1ec 100%);
    padding: 48px;
    width: 100%;
    height: 100%;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    overflow: hidden;
}
input.form-control {
    height: -webkit-fill-available;
    height: 48px;
    margin-bottom: 24px;
}

.offer_content h2 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
    font-weight: 500;
}
input.knee_wrapper_btn {
    margin-top: 24px;
}
.knee_main_title h2 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 24px;
    text-align: center;
    font-weight: 500;
}
/* section.video_main_wrapper.sp {
    background: #fff5e8;
} */
.video_wrapper {
    border-radius: 24px;
    overflow: hidden;
}

section.locations_wrapper_main.sp {
    background: linear-gradient(180deg, rgb(255 147 24 / 26%) 0%, #fff1ec 100%);
}
.location_main {
    display: grid
;
    /* grid-template-columns: auto; */
    gap: 30px;
    justify-content: flex-start;
    align-items: center;
    /* margin: 24px 0; */
    grid-template-columns: 1fr 1fr;
}
.location_image {
    width: 40%;
    /* height: 191px; */
    overflow: hidden;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}
.location_image img {
    height: 100%;
    object-fit: fill;
}


.location_content {
    background: #fff;
    /* height: 100%; */
    padding: 42px;
    text-align: left;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    border-bottom: 4px solid #f26531;
    width: 50%;
}
.location_content .book_wrapper {
  text-align: left;
}
.location_content h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 12px;
}
.location_content p {
    font-weight: 400;
    font-size: 20x;
    line-height: 30px;
    margin-bottom: 0;
    /* height: 70px; */
    /* width: 85%; */
}
.location_content .knee_wrapper_btn {
    padding: 13px 29px;
    font-size: 15px;
}
.location_content .book_wrapper {
    margin-top: 12px;
}
.contact-content .flexss {
    width: 80%;
    margin-bottom: 8px;
}
.contact-content {
    display: flex
;
    align-items: flex-start;
    padding-bottom: 5px;
}
.contact-content img {
    width: 35px !important;
}
.flexss a {
    color: #000;
    padding-left: 8px;
}

.flexss h4 {
    padding-top: 10px;
    color: var(--dark-red);
    font-size: 22px;
    font-weight: 400;
}
.location_content .book_wrapper {
    justify-content: flex-start;
}
/* section.knee_experts_wrapper.bg-color.sp .owl-nav {
    display: none;
} */
.knee_experts_slider .owl-prev:before {
    position: absolute;
    content: '';
    left: -70px;
    width: 50px;
    height: 50px;
    background-image: url(https://ssbhealthcare.com/wp-content/themes/SSB-Hospital/assets/img/slider-left.svg);
    background-size: contain;
    top: 50%;
}
.knee_experts_slider .owl-next:before {
    position: absolute;
    content: '';
    right: -70px;
    width: 50px;
    height: 50px;
    background-image: url(https://ssbhealthcare.com/wp-content/themes/SSB-Hospital/assets/img/slider-right.svg);
    background-size: contain;
    top: 50%;

}
.knee_expert_image {
    /* width: 200px; */
    /* height: 200px; */
    background: #d3cbc980;
    padding: 24px;
    /* border-radius: 50%; */
    padding-bottom: 0;
    margin: 0 auto;
    overflow: hidden;
}
.knee_expert_image img {
    object-fit: cover;
    margin-top: 33px;
}
.knee_expert_content {
    margin-top: 24px;
    text-align: center;
}

.knee_expert_content h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 12px;
}
.knee_expert_item {
    padding: 44px 0;
    background: #fff;
    border-radius: 24px;
    margin-right: 18px;
    padding-top: 0;
    overflow: hidden;
}
.knee_expert_content h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
div#exampleModal iframe {
    width: 100%;
}
div#exampleModal1 iframe {
    width: 100%;
}
.exp_badge {
    background: #d5d5d5ad;
    width: 100%;
    padding: 8px 0;
    margin: 0;
    margin-top: 24px;
}
.knee_experts_wrapper .book_wrapper {
    margin-top: 48px;
}
.exp_badge p {
    margin-bottom: 0;
    color: #000;
    font-size: 20px;
    line-height: 30px;
    color: #F26531;
    font-weight: 500;
}
.video_wrapper {
    border-radius: 24px;
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
}
section.knee_experts_wrapper.bg-color.sp {
    background: linear-gradient(180deg, rgb(255 147 24 / 26%) 0%, #fff1ec 100%);
}

.location_item {
    display: flex
;
    justify-content: center;
    /* align-items: center; */
}

.social_image {
    border-radius: 24px;
    overflow: hidden;
    margin-right: 17px;
}

.social_image {
    border-radius: 24px;
    overflow: hidden;
    margin-right: 17px;
}
.social_wrapper_slider.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-stage .owl-item:nth-child(even) {
    margin-top: 48px;
  }
.social_wrapper_slider.owl-carousel.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 80px;
}

.social_image {
    position: relative;
    overflow: hidden;
}
.social_image:hover:after {
    height: 150%;
    transition: all 600ms linear;
    background-color: transparent;
}
.social_image:after {
    content: "";
    position: absolute;
    width: 160%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.location_slider.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-dots {
    margin-top: 22px;
}

.book_stats {
    width: 100%;
}
.book_form {
    padding: 34px;
    width: 100%;
    margin-left: 0;
}
.book_form .knee_main_title h2 {
    font-size: 30px;
    line-height: 30px;
}
.book_form .knee_main_title {
    margin-bottom: 28px;
}
.stats_content h3 {
    font-size: 34px;
    line-height: 44px;
}
.stats_icon {
    width: 52px;
    height: 52px;
    margin-right: 34px;
}
section.book_wrapper.sp{
    background: linear-gradient(180deg, rgb(255 147 24 / 26%) 0%, #fff1ec 100%);
}.book_stats  img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.book_stats {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 24px;
    /* box-shadow: 2px 2px 6px 4px #eee; */
    margin-bottom: 29px;
    width: 60%;
    margin-left: auto;
    background: #fff;
}

.book_stats
.stats_content h3 {
    font-size: 48px;
    line-height: 58px;
    color: #F26531;
    margin-bottom: 0;
}
.stats_content p{
    font-size: 23px;
    line-height: 33px;
    color: #F26531;
    margin-bottom: 12px;
    text-transform: capitalize;
}
.book_form {
    padding: 48px;
    box-shadow: 2px 2px 9px 1px #0000001A;
    width: 85%;
    height: 100%;
    border-radius: 14px;
    margin-left: 24px;
    background: #fff;
}


section.book_wrapper.sp .form-control::placeholder {
    color: #000;
    font-size: 14px;
    line-height: 24px;
}
section.book_wrapper.sp .form-control {
    background: #FFE6DD;
    border: 1px solid transparent;
    margin-bottom: 35px;
    padding: 10px 27px;
}

section.book_wrapper.sp select.form-select{
    background: #FFE6DD;
    border: 1px solid transparent;
    margin-bottom: 20px;
    padding: 10px 27px;
}
.stats_icon {
    width: 60px;
    height: 60px;
    margin-right: 24px;
}
.main_button {
    transition: all 0.5s;
    padding: 15px 40px;
    display: inline-block;
    color: #EB5F30;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 17px;
    border: solid 2px #EB5F30;
    background: transparent;
    margin-top: 12px;
}
/* .button_strip_wrapper {
    position: fixed;
    background: #f26531;
    width: 100%;
    padding: 12px 0;
    bottom: 0;
    z-index: 9999999;
    display: none;
} */
.main_button:hover {
    background: #EB5F30;
    color: #fff;
}
.book_form .knee_main_title h2 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 0;
}

.copy-right {
    position: inherit;
    /* top: 30px; */
}
.copy-right {
    position: relative;
}
.copy-right {
    display: flex
;
    align-items: center;
    justify-content: space-between;
}

.copy {
    padding: 30px 0px;
    background: var(--black);
}
.copy {
    padding: 30px 0px;
    background: #000;
}

.header_main_wrapper .book_wrapper a.knee_wrapper_btn {
    font-size: 19px;
}
.copy-right p {
    margin: 0px;
    color: #fff;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
}

select.form-select {
    height: 48px;
    border: 1px solid #ced4da;
}

a.bottom_btn i {
    margin-right: 12px;
}
a.bottom_btn {
    text-align: center;
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 29px;
    font-weight: 600;
    text-transform: uppercase;
    background: #f26531;
    display: block;
    padding: 12px 16px;
    border-right: 2px solid #ffffff47;
    width: 50%;
}

.button_strip_wrapper {
    position: fixed;
    /* background: #f26531; */
    width: 100%;
    /* padding: 12px 0; */
    bottom: 0;
    z-index: 9999999;
    display: none;
}

.blink {
    animation: blink-animation 2s ease-in-out infinite;
    color: #fff;
    font-weight: bold;
  }
  
  @keyframes blink-animation {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
  }
  .call-buttons-container {
    position: fixed;
    right: 0;
    bottom: 50%;
    display: flex
;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
    background: #edededcf;
    padding: 11px;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}

.header_main_wrapper .book_wrapper {
    margin-top: 0;
}

  .call-buttons-container a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    text-decoration: none;
    font-size: 32px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    transition: background-color 0.3s;
  }

  .call-buttons-container a.call-btn {
    background-color: #f26531;
}

  .call-buttons-container a:hover {
    opacity: 0.9;
  }
  .banner_button_wrapper a.knee_wrapper_btn {
    margin-right: 14px;
}
.banner_button_wrapper {
    display: flex;
    align-items: center;
    margin-top: 24px;
}

.book_wrapper {
    margin-top: 0px;
    text-align: center;
}


.team_name {
    padding: 20px 0 0;
}
.team_image img {
    object-fit: contain;
}
.team_item {
    background: #f9f5f5 !important;
    padding: 26px;
    border-radius: 24px;
    color: #000;
    margin-bottom: 30px;
}
.team_name h2 {
    font-weight: 500;
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 10px;
    color: #f26531;
}
  .team_name h3{
  font-weight: 300;
  font-style: 45 Light;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 24px;
  position: relative;
  }
  /* .team_name h3:before {
    content: '';
    position: absolute;
    bottom: -24px;
    width: 65px;
    height: 1px;
    left: 0;
    background: #fff;
  } */
  .book_wrapper_doc {
    margin-top: 20px;
    cursor: pointer;
}
  .team_details {
    margin-top: 24px;
    color: #000;
}
  .team_details p {
    font-weight: 300;
    font-style: 45 Light;
    font-size: 20px;
    line-height: 30px;
    margin-top: 24px;
  }
  .knee_expert_content h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #f26531;
}

  .team_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .team_image {
    border-radius: 24px;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  
  .plus_icon {
    text-align: right;
    background: #5d5757;
    width: 40px;
    height: 40px;
    display: flex
  ;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-left: auto;
    cursor: pointer;
  }
  
  .modal-content {
    /* background:#f9f5f5 !important; */
    color: #fff !important;
  }
  
  
  .team_name h2 {
    font-weight: 600;
}
  section.team_wrapper.sp .main_title {
    margin-bottom: 48px;
    text-align: center;
  }
  
  .modal-body .team_image {
    width: auto;
    height: 290px;
    background: #f36c3124;
    padding: 30px 0 0;
}
  .modal-body button.btn-close {
    color: #000 !important;
    margin-left: auto !important;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 10px;
    font-size: 12px;
    /* filter: invert(1); */
    width: 15px;
    height: 15px;
  }
  button.btn-close {
      background-color: none;
  }
  .close_btn {
    text-align: right;
  }
  .modal-body .team_content {
    padding-left: 24px;
  }
  .team_details p:last-child {
    font-size: 15px;
}


  .team_details ul li {
    width: 48%;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    margin-bottom: 8px;
    font-weight: 300;
    margin-right: 12px;
}
.team_details p b {
    font-weight: 600;
}
.team_details ul {
    display: flex
;
    flex-wrap: wrap;
}
.team_details p {
    margin-top: 0;
}
.team_details {
    margin-top: 0;
    color: #000;
}


.team_name ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.team_name ul li {
    width: 50%;
    /* border: 1px solid #f69743; */
    /* border-radius: 24px; */
    /* padding: 17px; */
    /* background: #fff; */
    /* margin-right: 14px; */
}
.counters_item img {
    width: 45px;
    height: 45px;
    margin: 0 auto;
    border: 1px solid #f26835;
    padding: 5px;
    border-radius: 50%;
    margin: 0px auto 8px;
    text-align: center;
}
.counters_item {
    font-size: 22px;
    margin-bottom: 0;
    line-height: 41px;
    padding: 0;
    font-weight: 700;
    border-radius: 34px;
    text-align: center;
}
.exp_badge{
    margin-top: 10px;
}
.team_details img {
    width: 35px;
    height: auto;
    margin-right: 5px;
}
.counters_item p {
    text-align: center;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    width: 95%;
    margin: 0 auto;
}
.modal-body .team_name h2 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 15px;
    text-align: center;
}
.modal-body .team_details p {
    font-size: 20px;
    line-height: 30px;
}
.modal-body .team_name h3 {
    font-style: 45 Light;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 0;
    position: relative;
    text-align: center;
    font-weight: 600;
}

.doc_loc h3 {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0;
    color: #000000;
}
.team_details h3 {
    font-size: 26px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 19px;
    color: #f26531;
}
.doc_loc h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
    color: #595151;
}
.doctors_additional_info {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f26531;
    padding-top: 25px;
    margin-top: 26px;
}
.doc_loc {
    display: flex
;
    justify-content: center;
    align-items: center;
}
.doc_loc img {
    width: 40px;
    height: 40px;
}
.doctors_additional_info .book_wrapper {
    margin-top: 0;
}

.doctors_additional_info .knee_wrapper_btn {
    padding: 14px 19px;
}

.doctors_additional_info  a.bottom_btn {
    font-size: 15px;
    line-height: 29px;
    padding: 12px 16px;
    width: auto;
    display: inline-block;
    border-radius: 12px;
}
.knee_expert_image img {
    object-fit: contain;
    margin-top: 33px;
    width: 100%;
    height: 100%;
}
.knee_expert_image {
    width: auto;
    height: 260px;
    background: #d3cbc980;
    padding: 0;
    /* border-radius: 50%; */
    padding-bottom: 0;
    margin: 0 auto;
    overflow: hidden;
}
.team_name h4 {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #f26531;
}

.team_details h3 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #f26531;
}


.team_details ul {
    list-style: none;
    padding-left: 0;
}

.team_details ul li i {
    margin-right: 8px;
    color: #f26531;
}

.knee_expert_content h4 {
    font-weight: 600 !important;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #f26531;
}

.team_details h3{
    font-size: 32px;
    line-height: 42px;
}


/* banner  */
  /* banner  */

.ban-icon-flex {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.ban-icon-img {
    width: 60px;
}
.ban-icon-cont {
    width: calc(100% - 90px);
}

.ban-icon-cont p {
    margin-bottom: 0;
    padding-left: 12px;
}
.banner_content_main .banner_subtitle {
    margin-bottom: 28px;
}

.google-revi img {
    width: 190px;
}

/* thousand section  */
.why-thous-box img {
    width: auto;
    margin-bottom: 24px;
}
.why-thous-box {
    background-color: #f2f2f2;
    padding: 30px 34px;
    height: 100%;
}
.why-thous-box h4 {
    font-weight: 500;
    margin-bottom: 18px;
}
.why-thousands .col-md-4 {
    padding: 0;
}
.why-thousands .col-md-4:nth-child(even) .why-thous-box {
    background-color: transparent;
}
.why-thousands {
    padding-bottom: 100px;
}
.why-thousands.thous2 .col-md-3 {
    margin-bottom: 24px;
}
/* advance box  */

.advance-box h4 {
    font-weight: 500;
    margin-bottom: 16px;
}
.advance-box p {
    font-size: 18px;
    line-height: 27px;
}
.advance-box {
    margin-bottom: 40px;
    width: 90%;
}
@media (max-width: 767px) {
    section.knee_experts_wrapper.bg-color.s .knee_experts_wrapper .book_wrapper {
        margin-top: 14px;
    }
    section.knee_experts_wrapper.bg-color.sp .main_title h2 {
        font-size: 22px;
        line-height: 32px;
        width: 90%;
        margin: 0 auto 12px;
    }
    section.knee_experts_wrapper.bg-color.sp .main_title h3 {
        font-weight: 500;
        font-size: 14px;
        line-height: 27px;
        color: #F26531;
        text-align: center;
        width: 95%;
        margin: 0 auto;
    }
    .banner_content .banner_button_wrapper {
        display: none;
    }

    section.hero_banner_main {
        height: 68vh;
    }


    section.hero_banner_main .book_wrapper {
        margin-top: 0;
    }
    .modal-body .team_details p {
        font-size: 16px;
        line-height: 30px;
    }
    .doctors_additional_info a.bottom_btn {
        font-size: 17px;
        line-height: 29px;
        
    }
    .doctors_additional_info .book_wrapper {
        margin-top: 12px;
    }
    
    .doc_loc {
        text-align: left;
        justify-content: flex-start;
    }
    .doc_loc h3 {
        font-size: 16px;
        line-height: 27px;
        margin-bottom: 0;
        color: #595151;
    }
    .doctors_additional_info {
        display: block;
    }
    
    .doctors_additional_info .book_wrapper {
        margin-top: 14px;
        text-align: left;
    }
    .team_item {
        padding: 12px 0;
      
    }
    .modal-body .team_image {
        width: auto;
        height: 220px;
        background: #f36c3124;
        padding: 14px 0 0;
    }
    .modal-body .team_image img {
        object-fit: contain;
    }
    .modal-body .team_content {
        padding-left: 24px;
        padding-top: 0;
    }
    .team_name h2 {
        font-size: 25px;
        line-height: 34px;
        margin-bottom: 10px;
    }
    .team_name h4 {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 11px;
    }
    .team_details p {
        font-size: 16px;
        line-height: 26px;
    }
    .team_details h3 {
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 14px;
    }
    .team_details ul li {
        width: 100%;
        font-size: 16px;
        line-height: 26px;
        font-weight: 300;
        margin-bottom: 8px;
        font-weight: 300;
    }
    .knee_expert_image {
        height: 220px;
    }
    .knee_expert_item {
        padding-bottom: 24px;
    }
  }


.warn-mobile{
    display: none;
}