body{
  background-color: #fff !important;
  /* padding: 10px; */
  font-family: "Poppins", sans-serif;
}
html {
  scroll-behavior: smooth;
}

  main {
  overflow-y: scroll;
 }
 .grecaptcha-badge {
     display: none !important;
     box-shadow: gray 0px 0px 1px;
 }

 @media screen and (max-width: 1080px) {
   body{
     overflow-y: scroll !important;
   }
   .disable-scroll {
     overflow: hidden;
     overflow-y: scroll !important;
   }
 }

/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* height */
::-webkit-scrollbar {
  height: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px #eee; 
  border-radius: 0px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #e3dddd; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background:#e76943; 
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}
:focus {
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0) !important;
  border-color: #eee !important;
}

.space-div{
  width: 100%;
  padding-bottom: 90px;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

.space-div-block{
  width: 100%;
  padding-bottom: 90px;
  background: rgb(255,255,255);
}


@media screen and (max-width: 1080px) {
  .space-div{
    width: 100%;
    padding-bottom: 60px;
  }
  
  .space-div-block{
    width: 100%;
    padding-bottom: 60px;
    background: rgb(255,255,255);
  }
}


.btn-book-demo {
  color: #fff;
  background-color: #45bb3c;
  border: 1px solid #45bb3c;
  font-size: 20px;
  padding: 10px 20px;
  border-radius: 10px;
  line-height: 1.2;
  font-weight: 500;
}

.btn-book-demo:hover {
  color: #fff;
  background-color: #1b4ea0;
  border: 1px solid #1b4ea0;
}

.btn-book-border {
  color: #333;
  background-color: #e3dddd;
  border: 1px solid #e3dddd !important;
  font-size: 20px;
  padding: 10px 20px;
  border-radius: 10px;
  line-height: 1.2;
  font-weight: 500;
}

.btn-book-border:hover {
  color: #fff;
  background-color: #1b4ea0;
  border: 1px solid #1b4ea0;
}

.GUSLanding {
  /* background-color: #ffffff; */
  /* opacity: 1;
  padding: 20px 10px;
  border-radius: 16px; */
}

@media screen and (max-width: 1080px) {

  .btn-book-demo {
    font-size: 16px;
    padding: 10px 16px;
    line-height: 1;
  }
  .btn-book-border {
    font-size: 16px;
    padding: 10px 16px;
    line-height: 1;
  }
}

.xpricelogo {
  height: 70px;
  margin-bottom: 40px;
}

.GUSNavbar {
  width: 100%;
  margin: 0 auto;
  /* border-radius: 0 0 30px 30px; */
  background-color: transparent !important; /* Transparent initially */
  position: fixed !important;
  /* height: 84px; */
  padding: 10px 0px !important;
  top: 0;
  z-index: 9999;
  padding-top: 0;
  transition: background-color 0.3s ease-in-out; /* Smooth transition for background color */
  transition: .5s;
}

.GUSNavbar .dropdown-menu {
  position: absolute;
  border: 0;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.GUSNavbar .list-group {
  --bs-list-group-item-padding-x: 0rem !important;
  --bs-list-group-item-padding-y: 0rem !important;
}

.GUSNavbar .dropdown-item{
  padding: 10px 16px!important;
}


.GUSNavbar-inner {
  width: 100%;
  margin: 0 auto;
  /* border-radius: 0 0 14px 14px; */
  
  background-color: transparent !important; /* Transparent background */
  transition: background-color 0.3s ease-in-out; /* Smooth transition */
}

.GUSNavbar.sticky {
  background-color: white !important; /* White background on scroll */
  /* height: 64px; */
  padding: 6px 0px !important;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);

}

.GUSNavbar .navbar-brand img {
  height: 50px;
}


.GUSNavbar.sticky .navbar-brand img {
  height: 38px;
  transition: .5s;
}

.GUSNavbar .navbar-nav {
  margin-left: auto;
}

.GUSNavbar .navbar-nav .nav-link-menu {
  font-size: 17px;
  color: rgb(111, 111, 111);
  line-height: 1.2;
  /* padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x); */
  margin-left: 30px;
  display: block;
  cursor: pointer;
}

.GUSNavbar .navbar-nav .nav-link-menu:hover {
  color: #1b4ea0;
  text-decoration-color: #1b4ea0 !important;
}

@media screen and (max-width: 1080px) {

  .GUSNavbar .navbar-brand img {
    height: 40px;
  }
  .GUSNavbar .navbar-nav {
    margin-left: auto;
    background-color: #fff;
    padding: 1rem;
  }
  .GUSNavbar .navbar-nav .nav-link-menu {
    line-height: 2.2;
    margin-left: 0px;
}

}


.GUSBanner {
  height: 100vh;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 5rem .75rem 1rem .75rem;
}

.GUSBanner > .bg-image1 {
  background: url("../images/home-bg-clinical-research.jpg") 100% no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 30px;
  padding: 2rem;
}

.GUSBanner > .bg-image2 {
  background: url("../images/home-bg-corporate-wellness.jpg") 100% no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 30px;
  padding: 2rem;
}

.GUSBanner > .bg-image3 {
  background: url("../images/home-bg-public-health.jpg") 100% no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 30px;
  padding: 2rem;
}

.GUSBanner > .bg-image4 {
  background: url("../images/home-bg-chronic-disease-management.jpg") 100% no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 30px;
  padding: 2rem;
}

.GUSBanner .title {
  text-align: left;
  font-size: 40px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.GUSBanner .title i{
  color: #f47321;
}

.GUSBanner .subtitle {
  text-align: left;
  font-size: 18px;
  color: #242424;
  margin-bottom: 1rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  width: 80%;
}

.GUSBanner .subtitle span{
  font-weight: 600;
}


.custom-prev-header, .custom-next-header {
  position: absolute;
    left: 20px;
    right: auto;
    top: 46%;
    transform: translateY(46%);
    font-size: 40px;
    font-weight: normal;
    cursor: pointer;
    z-index: 10;
    color: #333;
  }
  
  .custom-next-header {
    right: 20px;
    left: auto;
  }
  
  .custom-swiper-header .swiper-slide {
    opacity: 0; /* Start invisible */
    transition: opacity 1s ease-in-out; /* Smooth fade-in/out */
  }
  
  .custom-swiper-header .swiper-slide-active {
    opacity: 1; /* Visible slide */
  }

@media screen and (max-width: 1080px) {

  .custom-prev-header, .custom-next-header {
    font-size: 34px;
    top: 60%;
    transform: translateY(60%);
  }

  
  .GUSBanner {
      height: 100%;
      display: flex;
      align-items: center;
      width: 100%;
      padding: 5rem .5rem 1rem .5rem;
  }
  .GUSBanner > .bg-image1 {
    background: transparent;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 0;
    padding: 0;
  }
  .GUSBanner > .bg-image2 {
    background: transparent;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 0;
    padding: 0;
  }
  .GUSBanner > .bg-image3 {
    background: transparent;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 0;
    padding: 0;
  }
  .GUSBanner > .bg-image4 {
    background: transparent;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 0;
    padding: 0;
  }
  .GUSBanner .title {
      text-align: center;
      font-size: 24px;
      font-weight: 500;
      color: #000000;
      margin-bottom: 1rem;
      line-height: 1.2;
  }
  .xpricelogo {
    height: 60px;
    margin: 0 auto 20px auto;
    text-align: center;
    display: block;
}
  .GUSBanner .subtitle {
    text-align: center;
    font-size: 16px;
    color: #242424;
    margin-bottom: 1rem;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 1rem;
    width: 100%;
  }
  .GUSBanner .banner-mobile{
    border-radius: 30px;
    margin-bottom: 1rem;
  }

}

.goqqiiAdapts {
  background-color: #ffffff;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.goqqiiAdapts .content-bg {
  border-radius: 30px;
  background-color: #e3dddd;
  padding: 2rem;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  transition: 0.8s ease-in-out;
  margin-top: 3rem;
}

.goqqiiAdapts .content-bg:hover {
  border-radius: 30px;
  background-color: #ff9e1a;
  margin-top: 0rem;
}

.goqqiiAdapts .content-bg.active {
  border-radius: 30px;
  background-color: #ff9e1a;
}

.goqqiiAdapts .content-bg-h {
  margin-top: 5rem;
}

.goqqiiAdapts .works-title {
  font-size: 34px;
  color: #000;
  line-height: 1.2;
  text-align: center;
  font-weight: 600;
  margin-bottom: 1rem;
}

.goqqiiAdapts .works-subtitle {
  text-align: center;
  font-size: 22px;
  color: #2c2d3f;
  margin-bottom: 0rem;
  font-weight: 300;
  line-height: 1.4;
}

.goqqiiAdapts .point-title {
  text-align: left;
  font-size: 24px;
  color: #2c2d3f;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.4;
}

.goqqiiAdapts .content-text {
  text-align: left;
  font-size: 18px;
  color: #2c2d3f;
  margin-bottom: 1rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 1rem;
  height: 125px;
}

.goqqiiAdapts .icon-goqqiiAdapts1{
  height: 94px;
  margin-bottom: 2rem;
}

.goqqiiAdapts .content-bg:hover .icon-goqqiiAdapts1{
  height: 94px;
  margin-bottom: 5rem;
  transition: .5s;
}

.goqqiiAdapts .icon-goqqiiAdapts2{
  height: 94px;
  margin-bottom: 5rem;
}


@media screen and (max-width: 1080px) {
  .goqqiiAdapts{
    padding: 3rem 1rem 0rem 1rem;
  }
  .goqqiiAdapts .works-title {
    font-size: 24px;
  }
  .goqqiiAdapts .works-subtitle {
    text-align: center;
    font-size: 16px;
  }
  .goqqiiAdapts .content-bg-h {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .goqqiiAdapts .content-bg {
    padding: 1rem;
    margin-top: 1rem;
    border-radius: 20px;
    align-items: stretch;
  }

  .goqqiiAdapts .content-bg:hover {
    background-color: #ff9e1a;
    margin-top: 1rem;
    border-radius: 20px;
    transition: .5s;
  }

  .goqqiiAdapts .content-bg.active-bg {
    background-color: #ff9e1a;
    border-radius: 20px;
    transition: .5s;
  }

  .goqqiiAdapts i{
    font-size: 26px;
  }

  .goqqiiAdapts .point-title {
    text-align: left;
    font-size: 16px;
    margin-bottom: 0;
  }
  .goqqiiAdapts .content-text {
    text-align: left;
    font-size: 16px;
    height: auto;
  }
  .goqqiiAdapts .icon-goqqiiAdapts2 {
    height: 94px;
    margin-bottom: 2rem;
  }

  .goqqiiAdapts .icon-goqqiiAdapts1{
    height: 48px;
    margin-bottom: 0rem;
  }
  
  .goqqiiAdapts .content-bg:hover .icon-goqqiiAdapts1{
    height: 48px;
    margin-bottom: 0rem;
    transition: .5s;
  }

  #boxTabOpen {
    display: none; /* Hide all by default */
  }
}


.designedAdapt {
  background-color: #ffffff;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.designedAdapt .healthcareProviders-title {
  font-size: 34px;
  color: #000;
  line-height: 1.2;
  text-align: center;
  font-weight: 600;
  margin-bottom: 1rem;
}

.designedAdapt .healthcareProviders-maintitle {
  text-align: center;
  font-size: 20px;
  color: #2c2d3f;
  margin-bottom: 2rem;
  font-weight: 300;
  line-height: 1.4;
}

.designedAdapt .healthcareProviders-subtitle {
  text-align: left;
  font-size: 20px;
  color: #4e4e4e;
  margin-bottom: .5rem;
  font-weight: 600;
}

.designedAdapt .content-text {
  text-align: left;
  font-size: 18px;
  color: #2c2d3f;
  margin-bottom: 0rem;
  font-weight: 400;
  line-height: 1.4;
}

.designedAdapt .content-text span {
  color: #592c82;
  font-weight: 700;
}

.designedAdapt .partner-box {
  border-radius: 50%;
  background-color: rgb(238, 238, 238);
  width: 146px;
  height: 146px;
}


.custom-prev, .custom-next {
position: absolute;
left: 0px; /* Place navigation on the left */
bottom: 0;
transform: translateY(-50%);
font-size: 24px;
font-weight: bold;
cursor: pointer;
z-index: 10;
color: #000; /* Arrow color */
}

.custom-next {
left: 40px; /* Offset the next arrow */
}
.designedAdapt .swiper-container{
    padding-bottom: 4rem;
}
.designedAdapt .custom-swiper .swiper-slide {
  opacity: 1; /* Start invisible */
  transition: opacity 1s ease-in-out; /* Smooth fade-in/out */
 
}
.designedAdapt .custom-swiper .swiper-slide:first-child {
  /* margin-left: 11.5vw; */
}
.designedAdapt .custom-swiper .swiper-slide:last-child {
  /* margin-right:0%; */
}
.designedAdapt .custom-swiper .swiper-slide-active {
  opacity: 1; /* Visible slide */
}

@media screen and (max-width: 1080px) {
  .designedAdapt{
    padding: 3rem .5rem 2rem .5rem;
  }
  .designedAdapt .healthcareProviders-title {
    font-size: 24px;
  }
  .designedAdapt .partner-box {
    width: 100%;
    height: auto;
  }
  .designedAdapt .healthcareProviders-maintitle {
    text-align: center;
    font-size: 16px;
  }
  .designedAdapt .swiper-container {
    padding-bottom: 2rem;
  }
  .designedAdapt .healthcareProviders-subtitle {
    text-align: center;
    font-size: 18px;
  }
  .designedAdapt .content-text {
    text-align: center;
    font-size: 16px;
  }
  .designedAdapt .device-img{
    height: 240px;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}



.GUSMotivation {
  background-color: #ffffff;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.GUSMotivation .healthcare-title {
  font-size: 50px;
  color: #000;
  line-height: 1.2;
  text-align: center;
  font-weight: 300;
  margin-bottom: 2rem;
}

.GUSMotivation .healthcare-subtitle {
  text-align: left;
  font-size: 34px;
  color: #4e4e4e;
  margin-bottom: 1rem;
  font-weight: 400;
  line-height: 1;
}

.GUSMotivation .healthcare-subtitle span{
  font-weight: 600;
}

.GUSMotivation .content-text {
  text-align: left;
  font-size: 20px;
  color: #2c2d3f;
  margin-bottom: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.GUSMotivation .content-text span {
  font-weight: 600;
}

.GUSMotivation .grey-box {
  border-radius: 0px;
  /* background-color: rgb(246, 246, 246); */
  padding-bottom: 5rem;
  overflow: hidden;
}
.GUSMotivation .grey-box img{
  border-radius: 30px;
}

.GUSMotivation .custom-prev-solutions, .GUSMotivation .custom-next-solutions {
position: absolute;
left: 0px; /* Place navigation on the left */
bottom: 0px;
transform: translateY(-50%);
font-size: 24px;
font-weight: bold;
cursor: pointer;
z-index: 10;
color: #000; /* Arrow color */
}

.GUSMotivation .custom-next-solutions {
left: 30px; /* Offset the next arrow */
}

.custom-swiper-solutions .swiper-slide {
  opacity: 0; /* Start invisible */
  transition: opacity 1s ease-in-out; /* Smooth fade-in/out */
}

.custom-swiper-solutions .swiper-slide-active {
  opacity: 1; /* Visible slide */
}

@media screen and (max-width: 1080px) {
  
  .GUSMotivation {
      padding: 1.5rem .5rem 0rem .5rem;
  }
  .GUSMotivation .healthcare-subtitle {
      text-align: center;
      font-size: 24px;
      color: #4e4e4e;
      margin-bottom: 1rem;
      font-weight: 400;
      line-height: 1;
  }
  .GUSMotivation .content-text {
    text-align: center;
    font-size: 16px;
  }
  .GUSMotivation .custom-prev-solutions, .GUSMotivation .custom-next-solutions {
    position: absolute;
    left: 42%;
  }
  .GUSMotivation .custom-next-solutions {
    left: auto;
    right: 42%;
  } 
}


.GOQiiSuccessStory {
  background-color: #ffffff;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.GOQiiSuccessStory .GOQiiSuccessStory-title {
  font-size: 34px;
  color: #000;
  line-height: 1.2;
  text-align: center;
  font-weight: 600;
  margin-bottom: 1rem;
}
.GOQiiSuccessStory .GOQiiSuccessStory-maintitle {
  text-align: center;
  font-size: 20px;
  color: #2c2d3f;
  margin-bottom: 2rem;
  font-weight: 300;
  line-height: 1.4;
}

.GOQiiSuccessStory .GOQiiSuccessStory-subtitle {
  text-align: center;
  font-size: 18px;
  color: #4e4e4e;
  margin-bottom: .3rem;
  font-weight: 600;
}

.GOQiiSuccessStory .content-text {
  text-align: center;
  font-size: 15px;
  color: #2c2d3f;
  margin-bottom: 0rem;
  font-weight: 400;
  line-height: 1.4;
}

.GOQiiSuccessStory .content-text span {
  font-weight: 500;
}

.GOQiiSuccessStory .progress-container {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.GOQiiSuccessStory svg {
  transform: rotate(-90deg);
  width: 200px;
  height: 200px;
}
.GOQiiSuccessStory .progress-circle {
  fill: none;
  stroke: #e0e0e0;
  stroke-width: 10;
}
.GOQiiSuccessStory .progress-bar {
  fill: none;
  stroke-width: 10;
  stroke-linecap: round;
  stroke-dasharray: 502.654; 
  stroke-dashoffset: 502.654;
  transition: stroke-dashoffset 1s ease-in-out;
}
.GOQiiSuccessStory .percentage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  font-weight: 500;
}




@media screen and (max-width: 1080px) {
  .GOQiiSuccessStory{
    padding: 3rem 0.5rem 0rem 0.5rem;
  }
  .GOQiiSuccessStory .GOQiiSuccessStory-title {
    font-size: 24px;
  }
  .GOQiiSuccessStory .GOQiiSuccessStory-maintitle {
    text-align: center;
    font-size: 16px;
    margin-bottom: 1rem;
  }
  .GOQiiSuccessStory .content-text {
    text-align: center;
    font-size: 14px;
    margin-bottom: 1rem;
  }
  .GOQiiSuccessStory .progress-container {
    position: relative;
    width: 140px;
    height: 140px;
    margin: 0 auto;
    margin-bottom: 0rem;
  }
  .GOQiiSuccessStory svg {
    transform: rotate(-90deg);
    width: 140px;
    height: 140px;
  }
  .GOQiiSuccessStory .percentage {
    font-size: 24px;
  }
  .GOQiiSuccessStory .GOQiiSuccessStory-subtitle {
    text-align: center;
    font-size: 16px;
  }
}


.ecoSystem {
  background-color: #ffffff;
  height: 100%;
  position: relative;
}


.ecoSystem .ecoSystem-title {
  font-size: 34px;
  color: #000;
  line-height: 1.2;
  text-align: center;
  font-weight: 600;
  margin-bottom: 1rem;
}

.ecoSystem .ecoSystem-maintitle {
  text-align: center;
  font-size: 20px;
  color: #2c2d3f;
  margin-bottom: 2rem;
  font-weight: 300;
  line-height: 1.4;
}

.ecoSystem .ecoSystem-subtitle {
  text-align: left;
  font-size: 20px;
  color: #4e4e4e;
  margin-bottom: .5rem;
  font-weight: 600;
}

.ecoSystem .content-text {
  text-align: left;
  font-size: 18px;
  color: #2c2d3f;
  margin-bottom: 0rem;
  font-weight: 400;
  line-height: 1.4;
}

.ecoSystem .content-text span {
  color: #fff;
  font-weight: 700;
}
.ecoSystem .img-slide-app{
  border-radius: 30px;
  /* height: 77vh; */
}

.slides-methodology {
  height: 100%;
}
.ecoSystem-bg {
  position: sticky;
  top: 0;
  bottom: 0;
  padding-top: 5rem;
  padding-bottom: 3rem;
}

.slides-methodology .slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.slides-methodology .slide .opacity-slide{
 opacity: 1;
 width: 100%;
}

.slides-methodology .slide .opacity-slide-5{
  opacity: .2;
  width: 100%;
 }

.container-slick {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  /* height: 100vh; */
  color: #333;
}

.slick-track,
.slick-list {
  /* height: 100vh; */
}

.slick-dotted.slick-slider {
  margin: 0;
}

.slides {
  width: 100%;
  /* height: 100vh; */
}
.slides .slide {
  color: #419be0;
  /* background: white; */
  width: 100%;
  /* height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px; */
}

.slick-dots {
  position: absolute;
  bottom: 20px;
  left: 20px;
  text-align: left;
  display: none !important;
}
.slick-dots li {
  display: block;
}

.ecoSystem-mob{
  display: none;
}

@media screen and (max-width: 1080px) {
  .ecoSystem {
    display: none;
  }
  .ecoSystem-mob{
    display: block;
    padding: 3rem .5rem 0rem .5rem;
  }

.ecoSystem-mob .ecoSystem-mob-title {
  font-size: 24px;
  color: #000;
  line-height: 1.2;
  text-align: center;
  font-weight: 600;
  margin-bottom: .5rem;
}

.ecoSystem-mob .ecoSystem-mob-maintitle {
  text-align: center;
  font-size:16px;
  color: #2c2d3f;
  margin-bottom: 2rem;
  font-weight: 300;
  line-height: 1.4;
}

.ecoSystem-mob .ecoSystem-mob-subtitle {
  text-align: center;
  font-size: 16px;
  color: #4e4e4e;
  margin-bottom: .5rem;
  font-weight: 600;
}

.ecoSystem-mob .content-text {
  text-align: center;
  font-size: 16px;
  color: #2c2d3f;
  margin-bottom: 0rem;
  font-weight: 400;
  line-height: 1.4;
}

.ecoSystem-mob .img-slide-app{
  border-radius: 30px;
  /* height: 77vh; */
}
.ecoSystem-mob img.img-fluid.mt-2{
  height: 56px;
}

}


.drivingMeaningfulHealth {
  background-color: #ffffff;
  height: 1000px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-content: space-between;
}


.drivingMeaningfulHealth .drivingMeaningfulHealth-title {
  font-size: 34px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0rem;
}

.drivingMeaningfulHealth .drivingMeaningfulHealth-maintitle {
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin-bottom: 2rem;
  font-weight: 300;
  line-height: 1.4;
  width: 96%;
  margin: 0 auto;
  margin-left: 3%;
}

.drivingMeaningfulHealth .drivingMeaningfulHealth-maintitle span{
  color: #ff9e1a;
}

.drivingMeaningfulHealth .drivingMeaningfulHealth-subtitle {
  text-align: left;
  font-size: 18px;
  color: #2c2d3f;
  margin-top: .75rem;
  margin-bottom: .75rem;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
}

.drivingMeaningfulHealth .drivingMeaningfulHealth-subtitle:first-child {
  margin-top: 0rem;
}

.drivingMeaningfulHealth .content-text {
  text-align: left;
  font-size: 16px;
  color: #4e4e4e;
  margin-bottom: .5rem;
  font-weight: 400;
  line-height: 1.4;
  display: none;
}
.drivingMeaningfulHealth .is-nav-selected .drivingMeaningfulHealth-subtitle {
  font-weight: 600;
  margin-bottom: .3rem;
}

.drivingMeaningfulHealth .is-nav-selected .content-text {
  text-align: left;
  font-size: 16px;
  color: #4e4e4e;
  margin-bottom: 0rem;
  font-weight: 400;
  line-height: 1.4;
  display: block;
}

.drivingMeaningfulHealth .content-text span {
  color: #fff;
  font-weight: 700;
}

.drivingMeaningfulHealth .img-pic{
  border-radius: 30px;
  height: 768px;
  object-fit: cover;
  width: 100%;
}

.drivingMeaningfulHealth .img-pic-bg{
  /* position: relative; */
  /* top: 20px; */
  z-index: 999;
  opacity: 0.99;
  margin-top: 2rem;
}


.drivingMeaningfulHealth .img-pic-bg{
  /* position: relative; */
  /* top: 20px; */
  z-index: 999;
  opacity: 0.99;
  margin-top: 2rem;
}

.drivingMeaningfulHealth .img-pic-pos{
  position: relative;
}


.drivingMeaningfulHealth .img-pic-bottom{
  /* position: relative;  */
    /* top: 20px; */
    z-index: 999;
    opacity: 0.99;
    margin-top: 2rem;
    background-color: #fff;
    margin-left: 2rem;
    width: 99%;
    border-radius: 10px;
    padding: 10px 20px;
}

.drivingMeaningfulHealth .trustedBy-title {
  text-align: left;
    font-size: 20px;
    color: #4e4e4e;
    color: #2c2d3f;
    margin-bottom: 0rem;
    font-weight: 600;
}

.drivingMeaningfulHealth .trustedBy-content-text {
  text-align: left;
  font-size: 16px;
  color: #4e4e4e;
  margin-bottom: 0rem;
  font-weight: 400;
  line-height: 1.4;
}

@media screen and (max-width: 1080px) {
  .drivingMeaningfulHealth {
    padding: 3rem 0rem 0rem 0rem;
  }
  .drivingMeaningfulHealth .img-pic {
    border-radius: 0px;
    height: 768px;
    object-fit: cover;
    width: 100%;
}
  .drivingMeaningfulHealth .img-pic-pos {
    padding: 0;
  }
  .drivingMeaningfulHealth .drivingMeaningfulHealth-title {
    font-size: 24px;
  }
  .drivingMeaningfulHealth .drivingMeaningfulHealth-maintitle {
    text-align: center;
    font-size: 14px;
  }
  .carousel-nav {
    width: 94% !important;
    margin-right: 3%!important;
    margin-left: 3%!important;
    position: absolute;
    border-radius: 20px!important;
    background-color: rgb(255, 255, 255);
    padding: 1rem!important;
    top: 15rem;
  }
  .drivingMeaningfulHealth .drivingMeaningfulHealth-subtitle {
    text-align: left;
    font-size: 16px;
  }
  .drivingMeaningfulHealth .content-text {
    text-align: left;
    font-size: 16px;
  }
  .drivingMeaningfulHealth .is-nav-selected .content-text {
    text-align: left;
    font-size: 14px;
  }
  .drivingMeaningfulHealth .img-pic-bottom {
    opacity: 0.99;
    margin-top: 2rem;
    background-color: #fff;
    margin-left: 3%;
    width: 100%;
    border-radius: 10px;
    padding: 10px 20px;
  }
  .drivingMeaningfulHealth {
    background-color: #ffffff;
    height: 872px;
  }
  .drivingMeaningfulHealth .trustedBy-title {
    text-align: left;
    font-size: 17px;
    color: #4e4e4e;
    color: #2c2d3f;
    margin-bottom: .5rem;
    font-weight: 600;
  }
  .drivingMeaningfulHealth .trustedBy-content-text {
    text-align: left;
      font-size: 14px;
      color: #4e4e4e;
      margin-bottom: 0rem;
      font-weight: 400;
      line-height: 1.4;
      margin-top: .5rem;
  }

}


.GOQiiApp {
    background-color: #ffffff;
    height: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.GOQiiApp .GOQiiApp-title {
    font-size: 50px;
    color: #000;
    line-height: 1.2;
    text-align: center;
    font-weight: 300;
    margin-bottom: 2rem;
}
.GOQiiApp .GOQiiApp-subtitle {
  text-align: left;
    font-size: 34px;
    color: #4e4e4e;
    margin-bottom: .5rem;
    font-weight: 600;
}
.GOQiiApp .img-GOQiiApp{
  border-radius: 30px;
  max-width: 100%;
  max-height: 88vh;
  object-fit: contain;
}
.GOQiiApp .content-text {
  text-align: left;
    font-size: 20px;
    color: #2c2d3f;
    margin-bottom: 0rem;
    font-weight: 400;
    line-height: 1.4;
}

.GOQiiApp .content-text span {
  color: #fff;
  font-weight: 700;
}


@media screen and (max-width: 1080px) {
  .GOQiiApp{
    padding: 3rem 0.5rem 0rem 0.5rem;
    text-align: center;
  }
  .GOQiiApp .GOQiiApp-subtitle {
    text-align: center;
    font-size: 24px;
  }
  .GOQiiApp .content-text {
    text-align: center;
    font-size: 16px;
  }
  .GOQiiApp .img-GOQiiApp {
    margin-top: 1rem;
}
}


.UHT {
  background-color: #ffffff;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.UHT .UHT-title {
  font-size: 50px;
  color: #000;
  line-height: 1.2;
  text-align: center;
  font-weight: 300;
  margin-bottom: 2rem;
}
.UHT .UHT-subtitle {
text-align: left;
  font-size: 34px;
  color: #4e4e4e;
  margin-bottom: .5rem;
  font-weight: 600;
}
.UHT .img-UHT{
border-radius: 30px;
max-width: 100%;
/* max-height: 90vh; */
object-fit: contain;
}
.UHT .content-text {
text-align: left;
  font-size: 20px;
  color: #2c2d3f;
  margin-bottom: 0rem;
  font-weight: 400;
  line-height: 1.4;
}

.UHT .content-text span {
color: #ff9e1a;
}


@media screen and (max-width: 1080px) {
  .UHT{
    padding: 3rem 0.5rem 0rem 0.5rem;
    text-align: center;
  }
  .UHT .UHT-subtitle {
    text-align: center;
    font-size: 24px;
  }
  .UHT .content-text {
    text-align: center;
    font-size: 16px;
    margin-bottom: 0 !important;
  }
}


.FutureHealth {
  background-color: #ffffff;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 5rem;
}

.FutureHealth .FutureHealth-title {
  font-size: 50px;
  color: #000;
  line-height: 1.2;
  text-align: center;
  font-weight: 300;
  margin-bottom: 2rem;
}
.FutureHealth .FutureHealth-subtitle {
text-align: left;
  font-size: 34px;
  color: #4e4e4e;
  margin-bottom: .5rem;
  font-weight: 600;
}
.FutureHealth .img-FutureHealth{
border-radius: 30px;
max-width: 100%;
/* max-height: 90vh; */
object-fit: contain;
}
.FutureHealth .content-text {
text-align: left;
  font-size: 20px;
  color: #2c2d3f;
  margin-bottom: 0rem;
  font-weight: 400;
  line-height: 1.4;
}

.FutureHealth .content-text span {
color: #ff9e1a;
}

.FutureHealth .content-formBg {
  border-radius: 30px;
  background-color: rgb(221, 221, 221);
  padding: 2rem;
}

.FutureHealth .conntrol-input {
    border-radius: 12px;
    background-color: rgb(255, 255, 255);
    padding: .7rem 1rem;
}
.FutureHealth .conntrol-input::placeholder {
  color: #c0c0c0;
  font-weight: 400 !important;
}

@media screen and (max-width: 1080px) {
  .FutureHealth{
    padding: 3rem 0.5rem 0rem 0.5rem;
    text-align: center;
  }
  .FutureHealth .FutureHealth-subtitle {
    text-align: center;
    font-size: 24px;
  }
  .FutureHealth .content-text {
    text-align: center;
    font-size: 16px;
  }
  .FutureHealth .content-formBg {
    margin-top: 2rem;
    border-radius: 20px;
    background-color: rgb(221, 221, 221);
    padding: 1rem;
    text-align: left;
  }
}



footer {
  /* text-align: left; */
  padding-top: 3rem;
  padding-bottom: 2rem;
  background: #eeeeee;
  /* border-top: 6px solid #ed5627; */
  
}
footer hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.6);
}
.bg-footer{
  background: #fff;
  border-radius: 0px;
  margin: 0 auto;
  width: 100%;
  padding: 0px;
}
footer h1 {
  color: #4e4e4e;
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: .3rem;
  font-weight: 600;
}
footer .bigicon,
footer p {
  color: #6f6f6f;
  font-size: 15px;
  margin-top: 0px;
  margin-bottom: 0;
}

.footerlinks {
  margin: 0;
}

.footerlinks ul {
  padding-left: 0rem;
  margin-bottom: 0rem;
  text-align: left;
}

.footerlinks li {
  display: block;
  padding-bottom: 4px;
  letter-spacing: 0;
  color: #fff;
}

.footersocial li {
  /* display: inline; */
  padding: 0 15px;
  font-size: 2em;
}

.footersocial li a {
  color: #7e7e7e;
}

.footerlinks a {
  color: #6f6f6f;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 16px;
}

.footerlinks a:hover {
  color: #ff9e1a;
}


.footersocial li a:hover {
  color: #ff9e1a;
}

.footeractive {
  color: #34a853!important;
}

.socials {
  text-align: center;
  margin-bottom: 0px;
}

.socials a {
  width: 34px;
  height: 34px;
  display: inline-block;
  margin: 0 5px;
  background-color: transparent;
  border: 1px solid #cccccc;
  text-align: center;
  line-height: 33px;
  border-radius: 50%;
  color: #797979 !important;
  font-size: 16px;
  transition: all .5s ease-in-out;
}

.socials a:hover {
  background-color: #ff9e1a;
  border: 1px solid #ff9e1a;
  color: #fff!important;
}

.copyright {
  text-align: right;
}


.btn-proceedToBuy {
  background-color: #13cc00;
  border: 0;
  padding: 12px 30px;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 14px;
  font-size: 18px;
}
.btn-proceedToBuy:hover {
background-color: #49b2f2;
border: 0;
color: #fff !important;
text-decoration: none !important;
border-radius: 14px;
}
.footer-img{
  height: 34px;
}

@media screen and (max-width: 1080px) {

footer {
  padding-bottom: 30px;
  padding-top: 30px;
  text-align: center;
  margin-top: 0rem;
  }

  footer h1 {
    text-align: center;
  }
  
  .bg-footer {
  border-radius: 20px;
  margin: 0 auto;
  width: 100%;
  padding: 10px 0px;
  }
  
  .footerlinks li {
  display: inline-block;
  text-align: center;
  padding: 0px 10px 10px 10px;
  }
  
  .footerlinks ul {
  padding-left: 0px;
  text-align: center !important;
  }
  .footerlinks a {
    color: #6f6f6f;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
}
  footer .col-md-4,
  footer .col-md-8,
  footer .footerlinks {
  text-align: center;
  margin-bottom: 0.5rem;
  }
  .socials {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  }
  .copyright.text-left {
  text-align: center;
  }
  footer .bigicon,
  footer p {
  color: #7e7e7e;
  font-size: 14px;
  text-align: center;
  }
  footer .col-md-9 {
  padding-right: 0px;
  padding-left: 0px;
  }
}


@media screen and (max-width: 1080px) {
  
}


#movetop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  font-size: 20px;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  width: 40px;
  height: 40px;
  background: #333;
  padding: 0;
  line-height: 0px;
  border-radius: 35px;
  transition: 0.3s ease-in-out;
}

:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0 !important;
}


.goqqiiAboutUs {
  background: #cee9fb;
    background: -moz-linear-gradient(top, #cee9fb 0%, #d7edfc 8%, #e5f3fd 20%, #f2f9fe 30%, white 100%);
    background: -webkit-linear-gradient(top, #cee9fb 0%, #d7edfc 8%, #e5f3fd 20%, #f2f9fe 30%, white 100%);
    background: linear-gradient(to bottom, #cee9fb 0%, #d7edfc 8%, #e5f3fd 20%, #f2f9fe 30%, white 100%);
    /* background-attachment: fixed;  */
    background-attachment: inherit;
    height: 100%;
    padding-top: 7rem;
    padding-bottom: 3rem;
}

.goqqiiAboutUs .works-title {
  font-size: 34px;
  color: #000;
  line-height: 1.2;
  text-align: center;
  font-weight: 600;
  margin-bottom: 1rem;
}

.goqqiiAboutUs .works-subtitle {
  text-align: center;
  font-size: 22px;
  color: #2c2d3f;
  margin-bottom: 0rem;
  font-weight: 300;
  line-height: 1.4;
}

.goqqiiAboutUs .content-text {
  text-align: left;
  font-size: 20px;
  color: #2c2d3f;
  margin-bottom: 1rem;
  font-weight: 300;
  line-height: 1.4;
}

.goqqiiAboutUs .content-name {
  text-align: center;
  font-size: 18px;
  color: #2c2d3f;
  margin-bottom: .2rem;
  margin-top: .5rem;
  font-weight: 500;
  line-height: 1.4;
}

.goqqiiAboutUs .content-designation {
  text-align: center;
  font-size: 14px;
  color: #2c2d3f;
  margin-bottom: 0rem;
  font-weight: 400;
  line-height: 1.4;
}

.goqqiiAboutUs .content-thumb{
    color: transparent;
    text-decoration: none;
    border-radius: 20px;
    background-color: transparent;
    /* border: 1px solid #e3dddd; */
    padding: 1rem;
    /* display: flex; */
    height: auto;
    /* flex-direction: column; */
    /* align-items: center; */
    transition: 0.8s ease-in-out;
}

.goqqiiAboutUs .content-thumb:hover {
  background-color: #e3dddd;
  /* border: 1px solid #e3dddd; */
}

.moduleTeam .content-name {
  text-align: center;
  font-size: 18px;
  color: #2c2d3f;
  margin-bottom: .2rem;
  margin-top: .5rem;
  font-weight: 500;
  line-height: 1.4;
}

.moduleTeam .content-designation {
  text-align: center;
  font-size: 14px;
  color: #2c2d3f;
  margin-bottom: 0rem;
  font-weight: 400;
  line-height: 1.4;
}

.moduleTeam .content-text {
  text-align: left;
  font-size: 16px;
  color: #2c2d3f;
  margin-bottom: .75rem;
  font-weight: 300;
  line-height: 1.4;
}

.moduleTeam .content-text:last-child {
  margin-bottom: 0rem;
}
.moduleTeamPP {
  z-index: 99999;
}

.moduleTeamPP .btn-close {
  right: 0;
  position: absolute;
  padding: 10px;
  z-index: 999;
}

.moduleTeamPP .modal-content {
  border-radius: 20px;
  border: 1px solid #fff;
}

.moduleTeamPP .modal-content-bg {
  border-radius: 20px;
  background-color: #e3dddd;
  padding: 1rem;
  max-height: 80vh;
  height: 100%;
  overflow-y: scroll;
}

.mix-blend-mode {
    /* mix-blend-mode: darken; */
    padding: 10px;
    background-color: #fff;
    border-radius: 100px;
    height: 114px;
    width: 114px;
    object-fit: contain;
    position: relative;
}

.goqqiiAboutUs .img-contact {
  border-radius: 30px;
  margin-bottom: 1rem;
  width: 100%;
}

.goqqiiAboutUs .contact-title {
  text-align: left;
  font-size: 22px;
  color: #2c2d3f;
  margin-bottom: 0rem;
  font-weight: 500;
  line-height: 1.4;
}

.goqqiiAboutUs .contact-address {
  text-align: left;
  font-size: 18px;
  color: #2c2d3f;
  margin-bottom: .2rem;
  margin-top: .3rem;
  font-weight: 500;
  line-height: 1.4;
}

.goqqiiAboutUs .contact-text {
  text-align: left;
  font-size: 16px;
  color: #2c2d3f;
  margin-top: 0rem;
  font-weight: 300;
  line-height: 1.4;
}

@media screen and (max-width: 1080px) {
  .goqqiiAboutUs{
    padding: 5rem 1rem 1rem 1rem;
    background-attachment: inherit;
  }
  .goqqiiAboutUs .works-title {
    font-size: 24px;
  }
  .goqqiiAboutUs .works-subtitle {
    text-align: center;
    font-size: 16px;
  }
  .goqqiiAboutUs .content-text {
    text-align: left;
    font-size: 16px;
    height: auto;
  }
  .goqqiiAboutUs .content-name {
    text-align: center;
    font-size: 16px;
    color: #2c2d3f;
    margin-bottom: .2rem;
    margin-top: .5rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .moduleTeamPP .modal-content-bg {
    border-radius: 20px;
    background-color: #e3dddd;
    padding: 1rem;
    max-height: 50vh;
    height: 100%;
    overflow-y: scroll;
    margin-top: 1rem;
}
.goqqiiAboutUs .contact-title {
  text-align: left;
  font-size: 18px;
  color: #2c2d3f;
  margin-bottom: 0rem;
  font-weight: 500;
  line-height: 1.4;
}

}

@media screen and (max-width: 1080px) {
  body{
    overflow-y: scroll !important;
  }
  .disable-scroll {
    overflow: hidden;
    overflow-y: scroll !important;
  }
}



.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }



.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  @media (max-width: 1200px) {
    .close {
      font-size: calc(1.275rem + 0.3vw) ; } }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

a.close.disabled {
  pointer-events: none; }
