@charset "UTF-8";
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

button {
  border: none;
}

@font-face {
  font-family: "Futura Md BT";
  src: url(../futura-bt/futura-bt/futura-medium-bt.ttf);
}
@font-face {
  font-family: "Futura Hv BT";
  src: url(../futura-bt/futura-bt/futura-heavy-bt.ttf);
}
@font-face {
  font-family: "Futura Bk BT";
  src: url(../futura-bt/futura-bt/futura-book-bt.ttf);
}
@font-face {
  font-family: "HelveticaNeueBold";
  src: url(../head/HelveticaNeueBold.otf);
}
@font-face {
  font-family: "HelveticaNeueHeavy";
  src: url(../head/HelveticaNeueHeavy.otf);
}
@font-face {
  font-family: "HelveticaNeueMedium";
  src: url(../head/HelveticaNeueMedium.otf);
}
@font-face {
  font-family: "HelveticaNeueRoman";
  src: url(../head/HelveticaNeueRoman.otf);
}
h1 {
  font-family: "Arimo", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  background: linear-gradient(224deg, #0E3F72 6.81%, #09956D 95.34%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: 0px;
}
header .large-screen .top-head {
  padding: 15px;
  position: relative;
  width: 100%;
  background-color: #fff;
}
header .large-screen .top-head h6 {
  color: #002D55;
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0px;
  padding-bottom: 4px;
}
header .large-screen .top-head p {
  color: #1E1E1E;
  font-family: "Futura Bk BT";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
}
@media (min-width: 991px) {
  header .large-screen .top-head .right {
    border-left: 1px solid #000;
    padding-left: 30px;
  }
}
header .large-screen .navbar-brand {
  position: absolute;
  top: -77px;
  padding: 35px;
  left: 0px;
  border-radius: 0px 0px 35px 0px;
  border: 2px solid #005097;
  background: #FFF;
}
@media (max-width: 1400px) {
  header .large-screen .navbar-brand {
    padding: 10px;
  }
}
header .large-screen nav {
  background: linear-gradient(92deg, #005CAD 15.68%, #002D55 102.47%);
  box-shadow: 0px 4px 9.2px 0px rgba(0, 0, 0, 0.25);
}
header .large-screen nav li a {
  color: #FFF !important;
  font-family: "Futura Md BT";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
header .large-screen nav .dropdown-item {
  color: #000 !important;
}
header .large-screen nav button {
  border-radius: 5px;
  padding: 6px 27px;
  border: none;
  background: linear-gradient(224deg, #174779 6.81%, #09956D 95.34%), #D9D9D9;
}
header .large-screen nav button a {
  color: #FFF;
  font-family: "Futura Md BT";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
header .small-screen nav {
  background: #FAFAFA;
}
header .small-screen nav .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: url(../Images/phone-tab.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
header .small-screen nav .navbar-toggler {
  border: 0px;
}
header .small-screen nav li a {
  color: #000 !important;
  font-family: "Futura Md BT";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
header .small-screen nav .dropdown-item {
  color: #000 !important;
}

.home-banner {
  margin-top: 7.8rem;
}
@media (max-width: 991px) {
  .home-banner {
    margin-top: 3.8rem;
  }
}

.home-about {
  padding-top: 100px;
  padding-bottom: 60px;
  background: url(../Images/web-bg.png);
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
}
.home-about h2 {
  font-family: "Arimo", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 114.286% */
  background: linear-gradient(224deg, #0E3F72 6.81%, #09956D 95.34%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-about p {
  color: #5A5A5A;
  font-family: "HelveticaNeueRoman";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
}
.home-about button {
  border-radius: 5px;
  padding: 7px 35px;
  border: none;
  background: linear-gradient(224deg, #174779 6.81%, #09956D 95.34%), #D9D9D9;
}
.home-about button a {
  text-decoration: none;
  color: #FFF;
  font-family: "Arimo", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 128% */
}

.line-hr hr {
  width: 100%;
  border: 1px solid #000;
  margin: 0px;
}

.home-registerd {
  padding: 65px 0px;
  background: url(../Images/web-bg.png);
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
}
.home-registerd h2 {
  font-family: "Futura Md BT";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  /* 125% */
  background: linear-gradient(224deg, #0E3F72 6.81%, #09956D 95.34%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-registerd p {
  color: #000;
  font-family: "Futura Md BT";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 125% */
  margin-bottom: 0px;
}
.home-registerd img {
  mix-blend-mode: multiply;
}

.home-services {
  padding-top: 60px;
  padding-bottom: 100px;
  background: url(../Images/web-bg.png);
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
}
.home-services h2 {
  background: linear-gradient(202deg, #0E3F72 37.38%, #09956D 121.58%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Futura Md BT";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 100% */
  text-align: center;
  margin: 0px;
  padding-bottom: 75px;
}
@media (min-width: 991px) {
  .home-services .space {
    margin-top: 100px;
  }
}
.home-services .image-box {
  border-radius: 9.909px;
  background: #002D55;
  padding: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 100ms ease-in-out;
  flex-direction: column;
  box-shadow: -2.727px 3.637px 5.182px 0px rgba(0, 0, 0, 0.25);
  height: 100%;
}
.home-services .image-box:hover {
  margin-top: -30px;
}
.home-services .image-box img {
  position: relative;
  top: -30px;
  border-radius: 10px;
}
.home-services .image-box h3 {
  color: #FFF;
  text-align: center;
  font-family: "Futura Hv BT";
  font-size: 19.984px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.892px;
  /* 104.545% */
  margin: 0px;
}
.home-services .image-box hr {
  border: 1px solid #fff;
  width: 100%;
}
.home-services .image-box button {
  border-radius: 3.303px;
  background: #D9D9D9;
  padding: 5px 18px;
  box-shadow: -2.727px 3.637px 4px 0px rgba(0, 0, 0, 0.25);
}
.home-services .image-box button a {
  text-decoration: none;
  color: #002D55;
  font-family: "Futura Hv BT";
  font-size: 16.516px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.516px;
  /* 100% */
}
.home-services button {
  border-radius: 5px;
  padding: 10px 60px;
  border: none;
  background: linear-gradient(224deg, #174779 6.81%, #09956D 95.34%), #D9D9D9;
}
.home-services button a {
  color: #FFF;
  font-family: "Futura Hv BT";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.166px;
  /* 82.572% */
  text-decoration: none;
}

.home-orthopodic {
  background: url(../Images/home-orthopedic-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 10px;
}
.home-orthopodic h2 {
  color: #FFF;
  font-family: "Futura Md BT";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 49px;
  /* 122.5% */
  letter-spacing: 0.4px;
}
.home-orthopodic p {
  color: #FFF;
  font-family: "HelveticaNeueRoman";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
}
.home-orthopodic button {
  background: #fff;
  padding: 10px 35px;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  border-radius: 10px;
}
.home-orthopodic button a {
  text-decoration: none;
  color: #474747;
  font-family: "Arimo", sans-serif;
  font-size: 20.873px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.home-treatment {
  padding-top: 70px;
  padding-bottom: 60px;
  background: url(../Images/web-bg.png);
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
}
.home-treatment h2 {
  text-align: center;
  font-family: "Futura Md BT";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  /* 112.5% */
  background: linear-gradient(237deg, #0E3F72 30.97%, #09956D 91.26%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0px;
  padding-bottom: 20px;
}
.home-treatment p {
  color: #5F5F5F;
  text-align: center;
  font-family: "HelveticaNeueMedium";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 137.5% */
}
.home-treatment .head-box {
  padding: 10px 0px;
  border-radius: 20px;
  background: linear-gradient(217deg, #104175 -6.15%, #078863 130.71%), #002D55;
}
.home-treatment h3 {
  font-family: "Futura Hv BT";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 128% */
  background: linear-gradient(237deg, #0E3F72 30.97%, #09956D 91.26%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-treatment h6 {
  color: #585858;
  font-family: "HelveticaNeueRoman";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
}
.home-treatment .content-box {
  background: #D9D9D9;
  height: 100%;
  padding: 10px;
}
.home-treatment button {
  padding: 10px 30px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(217deg, #104175 -6.15%, #078863 130.71%), #FFF;
}
.home-treatment button a {
  color: #FFF;
  font-family: "Arimo", sans-serif;
  font-size: 20.873px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}
.home-treatment .bg {
  background: #002D55;
  width: 100%;
  height: 8px;
}

.home-quality {
  padding: 60px 0px;
  background: url(../Images/web-bg.png);
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
}
.home-quality h2 {
  font-family: "Futura Md BT";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  /* 112.5% */
  background: linear-gradient(237deg, #0E3F72 30.97%, #09956D 91.26%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-quality p {
  color: #5F5F5F;
  font-family: "HelveticaNeueRoman";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
}
.home-quality h6 {
  color: #3D3D3D;
  font-family: "HelveticaNeueMedium";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 122.222% */
  background: #D9D9D9;
  padding: 5px;
  width: -moz-fit-content;
  width: fit-content;
}
.home-quality li {
  color: #3D3D3D;
  font-family: "HelveticaNeueMedium";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
  /* 194.444% */
}

.home-doctors {
  padding: 60px 0px;
  background: url(../Images/web-bg.png);
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
}
.home-doctors h2 {
  font-family: "Futura Md BT";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  /* 112.5% */
  text-align: center;
  background: linear-gradient(237deg, #0E3F72 30.97%, #09956D 91.26%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 50px;
}
@media (min-width: 991px) {
  .home-doctors h2 {
    padding-bottom: 157px;
  }
}
.home-doctors .doctor-box {
  border-radius: 20px;
  background: #D9D9D9;
  padding: 23px;
}
@media (max-width: 991px) {
  .home-doctors .doctor-box {
    margin: 20px 0px;
  }
}
.home-doctors .doctor-box .box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 991px) {
  .home-doctors .doctor-box .box {
    margin-top: -120px;
  }
}
.home-doctors .doctor-box h3 {
  font-family: "Futura Hv BT";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 114.286% */
  background: linear-gradient(237deg, #0E3F72 30.97%, #09956D 91.26%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-doctors .doctor-box h4 {
  color: #202020;
  font-family: "HelveticaNeueMedium";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 138.889% */
}
.home-doctors .doctor-box h5 {
  color: #202020;
  text-align: center;
  font-family: "HelveticaNeueRoman";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}
.home-doctors .doctor-box p {
  color: #202020;
  font-family: "HelveticaNeueRoman";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 150% */
}
.home-doctors button {
  padding: 10px 20px;
  background: linear-gradient(217deg, #104175 -6.15%, #078863 130.71%), #FFF;
  border: none;
  border-radius: 10px;
}
.home-doctors button a {
  color: #FFF;
  font-family: "Arimo", sans-serif;
  font-size: 20.873px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}

.home-appointment {
  background: url(../Images/home-appointment.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0px;
}
.home-appointment h2 {
  color: #FFF;
  font-family: "Futura Hv BT";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.home-appointment input {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #FFF;
  background: transparent;
  color: #FFF;
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 15px;
}
.home-appointment select {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #FFF;
  background: transparent;
  color: #fff;
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 15px;
}
.home-appointment select option {
  color: #000;
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.home-appointment textarea {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #FFF;
  color: #FFF;
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: transparent;
  padding: 15px;
}
.home-appointment button {
  border-radius: 5px;
  background: #D9D9D9;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 7px 35px;
  border: none;
}
.home-appointment button a {
  background: linear-gradient(217deg, #104175 -6.15%, #078863 130.71%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
  font-family: "Futura Hv BT";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 100% */
}
.home-appointment .content {
  display: flex;
  padding: 15px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 99px) {
  .home-appointment .one {
    border-bottom: 1px solid #fff;
  }
}
@media (min-width: 991px) {
  .home-appointment .two {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
  }
}
@media (min-width: 991px) {
  .home-appointment .four {
    border-left: 1px solid #fff;
  }
}
.home-appointment h3 {
  color: #FFF;
  text-shadow: -2px 3px 4px rgba(0, 0, 0, 0.25);
  font-family: "Futura Hv BT";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  /* 104.545% */
}
.home-appointment p {
  color: #FFF;
  text-align: center;
  font-family: "Arimo", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

.home-blog {
  padding: 60px 0px;
  background: url(../Images/web-bg.png);
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
}
.home-blog h2 {
  font-family: "Futura Md BT";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  /* 112.5% */
  background: linear-gradient(171deg, #0E3F72 -44.2%, #09956D 111.61%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
.home-blog p {
  color: #202020;
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 131.25% */
  text-align: center;
}
.home-blog .post-slide {
  flex-shrink: 0;
  margin: 20px 15px 20px;
  height: 100%;
  padding: 12px 7px;
  border-radius: 18.556px;
  background: #D9D9D9;
}
.home-blog .post-slide h6 {
  color: #515151;
  text-align: center;
  font-family: "Arimo", sans-serif;
  font-size: 12.989px;
  font-style: normal;
  font-weight: 500;
  line-height: 18.556px;
  /* 142.857% */
}
.home-blog .post-slide h3 {
  background: linear-gradient(220deg, #104175 6.25%, #078863 144.24%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: "Futura Hv BT";
  font-size: 20.411px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.05px;
  /* 122.727% */
  text-transform: uppercase;
}
.home-blog .post-slide .blog-img {
  height: 100%;
}
.home-blog .post-slide button {
  border-radius: 2.783px;
  padding: 5px 20px;
  border: none;
  background: linear-gradient(220deg, #104175 6.25%, #078863 144.24%);
}
.home-blog .post-slide button a {
  color: #FFF;
  text-align: center;
  font-family: "Arimo", sans-serif;
  font-size: 14.844px;
  font-style: normal;
  font-weight: 500;
  line-height: 18.556px;
  /* 125% */
  text-decoration: none;
}
.home-blog .owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}
.home-blog .owl-controls .owl-buttons .owl-prev {
  background: transparent;
  position: absolute;
  left: -2%;
  bottom: 50%;
  padding: 0 10px 0 10px;
  border-radius: 0px;
  background: #D9D9D9;
  border: 2px solid #D9D9D9;
  border-radius: 50px;
  transition: background 0.5s ease 0s;
}
.home-blog .owl-controls .owl-buttons .owl-next {
  background: transparent;
  position: absolute;
  right: -2%;
  bottom: 50%;
  padding: 0 10px 0 10px;
  border-radius: 0px;
  background: #D9D9D9;
  border: 2px solid #D9D9D9;
  border-radius: 50px;
  transition: background 0.5s ease 0s;
}
.home-blog .owl-controls .owl-buttons .owl-prev:after,
.home-blog .owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #000;
  font-size: 20px;
}
.home-blog .owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}
.home-blog .owl-controls .owl-buttons .owl-prev:after,
.home-blog .owl-controls .owl-buttons .owl-next:after {
  content: "←";
  font-family: FontAwesome;
  color: #000;
  font-size: 20px;
}
.home-blog .owl-controls .owl-buttons .owl-next:after {
  content: "→";
  color: #000;
}
@media only screen and (max-width: 1280px) {
  .home-blog .post-slide .post-content {
    padding: 0px 15px 25px 15px;
  }
}

.home-faq {
  padding-top: 60px;
  background: url(../Images/web-bg.png);
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
}
.home-faq h2 {
  font-family: "Futura Md BT";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  /* 112.5% */
  background: linear-gradient(171deg, #0E3F72 -44.2%, #09956D 111.61%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0px;
  padding-bottom: 35px;
  text-align: center;
}
.home-faq .content-box {
  border-radius: 20px;
  background: #DEDEDE;
  padding: 40px;
}
@media (max-width: 991px) {
  .home-faq .content-box {
    padding: 20px;
  }
}
.home-faq .content-box h3 {
  overflow: hidden;
  color: #002D55;
  font-family: "Arimo", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 160% */
  margin: 0px;
  padding-bottom: 10px;
}
.home-faq .content-box p {
  overflow: hidden;
  color: #383838;
  margin: 0px;
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
.home-faq .content-box hr {
  margin: 0px;
  border: 1px solid #000;
}

.home-testimonial {
  padding: 60px 0px;
  background: url(../Images/web-bg.png);
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
}
.home-testimonial .post-slide {
  flex-shrink: 0;
  margin: 20px 15px 20px;
  height: 100%;
  padding: 12px 7px;
}
.home-testimonial .post-slide img {
  border-radius: 10px;
}
.home-testimonial .post-slide h3 {
  color: #1E1E1E;
  font-family: "HelveticaNeueBold";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 91.429% */
}
@media (max-width: 991px) {
  .home-testimonial .post-slide h3 {
    font-size: 28px;
    text-align: center;
  }
}
.home-testimonial .post-slide p {
  color: #1E1E1E;
  text-align: center;
  font-family: "HelveticaNeueRoman";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 130% */
}
@media (max-width: 991px) {
  .home-testimonial .post-slide p {
    font-size: 14px;
    line-height: normal;
  }
}
.home-testimonial .post-slide h4 {
  color: #1E1E1E;
  text-align: center;
  font-family: "HelveticaNeueRoman";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  /* 100% */
}
@media (max-width: 991px) {
  .home-testimonial .post-slide h4 {
    font-size: 18px;
    line-height: normal;
  }
}
.home-testimonial .owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}
.home-testimonial .owl-controls .owl-buttons .owl-prev {
  background: transparent;
  position: absolute;
  left: -2%;
  bottom: 50%;
  padding: 0 10px 0 10px;
  border-radius: 0px;
  background: #D9D9D9;
  border: 2px solid #D9D9D9;
  border-radius: 50px;
  transition: background 0.5s ease 0s;
}
.home-testimonial .owl-controls .owl-buttons .owl-next {
  background: transparent;
  position: absolute;
  right: -2%;
  bottom: 50%;
  padding: 0 10px 0 10px;
  border-radius: 0px;
  background: #D9D9D9;
  border: 2px solid #D9D9D9;
  border-radius: 50px;
  transition: background 0.5s ease 0s;
}
.home-testimonial .owl-controls .owl-buttons .owl-prev:after,
.home-testimonial .owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #000;
  font-size: 20px;
}
.home-testimonial .owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}
.home-testimonial .owl-controls .owl-buttons .owl-prev:after,
.home-testimonial .owl-controls .owl-buttons .owl-next:after {
  content: "←";
  font-family: FontAwesome;
  color: #000;
  font-size: 20px;
}
.home-testimonial .owl-controls .owl-buttons .owl-next:after {
  content: "→";
  color: #000;
}
@media only screen and (max-width: 1280px) {
  .home-testimonial .post-slide .post-content {
    padding: 0px 15px 25px 15px;
  }
}

footer .foot {
  background: #D9D9D9;
  padding: 20px 0px;
}
footer .foot h3 {
  color: #383838;
  font-family: "HelveticaNeueRoman";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
  padding-top: 40px;
}
footer .foot button {
  background: linear-gradient(171deg, #0E3F72 -44.2%, #09956D 111.61%), #D9D9D9;
  padding: 5px 14px;
  color: #FFF;
  font-family: "Futura Hv BT";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 100% */
  border: none;
}
footer .foot h4 {
  font-family: "Futura Hv BT";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 88% */
  background: linear-gradient(171deg, #0E3F72 -44.2%, #09956D 111.61%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
footer .foot h6 {
  color: #383838;
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
footer .foot p {
  color: #383838;
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
footer .foot li a {
  text-decoration: none;
  color: #383838;
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  /* 193.75% */
}
footer hr {
  margin: 0px;
}
footer .sub-foot {
  background: #D9D9D9;
  padding: 5px 0px;
}
footer .sub-foot h6 {
  color: #383838;
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  /* 150% */
}
footer .sub-foot h6 a {
  text-decoration: none;
  color: #383838;
  font-weight: 800;
}

.knee-replacement-banner {
  margin-top: 4.4rem;
}
.knee-replacement-banner .col-12 {
  min-height: 538px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.knee-replacement-banner .col-12 h6 {
  margin: 0px;
  color: #303030;
  font-family: "Futura Md BT";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.knee-replacement-banner .col-12 h1 {
  font-family: "Arimo", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: 56px;
  /* 112% */
  background: linear-gradient(224deg, #0E3F72 6.81%, #09956D 95.34%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0px;
}
.knee-replacement-banner .col-12 button {
  border-radius: 10.792px;
  padding: 10px;
  border: none;
  background: linear-gradient(224deg, #0E3F72 6.81%, #09956D 95.34%), #FFF;
  box-shadow: 0px 3.083px 3.083px 0px rgba(0, 0, 0, 0.25);
}
.knee-replacement-banner .col-12 button a {
  color: #FFF;
  text-align: center;
  font-family: "Arimo", sans-serif;
  text-decoration: none;
  font-size: 24.306px;
  font-style: normal;
  font-weight: 800;
  line-height: 23.495px;
  /* 96.667% */
}

.knee-replacement-about {
  padding-top: 100px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .knee-replacement-about {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
.knee-replacement-about h6 {
  font-family: "Futura Hv BT";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 128% */
  background: linear-gradient(224deg, #0E3F72 6.81%, #09956D 95.34%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0px;
}
@media (max-width: 991px) {
  .knee-replacement-about h6 {
    font-size: 21px;
    line-height: none;
  }
}
.knee-replacement-about p {
  color: #5A5A5A;
  font-family: "HelveticaNeueRoman";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
  margin: 0px;
}
@media (max-width: 991px) {
  .knee-replacement-about p {
    font-size: 14px;
    line-height: none;
  }
}

.knee-association {
  background: url(../Images/home-orthopedic-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 540px;
}
@media (min-width: 991px) {
  .knee-association .hei {
    min-height: 540px;
  }
}
.knee-association hr {
  width: 100%;
  border: 1px solid #fff;
  rotate: 90deg;
  margin: 0px;
}
.knee-association h6 {
  color: #FFF;
  text-align: center;
  font-family: "Arimo", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  /* 88% */
}
.knee-association p {
  color: #FFF;
  text-align: center;
  font-family: "HelveticaNeueBold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  /* 137.5% */
}
.knee-association h3 {
  color: #FFF;
  font-family: "Futura Hv BT";
  font-size: 26.152px;
  font-style: normal;
  font-weight: 400;
  line-height: 33.475px;
  /* 128% */
}
.knee-association h4 {
  color: #FFF;
  font-family: "HelveticaNeueRoman";
  font-size: 14.645px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.922px;
  /* 142.857% */
}
.knee-association .knee-box {
  border: 1px solid #fff;
  border-radius: 30px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px;
}

.knee-why-sachin {
  padding-top: 80px;
  padding-bottom: 60px;
}
.knee-why-sachin h2 {
  color: #174779;
  font-family: "Futura Md BT";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 133.333% */
}
.knee-why-sachin li {
  color: #5A5A5A;
  font-family: "HelveticaNeueRoman";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
}
.knee-why-sachin p {
  color: #5A5A5A;
  font-family: "HelveticaNeueRoman";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
}

.knee-area-specialisation {
  padding: 60px 0px;
}
.knee-area-specialisation h2 {
  color: #174779;
  font-family: "Futura Md BT";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 114.286% */
}
.knee-area-specialisation .cover {
  background: url(../Images/knee-specialisation.png);
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  padding: 70px;
}
@media (max-width: 991px) {
  .knee-area-specialisation .cover {
    padding: 20px;
  }
}
.knee-area-specialisation .cover h3 {
  color: #FFF;
  font-family: "Futura Md BT";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 128% */
  margin: 0px;
}
.knee-area-specialisation .cover p {
  color: #FFF;
  font-family: "HelveticaNeueRoman";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
}
.knee-area-specialisation .cover .hei {
  padding: 20px;
}
.knee-area-specialisation .cover .svg-box {
  padding: 20px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
}
@media (max-width: 991px) {
  .knee-area-specialisation .cover .svg-box {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.knee-benefits {
  padding-top: 60px;
  padding-bottom: 80px;
}
.knee-benefits h2 {
  text-align: center;
  font-family: "Futura Md BT";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  /* 128.571% */
  background: linear-gradient(230deg, #0E3F72 9.66%, #09956D 101.42%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.knee-benefits .col-lg-4 {
  height: 100%;
}
.knee-benefits .svg-box {
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px;
  border-radius: 100px;
  position: relative;
  left: -30px;
  top: 30px;
  border: 1px solid #fff;
  background: linear-gradient(230deg, #0E3F72 9.66%, #09956D 101.42%);
}
.knee-benefits .content-box {
  border-radius: 32px;
  border: 1px solid #002D55;
  padding: 30px;
  height: 100%;
}
.knee-benefits h3 {
  text-align: center;
  font-family: "Futura Md BT";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 120% */
  background: linear-gradient(230deg, #0E3F72 9.66%, #09956D 101.42%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.knee-benefits p {
  font-family: "HelveticaNeueRoman";
  color: #5A5A5A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
}

.knee-looking {
  padding-bottom: 60px;
}
.knee-looking .bg {
  padding: 38px 0px;
  border-radius: 25px;
  background: linear-gradient(224deg, #0E3F72 39.54%, #09956D 117.77%), #002D55;
}
.knee-looking h2 {
  color: #EEF6FF;
  font-family: "Futura Md BT";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  /* 128.571% */
  margin: 0px;
}
.knee-looking p {
  color: #FFF;
  font-family: "HelveticaNeueRoman";
  padding-top: 15px;
  padding-bottom: 30px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
  margin: 0px;
}
.knee-looking li {
  color: #fff;
}
.knee-looking button {
  border-radius: 5px;
  background: #D9D9D9;
  box-shadow: -8px 8px 11.8px 0px rgba(0, 0, 0, 0.25);
  padding: 11px 50px;
}
.knee-looking button a {
  text-align: center;
  font-family: "HelveticaNeueBold";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 96% */
  background: linear-gradient(224deg, #174779 6.81%, #09956D 95.34%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.knee-3d {
  padding: 65px 0px;
}
.knee-3d h2 {
  font-family: "Futura Md BT";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  /* 128.571% */
  background: linear-gradient(230deg, #0E3F72 9.66%, #09956D 101.42%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0px;
}
.knee-3d li {
  color: #5A5A5A;
  font-family: "HelveticaNeueRoman";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  /* 218.75% */
}
.knee-3d h3 {
  font-family: "Futura Md BT";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 128% */
  background: linear-gradient(230deg, #0E3F72 9.66%, #09956D 101.42%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0px;
}
.knee-3d .bg {
  margin-top: 50px;
  border-radius: 15px;
  background: #D9D9D9;
  padding: 30px;
}

.highly-rated-knee {
  padding: 60px 0px;
}
.highly-rated-knee h2 {
  margin: 0px;
  font-family: "Futura Md BT";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  /* 128.571% */
  background: linear-gradient(230deg, #0E3F72 9.66%, #09956D 101.42%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.highly-rated-knee p {
  color: #5A5A5A;
  font-family: "HelveticaNeueRoman";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
  margin: 0px;
  padding-top: 20px;
}
.highly-rated-knee .bg {
  border-radius: 20px;
  background: #E3E3E3;
  padding: 20px;
}

.knee-cost {
  padding: 60px 0px;
}
.knee-cost h2 {
  font-family: "Futura Md BT";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  /* 128.571% */
  background: linear-gradient(230deg, #0E3F72 9.66%, #09956D 101.42%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0px;
}
.knee-cost p {
  color: #5A5A5A;
  font-family: "HelveticaNeueRoman";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
  margin: 0px;
  padding-top: 15px;
}

.knee-youtube {
  padding: 50px 0px;
  background: linear-gradient(224deg, #0E3F72 39.54%, #09956D 117.77%), #002D55;
}
.knee-youtube h2 {
  color: #EEF6FF;
  text-align: center;
  font-family: "Futura Md BT";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  /* 128.571% */
}

.knee-why-choose {
  padding: 60px 0px;
}
.knee-why-choose h2 {
  text-align: center;
  font-family: "Futura Md BT";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  /* 128.571% */
  background: linear-gradient(230deg, #0E3F72 9.66%, #09956D 101.42%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
  padding-bottom: 30px;
}
.knee-why-choose h6 {
  background: linear-gradient(230deg, #0E3F72 9.66%, #09956D 101.42%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Futura Hv BT";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 109.091% */
}
.knee-why-choose p {
  color: #5A5A5A;
  font-family: "HelveticaNeueRoman";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
}
.knee-why-choose .box {
  border-radius: 20px;
  border: 1px solid #000;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.knee-are-you-pain .box {
  border-radius: 30px;
  padding: 30px 18px;
  background: linear-gradient(224deg, #0E3F72 39.54%, #09956D 117.77%), #002D55;
}
.knee-are-you-pain h2 {
  color: #EEF6FF;
  text-align: center;
  font-family: "Futura Md BT";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  /* 128.571% */
}
.knee-are-you-pain p {
  color: #FFF;
  text-align: center;
  font-family: "HelveticaNeueRoman";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 30px;
}
.knee-are-you-pain button {
  border-radius: 5px;
  background: #D9D9D9;
  box-shadow: -8px 8px 11.8px 0px rgba(0, 0, 0, 0.25);
  padding: 10px 30px;
}
.knee-are-you-pain button a {
  text-align: center;
  font-family: "Arimo", sans-serif;
  text-decoration: none;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 96% */
  background: linear-gradient(224deg, #174779 6.81%, #09956D 95.34%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.faq {
  padding: 60px 0px;
  background: url(../Images/web-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.faq h2 {
  font-family: "Futura Md BT";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  /* 112.5% */
  background: linear-gradient(171deg, #0E3F72 -44.2%, #09956D 111.61%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.faq .box {
  border-radius: 20px;
  background: #DEDEDE;
  padding: 20px;
}
.faq .box h3 {
  color: #002D55;
  font-family: "Arimo", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 160% */
  margin: 0px;
}
.faq .box p {
  color: #383838;
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  margin: 0px;
}

.top-bariatic {
  padding: 50px 0px;
  background: url(../Images/web-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.top-bariatic h2 {
  margin: 0px;
  font-family: "HelveticaNeueBold";
  font-size: 35px;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  line-height: 40px;
  /* 114.286% */
  background: linear-gradient(224deg, #0E3F72 6.81%, #09956D 95.34%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
  padding-bottom: 11px;
}
.top-bariatic p {
  color: #5A5A5A;
  text-align: center;
  font-family: "HelveticaNeueRoman";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
}

.what-bariatic {
  padding: 70px 0px;
  background: url(../Images/web-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.what-bariatic h3 {
  font-family: "HelveticaNeueBold";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 114.286% */
  background: linear-gradient(224deg, #0E3F72 6.81%, #09956D 95.34%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0px;
  padding-bottom: 15px;
}
.what-bariatic p {
  color: #5A5A5A;
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
}

.bariatic-banner {
  margin-top: 7rem;
}
@media (max-width: 991px) {
  .bariatic-banner {
    margin-top: 4rem;
  }
}

.bariatic-special {
  background: url(../Images/home-orthopedic-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 24px 0px;
}
.bariatic-special h3 {
  color: #FFF;
  font-family: "HelveticaNeueBold";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 114.286% */
  margin-bottom: 0px;
  padding-bottom: 20px;
}
.bariatic-special li {
  list-style: none;
  color: #FFF;
  font-family: "HelveticaNeueRoman";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 138.889% */
  padding-bottom: 8px;
}
.bariatic-special h4 {
  margin: 0px;
  color: #FFF;
  font-family: "Futura Hv BT";
  font-size: 26.217px;
  font-style: normal;
  font-weight: 400;
  line-height: 32.079px;
  text-align: center;
  /* 122.361% */
}
.bariatic-special p {
  margin: 0px;
  color: #FFF;
  font-family: "HelveticaNeueRoman";
  font-size: 14.681px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.973px;
  text-align: center;
  /* 142.857% */
}
@media (min-width: 991px) {
  .bariatic-special .right {
    border-left: 1px solid #fff;
  }
}
.bariatic-special .right button {
  margin-top: 30px;
}
.bariatic-special .border-box {
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 20px;
}
.bariatic-special h5 {
  margin: 0px;
  color: #FFF;
  font-family: "HelveticaNeueBold";
  font-size: 16.779px;
  font-style: normal;
  font-weight: 700;
  line-height: 23.071px;
  text-align: center;
  /* 137.5% */
}
.bariatic-special button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 40px;
  background: #fff;
}
.bariatic-special button a {
  font-family: "HelveticaNeueBold";
  font-size: 20.873px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(217deg, #104175 -6.15%, #078863 130.71%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bariatic-services {
  padding-top: 70px;
  padding-bottom: 60px;
  background: url(../Images/web-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bariatic-services h2 {
  font-family: "Futura Md BT";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 114.286% */
  background: linear-gradient(202deg, #0E3F72 37.38%, #09956D 121.58%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
  padding-bottom: 30px;
}
.bariatic-services h3 {
  font-family: "Futura Md BT";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  /* 100% */
  background: linear-gradient(230deg, #0E3F72 9.66%, #09956D 101.42%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bariatic-services p {
  color: #5A5A5A;
  font-family: "HelveticaNeueRoman";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
  margin-bottom: 0px;
  padding-top: 17px;
}

.bariatic-potential {
  padding-bottom: 60px;
  padding-top: 60px;
  background: url(../Images/web-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bariatic-potential h2 {
  font-family: "Futura Md BT";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 114.286% */
  background: linear-gradient(202deg, #0E3F72 37.38%, #09956D 121.58%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 40px;
}
.bariatic-potential h3 {
  background: linear-gradient(230deg, #0E3F72 9.66%, #09956D 101.42%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0px;
  font-family: "Futura Md BT";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  /* 100% */
}
.bariatic-potential p {
  margin: 0px;
  color: #5A5A5A;
  font-family: "HelveticaNeueRoman";
  font-size: 16px;
  margin-bottom: 0px;
  padding-top: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
}

.bariatic-surgery-process {
  padding: 60px 0px;
  background: url(../Images/home-orthopedic-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bariatic-surgery-process h2 {
  color: #FFF;
  font-family: "Futura Md BT";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 114.286% */
  margin: 0px;
  padding-bottom: 14px;
}
.bariatic-surgery-process p {
  color: #FFF;
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
  margin: 0px;
  padding-top: 6px;
  padding-bottom: 10px;
}
.bariatic-surgery-process button {
  margin-top: 25px;
  background: #fff;
  padding: 7px 30px;
  width: -moz-fit-content;
  width: fit-content;
}
.bariatic-surgery-process button a {
  text-decoration: none;
  color: #086349;
  font-family: "Arimo", sans-serif;
  font-size: 20.873px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.bariatic-surgery-process .box {
  border-radius: 17px;
  border: 1px solid #FFF;
  padding: 13px;
}
.bariatic-surgery-process .box h3 {
  margin: 0px;
  color: #FFF;
  font-family: "Futura Hv BT";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 100% */
  margin: 0px;
  padding-bottom: 7px;
  padding-top: 6px;
}
.bariatic-surgery-process .box hr {
  border: 1px solid #fff;
  width: 100%;
  margin: 0px;
}

.bariatic-cost {
  padding: 60px 0px;
  background: url(../Images/web-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bariatic-cost h2 {
  font-family: "Futura Md BT";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 114.286% */
  background: linear-gradient(178deg, #104175 8.19%, #078863 89.69%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0px;
  padding-bottom: 15px;
}
.bariatic-cost p {
  color: #5A5A5A;
  text-align: center;
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
  margin: 0px;
  padding-bottom: 10px;
}
.bariatic-cost p span {
  color: #5A5A5A;
  text-align: center;
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 22px;
  /* 137.5% */
}

.about-intro {
  padding: 100px 0px;
}
@media (max-width: 991px) {
  .about-intro {
    padding: 60px 0px;
  }
}
.about-intro h2 {
  font-family: "Futura Md BT";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  margin: 0px;
  padding-bottom: 9px;
  line-height: 40px;
  /* 114.286% */
  background: linear-gradient(224deg, #0E3F72 6.81%, #09956D 95.34%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 991px) {
  .about-intro h2 {
    font-size: 28px;
    line-height: normal;
  }
}
.about-intro p {
  color: #5A5A5A;
  font-family: "HelveticaNeueRoman";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  /* 143.75% */
  margin: 0px;
}
@media (max-width: 991px) {
  .about-intro p {
    font-size: 14px;
    line-height: normal;
  }
}

.about-mission .box {
  padding: 60px 20px;
  background: url(../Images/home-orthopedic-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}
.about-mission h3 {
  color: #FFF;
  font-family: "HelveticaNeueBold";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 114.286% */
  margin: 0px;
}
.about-mission p {
  color: #FFF;
  font-family: "HelveticaNeueRoman";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  /* 143.75% */
}
@media (min-width: 991px) {
  .about-mission .right {
    border-right: 1px solid #fff;
  }
}

.about-why-us {
  padding: 70px 0px;
}
.about-why-us h2 {
  font-family: "HelveticaNeueBold";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 114.286% */
  background: linear-gradient(224deg, #0E3F72 6.81%, #09956D 95.34%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0px;
  padding-bottom: 30px;
}
.about-why-us .box {
  border-radius: 16px;
  background: #D9D9D9;
  padding: 20px 40px;
}
.about-why-us .box h3 {
  font-family: "HelveticaNeueBold";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 128% */
  background: linear-gradient(224deg, #0E3F72 6.81%, #09956D 95.34%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0px;
  padding-bottom: 10px;
  padding-top: 8px;
}
@media (max-width: 991px) {
  .about-why-us .box h3 {
    font-size: 22px;
    line-height: normal;
  }
}
.about-why-us .box p {
  color: #202020;
  text-align: center;
  font-family: "HelveticaNeueRoman";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 112.5% */
}
@media (max-width: 991px) {
  .about-why-us .box p {
    font-size: 14px;
    line-height: normal;
  }
}

.about-usps {
  background: url(../Images/home-orthopedic-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 50px;
}
.about-usps .svg-box {
  padding-bottom: 19px;
}
.about-usps h3 {
  color: #FFF;
  font-family: "Futura Md BT";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 114.286% */
  margin: 0px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .about-usps h3 {
    font-size: 28px;
    line-height: normal;
  }
}
.about-usps p {
  color: #FFF;
  font-family: "HelveticaNeueBold";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  /* 100% */
}
@media (max-width: 991px) {
  .about-usps p {
    font-size: 14px;
    line-height: normal;
  }
}

.contact-banner {
  margin-top: 4rem;
  background: url(../Images/contact-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-form {
  padding: 100px 0px;
  background: url(../Images/contact-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .contact-form {
    padding: 50px 0px;
  }
}
.contact-form p {
  font-family: "HelveticaNeueRoman";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  /* 143.75% */
  color: #5A5A5A;
}
@media (max-width: 991px) {
  .contact-form p {
    font-size: 14px;
    line-height: normal;
  }
}
.contact-form h1 {
  font-family: "Futura Hv BT";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: linear-gradient(214deg, #104175 -7.08%, #078863 99.11%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contact-form h6 {
  color: #5A5A5A;
  font-family: "HelveticaNeueRoman";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  /* 143.75% */
}
.contact-form h4 {
  color: #282828;
  font-family: "HelveticaNeueMedium";
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  /* 100% */
}
.contact-form h2 {
  font-family: "Futura Md BT";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 80% */
  background: linear-gradient(224deg, #0E3F72 6.81%, #09956D 95.34%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contact-form .form-box {
  border-radius: 27px;
  background: #D3D3D3;
  padding: 50px 20px;
}
.contact-form input {
  border-radius: 5px;
  border: 1px solid #1A1A1A;
  color: #1A1A1A;
  font-family: "HelveticaNeueMedium";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: transparent;
  padding: 10px;
  width: 100%;
}
.contact-form textarea {
  color: #1A1A1A;
  font-family: "HelveticaNeueMedium";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #1A1A1A;
  background-color: transparent;
  height: 100px;
  padding: 10px;
}
.contact-form button {
  border-radius: 5px;
  background: linear-gradient(217deg, #104175 -6.15%, #078863 130.71%), #002D55;
  border: none;
  padding: 7px 27px;
  color: #FFF;
  font-family: "Futura Hv BT";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 100% */
  margin-top: 21px;
}
.contact-form button a {
  color: #FFF !important;
  font-family: "Futura Hv BT";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 100% */
}

.map-bg {
  background: linear-gradient(224deg, #0E3F72 6.81%, #09956D 95.34%), #D9D9D9;
  padding: 22px 50px;
}
@media (max-width: 991px) {
  .map-bg {
    padding: 20px;
  }
}
.map-bg iframe {
  border-radius: 22px;
  box-shadow: -7px 8px 9.3px 0px rgba(0, 0, 0, 0.25);
}

.doctor-banner {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .doctor-banner {
    margin-top: 50px;
  }
}

.our-doctor-intro {
  padding-top: 138px;
  padding-bottom: 58px;
}
@media (max-width: 991px) {
  .our-doctor-intro {
    padding-top: 30px;
  }
}
.our-doctor-intro .doctor-box {
  border-radius: 20px;
  background: #D9D9D9;
  padding: 23px;
  height: 100%;
}
@media (max-width: 991px) {
  .our-doctor-intro .doctor-box {
    margin: 20px 0px;
  }
}
.our-doctor-intro .doctor-box .box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 991px) {
  .our-doctor-intro .doctor-box .box {
    margin-top: -120px;
  }
}
.our-doctor-intro .doctor-box h3 {
  font-family: "Futura Hv BT";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 114.286% */
  background: linear-gradient(237deg, #0E3F72 30.97%, #09956D 91.26%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0px;
}
.our-doctor-intro .doctor-box h4 {
  color: #202020;
  font-family: "Arimo", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 138.889% */
  margin: 0px;
}
.our-doctor-intro .doctor-box hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #000;
  width: 100%;
}
.our-doctor-intro .doctor-box h5 {
  color: #202020;
  text-align: center;
  font-family: "Arimo", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  margin: 0px;
}
.our-doctor-intro .doctor-box p {
  color: #202020;
  font-family: "Arimo", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 150% */
  margin: 0px;
}
.our-doctor-intro .one-row {
  padding-top: 250px;
}
@media (max-width: 991px) {
  .our-doctor-intro .one-row {
    padding-top: 0px;
  }
}

.team-management {
  padding-bottom: 60px;
}
.team-management h2 {
  font-family: "Futura Md BT";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 114.286% */
  background: linear-gradient(202deg, #0E3F72 37.38%, #09956D 121.58%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.team-management p {
  color: #5A5A5A;
  text-align: center;
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
}
.team-management .doctor-box {
  border-radius: 20px;
  background: #D9D9D9;
  padding: 18px;
  height: 100%;
}
.team-management .doctor-box img {
  text-align: center;
}
.team-management .doctor-box h3 {
  font-family: "Futura Hv BT";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 114.286% */
  background: linear-gradient(237deg, #0E3F72 30.97%, #09956D 91.26%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin: 0px;
  padding-bottom: 10px;
}
.team-management .doctor-box h4 {
  color: #202020;
  font-family: "Arimo", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 138.889% */
  text-align: center;
  margin: 0px;
  padding-bottom: 18px;
}
.team-management .doctor-box hr {
  margin: 0px;
}
.team-management .doctor-box p {
  color: #202020;
  font-family: "Arimo", sans-serif;
  font-size: 14px;
  font-style: normal;
  padding-top: 18px;
  font-weight: 400;
  line-height: 21px;
  /* 150% */
  text-align: justify;
  margin: 0px;
}

.humanoid-surgery-banner {
  margin-top: 5rem;
}

.humanoid-about {
  padding: 80px 0px;
}
.humanoid-about h2 {
  color: #174779;
  font-family: "Futura Md BT";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 133.333% */
  background: linear-gradient(224deg, #0E3F72 6.81%, #09956D 95.34%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
  padding-bottom: 28px;
}
.humanoid-about h3 {
  color: #174779;
  font-family: "Futura Hv BT";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 128% */
  background: linear-gradient(224deg, #0E3F72 6.81%, #09956D 95.34%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.humanoid-about p {
  color: #5A5A5A;
  font-family: "HelveticaNeueRoman";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
}

.benefits {
  padding-bottom: 80px;
}
.benefits h2 {
  color: #174779;
  font-family: "Futura Md BT";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 133.333% */
  background: linear-gradient(224deg, #0E3F72 6.81%, #09956D 95.34%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
  padding-bottom: 28px;
}
.benefits li {
  color: #5A5A5A;
  font-family: "HelveticaNeueRoman";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
}
.benefits li span {
  font-weight: bold;
}

.expertise {
  padding-bottom: 80px;
}
.expertise h2 {
  color: #174779;
  font-family: "Futura Md BT";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 133.333% */
  background: linear-gradient(224deg, #0E3F72 6.81%, #09956D 95.34%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
  padding-bottom: 12px;
}
.expertise p {
  color: #5A5A5A;
  font-family: "HelveticaNeueRoman";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
}
.expertise p span {
  font-weight: bold;
}

.general-surgery {
  margin-top: 160px;
}
.general-surgery h1 {
  font-family: "Futura Md BT";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 133.333% */
  background: linear-gradient(202deg, #0E3F72 37.38%, #09956D 121.58%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.general-surgery h2 {
  color: #000;
  font-family: "Futura Md BT";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 120% */
}
.general-surgery p {
  color: #5A5A5A;
  font-family: "HelveticaNeueRoman";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
}

.when-general {
  padding: 80px 0px;
  background: url(../Images/knee-specialisation.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.when-general h2 {
  color: #fff;
  font-family: "Futura Md BT";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 114.286% */
  margin-bottom: 0px;
  padding-bottom: 20px;
}
.when-general p {
  color: #fff;
  font-family: "HelveticaNeueRoman";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
}
.when-general li {
  color: #FFF;
  font-family: "HelveticaNeueRoman";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
}
.when-general h3 {
  color: #fff;
  font-family: "Futura Md BT";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 120% */
}

.paediatrics {
  margin-top: 180px;
}
@media (max-width: 991px) {
  .paediatrics {
    margin-top: 80px;
  }
}
.paediatrics h2 {
  font-family: "HelveticaNeueBold";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 114.286% */
  margin-bottom: 0px;
  padding-bottom: 11px;
  background: linear-gradient(224deg, #0E3F72 6.81%, #09956D 95.34%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.paediatrics p {
  color: #5A5A5A;
  text-align: center;
  font-family: "HelveticaNeueRoman";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
}

.neontal {
  padding: 40px 0px;
}
.neontal p {
  color: #5A5A5A;
  font-family: "HelveticaNeueRoman";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
}
.neontal p span {
  font-weight: 700;
  background: linear-gradient(224deg, #0E3F72 6.81%, #09956D 95.34%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.paed-form {
  padding-bottom: 50px;
}
.paed-form .form-box {
  border-radius: 27px;
  background: #D3D3D3;
  padding: 50px 20px;
}
.paed-form .form-box h1 {
  font-family: "Futura Hv BT";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: linear-gradient(214deg, #104175 -7.08%, #078863 99.11%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.paed-form .form-box input {
  border-radius: 5px;
  border: 1px solid #1A1A1A;
  color: #1A1A1A;
  font-family: "HelveticaNeueMedium";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: transparent;
  padding: 10px;
  width: 100%;
}
.paed-form .form-box textarea {
  color: #1A1A1A;
  font-family: "HelveticaNeueMedium";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #1A1A1A;
  background-color: transparent;
  height: 100px;
  padding: 10px;
}
.paed-form .form-box button {
  border-radius: 5px;
  background: linear-gradient(217deg, #104175 -6.15%, #078863 130.71%), #002D55;
  border: none;
  padding: 7px 27px;
  color: #FFF;
  font-family: "Futura Hv BT";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 100% */
  margin-top: 21px;
}
.paed-form .form-box button a {
  color: #FFF !important;
  font-family: "Futura Hv BT";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 100% */
}

.urology {
  margin-top: 180px;
}
@media (max-width: 991px) {
  .urology {
    margin-top: 50px;
  }
}
.urology h2 {
  font-family: "HelveticaNeueMedium";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 114.286% */
  background: linear-gradient(224deg, #0E3F72 6.81%, #09956D 95.34%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
  padding-bottom: 11px;
}
.urology p {
  color: #5A5A5A;
  font-family: "HelveticaNeueRoman";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
}
.urology p span {
  font-weight: 700;
  background: linear-gradient(224deg, #0E3F72 6.81%, #09956D 95.34%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.uro-form {
  padding-bottom: 50px;
  padding-top: 50px;
}
.uro-form .form-box {
  border-radius: 27px;
  background: #D3D3D3;
  padding: 50px 20px;
}
.uro-form .form-box h1 {
  font-family: "Futura Hv BT";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: linear-gradient(214deg, #104175 -7.08%, #078863 99.11%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.uro-form .form-box input {
  border-radius: 5px;
  border: 1px solid #1A1A1A;
  color: #1A1A1A;
  font-family: "HelveticaNeueMedium";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: transparent;
  padding: 10px;
  width: 100%;
}
.uro-form .form-box textarea {
  color: #1A1A1A;
  font-family: "HelveticaNeueMedium";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #1A1A1A;
  background-color: transparent;
  height: 100px;
  padding: 10px;
}
.uro-form .form-box button {
  border-radius: 5px;
  background: linear-gradient(217deg, #104175 -6.15%, #078863 130.71%), #002D55;
  border: none;
  padding: 7px 27px;
  color: #FFF;
  font-family: "Futura Hv BT";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 100% */
  margin-top: 21px;
}
.uro-form .form-box button a {
  color: #FFF !important;
  font-family: "Futura Hv BT";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 100% */
}

.intensive {
  margin-top: 180px;
}
@media (max-width: 991px) {
  .intensive {
    margin-top: 50px;
  }
}
.intensive h2 {
  font-family: "HelveticaNeueMedium";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 114.286% */
  background: linear-gradient(224deg, #0E3F72 6.81%, #09956D 95.34%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
  padding-bottom: 11px;
}
.intensive p {
  color: #5A5A5A;
  font-family: "HelveticaNeueRoman";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
}
.intensive p span {
  font-weight: 700;
  background: linear-gradient(224deg, #0E3F72 6.81%, #09956D 95.34%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.intensive-form {
  padding-bottom: 50px;
  padding-top: 50px;
}
.intensive-form .form-box {
  border-radius: 27px;
  background: #D3D3D3;
  padding: 50px 20px;
}
.intensive-form .form-box h1 {
  font-family: "Futura Hv BT";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: linear-gradient(214deg, #104175 -7.08%, #078863 99.11%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.intensive-form .form-box input {
  border-radius: 5px;
  border: 1px solid #1A1A1A;
  color: #1A1A1A;
  font-family: "HelveticaNeueMedium";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: transparent;
  padding: 10px;
  width: 100%;
}
.intensive-form .form-box textarea {
  color: #1A1A1A;
  font-family: "HelveticaNeueMedium";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #1A1A1A;
  background-color: transparent;
  height: 100px;
  padding: 10px;
}
.intensive-form .form-box button {
  border-radius: 5px;
  background: linear-gradient(217deg, #104175 -6.15%, #078863 130.71%), #002D55;
  border: none;
  padding: 7px 27px;
  color: #FFF;
  font-family: "Futura Hv BT";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 100% */
  margin-top: 21px;
}
.intensive-form .form-box button a {
  color: #FFF !important;
  font-family: "Futura Hv BT";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 100% */
}

.gastro {
  margin-top: 180px;
}
@media (max-width: 991px) {
  .gastro {
    margin-top: 50px;
  }
}
.gastro h2 {
  font-family: "HelveticaNeueMedium";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 114.286% */
  background: linear-gradient(224deg, #0E3F72 6.81%, #09956D 95.34%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
  padding-bottom: 11px;
}
.gastro p {
  color: #5A5A5A;
  font-family: "HelveticaNeueRoman";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
}
.gastro p span {
  font-weight: 700;
  background: linear-gradient(224deg, #0E3F72 6.81%, #09956D 95.34%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gastro li {
  color: #5A5A5A;
  font-family: "HelveticaNeueRoman";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
}
.gastro li span {
  font-weight: 700;
  background: linear-gradient(224deg, #0E3F72 6.81%, #09956D 95.34%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gaste {
  padding: 80px 0px;
}
.gaste h2 {
  font-family: "HelveticaNeueMedium";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 114.286% */
  background: linear-gradient(224deg, #0E3F72 6.81%, #09956D 95.34%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
  padding-bottom: 11px;
}
.gaste p {
  color: #5A5A5A;
  font-family: "HelveticaNeueRoman";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
}
.gaste p span {
  font-weight: 700;
  background: linear-gradient(224deg, #0E3F72 6.81%, #09956D 95.34%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gaste li {
  color: #5A5A5A;
  font-family: "HelveticaNeueRoman";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
}
.gaste li span {
  font-weight: 700;
  background: linear-gradient(224deg, #0E3F72 6.81%, #09956D 95.34%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gastro-form {
  padding-bottom: 50px;
  padding-top: 50px;
}
.gastro-form .form-box {
  border-radius: 27px;
  background: #D3D3D3;
  padding: 50px 20px;
}
.gastro-form .form-box h1 {
  font-family: "Futura Hv BT";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: linear-gradient(214deg, #104175 -7.08%, #078863 99.11%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gastro-form .form-box input {
  border-radius: 5px;
  border: 1px solid #1A1A1A;
  color: #1A1A1A;
  font-family: "HelveticaNeueMedium";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: transparent;
  padding: 10px;
  width: 100%;
}
.gastro-form .form-box textarea {
  color: #1A1A1A;
  font-family: "HelveticaNeueMedium";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #1A1A1A;
  background-color: transparent;
  height: 100px;
  padding: 10px;
}
.gastro-form .form-box button {
  border-radius: 5px;
  background: linear-gradient(217deg, #104175 -6.15%, #078863 130.71%), #002D55;
  border: none;
  padding: 7px 27px;
  color: #FFF;
  font-family: "Futura Hv BT";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 100% */
  margin-top: 21px;
}
.gastro-form .form-box button a {
  color: #FFF !important;
  font-family: "Futura Hv BT";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 100% */
}

.banner-diet {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .banner-diet {
    margin-top: 60px;
  }
}

.diet-department {
  padding: 80px 0px;
}
.diet-department h2 {
  font-family: "HelveticaNeueMedium";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 114.286% */
  background: linear-gradient(224deg, #0E3F72 6.81%, #09956D 95.34%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
  padding-bottom: 11px;
}
.diet-department p {
  color: #5A5A5A;
  font-family: "HelveticaNeueRoman";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
}
.diet-department p span {
  font-weight: 700;
  background: linear-gradient(224deg, #0E3F72 6.81%, #09956D 95.34%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.diet-department li {
  color: #5A5A5A;
  font-family: "HelveticaNeueRoman";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
}
.diet-department li span {
  font-weight: 700;
  background: linear-gradient(224deg, #0E3F72 6.81%, #09956D 95.34%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.best-ent {
  margin-top: 180px;
}
@media (max-width: 991px) {
  .best-ent {
    margin-top: 60px;
  }
}
.best-ent h1 {
  font-family: "Futura Md BT";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 114.286% */
  background: linear-gradient(224deg, #0E3F72 6.81%, #09956D 95.34%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.best-ent p {
  color: #5A5A5A;
  font-family: "HelveticaNeueRoman";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
}

.ent-disease {
  padding: 70px 0px;
}
.ent-disease h3 {
  font-family: "Futura Md BT";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 100% */
  background: linear-gradient(202deg, #0E3F72 37.38%, #09956D 121.58%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ent-disease p {
  color: #5A5A5A;
  font-family: "HelveticaNeueRoman";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
}
.ent-disease li {
  color: #5A5A5A;
  font-family: "HelveticaNeueRoman";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
}

.ent-why-nav {
  padding-bottom: 10px;
}
.ent-why-nav h3 {
  font-family: "Futura Md BT";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 100% */
  background: linear-gradient(202deg, #0E3F72 37.38%, #09956D 121.58%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ent-why-nav p {
  color: #5A5A5A;
  font-family: "HelveticaNeueRoman";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
}
.ent-why-nav li {
  color: #5A5A5A;
  font-family: "HelveticaNeueRoman";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  /* 156.25% */
}

.obstetrics {
  margin-top: 180px;
}
@media (max-width: 991px) {
  .obstetrics {
    margin-top: 50px;
  }
}
.obstetrics h1 {
  font-family: "Futura Md BT";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 114.286% */
  background: linear-gradient(224deg, #0E3F72 6.81%, #09956D 95.34%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.obstetrics p {
  color: #5A5A5A;
  font-family: "HelveticaNeueRoman";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
}
.obstetrics h3 {
  font-family: "Futura Md BT";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 100% */
  background: linear-gradient(202deg, #0E3F72 37.38%, #09956D 121.58%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gynac p {
  color: #5A5A5A;
  font-family: "HelveticaNeueRoman";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
}
.gynac h3 {
  font-family: "Futura Md BT";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 100% */
  background: linear-gradient(202deg, #0E3F72 37.38%, #09956D 121.58%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.neurology-services {
  padding-top: 250px;
}
.neurology-services p {
  color: #5A5A5A;
  font-family: "HelveticaNeueRoman";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
}
.neurology-services h3 {
  font-family: "Futura Md BT";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 100% */
  color: #000;
}
.neurology-services h2 {
  font-family: "Futura Md BT";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 114.286% */
  background: linear-gradient(224deg, #0E3F72 6.81%, #09956D 95.34%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blog-faq h2 {
  font-family: "Futura Md BT";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 114.286% */
  background: linear-gradient(224deg, #0E3F72 6.81%, #09956D 95.34%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.blog-faq h3 {
  font-family: "Futura Md BT";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 100% */
  background: linear-gradient(202deg, #0E3F72 37.38%, #09956D 121.58%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.blog-faq h6 {
  color: #000;
  font-family: "HelveticaNeueRoman" !important;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
}
.blog-faq p {
  color: #5A5A5A;
  font-family: "HelveticaNeueRoman" !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
}

.blog-banner {
  background: url(../Images/blog-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
}

.blogs {
  padding: 80px 0px;
}
.blogs .box {
  height: 100%;
}
.blogs .box h3 {
  font-family: "Futura Md BT";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  background: linear-gradient(202deg, #0E3F72 37.38%, #09956D 121.58%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.blogs .box p {
  color: #5A5A5A;
  font-family: "HelveticaNeueRoman" !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.blogs .box button {
  border-radius: 5px;
  padding: 10px 60px;
  border: none;
  background: linear-gradient(224deg, #174779 6.81%, #09956D 95.34%), #D9D9D9;
}
.blogs .box button a {
  color: #FFF;
  font-family: "Futura Hv BT";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.166px;
  /* 82.572% */
  text-decoration: none;
}
.blogs .box .blog-img-one {
  background: url(../Images/Blogs/blog-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
    min-height: 150px;
}
.blogs .box .blog-img-two {
  background: url(../Images/Blogs/blog-2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
    min-height: 150px;
}
.blogs .box .blog-img-three {
  background: url(../Images/Blogs/blog-3.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
    min-height: 150px;
}
.blogs .box .blog-img-four {
  background: url(../Images/Blogs/blog-4.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
    min-height: 150px;
}
.blogs .box .blog-img-five {
  background: url(../Images/Blogs/blog-5.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
    min-height: 150px;
}
.blogs .box .blog-img-six {
  background: url(../Images/Blogs/blog-6.png);
  background-position: center;
  background-repeat: no-repeat;
   background-size: contain;
    min-height: 150px;
}
.blogs .box .blog-img-seven {
  background: url(../Images/Blogs/blog-7.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
    min-height: 150px;
}
.blogs .box .blog-img-eight {
  background: url(../Images/Blogs/blog-8.jpg);
  background-position: center;
  background-repeat: no-repeat;
   background-size: contain;
    min-height: 150px;
}
.blogs .box .blog-img-nine {
  background: url(../Images/Blogs/blog-9.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
    min-height: 150px;
}
.blogs .box .blog-img-ten {
  background: url(../Images/Blogs/blog-10.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
    min-height: 150px;
}
.blogs .box .blog-img-eleven {
  background: url(../Images/Blogs/blog-11.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
    min-height: 150px;
}
.blogs .box .blog-img-twelve {
  background: url(../Images/Blogs/blog-12.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
    min-height: 150px;
}
.blogs .box .blog-img-thirteen {
  background: url(../Images/Blogs/blog-13.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
    min-height: 150px;
}
.blogs .box .blog-img-fourteen {
  background: url(../Images/Blogs/blog-14.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
    min-height: 150px;
}
.blogs .box .blog-img-fiften {
  background: url(../Images/Blogs/blog-15.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
    min-height: 150px;
}
.blogs .box .blog-img-sixteen {
  background: url(../Images/Blogs/blog-16.jpg);
  background-position: center;
  background-repeat: no-repeat;
    background-size: contain;
    min-height: 150px;
}
.blogs .box .blog-img-seventeen {
  background: url(../Images/Blogs/blog-17.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
    min-height: 150px;
}
.blogs .box .blog-img-eighteen {
  background: url(../Images/Blogs/blog-18.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
    min-height: 150px;
}
.blogs .box .blog-img-nineteen {
  background: url(../Images/Blogs/blog-19.png);
  background-position: center;
  background-repeat: no-repeat;
   background-size: contain;
    min-height: 150px;
}
.blogs .box .blog-img-tweenty {
  background: url(../Images/Blogs/blog-20.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
    min-height: 150px;
}
.blogs .box .blog-img-tweentyone {
  background: url(../Images/Blogs/blog-21.jpg);
  background-position: center;
  background-repeat: no-repeat;
   background-size: contain;
    min-height: 150px;
}
.blogs .box .blog-img-tweentytwo {
  background: url(../Images/Blogs/blog-22.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
    min-height: 150px;
}
.blogs .box .blog-img-tweentythree {
  background: url(../Images/Blogs/blog-23.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
    min-height: 150px;
}
.blogs .box .blog-img-tweentyfour {
  background: url(../Images/Blogs/blog-24.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
    min-height: 150px;
}
.blogs .box .blog-img-tweentyfive {
  background: url(../Images/Blogs/blog-25.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
    min-height: 150px;
}
.blogs .box .blog-img-tweentysix {
  background: url(../Images/Blogs/blog-26.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
    min-height: 150px;
}
.blogs .box .blog-img-tweentyseven {
  background: url(../Images/Blogs/blog-27.png);
  background-position: center;
  background-repeat: no-repeat;
   background-size: contain;
    min-height: 150px;
}
.blogs .box .blog-img-tweentyeight {
  background: url(../Images/Blogs/blog-28.png);
  background-position: center;
  background-repeat: no-repeat;
   background-size: contain;
    min-height: 150px;
}
.blogs .box .blog-img-tweentynine {
  background: url(../Images/Blogs/blog-29.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
    min-height: 150px;
}
.blogs .box .blog-img-thirty {
  background: url(../Images/Blogs/blog-30.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
    min-height: 150px;
}
.blogs .box .blog-img-thirtyone {
  background: url(../Images/Blogs/blog-31.png);
  background-position: center;
  background-repeat: no-repeat;
    background-size: contain;
    min-height: 150px;
}
.blogs .box .blog-img-thirtytwo {
  background: url(../Images/Blogs/blog-32.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
    min-height: 150px;
}
.blogs .box .blog-img-thirtythree {
  background: url(../Images/Blogs/blog-33.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
    min-height: 150px;
}
.blogs .box .blog-img-thirtyfour {
  background: url(../Images/Blogs/blog-34.webp);
  background-position: center;
  background-repeat: no-repeat;
   background-size: contain;
    min-height: 150px;
}
.blogs .box .blog-img-thirtyfive {
  background: url(../Images/Blogs/blog-35.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
    min-height: 150px;
}
.blogs .box .blog-img-thirtysix {
  background: url(../Images/Blogs/blog-36.png);
  background-position: center;
  background-repeat: no-repeat;
   background-size: contain;
    min-height: 150px;
}
.blogs .box .blog-img-thirtyseven {
  background: url(../Images/Blogs/blog-37.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
    min-height: 150px;
}
.blogs .box .blog-img-thirtyeight {
  background: url(../Images/Blogs/blog-38.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
    min-height: 150px;
}
.blogs .box .blog-img-thirtynine {
  background: url(../Images/Blogs/blog-39.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
    min-height: 150px;
}
.blogs .box .blog-img-fourty {
  background: url(../Images/Blogs/blog-40.jpg);
  background-position: center;
  background-repeat: no-repeat;
    background-size: contain;
    min-height: 150px;
}
.blogs .box .blog-img-fourtyone {
  background: url(../Images/Blogs/blog-41.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
    min-height: 150px;
}
.blogs .box .blog-img-fourtytwo {
  background: url(../Images/Blogs/blog-42.png);
  background-position: center;
  background-repeat: no-repeat;
   background-size: contain;
    min-height: 150px;
}
.blogs .box .blog-img-fourtythree {
  background: url(../Images/Blogs/blog-43.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
    min-height: 150px;
}
.blogs .box .blog-img-fourtyfour {
  background: url(../Images/Blogs/blog-44.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
    min-height: 150px;
}
.blogs .box .blog-img-fourtyfive {
  background: url(../Images/Blogs/blog-45.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
    min-height: 150px;
}
.blogs .box .blog-img-fourtysix {
  background: url(../Images/Blogs/blog-46.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
    min-height: 150px;
}
.blogs .box .blog-img-fourtyseven {
  background: url(../Images/Blogs/blog-47.jpg);
  background-position: center;
  background-repeat: no-repeat;
   background-size: contain;
    min-height: 150px;
}
.blogs .box .blog-img-fourtyeight {
  background: url(../Images/Blogs/blog-48.jpg);
  background-position: center;
  background-repeat: no-repeat;
   background-size: contain;
    min-height: 150px;
}
.blogs .box .blog-img-fourtynine {
  background: url(../Images/Blogs/blog-49.jpg);
  background-position: center;
  background-repeat: no-repeat;
    background-size: contain;
    min-height: 150px;
}
.blogs .box .blog-img-fifty {
    background: url(../Images/Blogs/blog_50.jpg);
    background-position: center;
    background-repeat: no-repeat;
      background-size: contain;
    min-height: 150px;
}
.blogs .box .blog-img-fifty-one {
    background: url(../Images/Blogs/blog_51.jpg);
    background-position: center;
    background-repeat: no-repeat;
     background-size: contain;
    min-height: 150px;
}
.blogs .box .blog-img-fifty-two{
    background: url(../Images/Blogs/blog_52.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 150px;
}

.blogs .box .blog-img-fifty-four{
    background: url(../Images/Blogs/haldi-water.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 150px;
}
.blogs .box .blog-img-fifty-five{
    background: url(../Images/Blogs/vitamin-fix.jpeg);
    background-position: center;
    background-repeat: no-repeat;
     background-size: contain;
    min-height: 150px;
}
.blogs .box .blog-img-fifty-six{
    background: url(../Images/Blogs/blog-58.jpeg);
    background-position: center;
    background-repeat: no-repeat;
     background-size: contain;
    min-height: 150px;
}

.blog-content {
  padding-top: 10rem;
  padding-bottom: 30px;
}
.blog-content h1 {
  font-family: "Futura Md BT";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  color: #000;
}
.blog-content h2 {
  font-family: "Futura Md BT";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  background: linear-gradient(202deg, #0E3F72 37.38%, #09956D 121.58%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.blog-content h3 {
  font-family: "Futura Md BT";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  color: #000;
}
.blog-content h4 {
  font-family: "Futura Md BT";
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  color: #000;
}
.blog-content p {
  color: #5A5A5A;
  font-family: "HelveticaNeueRoman" !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
}
.blog-content p a {
  text-decoration: none;
  background: linear-gradient(202deg, #0E3F72 37.38%, #09956D 121.58%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.blog-content li {
  color: #5A5A5A;
  font-family: "HelveticaNeueRoman" !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
}
.blog-content li h3 {
  display: inline-block;
}
.blog-content li a {
  text-decoration: none;
  background: linear-gradient(202deg, #0E3F72 37.38%, #09956D 121.58%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.blog-content .blog-content-1 {
  background: url(../Images/Blogs/blog-1.jpg);
  background-repeat: no-repeat;
  min-height: 250px;
  background-size: contain;
  
}
.blog-content .blog-content-2 {
  background: url(../Images/Blogs/blog-2.jpg);
  background-repeat: no-repeat;
  min-height: 250px;
  background-size: contain;
}
.blog-content .blog-content-3 {
  background: url(../Images/Blogs/blog-3.jpeg);
  background-repeat: no-repeat;
  min-height: 250px;
  background-size: contain;
}
.blog-content .blog-content-4 {
  background: url(../Images/Blogs/blog-4.jpeg);
  background-repeat: no-repeat;
  min-height: 250px;
  background-size: contain;
}
.blog-content .blog-content-5 {
  background: url(../Images/Blogs/blog-5.jpg);
  background-repeat: no-repeat;
  min-height: 250px;
  background-size: contain;
}
.blog-content .blog-content-6 {
  background: url(../Images/Blogs/blog-6.png);
  background-repeat: no-repeat;
  min-height: 250px;
  background-size: contain;
}
.blog-content .blog-content-7 {
  background: url(../Images/Blogs/blog-7.jpg);
  background-repeat: no-repeat;
  min-height: 250px;
  background-size: contain;
}
.blog-content .blog-content-8 {
  background: url(../Images/Blogs/blog-8.jpg);
  background-repeat: no-repeat;
  min-height: 250px;
  background-size: contain;
}
.blog-content .blog-content-9 {
  background: url(../Images/Blogs/blog-9.jpg);
  background-repeat: no-repeat;
  min-height: 250px;
  background-size: contain;
}
.blog-content .blog-content-10 {
  background: url(../Images/Blogs/blog-10.jpg);
  background-repeat: no-repeat;
  min-height: 250px;
  background-size: contain;
}
.blog-content .blog-content-11 {
  background: url(../Images/Blogs/blog-11.jpg);
  background-repeat: no-repeat;
  min-height: 250px;
  background-size: contain;
}
.blog-content .blog-content-12 {
  background: url(../Images/Blogs/blog-12.png);
  background-repeat: no-repeat;
  min-height: 250px;
  background-size: contain;
}
.blog-content .blog-content-13 {
  background: url(../Images/Blogs/blog-13.jpg);
  background-repeat: no-repeat;
  min-height: 250px;
  background-size: contain;
}
.blog-content .blog-content-14 {
  background: url(../Images/Blogs/blog-14.jpg);
  background-repeat: no-repeat;
  min-height: 250px;
  background-size: contain;
}
.blog-content .blog-content-15 {
  background: url(../Images/Blogs/blog-15.jpg);
  background-repeat: no-repeat;
  min-height: 250px;
  background-size: contain;
}
.blog-content .blog-content-16 {
  background: url(../Images/Blogs/blog-16.jpg);
  background-repeat: no-repeat;
  min-height: 250px;
  background-size: contain;
}
.blog-content .blog-content-17 {
  background: url(../Images/Blogs/blog-17.png);
  background-repeat: no-repeat;
  min-height: 250px;
  background-size: contain;
}
.blog-content .blog-content-18 {
  background: url(../Images/Blogs/blog-18.jpg);
  background-repeat: no-repeat;
  min-height: 250px;
  background-size: contain;
}
.blog-content .blog-content-19 {
  background: url(../Images/Blogs/blog-19.png);
  background-repeat: no-repeat;
  min-height: 250px;
  background-size: contain;
}
.blog-content .blog-content-20 {
  background: url(../Images/Blogs/blog-20.webp);
  background-repeat: no-repeat;
  min-height: 250px;
  background-size: contain;
}
.blog-content .blog-content-21 {
  background: url(../Images/Blogs/blog-21.jpg);
  background-repeat: no-repeat;
  min-height: 250px;
  background-size: contain;
}
.blog-content .blog-content-22 {
  background: url(../Images/Blogs/blog-22.png);
  background-repeat: no-repeat;
  min-height: 250px;
  background-size: contain;
}
.blog-content .blog-content-23 {
  background: url(../Images/Blogs/blog-23.png);
  background-repeat: no-repeat;
  min-height: 250px;
  background-size: contain;
}
.blog-content .blog-content-24 {
  background: url(../Images/Blogs/blog-24.png);
  background-repeat: no-repeat;
  min-height: 250px;
  background-size: contain;
}
.blog-content .blog-content-25 {
  background: url(../Images/Blogs/blog-25.webp);
  background-repeat: no-repeat;
  min-height: 250px;
  background-size: contain;
}
.blog-content .blog-content-26 {
  background: url(../Images/Blogs/blog-26.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 250px;
}
.blog-content .blog-content-27 {
  background: url(../Images/Blogs/blog-27.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 250px;
}
.blog-content .blog-content-28 {
  background: url(../Images/Blogs/blog-28.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 250px;
}
.blog-content .blog-content-29 {
  background: url(../Images/Blogs/blog-29.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 250px;
}
.blog-content .blog-content-30 {
  background: url(../Images/Blogs/blog-30.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 250px;
}
.blog-content .blog-content-31 {
  background: url(../Images/Blogs/blog-31.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 250px;
}
.blog-content .blog-content-32 {
  background: url(../Images/Blogs/blog-32.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 250px;
}
.blog-content .blog-content-33 {
  background: url(../Images/Blogs/blog-33.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 250px;
}
.blog-content .blog-content-34 {
  background: url(../Images/Blogs/blog-34.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 250px;
}
.blog-content .blog-content-35 {
  background: url(../Images/Blogs/blog-35.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 250px;
}
.blog-content .blog-content-36 {
  background: url(../Images/Blogs/blog-36.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 250px;
}
.blog-content .blog-content-37 {
  background: url(../Images/Blogs/blog-37.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 250px;
}
.blog-content .blog-content-38 {
  background: url(../Images/Blogs/blog-38.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 250px;
}
.blog-content .blog-content-39 {
  background: url(../Images/Blogs/blog-39.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 250px;
}
.blog-content .blog-content-40 {
  background: url(../Images/Blogs/blog-40.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 250px;
}
.blog-content .blog-content-41 {
  background: url(../Images/Blogs/blog-41.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 250px;
}
.blog-content .blog-content-42 {
  background: url(../Images/Blogs/blog-42.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 250px;
}
.blog-content .blog-content-43 {
  background: url(../Images/Blogs/blog-43.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 250px;
}
.blog-content .blog-content-44 {
  background: url(../Images/Blogs/blog-44.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 250px;
}
.blog-content .blog-content-45 {
  background: url(../Images/Blogs/blog-45.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 250px;
}
.blog-content .blog-content-47 {
  background: url(../Images/Blogs/blog-47.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 250px;
}
.blog-content .blog-content-48 {
  background: url(../Images/Blogs/blog-48.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 250px;
}
.blog-content .blog-content-50 {
  background: url(../Images/Blogs/blog_50.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 250px;
}
.blog-content .blog-content-51 {
  background: url(../Images/Blogs/blog_51.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 250px;
}
.blog-content .blog-content-53 {
  background: url(../Images/Blogs/blog_51.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 250px;
}
.blog-content .blog-content-52 {
  background: url(../Images/Blogs/blog_52.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 250px;
}
.blog-content .blog-content-54 {
  background: url(../Images/Blogs/haldi-water.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 250px;
}
.blog-content .blog-content-55 {
  background: url(../Images/Blogs/vitamin-fix.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 250px;
}
.blog-content .blog-content-56 {
  background: url(../Images/Blogs/blog-58.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 250px;
}
.pakinson {
  background-color: #1260AE;
  padding: 50px 0px;
}
.pakinson h3 {
  color: #fff;
  font-family: "HelveticaNeueRoman" !important;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
}
.pakinson p {
  color: #fff;
  font-family: "HelveticaNeueRoman" !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
}

.why-robotic-knee h2 {
  font-family: "Arimo", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 114.286% */
  background: linear-gradient(224deg, #0E3F72 6.81%, #09956D 95.34%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.why-robotic-knee p {
  color: #000;
  font-family: "HelveticaNeueRoman" !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
}

.benefits-robotic-knee h2 {
  font-family: "Arimo", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 114.286% */
  background: linear-gradient(224deg, #0E3F72 6.81%, #09956D 95.34%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.benefits-robotic-knee p {
  color: #000;
  font-family: "HelveticaNeueRoman" !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
}
.benefits-robotic-knee h4 {
  font-family: "Arimo", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 114.286% */
  background: linear-gradient(224deg, #0E3F72 6.81%, #09956D 95.34%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.benefits-robotic-knee .col-box {
  border-radius: 30px;
  border: 2px solid #005CAD;
  padding: 10px;
  height: 100%;
}

.video-cta {
  padding: 50px 0px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url(../Images/video_update.jpg);
  background-position: center;
  min-height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover;
}
.video-cta p {
  color: #FFFFFF;
  font-family: "Futura Md BT";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0px;
}
.video-cta button {
  background-color: #D9D9D9;
  padding: 5px 20px;
}
.video-cta button a {
  color: #1A1A1A;
  text-decoration: none;
  font-family: "Futura Md BT";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
}

.share-box {
    position: fixed;
    right: 0;
    z-index: 999;
    top: 50%;
    transform: translate(0, -50%);
}

.share-box .icons {
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.2s ease-in;
    left: 0;
}

.share-box .icons a {
    background: linear-gradient(92deg, #005CAD 15.68%, #002D55 102.47%);
    color: #fff;
    transition: all 0.2s ease-in;
    height: 50px;
    opacity: 1;
    padding: 14px;
    position: relative;
    text-align: left;
    top: 0;
    vertical-align: top;
    white-space: nowrap;
    width: 50px;
    text-align: center;
    border: 1px solid #fff;
}

/*# sourceMappingURL=style.css.map */