@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url('https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css');
:root {
  --black: #0d0d0d;
  --background: #000000;
  --font-600: 600;
  /* --content-black: #121212; */
  --content-black: #181818;
  --white: #ffffff;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 14px;
  font-style: normal;
  color: var(--black);
}

.row {
  margin: 0px;
}

header .nav-link {
  font-weight: 500 !important;
  color: var(--black);
  padding-left: 12px !important;
  padding-right: 12px !important;
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
}

/* Header Css */
header {
  position: absolute;
  z-index: 999;
  width: 100%;
}

.navbar {
  background-color: #0d0d0d;
  padding: 10px 32px;
}

.logo-img {
  height: 100px;
}

.mobile-logo {
  display: none !important;
}

.desktop-menu {
  display: block;
}

.mobile-menu {
  display: none;
}

/* Footer css */

footer {
  background: #fa737a !important;
  padding: 50px 0px 30px 0px;
}

footer p {
  color: #fff;
  line-height: 25px;
}

footer h4 {
  font-size: 20px;
  font-weight: 500;
/*  text-transform: uppercase;*/
  color: #fff !important;
}

.footer-links li {
  list-style: outside;
  line-height: 20px;
  margin-bottom: 15px;
}

.footer-links ul li img {
  margin-right: 5px;
  height: 16px;
  margin-top: -2px;
  filter: invert(45%) sepia(30%) saturate(5355%) hue-rotate(219deg)
    brightness(88%) contrast(93%);
}

.footer-links ul {
  list-style: none;
  padding-left: 0px;
  line-height: 30px;
}

.footer-links a {
  text-decoration: none;
  font-size: 15px;
  color: inherit;
  color: #fff;
  font-weight: 400;
}

.address-ul li {
  margin-top: 10px;
  display: inline-block;
}

.row.bottom-footer {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #222222 !important;
}

.bottom-footer p {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0px;
  opacity: 0.5;
  color: #fff;
}

.footer-logo-div img {
  height: 60px;
}

.whatsapp-icon {
  position: fixed;
  right: 0px;
  bottom: 40%;
}

.whatsapp-icon a {
  text-decoration: none;
  color: #fff;
}

.whatsapp-icon img {
  height: 40px;
  cursor: pointer;
}

.whatsapp-icon:hover .wtp-div {
  width: 121px;
  background: #29a71a;
  padding: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 45px;
}

.whatsapp-icon:hover .wtp-div-img {
  display: none;
}

.wtp-div {
  display: none;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.wtp-div p {
  float: left;
  margin-bottom: 0px;
}

.wtp-div img {
  float: left;
}

.fixed-div {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 9;
}

.logo-img-fixed {
  height: 50px !important;
}

/* ======================================== */

.home-slider {
  /*background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.9) 0%,
      rgba(0, 0, 0, 0.9) 100%
    ),
    url(https://orthobiologixclinic.com/wp-content/uploads/2022/01/images-11.jpg) !important;*/
  height: 550px;
  position: relative;
  background-size: cover;
  padding-top: 150px;
}

.home-slider::before {
  content: "";
  position: absolute;
/*  background-color: rgb(18 18 18 / 73%);*/
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.home-slide-content {
  margin-top: 100px;
}

.home-slide-content h2 {
  font-weight: 700;
  line-height: 60px;
  font-size: 2.2vw;
  color: #fa737a !important;
  line-height: 1.2em;
  text-transform: uppercase;
}

.home-slide-content p {
  font-size: 15px;
  color: var(--white);
  font-weight: 600;
  line-height: 27px;
}

.home-slide-img img {
  width: 100%;
  padding: 50px;
  border-radius: 80px;
/*  z-index: 99999;*/
  position: relative;
}

.content-section {
  background-color: #2f2484 !important;
}

.content-inner {
  padding: 50px;
  padding-bottom: 130px;
}

.content-section em {
  color: #db9497 !important;
  font-size: 16px;
  font-weight: 400;
}

.content-section h2 {
  font-weight: 700;
  font-size: 2vw;
  color: #fa737a !important;
  line-height: 1.2em;
  text-align: left;
}

.content-section p {
  line-height: 1.8em;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.8em;
  margin-bottom: 15px !important;
  color: #fff !important;
}

.content-section button {
  color: #444444 !important;
  border-width: 8px !important;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  letter-spacing: 0.4px;
  font-size: 13px;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  background-color: #fa737a;
  padding: 8px 15px;
  margin-top: 30px;
}

.content-left img {
  border-radius: 0 0 0 30vw;
  overflow: hidden;
  border-width: 30px;
  border: 15px solid #444444;
  box-shadow: -30px 0px 0px 0px #fa737a;
  width: 100%;
  border-right: 0px;
  border-top: 0px;
  border-bottom: 0px;
}

.content-right img {
  border-radius: 0 0 30vw 0;
  overflow: hidden;
  border-width: 30px;
  border: 15px solid #444444;
  box-shadow: 10px 10px 0px 0px #fa737a;
  width: 100%;
  border-left: 0px;
  border-top: 0px;
  border-bottom: 0px;
}

.section-hr {
  height: 2px;
  background: #fa737a;
}

.about-section {
  padding-top: 80px;
  padding-bottom: 56px;
  margin-top: -2px;
  background-color: #222222 !important;
}

.about-section em {
  color: #db9497 !important;
  font-size: 16px;
  font-weight: 400;
}

.about-section h2 {
  font-weight: 700;
  font-size: 2vw;
  color: #fa737a !important;
  line-height: 1.2em;
  text-align: left;
}

.about-section p {
  line-height: 1.8em;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 5px !important;
  color: #000 !important;
}

.about-section img {
  width: 100%;
  border-radius: 70px;
/*  padding: 50px;*/
}

.testimonial-section {
  padding: 50px 0px;
  text-align: center;
}

.testimonial-section em {
  font-size: 16px;
  font-weight: 400;
  color: #444444 !important;
}

.testimonial-section h2 {
  font-weight: 700;
  font-size: 2vw;
  color: #222222 !important;
  line-height: 1.2em;
  text-align: center;
}

.testimonial-section button {
  color: #222222 !important;
  border-width: 8px !important;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  letter-spacing: 0.4px;
  font-size: 13px;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  background-color: #fa737a;
  padding: 8px 15px;
  margin-top: 30px;
}

.what-make-section {
  background-color: #fa737a !important;
  padding-bottom: 30px;
  background-image: url(https://orthobiologixclinic.com/wp-content/uploads/2022/01/electrician_19.png) !important;
}

.what-make-section em {
  font-size: 16px;
  font-weight: 400;
  color: #444444 !important;
  display: block;
  text-align: center;
}

.what-make-section h2 {
  font-weight: 700;
  font-size: 2vw;
  color: #222222 !important;
  line-height: 1.2em;
  text-align: center;
}

.section-inside-divider {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNGNEY0RjQiPjxwYXRoIGQ9Ik0xMjgwIDE0MFYwUzk5My40NiAxNDAgNjQwIDEzOSAwIDAgMCAwdjE0MHoiLz48L2c+PC9zdmc+);
  background-size: 100% 100px;
  top: 0;
  height: 100px;
  z-index: 1;
  transform: scale(1, -1);
}

.wsm-div {
  padding: 13px 0px;
  display: flex;
  text-transform: capitalize;
  align-items: center;
}

.wms-svg-icon {
  float: left;
    padding-right: 14px;
    padding-top: 8px;
}

.wms-svg-icon svg {
  height: 30px;
  margin-top: -7px;
}

.wsm-text {
  font-weight: 600;
  font-size: 16px;
  color: #222222 !important;
  line-height: 1.6em;
}

.social-media-section {
  padding: 50px;
}

.social-media-section h1 {
  font-family: auto;
  text-align: center;
  font-size: 45px;
}

.social-media-div {
  text-align: center;
}

.social-media-div svg {
  height: 40px;
}

.social-media-div h2 {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 3px;
  font-weight: 600;
  color: #fff;
}

.social-media-div p {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}

.treatment-section {
  padding-top: 34px;
  padding-right: 0px;
  padding-bottom: 50px;
  padding-left: 0px;
/*  background-color: #222222 !important;*/
  text-align: center;
}

.treatment-section em {
  font-size: 16px;
  font-weight: 400;
  color: #db9497 !important;
  display: block;
  text-align: center;
}

.treatment-section h2 {
  font-weight: 700;
  font-size: 2vw;
  color: #fa737a !important;
  line-height: 1.2em;
  text-align: center;
  margin-top: 5px;
}

.ts-div img {
  height: 100px;
  border-radius: 50%;
  border: 5px solid #444;
}

.ts-div h3 {
  color: #000;
  font-size: 18px;
  margin: 5px 0px;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 600;
}

.ts-div a {
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  background-color: #333333;
  text-decoration: none;
  padding: 10px;
  display: block;
  width: 100px;
  margin: 0 auto;
  margin-top: 10px;
}

.text-section {
  background-color: #fa737a !important;
  padding: 30px;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #444444;
}

#typed {
  background: #2f2484;
  padding: 0px 10px;
}

/* ================================================
              Responsive CSS
===================================================*/
@media (max-width: 994px) {

.page-header {
    margin-top: 0px !important;

  }
}
@media (max-width: 767px) {
  .desktop-menu {
    display: none;
  }

  .mobile-menu {
    display: block;
    background-color: transparent !important;
    padding: 10px 10px;
  }

  button.navbar-toggler {
    width: 40px;
    height: 35px;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    position: fixed;
    right: 20px;
    padding: 8px;
  }

  header .nav-link {
    color: var(--black);
  }

  div#offcanvasNavbar {
    width: 250px;
  }

  .col-md-3.ts-div {
    width: 50%;
    float: left;
    margin-bottom: 53px;
  }

  .treatment-section h2,
  .content-section h2,
  .about-section h2,
  .testimonial-section h2 {
    font-size: 25px;
  }

  .content-inner {
    padding: 20px;
    padding-bottom: 30px;
  }

  .content-section button {
    margin-top: 10px;
  }

  .about-section {
    padding-top: 40px;
  }

  .about-section img {
    width: 100%;
    border-radius: 20px;
    padding: 0px;
  }

  .treatment-section {
    padding-bottom: 0px;
  }

  .content-right .row {
    flex-direction: column-reverse !important;
  }

  .ts-div-second {
    margin-top: 0px !important;
  }

  .content-left img {
    box-shadow: -10px 0px 0px 0px #fa737a;
  }

  .content-right img {
    box-shadow: 10px 0px 0px 0px #fa737a;
  }

  .home-slider {
    padding-top: 0px;
  }

  .home-slide-content h2 {
    font-size: 30px;
    text-align: center;
  }

  .home-slide-img img {
    width: 100%;
    padding: 10px;
    border-radius: 20px;
    z-index: 99;
    position: relative;
    margin-top: 30px;
  }

  .navbar {
    padding: 10px 32px;
    position: relative;
    z-index: 99999999;
  }

  .navbar-collapse {
    background: #7a7a7a;
    padding: 15px;
  }

  .mobile-logo {
    display: block;
  }

  .logo-img {
    height: 60px;
  }

  .text-section {
    padding: 10px;
    font-size: 16px;
  }

  .wsm-text {
    font-size: 15px;
  }

  .what-make-section h2 {
    font-size: 25px;
  }

  .section-inside-divider {
    height: 55px;
    background-size: cover;
  }

  footer {
    background: #000000 !important;
    padding: 30px 0px 0px 0px;
  }

  .social-media-section h1 {
    font-size: 32px;
  }

  .footer-links {
    width: 100%;
    margin-bottom: 30px;
  }

  .col.footer-links {
    width: 100% !important;
    flex: inherit;
    text-align: center;
    margin-bottom: 22px;
  }

  .footer-links li {
    margin-bottom: 10px;
  }

  .fixed-div-mobile {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 99;
    padding-right: 50px;
    text-align: left;
    border-bottom: 1px solid #ccc;
  }
}




@media screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  .dropdown .dropdown-menu {
    display: none;
  }
  .dropdown:hover .dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
}

@media screen and (max-width: 991px) {
  .dropdown-toggle.show::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
}
  

.nav-link:focus, .nav-link:hover {
    color: #fa737a !important;
}

.newclass h6{
  color: #fa737a !important;
}
.newclass p{
  color: #fff !important;
}

.newclass h1{
  color: #fa737a !important;
  text-transform: uppercase !important;
  font-weight: bold;
}


.dropdown-item {
    text-transform: uppercase !important;
  }


  .our-team-section:before {
    position: absolute;
    top: -0;
    left: 0;
    content: " ";
    background: url(img/service-section-bottom.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}
.our-team {
    padding: 30px 10px 40px;
    background: #f9f9f9;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 1010px;
    border-bottom: 5px solid #00325a;
}
.our-team:hover{
    border-bottom: 5px solid #2f2f2f;
}

.our-team .pic{
    display: inline-block;
    width: 130px;
    height: 130px;
    margin-bottom: 50px;
    z-index: 1;
    position: relative;
}
.our-team .pic:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #00325a;
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 1;
    transform: scale(3);
    transition: all 0.3s linear 0s;
}
.our-team:hover .pic:before{
 height: 100%;
    background: #2f2f2f; 
 }
.our-team .pic:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ffffff00;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s linear 0s;
}
.our-team:hover .pic:after{
    background: #7ab92d;
}
.our-team .pic img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
    position: relative;
    z-index: 2;
}
.our-team:hover .pic img{
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
}
.our-team .team-content{ margin-bottom: 30px; }
.our-team .title{
    font-size: 22px;
    font-weight: 700;
    color: #4e5052;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.our-team .post{
    display: block;
    font-size: 15px;
    color: #4e5052;
    text-transform:capitalize;
}
.our-team .social{
    width: 100%;
    padding: 0;
    margin: 0;
    background: #2f2f2f;
    position: absolute;
    bottom: -100px;
    left: 0;
    transition: all 0.5s ease 0s;
}
.our-team:hover .social{ bottom: 0; }
.our-team .social li{ display: inline-block; }
.our-team .social li a{
    display: block;
    padding: 10px;
    font-size: 17px;
    color: #fff;
    transition: all 0.3s ease 0s;
}
.our-team .social li a:hover{
    color: #2f2f2f;
    background: #f7f5ec;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}


.testimonials-wrap {
      padding: 40px 0;
    }
    .heading-section {
      text-align: center;
    }
    .sub-heading {
      font-family: 'Lato', sans-serif;
        font-size: 12px;
        display: block;
        font-weight: 600;
        color: #2e9ca1;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
    .heading-section h2 {
      font-size: 28px;
        font-weight: 600;
        padding-top: 10px;
        padding-bottom: 15px;
    }
    .testimonial-box {
        display: block;
        position: relative;
        padding: 30px 20px;
        background: #fff;
        border: 1px solid rgba(0,0,0,.03);
        border-radius: 5px;
        box-shadow: 0 0 20px rgba(0, 0, 0, .08);
        height: 279PX;
    }
    .user-img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        position: relative;
      min-width: 80px;
      background-size: 100%;
    }
    .carousel-testimonial .item {
      padding: 30px 10px;
    }
    .quote {
      position: absolute;
        top: -23px;
        color: #2e9da1;
        font-size: 27px;
    }
    .name {
      margin-bottom: 0;
        line-height: 14px;
        font-size: 17px;
        font-weight: 500;
    }
    .position {
      color: #adadad;
      font-size: 14px;
    }
    .carousel-testimonial .owl-nav {
      text-align: center;
    }
    .carousel-testimonial .owl-nav button.owl-next, 
    .carousel-testimonial .owl-nav button.owl-prev {
        padding: 0 12px !important;
    }
    .carousel-testimonial .owl-nav button {
      outline: none;
      padding: 0;
    }
    .carousel-testimonial .owl-nav button.owl-next span, 
    .carousel-testimonial .owl-nav button.owl-prev span {
      display: block;
        font-size: 40px;
        width: 25px;
        height: 25px;
        vertical-align: 0px;
        line-height: 16px;
    }
    .carousel-testimonial .owl-nav button.owl-next.disabled, 
    .carousel-testimonial .owl-nav button.owl-prev.disabled {
      opacity: 0.5;
    }




.player-container {
  height: 80vh;
}

.video {
  max-width: 150vh;
  margin: 0 auto;
}
video {
  width: 100%;
  display: block;
}




#tsum-tabs h1 {
  padding: 50px 0;
  font-weight: 400;
  text-align: center;
}

#tsum-tabs p {
  margin: 0 0 20px;
      line-height: 32px;
    font-size: 16px;
    color: #2f2484;
    font-weight: 500;
    text-transform: math-auto;
}

.services-class li{
  text-transform: math-auto;
}
#tsum-tabs main {
  min-width: 320px;
  max-width: 1080px;
  padding: 50px;
  margin: 0 auto;
  background: #fff;
}

#tsum-tabs section {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
}

#tsum-tabs input {
  display: none;
}

#tsum-tabs label {
  display: inline-flex;
    margin: 0 0 -1px;
    align-items: anchor-center;
    padding: 15px 85px;
    font-weight: 600;
    text-align: center;
    font-size: 18px;
  color: #bbb;
  border: 1px solid transparent;
}

#tsum-tabs label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

#tsum-tabs label[for*='1']:before { content: url('../images/icons/11.png'); }
#tsum-tabs label[for*='2']:before { content: url('../images/icons/22.png');; }
#tsum-tabs label[for*='3']:before { content: url('../images/icons/33.png');; }
#tsum-tabs label[for*='4']:before { content: '\f1a9'; }

#tsum-tabs label:hover {
  color: #888;
  cursor: pointer;
}

#tsum-tabs input:checked + label {
      color: #fa737a;
    border: 1px solid #ddd;
    border-top: 2px solid orange;
    border-bottom: 1px solid #fff;
    background: #2f2484 !important;
}

#tsum-tabs #tab1:checked ~ #content1,
#tsum-tabs #tab2:checked ~ #content2,
#tsum-tabs #tab3:checked ~ #content3,
#tsum-tabs #tab4:checked ~ #content4 {
  display: block;
}

@media screen and (max-width: 650px) {
  #tsum-tabs label {
    font-size: 0;
  }
  #tsum-tabs label:before {
    margin: 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  #tsum-tabs label {
    padding: 15px;
  }
}


#content1,#content2,#content3 h4{
      color: #fa737a !important;
    text-transform: uppercase !important;
    font-weight: bold;
}
.services-class{
  line-height: 32px;
    font-size: 16px;
    color: #2f2484;
    font-weight: 500;
}