/*medical practice management page css starts here*/

@font-face {
  font-family: "Manrope";
  src: url("./fonts/Manrope-ExtraBold.woff2") format("woff2"),
    url("./fonts/Manrope-ExtraBold.woff") format("woff"),
    url("./fonts/Manrope-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("./fonts/Manrope-Light.woff2") format("woff2"),
    url("./fonts/Manrope-Light.woff") format("woff"),
    url("./fonts/Manrope-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("./fonts/Manrope-Bold.woff2") format("woff2"),
    url("./fonts/Manrope-Bold.woff") format("woff"),
    url("./fonts/Manrope-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("./fonts/Manrope-SemiBold.woff2") format("woff2"),
    url("./fonts/Manrope-SemiBold.woff") format("woff"),
    url("./fonts/Manrope-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("./fonts/Manrope-Medium.woff2") format("woff2"),
    url("./fonts/Manrope-Medium.woff") format("woff"),
    url("./fonts/Manrope-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("./fonts/Manrope-Regular.woff2") format("woff2"),
    url("./fonts/Manrope-Regular.woff") format("woff"),
    url("./fonts/Manrope-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.ucheck-wrapper {
  font-weight: 400;
  font-family: "Manrope";
  background-color: #ffffff;
  color: #000000;
  overflow: hidden;
}
.ucheck-wrapper .ucheck-container {
  position: relative;
}
@media only screen and (min-width: 1600px) {
  .ucheck-wrapper .ucheck-container {
    margin: 0 auto;
    width: 100%;
    max-width: 1570px;
    padding: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ucheck-wrapper .ucheck-container {
    width: calc(100% - 80px);
    max-width: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ucheck-wrapper .ucheck-container {
    width: calc(100% - 60px);
    max-width: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ucheck-wrapper .ucheck-container {
    width: calc(100% - 40px);
    max-width: none;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a {
  margin: 0;
}

a {
  text-decoration: none;
}

.ucheck-wrapper .ucheck-300 {
  font-weight: 300;
}
.ucheck-wrapper .ucheck-500 {
  font-weight: 500;
}
.ucheck-wrapper .ucheck-600 {
  font-weight: 600;
}
.ucheck-wrapper .ucheck-700 {
  font-weight: 700;
}
.ucheck-wrapper .ucheckbr-30 {
  border-radius: 30px;
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheckbr-30 {
    border-radius: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .ucheckbr-30 {
    border-radius: 15px;
  }
}

.ucheck-wrapper .ucheck-white {
  color: #ffffff;
}
.ucheck-wrapper .ucheck-blue {
  color: #1563eb;
}
.ucheck-wrapper .ucheck-blue-gradient {
  background: linear-gradient(
    -180deg,
    rgba(21, 99, 235, 1) 0%,
    rgba(2, 29, 113, 1) 100%
  );
}
.ucheck-wrapper .ucheckopa-80 {
  opacity: 0.8;
}
.ucheck-wrapper .ucheckopa-60 {
  opacity: 0.6;
}
.ucheck-wrapper .ucheckopa-50 {
  opacity: 0.5;
}
.ucheck-wrapper .ucheck-93 {
  font-size: 93px;
  line-height: 110px;
}
@media only screen and (max-width: 1499px) {
  .ucheck-wrapper .ucheck-93 {
    font-size: 80px;
    line-height: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-93 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .ucheck-wrapper .ucheck-93 {
    font-size: 40px;
    line-height: 50px;
  }
}
.ucheck-wrapper .ucheck-40 {
  font-size: 40px;
  line-height: 50px;
}
@media only screen and (max-width: 1499px) {
  .ucheck-wrapper .ucheck-40 {
    font-size: 38px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-40 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .ucheck-40 {
    font-size: 30px;
    line-height: 42px;
  }
}

.ucheck-wrapper .ucheck-38 {
  font-size: 38px;
  line-height: 48px;
}

@media only screen and (max-width: 1499px) {
  .ucheck-wrapper .ucheck-38 {
    font-size: 33px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 1199px) {
  .ucheck-wrapper .ucheck-38 {
    font-size: 30px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-38 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .ucheck-38 {
    font-size: 24px;
    line-height: 34px;
  }
}

.ucheck-wrapper .ucheck-32 {
  font-size: 32px;
  line-height: 44px;
}
@media only screen and (max-width: 1499px) {
  .ucheck-wrapper .ucheck-32 {
    font-size: 30px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-32 {
    font-size: 26px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .ucheck-wrapper .ucheck-32 {
    font-size: 22px;
    line-height: 30px;
  }
}
.ucheck-wrapper .ucheck-30 {
  font-size: 30px;
  line-height: 42px;
}
@media only screen and (max-width: 1499px) {
  .ucheck-wrapper .ucheck-30 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .ucheck-30 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .ucheck-wrapper .ucheck-30 {
    font-size: 18px;
    line-height: 28px;
  }
}
.ucheck-wrapper .ucheck-27 {
  font-size: 27px;
  line-height: 38px;
}
@media only screen and (max-width: 1499px) {
  .ucheck-wrapper .ucheck-27 {
    font-size: 25px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 1199px) {
  .ucheck-wrapper .ucheck-27 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-27 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .ucheck-27 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .ucheck-wrapper .ucheck-27 {
    font-size: 16px;
    line-height: 26px;
  }
}

.ucheck-wrapper .ucheck-26 {
  font-size: 22px;
  line-height: 34px;
  color: red;
}

@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-26 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .ucheck-26 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .ucheck-wrapper .ucheck-26 {
    font-size: 16px;
    line-height: 26px;
  }
}
.ucheck-wrapper .ucheck-22 {
  font-size: 22px;
  line-height: 32px;
}
@media only screen and (max-width: 1499px) {
  .ucheck-wrapper .ucheck-22 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .ucheck-22 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .ucheck-wrapper .ucheck-22 {
    font-size: 16px;
    line-height: 26px;
  }
}
.ucheck-wrapper .ucheck-21 {
  font-size: 21px;
  line-height: 30px;
}
@media only screen and (max-width: 1499px) {
  .ucheck-wrapper .ucheck-21 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .ucheck-wrapper .ucheck-21 {
    font-size: 16px;
    line-height: 26px;
  }
}
.ucheck-wrapper .ucheck-20 {
  font-size: 20px;
  line-height: 32px;
}
@media only screen and (max-width: 1499px) {
  .ucheck-wrapper .ucheck-20 {
    font-size: 19px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .ucheck-20 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .ucheck-wrapper .ucheck-20 {
    font-size: 16px;
    line-height: 26px;
  }
}
.ucheck-wrapper .ucheck-18 {
  font-size: 18px;
  line-height: 28px;
}
@media only screen and (max-width: 575px) {
  .ucheck-wrapper .ucheck-18 {
    font-size: 16px;
    line-height: 26px;
  }
}
.ucheck-wrapper .ucheck-17 {
  font-size: 17px;
  line-height: 28px;
}

.ucheck-wrapper .ucheckptb-130 {
  padding: 130px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .ucheck-wrapper .ucheckptb-130 {
    padding: 110px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .ucheck-wrapper .ucheckptb-130 {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheckptb-130 {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .ucheckptb-130 {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 575px) {
  .ucheck-wrapper .ucheckptb-130 {
    padding: 35px 0;
  }
}

.ucheck-wrapper .ucheckpt-130 {
  padding-top: 130px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .ucheck-wrapper .ucheckpt-130 {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 1199px) {
  .ucheck-wrapper .ucheckpt-130 {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheckpt-130 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .ucheckpt-130 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .ucheck-wrapper .ucheckpt-130 {
    padding-top: 35px;
  }
}

.ucheck-wrapper .ucheckpb-130 {
  padding-bottom: 130px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .ucheck-wrapper .ucheckpb-130 {
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 1199px) {
  .ucheck-wrapper .ucheckpb-130 {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheckpb-130 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .ucheckpb-130 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .ucheck-wrapper .ucheckpb-130 {
    padding-bottom: 35px;
  }
}

.ucheck-wrapper .ucheckmt-70 {
  margin-top: 70px;
}

@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheckmt-70 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .ucheck-wrapper .ucheckmt-70 {
    margin-top: 35px;
  }
}

.ucheck-wrapper .ucheckmt-40 {
  margin-top: 40px;
}

.ucheck-wrapper .title-wrap {
  margin: 0 0 30px;
}
@media only screen and (max-width: 1199px) {
  .ucheck-wrapper .title-wrap {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .title-wrap {
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .ucheck-wrapper .title-wrap {
    margin: 0 0 15px;
  }
}

@media only screen and (max-width: 991px) {
  .ucheck-wrapper .title-wrap .small-text {
    font-size: 22px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .ucheck-wrapper .title-wrap .small-text {
    font-size: 18px;
    line-height: 28px;
  }
}

.ucheck-wrapper .ucheckhead-text {
  font-weight: 600;
  color: #000000;
  font-size: 43px;
  line-height: 58px;
}
@media only screen and (max-width: 1499px) {
  .ucheck-wrapper .ucheckhead-text {
    font-size: 41px;
    line-height: 52px;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheckhead-text {
    font-size: 36px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .ucheckhead-text {
    font-size: 32px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 575px) {
  .ucheck-wrapper .ucheckhead-text {
    font-size: 28px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 375px) {
  .ucheck-wrapper .ucheckhead-text {
    font-size: 24px;
    line-height: 34px;
  }
}
.ucheck-wrapper .ucheckmb-30 {
  margin: 0 0 30px;
}

.ucheck-wrapper .ucheck-banner-section {
  position: relative;
  background: url("./img/webp/home-banner.webp")
    no-repeat left top;
  height: 1250px;
  background-size: cover;
}
@media only screen and (max-width: 1599px) {
  .ucheck-wrapper .ucheck-banner-section {
    height: 1000px;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-banner-section {
    height: 800px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .ucheck-banner-section {
    height: 700px;
  }
}
@media only screen and (max-width: 575px) {
  .ucheck-wrapper .ucheck-banner-section {
    height: 600px;
  }
}
@media only screen and (max-width: 480px) {
  .ucheck-wrapper .ucheck-banner-section {
    height: 450px;
  }
}

.ucheck-wrapper .ucheck-banner-section .screen-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 80%;
}

@media only screen and (max-width: 1599px) {
  .ucheck-wrapper .ucheck-banner-section .screen-wrap {
    max-width: 70%;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-banner-section .screen-wrap {
    bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .ucheck-banner-section .screen-wrap {
    max-width: 70%;
  }
}
@media only screen and (max-width: 575px) {
  .ucheck-wrapper .ucheck-banner-section .screen-wrap {
    display: none;
  }
}

.ucheck-wrapper .ucheck-banner-section .banner-content {
  position: absolute;
  z-index: 8;
  height: 60%;
  width: 100%;
  left: 90px;
  bottom: 18%;
}
@media only screen and (max-width: 1199px) {
  .ucheck-wrapper .ucheck-banner-section .banner-content {
    left: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-banner-section .banner-content {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 575px) {
  .ucheck-wrapper .ucheck-banner-section .banner-content {
    bottom: 0;
  }
}
.ucheck-wrapper .ucheck-banner-section .banner-content .logo-wrap {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-banner-section .banner-content .logo-wrap {
    margin: 0 auto;
    text-align: center;
  }
}
.ucheck-wrapper .ucheck-banner-section .banner-content .logo-wrap:after {
  content: "";
  position: absolute;
  background: url("./img/line.svg")
    no-repeat center;
  width: 2px;
  height: 328px;
  top: 250px;
  left: 50px;
}
@media only screen and (max-width: 1199px) {
  .ucheck-wrapper .ucheck-banner-section .banner-content .logo-wrap:after {
    display: none;
  }
}
.ucheck-wrapper .ucheck-banner-section .banner-content .logo-wrap .img-wrap {
  padding: 20px 30px;
  border-radius: 99em;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-banner-section .banner-content .logo-wrap .img-wrap {
    padding: 10px 12px;
  }
}
.ucheck-wrapper
  .ucheck-banner-section
  .banner-content
  .logo-wrap
  .img-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(27px);
}

.ucheck-wrapper
  .ucheck-banner-section
  .banner-content
  .logo-wrap
  .img-wrap
  img {
  position: relative;
  z-index: 2;
  width: 200px;
  filter: brightness(0) invert(1);
}
@media only screen and (max-width: 575px) {
  .ucheck-wrapper
    .ucheck-banner-section
    .banner-content
    .logo-wrap
    .img-wrap
    img {
    width: 120px;
  }
}

.ucheck-wrapper .ucheck-banner-section .banner-content .bottom-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-banner-section .banner-content .bottom-wrap {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .ucheck-banner-section .banner-content .bottom-wrap {
    gap: 15px;
  }
}
.ucheck-wrapper .ucheck-banner-section .banner-content .bottom-wrap .icons {
  width: 150px;
  height: 150px;
  border-radius: 99em;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1365px) {
  .ucheck-wrapper .ucheck-banner-section .banner-content .bottom-wrap .icons {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .ucheck-banner-section .banner-content .bottom-wrap .icons {
    width: 80px;
    height: 80px;
  }
}
.ucheck-wrapper
  .ucheck-banner-section
  .banner-content
  .bottom-wrap
  .icons:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}
.ucheck-wrapper .ucheck-banner-section .banner-content .bottom-wrap .icons img {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1365px) {
  .ucheck-wrapper
    .ucheck-banner-section
    .banner-content
    .bottom-wrap
    .icons
    img {
    max-width: 60%;
  }
}

.ucheck-wrapper .ucheck-journey {
  position: relative;
  background: #ffffff;
  margin-top: -150px;
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-journey {
    margin-top: -100px;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-journey .our-service-wrap {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .ucheck-journey .our-service-wrap {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .ucheck-wrapper .ucheck-journey .our-service-wrap {
    padding-top: 0;
  }
}
.ucheck-wrapper .ucheck-journey .our-service-wrap .logo-journey {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media only screen and (max-width: 1199px) {
  .ucheck-wrapper .ucheck-journey .our-service-wrap .logo-journey {
    gap: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-journey .our-service-wrap .logo-journey {
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-journey .our-service-wrap .logo-journey .img-wrap {
    max-width: 50%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-journey .our-service-wrap .project-lists {
    margin-top: 30px;
    text-align: center;
  }
}
.ucheck-wrapper .ucheck-journey .our-service-wrap .project-lists ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-journey .our-service-wrap .project-lists ul {
    justify-content: center;
    gap: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .ucheck-wrapper .ucheck-journey .our-service-wrap .project-lists ul {
    overflow: hidden;
    overflow-x: scroll;
    flex-wrap: nowrap;
    justify-content: start;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 480px) {
  .ucheck-wrapper
    .ucheck-journey
    .our-service-wrap
    .project-lists
    ul::-webkit-scrollbar {
    height: 8px;
  }
}
@media only screen and (max-width: 480px) {
  .ucheck-wrapper
    .ucheck-journey
    .our-service-wrap
    .project-lists
    ul::-webkit-scrollbar-thumb {
    background-color: #ccc; /* Customize scrollbar color */
    border-radius: 4px;
  }
}
@media only screen and (max-width: 480px) {
  .ucheck-wrapper
    .ucheck-journey
    .our-service-wrap
    .project-lists
    ul::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Customize scrollbar track color */
  }
}
.ucheck-wrapper .ucheck-journey .our-service-wrap .project-lists ul li {
  color: #6a6a6a;
  padding: 14px 18px;
  border: 1px solid #c0c0c0;
  border-radius: 99em;
}
@media only screen and (max-width: 1499px) {
  .ucheck-wrapper .ucheck-journey .our-service-wrap .project-lists ul li {
    padding: 12px 16px;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-journey .our-service-wrap .project-lists ul li {
    padding: 10px 12px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .ucheck-journey .our-service-wrap .project-lists ul li {
    padding: 8px 10px;
  }
}
@media only screen and (max-width: 480px) {
  .ucheck-wrapper .ucheck-journey .our-service-wrap .project-lists ul li {
    margin: 0 0 8px;
  }
}
.ucheck-wrapper .ucheck-journey .our-content-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-journey .our-content-wrap {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .ucheck-wrapper .ucheck-journey .our-content-wrap {
    margin-top: 30px;
  }
}

.ucheck-wrapper .ucheck-journey .our-content-wrap .item p {
  color: #7d7d7d;
}
.ucheck-wrapper .ucheck-growth {
  background-color: #fbfbfb;
}

.ucheck-wrapper .ucheck-growth .title-wrap {
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-growth .title-wrap {
    max-width: none;
    margin: 0 auto 20px;
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-growth .para-text {
    text-align: center;
  }
}

.ucheck-wrapper .ucheck-growth .market-scroll .marquee-animation .marquee-one {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  position: relative;
  margin: 0 auto;
  height: 100%;
}

.ucheck-wrapper
  .ucheck-growth
  .market-scroll
  .marquee-animation
  .marquee-one.top {
  -webkit-transform: translate3d(var(--move-initial), 4px, 4px);
  transform: translate3d(var(--move-initial), 4px, 4px);
  -webkit-animation: 15s linear infinite scrollOne;
  animation: 15s linear infinite scrollOne;
  --offset: 30vw;
  --move-initial: calc(-20% + var(--offset));
  --move-final: calc(-40% + var(--offset));
  margin: 0 0 30px;
}
.ucheck-wrapper
  .ucheck-growth
  .market-scroll
  .marquee-animation
  .marquee-one.bottom {
  -webkit-transform: translate3d(var(--move-initial), 4px, 4px);
  transform: translate3d(var(--move-initial), 4px, 4px);
  -webkit-animation: 15s linear infinite scrollTwo;
  animation: 15s linear infinite scrollTwo;
  --offset: 30vw;
  --move-initial: calc(-20% + var(--offset));
  --move-final: calc(-40% + var(--offset));
}
@keyframes scrollOne {
  0% {
    transform: translate3d(var(--move-initial), 0, 0);
    -webkit-transform: translate3d(var(--move-initial), 0, 0);
    transform: translate3d(var(--move-initial), 0, 0);
  }
  100% {
    transform: translate3d(var(--move-final), 0, 0);
    -webkit-transform: translate3d(var(--move-final), 0, 0);
    transform: translate3d(var(--move-final), 0, 0);
  }
}
@-webkit-keyframes scrollOne {
  0% {
    transform: translate3d(var(--move-initial), 0, 0);
    -webkit-transform: translate3d(var(--move-initial), 0, 0);
    transform: translate3d(var(--move-initial), 0, 0);
  }
  100% {
    transform: translate3d(var(--move-final), 0, 0);
    -webkit-transform: translate3d(var(--move-final), 0, 0);
    transform: translate3d(var(--move-final), 0, 0);
  }
}
@-moz-keyframes scrollOne {
  0% {
    transform: translate3d(var(--move-initial), 0, 0);
    -webkit-transform: translate3d(var(--move-initial), 0, 0);
    transform: translate3d(var(--move-initial), 0, 0);
  }
  100% {
    transform: translate3d(var(--move-final), 0, 0);
    -webkit-transform: translate3d(var(--move-final), 0, 0);
    transform: translate3d(var(--move-final), 0, 0);
  }
}
@keyframes scrollTwo {
  0% {
    transform: translate3d(var(--move-final), 0, 0);
    -webkit-transform: translate3d(var(--move-final), 0, 0);
    transform: translate3d(var(--move-final), 0, 0);
  }
  100% {
    transform: translate3d(var(--move-initial), 0, 0);
    -webkit-transform: translate3d(var(--move-initial), 0, 0);
    transform: translate3d(var(--move-initial), 0, 0);
  }
}
@-webkit-keyframes scrollTwo {
  0% {
    transform: translate3d(var(--move-final), 0, 0);
    -webkit-transform: translate3d(var(--move-final), 0, 0);
    transform: translate3d(var(--move-final), 0, 0);
  }
  100% {
    transform: translate3d(var(--move-initial), 0, 0);
    -webkit-transform: translate3d(var(--move-initial), 0, 0);
    transform: translate3d(var(--move-initial), 0, 0);
  }
}
@-moz-keyframes scrollTwo {
  0% {
    transform: translate3d(var(--move-final), 0, 0);
    -webkit-transform: translate3d(var(--move-final), 0, 0);
    transform: translate3d(var(--move-final), 0, 0);
  }
  100% {
    transform: translate3d(var(--move-initial), 0, 0);
    -webkit-transform: translate3d(var(--move-initial), 0, 0);
    transform: translate3d(var(--move-initial), 0, 0);
  }
}

.ucheck-wrapper
  .ucheck-growth
  .market-scroll
  .marquee-animation
  .marquee-one
  .item-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  border: 0.5px solid #e2e2e2;
  border-radius: 10px;
  max-width: 492px;
}

.ucheck-wrapper
  .ucheck-growth
  .market-scroll
  .marquee-animation
  .marquee-one
  .item-wrap
  .icon-wrap {
  flex: 0 0 auto;
}

.ucheck-wrapper .ucheck-growth .market-scroll .wrap-outer .item-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  border: 0.5px solid #e2e2e2;
  border-radius: 10px;
  min-width: 492px;
}
.ucheck-wrapper
  .ucheck-growth
  .market-scroll
  .wrap-outer
  .item-wrap
  .icon-wrap {
  flex: 0 0 auto;
}

.ucheck-wrapper .ucheck-profile .profile-outer {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 40px;
}
@media only screen and (max-width: 1199px) {
  .ucheck-wrapper .ucheck-profile .profile-outer {
    grid-gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .ucheck-profile .profile-outer {
    grid-gap: 20px;
  }
}
.ucheck-wrapper .ucheck-profile .profile-outer .item {
  position: relative;
}
.ucheck-wrapper .ucheck-profile .profile-outer .item:first-child {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}

@media only screen and (max-width: 1199px) {
  .ucheck-wrapper .ucheck-profile .profile-outer .item:first-child {
    grid-gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .ucheck-profile .profile-outer .item:first-child {
    grid-gap: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .ucheck-wrapper .ucheck-profile .profile-outer .item:first-child {
    grid-template-columns: 1fr;
  }
}
.ucheck-wrapper .ucheck-profile .profile-outer .item:last-child {
  position: relative;
}
.ucheck-wrapper .ucheck-profile .profile-outer .item:last-child .short-content {
  position: absolute;
  bottom: 200px;
  left: 60px;
  z-index: 9;
  max-width: 490px;
}
@media only screen and (max-width: 1599px) {
  .ucheck-wrapper
    .ucheck-profile
    .profile-outer
    .item:last-child
    .short-content {
    left: 40px;
    max-width: 430px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .ucheck-wrapper
    .ucheck-profile
    .profile-outer
    .item:last-child
    .short-content {
    bottom: 150px;
  }
}
@media only screen and (max-width: 1199px) {
  .ucheck-wrapper
    .ucheck-profile
    .profile-outer
    .item:last-child
    .short-content {
    bottom: 100px;
    max-width: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper
    .ucheck-profile
    .profile-outer
    .item:last-child
    .short-content {
    bottom: 0;
    max-width: none;
    left: 0;
    position: relative;
    margin-top: 30px;
    text-align: center;
  }
}
.ucheck-wrapper
  .ucheck-profile
  .profile-outer
  .item:last-child
  .short-content
  .ucheckhead-text {
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper
    .ucheck-profile
    .profile-outer
    .item:last-child
    .short-content
    .ucheckhead-text {
    font-size: 32px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 575px) {
  .ucheck-wrapper
    .ucheck-profile
    .profile-outer
    .item:last-child
    .short-content
    .ucheckhead-text {
    font-size: 28px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper
    .ucheck-profile
    .profile-outer
    .item:last-child
    .short-content
    span {
    color: #000000;
    opacity: 0.5;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper
    .ucheck-profile
    .profile-outer
    .item:last-child
    .short-content
    .ucheckhead-text {
    color: #000000;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper
    .ucheck-profile
    .profile-outer
    .item:last-child
    .short-content
    p {
    color: #000000;
    opacity: 0.6;
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper
    .ucheck-profile
    .profile-outer
    .item:last-child
    .short-content
    p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .ucheck-wrapper
    .ucheck-profile
    .profile-outer
    .item:last-child
    .short-content
    p {
    font-size: 16px;
    line-height: 26px;
  }
}
.ucheck-wrapper .ucheck-profile .profile-outer .item .img-wrap {
  position: relative;
}
.ucheck-wrapper .ucheck-profile .profile-outer .item .img-wrap .logo-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  text-align: center;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1365px) {
  .ucheck-wrapper
    .ucheck-profile
    .profile-outer
    .item
    .img-wrap
    .logo-wrap
    img {
    max-width: 60%;
  }
}
.ucheck-wrapper .ucheck-profile .profile-outer .item .img-wrap .bottom-wrap {
  position: absolute;
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-profile .profile-outer .item .img-wrap .bottom-wrap {
    width: calc(100% - 80px);
    height: calc(100% - 80px);
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .ucheck-profile .profile-outer .item .img-wrap .bottom-wrap {
    width: calc(100% - 70px);
    height: calc(100% - 70px);
  }
}
@media only screen and (max-width: 575px) {
  .ucheck-wrapper .ucheck-profile .profile-outer .item .img-wrap .bottom-wrap {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
  }
}
.ucheck-wrapper
  .ucheck-profile
  .profile-outer
  .item
  .img-wrap
  .bottom-wrap
  .icons {
  width: 100px;
  height: 100px;
  border-radius: 99em;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper
    .ucheck-profile
    .profile-outer
    .item
    .img-wrap
    .bottom-wrap
    .icons {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper
    .ucheck-profile
    .profile-outer
    .item
    .img-wrap
    .bottom-wrap
    .icons {
    width: 70px;
    height: 70px;
  }
}
.ucheck-wrapper
  .ucheck-profile
  .profile-outer
  .item
  .img-wrap
  .bottom-wrap
  .icons:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}

.ucheck-wrapper
  .ucheck-profile
  .profile-outer
  .item
  .img-wrap
  .bottom-wrap
  .icons
  img {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-analysis .heading-wrap {
    text-align: center;
  }
}
.ucheck-wrapper .ucheck-analysis .heading-wrap .title-wrap {
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-analysis .heading-wrap .title-wrap {
    margin: 0 0 20px;
  }
}
.ucheck-wrapper .ucheck-analysis .heading-wrap .para-text p {
  color: #7d7d7d;
}

.ucheck-wrapper .ucheck-analysis .analysis-wrapper .analysis-outer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-analysis .analysis-wrapper .analysis-outer {
    grid-gap: 30px;
    grid-template-columns: 1fr;
  }
}

.ucheck-wrapper
  .ucheck-analysis
  .analysis-wrapper
  .analysis-outer
  .item
  .topside {
  background-color: #021d71;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 45px 50px 50px;
  border-radius: 30px 30px 0 0;
  min-height: 315px;
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper
    .ucheck-analysis
    .analysis-wrapper
    .analysis-outer
    .item
    .topside {
    padding: 25px;
    border-radius: 20px 20px 0 0;
    min-height: auto;
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper
    .ucheck-analysis
    .analysis-wrapper
    .analysis-outer
    .item
    .topside {
    border-radius: 15px 15px 0 0;
    padding: 22px 20px 18px;
  }
}
@media only screen and (max-width: 575px) {
  .ucheck-wrapper
    .ucheck-analysis
    .analysis-wrapper
    .analysis-outer
    .item
    .topside {
    gap: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper
    .ucheck-analysis
    .analysis-wrapper
    .analysis-outer
    .item
    .topside
    span {
    text-align: center !important;
  }
}

.ucheck-wrapper
  .ucheck-analysis
  .analysis-wrapper
  .analysis-outer
  .item:nth-child(2)
  .topside {
  position: relative;
  overflow: hidden;
}
.ucheck-wrapper
  .ucheck-analysis
  .analysis-wrapper
  .analysis-outer
  .item:nth-child(2)
  .topside:after {
  content: "";
  position: absolute;
  background: url("./img/solutions-bg.svg")
    no-repeat center;
  background-size: cover;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
}
.ucheck-wrapper
  .ucheck-analysis
  .analysis-wrapper
  .analysis-outer
  .item:nth-child(2)
  .topside
  .icon-wrap {
  position: relative;
  z-index: 8;
}
.ucheck-wrapper
  .ucheck-analysis
  .analysis-wrapper
  .analysis-outer
  .item:nth-child(2)
  .topside
  span {
  position: relative;
  z-index: 8;
}
.ucheck-wrapper
  .ucheck-analysis
  .analysis-wrapper
  .analysis-outer
  .item
  .topside
  .icon-wrap {
  width: 140px;
  height: 140px;
  border-radius: 99em;
  border: 2px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper
    .ucheck-analysis
    .analysis-wrapper
    .analysis-outer
    .item
    .topside
    .icon-wrap {
    margin: 0 auto !important;
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper
    .ucheck-analysis
    .analysis-wrapper
    .analysis-outer
    .item
    .topside
    .icon-wrap {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper
    .ucheck-analysis
    .analysis-wrapper
    .analysis-outer
    .item
    .topside
    .icon-wrap
    img {
    max-width: 50%;
  }
}
.ucheck-wrapper
  .ucheck-analysis
  .analysis-wrapper
  .analysis-outer
  .item
  .bottomside {
  padding: 25px 52px;
  border-radius: 0 0 30px 30px;
  border: 2px solid #efefef;
  border-top: 2px solid transparent;
  height: calc(100% - 315px);
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper
    .ucheck-analysis
    .analysis-wrapper
    .analysis-outer
    .item
    .bottomside {
    padding: 20px 25px;
    height: auto;
    border-radius: 0 0 20px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper
    .ucheck-analysis
    .analysis-wrapper
    .analysis-outer
    .item
    .bottomside {
    border-radius: 0 0 15px 15px;
    padding: 22px 20px;
  }
}
@media only screen and (max-width: 575px) {
  .ucheck-wrapper
    .ucheck-analysis
    .analysis-wrapper
    .analysis-outer
    .item
    .bottomside {
    padding: 18px;
  }
}

.ucheck-wrapper
  .ucheck-analysis
  .analysis-wrapper
  .analysis-outer
  .item
  .bottomside
  ul
  li {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper
    .ucheck-analysis
    .analysis-wrapper
    .analysis-outer
    .item
    .bottomside
    ul
    li {
    margin: 0 0 8px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper
    .ucheck-analysis
    .analysis-wrapper
    .analysis-outer
    .item
    .bottomside
    ul
    li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 6px;
    height: 6px;
    border-radius: 99em;
    background-color: #000000;
  }
}
@media only screen and (max-width: 575px) {
  .ucheck-wrapper
    .ucheck-analysis
    .analysis-wrapper
    .analysis-outer
    .item
    .bottomside
    ul
    li:after {
    top: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper
    .ucheck-analysis
    .analysis-wrapper
    .analysis-outer
    .item
    .bottomside
    ul
    li:last-child {
    margin: 0;
  }
}
.ucheck-wrapper
  .ucheck-analysis
  .analysis-wrapper
  .analysis-outer
  .item
  .bottomside
  ul
  li
  .inner-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: calc(1.8em * 3);
  line-height: 1.5em;
}

@media only screen and (min-width: 992px) and (max-width: 1499px) {
  .ucheck-wrapper
    .ucheck-analysis
    .analysis-wrapper
    .analysis-outer
    .item
    .bottomside
    ul
    li
    .inner-text {
    -webkit-line-clamp: 4;
    min-height: calc(1.7em * 4);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ucheck-wrapper
    .ucheck-analysis
    .analysis-wrapper
    .analysis-outer
    .item
    .bottomside
    ul
    li
    .inner-text {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper
    .ucheck-analysis
    .analysis-wrapper
    .analysis-outer
    .item
    .bottomside
    ul
    li
    .inner-text {
    -webkit-line-clamp: inherit;
    min-height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper
    .ucheck-analysis
    .analysis-wrapper
    .analysis-outer
    .item
    .bottomside
    ul
    li
    .inner-text {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .ucheck-wrapper
    .ucheck-analysis
    .analysis-wrapper
    .analysis-outer
    .item
    .bottomside
    ul
    li
    .inner-text {
    font-size: 16px;
    line-height: 26px;
  }
}
.ucheck-wrapper
  .ucheck-analysis
  .analysis-wrapper
  .analysis-outer
  .item:first-child
  ul
  li {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper
    .ucheck-analysis
    .analysis-wrapper
    .analysis-outer
    .item
    ul
    li {
    text-align: left !important;
  }
}
.ucheck-wrapper
  .ucheck-analysis
  .analysis-wrapper
  .analysis-outer
  .item:first-child
  ul
  li:before {
  content: "";
  position: absolute;
  background: url("./img/arrow-with-bg.svg")
    no-repeat center;
  background-size: cover;
  width: 87px;
  height: 37px;
  top: 30%;
  right: -114px;
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper
    .ucheck-analysis
    .analysis-wrapper
    .analysis-outer
    .item:first-child
    ul
    li:before {
    display: none;
  }
}
.ucheck-wrapper .ucheck-points:before {
  content: "";
  position: absolute;
  background: url("./img/keypoint-bg.svg")
    no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1365px) {
  .ucheck-wrapper .ucheck-points:before {
    background-size: 100% 100%;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-points .heading-wrap {
    text-align: center;
  }
}
.ucheck-wrapper .ucheck-points .heading-wrap .title-wrap {
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-points .heading-wrap .title-wrap {
    margin: 0 0 20px;
  }
}
.ucheck-wrapper .ucheck-points .heading-wrap .title-wrap .ucheckhead-text {
  color: #ffffff;
}
.ucheck-wrapper .ucheck-points .keypoint-outer .points-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
}
@media only screen and (max-width: 1199px) {
  .ucheck-wrapper .ucheck-points .keypoint-outer .points-wrapper {
    grid-gap: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-points .keypoint-outer .points-wrapper {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper
    .ucheck-points
    .keypoint-outer
    .points-wrapper::-webkit-scrollbar {
    height: 8px;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper
    .ucheck-points
    .keypoint-outer
    .points-wrapper::-webkit-scrollbar-thumb {
    background-color: #ccc; /* Customize scrollbar color */
    border-radius: 4px;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper
    .ucheck-points
    .keypoint-outer
    .points-wrapper::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Customize scrollbar track color */
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .ucheck-points .keypoint-outer .points-wrapper {
    grid-gap: 20px;
  }
}
.ucheck-wrapper .ucheck-points .keypoint-outer .points-wrapper .item {
  border: 0.5px solid #efefef;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-points .keypoint-outer .points-wrapper .item {
    width: 100%;
    min-width: 60%;
    margin: 0 0 8px;
  }
}
@media only screen and (max-width: 480px) {
  .ucheck-wrapper .ucheck-points .keypoint-outer .points-wrapper .item {
    min-width: 80%;
  }
}

.ucheck-wrapper
  .ucheck-points
  .keypoint-outer
  .points-wrapper
  .item
  .inner-wrap {
  position: relative;
  z-index: 9;
  display: flex;
  flex-direction: column;
  gap: 75px;
  padding: 25px 30px;
}

@media only screen and (max-width: 1199px) {
  .ucheck-wrapper
    .ucheck-points
    .keypoint-outer
    .points-wrapper
    .item
    .inner-wrap {
    gap: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper
    .ucheck-points
    .keypoint-outer
    .points-wrapper
    .item
    .inner-wrap {
    padding: 20px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper
    .ucheck-points
    .keypoint-outer
    .points-wrapper
    .item
    .inner-wrap {
    padding: 22px 20px;
    gap: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .ucheck-wrapper
    .ucheck-points
    .keypoint-outer
    .points-wrapper
    .item
    .inner-wrap {
    padding: 18px;
  }
}

.ucheck-wrapper .ucheck-points .keypoint-outer .points-wrapper .item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  left: 0;
  right: 0;
  top: 0;
}

.ucheck-wrapper
  .ucheck-points
  .keypoint-outer
  .points-wrapper
  .item
  .icon-wrap {
  width: 73px;
  height: 73px;
  background-color: #021d71;
  border-radius: 99em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

@media only screen and (max-width: 991px) {
  .ucheck-wrapper
    .ucheck-points
    .keypoint-outer
    .points-wrapper
    .item
    .icon-wrap {
    width: 65px;
    height: 65px;
  }
}

@media only screen and (max-width: 991px) {
  .ucheck-wrapper
    .ucheck-points
    .keypoint-outer
    .points-wrapper
    .item
    .inner-wrap
    .short-wrap {
    white-space: normal;
  }
}

.ucheck-wrapper .img-content .item {
  position: relative;
}
.ucheck-wrapper .ucheck-logo-wrap .img-content .item .small-logo {
  position: absolute;
  left: 90px;
  top: 70px;
  max-width: 305px;
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-logo-wrap .img-content .item .small-logo {
    left: 30px;
    top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .ucheck-logo-wrap .img-content .item .small-logo {
    left: 15px;
    top: 15px;
  }
}
.ucheck-wrapper .ucheck-logo-wrap .img-content .item .small-logo img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-logo-wrap .img-content .item .small-logo img {
    max-width: 60%;
  }
}
.ucheck-wrapper .img-content .item .text-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .img-content .item .text-wrap {
    position: relative;
  }
}
.ucheck-wrapper .img-content .item.big-blurr .text-wrap {
  padding: 35px 45px;
}

@media only screen and (max-width: 1499px) {
  .ucheck-wrapper .img-content .item.big-blurr .text-wrap {
    padding: 25px 35px 28px;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .img-content .item.big-blurr .text-wrap {
    padding: 20px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .img-content .item.big-blurr .text-wrap {
    padding: 22px 20px;
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .ucheck-wrapper .img-content .item.big-blurr .text-wrap {
    padding: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .img-content .item.big-blurr .img-wrap {
    border-radius: 15px 15px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .img-content .item.big-blurr .img-wrap img {
    border-radius: 15px 15px 0 0;
  }
}

.ucheck-wrapper .img-content .item .text-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(87px);
  -webkit-backdrop-filter: blur(87px);
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .img-content .item .text-wrap:after {
    backdrop-filter: inherit;
    background-color: rgba(0, 0, 0, 0.7);
  }
}
.ucheck-wrapper .img-content .item .text-wrap p {
  position: relative;
  z-index: 2;
}

.ucheck-wrapper .ucheck-process .title-wrap {
  margin: 0 0 60px;
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-process .title-wrap {
    margin: 0 0 30px;
  }
}
.ucheck-wrapper .ucheck-process .process-outer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
}

@media only screen and (max-width: 1199px) {
  .ucheck-wrapper .ucheck-process .process-outer {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
  }
}
@media only screen and (max-width: 1199px) {
  .ucheck-wrapper .ucheck-process .process-outer::-webkit-scrollbar {
    height: 8px;
  }
}
@media only screen and (max-width: 1199px) {
  .ucheck-wrapper .ucheck-process .process-outer::-webkit-scrollbar-thumb {
    background-color: #ccc; /* Customize scrollbar color */
    border-radius: 4px;
  }
}
@media only screen and (max-width: 1199px) {
  .ucheck-wrapper .ucheck-process .process-outer::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Customize scrollbar track color */
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .ucheck-process .process-outer {
    gap: 20px;
  }
}
.ucheck-wrapper .ucheck-process .process-outer .item {
  border: 0.5px solid #cfcfcf;
  display: flex;
  flex-direction: column;
  gap: 70px;
  padding: 25px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .ucheck-wrapper .ucheck-process .process-outer .item {
    width: 100%;
    min-width: 50%;
    margin: 0 0 8px;
    gap: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-process .process-outer .item {
    gap: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .ucheck-process .process-outer .item {
    gap: 20px;
    padding: 22px 20px;
  }
}
@media only screen and (max-width: 575px) {
  .ucheck-wrapper .ucheck-process .process-outer .item {
    padding: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .ucheck-wrapper .ucheck-process .process-outer .item {
    min-width: 80%;
  }
}
.ucheck-wrapper .ucheck-process .process-outer .item .arrow-box {
  position: absolute;
  right: -55px;
  top: 120px;
  z-index: 9;
  width: 79px;
  height: 30px;
  background-color: #ffffff;
  border-top: 0.5px solid #cfcfcf;
  border-bottom: 0.5px solid #cfcfcf;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-process .process-outer .item .arrow-box {
    width: 62px;
    height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .ucheck-process .process-outer .item .arrow-box {
    display: none;
  }
}
.ucheck-wrapper .ucheck-process .process-outer .item .icon-wrap {
  width: 80px;
  height: 80px;
  border: 0.5px solid #cfcfcf;
  border-radius: 99em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .ucheck-process .process-outer .item .icon-wrap {
    width: 65px;
    height: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .ucheck-process .process-outer .item .icon-wrap img {
    max-width: 60%;
  }
}
@media only screen and (max-width: 1199px) {
  .ucheck-wrapper .ucheck-process .process-outer .item .short-wrap {
    white-space: normal;
  }
}

@media only screen and (max-width: 767px) {
  .ucheck-wrapper .ucheck-process .process-outer .item .short-wrap h3 {
    font-size: 20px;
    line-height: 30px;
  }
}

.ucheck-wrapper .ucheck-process-wrap .outer-wrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.ucheck-wrapper .ucheck-process-wrap .outer-wrap .item {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-process-wrap .outer-wrap .item {
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: scroll;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-process-wrap .outer-wrap .item::-webkit-scrollbar {
    height: 8px;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper
    .ucheck-process-wrap
    .outer-wrap
    .item::-webkit-scrollbar-thumb {
    background-color: #ccc; /* Customize scrollbar color */
    border-radius: 4px;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper
    .ucheck-process-wrap
    .outer-wrap
    .item::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Customize scrollbar track color */
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-process-wrap .outer-wrap .item .inner-item {
    width: 100%;
    min-width: 80%;
    margin: 0 0 8px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .ucheck-process-wrap .outer-wrap .item .inner-item span {
    font-size: 20px;
    line-height: 30px;
  }
}
.ucheck-wrapper
  .ucheck-process-wrap
  .outer-wrap
  .item:first-child
  .inner-item:nth-child(1) {
  width: 40.31%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
}
.ucheck-wrapper
  .ucheck-process-wrap
  .outer-wrap
  .item:first-child
  .inner-item:nth-child(1)
  .content-wrap {
  padding: 20px 25px 0;
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper
    .ucheck-process-wrap
    .outer-wrap
    .item:first-child
    .inner-item:nth-child(1)
    .content-wrap {
    padding: 22px 20px 0;
  }
}
@media only screen and (max-width: 575px) {
  .ucheck-wrapper
    .ucheck-process-wrap
    .outer-wrap
    .item:first-child
    .inner-item:nth-child(1)
    .content-wrap {
    padding: 18px 18px 0;
  }
}
.ucheck-wrapper
  .ucheck-process-wrap
  .outer-wrap
  .item:first-child
  .inner-item:nth-child(2) {
  width: 31.59%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  border: none;
}
.ucheck-wrapper
  .ucheck-process-wrap
  .outer-wrap
  .item:first-child
  .inner-item:nth-child(2)
  .top {
  padding: 50px 20px;
  position: relative;
  background: url("./img/webp/doctors-nearby-location.webp")
    no-repeat center;
  background-size: cover;
  border: 0.5px solid #cfcfcf;
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper
    .ucheck-process-wrap
    .outer-wrap
    .item:first-child
    .inner-item:nth-child(2)
    .top {
    padding: 22px 20px;
  }
}
@media only screen and (max-width: 575px) {
  .ucheck-wrapper
    .ucheck-process-wrap
    .outer-wrap
    .item:first-child
    .inner-item:nth-child(2)
    .top {
    padding: 18px;
  }
}
.ucheck-wrapper
  .ucheck-process-wrap
  .outer-wrap
  .item:first-child
  .inner-item:nth-child(2)
  .bottom {
  border: 0.5px solid #cfcfcf;
}

.ucheck-wrapper
  .ucheck-process-wrap
  .outer-wrap
  .item:first-child
  .inner-item:nth-child(3) {
  width: 25.6%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  padding: 20px 10px;
}
.ucheck-wrapper
  .ucheck-process-wrap
  .outer-wrap
  .item:first-child
  .inner-item:nth-child(3)
  .content-wrap {
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper
    .ucheck-process-wrap
    .outer-wrap
    .item:first-child
    .inner-item:nth-child(3)
    .content-wrap {
    padding: 0 10px;
  }
}
.ucheck-wrapper
  .ucheck-process-wrap
  .outer-wrap
  .item:last-child
  .inner-item:nth-child(1) {
  width: 35.22%;
}
.ucheck-wrapper
  .ucheck-process-wrap
  .outer-wrap
  .item:last-child
  .inner-item:nth-child(2) {
  width: 40.5%;
  overflow: hidden;
  position: relative;
}
.ucheck-wrapper
  .ucheck-process-wrap
  .outer-wrap
  .item:last-child
  .inner-item:nth-child(2)
  .content-wrap {
  position: relative;
  z-index: 3;
  max-width: 380px;
  padding: 20px 25px;
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper
    .ucheck-process-wrap
    .outer-wrap
    .item:last-child
    .inner-item:nth-child(2)
    .content-wrap {
    padding: 22px 20px;
  }
}
@media only screen and (max-width: 575px) {
  .ucheck-wrapper
    .ucheck-process-wrap
    .outer-wrap
    .item:last-child
    .inner-item:nth-child(2)
    .content-wrap {
    padding: 18px;
  }
}
@media only screen and (max-width: 375px) {
  .ucheck-wrapper
    .ucheck-process-wrap
    .outer-wrap
    .item:last-child
    .inner-item:nth-child(2)
    .content-wrap {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
.ucheck-wrapper
  .ucheck-process-wrap
  .outer-wrap
  .item:last-child
  .inner-item:nth-child(2)
  .img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 375px) {
  .ucheck-wrapper
    .ucheck-process-wrap
    .outer-wrap
    .item:last-child
    .inner-item:nth-child(2)
    .img-wrap {
    display: none;
  }
}

.ucheck-wrapper
  .ucheck-process-wrap
  .outer-wrap
  .item:last-child
  .inner-item:nth-child(3) {
  width: 21.72%;
}
.ucheck-wrapper .ucheck-process-wrap .outer-wrap .item .inner-item {
  border: 0.5px solid #cfcfcf;
  /*border: 1px solid red;*/
  background-color: #fbfbfb;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-process-wrap .outer-wrap .item .inner-item .img-wrap {
    height: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper
    .ucheck-process-wrap
    .outer-wrap
    .item
    .inner-item
    .img-wrap
    img {
    min-height: 100%;
    object-fit: cover;
  }
}

.ucheck-wrapper .ucheckimg-multiple .img-content .item .small-logo {
  position: absolute;
  left: 60px;
  top: 60px;
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheckimg-multiple .img-content .item .small-logo {
    left: 30px;
    top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .ucheckimg-multiple .img-content .item .small-logo {
    left: 15px;
    top: 15px;
  }
}
.ucheck-wrapper .ucheckimg-multiple .img-outer {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 40px;
}
@media only screen and (max-width: 1199px) {
  .ucheck-wrapper .ucheckimg-multiple .img-outer {
    grid-gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .ucheckimg-multiple .img-outer {
    grid-gap: 20px;
  }
}
.ucheck-wrapper .ucheckimg-multiple .img-outer .img-content:first-child {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}

@media only screen and (max-width: 1199px) {
  .ucheck-wrapper .ucheckimg-multiple .img-outer .img-content:first-child {
    grid-gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .ucheckimg-multiple .img-outer .img-content:first-child {
    grid-gap: 20px;
    grid-template-columns: 1fr;
  }
}

.ucheck-wrapper
  .ucheckimg-multiple
  .img-outer
  .img-content
  .item:nth-child(2)
  .img-wrap {
  border: 0.5px solid #cfcfcf;
}

.ucheck-wrapper .ucheck-screens-outer {
  background-color: #fbfbfb;
}
.ucheck-wrapper .ucheck-screens-outer .screen-wrap .img-wrapper {
  display: flex;
  flex-wrap: nowrap;
  max-width: 1440px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .ucheck-screens-outer .screen-wrap .img-wrapper {
    max-width: none;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .ucheck-screens-outer .screen-wrap .img-wrapper .img-wrap {
    text-align: center;
  }
}

.ucheck-wrapper
  .ucheck-screens-outer
  .screen-wrap
  .img-wrapper
  .img-wrap:first-child {
  margin-top: 150px;
}

@media only screen and (max-width: 991px) {
  .ucheck-wrapper
    .ucheck-screens-outer
    .screen-wrap
    .img-wrapper
    .img-wrap:first-child {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper
    .ucheck-screens-outer
    .screen-wrap
    .img-wrapper
    .img-wrap:first-child {
    display: none;
  }
}
.ucheck-wrapper
  .ucheck-screens-outer
  .screen-wrap
  .img-wrapper
  .img-wrap:last-child {
  margin-top: 150px;
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper
    .ucheck-screens-outer
    .screen-wrap
    .img-wrapper
    .img-wrap:last-child {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper
    .ucheck-screens-outer
    .screen-wrap
    .img-wrapper
    .img-wrap:last-child {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper
    .ucheck-screens-outer
    .screen-wrap
    .img-wrapper
    .img-wrap
    img {
    max-width: 60%;
  }
}
.ucheck-wrapper .ucheck-screens-outer .screen-wrap-bottom {
  width: calc(100% - 70px);
  margin: 50px auto 0;
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-screens-outer .screen-wrap-bottom {
    margin: 30px auto 0;
  }
}
.ucheck-wrapper .ucheck-screens-outer .screen-wrap-bottom img {
  filter: drop-shadow(5px 5px 21px rgba(0, 0, 0, 0.04));
}

.ucheck-wrapper .ucheck-detail-wrapper .img-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .ucheck-detail-wrapper .img-wrapper {
    grid-gap: 20px;
    grid-template-columns: 1fr;
  }
}
.ucheck-wrapper .ucheck-detail-wrapper .img-wrapper .logo-round {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 177px;
  height: 177px;
  outline: 10px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99em;
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-detail-wrapper .img-wrapper .logo-round {
    width: 100px;
    height: 100px;
    outline: 5px solid #ffffff;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .ucheck-detail-wrapper .img-wrapper .logo-round {
    width: 80px;
    height: 80px;
    outline: 3px solid #ffffff;
    position: relative;
    top: 0;
    transform: none;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-detail-wrapper .img-wrapper .logo-round img {
    max-width: 60%;
  }
}

.ucheck-wrapper .ucheck-detail-wrapper .img-wrapper .item.first .img-wrap {
  border: 0.5px solid #cfcfcf;
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-detail-wrapper .img-wrapper .item.first .img-wrap {
    height: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper
    .ucheck-detail-wrapper
    .img-wrapper
    .item.first
    .img-wrap
    img {
    min-height: 100%;
    object-fit: cover;
  }
}
.ucheck-wrapper .ucheck-detail-wrapper .img-wrapper .item.last {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .ucheck-detail-wrapper .img-wrapper .item.last {
    grid-gap: 20px;
  }
}

.ucheck-wrapper
  .ucheck-detail-wrapper
  .img-wrapper
  .item.last
  .img-wrap:nth-child(2) {
  border: 0.5px solid #cfcfcf;
}
.ucheck-wrapper
  .ucheck-detail-wrapper
  .img-wrapper
  .item.last
  .img-wrap:nth-child(2)
  img {
  min-height: 100%;
  object-fit: cover;
}

.ucheck-wrapper .ucheck-fingertips {
  position: relative;
  background: url("./img/webp/fingertips-bg.webp")
    no-repeat right;
  background-size: cover;
  height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ucheck-wrapper .ucheck-fingertips {
    background-size: contain;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-fingertips {
    background-image: none;
    padding: 0;
  }
}
.ucheck-wrapper .ucheck-fingertips .inner-content {
  display: flex;
  align-items: end;
  gap: 75px;
  max-width: 1150px;
}
@media only screen and (max-width: 1499px) {
  .ucheck-wrapper .ucheck-fingertips .inner-content {
    gap: 30px;
    max-width: 900px;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-fingertips .inner-content {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .ucheck-fingertips .inner-content .img-wrap.finger {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .ucheck-fingertips .inner-content .img-wrap.finger img {
    max-width: 60%;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-fingertips .inner-content .right-side {
    text-align: center;
  }
}
.ucheck-wrapper .ucheck-fingertips .inner-content .right-side .content-wrap {
  display: flex;
  flex-direction: column;
  gap: 170px;
}
@media only screen and (max-width: 1499px) {
  .ucheck-wrapper .ucheck-fingertips .inner-content .right-side .content-wrap {
    gap: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-fingertips .inner-content .right-side .content-wrap {
    gap: 30px;
  }
}
.ucheck-wrapper .ucheck-fingertips .inner-content .right-side .doc-lists ul {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-fingertips .inner-content .right-side .doc-lists ul {
    justify-content: center;
  }
}
.ucheck-wrapper .ucheck-fingertips .inner-content .right-side .doc-lists ul li {
  margin-left: -55px;
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper
    .ucheck-fingertips
    .inner-content
    .right-side
    .doc-lists
    ul
    li {
    margin-left: -40px;
  }
}
@media only screen and (max-width: 375px) {
  .ucheck-wrapper
    .ucheck-fingertips
    .inner-content
    .right-side
    .doc-lists
    ul
    li {
    margin-left: -30px;
  }
}
.ucheck-wrapper
  .ucheck-fingertips
  .inner-content
  .right-side
  .doc-lists
  ul
  li:first-child {
  margin-left: 0;
}
.ucheck-wrapper
  .ucheck-fingertips
  .inner-content
  .right-side
  .doc-lists
  ul
  li:first-child
  .img-wrap {
  border: 6px solid transparent;
}
.ucheck-wrapper
  .ucheck-fingertips
  .inner-content
  .right-side
  .doc-lists
  ul
  li
  .img-wrap {
  border: 6px solid #ffffff;
  display: block;
  border-radius: 99em;
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper
    .ucheck-fingertips
    .inner-content
    .right-side
    .doc-lists
    ul
    li
    .img-wrap {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 375px) {
  .ucheck-wrapper
    .ucheck-fingertips
    .inner-content
    .right-side
    .doc-lists
    ul
    li
    .img-wrap {
    width: 65px;
    height: 65px;
  }
}

.ucheck-wrapper
  .ucheck-fingertips
  .inner-content
  .right-side
  .doc-lists
  ul
  li
  .img-wrap
  img {
  margin: 0 -1px;
}
.ucheck-wrapper
  .ucheck-fingertips
  .inner-content
  .right-side
  .doc-lists
  ul
  li
  .last-wrap {
  width: 126px;
  height: 126px;
  border-radius: 99em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper
    .ucheck-fingertips
    .inner-content
    .right-side
    .doc-lists
    ul
    li
    .last-wrap {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 375px) {
  .ucheck-wrapper
    .ucheck-fingertips
    .inner-content
    .right-side
    .doc-lists
    ul
    li
    .last-wrap {
    width: 65px;
    height: 65px;
  }
}
@media only screen and (max-width: 375px) {
  .ucheck-wrapper
    .ucheck-fingertips
    .inner-content
    .right-side
    .doc-lists
    ul
    li
    .last-wrap
    img {
    max-width: 40%;
  }
}
.ucheck-wrapper .ucheck-appointment .booking-screen-outer {
  position: relative;
  padding: 100px 0;
  background: url("./img/appointment-bg.svg")
    no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .ucheck-appointment .booking-screen-outer {
    background-image: none;
    padding: 50px 0 0;
  }
}
@media only screen and (max-width: 575px) {
  .ucheck-wrapper .ucheck-appointment .booking-screen-outer {
    padding: 35px 0 0;
  }
}

.ucheck-wrapper .ucheck-appointment .booking-screen-outer .book-screen-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 65px;
  position: relative;
  z-index: 7;
}

@media only screen and (max-width: 1199px) {
  .ucheck-wrapper .ucheck-appointment .booking-screen-outer .book-screen-wrap {
    grid-gap: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .ucheck-appointment .booking-screen-outer .book-screen-wrap {
    grid-gap: 20px;
    grid-template-columns: 1fr;
  }
}

.ucheck-wrapper
  .ucheck-appointment
  .booking-screen-outer
  .book-screen-wrap
  .item {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper
    .ucheck-appointment
    .booking-screen-outer
    .book-screen-wrap
    .item {
    justify-content: center;
  }
}
.ucheck-wrapper
  .ucheck-appointment
  .booking-screen-outer
  .book-screen-wrap
  .item:nth-child(2) {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 95px;
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper
    .ucheck-appointment
    .booking-screen-outer
    .book-screen-wrap
    .item:nth-child(2) {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    grid-gap: 20px;
    justify-content: start;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper
    .ucheck-appointment
    .booking-screen-outer
    .book-screen-wrap
    .item:nth-child(2)::-webkit-scrollbar {
    height: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper
    .ucheck-appointment
    .booking-screen-outer
    .book-screen-wrap
    .item:nth-child(2)::-webkit-scrollbar-thumb {
    background-color: #ccc; /* Customize scrollbar color */
    border-radius: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper
    .ucheck-appointment
    .booking-screen-outer
    .book-screen-wrap
    .item:nth-child(2)::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Customize scrollbar track color */
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper
    .ucheck-appointment
    .booking-screen-outer
    .book-screen-wrap
    .item:nth-child(2)
    .img-wrap {
    width: 100%;
    min-width: 60%;
    margin: 0 0 8px;
  }
}
.ucheck-wrapper .ucheck-manage-section .item-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 80px;
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-manage-section .item-wrapper {
    grid-gap: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .ucheck-manage-section .item-wrapper {
    grid-gap: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .ucheck-wrapper .ucheck-manage-section .item-wrapper {
    grid-gap: 30px;
  }
}
@media only screen and (min-width: 1500px) {
  .ucheck-wrapper .ucheck-manage-section .item-wrapper .item-container {
    width: calc((100vw + 1550px) / 2);
  }
}
@media only screen and (min-width: 1500px) {
  .ucheck-wrapper .ucheck-manage-section .item-wrapper .item-container.right {
    margin-left: auto;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1500px) {
  .ucheck-wrapper .ucheck-manage-section .item-wrapper .item-container.left {
    margin-right: auto;
    margin-left: 0;
  }
}

.ucheck-wrapper .ucheck-manage-section .item-wrapper .item-container .item {
  display: flex;
  align-items: center;
  gap: 145px;
  justify-content: space-between;
}
@media only screen and (max-width: 1365px) {
  .ucheck-wrapper .ucheck-manage-section .item-wrapper .item-container .item {
    gap: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .ucheck-wrapper .ucheck-manage-section .item-wrapper .item-container .item {
    gap: 30px;
    flex-direction: column;
  }
}

.ucheck-wrapper
  .ucheck-manage-section
  .item-wrapper
  .item-container:nth-child(odd)
  .item {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1199px) {
  .ucheck-wrapper
    .ucheck-manage-section
    .item-wrapper
    .item-container:nth-child(odd)
    .item {
    flex-direction: column;
  }
}
.ucheck-wrapper
  .ucheck-manage-section
  .item-wrapper
  .item-container
  .item
  .content-wrap {
  flex: 0 0 auto;
}
@media only screen and (max-width: 1199px) {
  .ucheck-wrapper
    .ucheck-manage-section
    .item-wrapper
    .item-container
    .item
    .content-wrap {
    max-width: 800px;
    margin-right: auto;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper
    .ucheck-manage-section
    .item-wrapper
    .item-container
    .item
    .content-wrap {
    text-align: center;
    margin: 0 auto;
  }
}
.ucheck-wrapper
  .ucheck-manage-section
  .item-wrapper
  .item-container
  .item
  .content-wrap
  .title-outer {
  max-width: 660px;
}

@media only screen and (max-width: 1499px) {
  .ucheck-wrapper
    .ucheck-manage-section
    .item-wrapper
    .item-container
    .item
    .content-wrap
    .title-outer {
    max-width: 560px;
  }
}

@media only screen and (max-width: 1199px) {
  .ucheck-wrapper
    .ucheck-manage-section
    .item-wrapper
    .item-container
    .item
    .content-wrap
    .title-outer {
    max-width: none;
  }
}

.ucheck-wrapper .ucheck-design {
  background-color: #fbfbfb;
}

.ucheck-wrapper .ucheck-design .bigtext-area {
  position: relative;
  padding: 100px 0;
  height: 426px;
}
@media only screen and (max-width: 1365px) {
  .ucheck-wrapper .ucheck-design .bigtext-area {
    height: 326px;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-design .bigtext-area {
    height: auto;
    padding: 35px 0;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .ucheck-design .bigtext-area {
    padding: 35px 0 0;
  }
}

.ucheck-wrapper .ucheck-design .bigtext-area:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: url("./img/manrope.svg")
    no-repeat center;
  background-size: cover;
  height: 426px;
  opacity: 0.75;
}
@media only screen and (max-width: 1365px) {
  .ucheck-wrapper .ucheck-design .bigtext-area:after {
    height: 326px;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-design .bigtext-area:after {
    display: none;
  }
}
.ucheck-wrapper .ucheck-design .bigtext-area .container {
  height: 100%;
}
.ucheck-wrapper .ucheck-design .bigtext-area .container .row {
  height: 100%;
}
.ucheck-wrapper .ucheck-design .bigtext-area .outer-wrap {
  display: flex;
  align-items: center;
  gap: 160px;
  position: relative;
  z-index: 7;
}

@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-design .bigtext-area .outer-wrap {
    gap: 30px;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .ucheck-design .bigtext-area .outer-wrap {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-design .bigtext-area .outer-wrap .short-wrap {
    text-align: center;
  }
}
.ucheck-wrapper .ucheck-design .manrope-text-area {
  margin-top: 70px;
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-design .manrope-text-area {
    margin-top: 30px;
  }
}
.ucheck-wrapper .ucheck-design .manrope-text-area ul.font-lists {
  gap: 100px;
}

@media only screen and (max-width: 1599px) {
  .ucheck-wrapper .ucheck-design .manrope-text-area ul.font-lists {
    gap: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-design .manrope-text-area ul.font-lists {
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    justify-content: start !important;
    gap: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper
    .ucheck-design
    .manrope-text-area
    ul.font-lists::-webkit-scrollbar {
    height: 8px;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper
    .ucheck-design
    .manrope-text-area
    ul.font-lists::-webkit-scrollbar-thumb {
    background-color: #ccc; /* Customize scrollbar color */
    border-radius: 4px;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper
    .ucheck-design
    .manrope-text-area
    ul.font-lists::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Customize scrollbar track color */
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .ucheck-design .manrope-text-area ul.font-lists {
    gap: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .ucheck-wrapper .ucheck-design .manrope-text-area ul.font-lists li {
    font-size: 35px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-design .manrope-text-area ul.font-lists li {
    margin: 0 0 8px;
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .ucheck-wrapper .ucheck-design .manrope-text-area ul.font-lists li {
    font-size: 24px;
    line-height: 34px;
  }
}

.ucheck-wrapper .ucheck-design .manrope-text-area .box-wrapper {
  display: grid;
  grid-template-columns: 1fr;
}
.ucheck-wrapper .ucheck-design .manrope-text-area .box-wrapper .item {
  padding: 45px 45px 45px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 170px;
}

@media only screen and (max-width: 1365px) {
  .ucheck-wrapper .ucheck-design .manrope-text-area .box-wrapper .item {
    gap: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-design .manrope-text-area .box-wrapper .item {
    gap: 50px;
    padding: 20px 25px;
  }
}
.ucheck-wrapper .ucheck-design .manrope-text-area .box-wrapper .topside {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .ucheck-design .manrope-text-area .box-wrapper .topside {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    margin-bottom: 30px;
    grid-gap: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .ucheck-wrapper
    .ucheck-design
    .manrope-text-area
    .box-wrapper
    .topside::-webkit-scrollbar {
    height: 8px;
    grid-gap: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .ucheck-wrapper
    .ucheck-design
    .manrope-text-area
    .box-wrapper
    .topside::-webkit-scrollbar-thumb {
    background-color: #ccc; /* Customize scrollbar color */
    border-radius: 4px;
    grid-gap: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .ucheck-wrapper
    .ucheck-design
    .manrope-text-area
    .box-wrapper
    .topside::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Customize scrollbar track color */
  }
}
.ucheck-wrapper
  .ucheck-design
  .manrope-text-area
  .box-wrapper
  .topside
  .item:nth-child(1) {
  background-color: #1563eb;
}
.ucheck-wrapper
  .ucheck-design
  .manrope-text-area
  .box-wrapper
  .topside
  .item:nth-child(2) {
  background-color: #021d71;
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper
    .ucheck-design
    .manrope-text-area
    .box-wrapper
    .topside
    .item {
    width: 100%;
    min-width: 80%;
    margin: 0 0 8px;
  }
}
.ucheck-wrapper
  .ucheck-design
  .manrope-text-area
  .box-wrapper
  .bottomside
  .item:nth-child(1) {
  width: 40.12%;
  background-color: #000000;
}

.ucheck-wrapper .ucheck-design .manrope-text-area .box-wrapper .bottomside {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .ucheck-design .manrope-text-area .box-wrapper .bottomside {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    grid-gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper
    .ucheck-design
    .manrope-text-area
    .box-wrapper
    .bottomside::-webkit-scrollbar {
    height: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper
    .ucheck-design
    .manrope-text-area
    .box-wrapper
    .bottomside::-webkit-scrollbar-thumb {
    background-color: #ccc; /* Customize scrollbar color */
    border-radius: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper
    .ucheck-design
    .manrope-text-area
    .box-wrapper
    .bottomside::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Customize scrollbar track color */
  }
}
.ucheck-wrapper
  .ucheck-design
  .manrope-text-area
  .box-wrapper
  .bottomside
  .item:nth-child(1) {
  width: 40.12%;
  background-color: #000000;
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper
    .ucheck-design
    .manrope-text-area
    .box-wrapper
    .bottomside
    .item:nth-child(1) {
    width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper
    .ucheck-design
    .manrope-text-area
    .box-wrapper
    .bottomside
    .item:nth-child(1) {
    width: 23%;
  }
}
.ucheck-wrapper
  .ucheck-design
  .manrope-text-area
  .box-wrapper
  .bottomside
  .item:nth-child(2) {
  width: 25.73%;
  background-color: #a5a5a5;
  padding: 45px 35px 45px;
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper
    .ucheck-design
    .manrope-text-area
    .box-wrapper
    .bottomside
    .item:nth-child(2) {
    padding: 20px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper
    .ucheck-design
    .manrope-text-area
    .box-wrapper
    .bottomside
    .item:nth-child(2) {
    width: 23%;
  }
}

.ucheck-wrapper
  .ucheck-design
  .manrope-text-area
  .box-wrapper
  .bottomside
  .item:nth-child(3) {
  width: 17.07%;
  background-color: #efefef;
  padding: 45px 25px 45px;
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper
    .ucheck-design
    .manrope-text-area
    .box-wrapper
    .bottomside
    .item:nth-child(3) {
    padding: 20px 25px;
    width: 19.8%;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper
    .ucheck-design
    .manrope-text-area
    .box-wrapper
    .bottomside
    .item:nth-child(3) {
    width: 23%;
  }
}
.ucheck-wrapper
  .ucheck-design
  .manrope-text-area
  .box-wrapper
  .bottomside
  .item:last-child {
  width: 17.07%;
  background-color: #ffffff;
  padding: 45px 25px 45px;
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper
    .ucheck-design
    .manrope-text-area
    .box-wrapper
    .bottomside
    .item:last-child {
    padding: 20px 25px;
    width: 19.8%;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper
    .ucheck-design
    .manrope-text-area
    .box-wrapper
    .bottomside
    .item:last-child {
    width: 23%;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper
    .ucheck-design
    .manrope-text-area
    .box-wrapper
    .bottomside
    .item {
    width: 23%;
    min-width: 50%;
    margin: 0 0 8px;
  }
}
/* @media only screen and (max-width: 480px) {
      .ucheck-wrapper .ucheck-design .manrope-text-area .box-wrapper .bottomside .item {
          min-width: 80%;
      }
  } */

.ucheck-wrapper
  .ucheck-design
  .manrope-text-area
  .box-wrapper
  .item
  .bottom-text
  ul {
  display: flex;
  gap: 60px;
}

.ucheck-wrapper
  .ucheck-design
  .manrope-text-area
  .box-wrapper
  .bottomside
  .item:nth-child(2)
  .bottom-text
  ul {
  gap: 50px;
}
.ucheck-wrapper
  .ucheck-design
  .manrope-text-area
  .box-wrapper
  .bottomside
  .item:nth-child(3)
  .bottom-text
  ul,
.ucheck-wrapper
  .ucheck-design
  .manrope-text-area
  .box-wrapper
  .bottomside
  .item:nth-child(4)
  .bottom-text
  ul {
  gap: 15px;
}

@media only screen and (max-width: 1599px) {
  .ucheck-wrapper
    .ucheck-design
    .manrope-text-area
    .box-wrapper
    .item:nth-child(1)
    .bottom-text
    ul,
  .ucheck-wrapper
    .ucheck-design
    .manrope-text-area
    .box-wrapper
    .item:nth-child(2)
    .bottom-text
    ul,
  .ucheck-wrapper
    .ucheck-design
    .manrope-text-area
    .box-wrapper
    .item:nth-child(3)
    .bottom-text
    ul,
  .ucheck-wrapper
    .ucheck-design
    .manrope-text-area
    .box-wrapper
    .item:last-child
    .bottom-text
    ul {
    flex-wrap: wrap;
    gap: 15px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper
    .ucheck-design
    .manrope-text-area
    .box-wrapper
    .item:nth-child(1)
    .bottom-text
    ul,
  .ucheck-wrapper
    .ucheck-design
    .manrope-text-area
    .box-wrapper
    .item:nth-child(2)
    .bottom-text
    ul,
  .ucheck-wrapper
    .ucheck-design
    .manrope-text-area
    .box-wrapper
    .item:nth-child(3)
    .bottom-text
    ul,
  .ucheck-wrapper
    .ucheck-design
    .manrope-text-area
    .box-wrapper
    .item:last-child
    .bottom-text
    ul {
    gap: 10px !important;
  }
}
@media only screen and (max-width: 1599px) {
  .ucheck-wrapper
    .ucheck-design
    .manrope-text-area
    .box-wrapper
    .item
    .bottom-text
    ul
    li {
    font-size: 18px;
    line-height: 28px;
  }
}

.ucheck-wrapper .ucheck-impact .impact-outer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  margin-top: 40px;
}

@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-impact .impact-outer {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-impact .impact-outer::-webkit-scrollbar {
    height: 8px;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-impact .impact-outer::-webkit-scrollbar-thumb {
    background-color: #ccc; /* Customize scrollbar color */
    border-radius: 4px;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-impact .impact-outer::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Customize scrollbar track color */
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .ucheck-impact .impact-outer {
    grid-gap: 20px;
  }
}
.ucheck-wrapper .ucheck-impact .impact-outer .item {
  border: 0.5px solid #cfcfcf;
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 25px 30px;
}
@media only screen and (max-width: 1199px) {
  .ucheck-wrapper .ucheck-impact .impact-outer .item {
    gap: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .ucheck-wrapper .ucheck-impact .impact-outer .item {
    white-space: normal;
    margin: 0 0 8px;
    width: 100%;
    min-width: 60%;
    padding: 20px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .ucheck-impact .impact-outer .item {
    gap: 20px;
    padding: 22px 20px;
  }
}
@media only screen and (max-width: 575px) {
  .ucheck-wrapper .ucheck-impact .impact-outer .item {
    padding: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .ucheck-wrapper .ucheck-impact .impact-outer .item {
    min-width: 80%;
  }
}
.ucheck-wrapper .ucheck-impact .impact-outer .item .icon-wrap {
  width: 80px;
  height: 80px;
  border: 0.5px solid #cfcfcf;
  border-radius: 99em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .ucheck-impact .impact-outer .item .icon-wrap {
    width: 65px;
    height: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .ucheck-impact .impact-outer .item .icon-wrap img {
    max-width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .ucheck-impact .impact-outer .item .short-wrap h3 {
    font-size: 20px;
    line-height: 30px;
  }
}

/* ---------------ucheck-wrapper cta one css start -----------*/

.ucheck-wrapper .section-practice-cta-bg .practice-container {
  max-width: 1594px !important;
}
.ucheck-wrapper .section-practice-cta-bg .cta-blue-bg {
  background: linear-gradient(
    0deg,
    rgba(4, 52, 143, 1) 29%,
    rgba(9, 76, 181, 1) 59%,
    rgba(16, 100, 224, 1) 81%
  );
  border-radius: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .ucheck-wrapper .section-practice-cta-bg .cta-blue-bg {
    border-radius: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ucheck-wrapper .section-practice-cta-bg .cta-blue-bg {
    border-radius: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ucheck-wrapper .section-practice-cta-bg .cta-blue-bg {
    border-radius: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .section-practice-cta-bg .cta-blue-bg {
    padding: 30px 15px;
    border-radius: 14px;
  }
}
.ucheck-wrapper .section-practice-cta-bg .cta-green-grid-main {
  display: grid;
  grid-template-columns: 1fr 30%;
  grid-column-gap: 20px;
  align-items: end;
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .ucheck-wrapper .section-practice-cta-bg .cta-green-grid-main {
    grid-template-columns: 1fr 34%;
    grid-column-gap: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ucheck-wrapper .section-practice-cta-bg .cta-green-grid-main {
    grid-template-columns: 1fr 43%;
    grid-column-gap: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ucheck-wrapper .section-practice-cta-bg .cta-green-grid-main {
    grid-template-columns: 1fr 43%;
    grid-column-gap: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .section-practice-cta-bg .cta-green-grid-main {
    grid-template-columns: 1fr;
    grid-column-gap: 15px;
  }
}
.ucheck-wrapper .section-practice-cta-bg .cta-title-left-dis {
  margin: 0;
  padding: 70px 0px 70px 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ucheck-wrapper .section-practice-cta-bg .cta-title-left-dis {
    text-align: left;
    padding: 70px 0px 70px 60px;
  }
}
@media only screen and (min-width: 901px) and (max-width: 991px) {
  .ucheck-wrapper .section-practice-cta-bg .cta-title-left-dis {
    text-align: left;
    padding: 0px 0px 70px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  .ucheck-wrapper .section-practice-cta-bg .cta-title-left-dis {
    text-align: left;
    padding: 0px 0px 50px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .section-practice-cta-bg .cta-title-left-dis {
    text-align: center;
    padding: 0;
  }
}
.ucheck-wrapper .section-practice-cta-bg .cta-title-left-dis p {
  margin: 0;
  font-size: 34px;
  color: #ffffff;
  line-height: 42px;
}
@media only screen and (min-width: 1366px) and (max-width: 1499px) {
  .ucheck-wrapper .section-practice-cta-bg .cta-title-left-dis p {
    font-size: 28px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .ucheck-wrapper .section-practice-cta-bg .cta-title-left-dis p {
    font-size: 26px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ucheck-wrapper .section-practice-cta-bg .cta-title-left-dis p {
    font-size: 25px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ucheck-wrapper .section-practice-cta-bg .cta-title-left-dis p {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .section-practice-cta-bg .cta-title-left-dis p {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 575px) {
  .ucheck-wrapper .section-practice-cta-bg .cta-title-left-dis p {
    font-size: 20px;
    line-height: 26px;
  }
}
.ucheck-wrapper .section-practice-cta-bg .cta-btn-box {
  margin-top: 24px;
}
.ucheck-wrapper .section-practice-cta-bg .cta-btn-box a {
  background: #ffffff;
  color: #000000;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  border-radius: 10px;
  padding: 10px 18px;
  display: inline-block;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .ucheck-wrapper .section-practice-cta-bg .cta-btn-box a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .ucheck-wrapper .section-practice-cta-bg .cta-btn-box a {
    padding: 9px 14px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .section-practice-cta-bg .cta-btn-box a {
    padding: 9px 14px;
    font-size: 14px;
  }
}

.ucheck-wrapper .section-practice-cta-bg .cta-btn-box a:hover {
  background: #e25574;
  color: #ffffff;
}
.ucheck-wrapper .section-practice-cta-bg .cta-img-right-img-box {
  position: static;
  text-align: end;
  padding-right: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ucheck-wrapper .section-practice-cta-bg .cta-img-right-img-box {
    position: static;
    margin-top: 40px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .section-practice-cta-bg .cta-img-right-img-box {
    display: none;
  }
}
/* ---------------ucheck-wrapper cta one css end -----------*/

/* ---------------ucheck-wrapper cta two css start -----------*/
.ucheck-wrapper .section-two-practice-cta-bg {
  width: auto;
}
.ucheck-wrapper .section-two-practice-cta-bg .practice-container {
  max-width: 1594px !important;
}
.ucheck-wrapper .section-two-practice-cta-bg .cta-blue-bg {
  background: #021d71;
  border-radius: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .ucheck-wrapper .section-two-practice-cta-bg .cta-blue-bg {
    border-radius: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ucheck-wrapper .section-two-practice-cta-bg .cta-blue-bg {
    border-radius: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ucheck-wrapper .section-two-practice-cta-bg .cta-blue-bg {
    border-radius: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .section-two-practice-cta-bg .cta-blue-bg {
    padding: 30px 15px;
    border-radius: 14px;
  }
}
.ucheck-wrapper .section-two-practice-cta-bg .cta-green-grid-main {
  display: grid;
  grid-template-columns: 1fr 30%;
  grid-column-gap: 20px;
  align-items: end;
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .ucheck-wrapper .section-two-practice-cta-bg .cta-green-grid-main {
    grid-template-columns: 1fr 34%;
    grid-column-gap: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ucheck-wrapper .section-two-practice-cta-bg .cta-green-grid-main {
    grid-template-columns: 1fr 43%;
    grid-column-gap: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ucheck-wrapper .section-two-practice-cta-bg .cta-green-grid-main {
    grid-template-columns: 1fr 43%;
    grid-column-gap: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .section-two-practice-cta-bg .cta-green-grid-main {
    grid-template-columns: 1fr;
    grid-column-gap: 15px;
  }
}
.ucheck-wrapper .section-two-practice-cta-bg .cta-title-left-dis {
  margin: 0;
  padding: 70px 0px 70px 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ucheck-wrapper .section-two-practice-cta-bg .cta-title-left-dis {
    text-align: left;
    padding: 70px 0px 70px 60px;
  }
}
@media only screen and (min-width: 901px) and (max-width: 991px) {
  .ucheck-wrapper .section-two-practice-cta-bg .cta-title-left-dis {
    text-align: left;
    padding: 0px 0px 70px 30px;
  }
}
@media only screen and (min-width: 851px) and (max-width: 900px) {
  .ucheck-wrapper .section-two-practice-cta-bg .cta-title-left-dis {
    text-align: left;
    padding: 0px 0px 60px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 850px) {
  .ucheck-wrapper .section-two-practice-cta-bg .cta-title-left-dis {
    text-align: left;
    padding: 0px 0px 50px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .section-two-practice-cta-bg .cta-title-left-dis {
    text-align: center;
    padding: 0;
  }
}
.ucheck-wrapper .section-two-practice-cta-bg .cta-title-left-dis p {
  margin: 0;
  font-size: 34px;
  color: #ffffff;
  line-height: 42px;
}
@media only screen and (min-width: 1366px) and (max-width: 1499px) {
  .ucheck-wrapper .section-two-practice-cta-bg .cta-title-left-dis p {
    font-size: 28px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .ucheck-wrapper .section-two-practice-cta-bg .cta-title-left-dis p {
    font-size: 26px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ucheck-wrapper .section-two-practice-cta-bg .cta-title-left-dis p {
    font-size: 25px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ucheck-wrapper .section-two-practice-cta-bg .cta-title-left-dis p {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .section-two-practice-cta-bg .cta-title-left-dis p {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 575px) {
  .ucheck-wrapper .section-two-practice-cta-bg .cta-title-left-dis p {
    font-size: 20px;
    line-height: 26px;
  }
}
.ucheck-wrapper .section-two-practice-cta-bg .cta-btn-box {
  margin-top: 24px;
}
.ucheck-wrapper .section-two-practice-cta-bg .cta-btn-box a {
  background: #ffffff;
  color: #000000;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  border-radius: 10px;
  padding: 10px 18px;
  display: inline-block;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .ucheck-wrapper .section-two-practice-cta-bg .cta-btn-box a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .ucheck-wrapper .section-two-practice-cta-bg .cta-btn-box a {
    padding: 9px 14px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .section-two-practice-cta-bg .cta-btn-box a {
    padding: 9px 14px;
    font-size: 14px;
  }
}

.ucheck-wrapper .section-two-practice-cta-bg .cta-btn-box a:hover {
  background: #e25574;
  color: #ffffff;
}
.ucheck-wrapper .section-two-practice-cta-bg .cta-img-right-img-box {
  position: static;
  text-align: end;
  padding-right: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ucheck-wrapper .section-two-practice-cta-bg .cta-img-right-img-box {
    position: static;
    margin-top: 40px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .ucheck-wrapper .section-two-practice-cta-bg .cta-img-right-img-box {
    display: none;
  }
}

/* ---------------ucheck-wrapper cta two css end -----------*/

/*medical practice management page css ends here*/
