@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Racing+Sans+One&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  line-height: 1.8em;
  background: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  overflow-x: hidden !important;
  font-family: "Albert Sans", sans-serif;
  animation: fadeInAnimation ease 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  position: relative;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

.no-padding {
  padding: 0px !important;
}

.container-fluid {
  max-width: 1700px;
}
@media (max-width: 1650px) {
  .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1365px) {
  .container-fluid {
    padding: 0 12px;
  }
}

.container {
  max-width: 1629px;
}
@media (max-width: 1650px) {
  .container {
    padding: 0 50px;
  }
}
@media (max-width: 1365px) {
  .container {
    padding: 0 12px;
  }
}

@keyframes topToBottom {
  0% {
    top: -50px;
  }
  100% {
    top: 0;
  }
}
@media (max-width: 1366px) {
  .home-hero-section {
    min-height: 100vh !important;
    background-position: top !important;
  }
}
@media (max-width: 767px) {
  .home-hero-section {
    min-height: unset !important;
  }
}

.hero-section {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-section .header-main-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  transition: 0.5s linear;
  z-index: 999;
}
.hero-section .header-main-wrapper .header-inner-wrapper {
  padding: 30px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  transition: 0.5s linear;
}
.hero-section .header-main-wrapper .header-inner-wrapper .left-logo-section a {
  max-width: 160px;
  display: block;
}
.hero-section .header-main-wrapper .header-inner-wrapper .left-logo-section a img {
  width: 100%;
}
.hero-section .header-main-wrapper .header-inner-wrapper .right-menu-section .menu-section-wrapper .menu-desktop-sectoin ul {
  margin: 0;
  padding: 0;
}
.hero-section .header-main-wrapper .header-inner-wrapper .right-menu-section .menu-section-wrapper .menu-desktop-sectoin ul li {
  list-style: none;
  display: inline-block;
  margin: 0 8px;
}
@media (max-width: 1650px) {
  .hero-section .header-main-wrapper .header-inner-wrapper .right-menu-section .menu-section-wrapper .menu-desktop-sectoin ul li {
    margin: 0 3px;
  }
}
.hero-section .header-main-wrapper .header-inner-wrapper .right-menu-section .menu-section-wrapper .menu-desktop-sectoin ul li:first-child {
  margin-left: 0;
}
.hero-section .header-main-wrapper .header-inner-wrapper .right-menu-section .menu-section-wrapper .menu-desktop-sectoin ul li:last-child {
  margin-right: 0;
}
.hero-section .header-main-wrapper .header-inner-wrapper .right-menu-section .menu-section-wrapper .menu-desktop-sectoin ul li a {
  color: black;
  transition: 0.3s ease-in-out;
  font-size: 20px;
  font-weight: 400;
  padding: 12.5px 15px;
  line-height: 56px;
  border-radius: 100px;
}
@media (max-width: 1650px) {
  .hero-section .header-main-wrapper .header-inner-wrapper .right-menu-section .menu-section-wrapper .menu-desktop-sectoin ul li a {
    padding: 10px 15px;
  }
}
@media (max-width: 1411px) {
  .hero-section .header-main-wrapper .header-inner-wrapper .right-menu-section .menu-section-wrapper .menu-desktop-sectoin ul li a {
    padding: 10px 11px;
  }
}
@media (max-width: 1399px) {
  .hero-section .header-main-wrapper .header-inner-wrapper .right-menu-section .menu-section-wrapper .menu-desktop-sectoin ul li a {
    padding: 10px 8px;
  }
}
.hero-section .header-main-wrapper .header-inner-wrapper .right-menu-section .menu-section-wrapper .menu-desktop-sectoin ul li a:hover {
  background-color: transparent;
}
.hero-section .header-main-wrapper .header-inner-wrapper .right-menu-section .menu-section-wrapper .menu-desktop-sectoin ul li a small {
  text-transform: lowercase;
}
.hero-section .header-main-wrapper .header-inner-wrapper .right-menu-section .menu-section-wrapper .menu-desktop-sectoin ul li a img {
  width: 75%;
}
.hero-section .header-main-wrapper .header-inner-wrapper .right-menu-section .menu-section-wrapper .menu-desktop-sectoin ul li .active {
  font-weight: 700;
}
.hero-section .navbar-fixed {
  background-color: #d9e2f0 !important;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.07);
}
.hero-section .navbar-fixed .header-inner-wrapper {
  padding: 10px 0;
  border-color: transparent;
}
.hero-section .hero-section-content-outer {
  max-width: 66%;
  margin-left: auto;
  margin-right: auto;
}
.hero-section .hero-section-content-outer .hero-section-content-inner .inner-content-wrapper {
  padding-bottom: 50px;
}
@media (max-width: 1600px) {
  .hero-section .hero-section-content-outer .hero-section-content-inner .inner-content-wrapper {
    padding-bottom: 0;
    padding-top: 65px;
  }
}
@media (max-width: 767px) {
  .hero-section .hero-section-content-outer .hero-section-content-inner .inner-content-wrapper {
    padding-top: 120px;
  }
}
.hero-section .hero-section-content-outer .hero-section-content-inner .inner-content-wrapper h2 {
  font-size: 50px;
  line-height: 65px;
  font-weight: 400;
  color: black;
}
.hero-section .hero-section-content-outer .hero-section-content-inner .inner-content-wrapper h2 span {
  text-transform: uppercase;
}
.hero-section .hero-section-content-outer .hero-section-content-inner .inner-content-wrapper h2 b {
  font-weight: 700;
}
.hero-section .hero-section-content-outer .hero-section-content-inner .inner-content-wrapper p {
  font-size: 20px;
  line-height: 30px;
  color: black;
  max-width: 52%;
  margin-bottom: 25px;
}
@media (max-width: 1650px) {
  .hero-section .hero-section-content-outer .hero-section-content-inner .inner-content-wrapper p {
    max-width: 63%;
  }
}
@media (max-width: 991px) {
  .hero-section .hero-section-content-outer .hero-section-content-inner .inner-content-wrapper p {
    max-width: 63% !important;
  }
}
@media (max-width: 767px) {
  .hero-section .hero-section-content-outer .hero-section-content-inner .inner-content-wrapper p {
    font-size: 16px;
    line-height: 28px;
    max-width: 100% !important;
  }
}
.hero-section .hero-section-content-outer .hero-section-content-inner .inner-content-wrapper .link-wrapper a {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: fit-content;
  padding: 16px 17px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.58);
  font-size: 20px;
  color: black;
  gap: 10px;
  transition: 0.4s ease-in-out;
  min-width: 186px;
}
.hero-section .hero-section-content-outer .hero-section-content-inner .inner-content-wrapper .link-wrapper a span {
  font-size: 20px;
}
.hero-section .hero-section-content-outer .hero-section-content-inner .inner-content-wrapper .link-wrapper a:hover {
  gap: 20px;
  color: #536083;
}
.hero-section .hero-section-content-outer .mobile-image-wrapper {
  margin-top: 10px;
  display: none;
  text-align: right;
}
@media (max-width: 767px) {
  .hero-section .hero-section-content-outer .mobile-image-wrapper {
    display: block;
  }
}
.hero-section .hero-section-content-outer .mobile-image-wrapper img {
  width: 55%;
}

@media (max-width: 767px) {
  .home-hero-section {
    background-image: url(../assets/images/home/eterno_home_mobile_banner.jpg) !important;
    min-height: unset;
  }
}

.content-image-section {
  background: linear-gradient(151.05deg, #B8DBFF 36.45%, #D8E1FB 56.15%);
  padding-bottom: 70px;
}
@media (max-width: 1399px) {
  .content-image-section {
    padding-top: 70px;
  }
}
.content-image-section .content-image-inner .statistics-section {
  position: relative;
  margin-top: -185px;
  background: #536083;
  border-radius: 76px;
  padding: 50px 50px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
}
@media (max-width: 1650px) {
  .content-image-section .content-image-inner .statistics-section {
    gap: 15px;
    padding: 30px;
  }
}
@media (max-width: 1750px) {
  .content-image-section .content-image-inner .statistics-section {
    margin-top: -70px;
  }
}
@media (max-width: 1399px) {
  .content-image-section .content-image-inner .statistics-section {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .content-image-section .content-image-inner .statistics-section {
    border-radius: 30px;
  }
}
.content-image-section .content-image-inner .statistics-section .statistics-box {
  text-align: center;
}
.content-image-section .content-image-inner .statistics-section .statistics-box .icon-wrapper {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 84%);
  width: 155px;
  height: 155px;
  border-radius: 50%;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.content-image-section .content-image-inner .statistics-section .statistics-box .icon-wrapper img {
  width: 100%;
  height: 100%;
}
.content-image-section .content-image-inner .statistics-section .statistics-box p {
  color: white;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 33px;
  text-align: center;
}
.content-image-section .content-image-inner .statistics-section .statistics-box p span {
  font-weight: 700;
}
.content-image-section .content-image-inner .title-para-wrapper {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 70px;
}
.content-image-section .content-image-inner .title-para-wrapper h2 {
  font-size: 44px;
  font-weight: 700;
  color: black;
  line-height: 65px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.content-image-section .content-image-inner .title-para-wrapper p {
  font-weight: 700;
  font-size: 26px;
  line-height: 60px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .content-image-section .content-image-inner .title-para-wrapper p br {
    display: none;
  }
}
.content-image-section .content-image-inner .image-wrapper img {
  width: 100%;
}

.aesthetic-content-image-section {
  background: linear-gradient(151.05deg, #B8DBFF 36.45%, #D8E1FB 56.15%);
  padding: 70px 0;
}
.aesthetic-content-image-section .content-image-inner .title-para-wrapper {
  text-align: center;
  margin-bottom: 50px;
}
.aesthetic-content-image-section .content-image-inner .title-para-wrapper h2 {
  font-size: 44px;
  font-weight: 700;
  color: black;
  line-height: 65px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.aesthetic-content-image-section .content-image-inner .title-para-wrapper p {
  font-weight: 700;
  font-size: 26px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .aesthetic-content-image-section .content-image-inner .title-para-wrapper p br {
    display: none;
  }
}
.aesthetic-content-image-section .content-image-inner .image-wrapper img {
  width: 100%;
}

.products-device-section {
  padding: 70px 0;
}
.products-device-section .products-device-inner .title-para-wrapper {
  text-align: center;
  margin-bottom: 50px;
}
.products-device-section .products-device-inner .title-para-wrapper h2 {
  font-size: 44px;
  font-weight: 700;
  color: black;
  line-height: 65px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.products-device-section .products-device-inner .title-para-wrapper p {
  font-weight: 700;
  font-size: 26px;
  line-height: 120%;
  text-transform: capitalize;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .products-device-section .products-device-inner .title-para-wrapper p br {
    display: none;
  }
}
.products-device-section .products-device-inner .partners-box-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}
@media (max-width: 1650px) {
  .products-device-section .products-device-inner .partners-box-wrapper {
    gap: 35px;
  }
}
@media (max-width: 1624px) {
  .products-device-section .products-device-inner .partners-box-wrapper {
    gap: 25px;
  }
}
@media (max-width: 1590px) {
  .products-device-section .products-device-inner .partners-box-wrapper {
    gap: 20px;
  }
}
@media (max-width: 1550px) {
  .products-device-section .products-device-inner .partners-box-wrapper {
    gap: 15px;
  }
}
.products-device-section .products-device-inner .partners-box-wrapper .box-wrapper {
  width: 277px;
  height: 277px;
  border-radius: 35px;
  background-color: #EAF2FF;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 479px) {
  .products-device-section .products-device-inner .partners-box-wrapper .box-wrapper {
    padding: 0 !important;
  }
}
.products-device-section .products-device-inner .partners-box-wrapper .box-wrapper a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 479px) {
  .products-device-section .products-device-inner .partners-box-wrapper .box-wrapper a {
    padding: 15px;
  }
}
.products-device-section .products-device-inner .partners-box-wrapper .box-wrapper a:hover .image-wrapper img {
  transform: scale(0.9);
}
.products-device-section .products-device-inner .partners-box-wrapper .box-wrapper .image-wrapper img {
  width: 100%;
  transition: 0.3s ease-in-out;
}
.products-device-section .products-device-inner .logos-slider-wrapper .logos-slider-inner .logos_slider .item a {
  display: block;
  width: 100%;
  height: 100%;
}
.products-device-section .products-device-inner .logos-slider-wrapper .logos-slider-inner .logos_slider .item .logo-wrapper {
  width: 277px;
  height: 277px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 35px;
  background-color: #EAF2FF;
  padding: 30px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .products-device-section .products-device-inner .logos-slider-wrapper .logos-slider-inner .logos_slider .item .logo-wrapper {
    width: 100%;
    height: unset;
    min-height: 262px;
  }
}
@media (max-width: 991px) {
  .products-device-section .products-device-inner .logos-slider-wrapper .logos-slider-inner .logos_slider .item .logo-wrapper {
    min-height: 220px;
  }
}
@media (max-width: 800px) {
  .products-device-section .products-device-inner .logos-slider-wrapper .logos-slider-inner .logos_slider .item .logo-wrapper {
    min-height: 180px;
    border-radius: 18px;
  }
}
@media (max-width: 767px) {
  .products-device-section .products-device-inner .logos-slider-wrapper .logos-slider-inner .logos_slider .item .logo-wrapper {
    height: 180px;
    min-height: unset;
  }
}
@media (max-width: 480px) {
  .products-device-section .products-device-inner .logos-slider-wrapper .logos-slider-inner .logos_slider .item .logo-wrapper {
    height: 140px;
    padding: 15px;
  }
}
.products-device-section .products-device-inner .logos-slider-wrapper .logos-slider-inner .logos_slider .item .logo-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.3s ease-in-out;
}
.products-device-section .products-device-inner .logos-slider-wrapper .logos-slider-inner .logos_slider .item:hover .logo-wrapper img {
  transform: scale(0.9);
}

.device-partner-wrapper {
  padding-top: 0;
}

.testimonial-section {
  margin-bottom: 70px;
}
.testimonial-section .testimonial-section-inner .title-wrapper {
  text-align: center;
}
.testimonial-section .testimonial-section-inner .title-wrapper h2 {
  font-size: 44px;
  font-weight: 700;
  color: black;
  line-height: 65px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.testimonial-section .testimonial-section-inner .testimonial-slider-wrapper .splide .splide__track .splide__list .splide__slide .inner-content {
  background: #EAF2FF;
  border-radius: 35px;
  padding: 50px 40px;
  color: black;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 767px) {
  .testimonial-section .testimonial-section-inner .testimonial-slider-wrapper .splide .splide__track .splide__list .splide__slide .inner-content {
    padding: 40px 15px;
  }
}
.testimonial-section .testimonial-section-inner .testimonial-slider-wrapper .splide .splide__track .splide__list .splide__slide .inner-content .para-content p {
  font-size: 20px;
  line-height: 30px;
  color: black;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .testimonial-section .testimonial-section-inner .testimonial-slider-wrapper .splide .splide__track .splide__list .splide__slide .inner-content .para-content p {
    font-size: 16px;
  }
}
.testimonial-section .testimonial-section-inner .testimonial-slider-wrapper .splide .splide__track .splide__list .splide__slide .inner-content h4 {
  font-size: 22px;
  margin-bottom: 0;
  color: #52ABBB;
}
.testimonial-section .testimonial-section-inner .testimonial-slider-wrapper .splide .splide__track .splide__list .splide__slide .inner-content h5 {
  font-size: 18px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .testimonial-section .testimonial-section-inner .testimonial-slider-wrapper .splide .splide__track .splide__list .splide__slide .inner-content h5 {
    font-size: 17px;
  }
}
.testimonial-section .testimonial-section-inner .testimonial-slider-wrapper .splide .splide__track .splide__list .splide__slide .inner-content h6 {
  font-size: 16px;
  margin-bottom: 0;
}

footer {
  background: linear-gradient(151.05deg, rgba(184, 219, 255, 0.22) 36.45%, rgba(216, 225, 251, 0.22) 56.15%);
  padding: 50px 0;
}
@media (max-width: 575px) {
  footer {
    padding-bottom: 30px;
  }
}
footer .footer-inner-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 100px;
}
footer .footer-inner-wrapper .left-section .logo-wrapper {
  margin-bottom: 30px;
}
footer .footer-inner-wrapper .left-section .logo-wrapper a {
  display: block;
}
footer .footer-inner-wrapper .left-section .logo-wrapper a img {
  max-width: 200px;
  width: 100%;
}
footer .footer-inner-wrapper .left-section p {
  font-size: 20px;
  line-height: 30px;
  color: black;
  font-weight: 400;
  max-width: 580px;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  footer .footer-inner-wrapper .left-section p {
    font-size: 18px;
    line-height: 27px;
    max-width: 600px;
  }
}
footer .footer-inner-wrapper .left-section p b {
  font-weight: 700;
}
footer .footer-inner-wrapper .right-section {
  display: flex;
  flex-direction: row;
  gap: 100px;
}
footer .footer-inner-wrapper .right-section .link-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
footer .footer-inner-wrapper .right-section .link-wrapper .inner-link h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: black;
}
@media (max-width: 767px) {
  footer .footer-inner-wrapper .right-section .link-wrapper .inner-link h4 {
    font-size: 17px;
  }
}
footer .footer-inner-wrapper .right-section .link-wrapper .inner-link ul {
  margin: 0;
  padding: 0;
}
footer .footer-inner-wrapper .right-section .link-wrapper .inner-link ul li {
  list-style: none;
  color: black;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 1399px) {
  footer .footer-inner-wrapper .right-section .link-wrapper .inner-link ul li {
    font-size: 18px;
    line-height: unset;
  }
}
footer .footer-inner-wrapper .right-section .link-wrapper .inner-link ul li a {
  color: black;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1399px) {
  footer .footer-inner-wrapper .right-section .link-wrapper .inner-link ul li a {
    font-size: 18px;
    line-height: unset;
  }
}
@media (max-width: 1399px) {
  footer .footer-inner-wrapper .right-section .link-wrapper .inner-link ul li a {
    font-size: 18px;
  }
}
footer .footer-inner-wrapper .right-section .link-wrapper .inner-link ul li a:hover {
  color: #536083;
  text-decoration: underline;
}
footer .footer-inner-wrapper .right-section .link-wrapper .contact-link ul li {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
footer .footer-inner-wrapper .right-section .link-wrapper .contact-link ul li:first-child i {
  margin-top: 6px;
}
@media (max-width: 478px) {
  footer .footer-inner-wrapper .right-section .link-wrapper .contact-link ul li:first-child i {
    margin-top: 3px;
  }
}
footer .footer-inner-wrapper .right-section .link-wrapper .social-links ul li {
  display: inline-block;
  margin-right: 5px;
}
footer .footer-inner-wrapper .right-section .link-wrapper .social-links ul li a:hover {
  color: #52ABBB;
}
footer .copyright-section {
  padding-top: 30px;
  border-top: 1px solid #e8edfd;
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 575px) {
  footer .copyright-section {
    flex-direction: column-reverse;
    justify-content: center;
    text-align: center;
  }
}
footer .copyright-section p {
  color: black;
  margin-bottom: 0;
}
footer .copyright-section .footer-policy-link-wrapper ul {
  margin: 0;
  padding: 0;
}
footer .copyright-section .footer-policy-link-wrapper ul li {
  list-style: none;
  display: inline-block;
  margin: 0 10px;
}
footer .copyright-section .footer-policy-link-wrapper ul li a {
  color: #000;
  transition: 0.3s ease-in-out;
  font-size: 16px;
}
footer .copyright-section .footer-policy-link-wrapper ul li a:hover {
  text-decoration: underline;
}

.menuActive {
  font-weight: 700 !important;
  background-color: white;
}

header .header-mobile-section .accordion-body ul li a.mobile-submenu-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px 0;
}

header .header-mobile-section .mobile-menu-icon {
  width: 100px;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

header .header-mobile-section .accordion-body ul li a.mobile-submenu-link span {
  display: inline-block;
  color: #000;
}

.spinner-box {
  position: fixed;
  z-index: 9999999999;
  background-color: #1d2630;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #BCDCFF 0%, #BDDCFF 100%);
}
.spinner-box img {
  width: 340px;
}

/*# Dropdown */
.header-inner-wrapper .dropdown-menu,
.main-navigation.nav .dropdown-menu,
.header-inner-wrapper .dropdown-menu,
.header-inner-wrapper .dropdown-menu {
  opacity: 0;
  visibility: hidden;
  display: block !important;
  padding: 0;
  left: auto;
  right: 5%;
  width: 220px;
  transform: translate(-50%, 30px);
  transition: 0.5s;
  left: 110px;
  top: 40px;
  border-radius: 20px;
}

.main-navigation > li.dropdown:hover > .dropdown-menu,
.main-navigation.nav > li.dropdown:hover > .dropdown-menu,
.main-navigation.navbar-nav > li.dropdown:hover > .dropdown-menu,
.main-navigation.navbar-right > li.dropdown:hover > .dropdown-menu {
  top: 0%;
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 50px);
  left: 110px;
}

.subOption {
  width: 85%;
  border-radius: 30px;
}

.subOption {
  margin: 3px 10px !important;
  transition: 0.5s;
}

.subOption:hover {
  width: 85%;
}

.subOption a {
  font-weight: normal !important;
}

.subOption {
  position: relative;
}

.header-inner-wrapper .dropdown-menu1,
.main-navigation.nav .dropdown-menu1,
.header-inner-wrapper .dropdown-menu1,
.header-inner-wrapper .dropdown-menu1 {
  opacity: 0;
  visibility: hidden;
  display: block !important;
  padding: 0 !important;
  left: 167% !important;
  right: 0% !important;
  width: 220px;
  transform: translate(-50%, 10px);
  transition: 0.5s;
  top: 0;
  position: absolute;
  border-radius: 20px;
}

.under-drop > li.under-manu:hover > .dropdown-menu1,
.under-drop > li.under-manu:hover > .dropdown-menu1,
.under-drop > li.under-manu:hover > .dropdown-menu1,
.under-drop > li.under-manu:hover > .dropdown-menu1 {
  top: 0%;
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0px);
  left: 70px;
}

.dropdown-menu1 {
  background-color: #fff;
}

.dropdown-menu .dropdown-menu1.submenu li a {
  background: transparent !important;
}

.dropdown-menu .dropdown-menu1.submenu li {
  margin: 0 !important;
}

.dropdown-menu .dropdown-menu1.submenu li:hover a {
  color: #702F8B !important;
}

.dropdown-menu .dropdown-menu1.submenu li a {
  font-weight: normal !important;
}

/*# Dropdown */
@media (max-width: 1366px) {
  .contact-hero-bg-wrapper .about-cryo-science-section {
    padding-top: 0;
  }
}

@media (max-width: 1366px) {
  .partner-hero-inner-bg-wrapper .about-cryo-science-section {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .two-side-img {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

@media (max-width: 767px) {
  .img-epn .two-side-img img {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .renuva-bg-content-wrapper {
    background-position: top !important;
  }
}
@media (max-width: 767px) {
  .renuva-bg-content-wrapper h2 {
    padding-top: 90px;
  }
}

@media (max-width: 767px) {
  .scin-bg-full {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 767px) {
  .indication-features-section .indication-features-bg .indication-performance-section .indication-performance-inner .our-biobox ul li {
    font-size: 16px;
  }
}

.multi-select-wrapper {
  position: relative;
}

.multi-select-wrapper .multi-select-input {
  min-height: 52.8px;
  padding: 0.5rem 0.75rem;
  border-radius: 10px;
  background: white;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}
@media (max-width: 479px) {
  .multi-select-wrapper .multi-select-input {
    min-height: 52px;
  }
}

.multi-select-wrapper .multi-select-input:focus-within {
  border-color: #000;
  outline: none;
}

.multi-select-wrapper .multi-select-input.empty::before {
  content: "Select Brand";
  color: #6c757d;
  font-size: 22px;
}
@media (max-width: 1366px) {
  .multi-select-wrapper .multi-select-input.empty::before {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .multi-select-wrapper .multi-select-input.empty::before {
    font-size: 16px;
  }
}

.multi-select-wrapper .selected-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #59637e;
  color: white;
  padding: 0.1rem 0.4rem;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 479px) {
  .multi-select-wrapper .selected-tag {
    font-size: 14px;
    padding: 2px 10px;
    gap: 3px;
  }
}

.multi-select-wrapper .selected-tag .remove-btn {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  padding: 0;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.2s;
  font-size: 15px;
}
@media (max-width: 479px) {
  .multi-select-wrapper .selected-tag .remove-btn {
    font-size: 13px;
    margin-bottom: 5px;
  }
}

.multi-select-wrapper .selected-tag .remove-btn:hover {
  background: rgba(255, 255, 255, 0.3);
}

.multi-select-wrapper .dropdown-menu {
  max-height: 300px;
  overflow-y: auto;
  width: 100%;
  margin-top: 0.5rem;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.multi-select-wrapper .dropdown-item {
  padding: 0.5rem 1rem;
  cursor: pointer;
  transition: all 0.2s;
  border-bottom: 1px solid #f8f9fa;
}

.multi-select-wrapper .dropdown-item:last-child {
  border-bottom: none;
}

.multi-select-wrapper .dropdown-item:hover {
  background: #f8f9fa;
}

.multi-select-wrapper .dropdown-item.selected {
  background: #e7f3ff;
  color: #667eea;
  font-weight: 500;
}

.multi-select-wrapper .dropdown-item.selected::after {
  content: " ✓";
  float: right;
}

.list-logo-wrappers-section {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.list-logo-wrappers-section .list-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .list-logo-wrappers-section .list-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.list-logo-wrappers-section .list-box a {
  min-width: 270px;
  min-height: 270px;
  border-radius: 35px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EAF2FF;
  padding: 20px;
}
@media (max-width: 767px) {
  .list-logo-wrappers-section .list-box a {
    min-width: unset;
    min-height: unset;
    border-radius: 15px;
    min-height: 140px;
  }
}
.list-logo-wrappers-section .list-box a .inner-list-wrapper img {
  width: 100%;
  max-width: 170px;
  transition: 0.3s ease-in-out;
}
.list-logo-wrappers-section .list-box a:hover .inner-list-wrapper img {
  transform: scale(0.9);
}

@media (min-width: 576px) {
  .download-brochure-modal .modal-dialog {
    max-width: 800px;
  }
}
.download-brochure-modal .modal-dialog .modal-content {
  background-color: #e8edfd;
}
.download-brochure-modal .modal-dialog .modal-content .modal-header {
  border-bottom: 0px solid transparent;
}
.download-brochure-modal .modal-dialog .modal-content .modal-header h1 {
  font-size: 24px;
  text-transform: uppercase;
}
.download-brochure-modal .modal-dialog .modal-content .modal-body {
  padding-top: 0;
}
.download-brochure-modal .modal-dialog .modal-content .modal-body .download-brochure-form-wrapper .form-box {
  width: 100% !important;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}
.download-brochure-modal .modal-dialog .modal-content .modal-body .download-brochure-form-wrapper .form-box label {
  font-size: 16px !important;
  margin-bottom: 10px !important;
  line-height: 20px;
}
.download-brochure-modal .modal-dialog .modal-content .modal-body .download-brochure-form-wrapper .form-box input,
.download-brochure-modal .modal-dialog .modal-content .modal-body .download-brochure-form-wrapper .form-box select,
.download-brochure-modal .modal-dialog .modal-content .modal-body .download-brochure-form-wrapper .form-box textarea {
  font-size: 16px !important;
  padding: 6px 12px !important;
  margin-bottom: 10px !important;
}
.download-brochure-modal .modal-dialog .modal-content .modal-body .download-brochure-form-wrapper .form-box textarea {
  height: 110px !important;
}
.download-brochure-modal .modal-dialog .modal-content .modal-body .download-brochure-form-wrapper .form-box button {
  font-size: 20px;
}
.download-brochure-modal .modal-dialog .modal-content .modal-body .download-brochure-form-wrapper .form-box input[type=checkbox] {
  width: 20px !important;
  margin-right: 10px !important;
}

.download-thankyou-brochure-modal .modal-dialog .modal-content {
  background-color: #e8edfd;
}
.download-thankyou-brochure-modal .modal-dialog .modal-content .modal-header {
  border-bottom: 0px solid transparent;
}
.download-thankyou-brochure-modal .modal-dialog .modal-content .modal-body .thankyou-pop-up-inner {
  text-align: center;
}
.download-thankyou-brochure-modal .modal-dialog .modal-content .modal-body .thankyou-pop-up-inner h2 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.download-thankyou-brochure-modal .modal-dialog .modal-content .modal-body .thankyou-pop-up-inner h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.download-thankyou-brochure-modal .modal-dialog .modal-content .modal-body .thankyou-pop-up-inner .link-wrapper a {
  background: #59637e;
  padding: 10px 15px;
  font-size: 16px;
  color: #fff;
  margin: 0 0 10px 0;
  border-radius: 10px;
  width: 100%;
  border: none;
  text-decoration: none;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .epn-list-banner-title .tomato-top-img1 img {
    width: 50%;
  }
}
.epn-list-banner-title .epn-list-main {
  align-items: flex-start;
}
@media (max-width: 767px) {
  .epn-list-banner-title .epn-list-main {
    flex-direction: row !important;
  }
}
.epn-list-banner-title .innovative-title {
  padding-top: 100px;
  font-family: "Racing Sans One", sans-serif;
  font-size: 64px !important;
  font-weight: 400 !important;
}
@media (max-width: 767px) {
  .epn-list-banner-title .innovative-title {
    padding-top: 20px !important;
    font-size: 30px !important;
  }
}

.vision-behind-section {
  background-color: #D8E1FB;
}
@media (max-width: 1399px) {
  .vision-behind-section {
    padding-top: 70px;
  }
}
.vision-behind-section .vision-behind-inner {
  background: #536083;
  border-radius: 76px;
  overflow: hidden;
  padding: 70px 100px;
  margin-top: -165px;
  position: relative;
}
@media (max-width: 1600px) {
  .vision-behind-section .vision-behind-inner {
    padding: 60px;
  }
}
@media (max-width: 1399px) {
  .vision-behind-section .vision-behind-inner {
    margin-top: 0;
  }
}
.vision-behind-section .vision-behind-inner .title-wrapper {
  text-align: center;
  margin-bottom: 70px;
}
.vision-behind-section .vision-behind-inner .title-wrapper h2 {
  font-size: 44px;
  font-weight: 700;
  color: white;
  line-height: 65px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.vision-behind-section .vision-behind-inner .director-message-inner-wrapper .image-content-wrapper {
  display: grid;
  grid-template-columns: 495px 1fr;
  gap: 50px;
  margin-bottom: 30px;
  align-items: center;
}
.vision-behind-section .vision-behind-inner .director-message-inner-wrapper .image-content-wrapper .left-image-section .image-wrapper {
  border-radius: 37px;
  overflow: hidden;
}
.vision-behind-section .vision-behind-inner .director-message-inner-wrapper .image-content-wrapper .left-image-section .image-wrapper img {
  width: 100%;
}
.vision-behind-section .vision-behind-inner .director-message-inner-wrapper .image-content-wrapper .right-content-section .designation-wrapper {
  margin-bottom: 30px;
}
.vision-behind-section .vision-behind-inner .director-message-inner-wrapper .image-content-wrapper .right-content-section .designation-wrapper h4 {
  font-size: 26px;
  font-weight: 700;
  color: white;
  margin-bottom: 0;
}
.vision-behind-section .vision-behind-inner .director-message-inner-wrapper .image-content-wrapper .right-content-section p {
  font-size: 20px;
  color: white;
  margin-bottom: 20px;
  line-height: 30px;
  max-width: 90%;
}
@media (max-width: 1399px) {
  .vision-behind-section .vision-behind-inner .director-message-inner-wrapper .image-content-wrapper .right-content-section p {
    max-width: 100%;
  }
}
.vision-behind-section .vision-behind-inner .director-message-inner-wrapper .image-content-wrapper .right-content-section p:last-child {
  margin-bottom: 0;
}
.vision-behind-section .vision-behind-inner .director-message-inner-wrapper p {
  font-size: 20px;
  color: white;
  line-height: 30px;
}

.tomato-top-img {
  padding: 50px 0;
}

.about-us-section {
  padding-bottom: 70px;
  padding-top: 70px;
  background-color: #D8E1FB;
}
.about-us-section .image-wrapper {
  overflow: hidden;
}
.about-us-section .image-wrapper img {
  width: 100%;
  max-height: 690px;
  object-fit: cover;
  object-position: center;
}
.about-us-section .about-us-inner .image-wrapper {
  border-radius: 40px;
  overflow: hidden;
  position: relative;
}
.about-us-section .about-us-inner .image-wrapper img {
  width: 100%;
  max-height: 690px;
  object-fit: cover;
  object-position: center;
}
.about-us-section .about-us-inner .inner-wrapper {
  background-color: white;
  padding: 50px;
  border-radius: 48px;
  position: relative;
  z-index: 1;
  margin-top: -150px;
}
@media (max-width: 767px) {
  .about-us-section .about-us-inner .inner-wrapper {
    padding: 50px 15px;
  }
}
.about-us-section .about-us-inner .title-wrapper {
  text-align: center;
}
.about-us-section .about-us-inner .title-wrapper h2 {
  font-size: 44px;
  font-weight: 700;
  color: black;
  line-height: 65px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.about-us-section .about-us-inner .para-content p {
  font-size: 20px;
  color: #070707;
  line-height: 30px;
  margin-bottom: 30px;
}
.about-us-section .about-us-inner .para-content p:last-child {
  margin-bottom: 0;
}

.new-list-hero-section {
  min-height: unset !important;
  background-image: unset !important;
}

.new-list-about-us-section {
  padding-top: 0 !important;
}
@media (max-width: 767px) {
  .new-list-about-us-section .inner-wrapper {
    border-radius: 25px !important;
  }
}
@media (max-width: 991px) {
  .new-list-about-us-section .image-wrapper img {
    min-height: 350px;
    object-fit: cover;
    object-position: center;
  }
}

.other-page-hero-section {
  height: unset;
  min-height: unset;
}
.other-page-hero-section .header-main-wrapper {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 39.32%, rgba(255, 255, 255, 0.44) 120.39%);
}

.inner-bg-wrapper {
  margin-top: 120px;
  background: #E4EAF0;
}

.left-content-right-image-section .inner-content-wrapper {
  padding: 70px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.left-content-right-image-section .inner-content-wrapper .left-content .logo-wrapper img {
  width: 100%;
  max-width: 530px;
}
.left-content-right-image-section .inner-content-wrapper .left-content h2 {
  font-weight: 700;
  font-size: 44px;
  line-height: 62px;
  color: black;
  margin-bottom: 20px;
  text-transform: capitalize;
}
@media (max-width: 1399px) {
  .left-content-right-image-section .inner-content-wrapper .left-content h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
.left-content-right-image-section .inner-content-wrapper .left-content .para-content p {
  font-size: 24px;
  color: black;
  line-height: 30px;
}
.left-content-right-image-section .inner-content-wrapper .left-content .link-wrapper {
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding-top: 30px;
}
.left-content-right-image-section .inner-content-wrapper .left-content .link-wrapper a {
  padding: 22px 30px;
  display: block;
  width: fit-content;
  border-radius: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  font-size: 20px;
  border: 1px solid;
}
@media (max-width: 1599px) {
  .left-content-right-image-section .inner-content-wrapper .left-content .link-wrapper a {
    font-size: 20px;
  }
}
.left-content-right-image-section .inner-content-wrapper .left-content .link-wrapper .download-btn {
  background: #52ABBB;
  color: white;
  border-color: #52ABBB;
}
.left-content-right-image-section .inner-content-wrapper .left-content .link-wrapper .download-btn:hover {
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.15);
  opacity: 0.8;
}
.left-content-right-image-section .inner-content-wrapper .left-content .link-wrapper .inquire-btn {
  color: #52ABBB;
  background: white;
  border-color: white;
}
.left-content-right-image-section .inner-content-wrapper .left-content .link-wrapper .inquire-btn:hover {
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.15);
  opacity: 0.8;
}
.left-content-right-image-section .inner-content-wrapper .right-image-section {
  border-radius: 22px;
  overflow: hidden;
}
.left-content-right-image-section .inner-content-wrapper .right-image-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.cryotherapy-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 900px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  z-index: 1;
  padding-bottom: 160px;
}
@media (max-width: 1399px) {
  .cryotherapy-section {
    min-height: 580px;
  }
}
.cryotherapy-section::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 59.46%, rgba(0, 0, 0, 0.77) 101.16%);
  content: "";
  z-index: -1;
}
.cryotherapy-section .crytherapy-inner {
  text-align: center;
}
.cryotherapy-section .crytherapy-inner h2 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 88px;
  line-height: 95px;
  color: white;
  text-transform: capitalize;
}
@media (max-width: 1399px) {
  .cryotherapy-section .crytherapy-inner h2 {
    font-size: 45px;
    line-height: 55px;
  }
}

.cryoartic-therapy-section {
  align-items: center;
  padding-bottom: 0;
}
@media (max-width: 1399px) {
  .cryoartic-therapy-section {
    background-position: right;
  }
}
.cryoartic-therapy-section .crytherapy-inner {
  text-align: left;
  padding-left: 8%;
}
@media (max-width: 1399px) {
  .cryoartic-therapy-section .crytherapy-inner {
    padding-left: 0;
  }
}
.cryoartic-therapy-section .crytherapy-inner h2 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 44px;
  line-height: 100%;
  color: white;
  max-width: 42%;
}
@media (max-width: 1399px) {
  .cryoartic-therapy-section .crytherapy-inner h2 {
    max-width: 55%;
    font-size: 38px;
  }
}

@media (max-width: 1399px) {
  .hydra-beauty-bg-sectioin {
    background-position: center !important;
  }
}
.hydra-beauty-bg-sectioin .crytherapy-inner {
  padding-left: 17% !important;
}
@media (max-width: 767px) {
  .hydra-beauty-bg-sectioin .crytherapy-inner {
    padding-left: 0 !important;
  }
}
.hydra-beauty-bg-sectioin .crytherapy-inner h2 {
  font-size: 60px;
  max-width: 60%;
  line-height: 115% !important;
}
@media (max-width: 1366px) {
  .hydra-beauty-bg-sectioin .crytherapy-inner h2 {
    max-width: 29%;
  }
}
@media (max-width: 767px) {
  .hydra-beauty-bg-sectioin .crytherapy-inner h2 {
    max-width: 230px;
  }
}

.cryowave-therapy-section {
  padding-bottom: 0;
  align-items: center;
}
.cryowave-therapy-section .crytherapy-inner {
  text-align: left;
}
.cryowave-therapy-section .crytherapy-inner h2 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  color: white;
  max-width: 35%;
  margin-left: auto;
}
@media (max-width: 1399px) {
  .cryowave-therapy-section .crytherapy-inner h2 {
    max-width: 58%;
  }
}

.performance-left-content-right-image-section {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.performance-left-content-right-image-section .inner-content-wrapper {
  padding: 70px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.performance-left-content-right-image-section .inner-content-wrapper .left-content .logo-wrapper img {
  width: 100%;
  max-width: 530px;
}
.performance-left-content-right-image-section .inner-content-wrapper .left-content h2 {
  font-weight: 700;
  font-size: 44px;
  line-height: 65px;
  color: #52ABBB;
  margin-bottom: 20px;
}
.performance-left-content-right-image-section .inner-content-wrapper .left-content .para-content p {
  font-size: 24px;
  color: black;
  max-width: 85%;
  line-height: 30px;
}
@media (max-width: 1399px) {
  .performance-left-content-right-image-section .inner-content-wrapper .left-content .para-content p {
    max-width: 100%;
  }
}
.performance-left-content-right-image-section .inner-content-wrapper .right-image-section {
  border-radius: 22px;
  overflow: hidden;
}
.performance-left-content-right-image-section .inner-content-wrapper .right-image-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.indication-features-section {
  position: relative;
  z-index: 1;
  padding: 70px 0;
}
.indication-features-section::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 70%;
  content: "";
  background: #52ABBB;
  z-index: -1;
}
.indication-features-section .left-graphics {
  position: absolute;
  left: 0;
  top: 20px;
  z-index: -1;
}
.indication-features-section .right-graphics {
  position: absolute;
  right: 0;
  bottom: 34%;
  z-index: -1;
}
.indication-features-section .indication-features-bg .indication-performance-section .title-wrapper {
  text-align: center;
}
.indication-features-section .indication-features-bg .indication-performance-section .title-wrapper h2 {
  font-weight: 700;
  font-size: 44px;
  color: #FFFFFF;
  margin-bottom: 50px;
}
.indication-features-section .indication-features-bg .indication-performance-section .indication-performance-inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 100px;
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .indication-features-section .indication-features-bg .indication-performance-section .indication-performance-inner {
    gap: 25px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
.indication-features-section .indication-features-bg .indication-performance-section .indication-performance-inner .indication-performance-box {
  text-align: center;
}
.indication-features-section .indication-features-bg .indication-performance-section .indication-performance-inner .indication-performance-box .image-wrapper {
  box-shadow: 0px 16px 32px -8px rgba(12, 12, 13, 0.41);
  -webkit-box-shadow: 0px 16px 32px -8px rgba(12, 12, 13, 0.41);
  -moz-box-shadow: 0px 16px 32px -8px rgba(12, 12, 13, 0.41);
  width: 292px;
  height: 292px;
  border-radius: 22px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .indication-features-section .indication-features-bg .indication-performance-section .indication-performance-inner .indication-performance-box .image-wrapper {
    width: 100%;
    height: 250px;
  }
}
.indication-features-section .indication-features-bg .indication-performance-section .indication-performance-inner .indication-performance-box .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indication-features-section .indication-features-bg .indication-performance-section .indication-performance-inner .indication-performance-box h3 {
  font-size: 26px;
  font-weight: 400;
  color: white;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .indication-features-section .indication-features-bg .indication-performance-section .indication-performance-inner .indication-performance-box h3 {
    font-size: 24px;
  }
}
.indication-features-section .indication-features-bg .features-performance-section .features-performance-inner {
  background-color: white;
  border-radius: 60px;
  padding: 50px;
}
@media (max-width: 1399px) {
  .indication-features-section .indication-features-bg .features-performance-section .features-performance-inner {
    padding: 50px 40px;
  }
}
.indication-features-section .indication-features-bg .features-performance-section .features-performance-inner .title-wrapper {
  text-align: center;
}
.indication-features-section .indication-features-bg .features-performance-section .features-performance-inner .title-wrapper h2 {
  font-weight: 700;
  font-size: 44px;
  color: #52ABBB;
  margin-bottom: 50px;
}
.indication-features-section .indication-features-bg .features-performance-section .features-performance-inner .features-point-wrapper {
  display: grid;
  grid-template-columns: 1fr 0.6fr 1fr;
  gap: 30px;
  align-items: center;
  padding: 0 50px;
}
@media (max-width: 1399px) {
  .indication-features-section .indication-features-bg .features-performance-section .features-performance-inner .features-point-wrapper {
    padding: 0 0;
  }
}
.indication-features-section .indication-features-bg .features-performance-section .features-performance-inner .features-point-wrapper .features-middle-img img {
  width: 100%;
}
.indication-features-section .indication-features-bg .features-performance-section .features-performance-inner .features-point-wrapper .features-box-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 35px;
}
.indication-features-section .indication-features-bg .features-performance-section .features-performance-inner .features-point-wrapper .features-box-wrapper .features-box {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.indication-features-section .indication-features-bg .features-performance-section .features-performance-inner .features-point-wrapper .features-box-wrapper .features-box::before {
  position: absolute;
  right: 0;
  content: "";
  top: 0;
  width: calc(100% - 71.5px);
  height: 100%;
  z-index: -1;
  background-color: #E4EAF0;
  border-radius: 29px;
}
.indication-features-section .indication-features-bg .features-performance-section .features-performance-inner .features-point-wrapper .features-box-wrapper .features-box .icon-wrapper {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  border: 6px solid #E4EAF0;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}
.indication-features-section .indication-features-bg .features-performance-section .features-performance-inner .features-point-wrapper .features-box-wrapper .features-box .icon-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.indication-features-section .indication-features-bg .features-performance-section .features-performance-inner .features-point-wrapper .features-box-wrapper .features-box .right-content {
  width: calc(100% - 145px);
  min-height: 190px;
  padding: 10px 0;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.indication-features-section .indication-features-bg .features-performance-section .features-performance-inner .features-point-wrapper .features-box-wrapper .features-box .right-content h4 {
  color: black;
  font-weight: 700;
  font-size: 24px;
}
.indication-features-section .indication-features-bg .features-performance-section .features-performance-inner .features-point-wrapper .features-box-wrapper .features-box .right-content p {
  margin-bottom: 0;
  color: black;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 1399px) {
  .indication-features-section .indication-features-bg .features-performance-section .features-performance-inner .features-point-wrapper .features-box-wrapper .features-box .right-content p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .indication-features-section .indication-features-bg .features-performance-section .features-performance-inner .features-point-wrapper .features-box-wrapper .features-box .right-content p {
    font-size: 16px;
    line-height: 28px;
  }
}
.indication-features-section .indication-features-bg .features-performance-section .features-performance-inner .features-point-wrapper .right-features-box-wrapper .features-box::before {
  left: 0;
}
.indication-features-section .indication-features-bg .features-performance-section .features-performance-inner .features-point-wrapper .right-features-box-wrapper .features-box .right-content {
  padding-left: 25px;
  padding-right: 0;
}

.benefits-performance-section {
  position: relative;
  z-index: 1;
  padding-bottom: 70px;
}
.benefits-performance-section::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80%;
  content: "";
  background: #52ABBB;
  z-index: -1;
}
.benefits-performance-section .left-graphics {
  position: absolute;
  left: 0;
  bottom: 24%;
  z-index: -1;
}
@media (max-width: 767px) {
  .benefits-performance-section .left-graphics {
    display: none;
  }
}
.benefits-performance-section .right-graphics {
  position: absolute;
  right: 0;
  bottom: -9%;
  z-index: -1;
}
@media (max-width: 767px) {
  .benefits-performance-section .right-graphics {
    display: none;
  }
}
.benefits-performance-section .benefits-performance-bg .benefits-performance-inner {
  background-color: white;
  border-radius: 60px;
  padding: 50px;
  padding-right: 30px;
}
@media (max-width: 1399px) {
  .benefits-performance-section .benefits-performance-bg .benefits-performance-inner {
    padding-left: 30px;
  }
}
.benefits-performance-section .benefits-performance-bg .benefits-performance-inner .title-wrapper h2 {
  font-weight: 700;
  font-size: 44px;
  color: #52ABBB;
  margin-bottom: 50px;
}
.benefits-performance-section .benefits-performance-bg .benefits-performance-inner .benefits-content-image-section {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 30px;
}
.benefits-performance-section .benefits-performance-bg .benefits-performance-inner .benefits-content-image-section .benefits-box {
  background-color: #F4F4F4;
  padding: 18px 20px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.benefits-performance-section .benefits-performance-bg .benefits-performance-inner .benefits-content-image-section .benefits-box:last-child {
  margin-bottom: 0;
}
.benefits-performance-section .benefits-performance-bg .benefits-performance-inner .benefits-content-image-section .benefits-box h3 {
  font-weight: 700;
  font-size: 28px;
  color: black;
  margin-bottom: 5px;
}
.benefits-performance-section .benefits-performance-bg .benefits-performance-inner .benefits-content-image-section .benefits-box p {
  margin-bottom: 0;
  color: black;
  font-size: 26px;
  line-height: 100%;
}
.benefits-performance-section .benefits-performance-bg .benefits-performance-inner .right-benefits-image {
  height: 100%;
  border-radius: 22px;
  overflow: hidden;
}
.benefits-performance-section .benefits-performance-bg .benefits-performance-inner .right-benefits-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.benefits-performance-section .benefits-performance-bg .cryo-performance-video-section {
  margin-top: 70px;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.benefits-performance-section .benefits-performance-bg .cryo-performance-video-section .title-wrapper {
  text-align: center;
}
.benefits-performance-section .benefits-performance-bg .cryo-performance-video-section .title-wrapper h2 {
  font-weight: 700;
  font-size: 44px;
  color: white;
  margin-bottom: 30px;
}
.benefits-performance-section .benefits-performance-bg .cryo-performance-video-section .cryo-performance-video a {
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 55px;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.benefits-performance-section .benefits-performance-bg .cryo-performance-video-section .cryo-performance-video a .image-wrapper img {
  width: 100%;
}
.benefits-performance-section .benefits-performance-bg .cryo-performance-video-section .cryo-performance-video a span {
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 190px;
  transition: 0.3s ease-in-out;
  opacity: 0.6;
}
@media (max-width: 1399px) {
  .benefits-performance-section .benefits-performance-bg .cryo-performance-video-section .cryo-performance-video a span {
    font-size: 120px;
  }
}
.benefits-performance-section .benefits-performance-bg .cryo-performance-video-section .cryo-performance-video a:hover span {
  opacity: 1;
}

.explore-science-section {
  padding: 70px 0;
}
.explore-science-section .explore-science-inner .title-wrapper {
  text-align: center;
}
.explore-science-section .explore-science-inner .title-wrapper h2 {
  font-weight: 700;
  font-size: 44px;
  color: black;
  margin-bottom: 50px;
}
.explore-science-section .explore-science-inner .explore-science-box-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.explore-science-section .explore-science-inner .explore-science-box-wrapper .explore-science-box {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22) 38.5%, #FFFFFF 100%);
  border-radius: 45px;
  overflow: hidden;
  padding: 30px;
  text-align: center;
  transition: 0.3s ease-in-out;
}
.explore-science-section .explore-science-inner .explore-science-box-wrapper .explore-science-box .inner-wrapper a {
  text-decoration: none;
  transition: 0.4s ease-in-out;
}
.explore-science-section .explore-science-inner .explore-science-box-wrapper .explore-science-box .inner-wrapper a .image-wrapper {
  margin-bottom: 30px;
}
.explore-science-section .explore-science-inner .explore-science-box-wrapper .explore-science-box .inner-wrapper a .image-wrapper img {
  width: 100%;
}
.explore-science-section .explore-science-inner .explore-science-box-wrapper .explore-science-box .inner-wrapper a h3 {
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  color: #52ABBB;
}
.explore-science-section .explore-science-inner .explore-science-box-wrapper .explore-science-box .inner-wrapper a p {
  color: black;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 25px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  min-height: 85px;
}
@media (max-width: 1399px) {
  .explore-science-section .explore-science-inner .explore-science-box-wrapper .explore-science-box .inner-wrapper a p {
    max-width: 100%;
  }
}
.explore-science-section .explore-science-inner .explore-science-box-wrapper .explore-science-box .inner-wrapper a .link-wrapper h4 {
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 26px;
  text-transform: uppercase;
  color: black;
  padding: 18px 50px 18px 30px;
  border-radius: 100px;
  font-weight: 600;
  transition: 0.4s ease-in-out;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .explore-science-section .explore-science-inner .explore-science-box-wrapper .explore-science-box .inner-wrapper a .link-wrapper h4 {
    font-size: 16px;
    padding: 12px 40px 12px 20px;
  }
}
.explore-science-section .explore-science-inner .explore-science-box-wrapper .explore-science-box .inner-wrapper a .link-wrapper h4 span {
  color: #767676;
  font-weight: 700;
  transition: 0.4s ease-in-out;
  position: absolute;
  right: 30px;
  opacity: 0;
  visibility: hidden;
  font-size: 20px;
}
.explore-science-section .explore-science-inner .explore-science-box-wrapper .explore-science-box .inner-wrapper a .link-wrapper h4:hover {
  background-color: #EBEBEB;
}
.explore-science-section .explore-science-inner .explore-science-box-wrapper .explore-science-box .inner-wrapper a .link-wrapper h4:hover span {
  opacity: 1;
  right: 20px;
  visibility: visible;
}
.explore-science-section .explore-science-inner .explore-science-box-wrapper .explore-science-box:hover {
  box-shadow: 0px 16px 32px -8px rgba(12, 12, 13, 0.41);
  -webkit-box-shadow: 0px 16px 32px -8px rgba(12, 12, 13, 0.41);
  -moz-box-shadow: 0px 16px 32px -8px rgba(12, 12, 13, 0.41);
}
.explore-science-section .explore-science-inner .explore-science-box-wrapper .explore-science-box:hover .inner-wrapper a .link-wrapper h4 {
  background-color: #EBEBEB;
}
.explore-science-section .explore-science-inner .explore-science-box-wrapper .explore-science-box:hover .inner-wrapper a .link-wrapper h4 span {
  opacity: 1;
  right: 20px;
  visibility: visible;
}

.about-cryo-science-section {
  padding-top: 70px;
  padding-bottom: 100px;
}
.about-cryo-science-section .top-logo-wrapper {
  text-align: center;
  margin-bottom: 50px;
}
.about-cryo-science-section .top-logo-wrapper img {
  width: 650px;
}
@media (max-width: 1399px) {
  .about-cryo-science-section .top-logo-wrapper img {
    width: 400px;
  }
}
.about-cryo-science-section .cryo-about-image {
  margin-bottom: 70px;
}
.about-cryo-science-section .cryo-about-image img {
  width: 100%;
}
.about-cryo-science-section .about-cryo-science-inner-section .about-cryo-science-inner h2 {
  font-size: 44px;
  font-weight: 700;
  color: black;
}
.about-cryo-science-section .about-cryo-science-inner-section .about-cryo-science-inner .para-content {
  margin-bottom: 50px;
}
.about-cryo-science-section .about-cryo-science-inner-section .about-cryo-science-inner .para-content p {
  font-size: 20px;
  color: black;
  line-height: 30px;
}
.about-cryo-science-section .about-cryo-science-inner-section .about-cryo-science-inner .para-content p:last-child {
  margin-bottom: 0;
}
.about-cryo-science-section .about-cryo-science-inner-section .about-cryo-science-inner .cryo-about-science-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 575px) {
  .about-cryo-science-section .about-cryo-science-inner-section .about-cryo-science-inner .cryo-about-science-products {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about-cryo-science-section .about-cryo-science-inner-section .about-cryo-science-inner .cryo-about-science-products .box-wrapper {
  height: 100%;
}
.about-cryo-science-section .about-cryo-science-inner-section .about-cryo-science-inner .cryo-about-science-products .box-wrapper a {
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22) 38.5%, #FFFFFF 100%);
  border-radius: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 50px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1399px) {
  .about-cryo-science-section .about-cryo-science-inner-section .about-cryo-science-inner .cryo-about-science-products .box-wrapper a {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .about-cryo-science-section .about-cryo-science-inner-section .about-cryo-science-inner .cryo-about-science-products .box-wrapper a {
    padding: 30px 15px;
  }
}
.about-cryo-science-section .about-cryo-science-inner-section .about-cryo-science-inner .cryo-about-science-products .box-wrapper a .image-wrapper {
  height: 390px;
  margin-bottom: 30px;
}
.about-cryo-science-section .about-cryo-science-inner-section .about-cryo-science-inner .cryo-about-science-products .box-wrapper a .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-cryo-science-section .about-cryo-science-inner-section .about-cryo-science-inner .cryo-about-science-products .box-wrapper a h3 {
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  color: #52ABBB;
}
@media (max-width: 767px) {
  .about-cryo-science-section .about-cryo-science-inner-section .about-cryo-science-inner .cryo-about-science-products .box-wrapper a h3 {
    font-size: 20px;
  }
}
.about-cryo-science-section .about-cryo-science-inner-section .about-cryo-science-inner .cryo-about-science-products .box-wrapper a p {
  text-align: center;
  color: black;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 25px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  min-height: 85px;
}
@media (max-width: 1399px) {
  .about-cryo-science-section .about-cryo-science-inner-section .about-cryo-science-inner .cryo-about-science-products .box-wrapper a p {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .about-cryo-science-section .about-cryo-science-inner-section .about-cryo-science-inner .cryo-about-science-products .box-wrapper a p {
    font-size: 16px;
    line-height: 28px;
    min-height: unset;
  }
}
@media (max-width: 767px) {
  .about-cryo-science-section .about-cryo-science-inner-section .about-cryo-science-inner .cryo-about-science-products .box-wrapper a p br {
    display: none;
  }
}
.about-cryo-science-section .about-cryo-science-inner-section .about-cryo-science-inner .cryo-about-science-products .box-wrapper a .link-wrapper h4 {
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 20px;
  text-transform: uppercase;
  color: black;
  padding: 18px 50px 18px 30px;
  border-radius: 100px;
  font-weight: 600;
  transition: 0.4s ease-in-out;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .about-cryo-science-section .about-cryo-science-inner-section .about-cryo-science-inner .cryo-about-science-products .box-wrapper a .link-wrapper h4 {
    font-size: 16px;
    padding: 12px 40px 12px 20px;
  }
}
.about-cryo-science-section .about-cryo-science-inner-section .about-cryo-science-inner .cryo-about-science-products .box-wrapper a .link-wrapper h4 span {
  color: #767676;
  font-weight: 700;
  transition: 0.4s ease-in-out;
  position: absolute;
  right: 30px;
  opacity: 0;
  visibility: hidden;
  font-size: 20px;
}
.about-cryo-science-section .about-cryo-science-inner-section .about-cryo-science-inner .cryo-about-science-products .box-wrapper a .link-wrapper h4:hover {
  background-color: #EBEBEB;
}
.about-cryo-science-section .about-cryo-science-inner-section .about-cryo-science-inner .cryo-about-science-products .box-wrapper a .link-wrapper h4:hover span {
  opacity: 1;
  right: 20px;
  visibility: visible;
}
.about-cryo-science-section .about-cryo-science-inner-section .about-cryo-science-inner .cryo-about-science-products .box-wrapper a:hover {
  box-shadow: 0px 16px 32px -8px rgba(12, 12, 13, 0.4);
  -webkit-box-shadow: 0px 16px 32px -8px rgba(12, 12, 13, 0.4);
  -moz-box-shadow: 0px 16px 32px -8px rgba(12, 12, 13, 0.4);
}
.about-cryo-science-section .about-cryo-science-inner-section .about-cryo-science-inner .cryo-about-science-products .box-wrapper a:hover .link-wrapper h4 {
  background-color: #EBEBEB;
}
.about-cryo-science-section .about-cryo-science-inner-section .about-cryo-science-inner .cryo-about-science-products .box-wrapper a:hover .link-wrapper h4 span {
  opacity: 1;
  right: 20px;
  visibility: visible;
}

.other-device-partner {
  margin-bottom: 70px;
}
.other-device-partner .title-wrapper {
  margin-bottom: 30px;
  text-align: center;
}
.other-device-partner .title-wrapper h2 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 44px;
  color: black;
}
.other-device-partner .other-device-partner-slider .splide__slide .logo-wrapper {
  background-color: white;
  height: 100%;
  padding: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 18px;
}
.other-device-partner .other-device-partner-slider .splide__slide .logo-wrapper img {
  width: 100%;
}

.cryo-form-wrapper {
  padding-bottom: 70px;
}
.cryo-form-wrapper .cryo-form-image img {
  width: 100%;
}
.cryo-form-wrapper .cryo-form-inner .cryo-form {
  position: relative;
  margin-top: -180px;
  padding: 50px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  background-color: #D9E1EA;
  border-radius: 45px;
  box-shadow: 0px 16px 32px -5px rgba(83, 96, 131, 0.3);
  -webkit-box-shadow: 0px 16px 32px -5px rgba(83, 96, 131, 0.3);
  -moz-box-shadow: 0px 16px 32px -5px rgba(83, 96, 131, 0.3);
}
.cryo-form-wrapper .cryo-form-inner .cryo-form .title-para-wrapper {
  text-align: center;
}
.cryo-form-wrapper .cryo-form-inner .cryo-form .title-para-wrapper h3 {
  font-size: 32px;
  font-weight: 700;
  color: black;
}
@media (max-width: 767px) {
  .cryo-form-wrapper .cryo-form-inner .cryo-form .title-para-wrapper h3 {
    font-size: 27px;
  }
}
.cryo-form-wrapper .cryo-form-inner .cryo-form .title-para-wrapper p {
  font-size: 26px;
  color: black;
  line-height: 100%;
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .cryo-form-wrapper .cryo-form-inner .cryo-form .title-para-wrapper p {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .cryo-form-wrapper .cryo-form-inner .cryo-form .title-para-wrapper p br {
    display: none;
  }
}
.cryo-form-wrapper .cryo-form-inner .cryo-form form .form-group {
  margin-bottom: 10px;
}
.cryo-form-wrapper .cryo-form-inner .cryo-form form .form-group input {
  background-color: white;
  border-radius: 100px;
  color: black;
  font-size: 26px;
  font-weight: 400;
  padding: 10px 30px;
  border: 1px solid transparent;
}
.cryo-form-wrapper .cryo-form-inner .cryo-form form .form-group input:focus {
  border-color: #536083;
  box-shadow: none;
  outline: none;
}
.cryo-form-wrapper .cryo-form-inner .cryo-form form .form-group select {
  background-color: white;
  border-radius: 100px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 26px;
  font-weight: 400;
  padding: 10px 30px;
  border: 1px solid transparent;
}
@media (max-width: 1366px) {
  .cryo-form-wrapper .cryo-form-inner .cryo-form form .form-group select {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .cryo-form-wrapper .cryo-form-inner .cryo-form form .form-group select {
    font-size: 16px;
  }
}
.cryo-form-wrapper .cryo-form-inner .cryo-form form .form-group select:focus {
  border-color: #536083;
  box-shadow: none;
  outline: none;
}
.cryo-form-wrapper .cryo-form-inner .cryo-form form .form-group textarea {
  background-color: white;
  border-radius: 22px;
  height: 250px;
  color: black;
  font-size: 26px;
  font-weight: 400;
  padding: 10px 30px;
  border: 1px solid transparent;
  resize: none;
}
.cryo-form-wrapper .cryo-form-inner .cryo-form form .form-group textarea:focus {
  border-color: #536083;
  box-shadow: none;
  outline: none;
}
.cryo-form-wrapper .cryo-form-inner .cryo-form form .form-group input[type=file] {
  transition: border-color 0.25s ease-in-out;
}
.cryo-form-wrapper .cryo-form-inner .cryo-form form .form-group input[type=file]::file-selector-button {
  padding: 2px 10px;
  border-width: 0;
  border-radius: 2em;
  background-color: #536083;
  color: hsl(210, 40%, 90%);
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  margin-right: 1em;
}
.cryo-form-wrapper .cryo-form-inner .cryo-form form .form-group input[type=file]:hover::file-selector-button {
  background-color: hsl(210, 70%, 40%);
}
.cryo-form-wrapper .cryo-form-inner .cryo-form form .form-group ::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.cryo-form-wrapper .cryo-form-inner .cryo-form form .upload-text {
  font-size: 14px;
  padding-left: 30px;
  margin-bottom: 0;
  color: rgb(0, 0, 0);
}
@media (max-width: 575px) {
  .cryo-form-wrapper .cryo-form-inner .cryo-form form .upload-text {
    font-size: 10px;
    line-height: 22px;
  }
}
.cryo-form-wrapper .cryo-form-inner .cryo-form form .file-drop-area {
  margin-bottom: 0;
  position: relative;
  display: flex;
  align-items: center;
  max-width: 100%;
  transition: 0.2s;
  background-color: white;
  border-radius: 100px;
  color: black;
  font-size: 26px;
  font-weight: 400;
  padding: 15px 30px;
}
@media (max-width: 1366px) {
  .cryo-form-wrapper .cryo-form-inner .cryo-form form .file-drop-area {
    font-size: 20px;
    padding: 10.7px 30px;
  }
}
@media (max-width: 480px) {
  .cryo-form-wrapper .cryo-form-inner .cryo-form form .file-drop-area {
    font-size: 16px;
  }
}
.cryo-form-wrapper .cryo-form-inner .cryo-form form .fake-btn {
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  padding: 8px 15px;
  margin-right: 10px;
  text-transform: uppercase;
}
.cryo-form-wrapper .cryo-form-inner .cryo-form form .file-msg {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(0, 0, 0, 0.5);
}
.cryo-form-wrapper .cryo-form-inner .cryo-form form .file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
  background-color: white;
  border-radius: 100px;
  color: black;
  font-size: 26px;
  font-weight: 400;
  padding: 10px 30px;
  border: 1px solid transparent;
}
.cryo-form-wrapper .cryo-form-inner .cryo-form form .file-input:focus {
  outline: none;
}
.cryo-form-wrapper .cryo-form-inner .cryo-form form .submit-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 15px;
  padding-left: 50px;
}
@media (max-width: 1399px) {
  .cryo-form-wrapper .cryo-form-inner .cryo-form form .submit-wrapper {
    padding-left: 0;
  }
}
.cryo-form-wrapper .cryo-form-inner .cryo-form form .submit-wrapper .left-agree-text p {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 100%;
  color: black;
  max-width: 80%;
}
@media (max-width: 1399px) {
  .cryo-form-wrapper .cryo-form-inner .cryo-form form .submit-wrapper .left-agree-text p {
    font-size: 20px;
  }
}
.cryo-form-wrapper .cryo-form-inner .cryo-form form .submit-wrapper .submit_btn {
  min-width: 270px;
  border: 1px solid #536083;
  background-color: #536083;
  color: white;
  font-weight: 700;
  font-size: 26px;
  border-radius: 100px;
  padding: 15px 30px;
  transition: 0.3s ease-in-out;
}
.cryo-form-wrapper .cryo-form-inner .cryo-form form .submit-wrapper .submit_btn:hover {
  background-color: white;
  color: #536083;
}
.cryo-form-wrapper .cryo-form-inner .cryo-form form .submit_btn {
  width: 100%;
  border: 1px solid #536083;
  background-color: #536083;
  color: white;
  font-weight: 700;
  font-size: 26px;
  border-radius: 100px;
  padding: 15px 30px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1366px) {
  .cryo-form-wrapper .cryo-form-inner .cryo-form form .submit_btn {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .cryo-form-wrapper .cryo-form-inner .cryo-form form .submit_btn {
    font-size: 16px;
    padding: 12px 5px;
  }
}
.cryo-form-wrapper .cryo-form-inner .cryo-form form .submit_btn:hover {
  background-color: white;
  color: #536083;
}
.cryo-form-wrapper .cryo-form-inner .cryo-form form .agree-box label {
  font-size: 22px;
}
@media (max-width: 1366px) {
  .cryo-form-wrapper .cryo-form-inner .cryo-form form .agree-box label {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .cryo-form-wrapper .cryo-form-inner .cryo-form form .agree-box label {
    font-size: 16px;
    text-align: left;
    line-height: 22px;
  }
}
.cryo-form-wrapper .cryo-form-inner .cryo-form form .agree-box label a {
  color: #000;
}
.cryo-form-wrapper .cryo-form-inner .cryo-form form .agree-box input[type=checkbox] {
  width: 40px;
  margin: 0 20px 0 0;
  background: #fff;
  font-size: 22px;
  padding: 12px;
  color: #000;
  border-radius: 10px;
  border: none;
}

.bg-policty h2 {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .bg-policty h2 {
    padding-top: 80px;
  }
}

.masks-details-box .hiy-box h4 {
  font-size: 28px;
}

@media (max-width: 767px) {
  .tom-bot-img img {
    border-radius: 15px !important;
  }
}

.cryotherapy-section.hydra-beauty-bg-sectioin .crytherapy-inner {
  padding-left: 30%;
}
@media (max-width: 1399px) {
  .cryotherapy-section.hydra-beauty-bg-sectioin .crytherapy-inner {
    padding-left: 10%;
  }
}
@media (max-width: 767px) {
  .cryotherapy-section.hydra-beauty-bg-sectioin .crytherapy-inner {
    padding-left: 0;
  }
}
@media (max-width: 479px) {
  .cryotherapy-section.hydra-beauty-bg-sectioin .crytherapy-inner {
    max-width: 250px;
  }
}

.top-section-wrapper .logo-wrapper {
  text-align: center;
  padding: 50px 0;
}
.top-section-wrapper .logo-wrapper img {
  width: 100%;
  max-width: 390px;
}
@media (max-width: 767px) {
  .top-section-wrapper .logo-wrapper img {
    max-width: 170px;
  }
}
.top-section-wrapper .ultrav-top-banner img {
  width: 100%;
}

.doctor-recommend-section {
  background-color: white;
  padding-top: 70px;
  padding-bottom: 320px;
}
.doctor-recommend-section .doctor-recommend-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.doctor-recommend-section .doctor-recommend-inner .left-image-wrapper {
  width: 450px;
  height: 450px;
  border-radius: 50%;
  overflow: hidden;
}
.doctor-recommend-section .doctor-recommend-inner .left-image-wrapper img {
  width: 100%;
}
.doctor-recommend-section .doctor-recommend-inner .right-content-section {
  width: 585px;
}
.doctor-recommend-section .doctor-recommend-inner .right-content-section h2 {
  font-weight: 700;
  font-size: 44px;
  color: black;
}
.doctor-recommend-section .doctor-recommend-inner .right-content-section p {
  color: black;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
}

.about-ultra-wrapper {
  position: relative;
  margin-top: -245px;
}
.about-ultra-wrapper .about-ultra-inner {
  background: linear-gradient(180deg, #702F8B 0%, #254B7C 100%);
  border-radius: 66px;
  overflow: hidden;
  padding: 70px;
}
.about-ultra-wrapper .about-ultra-inner h2 {
  font-size: 44px;
  font-weight: 700;
  color: white;
  margin-bottom: 30px;
}
.about-ultra-wrapper .about-ultra-inner .para-content p {
  font-size: 20px;
  color: white;
  line-height: 30px;
}
.about-ultra-wrapper .about-ultra-inner .para-content p:last-child {
  margin-bottom: 0;
}

.ultra-devices-section {
  margin-top: 70px;
}
.ultra-devices-section .ultra-devices-inner {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.22) 38.5%, #FFFFFF 100%);
  border-radius: 45px;
  padding: 70px;
  overflow: hidden;
}
.ultra-devices-section .ultra-devices-inner .title-wrapper {
  text-align: center;
}
.ultra-devices-section .ultra-devices-inner .title-wrapper h2 {
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 44px;
  color: black;
}
.ultra-devices-section .ultra-devices-inner .device-box-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
}
.ultra-devices-section .ultra-devices-inner .device-box-wrapper .device-box {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22) 38.5%, #FFFFFF 100%);
  border-radius: 45px;
  overflow: hidden;
  padding: 30px;
  text-align: center;
  transition: 0.3s ease-in-out;
  max-width: 550px;
}
@media (max-width: 767px) {
  .ultra-devices-section .ultra-devices-inner .device-box-wrapper .device-box {
    padding: 30px 10px;
  }
}
.ultra-devices-section .ultra-devices-inner .device-box-wrapper .device-box .inner-wrapper {
  height: 100%;
}
.ultra-devices-section .ultra-devices-inner .device-box-wrapper .device-box .inner-wrapper a {
  text-decoration: none;
  transition: 0.4s ease-in-out;
  display: block;
  height: 100%;
}
.ultra-devices-section .ultra-devices-inner .device-box-wrapper .device-box .inner-wrapper a .image-wrapper {
  margin-bottom: 30px;
}
.ultra-devices-section .ultra-devices-inner .device-box-wrapper .device-box .inner-wrapper a .image-wrapper img {
  width: 100%;
}
.ultra-devices-section .ultra-devices-inner .device-box-wrapper .device-box .inner-wrapper a h3 {
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  color: #008ECF;
}
.ultra-devices-section .ultra-devices-inner .device-box-wrapper .device-box .inner-wrapper a p {
  color: black;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 25px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  min-height: 85px;
}
@media (max-width: 767px) {
  .ultra-devices-section .ultra-devices-inner .device-box-wrapper .device-box .inner-wrapper a p {
    max-width: 100%;
  }
}
.ultra-devices-section .ultra-devices-inner .device-box-wrapper .device-box .inner-wrapper a .link-wrapper h4 {
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 20px;
  text-transform: uppercase;
  color: black;
  padding: 18px 50px 18px 30px;
  border-radius: 100px;
  font-weight: 600;
  transition: 0.4s ease-in-out;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  z-index: 1;
  border: 1px solid #C4CBD2;
}
@media (max-width: 767px) {
  .ultra-devices-section .ultra-devices-inner .device-box-wrapper .device-box .inner-wrapper a .link-wrapper h4 {
    font-size: 16px;
    padding: 12px 50px 12px 20px;
    gap: 10px;
  }
}
.ultra-devices-section .ultra-devices-inner .device-box-wrapper .device-box .inner-wrapper a .link-wrapper h4 span {
  color: #767676;
  font-weight: 700;
  transition: 0.4s ease-in-out;
  position: absolute;
  right: 30px;
  opacity: 0;
  visibility: hidden;
  font-size: 20px;
}
.ultra-devices-section .ultra-devices-inner .device-box-wrapper .device-box .inner-wrapper a .link-wrapper h4:hover {
  background-color: #EBEBEB;
}
.ultra-devices-section .ultra-devices-inner .device-box-wrapper .device-box .inner-wrapper a .link-wrapper h4:hover span {
  opacity: 1;
  right: 20px;
  visibility: visible;
}
.ultra-devices-section .ultra-devices-inner .device-box-wrapper .device-box:hover {
  box-shadow: 0px 16px 32px -8px rgba(12, 12, 13, 0.41);
  -webkit-box-shadow: 0px 16px 32px -8px rgba(12, 12, 13, 0.41);
  -moz-box-shadow: 0px 16px 32px -8px rgba(12, 12, 13, 0.41);
}
.ultra-devices-section .ultra-devices-inner .device-box-wrapper .device-box:hover .inner-wrapper a .link-wrapper h4 {
  background-color: #EBEBEB;
}
.ultra-devices-section .ultra-devices-inner .device-box-wrapper .device-box:hover .inner-wrapper a .link-wrapper h4 span {
  opacity: 1;
  right: 20px;
  visibility: visible;
}

.ultra-product-range-section {
  margin-top: 70px;
  padding-bottom: 70px;
}
.ultra-product-range-section .product-range-inner-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.22) 38.5%, #FFFFFF 100%);
  border-radius: 45px;
  padding: 70px;
  overflow: hidden;
}
.ultra-product-range-section .product-range-inner-wrapper .title-wrapper {
  text-align: center;
}
.ultra-product-range-section .product-range-inner-wrapper .title-wrapper h2 {
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 44px;
  color: black;
}
.ultra-product-range-section .product-range-inner-wrapper .ultra-product-range-inner .product-range-box-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
}
.ultra-product-range-section .product-range-inner-wrapper .ultra-product-range-inner .product-range-box-wrapper .product-range-box {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22) 38.5%, #FFFFFF 100%);
  border-radius: 45px;
  overflow: hidden;
  padding: 30px;
  text-align: center;
  transition: 0.3s ease-in-out;
  max-width: 550px;
}
@media (max-width: 767px) {
  .ultra-product-range-section .product-range-inner-wrapper .ultra-product-range-inner .product-range-box-wrapper .product-range-box {
    padding: 30px 10px;
  }
}
.ultra-product-range-section .product-range-inner-wrapper .ultra-product-range-inner .product-range-box-wrapper .product-range-box .inner-wrapper {
  height: 100%;
}
.ultra-product-range-section .product-range-inner-wrapper .ultra-product-range-inner .product-range-box-wrapper .product-range-box .inner-wrapper a {
  text-decoration: none;
  transition: 0.4s ease-in-out;
  display: block;
  height: 100%;
}
.ultra-product-range-section .product-range-inner-wrapper .ultra-product-range-inner .product-range-box-wrapper .product-range-box .inner-wrapper a .image-wrapper {
  margin-bottom: 30px;
}
.ultra-product-range-section .product-range-inner-wrapper .ultra-product-range-inner .product-range-box-wrapper .product-range-box .inner-wrapper a .image-wrapper img {
  width: 100%;
  height: 227px;
  object-fit: contain;
}
.ultra-product-range-section .product-range-inner-wrapper .ultra-product-range-inner .product-range-box-wrapper .product-range-box .inner-wrapper a h3 {
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  color: #008ECF;
}
.ultra-product-range-section .product-range-inner-wrapper .ultra-product-range-inner .product-range-box-wrapper .product-range-box .inner-wrapper a p {
  color: black;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 25px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  min-height: 85px;
}
.ultra-product-range-section .product-range-inner-wrapper .ultra-product-range-inner .product-range-box-wrapper .product-range-box .inner-wrapper a .link-wrapper h4 {
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 20px;
  text-transform: uppercase;
  color: black;
  padding: 18px 50px 18px 30px;
  border-radius: 100px;
  font-weight: 600;
  transition: 0.4s ease-in-out;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  z-index: 1;
  border: 1px solid #C4CBD2;
}
.ultra-product-range-section .product-range-inner-wrapper .ultra-product-range-inner .product-range-box-wrapper .product-range-box .inner-wrapper a .link-wrapper h4 span {
  color: #767676;
  font-weight: 700;
  transition: 0.4s ease-in-out;
  position: absolute;
  right: 30px;
  opacity: 0;
  visibility: hidden;
  font-size: 20px;
}
.ultra-product-range-section .product-range-inner-wrapper .ultra-product-range-inner .product-range-box-wrapper .product-range-box .inner-wrapper a .link-wrapper h4:hover {
  background-color: #EBEBEB;
}
.ultra-product-range-section .product-range-inner-wrapper .ultra-product-range-inner .product-range-box-wrapper .product-range-box .inner-wrapper a .link-wrapper h4:hover span {
  opacity: 1;
  right: 20px;
  visibility: visible;
}
.ultra-product-range-section .product-range-inner-wrapper .ultra-product-range-inner .product-range-box-wrapper .product-range-box:hover {
  box-shadow: 0px 16px 32px -8px rgba(12, 12, 13, 0.41);
  -webkit-box-shadow: 0px 16px 32px -8px rgba(12, 12, 13, 0.41);
  -moz-box-shadow: 0px 16px 32px -8px rgba(12, 12, 13, 0.41);
}
.ultra-product-range-section .product-range-inner-wrapper .ultra-product-range-inner .product-range-box-wrapper .product-range-box:hover .inner-wrapper a .link-wrapper h4 {
  background-color: #EBEBEB;
}
.ultra-product-range-section .product-range-inner-wrapper .ultra-product-range-inner .product-range-box-wrapper .product-range-box:hover .inner-wrapper a .link-wrapper h4 span {
  opacity: 1;
  right: 20px;
  visibility: visible;
}

.left-image-wrapper img {
  width: 100%;
  border-radius: 22px;
}

.right-icon-wrapper img {
  max-width: 115px;
}

.hifu-plus-left-content-right-image-section .inner-content-wrapper .left-content h2 {
  font-size: 60px;
  color: #283891;
  text-transform: uppercase;
  font-weight: bolder;
}
.hifu-plus-left-content-right-image-section .inner-content-wrapper .left-content h3 {
  font-weight: 700;
  font-size: 50px;
  line-height: 62px;
  color: black;
  margin-bottom: 20px;
}
.hifu-plus-left-content-right-image-section .inner-content-wrapper .left-content .para-content p {
  font-size: 24px;
  line-height: 110%;
  font-weight: 400;
}
.hifu-plus-left-content-right-image-section .inner-content-wrapper .left-content .link-wrapper .download-btn {
  background-color: #283891;
}
.hifu-plus-left-content-right-image-section .inner-content-wrapper .left-content .link-wrapper .inquire-btn {
  color: #536083;
}

.ultra-hifu-plus-background-section .crytherapy-inner h2 {
  font-size: 88px;
  line-height: 95px;
}

.hifu-plus-performance-left-content-right-image-section .inner-content-wrapper .left-content h2 {
  color: #283891;
  font-size: 50px;
  line-height: 65px;
}
.hifu-plus-performance-left-content-right-image-section .inner-content-wrapper .left-content .para-content p {
  max-width: 81%;
  font-size: 24px;
  line-height: 115%;
}
.hifu-plus-performance-left-content-right-image-section .inner-content-wrapper .right-image-section .image-wrapper img {
  max-width: 643px;
}

.hifu-plus-indication-features-section::before {
  background: linear-gradient(180deg, #702F8B 0%, #254B7C 100%);
}
.hifu-plus-indication-features-section .indication-features-bg .hifu-plus-features-performance-section .features-performance-inner .title-wrapper h2 {
  color: #283891;
  margin-bottom: 20px;
}
.hifu-plus-indication-features-section .indication-features-bg .hifu-plus-features-performance-section .features-performance-inner .title-wrapper .para-content p {
  font-size: 26px;
  color: black;
  line-height: 32px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.hifu-plus-indication-features-section .indication-features-bg .hifu-plus-features-performance-section .features-performance-inner .hifu-plus-treatment-image .image-wrapper {
  text-align: center;
}
.hifu-plus-indication-features-section .indication-features-bg .hifu-plus-features-performance-section .features-performance-inner .hifu-plus-treatment-image .image-wrapper img {
  width: 100%;
  max-width: 1262px;
}

@media (max-width: 1366px) {
  .ultrav-hifu-plus-indication-section .indication-features-bg .indication-performance-section .indication-performance-inner {
    gap: 50px !important;
  }
}
@media (max-width: 991px) {
  .ultrav-hifu-plus-indication-section .indication-features-bg .indication-performance-section .indication-performance-inner {
    gap: 25px !important;
  }
}
@media (max-width: 1366px) {
  .ultrav-hifu-plus-indication-section .indication-features-bg .indication-performance-section .indication-performance-inner .indication-performance-box {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .ultrav-hifu-plus-indication-section .indication-features-bg .indication-performance-section .indication-performance-inner .indication-performance-box {
    width: 100%;
  }
}
.hifu-benefits-section {
  padding-bottom: 70px;
}
.hifu-benefits-section .hifu-benefits-inner {
  text-align: center;
  background-color: white;
  border-radius: 50px;
  padding: 50px;
}
.hifu-benefits-section .hifu-benefits-inner .title-wrapper h2 {
  font-size: 44px;
  font-weight: 700;
  color: #283891;
}
.hifu-benefits-section .hifu-benefits-inner .image-wrapper {
  text-align: center;
}
.hifu-benefits-section .hifu-benefits-inner .image-wrapper img {
  width: 100%;
  max-width: 1493px;
}

.wishpro-top-section-wrapper .logo-wrapper img {
  max-width: 300px;
}
.wishpro-top-section-wrapper .wishpro-aesthetic-wrapper {
  background-color: #473D7A;
  padding: 50px 0;
}
.wishpro-top-section-wrapper .wishpro-aesthetic-wrapper .inner-wrapper .title-wrapper {
  text-align: center;
}
.wishpro-top-section-wrapper .wishpro-aesthetic-wrapper .inner-wrapper .title-wrapper h2 {
  font-weight: 700;
  color: white;
  font-size: 44px;
}
.wishpro-top-section-wrapper .wishpro-aesthetic-wrapper .inner-wrapper .aesthetic-image-wrapper .image-wrapper img {
  width: 100%;
}

.wishpro-about-ultra-wrapper {
  margin-top: 70px;
}

.wishpro-ultra-devices-section {
  background-color: transparent;
}
.wishpro-ultra-devices-section .ultra-devices-inner {
  background-color: transparent;
  background: unset;
  padding-top: 0;
}

.wishpro-left-content-right-image-section .inner-content-wrapper .left-content .logo-wrapper img {
  max-width: 350px;
}
@media (max-width: 1399px) {
  .wishpro-left-content-right-image-section .inner-content-wrapper .left-content .logo-wrapper img {
    max-width: 300px;
  }
}

.wishproplus-results-section {
  padding-bottom: 0;
}
.wishproplus-results-section::before {
  background-color: #346883;
  height: 40%;
}
.wishproplus-results-section .indication-features-bg .indication-performance-section .indication-performance-inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
.wishproplus-results-section .indication-features-bg .indication-performance-section .indication-performance-inner .indication-performance-box .image-wrapper {
  background-color: white;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wishproplus-results-section .indication-features-bg .indication-performance-section .indication-performance-inner .indication-performance-box .image-wrapper img {
  height: auto;
}

.wishpro-magnetic-infusion-section .wishpro-magnetic-infusion-inner {
  background-color: white;
  padding: 70px;
  border-radius: 60px;
}
.wishpro-magnetic-infusion-section .wishpro-magnetic-infusion-inner .title-wrapper {
  margin-bottom: 70px;
}
.wishpro-magnetic-infusion-section .wishpro-magnetic-infusion-inner .title-wrapper h2 {
  text-align: center;
  font-weight: 700;
  font-size: 44px;
  color: #4D78A7;
  margin-bottom: 0;
}
.wishpro-magnetic-infusion-section .wishpro-magnetic-infusion-inner .left-content-right-image-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.wishpro-magnetic-infusion-section .wishpro-magnetic-infusion-inner .left-content-right-image-section .left-content p {
  font-size: 24px;
  color: black;
  line-height: 140%;
  margin-bottom: 30px;
}
.wishpro-magnetic-infusion-section .wishpro-magnetic-infusion-inner .left-content-right-image-section .left-content p:last-child {
  margin-bottom: 0;
}
.wishpro-magnetic-infusion-section .wishpro-magnetic-infusion-inner .left-content-right-image-section .right-image-section {
  overflow: hidden;
  text-align: right;
}
.wishpro-magnetic-infusion-section .wishpro-magnetic-infusion-inner .left-content-right-image-section .right-image-section img {
  width: 100%;
  max-width: 600px;
  border-radius: 30px;
}

.show-results-section {
  margin: 70px 0;
}
.show-results-section .show-results-inner {
  background-color: white;
  padding: 70px;
  border-radius: 60px;
  overflow: hidden;
}
.show-results-section .show-results-inner .title-wrapper {
  margin-bottom: 50px;
}
.show-results-section .show-results-inner .title-wrapper h2 {
  text-align: center;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 700;
  color: #4D78A7;
}
.show-results-section .show-results-inner .show-results-box-wrapper .show-results-box .image-wrapper {
  padding: 0 100px;
}
.show-results-section .show-results-inner .show-results-box-wrapper .show-results-box .image-wrapper img {
  width: 100%;
}

.features-wishproplus-video-bg-wrapper {
  position: relative;
  z-index: 1;
  padding-bottom: 70px;
}
.features-wishproplus-video-bg-wrapper::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  content: "";
  background-color: #346883;
  z-index: -1;
}
.features-wishproplus-video-bg-wrapper .wishproplus-video-section {
  margin-top: 70px;
}
.features-wishproplus-video-bg-wrapper .wishproplus-video-section .wishproplus-video-inner .title-wrapper {
  margin-bottom: 50px;
}
.features-wishproplus-video-bg-wrapper .wishproplus-video-section .wishproplus-video-inner .title-wrapper h2 {
  text-align: center;
  margin-bottom: 0;
  color: white;
  font-size: 44px;
  font-weight: 700;
}
.features-wishproplus-video-bg-wrapper .wishproplus-video-section .wishproplus-video-inner .wishproplus-video-link a {
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 55px;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.features-wishproplus-video-bg-wrapper .wishproplus-video-section .wishproplus-video-inner .wishproplus-video-link a .image-wrapper img {
  width: 100%;
}
.features-wishproplus-video-bg-wrapper .wishproplus-video-section .wishproplus-video-inner .wishproplus-video-link a span {
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 190px;
  transition: 0.3s ease-in-out;
  opacity: 0.6;
}
@media (max-width: 1399px) {
  .features-wishproplus-video-bg-wrapper .wishproplus-video-section .wishproplus-video-inner .wishproplus-video-link a span {
    font-size: 120px;
  }
}
.features-wishproplus-video-bg-wrapper .wishproplus-video-section .wishproplus-video-inner .wishproplus-video-link a:hover span {
  opacity: 1;
}

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