@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@font-face {
  font-family: "HelveticaNeue";
  src: url("./fonts/HelveticaNeueBold.woff2") format("woff2"), url("./fonts/HelveticaNeueBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
h1 {
  font-size: 44px;
  font-family: "Roboto", sans-serif;
  line-height: 60px;
}

h2 {
  font-size: 46px;
  font-family: "Roboto", sans-serif;
  line-height: 50px;
}

h3 {
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  line-height: 40px;
}

h4 {
  font-size: 22px;
  font-family: "Lato", sans-serif;
  line-height: 32px;
}

h5 {
  font-size: 20px;
  font-family: "Lato", sans-serif;
  line-height: 30px;
}

h6 {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
}

h4.large {
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  line-height: 32px;
}

p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 19px;
}

p.medium {
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  line-height: 15px;
}

p.small {
  font-size: 12px;
  font-family: "HelveticaNeue";
  line-height: 15px;
  font-weight: bold;
}

@media (max-width: 991px) {
  h2 {
    font-size: 28px !important;
    line-height: 1.3;
  }
}
.gr-light-dark-pink {
  background: transparent linear-gradient(180deg, #DA015D 0%, #FB4E97 100%) 0% 0% no-repeat;
}

.gr-light-dark-violet {
  background: transparent linear-gradient(180deg, #A658F8 0%, #EC54F7 100%) 0% 0% no-repeat;
}

.gr-light-dark-blue {
  background: transparent linear-gradient(180deg, #5C62FF 0%, #14B5FA 100%) 0% 0% no-repeat;
}

.gr-light-dark-springgreen {
  background: transparent linear-gradient(180deg, #5C62FF 0%, #14B5FA 100%) 0% 0% no-repeat;
}

.gr-white-blue {
  background: transparent radial-gradient(closest-side at 50% 50%, #14B5FA 0%, rgba(20, 181, 250, 0) 100%) 0% 0% no-repeat;
}

.blue-bg {
  background-color: #04064F;
}

.white-bg {
  background: white;
}

.bg-light-black {
  background: rgba(0, 1, 35, 0.6) 0% 0% no-repeat;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.bg-half-black {
  background: rgba(0, 0, 0, 0.5) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  opacity: 1;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.bg-dark-violet {
  background: #000123;
}

.bg-new-black {
  background: #0C0C0F;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
p,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}

h1,
h2,
h3 {
  font-weight: bold;
}

a {
  text-decoration: none;
  transition: all 0.5s ease;
  color: #000000;
}

a:focus {
  outline: none;
}

img {
  max-width: 100%;
  transition: all 0.5s ease;
}

button:focus,
.btn:focus {
  outline: none;
  box-shadow: none;
}

.form-select:focus,
.form-control:focus {
  box-shadow: none;
}

.site-wrapper {
  position: relative;
}
@media screen and (max-width: 767px) {
  .site-wrapper {
    padding-bottom: 67px;
  }
}

.volume-controls {
  width: 38px;
  height: 38px;
  position: absolute;
  bottom: 90px;
  z-index: 1031;
  left: 40px;
  background-color: #05091e;
  border-radius: 34px;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .volume-controls {
    bottom: 160px;
  }
}
.volume-controls.active {
  background-color: #ffffff;
}
.volume-controls.active .yellow {
  display: none;
}
.volume-controls.active .blue {
  display: initial;
}
.volume-controls .yellow {
  display: initial;
}
.volume-controls .blue {
  display: none;
}
@media screen and (max-width: 991px) {
  .volume-controls {
    bottom: 100px;
    left: auto;
    right: 20px;
    position: fixed;
  }
}

model-viewer {
  height: 400px;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 130px;
}

.modal {
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (min-width: 320px) {
  .container {
    max-width: 100%;
  }
}
@media screen and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media screen and (max-width: 576px) {
  model-viewer {
    max-width: 400px;
    max-height: 400px;
    width: inherit;
    height: inherit;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1440px) {
  .container {
    max-width: 1320px;
  }
}
@media screen and (min-width: 1921px) {
  .container {
    max-width: 1620px;
  }
}
.pagination-list {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
  gap: 10px;
}
.pagination-list li {
  background: #000466 0% 0% no-repeat;
  border: 1px solid #ffd83d;
  border-radius: 4px;
  min-height: 30px;
  min-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.pagination-list li a {
  font-size: 16px;
  line-height: 18px;
  font-family: "Lato", sans-serif;
  color: #ffd83d;
  padding: 0 7px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.pagination-list .page.active {
  background: #ffd83d;
  border: none;
}
.pagination-list .page.active a {
  color: #000466;
}
.pagination-list .left-arrow,
.pagination-list .right-arrow {
  background: #000466 0% 0% no-repeat;
  border: 1px solid #FFD83D;
}
.pagination-list .left-arrow img,
.pagination-list .right-arrow img {
  max-width: 20px;
}
.pagination-list .left-arrow img.active,
.pagination-list .right-arrow img.active {
  display: none;
}
.pagination-list .left-arrow:hover,
.pagination-list .right-arrow:hover {
  background: #B1C0CD;
}
.pagination-list .left-arrow:hover img.active,
.pagination-list .right-arrow:hover img.active {
  display: block;
}
.pagination-list .left-arrow:hover img.default,
.pagination-list .right-arrow:hover img.default {
  display: none !important;
}

.close_button {
  width: 25px;
  height: 25px;
  border: 2px solid #ffd83d;
  border-radius: 50%;
  padding: 3px;
  position: absolute;
  cursor: pointer;
}

.min-h-400 {
  min-height: 400px;
}

.knee-care__bg-video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  z-index: -1;
}

video {
  width: 100%;
}

.video-pause {
  display: none;
}

@media (max-width: 767px) {
  .pagination-list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .center-text h3,
  .center-text h2 {
    font-size: 22px;
  }
  .center-text h3::before,
  .center-text h2::before {
    right: calc(100% + 10px);
  }
  .center-text h3::after,
  .center-text h2::after {
    left: calc(100% + 10px);
  }
}
.mb-60 {
  margin-bottom: 60px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.pb-180 {
  padding-bottom: 180px !important;
}

@media (max-width: 991px) {
  .pt-md-50 {
    padding-top: 50px !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
}
@media (max-width: 1440px) {
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
}
.navigationbar {
  z-index: 1030;
  position: fixed;
  top: 0;
  width: 100%;
  opacity: 1;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}
.navigationbar .navbar-expand-sm .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navigationbar .container {
  max-width: 95%;
}
.navigationbar .navbar {
  padding-top: 15px;
  padding-bottom: 15px;
}
.navigationbar .nav-item {
  padding: 0 18px;
}
.navigationbar .nav-item.active .nav-link {
  color: #ffd83d;
  padding-right: 0;
  padding-left: 0;
}
.navigationbar .nav-link {
  color: #ffffff;
}
.navigationbar .nav-link:hover {
  color: #fcb900;
}
.navigationbar .navbar-brand img {
  max-width: 240px;
}
.navigationbar .form-select {
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 6px 56px 6px 20px;
  transition: all ease 0.5s;
  cursor: pointer;
  width: 150px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../assets/images/down-white-arrow.svg");
  background-repeat: no-repeat;
  background-position-y: 12px;
}
.navigationbar .form-select option {
  color: #000000;
}
.navigationbar .form-select option:hover {
  background: #ffd83d;
}
.navigationbar .search-box {
  position: relative;
}
.navigationbar .search-box .search-submit {
  position: absolute;
  background: transparent;
  border: none;
  right: 25px;
  top: 4px;
}
.navigationbar .form-control {
  border-radius: 30px;
  width: 180px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 6px 45px 6px 15px;
}
.navigationbar .form-control::-webkit-search-cancel-button {
  display: none;
}
.navigationbar .form-control::-moz-placeholder {
  color: #ffffff;
}
.navigationbar .form-control::placeholder {
  color: #ffffff;
}

.main-logo-nav {
  padding-right: 15px;
  border-right: 1px solid #526E88;
}

.nav-responsive {
  z-index: 1030;
  position: fixed;
  top: 0;
  width: 100%;
  opacity: 1;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  padding: 10px 0px;
  display: none;
}
.nav-responsive__links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-responsive__logo img {
  max-width: 132px;
}
.nav-responsive__search img {
  height: 24px;
  width: 24px;
}
.nav-responsive__dropdown .dropdown-toggle {
  color: #ffffff;
  font-size: 13px;
}
.nav-responsive__dropdown .dropdown-toggle.show::after {
  transform: rotate(180deg);
}
.nav-responsive__dropdown .dropdown-toggle::after {
  border: none;
  background-image: url("../assets/images/down-white-arrow.svg");
  background-size: 15px 6px;
  width: 15px;
  height: 6px;
  background-repeat: no-repeat;
  vertical-align: 0.48px;
}
.nav-responsive__dropdown .dropdown-menu {
  padding: 0;
}
.nav-responsive__dropdown .dropdown-menu li:last-child .dropdown-item {
  border-bottom: none;
}
.nav-responsive__dropdown .dropdown-menu .dropdown-item {
  border-bottom: 1px solid #000000;
}
.nav-responsive__dropdown .dropdown-menu .dropdown-item.active {
  background-color: #ffd83d;
  color: #000000;
}
.nav-responsive__dropdown img {
  height: 20px;
  width: 20px;
}

.mobile-menu {
  display: none;
}

@media screen and (max-width: 1350px) {
  .navigationbar .form-control {
    max-width: 120px;
  }
  .navigationbar .nav-item {
    padding: 0 8px;
  }
  .main-logo-nav {
    margin-right: 5px;
  }
}
@media screen and (max-width: 1150px) {
  .navigationbar .container {
    max-width: 98%;
  }
  .navigationbar .form-select {
    width: auto;
    padding: 6px 34px 6px 8px;
    font-size: 14px;
  }
  .navigationbar .navbar-brand img {
    max-width: 185px;
  }
  .main-logo-nav img {
    max-width: 110px;
  }
}
@media screen and (max-width: 991px) {
  .nav-responsive {
    display: block;
  }
  .navigationbar {
    display: none;
  }
  .mobile-menu {
    display: block;
    background-color: #05091e;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1030;
  }
  .mobile-menu__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 10px;
    gap: 15px;
  }
  .mobile-menu__row a {
    align-items: center;
    display: flex;
    gap: 12px;
  }
  .mobile-menu__row a.active span {
    color: #ffffff;
  }
  .mobile-menu__row a.active img {
    filter: brightness(0) invert(1);
  }
  .mobile-menu__row span {
    font-size: 16px;
    color: #ffd83d;
    display: block;
    max-width: 100%;
  }
  .mobile-menu__col {
    padding: 16px 10px;
    min-width: 42%;
  }
  .mobile-menu__col.active {
    background-color: #ffffff;
  }
  .mobile-menu__col.active span {
    color: #05091e;
  }
  .mobile-menu__col.active .icon-active {
    display: initial;
  }
  .mobile-menu__col.active .icon-default {
    display: none;
  }
  .mobile-menu__col .icon-active {
    display: none;
  }
  .mobile-menu__col .icon-default {
    display: initial;
  }
  .mobile-menu__row-menu img {
    max-width: 35px;
  }
  .mobile-menu__fullWidth {
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    padding: 15px;
    position: fixed;
    top: 0;
    z-index: 1032;
    display: none;
    overflow: auto;
  }
  .mobile-menu__fullWidth-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }
  .mobile-menu__fullWidth-nav-logo {
    max-width: 132px;
  }
  .mobile-menu__fullWidth-nav-close img {
    background-color: #05091e;
    padding: 5px;
    border-radius: 50%;
    border: 1px solid #ffd83d;
  }
  .mobile-menu__fullWidth-list ul {
    margin-bottom: 80px;
  }
  .mobile-menu__fullWidth-list ul li {
    border-bottom: 1px solid #ffffff;
    padding: 7px 0px;
    margin-bottom: 22px;
    position: relative;
  }
  .mobile-menu__fullWidth-list ul li::before {
    content: "";
    background-image: url("../assets/images/arrow-yellow.svg");
    position: absolute;
    background-repeat: no-repeat;
    width: 14px;
    height: 18px;
    background-size: 14px 18px;
    transform: rotate(-90deg);
    right: 0;
    top: 8px;
  }
  .mobile-menu__fullWidth-list ul li a {
    font-size: 14px;
    color: #ffd83d;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: capitalize;
    padding: 0;
  }
  .mobile-menu__fullWidth-list ul li a:hover, .mobile-menu__fullWidth-list ul li a:focus {
    color: #ffd83d;
  }
  .mobile-menu__fullWidth-list ul li a img {
    transform: rotate(-90deg);
  }
  .mobile-menu__fullWidth-footer p {
    font-size: 13px;
    color: #edf0f3;
    line-height: 15px;
    margin-bottom: 9px;
  }
  .mobile-menu__fullWidth-footer p a {
    color: #ffd83d;
  }
  .mobile-menu__fullWidth-footer ul {
    margin-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ffffff;
  }
  .mobile-menu__fullWidth-footer ul li {
    display: inline-block;
    padding-right: 22px;
    position: relative;
    line-height: 36px;
  }
  .mobile-menu__fullWidth-footer ul li::before {
    content: "|";
    color: #ffffff;
    right: 7px;
    top: 0;
    position: absolute;
  }
  .mobile-menu__fullWidth-footer ul li:last-child::before {
    content: "";
  }
  .mobile-menu__fullWidth-footer ul li a {
    font-size: 13px;
    color: #ffd83d;
    line-height: 15px;
    white-space: nowrap;
  }
  .mobile-menu__fullWidth-social {
    margin-top: 25px;
  }
  .mobile-menu__fullWidth-social span {
    display: block;
    color: #edf0f3;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 10px;
  }
  .mobile-menu__fullWidth-social ul li {
    display: inline-block;
    margin-right: 20px;
  }
}
@media screen and (max-width: 375px) {
  .mobile-menu__row a {
    gap: 5px;
  }
  .mobile-menu__row a img {
    max-width: 35px;
  }
  .mobile-menu__row span {
    font-size: 12px;
  }
  .mobile-menu__row-menu img {
    max-width: 23px;
  }
}
@media screen and (max-width: 450px) {
  .mobile-menu__row span {
    max-width: 60px;
    font-size: 13px;
  }
}
footer {
  background-color: #05091e;
  padding: 35px 0px 30px 0;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
footer .footer-left {
  display: flex;
  gap: 18px;
  align-items: left;
  flex-direction: column;
}
footer .footer-left ul li {
  list-style: none;
  display: inline-block;
  border-right: 2px solid #ffffff;
  line-height: 16px;
  padding-right: 10px;
}
footer .footer-left ul li:last-child {
  border-right: none;
}
footer .footer-left ul li a {
  color: #e7b413;
  font-size: 13px;
}
footer .footer-left ul li a:hover {
  color: #edf0f3;
}
footer .footer-left ul li + li {
  padding: 0 10px;
}
footer .footer-left p {
  color: #edf0f3;
}
footer .footer-left p a {
  color: #e7b413;
}
footer .footer-left p a:hover {
  color: #edf0f3;
}
footer .footer-right {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
}
footer .footer-right p {
  color: #edf0f3;
}
footer .footer-right ul li {
  display: inline-block;
  margin: 0px 7px;
}
footer .footer-right ul li a .default {
  display: initial;
}
footer .footer-right ul li a .hover {
  display: none;
}
footer .footer-right ul li a:hover .default {
  display: none;
}
footer .footer-right ul li a:hover .hover {
  display: initial;
}
footer .d-flex.flex-column.align-items-end {
  gap: 18px;
}

@media screen and (max-width: 1426px) {
  footer .footer-left {
    display: block;
  }
  footer .footer-left ul {
    margin-top: 15px;
  }
  footer .footer-left ul li:first-child {
    padding-left: 0;
  }
}
@media screen and (max-width: 1199px) {
  footer .footer-right {
    margin-top: 15px;
    gap: 10px;
  }
}
@media screen and (max-width: 1024px) {
  footer .footer-right {
    justify-content: flex-start;
    gap: 5px;
  }
}
@media screen and (max-width: 991px) {
  footer {
    display: none;
  }
}
@media screen and (min-width: 1440px) {
  footer.fixed {
    position: fixed;
    bottom: 0;
    z-index: 1030;
    width: 100%;
  }
}
.hero-banner {
  position: relative;
}
.hero-banner__bg-video {
  position: absolute;
  height: 900px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  top: 0;
}
.hero-banner .section-cards {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 84px;
}
.hero-banner h1 {
  color: #ffffff;
  margin-bottom: 20px;
}
.hero-banner h1 span {
  color: #1EBCFF;
}
.hero-banner h4 {
  color: #ffffff;
  font-weight: 300;
  font-size: 26px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.hero-banner h5 {
  line-height: 1.4;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
}
.hero-banner .button-wrapper {
  margin-top: 40px;
}
.hero-banner__slider {
  overflow: hidden;
}
.hero-banner__slider .slide {
  padding: 159px 0 100px;
}
.hero-banner__slider .slick-dots {
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(90deg);
}
.hero-banner__slider .slick-dots li {
  display: inline-block;
  margin: 0 10px;
}
.hero-banner__slider .slick-dots li.slick-active button {
  background-color: #ffd83d;
}
.hero-banner__slider .slick-dots li button {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: transparent;
  opacity: 1;
  border: 1px solid #fcb900;
  cursor: pointer;
  color: transparent;
}
.hero-banner .product-box img {
  margin: 0 auto;
}
.hero-banner .product-box video {
  width: 100%;
}

@media (max-width: 1550px) {
  .hero-banner__slider .slick-dots {
    left: -50px;
  }
}
@media screen and (min-width: 1440px) {
  .hero-banner__bg-video {
    height: 100%;
  }
  .hero-banner__slider .slide {
    height: 100vh;
  }
}
@media (min-width: 1199px) and (max-width: 1360px) {
  .hero-banner__slider .slick-dots {
    left: -50px;
  }
}
@media screen and (max-width: 1199px) {
  .hero-banner__slider .slick-dots {
    transform: none;
    top: auto;
    bottom: 80px;
    left: 10px;
  }
  .hero-banner__slider .slick-dots li {
    margin: 0 10px;
  }
  .hero-banner__slider .slick-dots li button {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 991px) {
  .hero-banner .product-box {
    margin-bottom: 30px;
  }
  .hero-banner .product-box img,
  .hero-banner .product-box video {
    max-height: 445px;
  }
  .hero-banner__slider .slide {
    padding: 112px 0 100px;
  }
  .hero-banner__slider .slick-dots {
    bottom: 20px;
  }
  .hero-banner__bg-video {
    height: 990px;
  }
}
@media (max-width: 576px) {
  .hero-banner h1 {
    font-size: 36px;
    line-height: 1.3;
  }
}
.button-primary {
  font-family: "Roboto", sans-serif;
  background-color: #ffd83d;
  border: 1px solid #fcb900;
  border-radius: 26px;
  padding: 12px 25px;
  font-size: 18px;
  line-height: 22px;
  color: #253b51;
}
.button-primary:hover {
  padding: 13px 30px;
  border: 1px solid #253b51;
  background-color: #ffffff;
  color: #253b51;
}
.button-primary:hover .hover {
  display: initial;
}
.button-primary:hover .default {
  display: none;
}
.button-primary .hover {
  display: none;
}
.button-primary .default {
  display: initial;
}
.button-primary img {
  transform: translateX(5px);
  transition: all 0.5s ease;
}

.button-link {
  color: #ffd83d;
  font-size: 16px;
  line-height: 18px;
}
.button-link img {
  max-width: 30px;
  transition: all 0.5s ease;
  margin-left: 7px;
}
.button-link:hover {
  color: #ffd83d;
}
.button-link:hover img {
  transform: translateX(10px);
}

.card-arrow-btn {
  padding: 8px 20px 8px 15px;
  background: #ffd83d;
  font-size: 14px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  position: relative;
  border-radius: 18px;
  color: #000466;
  position: absolute;
  left: 20px;
  bottom: 24px;
  z-index: 9;
  transition: all 0.4s;
  border: 1px solid transparent;
}
.card-arrow-btn img {
  margin-left: 15px;
  transition: all 0.5s;
  display: inline-block;
  max-width: 10px;
}
.card-arrow-btn:hover {
  color: #000466;
  border: 1px solid #253B51;
  background: #ffffff;
}

@media (max-width: 576px) {
  .button-link img {
    max-width: 22px;
  }
}
/**********Section Cards Css Start G************************/
.section-cards {
  overflow: hidden;
}
.section-cards .container {
  position: relative;
}
.section-cards .slick-arrow.slick-disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.section-cards .slick-arrow {
  cursor: pointer;
}
.section-cards .prev.slick-arrow {
  width: 34px;
  padding: 0;
  border-radius: 50%;
  position: absolute;
  left: -28px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s;
}
.section-cards .prev.slick-arrow:hover {
  filter: invert(1);
  border: 1px solid #fff;
}
.section-cards .next.slick-arrow {
  width: 34px;
  padding: 0px;
  border-radius: 50%;
  position: absolute;
  right: -28px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s;
}
.section-cards .next.slick-arrow:hover {
  filter: invert(1);
  border: 1px solid #fff;
}
.section-cards h2,
.section-cards h3 {
  color: #000000;
  text-align: center;
}
.section-cards .hero-card {
  display: flex;
  border: 1px solid #000579;
  border-radius: 10px;
  position: relative;
  height: 243px;
  transition: all 0.4s;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  overflow: hidden;
  margin: 0 15px;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.2);
}
.section-cards .hero-card:hover {
  transform: scaleY(1.1);
  transform-origin: bottom;
  cursor: pointer;
}
.section-cards .hero-card:hover .card-image img {
  min-width: 155px;
  max-width: 155px;
}
.section-cards .hero-card .card-text {
  padding: 24px 20px;
}
.section-cards .hero-card .card-text h5 {
  line-height: 24px;
  margin-bottom: 20px;
  color: #000579;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.section-cards .hero-card .card-text p {
  color: #303030;
  margin-bottom: 32px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.section-cards .hero-card .card-text .button-link {
  position: absolute;
  left: 20px;
  bottom: 24px;
  font-size: "Lato", sans-serif;
}
.section-cards .hero-card .card-image {
  margin-left: auto;
}
.section-cards .hero-card .card-image img {
  border-radius: 10px 0 0 10px;
  min-width: 145px;
  max-width: 145px;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  transition: all 0.4s;
}
.section-cards .hero-card .video-box {
  position: relative;
  margin-left: auto;
}
.section-cards .hero-card .video-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-cards .hero-card .video-box video {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  min-width: 145px;
  max-width: 145px;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  transition: all 0.4s;
}
.section-cards .slick-slider .slick-track {
  padding: 25px 0;
}

.section-orthovasive.section-cards .hero-card {
  overflow: hidden;
  background: none;
}

.products-catalog {
  padding-bottom: 25px;
}
.products-catalog .section-cards .center-text {
  text-align: center;
}
.products-catalog .section-cards .center-text h2,
.products-catalog .section-cards .center-text h3 {
  color: #000000;
}
.products-catalog .section-cards .center-text h2::before, .products-catalog .section-cards .center-text h2::after,
.products-catalog .section-cards .center-text h3::before,
.products-catalog .section-cards .center-text h3::after {
  display: none;
}
.products-catalog .section-cards .hero-card {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.2);
  border: 1px solid #000579;
}
.products-catalog .section-cards .hero-card h5 {
  color: #000579;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
}
.products-catalog .section-cards .hero-card p {
  color: #303030;
}
.products-catalog .section-cards .hero-card .card-text .card-arrow-btn {
  position: absolute;
  left: 20px;
  bottom: 24px;
}

.section-orthovasive.section-cards .orthovasive-part .hero-card {
  margin: 0 0 24px 0;
}

@media (max-width: 1199px) {
  .section-cards {
    padding: 30px 0px;
  }
  .section-cards .hero-card {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .section-cards .slick-list.draggable {
    overflow: visible;
  }
  .section-cards .slick-arrow {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .section-cards {
    padding: 30px 0 60px 0;
  }
  .section-cards .hero-card:hover {
    transform: none;
  }
  .section-cards .hero-card:hover .card-image img {
    min-width: 145px;
    max-width: 145px;
  }
  .section-orthovasive.section-cards .orthovasive-part .hero-card {
    height: auto;
  }
}
@media (max-width: 767px) {
  .section-cards {
    padding: 30px 0;
  }
  .section-cards .hero-card {
    margin: 0 10px 0 0;
  }
  .section-cards .slick-slider .slick-track {
    padding: 25px 0 0 0;
  }
}
@media (max-width: 375px) {
  .section-cards .hero-card .card-image img {
    max-width: 100px;
    min-width: 100px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section-cards .hero-card:hover .card-image img {
    min-width: 115px;
    max-width: 115px;
  }
  .section-cards .hero-card .video-box {
    max-width: 116px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .products-catalog .hero-card {
    min-height: 220px;
  }
}
/**********Section Cards Css End G************************/
.side-menu {
  height: auto;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  position: fixed;
  z-index: 1030;
  right: 0;
  width: 120px;
  top: 20%;
  border-radius: 15px 0 0 15px;
  transition: all 0.4s;
}
.side-menu ul li {
  height: 140px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  cursor: pointer;
}
.side-menu ul li:first-child.active {
  border-top-left-radius: 15px;
}
.side-menu ul li:last-child.active {
  border-bottom-left-radius: 15px;
}
.side-menu ul li.active {
  background-color: #ffffff;
}
.side-menu ul li.active a {
  color: #253b51;
}
.side-menu ul li.active a .default {
  display: none;
}
.side-menu ul li.active a .hover {
  display: initial;
}
.side-menu ul li:hover {
  background-color: #ffffff;
}
.side-menu ul li:hover:first-child {
  border-top-left-radius: 15px;
}
.side-menu ul li:hover:last-child {
  border-bottom-left-radius: 15px;
}
.side-menu ul li:hover a {
  color: #253b51;
}
.side-menu ul li:hover a .default {
  display: none;
}
.side-menu ul li:hover a .hover {
  display: initial;
}
.side-menu ul li a {
  color: #ffd83d;
}
.side-menu ul li a img {
  margin-bottom: 10px;
}
.side-menu ul li a .default {
  display: initial;
}
.side-menu ul li a .hover {
  display: none;
}
.side-menu ul li a span {
  display: block;
  font-family: "Lato", sans-serif;
}
.side-menu ul li.arrow {
  height: 60px;
  padding-top: 16px;
  cursor: pointer;
}

.side-menu.small_menu {
  width: 60px;
  height: auto;
}
.side-menu.small_menu ul li {
  height: 120px;
}
.side-menu.small_menu ul li span {
  display: none;
}
.side-menu.small_menu ul li.arrow {
  height: 50px;
  padding-top: 10px;
}

.side-menu.small {
  width: 28px;
  height: auto;
}
.side-menu.small ul li img,
.side-menu.small ul li span {
  display: none;
}
.side-menu.small ul li.arrow {
  height: 50px;
  padding-top: 10px;
}
.side-menu.small ul li.arrow img {
  display: block;
}
.side-menu.small ul li.arrow img.hover {
  display: none;
}
.side-menu.small ul li.active {
  background-color: transparent;
}
.side-menu.small ul li.active img {
  display: none;
}

.side-menu.side-menu.small ul li a img,
.side-menu.small_menu.small ul li a img {
  transform: rotate(180deg);
}
.side-menu.side-menu.small ul li:hover,
.side-menu.small_menu.small ul li:hover {
  background: none;
}
.side-menu.side-menu.small ul li:hover a .hover,
.side-menu.small_menu.small ul li:hover a .hover {
  display: none;
}

@media screen and (max-width: 767px) {
  .side-menu {
    display: none;
  }
}
.hcp-tabs {
  position: relative;
  padding: 165px 0 0 0;
  min-height: 900px;
}
.hcp-tabs h1 {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 46px;
}
.hcp-tabs h1 span {
  color: #1EBCFF;
}
.hcp-tabs h3 {
  font-family: "Lato", sans-serif;
  color: #ffffff;
  margin-bottom: 4px;
  font-weight: 300;
  line-height: 36px;
}
.hcp-tabs__bg-video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  z-index: -1;
}
.hcp-tabs .section-cards {
  margin-top: 70px;
}
.hcp-tabs .main-box + .main-box {
  margin-top: 45px;
}
.hcp-tabs .main-box.active {
  width: 100%;
}
.hcp-tabs .main-box.active .toggle-btn img {
  transform: rotate(180deg);
  top: 35px;
  right: 20px;
}
.hcp-tabs .main-box.active {
  padding: 22px 30px 45px 30px;
}
.hcp-tabs .main-box {
  cursor: pointer;
  padding: 30px 30px 22px 30px;
  position: relative;
  transition: all 0.5s;
  width: 60%;
  background: rgba(59, 132, 255, 0.5) 0% 0% no-repeat padding-box;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  opacity: 1;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.hcp-tabs .main-box h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 2;
  color: #edf0f3;
  margin-bottom: 0px;
}
.hcp-tabs .main-box .content.none {
  display: none;
}
.hcp-tabs .main-box .content {
  margin-top: 23px;
}
.hcp-tabs .main-box .content .row {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 20px;
}
.hcp-tabs .main-box .content h6 {
  color: #ffffff;
  line-height: 22px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.hcp-tabs .main-box .content .content__product-box img {
  max-width: 121px;
  margin-bottom: 7px;
  background: #ffffff;
  border-radius: 12px;
}
.hcp-tabs .main-box .content .content__product-box p {
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #ffd83d;
  margin-bottom: 10px;
}
.hcp-tabs .main-box .toggle-btn img {
  position: absolute;
  top: 45px;
  right: 20px;
  cursor: pointer;
  transition: all 0.5s;
}
.hcp-tabs .main-box .toggle-btn img:hover {
  filter: sepia();
}
.hcp-tabs .card-arrow-btn {
  position: unset;
  left: 0;
  display: inline-block;
  margin-top: 0;
}

@media (max-width: 1440px) {
  .hcp-tabs {
    min-height: 700px;
  }
  .hcp-tabs .main-box h3 {
    line-height: 1.2;
    font-size: 24px;
  }
  .hcp-tabs .main-box .toggle-btn img {
    top: 30px;
  }
}
@media (max-width: 991px) {
  .hcp-tabs .main-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hcp-tabs {
    padding: 120px 0 30px;
  }
  .hcp-tabs h1 {
    font-size: 32px;
    line-height: 1.2;
  }
  .hcp-tabs .main-box + .main-box {
    margin-top: 30px;
  }
  .hcp-tabs .main-box.active {
    padding: 15px 20px;
  }
  .hcp-tabs .main-box {
    padding: 15px 20px;
  }
  .hcp-tabs .main-box .content {
    margin-bottom: 20px;
  }
  .hcp-tabs .main-box .content h6 {
    margin: 15px 0;
    font-size: 14px;
    line-height: 1.3;
  }
  .hcp-tabs .main-box .toggle-btn img {
    width: 16px;
    height: 16px;
    top: 20px;
    right: 10px;
  }
  .hcp-tabs .main-box.active .toggle-btn img {
    transform: translateX(-50%) rotate(180deg);
    top: 20px;
    right: 10px;
  }
  .hcp-tabs .card-arrow-btn {
    position: unset;
  }
}
@media (max-width: 576px) {
  .hcp-tabs h3,
  .hcp-tabs h1 {
    font-size: 22px;
    line-height: 1.3;
  }
  .hcp-tabs .button-primary {
    padding: 8px;
    font-size: 13px;
    line-height: 1;
  }
  .hcp-tabs .button-primary img {
    max-width: 13px;
  }
  .hcp-tabs .main-box.active {
    padding: 15px 10px;
  }
  .hcp-tabs .main-box {
    padding: 15px 10px;
  }
  .hcp-tabs .main-box h3 {
    font-size: 20px;
  }
  .hcp-tabs .main-box .content .row {
    border-bottom: none;
    margin-bottom: 10px;
  }
}
@media (max-width: 425px) {
  .hcp-tabs .main-box.active .toggle-btn img {
    right: 0;
  }
}
.breadcrumb__title ul {
  margin-bottom: 31px;
}
.breadcrumb__title ul li a {
  color: #ffd83d;
  font-size: 14px;
}
.breadcrumb__title ul li a:hover {
  color: #ffffff;
}
.breadcrumb__title ul li a:hover .default {
  display: none;
}
.breadcrumb__title ul li a:hover .hover {
  display: initial;
}
.breadcrumb__title ul li a .default {
  display: initial;
}
.breadcrumb__title ul li a .hover {
  display: none;
}
.breadcrumb__title ul li a img {
  margin-right: 10px;
}
.breadcrumb__title h2 {
  color: #1ebcff;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.breadcrumb__title h3 {
  color: #1ebcff;
  text-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
  font-weight: normal;
  font-family: "Lato", sans-serif;
}
.breadcrumb__title h4 {
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .breadcrumb__title h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .breadcrumb__title h2 span {
    display: none;
  }
}
.breadcrumb-section {
  position: fixed;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  top: 70px;
  padding: 6px 0px;
  z-index: 1030;
}
.breadcrumb-section ul::-webkit-scrollbar {
  height: 2px;
}
.breadcrumb-section ul::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 1000px;
}
.breadcrumb-section ul {
  overflow-x: auto;
  white-space: nowrap;
}
.breadcrumb-section ul li {
  display: inline-block;
  margin: 0px 13px;
  position: relative;
}
.breadcrumb-section ul li:last-child::before {
  display: none;
}
.breadcrumb-section ul li.active {
  color: #ffffff;
  font-size: 14px;
}
.breadcrumb-section ul li::before {
  content: "";
  background-image: url("../assets/images/down-white-arrow.svg");
  background-repeat: no-repeat;
  height: 18px;
  width: 14px;
  background-size: 18px 6px;
  position: absolute;
  right: -28px;
  transform: rotate(-90deg);
  top: 5px;
}
.breadcrumb-section ul li a {
  font-size: 14px;
  color: #ffd83d;
}
.breadcrumb-section ul li a:hover {
  color: #ffffff;
}
.breadcrumb-section ul li a:hover .default {
  display: none;
}
.breadcrumb-section ul li a:hover .hover {
  display: initial;
}
.breadcrumb-section ul li a .default {
  display: initial;
}
.breadcrumb-section ul li a .hover {
  display: none;
}

@media screen and (max-width: 991px) {
  .breadcrumb-section {
    top: 54px;
    z-index: 99;
  }
}
.orthopaedic-hero {
  position: relative;
  padding: 175px 0 50px 0;
}
.orthopaedic-hero__bg-video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  z-index: -1;
}
.orthopaedic-hero h1 {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 46px;
}
.orthopaedic-hero h5 {
  color: #16CDFF;
  margin-bottom: 20px;
}
.orthopaedic-hero p {
  color: #ffffff;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  margin-bottom: 16px;
}

@media (max-width: 1200px) {
  .orthopaedic-hero {
    padding: 180px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .orthopaedic-hero {
    padding: 130px 0 40px 0;
  }
  .orthopaedic-hero h1 {
    font-size: 34px;
    margin-bottom: 15px;
    line-height: 1.2;
  }
  .orthopaedic-hero h5 {
    font-size: 20px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .orthopaedic-hero p {
    font-size: 16px;
    line-height: 20px;
    font-family: "Lato", sans-serif;
  }
  .orthopaedic-hero .min-h-420 {
    min-height: auto;
    margin-bottom: 30px;
  }
}
.r-tabs .r-tabs-nav {
  margin: 0;
  padding: 0;
}

.r-tabs .r-tabs-tab {
  display: inline-block;
  margin: 0;
  list-style: none;
}

.r-tabs .r-tabs-panel {
  padding: 15px;
  display: none;
}

.r-tabs .r-tabs-accordion-title {
  display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
  .r-tabs .r-tabs-nav {
    display: none;
  }
  .r-tabs .r-tabs-accordion-title {
    display: block;
  }
}
.section-orthovasive.section-cards .section-cards {
  padding-bottom: 50px;
}

.section-orthovasive {
  overflow: hidden;
  padding: 50px 0 0 0;
}
.section-orthovasive .orthovasive-part {
  padding-bottom: 50px;
}
.section-orthovasive .orthovasive-part h2 {
  padding-bottom: 40px;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
}
.section-orthovasive .orthovasive-part .orthovasive__text h5 {
  color: #000579;
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.section-orthovasive .orthovasive-part .orthovasive__text p {
  font-size: 18px;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}
.section-orthovasive .orthovasive-part .hero-card .card-text h5 {
  color: #253b51;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
.section-orthovasive .option-part h2 {
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}
.section-orthovasive .option-part .option__text h5 {
  color: #1EBCFF;
  margin-bottom: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.section-orthovasive .option-part .option__text ul li {
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  position: relative;
  padding-left: 24px;
  font-weight: 400;
}
.section-orthovasive .option-part .option__text ul li::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 7px;
  left: 0;
  border-radius: 50%;
  border: 2px solid #ffd83d;
}
.section-orthovasive .option-part .option__text ul li + li {
  margin-top: 20px;
}
.section-orthovasive .option-part .option__video-box {
  height: 100%;
}
.section-orthovasive .option-part .option__video-box iframe {
  width: calc(100% - 20px);
  height: 100%;
}
.section-orthovasive .option-part .option__video-box .video-box {
  position: relative;
}
.section-orthovasive .option-part .option__video-box .video-box video {
  width: 100%;
}
.section-orthovasive .option-part .option__video-box .video-box video::poster {
  position: relative;
  z-index: 9999;
}
.section-orthovasive .option-part .option__video-box .video-box .video-Play,
.section-orthovasive .option-part .option__video-box .video-box .video-pause {
  position: absolute;
  width: 46px;
  height: 46px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.section-orthovasive .option-part .option__video-box .video-box .video-pause {
  display: none;
  filter: grayscale(1);
}
.section-orthovasive .quick-part .center-text {
  margin-bottom: 60px;
}
.section-orthovasive .quick-part .section-cards .container {
  overflow: visible;
}

@media (max-width: 1439px) {
  .section-orthovasive.section-cards .section-cards {
    padding-bottom: 0px;
  }
}
@media (max-width: 1199px) {
  .section-orthovasive .quick-part .section-cards {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .section-orthovasive {
    padding: 50px 0 30px 0;
  }
  .section-orthovasive .orthovasive-part {
    padding-bottom: 50px;
  }
  .section-orthovasive .orthovasive-part .orthovasive__text {
    margin-bottom: 30px;
  }
  .section-orthovasive .option-part {
    margin-bottom: 50px;
  }
  .section-orthovasive .option-part .option__video-box {
    padding-bottom: 30px;
  }
  .section-orthovasive .option-part .option__video-box iframe {
    width: 100%;
  }
  .section-orthovasive .quick-part .center-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .section-orthovasive .or .option-part .option__video-box {
    min-height: 250px;
  }
}
.section-product-overview {
  padding-top: 106px;
  position: relative;
}
.section-product-overview #products_tab {
  margin-top: 25px;
  position: relative;
}
.section-product-overview #products_tab ul {
  display: flex;
  align-items: center;
}
.section-product-overview #products_tab ul li {
  display: inline-flex;
}
.section-product-overview #products_tab ul li a {
  padding: 11px 14px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.2) 0% 0% no-repeat;
  border: 1px solid #ffd83d;
  border-radius: 5px;
  opacity: 1;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  min-width: 158px;
  display: flex;
  justify-content: center;
}
.section-product-overview #products_tab ul li:hover a {
  background: #001740 0% 0% no-repeat !important;
  color: #ffffff !important;
  border: 1px solid #ffd83d !important;
}
.section-product-overview #products_tab ul li + li {
  margin-left: 15px;
}
.section-product-overview #products_tab ul li.r-tabs-state-active a {
  background: rgba(255, 255, 255, 0.8) 0% 0% no-repeat;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  color: #000236;
  font-weight: 700;
}
.section-product-overview #products_tab .r-tabs-panel {
  padding: 0;
}
.section-product-overview #products_tab .product-box {
  text-align: center;
}
.section-product-overview #products_tab .product-box video {
  width: 100%;
}
.section-product-overview #products_tab .product-box .card-arrow-btn {
  position: unset;
}
.section-product-overview #products_tab .product-box .modal-dialog {
  max-width: 95%;
  height: 95%;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  margin: 0;
}
.section-product-overview #products_tab .product-box .modal-dialog .modal-content {
  background: transparent radial-gradient(closest-side at 50% 50%, #686868 0%, #414141 100%) 0% 0% no-repeat;
  height: 100%;
  justify-content: center;
}
.section-product-overview #products_tab .product-box .btn-close {
  background: url(../assets/images/white-popup-close-button.svg) no-repeat;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  padding: 0;
  opacity: 1;
  position: absolute;
  top: 20px;
  right: 20px;
}
.section-product-overview #products_tab .product-details h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  margin-bottom: 5px;
  color: #1EBCFF;
  text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5019607843);
}
.section-product-overview #products_tab .product-details span {
  color: #1EBCFF;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 22px;
  display: block;
}
.section-product-overview #products_tab .product-details h5 + h5 {
  margin-top: 10px;
}
.section-product-overview #products_tab .product-details h5 {
  color: #43C7FF;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1;
}
.section-product-overview #products_tab .product-details h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-top: 47px;
  margin-bottom: 20px;
  font-size: 36px;
  color: #ffffff;
  text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5019607843);
}
.section-product-overview #products_tab .product-details p {
  font-size: 16px;
  line-height: 26px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #ffffff;
  margin-top: 15px;
  text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3019607843);
  margin-bottom: 20px;
}
.section-product-overview #products_tab .product-details h6 {
  font-size: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #1EBCFF;
  margin-bottom: 8px;
}
.section-product-overview #products_tab .product-details ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.section-product-overview #products_tab .product-details ul li {
  color: #ffffff;
  flex: 0 0 50%;
  margin-top: 12px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  padding-left: 17px;
  position: relative;
  padding-right: 8px;
}
.section-product-overview #products_tab .product-details ul li::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 4px;
  left: 0;
  border: 1px solid #ffd83d;
  background: transparent;
  border-radius: 50%;
}
.section-product-overview #products_tab .product-details ul li + li {
  margin-left: 0;
}
.section-product-overview .golden_knee_system.active .component_1 a,
.section-product-overview .golden_knee_system.active .component_2 a,
.section-product-overview .golden_knee_system.active .component_3 a,
.section-product-overview .golden_knee_system.active .component_4 a {
  opacity: 0;
  transition: opacity 0.3s linear 0.1s;
}
.section-product-overview .golden_knee_system.active .component_1 {
  z-index: 9;
  transform: translate(164px, 60%);
}
.section-product-overview .golden_knee_system.active .component_2 {
  z-index: 8;
  transform: translate(23px, 32%);
}
.section-product-overview .golden_knee_system.active .component_4 {
  z-index: -1;
  transform: translate(-26px, -33%);
}
.section-product-overview .golden_knee_system.default-system {
  margin: 0 0 40px 0;
}
.section-product-overview .golden_knee_system.default-system .col-lg-4 {
  display: flex;
  align-items: flex-end;
  justify-content: left;
}
.section-product-overview .golden_knee_system.default-system .component_details {
  margin-top: 90px;
}
.section-product-overview .golden_knee_system.default-system .details_image img {
  max-width: 280px;
  max-height: 550px;
}
.section-product-overview .golden_knee_system.default-system .component-box {
  text-align: center;
}
.section-product-overview .golden_knee_system.default-system .component-box img {
  display: block;
  margin: 0 auto;
  max-width: 140px;
}
.section-product-overview .golden_knee_system.default-system .component-box a {
  background: rgba(255, 255, 255, 0.2) 0% 0% no-repeat;
  border: 1px solid #FFD83D;
  border-radius: 100px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  padding: 12px 20px;
  color: #ffd83d;
  font-size: 20px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  transition: all 0.4s;
  display: inline-block;
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
}
.section-product-overview .golden_knee_system.default-system .component-box a svg {
  transition: all 0.4s;
  max-width: 24px;
  max-height: 24px;
  border-radius: 50%;
  border: 2px solid #ffd83d;
  margin-left: 10px;
  transition: all 0.4s;
}
.section-product-overview .golden_knee_system.default-system .component-box a svg path {
  transition: all 0.4s;
}
.section-product-overview .golden_knee_system.default-system .component-box a:hover {
  color: #253B51;
  background: #fff;
  border: 1px solid #253B51;
}
.section-product-overview .golden_knee_system.default-system .component-box a:hover svg {
  border: 2px solid #253B51;
}
.section-product-overview .golden_knee_system.default-system .component-box a:hover svg path {
  stroke: #253B51;
}
.section-product-overview .golden_knee_system {
  min-height: 500px;
  margin: 70px 0 100px 0;
  position: relative;
}
.section-product-overview .golden_knee_system .component_1,
.section-product-overview .golden_knee_system .component_2,
.section-product-overview .golden_knee_system .component_3,
.section-product-overview .golden_knee_system .component_4 {
  width: -moz-max-content;
  width: max-content;
  position: relative;
  position: absolute;
  transition: transform 1s cubic-bezier(0.42, 0, 0.15, 1.4);
}
.section-product-overview .golden_knee_system .component_1 a,
.section-product-overview .golden_knee_system .component_2 a,
.section-product-overview .golden_knee_system .component_3 a,
.section-product-overview .golden_knee_system .component_4 a {
  background: rgba(255, 255, 255, 0.2) 0% 0% no-repeat;
  border: 1px solid #FFD83D;
  border-radius: 100px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  position: absolute;
  padding: 12px 20px;
  color: #ffd83d;
  white-space: nowrap;
  font-size: 20px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  transition: opacity 0.3s linear 0.5s;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  top: 50%;
  opacity: 1;
}
.section-product-overview .golden_knee_system .component_1 a svg,
.section-product-overview .golden_knee_system .component_2 a svg,
.section-product-overview .golden_knee_system .component_3 a svg,
.section-product-overview .golden_knee_system .component_4 a svg {
  max-width: 25px;
  max-height: 25px;
  border-radius: 50%;
  border: 2px solid #ffd83d;
  margin-left: 10px;
  transition: all 0.4s;
}
.section-product-overview .golden_knee_system .component_1 a svg path,
.section-product-overview .golden_knee_system .component_2 a svg path,
.section-product-overview .golden_knee_system .component_3 a svg path,
.section-product-overview .golden_knee_system .component_4 a svg path {
  transition: all 0.4s;
}
.section-product-overview .golden_knee_system .component_1 a:hover,
.section-product-overview .golden_knee_system .component_2 a:hover,
.section-product-overview .golden_knee_system .component_3 a:hover,
.section-product-overview .golden_knee_system .component_4 a:hover {
  color: #253B51;
  background: #fff;
  border: 1px solid #253B51;
}
.section-product-overview .golden_knee_system .component_1 a:hover svg,
.section-product-overview .golden_knee_system .component_2 a:hover svg,
.section-product-overview .golden_knee_system .component_3 a:hover svg,
.section-product-overview .golden_knee_system .component_4 a:hover svg {
  border: 2px solid #253B51;
}
.section-product-overview .golden_knee_system .component_1 a:hover svg path,
.section-product-overview .golden_knee_system .component_2 a:hover svg path,
.section-product-overview .golden_knee_system .component_3 a:hover svg path,
.section-product-overview .golden_knee_system .component_4 a:hover svg path {
  stroke: #253B51;
}
.section-product-overview .golden_knee_system .component_1 {
  left: 23%;
  top: 60px;
}
.section-product-overview .golden_knee_system .component_1 .component_image {
  max-width: 135px;
  max-height: 140px;
  z-index: 9;
}
.section-product-overview .golden_knee_system .component_1 a {
  top: 50%;
  right: calc(100% + 5px);
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
.section-product-overview .golden_knee_system .component_2 {
  left: 30%;
  top: -70px;
}
.section-product-overview .golden_knee_system .component_2 .component_image {
  max-width: 315px;
  max-height: 300px;
  z-index: 1;
}
.section-product-overview .golden_knee_system .component_2 a {
  left: 100%;
}
.section-product-overview .golden_knee_system .component_3 {
  left: 48%;
  top: 210px;
  transform: translateX(-50%);
}
.section-product-overview .golden_knee_system .component_3 .component_image {
  max-width: 220px;
  max-height: 220px;
}
.section-product-overview .golden_knee_system .component_3 a {
  right: calc(100% + 20px);
}
.section-product-overview .golden_knee_system .component_4 {
  left: 43%;
  top: 310px;
}
.section-product-overview .golden_knee_system .component_4 .component_image {
  max-width: 210px;
  max-height: 195px;
}
.section-product-overview .golden_knee_system .component_4 a {
  top: 25%;
  left: calc(100% + 20px);
}
.section-product-overview .golden_knee_system .component_details .details_image {
  text-align: center;
}
.section-product-overview .golden_knee_system .component_details .details_box {
  background: rgba(0, 49, 97, 0.3) 0% 0% no-repeat;
  border: 1px solid #526E88;
  border-radius: 24px;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  padding: 30px;
  position: relative;
}
.section-product-overview .golden_knee_system .component_details .details_box h5 {
  font-size: 20px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #ffd83d;
  margin-bottom: 22px;
}
.section-product-overview .golden_knee_system .component_details .details_box h6 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 22px;
  color: #ffffff;
}
.section-product-overview .golden_knee_system .component_details .details_box p {
  color: #ffffff;
  padding-bottom: 12px;
}
.section-product-overview .golden_knee_system .component_details .details_box ul {
  flex-direction: column;
  align-items: baseline !important;
}
.section-product-overview .golden_knee_system .component_details .details_box ul li + li {
  margin-top: 18px;
  margin-left: 0 !important;
}
.section-product-overview .golden_knee_system .component_details .details_box ul li {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  padding-left: 27px;
  position: relative;
  font-family: "Lato", sans-serif;
}
.section-product-overview .golden_knee_system .component_details .details_box ul li::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 5px;
  left: 0;
  border-radius: 50%;
  border: 2px solid #ffd83d;
  background: transparent;
}
.section-product-overview .golden_knee_system .component_details .details_box .card-arrow-btn {
  position: unset;
  margin-top: 30px;
  display: inline-block;
  font-family: "Roboto", sans-serif;
}
.section-product-overview .golden_knee_system .component_details .details_box .close_button {
  top: 20px;
  right: 20px;
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 0;
  transition: all 0.4s;
}
.section-product-overview .golden_knee_system .component_details .details_box .close_button:hover {
  transform: rotate(180deg);
}
.section-product-overview .golden_knee_system .component_details .modal-dialog {
  max-width: 505px;
  height: 550px;
  background: #FFFFFF;
  border-radius: 18px;
}
.section-product-overview .golden_knee_system .component_details .modal-dialog .modal-content {
  display: flex;
  justify-content: center;
  padding: 20px 30px;
  width: 100%;
  height: 100%;
  background: transparent;
}
.section-product-overview .golden_knee_system .component_details .modal-dialog .modal-content h5 {
  font-weight: 700;
  color: #020D37;
  margin-bottom: 22px;
}
.section-product-overview .golden_knee_system .component_details .modal-dialog .modal-content iframe {
  width: 100%;
  height: 100%;
}
.section-product-overview .golden_knee_system .component_details .modal-dialog .btn-close {
  background: url(../assets/images/white-popup-close-button.svg) no-repeat;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  padding: 0;
  opacity: 1;
  position: absolute;
  top: 20px;
  right: 20px;
  transition: all 0.4s;
}
.section-product-overview .golden_knee_system .component_details .modal-dialog .btn-close:hover {
  transform: rotate(180deg);
}
.section-product-overview .resources__video-tab {
  padding-bottom: 60px;
  margin-top: 30px;
}
.section-product-overview .resources__video-tab .video-box:has(iframe) img {
  display: none;
}
.section-product-overview .resources__video-tab .video-box {
  position: relative;
  margin-bottom: 20px;
}
.section-product-overview .resources__video-tab .video-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  max-width: 60px;
  max-height: 60px;
  border-radius: 50%;
}
.section-product-overview .resources__video-tab .video-box iframe {
  width: 100%;
  min-height: 420px;
}
.section-product-overview .resources__video-tab h5 {
  line-height: 34px;
  color: #43C7FF;
  margin-bottom: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 500px;
}
.section-product-overview .resources__video-tab p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}
.section-product-overview .resources__video-tab .next_video-box.active {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
.section-product-overview .resources__video-tab .next_video-box {
  padding: 20px;
  height: 100%;
  background: rgba(0, 49, 97, 0.5) 0% 0% no-repeat padding-box;
  border: 1px solid #526E88;
  border-radius: 10px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.section-product-overview .resources__video-tab .next_video-box h4 {
  color: #ffffff;
  margin-bottom: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 22px;
}
.section-product-overview .resources__video-tab .next_video-box .modal + .next_video-renderer {
  margin-top: 15px;
}
.section-product-overview .resources__video-tab .next_video-box .next_video-renderer .video_box {
  position: relative;
}
.section-product-overview .resources__video-tab .next_video-box .next_video-renderer .video_box .playpause {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.section-product-overview .resources__video-tab .next_video-box .next_video-renderer h5 {
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #ffd83d;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.3;
}
.section-product-overview .resources__video-tab .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  font-size: 0;
  width: 95%;
  max-width: 1000px;
  max-height: 800px;
}
.section-product-overview .resources__video-tab .modal-dialog .btn-close {
  position: absolute;
  top: -30px;
  width: 24px;
  height: 24px;
  right: 0;
  opacity: 1;
  background: url(../assets/images/close_btn.svg) no-repeat;
  outline: none;
  color: white;
  z-index: 9999;
}
.section-product-overview .resources__video-tab .modal-dialog .btn-close:focus {
  box-shadow: none;
}
.section-product-overview .resources__video-tab video {
  max-width: 1000px;
  max-height: 1000px;
}
.section-product-overview .resources__video-tab .text {
  padding: 16px;
}
.section-product-overview .resources__video-tab .text h5 {
  line-height: 1.3;
  color: #43C7FF;
  margin-bottom: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 500px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.section-product-overview .resources__video-tab .text p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  overflow: hidden;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.section-product-overview #accordion {
  margin-top: 30px;
  margin-bottom: 60px;
}
.section-product-overview #accordion .modal-dialog {
  max-width: 900px;
  height: 90%;
  width: 90%;
  background: #FFFFFF;
  border-radius: 18px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.section-product-overview #accordion .modal-dialog .modal-content {
  display: flex;
  justify-content: center;
  padding: 20px 30px;
  width: 100%;
  height: 100%;
  background: transparent;
}
.section-product-overview #accordion .modal-dialog .modal-content h5 {
  font-weight: 700;
  color: #020D37;
  margin-bottom: 22px;
}
.section-product-overview #accordion .modal-dialog .modal-content iframe {
  width: 100%;
  height: 100%;
}
.section-product-overview #accordion .modal-dialog .modal-content iframe::-webkit-scrollbar {
  width: 2px;
}
.section-product-overview #accordion .modal-dialog .btn-close {
  background: url(../assets/images/white-popup-close-button.svg) no-repeat;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  padding: 0;
  opacity: 1;
  position: absolute;
  top: 20px;
  right: 20px;
  transition: all 0.4s;
}
.section-product-overview #accordion .modal-dialog .btn-close:hover {
  transform: rotate(180deg);
}
.section-product-overview #accordion .btn-close {
  background: url(../assets/images/white-popup-close-button.svg) no-repeat;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  padding: 0;
  opacity: 1;
  position: absolute;
  top: 20px;
  right: 20px;
  transition: all 0.4s;
}
.section-product-overview #accordion .btn-close:hover {
  transform: rotate(180deg);
}
.section-product-overview #accordion .accordion-box.open {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
.section-product-overview #accordion .accordion-box.open .accordion-title span::before {
  display: none;
}
.section-product-overview #accordion .accordion-box {
  background: rgba(0, 49, 97, 0.5) 0% 0% no-repeat padding-box;
  border: 1px solid #526E88;
  border-radius: 10px;
  width: 100%;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  padding: 30px 40px;
  margin-bottom: 30px;
}
.section-product-overview #accordion .accordion-box .accordion-title {
  color: #fff;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.section-product-overview #accordion .accordion-box .accordion-title span {
  width: 30px;
  height: 30px;
  background: #FCB900;
  position: relative;
  border-radius: 50%;
  display: inline-block;
  margin-right: 24px;
}
.section-product-overview #accordion .accordion-box .accordion-title span::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000466;
}
.section-product-overview #accordion .accordion-box .accordion-title span::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000466;
}
.section-product-overview #accordion .accordion-box .accordion-content {
  margin-top: 40px;
  margin-left: 55px;
  margin-right: 55px;
}
.section-product-overview #accordion .accordion-box .accordion-content .pre_card + .pre_card {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ffffff;
}
.section-product-overview #accordion .accordion-box .accordion-content .downlode_box {
  display: flex;
}
.section-product-overview #accordion .accordion-box .accordion-content .downlode_box .image-box {
  margin-right: 20px;
}
.section-product-overview #accordion .accordion-box .accordion-content .downlode_box .image-box img {
  max-width: 110px;
}
.section-product-overview #accordion .accordion-box .accordion-content .downlode_box .text-box h5 {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-bottom: 0;
}
.section-product-overview #accordion .accordion-box .accordion-content .downlode_box .text-box .d-flex {
  gap: 30px;
  margin-top: 30px;
}
.section-product-overview #accordion .accordion-box .accordion-content .downlode_box .text-box .d-flex .card-arrow-btn {
  position: unset;
}
.section-product-overview #accordion .accordion-box .accordion-content .downlode_box .text-box .d-flex .card-arrow-btn img {
  max-width: 18px;
  margin-left: 8px;
}

@media (max-width: 991px) {
  .section-product-overview .product-details {
    margin-top: 24px;
  }
  .section-product-overview .golden_knee_system.active .component_2 {
    transform: translate(-36px, 49%);
  }
  .section-product-overview .golden_knee_system.active .component_1 {
    transform: translate(78px, 36%);
  }
  .section-product-overview .golden_knee_system .component_1 a,
  .section-product-overview .golden_knee_system .component_2 a,
  .section-product-overview .golden_knee_system .component_3 a,
  .section-product-overview .golden_knee_system .component_4 a {
    font-size: 16px;
    padding: 6px 12px;
  }
  .section-product-overview .golden_knee_system .component_1 a svg,
  .section-product-overview .golden_knee_system .component_2 a svg,
  .section-product-overview .golden_knee_system .component_3 a svg,
  .section-product-overview .golden_knee_system .component_4 a svg {
    max-width: 20px;
    max-height: 20px;
    border-width: 1px;
  }
  .section-product-overview .golden_knee_system .component_1 {
    left: 15%;
  }
  .section-product-overview .golden_knee_system .component_2 {
    left: 27%;
  }
  .section-product-overview .golden_knee_system .component_2 .component_image {
    max-width: 265px;
  }
  .section-product-overview .golden_knee_system .component_4 {
    left: 38%;
  }
  .section-product-overview .golden_knee_system .component_details .details_box {
    margin-top: 24px;
  }
  .section-product-overview #products_tab ul li a {
    padding: 8px 20px;
    min-width: auto;
  }
  .section-product-overview #products_tab .product-box .text-center {
    text-align: left !important;
    margin-bottom: 30px;
  }
  .section-product-overview .r-tabs .r-tabs-accordion-title {
    display: none !important;
  }
  .section-product-overview .resources__video-tab .next_video-box {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .section-product-overview #products_tab ul li a {
    padding: 6px 14px;
    font-size: 14px;
  }
  .section-product-overview #products_tab .d-flex.justify-content-around.mt-5 {
    margin-top: 24px !important;
  }
  .section-product-overview #products_tab .product-details h1 {
    font-size: 32px;
  }
  .section-product-overview #products_tab .product-details h2 {
    font-size: 26px;
    line-height: 1.3;
    margin-top: 16px;
  }
  .section-product-overview #products_tab .product-details h3 {
    font-size: 28px;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .section-product-overview #products_tab .product-details img {
    margin-bottom: 16px;
  }
  .section-product-overview .golden_knee_system.active .component_4 {
    transform: translate(-35px, -26%);
  }
  .section-product-overview .golden_knee_system.active .component_2 {
    transform: translate(-112px, 57%);
  }
  .section-product-overview .golden_knee_system.active .component_1 {
    transform: translate(0px, 36%);
  }
  .section-product-overview .golden_knee_system.default-system {
    margin: 40px 0 40px 0;
  }
  .section-product-overview .golden_knee_system.default-system .col-lg-4.col-md-6.col-sm-6 {
    justify-content: center;
  }
  .section-product-overview .golden_knee_system.default-system .component-box img {
    max-width: 120px !important;
  }
  .section-product-overview .golden_knee_system.default-system .component-box a {
    font-size: 16px;
    padding: 8px 16px;
  }
  .section-product-overview .golden_knee_system.default-system .component-box a svg {
    max-width: 20px;
    max-height: 20px;
  }
  .section-product-overview .golden_knee_system.default-system .component_details {
    margin-top: 50px;
  }
  .section-product-overview .golden_knee_system {
    min-height: 370px;
  }
  .section-product-overview .golden_knee_system .component_1 .component_image,
  .section-product-overview .golden_knee_system .component_2 .component_image,
  .section-product-overview .golden_knee_system .component_3 .component_image,
  .section-product-overview .golden_knee_system .component_4 .component_image {
    max-width: 150px;
  }
  .section-product-overview .golden_knee_system .component_1 {
    left: 19%;
    top: 0;
  }
  .section-product-overview .golden_knee_system .component_1 a {
    right: 100%;
  }
  .section-product-overview .golden_knee_system .component_2 {
    left: 45%;
    top: 0;
  }
  .section-product-overview .golden_knee_system .component_2 a {
    left: 0;
    top: -5%;
  }
  .section-product-overview .golden_knee_system .component_3 {
    transform: none;
    left: 30%;
    top: 160px;
  }
  .section-product-overview .golden_knee_system .component_3 a {
    right: 100%;
  }
  .section-product-overview .golden_knee_system .component_4 {
    top: 220px;
  }
  .section-product-overview .golden_knee_system .component_4 a {
    left: unset;
    right: 100%;
    top: 50%;
  }
  .section-product-overview .resources__video-tab .video-box iframe {
    min-height: 300px;
  }
  .section-product-overview #accordion .accordion-box {
    padding: 16px 20px;
  }
  .section-product-overview #accordion .accordion-box .accordion-content {
    margin: 16px 0 0 0;
  }
  .section-product-overview #accordion .accordion-box .accordion-content .downlode_box .image-box img {
    max-width: 90px;
  }
  .section-product-overview #accordion .accordion-box .accordion-content .downlode_box .text-box h5 {
    font-size: 16px;
  }
  .section-product-overview #accordion .accordion-box .accordion-content .downlode_box .text-box .d-flex {
    margin-top: 16px;
  }
}
@media (max-width: 576px) {
  .section-product-overview #products_tab .r-tabs-nav {
    flex-direction: column;
    align-items: baseline;
    gap: 15px;
  }
  .section-product-overview #products_tab .product-details ul li {
    flex: 0 0 100%;
  }
  .section-product-overview .golden_knee_system.active .component_4 {
    transform: translate(-36px, -11%);
  }
  .section-product-overview .golden_knee_system.active .component_3 {
    transform: translate(-38px, 19px);
  }
  .section-product-overview .golden_knee_system.active .component_2 {
    transform: translate(-72px, 89%);
  }
  .section-product-overview .golden_knee_system.active .component_1 {
    transform: translate(16px, 100%);
  }
  .section-product-overview .golden_knee_system {
    min-height: 500px;
  }
  .section-product-overview .golden_knee_system .component_1,
  .section-product-overview .golden_knee_system .component_2,
  .section-product-overview .golden_knee_system .component_3,
  .section-product-overview .golden_knee_system .component_4 {
    left: 0;
    right: unset;
  }
  .section-product-overview .golden_knee_system .component_1 a,
  .section-product-overview .golden_knee_system .component_2 a,
  .section-product-overview .golden_knee_system .component_3 a,
  .section-product-overview .golden_knee_system .component_4 a {
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
    right: unset;
    left: calc(100% + 16px);
  }
  .section-product-overview .golden_knee_system .component_2 {
    top: 130px;
  }
  .section-product-overview .golden_knee_system .component_3 {
    top: 280px;
  }
  .section-product-overview .golden_knee_system .component_4 {
    top: 360px;
  }
  .section-product-overview .golden_knee_system .component_details .modal-dialog {
    margin: 16px auto 0 auto;
    width: 95%;
  }
  .section-product-overview .golden_knee_system.default-system .col-lg-4.col-md-6.col-sm-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .section-product-overview .golden_knee_system.default-system .details_image img {
    max-width: 200px;
    max-height: 400px;
  }
  .section-product-overview #accordion .accordion-box .accordion-content .downlode_box {
    flex-direction: column;
    gap: 16px;
  }
  .section-product-overview #accordion .accordion-box .accordion-content .downlode_box .text-box .d-flex {
    gap: 7px;
  }
}
@media (max-width: 505px) {
  .section-product-overview .golden_knee_system.default-system .col-lg-4.col-md-6.col-sm-6 {
    max-width: 100%;
    flex: 0 0 100%;
    justify-content: center;
  }
}
@media (max-width: 400px) {
  .section-product-overview .golden_knee_system .component_1 a,
  .section-product-overview .golden_knee_system .component_2 a,
  .section-product-overview .golden_knee_system .component_3 a,
  .section-product-overview .golden_knee_system .component_4 a {
    white-space: normal;
  }
}
@media (max-width: 375px) {
  .section-product-overview #accordion .accordion-box {
    padding: 16px 10px;
  }
}
.section-products-catalog {
  background: #ffffff;
  padding-bottom: 63px;
}
.section-products-catalog .text-center h2 {
  font-family: "Lato", sans-serif;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.section-products-catalog .product-top-bar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 72px;
}
.section-products-catalog .product-top-bar .text {
  padding-right: 16px;
}
.section-products-catalog .product-top-bar .text h4 {
  color: #000579;
  margin-bottom: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.section-products-catalog .product-top-bar .text p {
  color: #000000;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  white-space: nowrap;
}
.section-products-catalog .product-top-bar .text p span {
  padding: 0 5px;
}
.section-products-catalog .product-top-bar .sort-text {
  display: none;
}
.section-products-catalog .product-top-bar .sort-text p {
  color: #06192B;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.section-products-catalog .product-top-bar .sort {
  display: flex;
  align-items: center;
  gap: 35px;
  flex-wrap: wrap;
}
.section-products-catalog .product-top-bar .sort code {
  color: #06192B;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.section-products-catalog .product-top-bar .sort button {
  background: #FFD83D 0% 0% no-repeat padding-box;
  border: 1px solid #FFD83D;
  border-radius: 18px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #526E88;
  padding: 8px 22px;
  position: relative;
  white-space: nowrap;
}
.section-products-catalog .product-top-bar .sort button::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: -22px;
  top: 0;
  background: #526E88;
}
.section-products-catalog .product-top-bar .sort button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.section-products-catalog .product-top-bar .d-flex.align-items-center.gap-2 {
  white-space: nowrap;
}
.section-products-catalog .dropdown {
  min-width: 190px;
}
.section-products-catalog .dropdown .dropdown-list {
  background: #fff;
  position: absolute;
  top: 39px;
  left: 2px;
  right: 2px;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
  transform-origin: 50% 0;
  transform: scale(1, 0);
  transition: transform 0.15s ease-in-out 0.15s;
  z-index: 99;
  transition-delay: 0s;
  width: 100%;
  border-radius: 16px;
  overflow-y: auto;
  max-height: 204px;
  font-size: 14px;
}
.section-products-catalog .dropdown .dropdown-option {
  display: block;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}
.section-products-catalog .dropdown .dropdown-label {
  display: block;
  background: #fff;
  border: 1px solid #ccc;
  padding: 8px 35px 8px 10px;
  line-height: 1.5;
  border-radius: 18px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  cursor: pointer;
  background-position: right 12px center;
  background-size: 16px 12px;
  color: #526E88;
  border: 1px solid #526E88;
}
.section-products-catalog .dropdown .dropdown-label:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 13px;
  height: 7px;
  background: url(../assets/images/Product_filter_arrow.svg) no-repeat;
}
.section-products-catalog .dropdown.on .dropdown-list {
  transform: scale(1, 1);
}
.section-products-catalog .dropdown.on .dropdown-list .dropdown-option {
  cursor: pointer;
  opacity: 1;
  transition-delay: 0.2s;
  margin: 5px 10px;
  display: flex;
  align-items: flex-start;
  white-space: normal;
  gap: 5px;
}
.section-products-catalog .dropdown.on .dropdown-list .dropdown-option input {
  margin-top: 5px;
}
.section-products-catalog .product-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1607843137);
  padding: 30px;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 70px;
  margin-top: 308px;
  transition: all 0.5s;
}
.section-products-catalog .product-card .product-img {
  max-width: 430px;
  max-height: 430px;
  width: 430px;
  height: 430px;
  background: transparent radial-gradient(closest-side at 50% 50%, #FFFFFF 0%, #EAEAEA 100%) 0% 0% no-repeat;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -308px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
}
.section-products-catalog .product-card .product-img img {
  max-width: 95%;
  max-height: 324px;
  transition: all 0.5s;
}
.section-products-catalog .product-card .product-img p {
  font-size: 18px;
  line-height: 22px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
  max-width: 98px;
  color: #000000;
}
.section-products-catalog .product-card .product_text {
  min-height: 215px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.5s;
}
.section-products-catalog .product-card h3 {
  margin-bottom: 10px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #000579;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.section-products-catalog .product-card p {
  font-size: 18px;
  line-height: 22px;
  color: #526E88;
}
.section-products-catalog .product-card .button-link {
  color: #06192B;
  font-size: 14px;
  line-height: 18px;
  transition: all 0.5s;
}
.section-products-catalog .product-card .button-link img {
  max-width: 23px;
  max-height: 23px;
  border-radius: 50%;
}
.section-products-catalog .product-card:hover {
  margin-top: 228px;
}
.section-products-catalog .product-card:hover .product-img {
  width: 376px;
  height: 376px;
  top: -183px;
}
.section-products-catalog .product-card:hover .product-img img {
  max-height: 415px;
}
.section-products-catalog .product-card:hover .product_text {
  min-height: 295px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  border-radius: 18px;
  padding: 8px 35px 8px 10px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #526E88;
  background: url(../assets/images/Product_filter_arrow.svg) no-repeat;
  background-position: right 12px center;
  background-size: 16px 12px;
  color: #526E88;
  line-height: 1.5;
}

.select2-container--default .select2-selection--single {
  border: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 250px;
  border-radius: 18px;
}

.select2-container--open .select2-dropdown--below {
  border-radius: 18px;
}

.select2-container--default .select2-results__option--selected {
  background: #FFD83D;
  color: #000000;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #aaa;
}

.select2-results__option--selectable + .select2-results__option--selectable {
  border-top: 1px solid #526E88;
}

.select2-container {
  min-width: 190px;
  width: -moz-max-content !important;
  width: max-content !important;
}

.select2-container .select2-selection--single {
  height: auto;
}

.select2-search--dropdown {
  padding: 0;
}

.select2-container--open .select2-dropdown--above,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-radius: 18px;
}

@media (max-width: 1200px) {
  .section-products-catalog .product-card {
    margin-top: 200px;
  }
  .section-products-catalog .product-card .product-img {
    max-width: 300px;
    max-height: 300px;
    width: 300px;
    height: 300px;
    top: -200px;
  }
  .section-products-catalog .product-card .product-img img {
    max-height: 250px;
  }
  .section-products-catalog .product-card .product_text {
    min-height: 180px;
  }
  .section-products-catalog .product-card:hover {
    margin-top: 160px;
  }
  .section-products-catalog .product-card:hover .product_text {
    min-height: 220px;
  }
  .section-products-catalog .product-card:hover .product-img {
    width: 270px;
    height: 270px;
    top: -130px;
  }
  .section-products-catalog .product-card:hover .product-img img {
    max-height: 320px;
  }
  .section-products-catalog .product-top-bar {
    display: block;
  }
  .section-products-catalog .product-top-bar .text {
    margin-bottom: 16px;
  }
}
@media (max-width: 991px) {
  .section-products-catalog h2 {
    font-size: 28px;
    line-height: 1.2;
  }
  .section-products-catalog .product-top-bar {
    display: block;
  }
  .section-products-catalog .product-top-bar .sort {
    gap: 10px;
    margin-top: 16px;
  }
  .section-products-catalog .product-top-bar .sort button::after {
    display: none;
  }
  .section-products-catalog .product-card {
    margin-top: 135px;
    margin-bottom: 40px;
    padding: 20px;
  }
  .section-products-catalog .product-card .product-img {
    max-width: 200px;
    max-height: 200px;
    width: 200px;
    height: 200px;
    top: -135px;
  }
  .section-products-catalog .product-card .product-img img {
    max-height: 170px;
  }
  .section-products-catalog .product-card h3 {
    font-size: 24px;
    line-height: 1.2;
  }
  .section-products-catalog .product-card .product_text {
    min-height: 185px;
  }
  .section-products-catalog .product-card .product_text .d-flex {
    flex-direction: column;
    gap: 16px;
  }
  .section-products-catalog .product-card:hover {
    margin-top: 110px;
  }
  .section-products-catalog .product-card:hover .product_text {
    min-height: 210px;
  }
  .section-products-catalog .product-card:hover .product-img {
    width: 180px;
    height: 180px;
    top: -85px;
  }
  .section-products-catalog .product-card:hover .product-img img {
    max-height: 220px;
  }
}
@media (max-width: 767px) {
  .section-products-catalog .product-top-bar .sort-text {
    display: block;
    margin-top: 16px;
  }
  .section-products-catalog .product-top-bar .sort code {
    display: none;
  }
}
.section-video-popup .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  font-size: 0;
  width: 95%;
  max-width: 1000px;
  max-height: 800px;
}
.section-video-popup .modal-dialog .btn-close {
  position: absolute;
  top: -30px;
  width: 24px;
  height: 24px;
  right: 0;
  opacity: 1;
  background: url(../assets/images/close_btn.svg) no-repeat;
  outline: none;
  color: white;
  z-index: 9999;
}
.section-video-popup .modal-dialog .btn-close:focus {
  box-shadow: none;
}
.section-video-popup video {
  max-width: 1000px;
  max-height: 1000px;
}

.gr-light-dark-pink {
  background: transparent linear-gradient(180deg, #DA015D 0%, #FB4E97 100%) 0% 0% no-repeat;
}

.gr-light-dark-violet {
  background: transparent linear-gradient(180deg, #A658F8 0%, #EC54F7 100%) 0% 0% no-repeat;
}

.gr-light-dark-blue {
  background: transparent linear-gradient(180deg, #5C62FF 0%, #14B5FA 100%) 0% 0% no-repeat;
}

.gr-light-dark-springgreen {
  background: transparent linear-gradient(180deg, #5C62FF 0%, #14B5FA 100%) 0% 0% no-repeat;
}

.gr-white-blue {
  background: transparent radial-gradient(closest-side at 50% 50%, #14B5FA 0%, rgba(20, 181, 250, 0) 100%) 0% 0% no-repeat;
}

.blue-bg {
  background-color: #04064F;
}

.white-bg {
  background: white;
}

.bg-light-black {
  background: rgba(0, 1, 35, 0.6) 0% 0% no-repeat;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.bg-half-black {
  background: rgba(0, 0, 0, 0.5) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  opacity: 1;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.bg-dark-violet {
  background: #000123;
}

.bg-new-black {
  background: #0C0C0F;
}

/**********patient-care Css Start G************************/
.patient-care {
  background-size: cover;
  padding: 106px 0 0 0;
  overflow: hidden;
}
.patient-care h4 {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 300;
  max-width: 380px;
  color: #ffffff;
  line-height: 1.4;
  margin-top: 17px;
}
.patient-care .patient-care__box {
  position: relative;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.patient-care .patient-care__box .patient-care__human-body {
  max-height: 782px;
}
.patient-care .patient-care__box .patient-care__shoulder,
.patient-care .patient-care__box .patient-care__knee,
.patient-care .patient-care__box .patient-care__hip {
  position: absolute;
  max-width: 142px;
}
.patient-care .patient-care__box .patient-care__shoulder a,
.patient-care .patient-care__box .patient-care__knee a,
.patient-care .patient-care__box .patient-care__hip a {
  color: #ffd83d;
  font-size: 22px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.patient-care .patient-care__box .patient-care__shoulder a::after,
.patient-care .patient-care__box .patient-care__knee a::after,
.patient-care .patient-care__box .patient-care__hip a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #ffd83d;
  transition: all 0.3s;
}
.patient-care .patient-care__box .patient-care__shoulder a:hover::after,
.patient-care .patient-care__box .patient-care__knee a:hover::after,
.patient-care .patient-care__box .patient-care__hip a:hover::after {
  width: 100%;
}
.patient-care .patient-care__box .patient-care__shoulder::after,
.patient-care .patient-care__box .patient-care__knee::after,
.patient-care .patient-care__box .patient-care__hip::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 150px;
  top: 10px;
  background: #ffffff;
}
.patient-care .patient-care__box .patient-care__shoulder span,
.patient-care .patient-care__box .patient-care__knee span,
.patient-care .patient-care__box .patient-care__hip span {
  position: absolute;
  width: 26px;
  height: 26px;
  top: -2px;
  background: transparent linear-gradient(180deg, rgba(231, 180, 19, 0.7) 0%, rgba(255, 216, 61, 0.7) 100%) 0% 0% no-repeat;
  border-radius: 50%;
  animation: newopacity 2s;
}
@keyframes newopacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.patient-care .patient-care__box .patient-care__shoulder span::after,
.patient-care .patient-care__box .patient-care__knee span::after,
.patient-care .patient-care__box .patient-care__hip span::after {
  content: "";
  position: absolute;
  width: 82px;
  height: 82px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent radial-gradient(closest-side at 50% 50%, #ffd83d 0%, rgba(255, 216, 61, 0) 100%) 0% 0% no-repeat;
}
.patient-care .patient-care__box .patient-care__shoulder span::before,
.patient-care .patient-care__box .patient-care__knee span::before,
.patient-care .patient-care__box .patient-care__hip span::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #ffffff 0% 0% no-repeat;
  z-index: 9;
}
.patient-care .patient-care__box .patient-care__shoulder.left::after,
.patient-care .patient-care__box .patient-care__knee.left::after,
.patient-care .patient-care__box .patient-care__hip.left::after {
  left: calc(100% + 10px);
}
.patient-care .patient-care__box .patient-care__shoulder.left span,
.patient-care .patient-care__box .patient-care__knee.left span,
.patient-care .patient-care__box .patient-care__hip.left span {
  left: calc(100% + 150px);
}
.patient-care .patient-care__box .patient-care__shoulder.right::after,
.patient-care .patient-care__box .patient-care__knee.right::after,
.patient-care .patient-care__box .patient-care__hip.right::after {
  right: calc(100% + 10px);
}
.patient-care .patient-care__box .patient-care__shoulder.right span,
.patient-care .patient-care__box .patient-care__knee.right span,
.patient-care .patient-care__box .patient-care__hip.right span {
  right: calc(100% + 150px);
}
.patient-care .patient-care__box .patient-care__shoulder {
  left: -94%;
  top: 19%;
}
.patient-care .patient-care__box .patient-care__knee {
  left: -64%;
  bottom: 27%;
}
.patient-care .patient-care__box .patient-care__hip {
  right: -40%;
  top: 45%;
}

@media (max-width: 991px) {
  .patient-care .patient-care__box .patient-care__shoulder::after,
  .patient-care .patient-care__box .patient-care__knee::after,
  .patient-care .patient-care__box .patient-care__hip::after {
    width: 50px;
  }
  .patient-care .patient-care__box .patient-care__shoulder.left::after,
  .patient-care .patient-care__box .patient-care__knee.left::after,
  .patient-care .patient-care__box .patient-care__hip.left::after {
    left: calc(100% + 10px);
  }
  .patient-care .patient-care__box .patient-care__shoulder.left span,
  .patient-care .patient-care__box .patient-care__knee.left span,
  .patient-care .patient-care__box .patient-care__hip.left span {
    left: calc(100% + 50px);
    top: -2px;
  }
  .patient-care .patient-care__box .patient-care__shoulder.right::after,
  .patient-care .patient-care__box .patient-care__knee.right::after,
  .patient-care .patient-care__box .patient-care__hip.right::after {
    right: calc(100% + 12px);
  }
  .patient-care .patient-care__box .patient-care__shoulder.right span,
  .patient-care .patient-care__box .patient-care__knee.right span,
  .patient-care .patient-care__box .patient-care__hip.right span {
    right: calc(100% + 50px);
    top: -2px;
  }
  .patient-care .patient-care__box .patient-care__shoulder {
    left: -57%;
  }
  .patient-care .patient-care__box .patient-care__knee {
    left: -30%;
  }
  .patient-care .patient-care__box .patient-care__hip {
    right: -5%;
  }
}
@media (max-width: 767px) {
  .patient-care .patient-care__box .patient-care__human-body {
    max-width: 220px;
  }
  .patient-care .patient-care__box .patient-care__shoulder {
    left: -76%;
  }
  .patient-care .patient-care__box .patient-care__knee {
    left: -46%;
  }
  .patient-care .patient-care__box .patient-care__hip {
    right: -21%;
  }
}
@media (max-width: 576px) {
  .patient-care .patient-care__box .patient-care__human-body {
    max-width: 153px;
  }
  .patient-care .patient-care__box .patient-care__shoulder,
  .patient-care .patient-care__box .patient-care__knee,
  .patient-care .patient-care__box .patient-care__hip {
    max-width: 60px;
    width: -moz-min-content;
    width: min-content;
  }
  .patient-care .patient-care__box .patient-care__shoulder a,
  .patient-care .patient-care__box .patient-care__knee a,
  .patient-care .patient-care__box .patient-care__hip a {
    font-size: 14px;
    line-height: 1.3;
    text-align: left;
  }
  .patient-care .patient-care__box .patient-care__shoulder span,
  .patient-care .patient-care__box .patient-care__knee span,
  .patient-care .patient-care__box .patient-care__hip span {
    width: 12px;
    height: 12px;
  }
  .patient-care .patient-care__box .patient-care__shoulder span::after,
  .patient-care .patient-care__box .patient-care__knee span::after,
  .patient-care .patient-care__box .patient-care__hip span::after {
    width: 24px;
    height: 24px;
  }
  .patient-care .patient-care__box .patient-care__shoulder span::before,
  .patient-care .patient-care__box .patient-care__knee span::before,
  .patient-care .patient-care__box .patient-care__hip span::before {
    width: 4px;
    height: 4px;
  }
  .patient-care .patient-care__box .patient-care__shoulder.left::after,
  .patient-care .patient-care__box .patient-care__knee.left::after,
  .patient-care .patient-care__box .patient-care__hip.left::after {
    left: calc(100% + 3px);
  }
  .patient-care .patient-care__box .patient-care__shoulder.left span,
  .patient-care .patient-care__box .patient-care__knee.left span,
  .patient-care .patient-care__box .patient-care__hip.left span {
    top: 5px;
    z-index: 99;
  }
  .patient-care .patient-care__box .patient-care__shoulder.right::after,
  .patient-care .patient-care__box .patient-care__knee.right::after,
  .patient-care .patient-care__box .patient-care__hip.right::after {
    right: calc(100% + 3px);
  }
  .patient-care .patient-care__box .patient-care__shoulder.right span,
  .patient-care .patient-care__box .patient-care__knee.right span,
  .patient-care .patient-care__box .patient-care__hip.right span {
    top: 5px;
    z-index: 99;
  }
  .patient-care .patient-care__box .patient-care__shoulder {
    left: -59%;
    top: 17%;
  }
  .patient-care .patient-care__box .patient-care__knee {
    left: -29%;
    bottom: 23%;
  }
  .patient-care .patient-care__box .patient-care__hip {
    right: -4%;
    top: 49%;
  }
  .patient-care .patient-care__box .patient-care__hip::after {
    transform: rotate(35deg);
  }
  .patient-care .patient-care__box .patient-care__hip.right::after {
    right: calc(100% - 3px);
  }
  .patient-care .patient-care__box .patient-care__hip.right span {
    top: -11px;
    right: calc(100% + 38px);
  }
}
@media (max-width: 350px) {
  .patient-care .patient-care__box .patient-care__shoulder {
    left: -48%;
  }
  .patient-care .patient-care__box .patient-care__shoulder::after {
    width: 34px;
  }
  .patient-care .patient-care__box .patient-care__shoulder.left span {
    left: calc(100% + 32px);
  }
}
/**********patient-care Css End G************************/
.knee-care {
  position: relative;
  padding: 180px 0 0;
}
.knee-care__bg-video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  z-index: -1;
}
.knee-care h1 {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 46px;
}
.knee-care h5 {
  color: #00e5ff;
  margin-bottom: 10px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #ffd83d;
}
.knee-care p {
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}
.knee-care__img {
  text-align: center;
  position: relative;
  max-width: 280px;
  max-height: 444px;
  margin: auto;
}
.knee-care__img img {
  left: 0;
  right: 0;
  margin: auto;
  top: -74px;
  position: absolute;
}
.knee-care__img span {
  position: absolute;
  width: 11px;
  height: 11px;
  background-color: #ffffff;
  border-radius: 50%;
  top: 120px;
  left: 78px;
  z-index: 1;
}
.knee-care__img span::before {
  content: "";
  background: transparent linear-gradient(180deg, #e7b413 0%, #ffd83d 100%) 0% 0% no-repeat padding-box;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  opacity: 0.4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.knee-care__img span::after {
  content: "";
  background: transparent radial-gradient(closest-side at 50% 50%, #ffd83d 0%, rgba(255, 216, 61, 0) 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 82px;
  height: 82px;
  border-radius: 50%;
  z-index: 0;
}
.knee-care__information {
  padding: 190px 0px 0px;
}
.knee-care__information .title {
  margin-bottom: 90px;
}
.knee-care__information-box {
  border: 1px solid #ffd83d;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.5s ease;
  border-radius: 10px;
  text-align: center;
  position: relative;
  padding: 65px 16px 30px 16px;
  margin-bottom: 50px;
  margin-top: 60px;
}
.knee-care__information-box:hover {
  border: 1px solid #ffd83d;
  cursor: pointer;
}
.knee-care__information-box:hover h5 {
  color: #ffd83d;
}
.knee-care__information-box:hover .placeholder {
  background-color: #ffd83d;
}
.knee-care__information-box h5 {
  color: #ffffff;
  min-height: 60px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.knee-care__information-box .placeholder {
  background-color: #ffd83d;
  padding: 15px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -60px;
  width: 120px;
}
.knee-care__information-box .icon {
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  margin: auto;
}
.knee-care__information-box .icon.icon-yellow {
  border: 1px solid #ffd83d;
  border-radius: 50%;
}
.knee-care #kneecare-details {
  height: 0;
  overflow-y: hidden;
}
.knee-care__slider {
  padding: 24px 65px;
}
.knee-care__slider .slide {
  padding: 0px 5px;
}
.knee-care__details {
  border: 1px solid #919191;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  position: relative;
}
.knee-care__details .close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 1;
  background-color: #041a32;
  border-radius: 50%;
  border: 1px solid #ffd83d;
  padding: 10px;
}
.knee-care__details .header {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 32px;
}
.knee-care__details .header img {
  background: transparent linear-gradient(180deg, #ffd83d 0%, #e7b413 100%) 0% 0% no-repeat padding-box;
  padding: 5px;
  border-radius: 50%;
  max-width: 100px;
}
.knee-care__details .header h4 {
  color: #ffffff;
}
.knee-care__details p {
  margin-bottom: 15px;
  font-family: "Lato", sans-serif;
  color: #ffffff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3019607843);
  line-height: 28px;
}
.knee-care__details .body-content {
  max-height: 280px;
  overflow-y: auto;
  padding-right: 20px;
}
.knee-care__details .body-content::-webkit-scrollbar {
  width: 6px;
}
.knee-care__details .body-content::-webkit-scrollbar-track {
  border-radius: 100px;
  background: #bcbcbc;
}
.knee-care__details .body-content::-webkit-scrollbar-thumb {
  background: #5b5b5b;
  border-radius: 100px;
}
.knee-care__details .slick-arrow {
  height: 30px;
  width: 15px;
  cursor: pointer;
  position: absolute;
}
.knee-care__details .slick-arrow.prev {
  transform: rotate(180deg);
  left: 30px;
  top: 50%;
}
.knee-care__details .slick-arrow.next {
  right: 30px;
  top: 50%;
}

@media screen and (max-width: 991px) {
  .knee-care__details .body-content {
    margin-top: 16px;
  }
  .knee-care__slider .col-lg-5 img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .knee-care {
    padding: 130px 0 20px;
  }
  .knee-care h1 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 20px;
  }
  .knee-care h5 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .knee-care p {
    font-size: 13px;
    line-height: 20px;
    font-family: "Lato", sans-serif;
  }
  .knee-care__img {
    max-width: 135px;
    max-height: 373px;
  }
  .knee-care__img img {
    position: initial;
  }
  .knee-care__img span {
    top: auto;
    left: 34px;
    bottom: 100px;
  }
  .knee-care__img span::before {
    height: 16px;
    width: 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .knee-care__img span::after {
    height: 30px;
    width: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .knee-care__information {
    padding: 70px 0px 0px;
  }
  .knee-care__information .title {
    display: none;
  }
  .knee-care__information-box {
    border: 1px solid #ffd83d;
  }
  .knee-care__information-box .placeholder {
    background-color: #ffd83d;
    padding: 10px;
    top: -50px;
    width: 100px;
  }
  .knee-care__information-box h5 {
    color: #ffd83d;
    min-height: 30px;
    margin-bottom: 0;
    margin-top: 0;
  }
  .knee-care__slider {
    padding: 24px 20px 20px;
  }
  .knee-care__details .header {
    gap: 20px;
  }
  .knee-care__details h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .knee-care__details .close {
    padding: 7px;
  }
  .knee-care__details .body-content {
    margin-top: 20px;
  }
}
@media (max-width: 375px) {
  .knee-care__details .close {
    top: 7px;
    right: 7px;
  }
}/*# sourceMappingURL=style.css.map */