* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
}
a{
        text-decoration: none;
        color: #000 !important;
}
/* top section */
.align-it {
  align-items: center;
}

.tophead {
   background: rgb(255, 255, 255);
    padding: 20px 100px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 9999999999;
    align-items: center;

}
.heading-phn img{
        width: 35px;
    height: 35px;
}

.sports-knee {
  background-color: #dbe7ff;
  padding: 90px 95px;
  max-width: 1850px;
  width: 100%;
  border-radius: 30px 30px 0px 0px;
  margin: 0px auto;
}

.joint-preservation {
  width: 100%;
}
.joint-preservation h2 {
  color: #000;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  max-width: 550px;
}
.joint-preservation p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  font-weight: 400;
  margin: 22px 0px;
}

.mobility-using {
  margin-top: 35px;
  display: flex;
  justify-content: flex-start;
  gap: 30px;
  align-items: center;
}
.mobility-using .gate-profile {
  background: #001246;
  line-height: 40px;
  border-radius: 50px;
  padding: 0 20px;
  border: 0;
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
  font-size: 14px;
}
.mobility-using .gate-profile:hover {
  background: #ffffff;
  color: #001246;
}

.video-img {
  position: relative;
}
.video-img iframe {
  width: 100%;
  border-radius: 10px;
  height: 450px;
}

/* logo slider */
.logo-slider-bg {
  background: #17191a;
  padding: 30px 10px 30px;
  margin: -20px 26px 20px;
  border-radius: 30px 30px 0px 0px;
}

.logo-slid {
  position: relative;
  text-align: center;
}
.logo-slid img {
  width: 190px !important;
}

/* logo slider end */
/* social media icon side  */
.Social-icon {
  position: absolute;
  left: -33px;
  position: fixed;
  z-index: 9;
  top: 35%;
}
.Social-icon ul {
  list-style: none;
}
.Social-icon ul li {
  background: #7790be;
  width: 43px;
  margin: 5px 0px;
}
.Social-icon ul li a {
  color: #fff;
  text-decoration: none;
  padding: 10px;
  width: 100%;
  display: block;
}
.Social-icon ul li a i {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Social-icon ul li:hover {
  background: #001246;
}

/* social media icon side  end*/
/* form css start */
::-moz-placeholder {
  color: #001246;
  opacity: 1;
  /* Firefox */
}
::placeholder {
  color: #001246;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Edge 12-18 */
  color: #001246;
}

.from-start-sec {
  margin: 100px 0px;
}

.input-form {
  background: #001246;
  padding: 40px;
  border-radius: 10px;
}
.input-form .user-form {
  position: relative;
}
.input-form .user-form input {
  padding: 8px 20px 8px 40px;
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  border: 0;
  margin: 10px 0px;
  background: #f0f4ff;
}
.input-form .user-form input:focus {
  outline: none;
}
.input-form .user-form textarea {
  height: 96px;
  width: 100%;
  padding: 10px 20px 10px 41px;
  font-size: 18px;
  color: #001246;
  font-weight: 400;
  background: #f0f4ff;
}
.input-form .user-form textarea:focus {
  outline: none;
}
.input-form .user-form i {
  position: absolute;
  top: 50%;
  left: 6%;
  font-size: 18px;
  color: #001246;
  transform: translate(-50%, -50%);
}
.input-form h4 {
  text-align: center;
  font-size: 30px;
  color: #fff;
  font-weight: 600;
}
.input-form p {
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-weight: 500;
}

.type-textarea {
  margin-top: 6px;
}
.type-textarea i {
  top: 26% !important;
}

.submit-btn {
  padding: 10px 10px;
  width: 200px;
  margin: 18px auto;
  display: block;
  border: 0;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  background: #71c6ff;
  color: #001246;
}

.avant-bg {
  background: #f0f4ff;
  padding: 20px;
  border-radius: 20px;
  height: 400px;
}
.avant-bg .avant-text h3 {
  font-size: 70px;
  font-weight: 900;
  color: #000;
  margin: 0;
}
.avant-bg .avant-text p {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  line-height: 27px;
  margin-bottom: 36px;
}
.avant-bg .avant-text span {
  position: relative;
  top: -14px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 9px;
  color: #000;
}
.avant-bg .avant-text a {
  background: #001246;
  padding: 9px 21px;
  font-size: 18px;
  font-weight: 500;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  border: 2px solid #001246;
  transition: all 0.4s ease;
}
.avant-bg .avant-text a:hover {
  border: 2px solid #001246;
  background: rgba(0, 18, 70, 0);
  color: #001246;
  transition: all 0.4s ease;
}
.avant-bg .avant-text h6 {
  margin: 15px 0px 5px;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  line-height: 25px;
}
.avant-bg .avant-text table {
  width: 100%;
}
.avant-bg .avant-text table tr td {
  width: 50%;
}
.avant-bg .avant-text table tr td h6 {
  margin: 5px 0;
  font-size: 16px;
}
.avant-bg .avant-text img {
  margin-bottom: 14px;
  width: 258px;
}

/* form css end */
/* about-text */
.About-us-title {
  width: 100%;
}
.About-us-title h3 {
  text-align: center;
  color: var(--navi-blue);
  font-size: 66px;
  font-weight: 700;
  margin: 10px 0px;
}
.About-us-title p {
  color: var(--bg-black);
  font-size: 21px;
  font-weight: 300;
  margin: 10px 0px;
  line-height: 30px;
  margin-top: 28px;
}
.About-us-title span {
  font-weight: 300;
}

.box-slide-img img {
  width: 100%;
  border-radius: 30px;
}

.box-img-slider {
  margin: 0px 20px;
  position: relative;
}
.box-img-slider h4 {
  font-size: 58px;
  color: #011549;
  font-weight: 500;
  margin: 50px 10px;
}

.slider_parent {
  position: absolute;
  right: 210px;
  top: 25px;
}

/* about-text end */
/* Remove the icon-related styles */
.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
  font-family: initial;
  font-size: initial;
  line-height: initial;
}

.swiper-button-prev::after {
  background-image: url(../images/arrow-slider.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 100%;
  height: 100%;
}

.swiper-button-next::after {
  background-image: url(../images/slider-arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 100%;
  height: 100%;
}

.footer-bg {
  text-align: center;
  background: #3f71ff;
  padding: 26px 0px;
  margin-top: 100px;
}
.footer-bg h4 {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin: 0;
}

.error input {
  border-color: red;
  border-width: 2px;
}

.success input {
  border-color: green;
  border-width: 2px;
}

.error {
  color: red;
}

.success span {
  color: green;
}

span.error {
  color: red;
}

@media (max-width: 1440px) {
  .avant-bg .avant-text table tr td h6 {
    margin: 0px 0;
    font-size: 14px;
  }
}
@media (max-width: 1366px) {
  .joint-preservation h2 {
    font-size: 36px;
    line-height: 46px;
  }
  .mobility-using {
    gap: 12px;
  }
}
@media (max-width: 1280px) {
  .joint-preservation h2 {
    font-size: 30px;
    line-height: 46px;
  }
  .input-form h4 {
    font-size: 22px;
  }
  .input-form {
    padding: 40px 40px 22px 40px;
  }
  .About-us-title p {
    font-size: 18px;
    line-height: 28px;
  }
  .sports-knee {
    padding: 70px 60px;
  }
  .mobility-using {
    flex-wrap: wrap;
  }
  .from-start-sec {
    margin: 67px 0px;
  }
}
@media (max-width: 1200px) {
  .avant-bg .avant-text table tr td {
    width: 1%;
  }
  .avant-bg .avant-text table tr td h6 {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .video-img {
    position: relative;
    margin-top: 41px;
  }
  .joint-preservation h2 {
    max-width: 100%;
  }
  .input-form .user-form i {
    left: 20px;
  }
  .avant-bg {
    margin-top: 30px;
    height: auto;
  }
  .avant-bg .avant-text table tr td h6 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .tophead {
    text-align: center;
  }
  .About-us-title h3 {
    font-size: 50px;
  }
      .heading-logo img{
        width: 150px;
}
.heading-phn a{
    font-size: 13px;
}
.heading-phn img {
       width: 20px;
    height: 20px;
}
}
@media (max-width: 576px) {
  .tophead {
    padding: 20px 10px;
  }
  /*.tophead img {*/
  /*  width: 250px;*/
  /*}*/
  
/*  .heading-logo img{*/
/*        width: 200px;*/
/*}*/
/*.heading-phn a{*/
/*    font-size: 15px;*/
/*}*/
/*.heading-phn img {*/
/*       width: 20px;*/
/*    height: 20px;*/
/*}*/
  .sports-knee {
    padding: 30px 10px;
  }
  .joint-preservation h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .from-start-sec {
    margin: 30px 0px 35px 0px;
  }
  .logo-slider-bg {
    margin: -20px 15px 20px;
  }
  .About-us-title h3 {
    font-size: 40px;
  }
  .slider_parent {
    right: 50px;
    top: auto;
    bottom: -27px;
  }
  .box-img-slider h4 {
    font-size: 40px;
    margin: 22px 10px;
    text-align: center;
  }
  .footer-bg h4 {
    font-size: 14px;
    margin: 0 15px;
    line-height: 20px;
  }
  .About-us-title p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 480px) {
  .avant-bg .avant-text table tr td h6 {
    font-size: 14px;
  }
}
@media (max-width: 355px) {
  .avant-bg .avant-text table tr td h6 {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */