@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap");
body {
  font-family: "Oxygen", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
  color: #000000;
  position: relative;
  background-color: #ffffff;
  text-rendering: optimizeLegibility;
  min-height: 100vh;
  overflow-x: hidden;
  padding: 0;
  padding-right: 0 !important;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

ul,
ol {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style: none;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #000000;
}
a:hover {
  color: #000000;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none;
  border: 1px solid #ccc;
  padding: 1rem 0.625rem;
  background-color: #fff;
  background-image: url("../images/select-arow.svg");
  background-repeat: no-repeat;
  background-position: right 0.625rem center;
  background-size: 0.625rem;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.blue-btn {
  color: #fff;
  font-family: "Oxygen", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0.9375rem 2rem;
  border-radius: 0.625rem;
  border-radius: 0.625rem;
  border: 1px solid var(--Sea, #049da5);
  background: #049da5;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.62rem;
  transition: all 0.3s ease-in-out;
}
.blue-btn img {
  max-width: 1rem;
  max-height: 1rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blue-btn:hover {
  background: #04767c;
  border: 1px solid #04767c;
  color: #fff;
}

.border-btn {
  color: var(--Sea, #049da5);
  font-family: "Oxygen", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0.9375rem 2rem;
  border-radius: 0.625rem;
  border: 1px solid var(--Sea, #049da5);
  background: transparent;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.62rem;
  transition: all 0.3s ease-in-out;
}
.border-btn img {
  max-width: 1rem;
  max-height: 1rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.border-btn:hover {
  gap: 1.25rem;
  padding: 0.9375rem 1.59rem;
  color: var(--Sea, #049da5);
}

a.chatbot {
  display: table;
  border-radius: 50%;
  background-color: #049da5;
  position: fixed;
  right: 3.13rem;
  bottom: 3.13rem;
  z-index: 999999999999999;
  filter: drop-shadow(0px 4px 5.2px rgba(179, 179, 179, 0.25));
}
a.chatbot img {
  max-width: 5rem;
  max-height: 5rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

h2 {
  color: var(--Black, #010101);
  font-family: "Libre Baskerville", serif;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.5rem;
  /* 155.556% */
  margin: 0;
}
h2 span {
  color: var(--Sea, #049da5);
  font-style: italic;
  font-weight: 400;
}

p {
  color: #000000;
  font-family: "Oxygen", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
  margin: 0;
}

header {
  background: #fff;
  -webkit-backdrop-filter: blur(24.5px);
          backdrop-filter: blur(24.5px);
  position: relative;
  z-index: 999;
}
header button {
  display: none;
}
header.sticky {
  position: sticky;
  top: 0;
  left: 0;
}
header.sticky .header-first-part {
  position: absolute;
  z-index: -99999;
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 0;
}
header.sticky .header-secend-part {
  border: none;
}
header .header-first-part {
  padding: 1.31rem 0 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-first-part .logo-wraper {
  display: table;
}
header .header-first-part .logo-wraper a {
  display: table;
}
header .header-first-part .logo-wraper a img {
  max-width: 11.42763rem;
  max-height: 4.5rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header .header-first-part .searchandcontact-wraper {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
header .header-first-part .searchandcontact-wraper input[type=search] {
  width: 26.125rem;
  border-radius: 0.625rem;
  background: #fff;
  box-shadow: 0px 2px 13.5px 0px rgba(171, 168, 168, 0.25);
  padding: 1.026rem;
  padding-left: 2.63rem;
  background-image: url(../images/search-icon.svg);
  background-repeat: no-repeat;
  background-position: left 1rem center;
  background-size: 1rem;
  outline: none;
  border: none;
}
header .header-first-part .searchandcontact-wraper input[type=search]::-moz-placeholder {
  color: var(--Blue, #144273);
  font-family: Oxygen;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
header .header-first-part .searchandcontact-wraper input[type=search]::placeholder {
  color: var(--Blue, #144273);
  font-family: Oxygen;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
header .header-first-part .searchandcontact-wraper .btn-wraper {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
header .header-first-part .searchandcontact-wraper .btn-wraper a {
  font-size: 1rem;
}
header .header-first-part .searchandcontact-wraper .btn-wraper a.border-btn {
  width: 12.125rem;
}
header .header-first-part .searchandcontact-wraper .for-responsive {
  display: none;
}
header .header-secend-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.46rem;
  padding: 1.87rem 0;
  border-top: 0.5px solid #010101;
}
header .header-secend-part #navigation {
  width: 100%;
}
header .header-secend-part #navigation nav {
  width: 100%;
}
header .header-secend-part #navigation nav ul.main-meniu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
}
header .header-secend-part #navigation nav ul.main-meniu li {
  color: var(--Black, #010101);
  font-family: Oxygen;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
}
header .header-secend-part #navigation nav ul.main-meniu li.active a {
  color: #049da5;
}
header .header-secend-part #navigation nav ul.main-meniu li.for-mobile {
  display: none;
}
header .header-secend-part #navigation nav ul.main-meniu li:has(.sub-menu) > a {
  padding-right: 1.37rem !important;
  background-image: url(../images/arpw-down.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1rem;
}
header .header-secend-part #navigation nav ul.main-meniu li a {
  color: var(--Black, #010101);
  transition: all 0.3s ease-in-out;
  padding: 0;
}
header .header-secend-part #navigation nav ul.main-meniu li:hover a {
  color: var(--Sea, #049da5);
}
header .header-secend-part #navigation nav ul.main-meniu li:hover:has(.sub-menu) > a {
  background-image: url(../images/arpw-down2.svg);
}
header .header-secend-part #navigation nav ul.main-meniu li:hover ul.sub-menu {
  max-height: 31.25rem;
}
header .header-secend-part #navigation nav ul.main-meniu li ul.sub-menu {
  position: absolute;
  top: 3.75rem;
  left: 0;
  width: 19.0625rem;
  max-height: 0;
  overflow: hidden;
  border-radius: 0.625rem;
  background: #fff;
  box-shadow: 0px 4px 5.3px 0px rgba(105, 105, 105, 0.25);
  transition: all 0.5s ease-in-out;
  z-index: 99999999;
}
header .header-secend-part #navigation nav ul.main-meniu li ul.sub-menu li {
  color: var(--Blue, #144273);
  border-bottom: 1px solid #d7d7d7;
}
header .header-secend-part #navigation nav ul.main-meniu li ul.sub-menu li a {
  color: var(--Blue, #144273);
  padding: 1rem;
  display: block;
}
header .header-secend-part #navigation nav ul.main-meniu li ul.sub-menu li:hover a {
  color: var(--Sea, #049da5);
}
header .header-secend-part #navigation nav ul.main-meniu li ul.sub-menu li:last-child {
  border: none;
}
header .header-secend-part a.employes {
  max-width: 9.25rem;
  width: 100%;
  color: #fff;
  font-family: Oxygen;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0.625rem;
  border-radius: 0.625rem;
  background: #049da5;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.38rem;
  transition: all 0.3s ease-in-out;
}
header .header-secend-part a.employes img {
  max-width: 1rem;
  max-height: 1rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header .header-secend-part a.employes:hover {
  background: #04767c;
}

footer {
  padding: 2.5rem 0 2.56rem;
  background: var(--Sea, #049da5);
}
footer .footer-first-part {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.87rem;
}
footer .footer-first-part .menu-wraper h5 {
  color: #fff;
  font-family: "Libre Baskerville", serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1.25rem;
}
footer .footer-first-part .menu-wraper ul li {
  color: #fff;
  font-family: Oxygen;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1.25rem;
}
footer .footer-first-part .menu-wraper ul li:last-child {
  margin: 0;
}
footer .footer-first-part .menu-wraper ul li a {
  transition: all 0.3s ease-in-out;
  color: #fff;
}
footer .footer-first-part .menu-wraper ul li:hover a {
  color: #ddd;
}
footer .footer-secent-part {
  padding: 1.87rem 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
footer .footer-secent-part p {
  margin: 0;
  color: #fff;
}
footer .footer-third-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.88rem;
}
footer .footer-third-part ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
footer .footer-third-part ul li {
  color: #fff;
  font-family: Oxygen;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
footer .footer-third-part ul li a {
  color: #fff;
}
footer .footer-third-part h6 {
  color: #fff;
  font-family: Oxygen;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

section.home-banner {
  position: relative;
}
section.home-banner::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #010101 0%, rgba(1, 1, 1, 0) 44.03%);
  position: absolute;
  top: 0;
  left: 0;
}
section.home-banner img.bg-img {
  width: 100%;
  height: 36.625rem;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-banner .content-wraper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  z-index: 9;
  padding-top: 3.62rem;
}
section.home-banner h1 {
  color: #fff;
  font-family: "Libre Baskerville";
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1.5rem;
}
section.home-banner h6 {
  color: #fff;
  font-family: Oxygen;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  /* 160% */
  margin-bottom: 0.75rem;
}
section.home-banner p {
  max-width: 35rem;
  color: #fff;
  margin-bottom: 3rem;
}

section.home-sec2 {
  padding: 5rem 0;
  position: relative;
  background-image: url(../images/bg-line-img.png);
  background-repeat: no-repeat;
  background-position: bottom 14rem center;
  background-size: 100% 28.25rem;
}
section.home-sec2 h2 {
  text-align: center;
  margin-bottom: 3.75rem;
}
section.home-sec2 .video-wraper {
  border-radius: 0.625rem;
  overflow: hidden;
  height: 46.25rem;
}
section.home-sec2 .video-wraper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.home-sec3 {
  padding: 3.57rem 0;
  background: linear-gradient(101deg, #ecfdfe 0%, #dce7f3 100%);
}
section.home-sec3 h2 {
  text-align: center;
  margin-bottom: 2.5rem;
}
section.home-sec3 .services-cart {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.home-sec3 .services-cart figure {
  margin: 0;
  border-radius: 0.625rem;
  display: block;
  overflow: hidden;
}
section.home-sec3 .services-cart figure img {
  width: 100%;
  height: 19.125rem;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease-in-out;
}
section.home-sec3 .services-cart h4 {
  color: var(--Blue, #144273);
  font-family: "Libre Baskerville";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 1rem 0;
}
section.home-sec3 .services-cart h4 a {
  color: var(--Blue, #144273);
}
section.home-sec3 .services-cart p {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  height: 4.5rem;
  margin-bottom: 1.25rem;
}
section.home-sec3 .services-cart a.border-btn {
  width: 12.125rem;
  justify-content: center;
}
section.home-sec3 .services-cart a.border-btn img {
  max-width: 1.25rem;
  max-height: 1.25rem;
}
section.home-sec3 .services-cart:hover figure img {
  transform: scale(1.04);
}

section.home-sec4 {
  padding: 5rem 0;
}
section.home-sec4 h2 {
  text-align: center;
  margin-bottom: 1.25rem;
}
section.home-sec4 p {
  max-width: 61rem;
  margin: 0 auto 2.5rem;
  text-align: center;
}
section.home-sec4 img.left-img {
  width: 100%;
  height: 33.25rem;
  -o-object-fit: contain;
     object-fit: contain;
}

ul.accordian > li {
  background: #fff;
  padding-bottom: 0.62rem;
  border-bottom: 1px solid #c5c5c5;
  margin-bottom: 0.62rem;
}
ul.accordian > li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
ul.accordian > li.active .cover-wraper {
  background: #eefeff;
}
ul.accordian > li.active .cover-wraper .heading-wraper::after {
  background-image: url(../images/arpw-up.svg);
}
ul.accordian > li .cover-wraper {
  border-radius: 0.625rem;
  padding: 1.25rem;
}
ul.accordian > li .heading-wraper {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-right: 2rem;
  position: relative;
}
ul.accordian > li .heading-wraper::after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../images/arpw-down3.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
ul.accordian > li .heading-wraper span {
  max-width: 2.5rem;
  width: 100%;
  height: 2.5rem;
  background-color: #144273;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
ul.accordian > li .heading-wraper span img {
  max-width: 1.25rem;
  max-height: 1.25rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
ul.accordian > li .heading-wraper h5 {
  max-width: 30.6875rem;
  color: var(--Blue, #144273);
  font-family: "Libre Baskerville", serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  /* 160% */
  margin: 0;
  cursor: pointer;
}
ul.accordian > li .content {
  display: none;
  margin-top: 0.63rem;
}
ul.accordian > li .content p {
  margin: 0;
  text-align: left;
}
ul.accordian .list {
  margin-top: 1rem;
}

section.home-sec5 {
  padding-bottom: 5rem;
}
section.home-sec5 h2 {
  text-align: center;
  margin-bottom: 1.69rem;
}
section.home-sec5 .grid-box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0 1.5rem;
}
section.home-sec5 .grid-box .grid-cart {
  border-radius: 0.625rem;
  background: #fff;
  padding: 1.5rem 1rem;
  position: relative;
}
section.home-sec5 .grid-box .grid-cart::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -0.5px;
  left: 0;
  border-radius: 0.625rem;
  z-index: -2;
  transform: scale(1.01);
  background: linear-gradient(to bottom, rgba(4, 157, 165, 0.56), rgba(255, 255, 255, 0.44));
}
section.home-sec5 .grid-box .grid-cart h5 {
  color: var(--Blue, #144273);
  text-align: center;
  font-family: "Libre Baskerville", serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1rem;
}
section.home-sec5 .grid-box .grid-cart p {
  color: var(--Black, #010101);
  text-align: center;
  line-height: 1.625rem;
  /* 162.5% */
  min-height: 3.25rem;
}

section.home-sec6 {
  padding-bottom: 5rem;
}
section.home-sec6 h2 {
  text-align: center;
}
section.home-sec6 .testimonials-slider .item {
  border-radius: 0.625rem;
  background: #fff;
  padding: 1.375rem 1.4375rem;
}
section.home-sec6 .testimonials-slider .item ul {
  display: flex;
  align-items: center;
  gap: 0.62rem;
  margin-bottom: 1.25rem;
}
section.home-sec6 .testimonials-slider .item ul li {
  display: table;
}
section.home-sec6 .testimonials-slider .item ul li img {
  max-width: 1.25rem;
  max-height: 1.25rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-sec6 .testimonials-slider .item p {
  color: var(--Blue, #144273);
  font-family: "Libre Baskerville", serif;
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5rem;
  /* 171.429% */
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #010101;
  margin-bottom: 1.25rem;
}
section.home-sec6 .testimonials-slider .item .profile-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
}
section.home-sec6 .testimonials-slider .item .profile-details .profile {
  display: flex;
  align-items: center;
  gap: 0.62rem;
  width: 100%;
}
section.home-sec6 .testimonials-slider .item .profile-details .profile img.avater {
  max-width: 1.25rem;
  max-height: 1.25rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-sec6 .testimonials-slider .item .profile-details .profile span {
  color: var(--Blue, #144273);
  font-family: Oxygen;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
  width: 100%;
}
section.home-sec6 .testimonials-slider .item .profile-details img.google {
  max-width: 2.75rem;
  max-height: 1.25rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-sec6 .testimonials-slider .center .item {
  box-shadow: 0px 5px 15.2px 0px rgba(166, 164, 164, 0.25);
}
section.home-sec6 .testimonials-slider .center .item p {
  font-size: 1rem;
  line-height: 1.75rem;
  border-bottom: 0px;
  /* 175% */
}
section.home-sec6 .testimonials-slider .owl-stage {
  padding: 2.5rem 0;
}
section.home-sec6 .testimonials-slider .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  margin: 0;
}
section.home-sec6 .testimonials-slider .owl-nav button {
  width: 3rem;
  height: 3rem;
  background-color: #049da5;
  border-radius: 50%;
  margin: 0;
  background-image: url(../images/arow-left.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.5rem;
}
section.home-sec6 .testimonials-slider .owl-nav button:hover {
  background-color: #049da5 !important;
  background-image: url(../images/arow-left.svg) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.5rem;
}
section.home-sec6 .testimonials-slider .owl-nav button span {
  display: none;
}
section.home-sec6 .testimonials-slider .owl-nav button.owl-next {
  transform: rotate(180deg);
}
section.home-sec6 .review-box {
  text-align: center;
  padding: 2rem;
  background: linear-gradient(101deg, #ecfdfe 0%, #dce7f3 100%);
  margin-top: 5rem;
}
section.home-sec6 .review-box h2 {
  color: var(--Blue, #144273);
  text-align: center;
  margin-bottom: 2.5rem;
}

section.home-sec7 {
  overflow: hidden;
  padding-bottom: 5rem;
}
section.home-sec7 h2 {
  text-align: center;
  margin-bottom: 2.5rem;
}
section.home-sec7 .marquee-inner {
  display: flex;
  align-items: center;
  gap: 0.63rem;
  width: -moz-max-content;
  width: max-content;
  animation: scroll-left 30s linear infinite;
}
section.home-sec7 .marquee-inner figure {
  display: table;
  margin: 0;
  border-radius: 0.625rem;
  overflow: hidden;
  position: relative;
  width: 27rem;
  height: 26.9375rem;
  flex-shrink: 0;
}
section.home-sec7 .marquee-inner figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-sec7 .marquee-inner figure i {
  position: absolute;
  top: 0.94rem;
  right: 0.88rem;
  color: #fff;
  font-size: 2.5rem;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

section.home-sec8 {
  background: linear-gradient(101deg, #ecfdfe 0%, #dce7f3 100%);
  position: relative;
  overflow: hidden;
}
section.home-sec8 img.bg-img {
  width: 100%;
  height: 43.125rem;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-sec8 .content-wraper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  z-index: 99;
  padding-top: 4.25rem;
}
section.home-sec8 .content-wraper h2 {
  max-width: 35.875rem;
  margin-bottom: 1.25rem;
}
section.home-sec8 .content-wraper p {
  max-width: 28rem;
}

.form-wraper {
  border-radius: 0.625rem;
  background: #fff;
  padding: 1.25rem;
}
.form-wraper input[type=submit] {
  width: 100%;
}
.form-wraper .fild-wraper {
  margin-bottom: 1rem;
}
.form-wraper .fild-wraper input:not([type=submit]),
.form-wraper .fild-wraper select,
.form-wraper .fild-wraper textarea {
  width: 100%;
  border-radius: 0.625rem;
  background: #f4f4f4;
  padding: 1.026rem 1rem;
  border: none;
  outline: none;
  color: var(--Blue, #144273);
}
.form-wraper .fild-wraper input:not([type=submit])::-moz-placeholder, .form-wraper .fild-wraper select::-moz-placeholder, .form-wraper .fild-wraper textarea::-moz-placeholder {
  color: var(--Blue, #144273);
  font-family: Oxygen;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.form-wraper .fild-wraper input:not([type=submit])::placeholder,
.form-wraper .fild-wraper select::placeholder,
.form-wraper .fild-wraper textarea::placeholder {
  color: var(--Blue, #144273);
  font-family: Oxygen;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.form-wraper .fild-wraper textarea {
  resize: none;
  height: 6.25rem;
}
.form-wraper .fild-wraper select {
  background-image: url(../images/select-arow.svg);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
}
.form-wraper .error-msg {
  color: red;
  font-size: 13px;
}
.form-wraper .fild-flex-wraper {
  border-radius: 0.625rem;
  background: #f4f4f4;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.62rem;
  margin-bottom: 1rem;
}
.form-wraper .fild-flex-wraper .select-wraper {
  display: table;
  padding: 1.026rem 0rem 1.026rem 0;
}
.form-wraper .fild-flex-wraper .select-wraper select {
  min-width: 3.375rem;
  height: 20px;
  width: 100%;
  padding: 0;
  padding-right: 1.5rem;
  padding-left: 1rem;
  border: none;
  border-radius: 0;
  border-right: 1.5px solid #144273;
  outline: none;
  color: var(--Blue, #144273);
  background-color: transparent;
  background-image: url(../images/select-arow.svg);
  background-repeat: no-repeat;
  background-position: right 0.62rem center;
  background-size: 0.625rem;
  cursor: pointer;
}
.form-wraper .fild-flex-wraper input {
  width: 100%;
  padding: 1.026rem 1rem;
  padding-left: 0;
  border: none;
  outline: none;
  color: var(--Blue, #144273);
  background-color: transparent;
}
.form-wraper .fild-flex-wraper input::-moz-placeholder {
  color: var(--Blue, #144273);
  font-family: Oxygen;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.form-wraper .fild-flex-wraper input::placeholder {
  color: var(--Blue, #144273);
  font-family: Oxygen;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.innerban {
  padding: 3.94rem 0;
  background: linear-gradient(0deg, #fff 0%, #cffdff 100%);
}
.innerban h1 {
  color: var(--Black, #010101);
  text-align: center;
  font-family: "Libre Baskerville";
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.innerban ul.breadcumb {
  display: flex;
  justify-content: center;
  margin-bottom: 0.75rem;
}
.innerban ul.breadcumb li {
  color: var(--Blue, #144273);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.innerban ul.breadcumb li a {
  color: var(--Blue, #144273);
  text-decoration-line: underline;
  position: relative;
}
.innerban ul.breadcumb li a::after {
  content: "/";
  display: inline-block;
  margin: 0 0.2rem;
}

.abt-sec1 {
  padding: 0 0 5rem;
}
.abt-sec1 h2 {
  margin-bottom: 1.25rem;
}
.abt-sec1 h4 {
  color: var(--Blue, #144273);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.25rem;
  /* 150% */
  margin-bottom: 1rem;
}
.abt-sec1 h4:not(:first-of-type) {
  margin-top: 2.5rem;
}
.abt-sec1 p {
  color: var(--Black, #010101);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
  margin-bottom: 1.25rem;
  display: block;
}

.list {
  margin-bottom: 1.25rem;
}
.list li {
  color: var(--Black, #010101);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
  position: relative;
  padding-left: 2.25rem;
}
.list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.1rem;
  width: 1.625rem;
  height: 1.625rem;
  background: url("../images/tick.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.list li:not(:last-child) {
  margin-bottom: 1rem;
}

.abt-sec2 {
  position: relative;
}
.abt-sec2 > img {
  position: absolute;
  left: 0;
  top: 49%;
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
}
.abt-sec2 .container {
  position: relative;
  z-index: 2;
}
.abt-sec2 .mission {
  padding: 0 0 5rem;
}
.abt-sec2 .mission h2 {
  margin-bottom: 1.25rem;
}
.abt-sec2 .mission h6 {
  color: var(--Blue, #144273);
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.25rem;
  /* 150% */
  max-width: 59.0625rem;
  margin: 0 auto 2.5rem;
}
.abt-sec2 .vision {
  padding: 0 0 5rem;
}
.abt-sec2 .vision h2 {
  margin-bottom: 1.25rem;
}
.abt-sec2 .vision h6 {
  color: var(--Blue, #144273);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.25rem;
  /* 150% */
  margin-bottom: 1.25rem;
}
.abt-sec2 .vision .image-sec {
  display: flex;
  gap: 0.69rem;
}
.abt-sec2 .vision .image-sec img {
  max-width: 12.9375rem;
  width: 33%;
}
.abt-sec2 .vision .image-sec img:nth-child(2) {
  margin-top: 1.75rem;
}

.abt-sec3 {
  padding: 0 0 5rem;
}
.abt-sec3 h2 {
  margin-bottom: 2.5rem;
}
.abt-sec3 .card-sec li {
  border-radius: 0.625rem;
  background: #fff;
  display: flex;
  text-align: left;
  padding: 2rem;
  position: relative;
}
.abt-sec3 .card-sec li::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 0.625rem;
  padding: 1px;
  background: linear-gradient(90deg, #049da5, #fff);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.abt-sec3 .card-sec li .image {
  width: 5rem;
  height: 5rem;
  background: #144273;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 1rem;
}
.abt-sec3 .card-sec li .image img {
  width: 2.5rem;
  height: 2.5rem;
}
.abt-sec3 .card-sec li .tx {
  width: 95%;
}
.abt-sec3 .card-sec li .tx h4 {
  color: var(--Blue, #144273);
  font-family: "Libre Baskerville";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  /* 160% */
  margin-bottom: 0.62rem;
}
.abt-sec3 .card-sec li .tx p {
  color: var(--Blue, #144273);
  font-size: 0.98rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
}
.abt-sec3 .card-sec li:nth-child(even)::before {
  background: linear-gradient(270deg, #049da5, #fff);
}

.abt-sec4 {
  overflow: hidden;
  position: relative;
}
.abt-sec4 > img {
  position: absolute;
  bottom: 3rem;
  left: 0;
}
.abt-sec4 h2 {
  margin-bottom: 2.5rem;
}
.abt-sec4 .doctor-slider .owl-stage {
  display: flex;
}
.abt-sec4 .doctor-slider .item {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}
.abt-sec4 .doctor-slider .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}
.abt-sec4 .doctor-slider .owl-nav button {
  margin: 0;
}
.abt-sec4 .doctor-slider .owl-nav button:hover {
  background: unset;
}
.abt-sec4 .doctor-slider .owl-stage-outer {
  overflow: visible;
}

.doc-card {
  padding: 1rem;
  border-radius: 0.625rem;
  background: #fff;
  box-shadow: 0px 4px 6.3px 0px rgba(155, 155, 155, 0.25);
  margin-bottom: 3.37rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.doc-card .image {
  border-radius: 0.625rem;
  background: var(--Sea, #049da5);
}
.doc-card .tx {
  text-align: center;
  padding: 1rem 0 0;
}
.doc-card .tx h5 {
  color: var(--Blue, #144273);
  text-align: center;
  font-family: "Libre Baskerville";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  /* 160% */
  margin-bottom: 0.63rem;
}
.doc-card .tx h6 {
  color: var(--Blue, #144273);
  text-align: center;
  font-family: Oxygen;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
  margin-bottom: 0;
}

.abt-sec5 {
  padding: 0 0 5rem;
}
.abt-sec5 h2 {
  margin-bottom: 1.25rem;
}

section.home-banner h1 {
  max-width: 42rem;
}
section.home-banner.innerBanner ul.breadCrumb {
  display: flex;
  margin: 0 0 1.5rem;
}
section.home-banner.innerBanner ul.breadCrumb li {
  color: #fff;
  font-family: Oxygen;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
section.home-banner.innerBanner ul.breadCrumb li a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  text-decoration: underline;
}
section.home-banner.innerBanner ul.breadCrumb li + li::before {
  content: "/";
  position: relative;
  font-family: Oxygen;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: inline-block;
  margin: 0px 0.3125rem;
  top: -0.0625rem;
}
section.home-banner.innerBanner .below_btn {
  display: flex;
  gap: 1.25rem;
}
section.home-banner.innerBanner .below_btn .blue-btn.border-btn {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
section.home-banner.innerBanner .below_btn .blue-btn.border-btn img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7461%) hue-rotate(128deg) brightness(94%) contrast(112%);
}

section.hmCare1 {
  padding: 5rem 0;
  background-image: url(../images/bg-line-img.png);
  background-repeat: no-repeat;
  background-position: bottom 14rem center;
  background-size: 100% 28.25rem;
}
section.hmCare1 p {
  margin: 0 0 2.5rem;
}
section.hmCare1 .row [class*=col-] {
  display: flex;
  flex-direction: column;
}
section.hmCare1 .row [class*=col-]:last-of-type p {
  margin-bottom: 0;
  margin: 2.5rem 0 0;
}
section.hmCare1 .eachPicRound {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
section.hmCare1 .eachPicRound img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.hmCare1 .eachPicRound.height402 {
  height: 100%;
  min-height: 25.125rem;
  max-height: 25.125rem;
  display: block;
  margin-top: auto;
}

.elegible {
  padding-bottom: 5rem;
  padding-top: 5rem;
}
.elegible .wrapper {
  position: relative;
}
.elegible .ab {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  max-width: 36.875rem;
}
.elegible.left-plus .wrp > img {
  left: -5rem;
}
.elegible .wrp {
  position: relative;
  padding: 2.75rem;
  border-radius: 0.625rem;
  background: var(--Sea, #049da5);
}
.elegible .wrp > img {
  position: absolute;
  left: 1.5rem;
  top: 0rem;
  max-width: 23.5625rem;
}
.elegible .wrp .text {
  max-width: 39.875rem;
  margin-left: auto;
}
.elegible p {
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
}
.elegible p:last-of-type {
  margin-top: 2.5rem;
}
.elegible h2 {
  color: #fff;
  font-size: 2.15rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3rem;
  /* 133.333% */
  margin-bottom: 0.62rem;
}
.elegible .list {
  margin: 2.75rem 0 0;
}
.elegible .list li {
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
}
.elegible .list li::before {
  filter: brightness(0) saturate(100%) invert(94%) sepia(94%) saturate(0%) hue-rotate(152deg) brightness(105%) contrast(105%);
}

.health-care3 {
  padding: 0 0 5rem;
}
.health-care3 h2 {
  margin-bottom: 2.5rem;
}
.health-care3 p {
  color: var(--Black, #010101);
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
}
.health-care3 .card-sec {
  margin-bottom: 2.5rem;
}
.health-care3 .blue-btn {
  margin-top: 1.25rem;
}

.wh-card {
  border-radius: 0.625rem;
  background: #fff;
  padding: 1.5rem;
  text-align: center;
  height: 100%;
  position: relative;
}
.wh-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 0.625rem;
  padding: 2px;
  background: linear-gradient(180deg, #049da5, #fff);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.wh-card .icon {
  width: 5rem;
  height: 5rem;
  background: #144273;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 1rem;
}
.wh-card .icon img {
  height: 2.5rem;
}
.wh-card .tx h3 {
  color: var(--Blue, #144273);
  text-align: center;
  font-family: "Libre Baskerville";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  /* 160% */
  margin-bottom: 1rem;
}
.wh-card .tx p {
  color: var(--Blue, #144273);
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
}

.health-sec4 {
  padding: 3.75rem 0;
  background: linear-gradient(101deg, #ecfdfe 0%, #dce7f3 100%);
  overflow: hidden;
}
.health-sec4.pal-offer p {
  max-width: 72rem;
}
.health-sec4.pal-offer .bt-content h2 {
  margin-top: 0;
}
.health-sec4 h2 {
  margin-bottom: 1rem;
}
.health-sec4 h4 {
  color: var(--Blue, #144273);
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.25rem;
  /* 150% */
  margin-bottom: 1rem;
}
.health-sec4 p {
  color: var(--Black, #010101);
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
  max-width: 43.875rem;
  margin: 0 auto 2.5rem;
}
.health-sec4 .offer-cara {
  margin-bottom: 2.5rem;
}
.health-sec4 .offer-cara .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}
.health-sec4 .offer-cara .owl-nav button {
  margin: 0;
}
.health-sec4 .offer-cara .owl-nav button:hover {
  background: unset;
}
.health-sec4 .offer-cara .owl-stage-outer {
  overflow: visible;
}
.health-sec4 .pg-links {
  padding: 1.75rem 1.88rem;
  border-radius: 0.625rem;
  background: #fff;
  box-shadow: 0px 4px 21.8px 0px rgba(143, 143, 143, 0.25);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.health-sec4 .pg-links li {
  width: 48%;
  position: relative;
  padding-left: 1.88rem;
}
.health-sec4 .pg-links li::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  left: 0;
  top: 0.2rem;
  background: url("../images/arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.health-sec4 .pg-links li a {
  color: var(--Blue, #144273);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
}
.health-sec4 .bt-content h2 {
  margin-top: 2.94rem;
}
.health-sec4 .bt-content p {
  text-align: left;
}
.health-sec4 .bt-content .extra-para {
  margin-top: 2.5rem;
}
.health-sec4 .bt-content .extra-para p {
  max-width: 100%;
  text-align: center;
  margin-bottom: 1.25rem;
}
.health-sec4 .bt-content .extra-para p:last-of-type {
  margin-bottom: 0;
}

.offer-card {
  text-align: left;
}
.offer-card .image {
  margin-bottom: 1rem;
  border-radius: 10px;
  overflow: hidden;
}
.offer-card h3 {
  color: var(--Blue, #144273);
  font-family: "Libre Baskerville";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.offer-card p {
  color: var(--Black, #010101);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
  text-align: left;
  margin-bottom: 0;
}

section.hmCare6 {
  padding: 5rem 0;
}
section.hmCare6 .headTxt {
  text-align: center;
  margin: 0 0 2.5rem;
}
section.hmCare6 .headTxt h2 {
  margin: 0 0 1.25rem;
}
section.hmCare6 ul.accordian li .heading-wraper h5 {
  max-width: 100%;
}

section.need_specific {
  text-align: center;
  padding: 2rem;
  background: linear-gradient(101deg, #ecfdfe 0%, #dce7f3 100%);
}
section.need_specific h2 {
  color: var(--Blue, #144273);
  text-align: center;
  margin-bottom: 2.5rem;
}

.offer-sec2 {
  padding: 3.75rem 0;
  background: linear-gradient(101deg, #ecfdfe 0%, #dce7f3 100%);
}
.offer-sec2 h2 {
  margin-bottom: 1rem;
}
.offer-sec2 h6 {
  color: var(--Blue, #144273);
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.25rem;
  /* 150% */
  margin-bottom: 2.5rem;
}
.offer-sec2 .creative-design {
  padding-block: 20rem;
  position: relative;
  right: 3rem;
  display: flex;
  justify-content: center;
  margin-bottom: 3.75rem;
}
.offer-sec2 .creative-design .middle {
  width: 26.9375rem;
  height: 26.9375rem;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 3;
}

.item-list {
  width: 100%;
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -6rem;
  z-index: inherit;
}
.item-list li {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  width: 12.5rem;
  transform-origin: center center;
  z-index: 1;
}
.item-list li.opend {
  z-index: 4;
}
.item-list li.opend .image span img {
  transform: rotate(45deg);
}
.item-list li.opend .inner::after {
  opacity: 0;
}
.item-list li .inner {
  position: relative;
  width: 12.5rem;
  height: 12.5rem;
}
.item-list li .inner::after {
  content: "";
  position: absolute;
  height: 400px;
  width: 1px;
  background: #979797;
  transition: all ease 0.3s 0s;
}
.item-list li:nth-child(1) .inner::after {
  transform: rotate(-45deg);
  position: absolute;
  top: 1rem;
  right: 0;
}
.item-list li:nth-child(2) .inner::after {
  transform: rotate(-180deg);
  position: absolute;
  top: 1rem;
  right: 0;
  left: 0;
  margin: auto;
}
.item-list li:nth-child(3) .inner::after {
  transform: rotate(45deg);
  position: absolute;
  top: 1.5rem;
  right: 13rem;
  left: 0;
  margin: auto;
}
.item-list li:nth-child(4) .inner::after {
  width: 400px;
  height: 1px;
  right: 0;
  top: 46%;
  transform: translateY(-50%);
}
.item-list li:nth-child(5) .inner::after {
  width: 400px;
  height: 1px;
  right: 0;
  top: 1rem;
  transform: rotate(40deg) translateY(-50%);
}
.item-list li:nth-child(6) .inner::after {
  height: 294px;
  width: 1px;
  right: 0;
  left: 0;
  margin: auto;
  top: -100%;
  transform: rotate(0deg);
}
.item-list li:nth-child(7) .inner::after {
  height: 400px;
  width: 1px;
  right: 0;
  left: 14rem;
  margin: auto;
  top: -95%;
  transform: rotate(45deg);
}
.item-list li:nth-child(8) .inner::after {
  width: 400px;
  height: 1px;
  left: 0;
  top: 46%;
  transform: translateY(-50%);
}
.item-list li:nth-child(9) .inner::after {
  transform: rotate(63deg);
  position: absolute;
  top: -0.9rem;
  right: unset;
  left: -6rem;
  margin: auto;
  height: 500px;
}
.item-list li:nth-child(10) .inner::after {
  transform: rotate(107deg);
  position: absolute;
  top: -11.9rem;
  right: unset;
  left: -8rem;
  margin: auto;
  height: 500px;
}
.item-list li img:not(span img) {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 2px solid #6c57c7;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  margin-bottom: 0.75rem;
  position: relative;
  z-index: 2;
}
.item-list li .image {
  position: relative;
}
.item-list li .image span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  background: #049da5;
  z-index: 3;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}
.item-list li .image span > img {
  width: 1.25rem;
  height: 1.25rem;
  transition: all ease 1s 0s;
}
.item-list li h4 {
  color: var(--Blue, #144273);
  text-align: center;
  font-family: "Libre Baskerville";
  font-size: 0.92rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  /* 150% */
  position: relative;
  z-index: 2;
}
.item-list li .tx {
  padding: 0.94rem 0.75rem;
  border-radius: 0.625rem;
  background: #fff;
  box-shadow: 0px 4px 7.5px 0px rgba(161, 161, 161, 0.25);
  position: absolute;
  top: 8.6rem;
  z-index: 2;
  display: none;
}
.item-list li .tx p {
  color: var(--Black, #010101);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  /* 142.857% */
  text-align: left;
}
.item-list li .tx a {
  color: var(--Sea, #049da5);
  font-family: Oxygen;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  /* 142.857% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-align: left;
}

section.hmCare3 {
  padding: 5rem 0;
}
section.hmCare3 h2 {
  text-align: center;
  margin: 0 0 2.5rem;
}
section.hmCare3 .bcc_fm {
  width: 100%;
  height: 100%;
}
section.hmCare3 .bcc_fm img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.625rem;
  overflow: hidden;
}

ul.eachHC {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
ul.eachHC li {
  background: #049da5;
  background: #049da5;
  background: linear-gradient(0deg, rgb(4, 157, 165) 0%, rgb(255, 255, 255) 44%, rgb(255, 255, 255) 58%, rgb(4, 157, 165) 100%);
  padding: 1px;
  border-radius: 10px;
}
ul.eachHC li .eachwrap {
  border-radius: 10px;
  background: #fff;
  padding: 16px 24px;
  display: grid;
  grid-template-columns: 2.5rem auto;
  gap: 1rem;
  align-items: center;
}
ul.eachHC li .eachwrap .eHcTxt h3 {
  color: var(--Blue, #144273);
  font-family: "Libre Baskerville";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  /* 160% */
  margin: 0 0 0.375rem;
}
ul.eachHC li .eachwrap .eHcTxt p {
  color: var(--Blue, #144273);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
}

.extra-sec-bn {
  margin-top: 2.5rem;
}
.extra-sec-bn p {
  margin-bottom: 2.5rem;
}

.employee-card {
  padding: 0.62rem 0.62rem 0;
  border-radius: 0.625rem;
  background: #fff;
  box-shadow: 0px 4px 8.4px 0px rgba(205, 205, 205, 0.25);
  margin-bottom: 1.87rem;
}
.employee-card .image {
  padding: 1.25rem 0;
  border-radius: 0.3125rem;
  background: linear-gradient(101deg, #ecfdfe 0%, #dce7f3 100%);
  overflow: hidden;
  position: relative;
}
.employee-card .image .pdf-ico {
  position: absolute;
  right: 0.5rem;
  top: 0.44rem;
  width: 1.5rem !important;
  height: 1.5rem;
  z-index: 2;
}
.employee-card .image img {
  max-width: 13.33331rem;
  margin: auto;
  transform: scale(1);
  transition: all ease 0.6s 0s;
}
.employee-card .tx {
  padding: 0.62rem 0;
}
.employee-card a {
  color: var(--Blue, #144273);
  font-family: "Libre Baskerville";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  /* 160% */
  display: flex;
  gap: 0 1rem;
}
.employee-card a span {
  width: 2rem;
  height: 2rem;
  border-radius: 0.625rem;
  background: var(--Sea, #049da5);
}
.employee-card a span img {
  width: 0.625rem;
  height: 0.625rem;
}
.employee-card:hover span img {
  animation: ani1 0.5s 0s;
}
.employee-card:hover .image img {
  transform: scale(1.1);
}

@keyframes ani1 {
  0% {
    transform: translate(0%, 0%);
  }
  40% {
    transform: translate(200%, -200%);
  }
  41% {
    transform: translate(-200%, 200%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
.fe-sec1 {
  padding: 0 0 4.33rem;
}
.fe-sec1 h2 {
  margin-bottom: 2.5rem;
}
.fe-sec1 .card-sec {
  max-width: 61rem;
  margin: auto;
}

.need_specific.odd h2 {
  margin-bottom: 1.25rem;
}
.need_specific.odd p {
  color: var(--Black, #010101);
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
}
.need_specific.odd p a {
  color: var(--Sea, #049da5);
  font-family: Oxygen;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625rem;
  text-decoration-line: underline;
  text-decoration-style: solid;
}

section.home-banner.innerBanner ul.breadCrumb {
  display: flex;
  margin: 0 0 1.5rem;
}
section.home-banner.innerBanner ul.breadCrumb li {
  color: #fff;
  font-family: Oxygen;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
section.home-banner.innerBanner ul.breadCrumb li a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  text-decoration: underline;
}
section.home-banner.innerBanner ul.breadCrumb li + li::before {
  content: "/";
  position: relative;
  font-family: Oxygen;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: inline-block;
  margin: 0px 0.3125rem;
  top: -0.0625rem;
}
section.home-banner.innerBanner .below_btn {
  display: flex;
  gap: 1.25rem;
}
section.home-banner.innerBanner .below_btn .blue-btn.border-btn {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
section.home-banner.innerBanner .below_btn .blue-btn.border-btn img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7461%) hue-rotate(128deg) brightness(94%) contrast(112%);
}

section.hmCare1 {
  padding: 5rem 0;
  background-image: url(../images/bg-line-img.png);
  background-repeat: no-repeat;
  background-position: bottom 14rem center;
  background-size: 100% 28.25rem;
}
section.hmCare1 p {
  margin: 0 0 2.5rem;
}
section.hmCare1 .row [class*=col-] {
  display: flex;
  flex-direction: column;
}
section.hmCare1 .row [class*=col-]:last-of-type p {
  margin-bottom: 0;
  margin: 2.5rem 0 0;
}
section.hmCare1 .eachPicRound {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
section.hmCare1 .eachPicRound img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.hmCare1 .eachPicRound.height402 {
  height: 100%;
  min-height: 25.125rem;
  max-height: 25.125rem;
  display: block;
  margin-top: auto;
}

section.hmCare2 {
  padding: 3.75rem 0;
  background: linear-gradient(101deg, #ecfdfe 0%, #dce7f3 100%);
}
section.hmCare2 .headingTxt {
  width: 100%;
  max-width: 54.625rem;
  margin: 0 auto 2.5rem;
  text-align: center;
}
section.hmCare2 .headingTxt h2 {
  margin: 0 0 1rem;
}
section.hmCare2 .headingTxt h3 {
  color: var(--Blue, #144273);
  text-align: center;
  font-family: Oxygen;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.25rem;
  /* 150% */
  margin: 0 0 1rem;
}
section.hmCare2 .headingTxt p {
  line-height: 26px;
  /* 162.5% */
}
section.hmCare2 .row {
  gap: 1.25rem 0;
}
section.hmCare2 .mb40 {
  margin-bottom: 2.5rem;
}

.wwr_item {
  display: flex;
  flex-direction: column;
}
.wwr_item .wwr_frame {
  width: 100%;
  height: 26.125rem;
  border-radius: 0.625rem;
  margin: 0 0 1.25rem;
  overflow: hidden;
}
.wwr_item .wwr_frame a {
  display: block;
  height: 100%;
  width: 100%;
}
.wwr_item .wwr_frame img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.wwr_item .wwr_details h4 {
  color: var(--Blue, #144273);
  font-family: "Libre Baskerville";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 1.25rem;
}
.wwr_item:hover .wwr_frame img {
  transform: scale(1.05);
}

section.hmCare3 {
  padding: 5rem 0;
}
section.hmCare3 h2 {
  text-align: center;
  margin: 0 0 2.5rem;
}
section.hmCare3 .bcc_fm {
  width: 100%;
  height: 100%;
}
section.hmCare3 .bcc_fm img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.625rem;
  overflow: hidden;
}

ul.eachHC {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
ul.eachHC li {
  background: #049da5;
  background: #049da5;
  background: linear-gradient(0deg, rgb(4, 157, 165) 0%, rgb(255, 255, 255) 44%, rgb(255, 255, 255) 58%, rgb(4, 157, 165) 100%);
  padding: 1px;
  border-radius: 10px;
}
ul.eachHC li .eachwrap {
  border-radius: 10px;
  background: #fff;
  padding: 16px 24px;
  display: grid;
  grid-template-columns: 2.5rem auto;
  gap: 1rem;
  align-items: center;
}
ul.eachHC li .eachwrap .eHcTxt h3 {
  color: var(--Blue, #144273);
  font-family: "Libre Baskerville";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  /* 160% */
  margin: 0 0 0.375rem;
}
ul.eachHC li .eachwrap .eHcTxt p {
  color: var(--Blue, #144273);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
}

section.hmCare4 {
  padding: 5rem 0;
}
section.hmCare4 .upFrontBg {
  border-radius: 10px;
  background: url(../images/curve_line.png) no-repeat, linear-gradient(101deg, #ecfdfe 0%, #dce7f3 100%);
  padding: 2.5rem 3.625rem 4.5625rem 3.125rem;
  background-position: bottom right;
  position: relative;
}
section.hmCare4 .upFrontBg .flex {
  display: flex;
  justify-content: space-between;
}
section.hmCare4 .upFrontBg .flex .headingTxt h2 {
  color: var(--Black, #010101);
  font-family: "Libre Baskerville";
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 1.25rem;
}
section.hmCare4 .upFrontBg .flex img.cost_front {
  position: absolute;
  left: 0;
  right: 5.5rem;
  bottom: 0;
  margin: auto;
  max-width: 32.5625rem;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.right_form {
  width: 100%;
  max-width: 26.125rem;
  position: relative;
  z-index: 1;
}
.right_form .form-wraper {
  border-radius: 0.625rem;
  background: #fff;
  padding: 1.25rem;
}
.right_form .form-wraper input[type=submit] {
  width: 100%;
}

section.hmCare5 {
  padding: 5rem 0;
}
section.hmCare5 .headTxt {
  text-align: center;
  margin: 0 0 1.5625rem;
}
section.hmCare5 .d-grid {
  display: grid;
  grid-template-columns: auto 23.9375rem;
  gap: 0.3125rem;
  padding-top: 2.55rem;
}
section.hmCare5 .panel_bx {
  display: flex;
  border-radius: 10px;
  background: var(--Sea, #049da5);
  position: relative;
  z-index: 1;
}
section.hmCare5 .panel_bx:first-child::before {
  content: " ";
  position: absolute;
  width: 18.5rem;
  height: 100%;
  background: url(../images/cross_img.png) no-repeat;
  background-position: top left;
  background-size: contain;
  z-index: -1;
}
section.hmCare5 .panel_bx .panel_img {
  width: 100%;
  max-width: 35rem;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
section.hmCare5 .panel_bx .panel_details {
  padding: 2.8125rem 1.875rem 2.8125rem 2.125rem;
}
section.hmCare5 .panel_bx .panel_details h4 {
  color: #fff;
  font-family: "Libre Baskerville";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 1.875rem;
}
section.hmCare5 .panel_bx .panel_details ul li {
  color: #fff;
}
section.hmCare5 .panel_bx .panel_details ul li::before {
  background: url(../images/white_tick.png);
}
section.hmCare5 .panel_bx.lightBlue {
  background: #f7f7f7;
}
section.hmCare5 .panel_bx.lightBlue .panel_details h4 {
  color: var(--Blue, #144273);
}
section.hmCare5 .panel_bx.lightBlue .panel_details ul li {
  color: var(--Blue, #144273);
}
section.hmCare5 .panel_bx.lightBlue .panel_details ul li::before {
  background: url(../images/tick.png);
}
section.hmCare5 .mb-40 {
  margin-bottom: 2.5rem;
}
section.hmCare5 .w1233 {
  width: 100%;
  max-width: 77.0625rem;
  margin: auto;
}

section.hmCare6 {
  padding: 5rem 0;
}
section.hmCare6 .headTxt {
  text-align: center;
  margin: 0 0 2.5rem;
}
section.hmCare6 .headTxt h2 {
  margin: 0 0 1.25rem;
}
section.hmCare6 ul.accordian li .heading-wraper h5 {
  max-width: 100%;
}

section.need_specific {
  text-align: center;
  padding: 2rem;
  background: linear-gradient(101deg, #ecfdfe 0%, #dce7f3 100%);
}
section.need_specific h2 {
  color: var(--Blue, #144273);
  text-align: center;
  margin-bottom: 2.5rem;
}

ul.list {
  margin-bottom: 1.25rem;
}
ul.list li {
  color: var(--Black, #010101);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
  position: relative;
  padding-left: 2.25rem;
}
ul.list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.1rem;
  width: 1.625rem;
  height: 1.625rem;
  background: url("../images/tick.png");
  background-repeat: no-repeat;
  background-size: contain;
}
ul.list li:not(:last-child) {
  margin-bottom: 1rem;
}

.innerban {
  padding: 3.94rem 0;
  background: linear-gradient(0deg, #fff 0%, #cffdff 100%);
}
.innerban h1 {
  color: var(--Black, #010101);
  text-align: center;
  font-family: "Libre Baskerville";
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.innerban ul.breadcumb {
  display: flex;
  justify-content: center;
  margin-bottom: 0.75rem;
}
.innerban ul.breadcumb li {
  color: var(--Blue, #144273);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.innerban ul.breadcumb li a {
  color: var(--Blue, #144273);
  text-decoration-line: underline;
  position: relative;
}
.innerban ul.breadcumb li a::after {
  content: "/";
  display: inline-block;
  margin: 0 0.2rem;
}

section.cntSec1 {
  padding: 0;
}
section.cntSec1 .headTxt {
  margin: 0 0 2.5rem;
}
section.cntSec1 .headTxt h2 {
  margin: 0 0 1.25rem;
}
section.cntSec1 .headTxt p {
  max-width: 40.125rem;
  width: 100%;
}
section.cntSec1 ul.touchList {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin: 0 0 2.5rem;
}
section.cntSec1 ul.touchList li {
  color: var(--Blue, #144273);
  font-family: Oxygen;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  /* 150% */
  display: flex;
  align-items: center;
  gap: 10px;
}
section.cntSec1 ul.touchList li i {
  color: #049da5;
  font-size: 1.5rem;
  width: 24px;
  text-align: center;
}
section.cntSec1 ul.touchList li a {
  color: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  /* 150% */
}
section.cntSec1 ul.social_media {
  display: flex;
  gap: 2.5rem;
  flex-wrap: wrap;
}
section.cntSec1 ul.social_media li {
  color: var(--Blue, #144273);
  font-family: Oxygen;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  /* 150% */
  display: flex;
  align-items: center;
  gap: 10px;
}
section.cntSec1 ul.social_media li i {
  color: #049da5;
  font-size: 1.5rem;
  width: 24px;
  text-align: center;
}
section.cntSec1 ul.social_media li a {
  color: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  /* 150% */
  text-decoration: underline;
}
section.cntSec1 h6 {
  color: var(--Black, #010101);
  font-family: Oxygen;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
  margin: 0 0 1.25rem;
}
section.cntSec1 .form-wraper {
  box-shadow: 0px 4px 9.9px 0px rgba(200, 200, 200, 0.25);
  position: relative;
}
section.cntSec1 .form-wraper::before {
  content: " ";
  position: absolute;
  width: 156.287px;
  height: 256.401px;
  flex-shrink: 0;
  background: url(../images/cnt_bef.png) no-repeat;
  left: -110px;
  top: 0;
  z-index: -1;
}
section.cntSec1 .form-wraper .d_flex {
  display: grid;
  gap: 1rem;
  grid-template-columns: auto 7.5rem;
}

section.cntSec2 {
  padding: 5rem 0;
}
section.cntSec2 .headTxt h2 {
  margin: 0 0 1.25rem;
}
section.cntSec2 .headTxt p {
  margin: 0 0 2.5rem;
}
section.cntSec2 .row.gap30 {
  gap: 1.875rem 0;
}
section.cntSec2 .cnDt h3 {
  color: var(--Blue, #144273);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625rem;
  /* 162.5% */
  margin: 0 0 0.625rem;
}
section.cntSec2 .cnDt ul {
  display: flex;
  gap: 0.625rem 0;
  flex-direction: column;
}
section.cntSec2 .cnDt ul li {
  color: var(--Black, #010101);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
}
section.cntSec2 .mapOwl .owl-stage-outer {
  overflow: visible;
}

section.cntSec3 {
  padding: 5rem 0;
}
section.cntSec3 .headTxt {
  text-align: center;
  margin: 0 0 2.5rem;
}
section.cntSec3 .headTxt h2 {
  margin: 0 0 1.25rem;
}
section.cntSec3 .headTxt p {
  margin: 0 0 1.25rem;
}

.table_responsive table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.table_responsive table thead th {
  padding: 1.25rem;
  text-align: center;
}
.table_responsive table thead tr {
  border-top: 1px solid #b0b0b0;
  border-bottom: 1px solid #b0b0b0;
  background: transparent;
}
.table_responsive table thead tr h3 {
  color: var(--Blue, #144273);
  font-family: "Libre Baskerville";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: none;
  margin: 0;
  padding: 0;
}
.table_responsive table tr {
  border-radius: 10px;
  background: #f7f7f7;
  padding: 0;
  margin: 0;
}
.table_responsive table tr.bgWht {
  background: #fff;
  padding: 0 0;
}
.table_responsive table tr.bgWht td {
  padding: 0.3125rem 0;
}
.table_responsive table th,
.table_responsive table td {
  padding: 0.625em;
  text-align: left;
}
.table_responsive table td {
  padding: 1.25rem;
  vertical-align: top;
}
.table_responsive table td h3 {
  color: var(--Black, #010101);
  font-family: Oxygen;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.table_responsive table td + td {
  border-left: 1px solid #b0b0b0;
}
.table_responsive table td ul.list {
  margin: auto;
  width: -moz-max-content;
  width: 100%;
  max-width: 361px;
}
.table_responsive table th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.table_responsive table tbody tr td:nth-child(1),
.table_responsive table tbody tr th:nth-child(1),
.table_responsive table thead tr td:nth-child(1),
.table_responsive table thead tr th:nth-child(1) {
  width: 25%;
  text-align: left;
}
.table_responsive table tbody tr td:nth-child(2),
.table_responsive table tbody tr th:nth-child(2),
.table_responsive table thead tr td:nth-child(2),
.table_responsive table thead tr th:nth-child(2) {
  width: 40%;
}
.table_responsive table tbody tr td:nth-child(3),
.table_responsive table tbody tr th:nth-child(3),
.table_responsive table thead tr td:nth-child(3),
.table_responsive table thead tr th:nth-child(3) {
  width: 35%;
}

section.bgSec1 {
  padding: 5rem 0;
}
section.bgSec1 .categories_list h3 {
  color: var(--Black, #010101);
  font-family: "Libre Baskerville";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 1.25rem;
}
section.bgSec1 .categories_list ul li {
  color: var(--Blue, #144273);
  font-family: Oxygen;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
section.bgSec1 .categories_list ul li a {
  color: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}
section.bgSec1 .categories_list ul li + li {
  margin-top: 1.25rem;
}

ul.blog_list > li + li {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid #acacac;
}

.blog_item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.875rem;
}
.blog_item .blogFrame {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.blog_item .blogFrame img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.blog_item .blogDetails {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog_item .blogDetails .blog_heading {
  display: grid;
  grid-template-columns: 3.5rem auto;
  gap: 1rem;
  align-items: center;
  margin: 0 0 3.0625rem;
}
.blog_item .blogDetails .blog_heading .blog_user {
  width: 3.5rem;
  height: 3.5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
.blog_item .blogDetails .blog_heading .blog_user img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog_item .blogDetails .blog_heading .blog_title h4 {
  color: var(--Black, #010101);
  font-family: Oxygen;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 0.375rem;
}
.blog_item .blogDetails .blog_heading .blog_title ul {
  display: flex;
  flex-wrap: wrap;
}
.blog_item .blogDetails .blog_heading .blog_title ul li {
  color: var(--Black, #010101);
  font-family: Oxygen;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.blog_item .blogDetails .blog_heading .blog_title ul li + li::before {
  content: " ";
  display: inline-block;
  position: relative;
  width: 0.25rem;
  height: 0.25rem;
  aspect-ratio: 1/1;
  margin: 0.2188rem 0.625rem;
  background: var(--Black, #010101);
  border-radius: 50%;
}
.blog_item .blogDetails .blog_det h2 {
  color: var(--Black, #010101);
  font-family: "Libre Baskerville";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.25rem;
  /* 150% */
  margin: 0 0 1rem;
}
.blog_item .blogDetails .blog_det p {
  padding: 0 0 1.25rem;
}
.blog_item .blogDetails .blog_det p a {
  color: var(--Sea, #049da5);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625rem;
  text-decoration-line: underline;
  text-underline-position: from-font;
}
.blog_item .blogDetails .blog_info {
  margin-top: auto;
}
.blog_item .blogDetails .blog_info ul.comment_like {
  display: flex;
  gap: 2.5rem;
  flex-wrap: wrap;
}
.blog_item .blogDetails .blog_info ul.comment_like li {
  color: var(--Black, #010101);
  text-align: center;
  font-family: Oxygen;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
  display: flex;
  gap: 0.375rem;
}
.blog_item .blogDetails .blog_info ul.comment_like li.share {
  margin-left: auto;
}
.blog_item .blogDetails .blog_info ul.comment_like li .like-icon {
  color: #049da5;
}
.blog_item .blogDetails .blog_info ul.comment_like li.share {
  position: relative;
  width: 140px;
  height: 50px;
  display: block;
}
.blog_item .blogDetails .blog_info ul.comment_like li.share a {
  width: -moz-max-content;
  width: max-content;
  height: 0;
  position: absolute;
  top: 5px;
  left: 2px;
  font-size: 14px;
}
.blog_item .blogDetails .blog_info ul.comment_like li.share .heateor_sss_sharing_container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 99;
  opacity: 0;
  margin: 0;
}
.blog_item .blogDetails .blog_info ul.comment_like li.share .heateor_sss_sharing_container span,
.blog_item .blogDetails .blog_info ul.comment_like li.share .heateor_sss_sharing_container a {
  position: static;
}
.blog_item .blogDetails .blog_info ul.comment_like li.share .heateor_sss_sharing_container span.heateor_sss_svg {
  width: 100% !important;
  height: 100% !important;
  z-index: 99;
  position: absolute;
}
.blog_item .blogDetails .blog_info ul.comment_like li.share span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 3px;
  left: 0;
}
.blog_item .blogDetails .blog_info ul.comment_like li.share span img {
  margin-left: 40px;
}
.blog_item:hover .blogFrame a img {
  transform: scale(1.1);
}

section.bgDtSec1 {
  padding: 2.5rem 0 5rem;
}
section.bgDtSec1 ul.breadCrumb {
  display: flex;
  margin: 0 0 0.75rem;
}
section.bgDtSec1 ul.breadCrumb li {
  color: var(--Blue, #144273);
  font-family: Oxygen;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
section.bgDtSec1 ul.breadCrumb li + li::before {
  content: "/";
  color: var(--Blue, #144273);
  font-family: Oxygen;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: inline-block;
  margin: 0 0.3125rem;
}
section.bgDtSec1 ul.breadCrumb li a {
  color: inherit;
  font-size: inherit;
  text-decoration: underline;
  font-weight: inherit;
}
section.bgDtSec1 h2 {
  color: var(--Black, #010101);
  font-family: "Libre Baskerville";
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 2.5rem;
}
section.bgDtSec1 p {
  margin: 0 0 1.25rem;
}
section.bgDtSec1 .bg_img_fm {
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
  margin: 0 0 1.25rem;
}
section.bgDtSec1 .bg_img_fm img {
  width: 100%;
}
section.bgDtSec1 h3 {
  color: var(--Black, #010101);
  font-family: Oxygen;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625rem;
  /* 130% */
  margin: 0 0 1.25rem;
}
section.bgDtSec1 ul.dot_list {
  margin: 0 0 1.25rem;
}
section.bgDtSec1 ul.dot_list li {
  color: var(--Black, #010101);
  font-family: Oxygen;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
  padding-left: 1.5625rem;
  position: relative;
}
section.bgDtSec1 ul.dot_list li::before {
  content: " ";
  position: absolute;
  left: 10px;
  top: 10.5px;
  width: 0.3125rem;
  height: 0.3125rem;
  background: #000;
  border-radius: 3.125rem;
}
section.bgDtSec1 .stickyBx {
  position: sticky;
  top: 100px;
}
section.bgDtSec1 .share_post {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 6.3px 0px rgba(155, 155, 155, 0.25);
  padding: 1rem;
  margin: 0 0 1.25rem;
}
section.bgDtSec1 .share_post .blog_heading {
  display: grid;
  grid-template-columns: 3.5rem auto;
  gap: 1rem;
  align-items: center;
  margin: 0 0 1.25rem;
}
section.bgDtSec1 .share_post .blog_heading .blog_user {
  width: 3.5rem;
  height: 3.5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
section.bgDtSec1 .share_post .blog_heading .blog_user img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.bgDtSec1 .share_post .blog_heading .blog_title h4 {
  color: var(--Black, #010101);
  font-family: Oxygen;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 0.375rem;
}
section.bgDtSec1 .share_post .blog_heading .blog_title ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
section.bgDtSec1 .share_post .blog_heading .blog_title ul li {
  color: var(--Black, #010101);
  font-family: Oxygen;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  padding-left: 10px;
}
section.bgDtSec1 .share_post .blog_heading .blog_title ul li:first-child {
  padding-left: 0;
}
section.bgDtSec1 .share_post .blog_heading .blog_title ul li img {
  display: inline-block;
  margin-right: 0.375rem;
  width: 1.25rem;
}
section.bgDtSec1 .share_post .blog_heading .blog_title ul li + li::before {
  content: " ";
  position: absolute;
  width: 0.25rem;
  height: 0.25rem;
  background: var(--Black, #010101);
  border-radius: 50%;
  top: 0.5625rem;
  left: 0;
}
section.bgDtSec1 .share_post .border-btn {
  display: block;
  text-align: center;
}
section.bgDtSec1 .share_post .shbtns {
  position: relative;
}
section.bgDtSec1 .share_post .heateor_sss_sharing_container {
  position: absolute;
  inset: 0;
  opacity: 0;
}
section.bgDtSec1 .share_post .heateor_sss_sharing_container .heateor_sss_sharing_ul {
  width: 100%;
  height: 100%;
}
section.bgDtSec1 .share_post .heateor_sss_sharing_container .heateor_sss_sharing_ul .heateor_sss_facebook {
  display: none !important;
}
section.bgDtSec1 .share_post .heateor_sss_sharing_container .heateor_sss_sharing_ul .heateor_sss_more {
  width: 100%;
  height: 100%;
}
section.bgDtSec1 .share_post .heateor_sss_sharing_container .heateor_sss_sharing_ul .heateor_sss_more span {
  position: absolute;
  inset: 0;
  height: 100% !important;
  width: 100% !important;
}
section.bgDtSec1 .comments_panels {
  border-radius: 0.625rem;
  background: #fff;
  box-shadow: 0px 4px 6.3px 0px rgba(155, 155, 155, 0.25);
  padding: 1rem;
}
section.bgDtSec1 .comments_panels h3 {
  font-family: Oxygen;
  line-height: normal;
  margin: 0 0 1.25rem;
}
section.bgDtSec1 .comments_panels .comments_item_bx {
  padding: 1rem;
  margin: 0 0 1.25rem;
}
section.bgDtSec1 .comments_panels .comments_item_bx .blog_heading {
  display: grid;
  grid-template-columns: 2.75rem auto;
  gap: 1rem;
  align-items: center;
  margin: 0 0 1rem;
}
section.bgDtSec1 .comments_panels .comments_item_bx .blog_heading .blog_user {
  width: 2.75rem;
  height: 2.75rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
section.bgDtSec1 .comments_panels .comments_item_bx .blog_heading .blog_user img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.bgDtSec1 .comments_panels .comments_item_bx .blog_heading .blog_title h4 {
  color: var(--Black, #010101);
  font-family: Oxygen;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 0.375rem;
}
section.bgDtSec1 .comments_panels .comments_item_bx .blog_heading .blog_title h6 {
  color: var(--Black, #010101);
  font-family: Oxygen;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
section.bgDtSec1 .comments_panels .comments_item_bx .blog_heading .blog_title ul {
  display: flex;
  flex-wrap: wrap;
}
section.bgDtSec1 .comments_panels .comments_item_bx .blog_heading .blog_title ul li {
  color: var(--Black, #010101);
  font-family: Oxygen;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.bgDtSec1 .comments_panels .comments_item_bx .blog_heading .blog_title ul li img {
  display: inline-block;
  margin-right: 0.375rem;
}
section.bgDtSec1 .comments_panels .comments_item_bx .blog_heading .blog_title ul li + li::before {
  content: " ";
  display: inline-block;
  position: relative;
  width: 0.25rem;
  height: 0.25rem;
  aspect-ratio: 1/1;
  margin: 0.2188rem 0.625rem;
  background: var(--Black, #010101);
  border-radius: 50%;
}
section.bgDtSec1 .comments_panels .comments_item_bx p {
  color: var(--Black, #010101);
  font-family: Oxygen;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
  /* 157.143% */
}
section.bgDtSec1 .comments_panels .comments_item_bx ul.like_reply {
  display: flex;
  gap: 1.875rem;
  border-top: 1px solid #cdcdcd;
  padding-top: 1rem;
}
section.bgDtSec1 .comments_panels .comments_item_bx ul.like_reply li {
  color: var(--Blue, #144273);
  text-align: center;
  font-family: Oxygen;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  /* 142.857% */
  display: flex;
  gap: 0.375rem;
}
section.bgDtSec1 .comments_panels .comments_item_bx ul.like_reply li a {
  color: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  /* 142.857% */
}
section.bgDtSec1 .comments_panels .comments_fill {
  margin: 0 0 0.625rem;
}
section.bgDtSec1 .comments_panels .comments_fill .gpCmtsFill {
  position: relative;
  margin: 0 0 0.625rem;
}
section.bgDtSec1 .comments_panels .comments_fill .gpCmtsFill textarea,
section.bgDtSec1 .comments_panels .comments_fill .gpCmtsFill input:not([type=submit]) {
  border-radius: 0.625rem;
  background: #f4f4f4;
  padding: 1rem 3rem 1rem 1rem;
  width: 100%;
  resize: none;
  color: #aeaeae;
  font-family: Oxygen;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: none;
  height: 3.25rem;
}
section.bgDtSec1 .comments_panels .comments_fill .gpCmtsFill textarea:focus,
section.bgDtSec1 .comments_panels .comments_fill .gpCmtsFill input:not([type=submit]):focus {
  outline: none;
}
section.bgDtSec1 .comments_panels .comments_fill .gpCmtsFill input[type=submit] {
  width: 16px;
  height: 16px;
  aspect-ratio: 1/1;
  background: url(../images/fly_send.svg) no-repeat;
  background-size: contain;
  border: none;
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
section.bgDtSec1 .comments_panels .comments_fill .commentlist .comment-author {
  margin-bottom: 17px;
  font-weight: 500;
}
section.bgDtSec1 .comments_panels .comments_fill .commentlist .comment-author a {
  font-family: "Oxygen", sans-serif;
  font-style: normal;
}
section.bgDtSec1 .comments_panels .comments_fill .commentlist .comment-author img {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
section.bgDtSec1 .comments_panels .comments_fill .commentlist .comment-meta {
  margin-bottom: 12px;
}
section.bgDtSec1 .comments_panels .comments_fill .commentlist .comment-meta a {
  font-size: 14px;
  font-weight: 500;
  color: #049da5;
}
section.bgDtSec1 .comments_panels .comments_fill .commentlist p {
  margin-bottom: 15px;
  font-weight: 500;
}
section.bgDtSec1 .comments_panels .comments_fill .commentlist .reply {
  margin-bottom: 17px;
}
section.bgDtSec1 .comments_panels .comments_fill .commentlist .reply a {
  font-size: 14px;
  font-weight: 500;
  background: #049da5;
  padding: 6px 8px;
  border-radius: 4px;
  color: #fff;
}
section.bgDtSec1 .comments_panels .comments_fill .comment-respond h3 {
  margin-bottom: 10px;
}
section.bgDtSec1 .comments_panels .comments_fill #commentform .form-submit {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  position: relative;
}
section.bgDtSec1 .comments_panels .comments_fill #commentform .form-submit::before {
  content: "";
  position: absolute;
  background-image: url("https://fm-connect1.fortmindz.in/wp-anova-healthcare/wp-content/themes/anova-healthcare/images/fly_send.svg");
  top: 8px;
  left: 9px;
  background-size: contain;
  width: 18px;
  height: 18px;
  filter: brightness(0) saturate(100%) invert(98%) sepia(36%) saturate(120%) hue-rotate(259deg) brightness(115%) contrast(100%);
}
section.bgDtSec1 .comments_panels .comments_fill #commentform input[type=submit] {
  position: static;
  color: transparent;
  background: #049da5;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  padding: 0;
  background-size: 20px;
  background-position: center;
  margin: auto;
}
section.bgDtSec1 .comments_panels .comments_fill p {
  color: var(--Black, #010101);
  font-family: Oxygen;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  margin: 0;
  padding: 0;
}
section.bgDtSec1 .comments_panels .comments_fill p a {
  color: var(--Sea, #049da5);
  font-weight: 700;
  text-decoration: underline;
}
section.bgDtSec1 .comments_panels .comments_fill form p {
  margin-bottom: 22px;
}
section.bgDtSec1 .comments_panels .comments_fill form .comment-form-comment {
  margin-bottom: 15px;
}
section.bgDtSec1 .comments_panels .comments_fill form label {
  display: block;
  margin-bottom: 10px;
}
section.bgDtSec1 .comments_panels .comments_fill form .comment-form-cookies-consent {
  position: relative;
}
section.bgDtSec1 .comments_panels .comments_fill form .comment-form-cookies-consent input[type=checkbox] {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 5px;
}
section.bgDtSec1 .comments_panels .comments_fill form .comment-form-cookies-consent label {
  padding-left: 30px;
}

.fcpf-sec1 h2 {
  margin-bottom: 1.25rem;
}
.fcpf-sec1 p {
  max-width: 67.3125rem;
  margin: 0 auto 2.5rem;
}
.fcpf-sec1 .image {
  padding: 0;
}
.fcpf-sec1 .image img {
  max-width: 100%;
  width: 100%;
  max-height: 8.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.fcpf-sec1 .employee-card {
  margin-bottom: 2.5rem;
}
.fcpf-sec1 .employee-card .tx {
  padding: 0.81rem 0;
}
.fcpf-sec1 p a {
  color: var(--Sea, #049da5);
  font-family: Oxygen;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625rem;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.fcpf-sec1 p:last-of-type {
  margin-bottom: 0;
}
.fcpf-sec1 p:first-of-type {
  margin: 0 auto 2.5rem;
}

.fcpf-sec2 {
  padding: 5rem 0;
}
.fcpf-sec2 h2 {
  margin-bottom: 1.25rem;
}
.fcpf-sec2 p {
  margin: auto;
  margin-bottom: 1.25rem;
  max-width: 77.125rem;
}

.fcpf-sec3 {
  padding-bottom: 5rem;
}

.fcpf-sec4 {
  padding-bottom: 5rem;
}
.fcpf-sec4 .image-wrp {
  border-radius: 0.625rem;
  background: linear-gradient(101deg, #ecfdfe 0%, #dce7f3 100%);
  position: relative;
}
.fcpf-sec4 .image-wrp .bg {
  margin-top: -14.5rem;
  z-index: 1;
}
.fcpf-sec4 .image-wrp img:not(.bg) {
  max-width: 37.25rem;
  max-height: 19.5rem;
  position: absolute;
  right: 1.69rem;
  bottom: 0;
  z-index: 2;
}
.fcpf-sec4 .image-wrp .inner {
  padding: 1.87rem 2.31rem;
  position: relative;
  z-index: 3;
}
.fcpf-sec4 .image-wrp h2 {
  margin-bottom: 1rem;
}
.fcpf-sec4 .image-wrp p {
  color: var(--Black, #010101);
  font-family: Oxygen;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
  max-width: 39.6875rem;
  margin-bottom: 1.5rem;
}
.fcpf-sec4 .right p {
  color: var(--Black, #010101);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
}
.fcpf-sec4 .right p a {
  color: var(--Sea, #049da5);
  font-family: Oxygen;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.fcpf-sec4 .right p span {
  color: var(--Blue, #144273);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}
.fcpf-sec4 .right p strong {
  color: var(--Blue, #144273);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
}
.fcpf-sec4 .right h5 {
  color: var(--Black, #010101);
  font-size: 1.25rem;
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  /* 160% */
}

.process li {
  padding: 1.25rem;
  border-radius: 0.625rem;
  background: #fff;
  box-shadow: 0px 4px 19.1px 0px rgba(183, 183, 183, 0.25);
  margin-bottom: 2.5rem;
}
.process li p + p {
  margin-top: 1.2rem;
}
.process li p:last-child strong {
  display: block;
}

section.cntSec3.fcpf2 {
  max-width: 78.3125rem;
  margin: 0 auto 2.5rem;
}

.privacy-sec1 {
  padding: 0 0 5rem;
}
.privacy-sec1 p {
  margin: 0 auto 2.5rem;
  color: var(--Black, #010101);
  font-family: Oxygen;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
  margin-bottom: 1rem;
}
.privacy-sec1 p a {
  color: var(--Sea, #049da5);
  font-family: Oxygen;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-bottom: 0;
}
.privacy-sec1 p.unique {
  max-width: 67.3125rem;
  margin: 0 auto 2.5rem;
  text-align: center;
}
.privacy-sec1 h2 {
  font-size: 1.8rem;
  text-align: center;
}
.privacy-sec1 h6 {
  text-align: center;
  color: #049da5;
  font-weight: 600;
  margin-bottom: 1.2rem;
}
.privacy-sec1 h3 {
  color: var(--Black, #010101);
  font-family: "Libre Baskerville";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.25rem;
  margin: 2rem 0 1rem;
}
.privacy-sec1 table th {
  white-space: nowrap;
}
.privacy-sec1 table td {
  color: var(--Black, #010101);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  margin-bottom: 1rem;
  vertical-align: top;
}
.privacy-sec1 table td .list {
  margin-top: 0.7rem;
}
.privacy-sec1 table td .list li {
  color: var(--Black, #010101);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  margin-bottom: 0.4rem !important;
}
.privacy-sec1 table th,
.privacy-sec1 table td {
  padding: 1rem;
}
.privacy-sec1 .list {
  margin-bottom: 0;
}
.privacy-sec1 .list li {
  padding-left: 2.05rem;
}
.privacy-sec1 .list li::before {
  width: 1.25rem;
  height: 1.25rem;
  background: url("../images/tick-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: 0px;
}
.privacy-sec1 .list li h5 {
  color: var(--Blue, #144273);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.privacy-sec1 .list li p {
  color: var(--Blue, #144273);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  /* 142.857% */
  margin-bottom: 1rem;
}
.privacy-sec1 .list li:not(:last-child) {
  margin-bottom: 1.25rem;
}
.privacy-sec1 .list li:last-child p {
  margin-bottom: 0;
}
.privacy-sec1 ol:not(:has(ol)) {
  list-style: none;
  counter-reset: my-awesome-counter;
}
.privacy-sec1 ol:not(:has(ol)) > li {
  padding: 1.25rem 1.88rem;
  border-radius: 0.625rem;
  background: linear-gradient(106deg, #ecfdfe 0%, #dce7f3 100%);
  counter-increment: my-awesome-counter;
}
.privacy-sec1 ol:not(:has(ol)) > li ul li {
  color: var(--Blue, #144273);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  margin-bottom: 1rem;
}
.privacy-sec1 ol:not(:has(ol)) > li ul li a {
  color: var(--Sea, #049da5);
  font-family: Oxygen;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-bottom: 0;
}
.privacy-sec1 ol:not(:has(ol)) > li h4 {
  color: var(--Black, #010101);
  font-family: "Libre Baskerville";
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.25rem;
  /* 150% */
  margin-bottom: 0.63rem;
}
.privacy-sec1 ol:not(:has(ol)) > li p {
  max-width: 100%;
  text-align: left;
}
.privacy-sec1 ol:not(:has(ol)) > li p {
  color: var(--Black, #010101);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  /* 142.857% */
  margin-bottom: 1rem;
}
.privacy-sec1 ol:not(:has(ol)) > li:not(:last-child) {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}

.abt-sec4 .doctor-slider .owl-nav button.disabled {
  opacity: 0;
}

section.careerSec1 {
  text-align: center;
}
section.careerSec1 h2 {
  margin: 0 0 1.25rem;
}
section.careerSec1 p {
  max-width: 865px;
  margin: 0 auto 2.5rem;
}
section.careerSec1 .itemCareer {
  width: 100%;
  height: 19.125rem;
  border-radius: 10px;
  overflow: hidden;
}
section.careerSec1 .itemCareer a {
  display: block;
  width: 100%;
  height: 100%;
}
section.careerSec1 .itemCareer a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.careerSec1 .splide {
  margin: 0 0 2.5rem;
}
section.careerSec1 .splide .splide__track ul.splide__list .splide__slide:nth-child(even) {
  margin-top: 3.75rem;
}

section.careerSec2 {
  padding: 5rem 0 2.5rem;
}
section.careerSec2 h2 {
  margin: 0 0 1.25rem;
}
section.careerSec2 h3 {
  color: var(--Blue, #144273);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.25rem;
  /* 150% */
  margin: 0 0 2.5rem;
}
section.careerSec2 .c_frame {
  width: 100%;
  border-radius: 0.625rem;
  overflow: hidden;
}
section.careerSec2 .c_frame img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.careerSec2 .c_frame.extraImg {
  width: calc(100% + 8.4375rem);
  position: relative;
  border: 1.25rem solid #fff;
}
section.careerSec2 .c_details {
  width: calc(100% - 8.4375rem);
  margin-left: auto;
  margin-top: 2.5rem;
}
section.careerSec2 .c_details p {
  line-height: 1.625rem;
  /* 162.5% */
}

section.careerSec3 {
  padding: 5rem 0;
  text-align: center;
}
section.careerSec3 h3 {
  color: var(--Blue, #144273);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.25rem;
  /* 150% */
  margin: 0 0 2.5rem;
  max-width: 61.125rem;
  margin: 0 auto 2.5rem;
}
section.careerSec3 ul.teamImg {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
}
section.careerSec3 ul.teamImg li {
  height: 34.4375rem;
  border-radius: 10px;
  overflow: hidden;
}
section.careerSec3 ul.teamImg li a {
  display: block;
  width: 100%;
  height: 100%;
}
section.careerSec3 ul.teamImg li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.careerSec3 ul.teamImg li:nth-child(even) {
  margin-top: 2.1875rem;
}

section.careerSec4 {
  padding: 2.5rem 0;
  background: linear-gradient(101deg, #ecfdfe 0%, #dce7f3 100%);
  text-align: center;
}
section.careerSec4 h2 {
  margin: 0 0 1.25rem;
}
section.careerSec4 p {
  margin: 0 0 1.25rem;
}
section.careerSec4 .row {
  gap: 20px 0;
}
section.careerSec4 .nav.GlobalNav {
  margin: 0 auto 2.5rem;
}

.nav.GlobalNav {
  justify-content: center;
  border-bottom: 1px solid #d2d2d2;
  width: -moz-max-content;
  width: max-content;
  gap: 2.5rem;
}
.nav.GlobalNav li a.nav-link {
  color: var(--Black, #010101);
  text-align: center;
  font-family: Oxygen;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
  position: relative;
  padding: 0.8125rem 0;
}
.nav.GlobalNav li a.nav-link::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 0.3125rem;
  background: #049da5;
  left: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.nav.GlobalNav li a.nav-link.active {
  color: var(--Sea, #049da5);
  background: transparent;
}
.nav.GlobalNav li a.nav-link.active::before {
  opacity: 1;
}

.c_opn_item {
  width: 100%;
  display: flex;
  height: 100%;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 8.4px 0px rgba(205, 205, 205, 0.25);
}
.c_opn_item h3 {
  color: var(--Blue, #144273);
  font-family: "Libre Baskerville";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 1.25rem;
}
.c_opn_item ul {
  margin: 0 0 1.25rem;
}
.c_opn_item ul li {
  color: var(--Blue, #144273);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
  text-align: left;
}
.c_opn_item ul li a {
  color: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: underline;
}
.c_opn_item ul li + li {
  margin-top: 1.25rem;
}
.c_opn_item a.blue-btn {
  width: 100%;
  text-align: center;
  padding: 1rem 2rem;
  margin-top: auto;
}

section.careerSec5 {
  padding: 5rem 0;
}
section.careerSec5 .item {
  text-align: left;
  border-radius: 0.625rem;
  background: #fff;
  padding: 1.375rem 1.4375rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
section.careerSec5 .item ul {
  display: flex;
  align-items: center;
  gap: 0.62rem;
  margin-bottom: 1.25rem;
}
section.careerSec5 .item ul li {
  display: table;
}
section.careerSec5 .item ul li img {
  max-width: 1.25rem;
  max-height: 1.25rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.careerSec5 .item p {
  color: var(--Blue, #144273);
  font-family: "Libre Baskerville", serif;
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5rem;
  /* 171.429% */
  padding: 0 0 1.25rem;
}
section.careerSec5 .item .profile-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  margin-top: auto;
  padding-bottom: 1.25rem;
  border-top: 1px solid #010101;
  padding-top: 1.25rem;
}
section.careerSec5 .item .profile-details .profile {
  display: flex;
  align-items: center;
  gap: 0.62rem;
  width: 100%;
}
section.careerSec5 .item .profile-details .profile img.avater {
  max-width: 1.25rem;
  max-height: 1.25rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.careerSec5 .item .profile-details .profile span {
  color: var(--Blue, #144273);
  font-family: Oxygen;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
  width: 100%;
}
section.careerSec5 .item:hover {
  box-shadow: 0px 5px 15.2px 0px rgba(166, 164, 164, 0.25);
}

section.home-sec8 {
  z-index: 1;
}
section.home-sec8 .content-wraper {
  padding-top: 4.25rem;
  padding-bottom: 4.25rem;
  position: static;
}
section.home-sec8 .bg-img {
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 0;
  height: 100% !important;
  -o-object-position: top;
     object-position: top;
  position: absolute;
  z-index: -1;
}
section.home-sec8.ppfSec6 p {
  max-width: 21rem;
}

section.ppfSec3 {
  padding: 4.8125rem 0;
  overflow: hidden;
}
section.ppfSec3 .headTxt {
  max-width: 67.3125rem;
  margin: 0 auto 1.25rem;
  text-align: center;
}
section.ppfSec3 .headTxt h2 {
  margin: 0 0 1.25rem;
}
section.ppfSec3 .acceptSlideBg {
  position: relative;
  background: linear-gradient(101deg, #ecfdfe 0%, #dce7f3 100%);
  padding: 2.5rem 0;
  z-index: 1;
}
section.ppfSec3 .acceptSlideBg::before {
  content: " ";
  position: absolute;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  width: 226px;
  height: 100%;
  flex-shrink: 0;
  left: 0;
  z-index: 1;
  top: 0;
}
section.ppfSec3 .acceptSlideBg::after {
  content: " ";
  position: absolute;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  width: 174px;
  height: 100%;
  flex-shrink: 0;
  right: 0;
  z-index: 1;
  top: 0;
}
section.ppfSec3 .acceptSlideBg h3 {
  color: var(--Blue, #144273);
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  /* 160% */
  margin: 0 0 1.25rem;
}
section.ppfSec3 .ipi_item {
  padding: 1rem 1.25rem;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 8.4px 0px rgba(205, 205, 205, 0.25);
  height: 100%;
  min-height: 20rem;
  padding-right: 3rem;
}
section.ppfSec3 .ipi_item img.ipi_logo {
  height: 3rem;
  width: auto;
  margin: 0 0 1rem;
}
section.ppfSec3 .ipi_item ul.dot_list {
  margin: 0 0 1.25rem;
}
section.ppfSec3 .ipi_item ul.dot_list li {
  color: var(--Black, #010101);
  font-family: Oxygen;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
  padding-left: 0.9375rem;
  position: relative;
}
section.ppfSec3 .ipi_item ul.dot_list li::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 10.5px;
  width: 0.3125rem;
  height: 0.3125rem;
  background: #000;
  border-radius: 3.125rem;
}
section.ppfSec3 .owl-carousel.ipiOwl {
  position: relative;
}
section.ppfSec3 .owl-carousel.ipiOwl .owl-stage-outer {
  overflow: visible;
}
section.ppfSec3 .owl-carousel.ipiOwl .owl-nav [class*=owl-] {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  background: #049da5;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  border-radius: 50%;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  z-index: 2;
}
section.ppfSec3 .owl-carousel.ipiOwl .owl-nav .owl-next {
  right: 0;
}

section.ppfSec4 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(101deg, #ecfdfe 0%, #dce7f3 100%);
  padding: 2.5rem 0;
  z-index: 1;
}
section.ppfSec4::before {
  content: " ";
  position: absolute;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  width: 189px;
  height: 100%;
  flex-shrink: 0;
  left: 0;
  z-index: 1;
  top: 0;
}
section.ppfSec4::after {
  content: " ";
  position: absolute;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  width: 185px;
  height: 100%;
  flex-shrink: 0;
  right: 0;
  z-index: 1;
  top: 0;
}
section.ppfSec4 h3 {
  color: var(--Blue, #144273);
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  /* 160% */
  margin: 0 0 1.25rem;
}
section.ppfSec4 .ipi_logo {
  display: flex;
  justify-content: center;
}
section.ppfSec4 .ipi_logo .aap_logo {
  height: 3rem;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
}
section.ppfSec4 .ipi_logo .aap_logo img {
  width: -moz-max-content;
  width: max-content;
  height: 100%;
}
section.ppfSec4 .owl-carousel.ipiOwl2 {
  position: relative;
}
section.ppfSec4 .owl-carousel.ipiOwl2 .owl-stage-outer {
  overflow: visible;
}
section.ppfSec4 .owl-carousel.ipiOwl2 .owl-nav [class*=owl-] {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  background: #049da5;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  border-radius: 50%;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  z-index: 2;
}
section.ppfSec4 .owl-carousel.ipiOwl2 .owl-nav .owl-next {
  right: 0;
}

section.ppfSec5 {
  padding: 5rem 0;
}
section.ppfSec5 h2 {
  margin: 0 0 2.5rem;
}
section.ppfSec5 ul.payHomeCare li {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 1.25rem;
}
section.ppfSec5 ul.payHomeCare li .icon_pic {
  width: 2rem;
  height: 2rem;
}
section.ppfSec5 ul.payHomeCare li .phc_details h3 {
  color: var(--Blue, #144273);
  font-family: Oxygen;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  /* 160% */
  margin: 0 0 1rem;
}
section.ppfSec5 ul.payHomeCare li .phc_details p {
  line-height: 26px;
  /* 162.5% */
}
section.ppfSec5 ul.payHomeCare li + li {
  margin-top: 2.5rem;
}
section.ppfSec5 .reg_bx {
  margin-top: 2.5rem;
  text-align: center;
}
section.ppfSec5 .reg_bx h3 {
  color: var(--Blue, #144273);
  text-align: center;
  font-family: Oxygen;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  /* 160% */
  margin: 0 0 2.5rem;
}
section.ppfSec5 .reg_bx ul.reg_logo {
  display: flex;
  gap: 4.25rem;
  justify-content: space-between;
  margin: 0 0 2.5rem;
}

section.fpSec1 {
  padding: 5rem 0;
}
section.fpSec1 .fp_provides {
  width: 100%;
}
section.fpSec1 .fp_provides img {
  width: 100%;
}
section.fpSec1 h2 {
  margin: 0 0 1.25rem;
}
section.fpSec1 p {
  line-height: 26px;
  /* 162.5% */
  margin: 0 0 2.5rem;
}
section.fpSec1 p a {
  color: var(--Sea, #049da5);
  font-style: normal;
  font-weight: 700;
}

section.fpSec2 {
  text-align: center;
}
section.fpSec2 h2 {
  margin: 0 0 1.25rem;
}
section.fpSec2 ul.timeline {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 1.375rem;
}
section.fpSec2 ul.timeline::before {
  content: " ";
  position: absolute;
  width: 82%;
  max-width: 100%;
  height: 28.026px;
  background: url(../images/stroke_dots.png) no-repeat;
  background-size: contain;
  background-size: 100% 100%;
  top: 35px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
section.fpSec2 ul.timeline li {
  flex: 1 0 0%;
}
section.fpSec2 ul.timeline li .referItem {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.fpSec2 ul.timeline li .referItem .referIcon {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  margin: 0 0 1rem;
}
section.fpSec2 ul.timeline li .referItem span {
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  flex-shrink: 0;
  border-radius: 3.75rem;
  background: var(--Blue, #144273);
  color: #fff;
  text-align: center;
  font-family: Oxygen;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1rem;
}
section.fpSec2 ul.timeline li .referItem p {
  color: var(--Black, #010101);
  text-align: center;
  font-family: Oxygen;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
}
section.fpSec2 .blueBg {
  position: relative;
  padding: 2.5rem 0;
  background: linear-gradient(101deg, #ecfdfe 0%, #dce7f3 100%);
  z-index: 1;
}

section.ppfSec5.otherPg h3 {
  margin: 0 0 1.25rem;
}
section.ppfSec5.otherPg h3 + p {
  margin: 0 0 3.25rem;
}

section.fcpf-sec1.ppfSec1 {
  padding: 5rem 0;
}
section.fcpf-sec1.ppfSec1 h3 {
  color: var(--Blue, #144273);
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  /* 160% */
  margin: 0 0 1.25rem;
}
section.fcpf-sec1.ppfSec1 .employee-card .image {
  padding: 0;
}
section.fcpf-sec1.ppfSec1 .employee-card .image img {
  width: 100%;
  max-width: 100%;
}

section.health-care3.ppfSec2 .card-sec {
  margin-bottom: 0;
}
section.health-care3.otherPg {
  padding: 5rem 0;
}
section.health-care3.otherPg .card-sec {
  margin-bottom: 0;
}

section.ppfSec5.otherPg .fullBgBlue {
  padding: 2.5rem 0;
  background: linear-gradient(101deg, #ecfdfe 0%, #dce7f3 100%);
}
section.ppfSec5.otherPg .fullBgBlue .reg_bx {
  margin: 0;
}
section.ppfSec5.otherPg .fullBgBlue .reg_bx ul.reg_logo {
  margin: 0;
}

section.elegible.otherPg {
  position: relative;
}
section.elegible.otherPg::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 452px;
  background: url(../images/bg-line-img.png);
  background-size: 100% 100%;
  bottom: -125px;
}
section.elegible.otherPg .headTxt {
  max-width: 67.3125rem;
  margin: 0 auto 2.5rem;
  text-align: center;
}
section.elegible.otherPg .headTxt h2 {
  margin: 0 0 1.25rem;
}
section.elegible.otherPg .headTxt h2,
section.elegible.otherPg .headTxt p {
  color: #000;
}
section.elegible.otherPg .headTxt p {
  margin-top: 0;
}
section.elegible.otherPg .ab {
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
section.elegible.otherPg .ab img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.reSec1 {
  padding: 5rem 0;
}
section.reSec1 .d-flex.adjustHead {
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-end;
  margin: 0 0 2.5rem;
  position: sticky;
  top: 100px;
  background: #fff;
  z-index: 1;
}
section.reSec1 .d-flex.adjustHead .search_form input[type=search] {
  width: 26.125rem;
  border-radius: 0.625rem;
  background: #fff;
  box-shadow: 0px 2px 13.5px 0px rgba(171, 168, 168, 0.25);
  padding: 1.026rem;
  padding-left: 2.63rem;
  background-image: url(../images/search-icon.svg);
  background-repeat: no-repeat;
  background-position: left 1rem center;
  background-size: 1rem;
  outline: none;
  border: none;
}
section.reSec1 .d-flex.adjustHead .search_form input[type=search]::-moz-placeholder {
  color: var(--Blue, #144273);
  font-family: Oxygen;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.reSec1 .d-flex.adjustHead .search_form input[type=search]::placeholder {
  color: var(--Blue, #144273);
  font-family: Oxygen;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.reSec1 .employee-card .tx a {
  justify-content: space-between;
}
section.reSec1 .employee-card .tx a p.oneline {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--Blue, #144273);
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  width: calc(100% - 50px);
}
section.reSec1 .employee-card .tx a span {
  display: flex;
  align-items: center;
  justify-content: center;
}

section.elegible .wrapper.pt-120 {
  padding-top: 7.5rem;
}

section.careerSec4 .c_opn_item a.blue-btn {
  font-size: 1rem;
}

section.careerSec5 h2 {
  text-align: center;
  margin: 0 0 2.5rem;
}

section.health-care3.ppfSec2 .wh-card {
  padding: 1.5rem 1.1rem;
}

.map-sec {
  margin: auto;
  margin-top: 2.5rem;
  position: relative;
}
.map-sec img {
  display: block;
}
.map-sec .map-card {
  position: absolute;
  bottom: 20%;
  left: 75%;
  width: 26.25rem;
  z-index: 99;
  opacity: 0;
  width: 0px;
  overflow: hidden;
  transition: opacity ease 2s 0s;
}
.map-sec .map-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 83%;
  width: 88%;
  border-radius: 0.75rem;
  background: #555555;
  filter: blur(40px);
  z-index: 1;
}
.map-sec .map-card::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  transform: rotate(-45deg);
  background: #fff;
  position: absolute;
  left: -0.76rem;
  bottom: 1.69rem;
  z-index: 2;
}
.map-sec .map-card .owl-stage-outer {
  overflow: visible;
}
.map-sec .map-card .owl-nav [class*=owl-] {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background: var(--Blue, #144273);
  border-radius: 50%;
  color: #fff;
  filter: drop-shadow(0px 4px 6.1px rgba(29, 29, 29, 0.25));
  position: absolute;
  top: calc(50% - 0.675rem);
  transform: translateX(-50%);
}
.map-sec .map-card .owl-nav .owl-prev {
  left: 1rem;
}
.map-sec .map-card .owl-nav .owl-next {
  right: -0.5rem;
}
.map-sec .map-card .owl-dots {
  text-align: center;
  z-index: 1;
  position: absolute;
  bottom: 0.7rem;
  left: 0;
  right: 0;
  margin: auto;
}
.map-sec .map-card .owl-dots .owl-dot {
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  margin: 0 2px;
  border-radius: 50%;
  background: #ccc;
  opacity: 0.7;
  transition: all 0.3s ease, transform 0.3s ease;
}
.map-sec .map-card .owl-dots .owl-dot span {
  display: none;
}
.map-sec .map-card .owl-dots .owl-dot:hover {
  background: #999;
}
.map-sec .map-card .owl-dots .owl-dot.active {
  background: #333;
  opacity: 1;
}
.map-sec .map-card .inner {
  position: relative;
  z-index: 2;
  padding: 1.25rem 2.37rem;
  background: #fff;
  border-radius: 0.75rem;
  text-align: left;
  width: 100%;
  padding-bottom: 2rem;
  min-height: 290px;
  height: 100%;
}
.map-sec .map-card .inner h6 {
  color: var(--Blue, #144273);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.map-sec .map-card .inner h5 {
  color: #000;
  font-family: "Libre Baskerville";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1.25rem;
  max-width: 180px;
  width: 100%;
}
@media (width <= 1200px) {
  .map-sec .map-card .inner h5 {
    max-width: 165px;
  }
}
.map-sec .map-card .inner .det li a {
  color: var(--Blue, #144273);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  /* 150% */
  display: flex;
  align-items: center;
  gap: 0 0.63rem;
}
.map-sec .map-card .inner .det li a img {
  width: 1.25rem;
  height: 1.25rem;
}
.map-sec .map-card .inner .det li:not(:last-child) {
  margin-bottom: 0.63rem;
}
.map-sec .map-card .inner .user {
  position: absolute;
  top: -2rem;
  right: 2.13rem;
  border: 4px solid #144273;
  border-radius: 50%;
  background: #fff;
}
.map-sec .map-card .inner .user img {
  width: 7.75rem;
  height: 7.75rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.map-sec .map-card .outer {
  position: relative;
  width: 26.25rem;
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: -5rem;
  top: 2rem;
}
.map-sec .map-part {
  position: relative;
  max-width: 45.3125rem;
  margin: auto;
}
.map-sec .map-part .img-wrp .img-inner {
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
}
.map-sec .map-part .img-wrp .img-inner > img {
  filter: brightness(0) saturate(100%) invert(90%) sepia(6%) saturate(39%) hue-rotate(172deg) brightness(107%) contrast(84%);
}
.map-sec .map-part .img-wrp .img-inner .tx {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.map-sec .map-part .img-wrp .img-inner .tx > img {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 auto 0.37rem;
}
.map-sec .map-part .img-wrp .img-inner .tx h6 {
  color: #fff;
  text-align: center;
  font-family: Oxygen;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  text-align: center;
}
.map-sec .map-part .img-wrp .img-inner:hover > .map-card {
  width: 26.25rem;
  opacity: 1;
  overflow: visible;
}
.map-sec .map-part .img-wrp.coverage-area .img-inner:hover > img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(73%) saturate(1163%) hue-rotate(183deg) brightness(98%) contrast(92%);
}
.map-sec .map-part .coverage-area .img-inner > img {
  filter: brightness(0) saturate(100%) invert(41%) sepia(35%) saturate(6191%) hue-rotate(158deg) brightness(98%) contrast(97%);
}
.map-sec .map-part .img1 {
  margin-bottom: 2px;
}
.map-sec .map-part .img2 {
  margin-top: 1px;
}
.map-sec .map-part .img3 {
  margin-top: -2.2px;
  margin-left: 2.2px;
}
.map-sec .map-part .img4 {
  margin-top: -17px;
  margin-left: 2.2px;
}
.map-sec .map-part .img4 .inenr > img img {
  width: 139px;
}
.map-sec .map-part .img5 {
  margin-top: 2px;
  margin-left: 2.2px;
}
.map-sec .map-part .img6 {
  margin-top: 3px;
  margin-left: 2.2px;
}
.map-sec .map-part .img6 .img-inner .tx {
  left: 41%;
  top: 52%;
}
.map-sec .map-part .img6 .img-inner > img {
  max-width: 224px;
}
.map-sec .map-part .img7 {
  margin-top: -20px;
  margin-left: 2.2px;
}
.map-sec .map-part .img7 .img-inner > img {
  max-width: 204px;
}
.map-sec .map-part .img8 {
  position: absolute;
  left: 308px;
  top: 84.8px;
}
.map-sec .map-part .img8 .img-inner > img {
  height: 139px;
}
.map-sec .map-part .img9 {
  position: absolute;
  left: 179.2px;
  top: 225.6px;
}
.map-sec .map-part .img10 {
  position: absolute;
  left: 124.32px;
  top: 380px;
}
.map-sec .map-part .img10 .img-inner > img {
  transform: rotate(359.4deg);
  height: 172px;
  width: 157px;
}
.map-sec .map-part .img11 {
  position: absolute;
  left: 59.2px;
  top: 551.2px;
}
.map-sec .map-part .img11 .img-inner .tx {
  left: 56%;
  top: 39%;
}
.map-sec .map-part .img11 .img-inner > img {
  max-width: 220px;
}
.map-sec .map-part .img12 {
  position: absolute;
  left: 216px;
  top: 548px;
}
.map-sec .map-part .img12 .img-inner .tx {
  left: 46%;
  top: 59%;
}
.map-sec .map-part .img12 .img-inner > img {
  height: 211px;
}
.map-sec .map-part .img13 {
  position: absolute;
  left: 174.4px;
  bottom: 0;
}
.map-sec .map-part .img14 {
  position: absolute;
  right: 187.2px;
  top: 225.28px;
}
.map-sec .map-part .img15 {
  position: absolute;
  right: 274.4px;
  top: 294.4px;
}
.map-sec .map-part .img15 .img-inner > img {
  width: 160px;
}
.map-sec .map-part .img16 {
  position: absolute;
  right: 276.8px;
  top: 382.4px;
  transform: rotate(-1deg);
}
.map-sec .map-part .img16 .img-inner > img {
  height: 211px;
}
.map-sec .map-part .img17 {
  position: absolute;
  right: 139.2px;
  top: 468.8px;
}
.map-sec .map-part .img17 .img-inner > img {
  height: 178px;
}
.map-sec .map-part .img18 {
  position: absolute;
  right: 88px;
  bottom: 0px;
}
.map-sec .map-part .img19 {
  position: absolute;
  right: 104px;
  top: 313.6px;
}
.map-sec .map-part .img20 {
  position: absolute;
  right: -12.8px;
  top: 531.2px;
}
.map-sec .info_map {
  width: 100%;
  max-width: 100%;
  width: 100%;
  position: absolute;
  bottom: -3.75rem;
}
.map-sec .info_map ul {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-left: 5.2rem;
}
.map-sec .info_map ul li {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.map-sec .info_map ul li + li {
  margin-left: 6.25rem;
}
.map-sec .info_map ul li span {
  width: 2.25rem;
}
.map-sec .info_map ul li p {
  font-size: 1.25rem;
  line-height: normal;
}

.btn-sec {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

section.cntSec2 .map-sec {
  margin-top: 0;
}
section.cntSec2 .map-sec .map-part {
  width: 45.3125rem;
}

section.home-sec8 .select2-container,
.cntSec1 .select2-container {
  width: 100% !important;
  background: #f4f4f4;
  padding: 0 0.3125rem;
  border-radius: 10px;
}
section.home-sec8 .select2-container--default .select2-selection--multiple,
.cntSec1 .select2-container--default .select2-selection--multiple {
  border: none !important;
  background: transparent !important;
}
section.home-sec8 .select2-container--default .select2-selection--multiple .select2-selection__rendered,
.cntSec1 .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  margin: 0 !important;
  padding: 0 !important;
}

section.home-sec8 .form-wraper .d_flex {
  display: grid;
  gap: 1rem;
  grid-template-columns: auto 7.5rem;
}

.quizModal .modal-dialog {
  max-width: 787px;
}
@media (width < 991px) {
  .quizModal .modal-dialog {
    max-width: 707px;
  }
}
.quizModal .modal-header {
  border-bottom: 1px solid var(--Blue, #144273);
  background: #f5f5f5;
}
.quizModal .modal-header h2 {
  color: var(--Blue, #144273);
  font-family: "Libre Baskerville";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.quizModal .modal-content {
  border-radius: 10px;
  overflow: hidden;
  border: none;
}
.quizModal .modal-body {
  padding: 0;
  padding-top: 0;
}
.quizModal.has-result .modal-header h2 {
  text-align: center;
  width: 100%;
}
.quizModal.privatepayModal .modal-dialog {
  max-width: 700px;
}
.quizModal.privatepayModal .switchbx {
  display: flex;
  align-items: center;
  justify-content: center;
  /* Text styling for Yes/No */
}
.quizModal.privatepayModal .switchbx input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
  display: block;
}
.quizModal.privatepayModal .switchbx label {
  cursor: pointer;
  width: 67px;
  height: 30px;
  background: #cfcfcf;
  display: block;
  border-radius: 50px;
  position: relative;
  transition: background 0.3s ease;
  /* Smooth transition for background */
  display: flex;
  /* Use flexbox for text alignment */
  align-items: center;
  justify-content: space-between;
  /* Space out Yes/No text */
  padding: 0 8px;
  /* Padding for text */
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  /* Inner shadow for depth */
  text-indent: 0;
  /* Remove original text-indent */
  overflow: hidden;
  /* Hide overflow from text */
}
.quizModal.privatepayModal .switchbx label::after {
  content: "";
  position: absolute;
  top: 4px;
  /* Adjusted top to center the circle vertically */
  left: 4px;
  /* Adjusted left */
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50%;
  /* Make it perfectly round */
  transition: 0.3s ease;
  /* Smooth transition for circle movement */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  /* Shadow for the circle */
}
.quizModal.privatepayModal .switchbx input:checked + label {
  background: #049da5;
  /* Greenish blue when checked */
}
.quizModal.privatepayModal .switchbx input:checked + label::after {
  left: calc(100% - 4px);
  /* Move to the right */
  transform: translateX(-100%);
  /* Compensate for left padding */
}
.quizModal.privatepayModal .switchbx label:active::after {
  width: 32px;
  /* Slightly wider when active */
}
.quizModal.privatepayModal .switchbx .toggle-text {
  position: absolute;
  font-size: 0.8rem;
  /* Smaller font size */
  font-weight: bold;
  color: #fff;
  /* White text */
  transition: opacity 0.3s ease;
  /* Smooth transition for text opacity */
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  /* Prevent text selection */
}
.quizModal.privatepayModal .switchbx .toggle-text.yes {
  left: 12px;
  /* Position Yes text */
  opacity: 0;
  /* Hidden by default */
}
.quizModal.privatepayModal .switchbx .toggle-text.no {
  right: 12px;
  /* Position No text */
  opacity: 1;
  /* Visible by default */
}
.quizModal.privatepayModal .switchbx input:checked + label .toggle-text.yes {
  opacity: 1;
  /* Show Yes when checked */
}
.quizModal.privatepayModal .switchbx input:checked + label .toggle-text.no {
  opacity: 0;
  /* Hide No when checked */
}
.quizModal.privatepayModal .step.step-first .threecolumn {
  display: flex;
  align-items: flex-start;
  gap: 0px;
  width: 100%;
  border: 1px solid var(--Blue, #144273);
}
.quizModal.privatepayModal .step.step-first .threecolumn:nth-child(1) {
  grid-area: 1/1/3/2;
}
.quizModal.privatepayModal .step.step-first .threecolumn:nth-child(2) {
  grid-area: 1/2/2/3;
}
.quizModal.privatepayModal .step.step-first .threecolumn:nth-child(3) {
  grid-area: 2/2/3/3;
}
.quizModal.privatepayModal .step.step-two .threecolumn {
  border: none;
  padding-bottom: 0;
}
.quizModal.privatepayModal .step.step-three .two-step-container .threecolumn .thcol {
  padding: 0;
  border: none;
  max-width: 100%;
}
.quizModal.privatepayModal .step.step-three .two-step-container .threecolumn .thcol .hours {
  display: flex;
  gap: 20px;
  width: 100%;
  justify-content: space-between;
}
.quizModal.privatepayModal .step.step-three .two-step-container .threecolumn .thcol .hours li {
  margin-bottom: 0;
  width: 300px;
}
.quizModal.privatepayModal .step.step-three .two-step-container .threecolumn .thcol .hours li .daycontainer {
  border: 1px solid var(--Blue, #144273);
  min-height: 63px;
  padding: 10px;
  border-radius: 10px;
}
.quizModal.privatepayModal .step.step-three .two-step-container .threecolumn .thcol .hours li .daycontainer label {
  min-width: 115px;
}
.quizModal.privatepayModal .step.step-three .two-step-container .threecolumn .thcol .hours li .daycontainer .switchbx input[type=checkbox] {
  display: none;
}
.quizModal.privatepayModal .step.step-three .two-step-container .threecolumn .thcol .hours li .daycontainer .switchbx label {
  min-width: auto;
}
.quizModal.privatepayModal .outer-row {
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 22px;
  grid-row-gap: 11px;
}
@media (width <= 767px) {
  .quizModal.privatepayModal .outer-row {
    padding: 15px;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
  }
}
.quizModal.privatepayModal .threecolumn {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-direction: column;
  border-radius: 10px;
  margin-top: 15px;
  padding-top: 20px !important;
}
@media (width <= 767px) {
  .quizModal.privatepayModal .threecolumn {
    gap: 15px;
    flex-direction: column;
  }
}
.quizModal.privatepayModal .threecolumn.days .thcol {
  margin: 0 auto;
  width: 100%;
  max-width: 310px;
  border: 1px solid var(--Blue, #144273);
  border-radius: 10px;
  position: relative;
  padding: 20px;
}
.quizModal.privatepayModal .threecolumn.days .total {
  max-width: 310px;
  width: 100%;
  border-top: 3px solid #049da5;
  margin: 10px auto 0;
  padding-top: 20px;
  border-radius: 10px;
}
.quizModal.privatepayModal .threecolumn.days .total .daycontainer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.quizModal.privatepayModal .threecolumn.days .total .daycontainer label {
  font-size: 16px;
  font-weight: 700;
}
.quizModal.privatepayModal .threecolumn.days .total .daycontainer input:not([type=submit]):-moz-read-only {
  color: #049da5;
  font-size: 25px;
  border: none;
  width: 80px;
  font-weight: 700;
  text-align: right;
  pointer-events: none;
}
.quizModal.privatepayModal .threecolumn.days .total .daycontainer input:not([type=submit]):read-only {
  color: #049da5;
  font-size: 25px;
  border: none;
  width: 80px;
  font-weight: 700;
  text-align: right;
  pointer-events: none;
}
.quizModal.privatepayModal .threecolumn.days .hours li {
  justify-content: flex-start;
  margin-bottom: 10px;
  gap: 20px;
  width: 100%;
}
@media (width <= 767px) {
  .quizModal.privatepayModal .threecolumn.days .hours li {
    gap: 35px;
    width: 100% !important;
  }
}
.quizModal.privatepayModal .threecolumn.days .hours li .daycontainer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.quizModal.privatepayModal .threecolumn.days .hours li .daycontainer .switchbx label {
  min-width: auto;
}
.quizModal.privatepayModal .threecolumn.days .hours li .daycontainer select {
  width: calc(100% - 130px);
  border-radius: 10px;
  border: 1px solid var(--Sea, #049da5);
  padding: 10px 16px;
  border-radius: 10px;
  background: #f9f9f9;
  position: relative;
  color: var(--Black, #010101);
  font-family: Oxygen;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
@media (width <= 767px) {
  .quizModal.privatepayModal .threecolumn.days .hours li .daycontainer select {
    width: calc(100% - 138px);
  }
}
.quizModal.privatepayModal .threecolumn.days .hours li .daycontainer label {
  min-width: 130px;
}
@media (width <= 767px) {
  .quizModal.privatepayModal .threecolumn.days .hours li .daycontainer label {
    min-width: 106px;
  }
}
.quizModal.privatepayModal .threecolumn.days .hours li .daycontainer label strong {
  font-weight: 700;
}
.quizModal.privatepayModal .threecolumn.days .hours li .daycontainer input:not([type=submit]) {
  width: 130px;
  border-radius: 10px;
  border: 1px solid var(--Sea, #049da5);
  padding: 10px 16px;
  border-radius: 10px;
  background: #f9f9f9;
  position: relative;
  color: var(--Black, #010101);
  font-family: Oxygen;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.quizModal.privatepayModal .threecolumn.days .hours li .daycontainer input:not([type=submit]):focus, .quizModal.privatepayModal .threecolumn.days .hours li .daycontainer input:not([type=submit]):focus-within {
  outline: none;
}
.quizModal.privatepayModal .threecolumn.days .hours li .daycontainer input:not([type=submit]):-moz-read-only {
  font-weight: 700;
  pointer-events: none;
}
.quizModal.privatepayModal .threecolumn.days .hours li .daycontainer input:not([type=submit]):read-only {
  font-weight: 700;
  pointer-events: none;
}
@media (width <= 767px) {
  .quizModal.privatepayModal .threecolumn.days .hours li .daycontainer input:not([type=submit]) {
    width: calc(100% - 138px);
  }
}
@media (width <= 767px) {
  .quizModal.privatepayModal .threecolumn.days .hours {
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
  }
}
.quizModal.privatepayModal .twobtncontainer {
  display: flex;
  align-items: center;
  gap: 23px;
  width: 100%;
}
.quizModal.privatepayModal .twobtncontainer button {
  width: 50%;
}
.quizModal.privatepayModal .twobtncontainer button.next.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.quizModal.privatepayModal .buttons {
  padding: 20px 16px 23px;
  width: 100%;
}
.quizModal.privatepayModal .buttons .btn {
  padding: 10.5px 20px;
  border-radius: 10px;
  background: var(--Sea, #049da5);
  width: 100%;
  border: none;
  color: white;
}
.quizModal.privatepayModal .thcol h6 {
  margin-bottom: 0 !important;
  position: absolute;
  display: inline-block;
  padding: 10px;
  background-color: #fff;
  top: -22px;
}
.quizModal.privatepayModal .thcol ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  gap: 20px;
}
.quizModal.privatepayModal .thcol ul li:last-child {
  margin-bottom: 0;
}
.quizModal.privatepayModal .thcol ul li .labels p {
  color: var(--Blue, #144273);
}
.quizModal.privatepayModal .thcol.thcol-1 {
  max-width: unset;
  width: 100%;
  position: relative;
  top: -20px;
}
.quizModal.privatepayModal .thcol.thcol-2 {
  width: 100%;
}
@media (width <= 767px) {
  .quizModal.privatepayModal .thcol.thcol-2 {
    width: 100%;
  }
}
.quizModal.privatepayModal .notes-card {
  background-color: #f3f4f6;
  padding: 15px;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  margin-top: 15px;
}
@media (width <= 767px) {
  .quizModal.privatepayModal .notes-card {
    margin-top: 30px;
  }
}
.quizModal.privatepayModal .notes-heading {
  font-size: 0.95rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 0.4rem;
}
.quizModal.privatepayModal .notes-list {
  list-style: disc;
  list-style-position: inside;
}
@media (width <= 767px) {
  .quizModal.privatepayModal .notes-list {
    padding: 0px 0 0 20px;
  }
}
.quizModal.privatepayModal .notes-list::marker {
  color: var(--Blue, #144273);
}
.quizModal.privatepayModal .notes-list li {
  margin-bottom: 0;
  border-radius: 0.25rem;
  padding: 0.3rem;
  transition: background-color 0.2s ease-in-out;
  list-style: disc;
  list-style-position: inside;
  font-size: 14px;
  font-weight: bold;
}
@media (width <= 767px) {
  .quizModal.privatepayModal .notes-list li {
    list-style-position: outside;
  }
}
.quizModal.privatepayModal .notes-list li:hover {
  background-color: #e5e7eb;
}
.quizModal.privatepayModal .notes-list li:last-child {
  margin-bottom: 0;
}
.quizModal.privatepayModal .notes-highlight {
  color: #144273;
  font-weight: bold;
}
.quizModal.privatepayModal .cs-row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
@media (width <= 767px) {
  .quizModal.privatepayModal .cs-row {
    flex-direction: column;
  }
}
.quizModal.privatepayModal .cs-row .rates {
  width: calc(50% - 10px);
  padding: 15px;
  background: rgba(20, 66, 115, 0.0588235294);
  border-radius: 10px;
}
@media (width <= 767px) {
  .quizModal.privatepayModal .cs-row .rates {
    width: 100%;
    margin-bottom: 0;
  }
}
.quizModal.privatepayModal .cs-row .rates:last-child {
  width: 100%;
}
.quizModal.privatepayModal .cs-row .rates h4 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: 1px;
}
.quizModal.privatepayModal .cs-row .rates h5 {
  color: var(--Blue, #144273);
  font-family: "Libre Baskerville";
  font-size: 32px;
}

.form-container .step.resultdiv {
  height: 401px;
  overflow-y: auto;
}
.form-container .step,
.form-container .sub-step {
  display: none;
}
.form-container .step.active,
.form-container .sub-step.active {
  display: block;
}
.form-container .buttons {
  display: flex;
  justify-content: space-between;
}
.form-container b,
.form-container strong {
  font-weight: unset;
}
.form-container .step h6 {
  color: var(--Blue, #144273);
  font-family: "Libre Baskerville";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
@media (width <= 767px) {
  .form-container .step h6 {
    font-size: 14px;
  }
}
.form-container .step .two-step-container {
  display: flex;
  flex-wrap: wrap;
}
.form-container .step .two-step-container .top-progress-inner {
  display: flex;
  align-items: center;
}
.form-container .step .two-step-container .top-progress-inner.full .top-progress {
  width: 100%;
  min-height: inherit;
}
.form-container .step .two-step-container .top-progress-inner .top-progress {
  padding: 16px;
  text-align: center;
  width: 50%;
  border-bottom: 10px solid var(--Blue, #144273);
}
@media (width <= 767px) {
  .form-container .step .two-step-container .top-progress-inner .top-progress {
    min-height: 81px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.form-container .step .two-step-container .top-progress-inner .top-progress.inactive {
  opacity: 0.3;
}
.form-container .step .two-step-container .formtext {
  padding: 20px 16px 23px;
}
.form-container .step .two-step-container .formtext h6 {
  color: black;
  margin-bottom: 20px;
}
.form-container .step .two-step-container .formtext h6.fs24 {
  color: var(--Black, #010101);
  text-align: center;
  font-family: "Libre Baskerville";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
@media (width <= 767px) {
  .form-container .step .two-step-container .formtext h6.fs24 {
    font-size: 16px;
  }
}
.form-container .step .two-step-container .formtext .radiosec ul li {
  margin-bottom: 20px;
}
@media (width <= 767px) {
  .form-container .step .two-step-container .formtext .radiosec ul li {
    margin-bottom: 12px;
  }
}
.form-container .step .two-step-container .formtext .radiosec ul li:last-child {
  margin-bottom: 0;
}
.form-container .step .two-step-container .formtext .radiosec ul li label {
  display: block;
  padding: 10px 16px;
  padding-left: 42px;
  border-radius: 10px;
  background: #f9f9f9;
  position: relative;
  color: var(--Black, #010101);
  font-family: Oxygen;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  border: 1px solid var(--Sea, rgba(4, 157, 165, 0));
}
.form-container .step .two-step-container .formtext .radiosec ul li label.active {
  border: 1px solid var(--Sea, #049da5);
}
.form-container .step .two-step-container .formtext .radiosec ul li label.active:after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #049da5;
  position: absolute;
  left: 20px;
  top: 15px;
  border-radius: 20px;
}
.form-container .step .two-step-container .formtext .radiosec ul li label:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 20px;
  border: 1px solid #049da5;
  background-color: white;
  position: absolute;
  left: 16px;
  top: 11px;
}
.form-container .step .two-step-container .formtext .radiosec ul li label input[type=radio],
.form-container .step .two-step-container .formtext .radiosec ul li label input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.form-container .step .two-step-container .formtext .radiosec.checksec ul li label {
  padding-left: 16px;
}
.form-container .step .two-step-container .formtext .radiosec.checksec ul li label:before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 20px;
  border: none;
  background-color: transparent;
  position: absolute;
  left: auto;
  top: -6px;
  right: -6px;
  display: none;
  background: url(../images/checkbox-active.png) no-repeat 0 0;
  background-size: 100% 100%;
  border: 1px solid white;
}
.form-container .step .two-step-container .formtext .radiosec.checksec ul li label:after {
  display: none;
}
.form-container .step .two-step-container .formtext .radiosec.checksec ul li label.active:before {
  display: block;
}
.form-container .step .two-step-container .formtext .employee-card {
  max-width: 213px;
  margin: 0 auto;
}
.form-container .step .two-step-container .formtext .employee-card .image {
  padding: 0;
}
.form-container .step .two-step-container .formtext .employee-card .image img {
  max-width: 100%;
  margin: 0;
  width: 100%;
}
.form-container .step .two-step-container .formtext .employee-card .tx a {
  color: var(--Blue, #144273);
  font-family: "Libre Baskerville";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  align-items: center;
}
.form-container .step .two-step-container .formtext .employee-card .tx a span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-container .step .two-step-container .formtext .restext {
  margin-top: 10px;
}
.form-container .step .two-step-container .formtext .restext p {
  margin-bottom: 10px;
  color: var(--Sea, #049da5);
  text-align: center;
  font-family: Oxygen;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}
.form-container .step .two-step-container .formtext .restext p:last-child {
  margin-bottom: 0;
}
.form-container .step .two-step-container .formtext .buttons {
  margin-top: 20px;
}
.form-container .step .two-step-container .formtext .buttons button {
  padding: 10.5px 20px;
  border-radius: 10px;
  background: var(--Sea, #049da5);
  width: 100%;
  border: none;
  color: white;
}
.form-container .step .two-step-container .formtext .buttons .startagain {
  background-color: white;
  border: 1px solid var(--Sea, #049da5);
  color: var(--Sea, #049da5);
}
.form-container .step .two-step-container .formtext .buttons .btn {
  padding: 10.5px 20px;
  border-radius: 10px;
  background: var(--Sea, #049da5);
  width: 100%;
  border: none;
  color: white;
  width: 50%;
}
.form-container .step .two-step-container .formtext .buttons .twobtncontainer {
  display: flex;
  align-items: center;
  gap: 23px;
  width: 100%;
}
.form-container .step .two-step-container .formtext .buttons .twobtncontainer button {
  width: 50%;
}
.form-container .step .two-step-container .formtext .buttons .twobtncontainer button.next.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.form-container .step .two-step-container .formtext .benefit {
  border-top: 1px solid #144273;
  padding-top: 20px;
  margin-top: 20px;
}
.form-container .step .two-step-container .formtext .benefit p {
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}
.form-container .step .two-step-container .formtext.submitform {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
}
.form-container .step .two-step-container .formtext.submitform input:not([type=submit]) {
  border-radius: 10px;
  background: #f4f4f4;
  padding: 16px;
  color: var(--Blue, #144273);
  font-family: Oxygen;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: none;
  width: 100%;
}
.form-container .step .two-step-container .formtext.submitform input:not([type=submit]):focus, .form-container .step .two-step-container .formtext.submitform input:not([type=submit]):focus-within {
  outline: none;
}
@media (width <= 767px) {
  .form-container .step .two-step-container .formtext.submitform input:not([type=submit]) {
    font-size: 14px;
  }
}
.form-container .step .two-step-container .formtext.submitform li.preffered {
  background: #f4f4f4;
  padding-right: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.form-container .step .two-step-container .formtext.submitform select {
  border-radius: 10px;
  background: #f4f4f4;
  padding: 16px;
  color: var(--Blue, #144273);
  font-family: Oxygen;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: none;
  width: 100%;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
@media (width <= 767px) {
  .form-container .step .two-step-container .formtext.submitform select {
    font-size: 14px;
  }
}
.form-container .step .two-step-container .formtext.submitform .phonecontainer {
  display: flex;
  align-items: center;
  border-radius: 10px;
  background: #f4f4f4;
  padding: 16px;
}
.form-container .step .two-step-container .formtext.submitform .phonecontainer input:not([type=submit]) {
  color: var(--Blue, #144273);
  font-family: Oxygen;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: none;
  width: 100%;
  border-left: 1px solid var(--Blue, #144273);
  border-radius: 0;
  padding: 0 0 0 10px;
}
@media (width <= 767px) {
  .form-container .step .two-step-container .formtext.submitform .phonecontainer input:not([type=submit]) {
    font-size: 14px;
  }
}
.form-container .step .two-step-container .formtext.submitform .phonecontainer select {
  padding: 0;
  border: none;
  background-color: transparent;
  padding-right: 10px;
  color: var(--Blue, #144273);
  font-family: Oxygen;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: auto;
  border-radius: 0;
  margin: 0 10px 0 0;
}
@media (width <= 767px) {
  .form-container .step .two-step-container .formtext.submitform .phonecontainer select {
    font-size: 14px;
  }
}
.form-container .step .two-step-container .formtext.submitform .btn {
  padding: 10.5px 20px;
  border-radius: 10px;
  background: var(--Sea, #049da5);
  width: 100%;
  border: none;
  color: white;
}
.form-container .step .sub-step {
  width: 100%;
}

.page-template-tpl-in-home-care .form-wraper .fild-flex-wraper {
  margin-bottom: 0;
}

.page-template-tpl-career .fild-flex-wraper .select-wraper {
  padding: 0;
}

.page-template-tpl-contact-us .wpcf7-not-valid-tip,
.page-template-tpl-home .wpcf7-not-valid-tip,
.page-template-page-prospective-patients-families-quiz .wpcf7-not-valid-tip,
.page-template-tpl-career .wpcf7-not-valid-tip {
  font-size: 13px;
  margin-top: 4px;
}
.page-template-tpl-contact-us .fild-flex-wraper,
.page-template-tpl-home .fild-flex-wraper,
.page-template-page-prospective-patients-families-quiz .fild-flex-wraper,
.page-template-tpl-career .fild-flex-wraper {
  background: transparent;
}
.page-template-tpl-contact-us .fild-flex-wraper input.wpcf7-form-control,
.page-template-tpl-home .fild-flex-wraper input.wpcf7-form-control,
.page-template-page-prospective-patients-families-quiz .fild-flex-wraper input.wpcf7-form-control,
.page-template-tpl-career .fild-flex-wraper input.wpcf7-form-control {
  background: #f4f4f4;
  padding: 1.026rem 1rem 1.026rem 4rem;
  border-radius: 0.625rem;
  padding-left: 90px !important;
}
.page-template-tpl-contact-us .fild-flex-wraper .selected-flag,
.page-template-tpl-home .fild-flex-wraper .selected-flag,
.page-template-page-prospective-patients-families-quiz .fild-flex-wraper .selected-flag,
.page-template-tpl-career .fild-flex-wraper .selected-flag {
  display: flex !important;
  align-items: center;
}
.page-template-tpl-contact-us .fild-flex-wraper .selected-flag .iti-flag,
.page-template-tpl-home .fild-flex-wraper .selected-flag .iti-flag,
.page-template-page-prospective-patients-families-quiz .fild-flex-wraper .selected-flag .iti-flag,
.page-template-tpl-career .fild-flex-wraper .selected-flag .iti-flag {
  margin: 0;
  position: relative;
}
.page-template-tpl-contact-us .fild-flex-wraper .selected-flag .selected-dial-code::after,
.page-template-tpl-home .fild-flex-wraper .selected-flag .selected-dial-code::after,
.page-template-page-prospective-patients-families-quiz .fild-flex-wraper .selected-flag .selected-dial-code::after,
.page-template-tpl-career .fild-flex-wraper .selected-flag .selected-dial-code::after {
  right: -21px;
  left: unset;
}
.page-template-tpl-contact-us .wpcf7-response-output,
.page-template-tpl-home .wpcf7-response-output,
.page-template-page-prospective-patients-families-quiz .wpcf7-response-output,
.page-template-tpl-career .wpcf7-response-output {
  margin: 1em 0.5em 1em !important;
  padding: 10px !important;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  border: 1px solid #eb6a6a !important;
}
.page-template-tpl-contact-us .wpcf7-spinner,
.page-template-tpl-home .wpcf7-spinner,
.page-template-page-prospective-patients-families-quiz .wpcf7-spinner,
.page-template-tpl-career .wpcf7-spinner {
  display: none !important;
}
.page-template-tpl-contact-us form.sent .wpcf7-response-output,
.page-template-tpl-home form.sent .wpcf7-response-output,
.page-template-page-prospective-patients-families-quiz form.sent .wpcf7-response-output,
.page-template-tpl-career form.sent .wpcf7-response-output {
  color: #0a7c15;
  font-weight: 500;
  border: 1px solid #0a7c15 !important;
}

.single-like-button:has(.liked) {
  color: #049da5;
}

section.bgDtSec1 ul.dot_list li {
  font-size: 1rem;
}

/* TADA */
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-8deg);
  }
  30%, 50%, 70% {
    transform: scale(1.3) rotate(8deg);
  }
  40%, 60% {
    transform: scale(1.3) rotate(-8deg);
  }
  80% {
    transform: scale(1) rotate(0);
  }
}
.map-sec:has(.info_map ul li:hover) .map-part .coverage-area .img-inner .tx img {
  animation: tada 2s linear infinite;
}

.alert-modal::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.quizModal .form-container .step .two-step-container {
  display: block;
}

.quizModal .radiosec ul li {
  position: relative;
}
.quizModal .radiosec ul li.preffered:has(.error-message) {
  background: transparent !important;
  padding-right: 0 !important;
  overflow: visible !important;
}
.quizModal .radiosec ul li.preffered:has(.error-message) select {
  background: #f4f4f4 !important;
}
.quizModal span.error-message {
  margin-top: 10px;
  display: block;
  margin-bottom: -10px;
}

.alert-modal .modal-dialog {
  max-width: 400px;
}
.alert-modal .modal-content {
  background: linear-gradient(145deg, #144273, #049da5);
  color: #fff;
  border-radius: 16px;
  border: none;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
  padding: 24px;
  animation: fadeInScale 0.3s ease-out;
  position: relative;
  border: 2px solid white;
}
.alert-modal .modal-body {
  padding: 0;
}
.alert-modal .modal-body h5#alertTitle {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
.alert-modal .modal-body p#alertMessage {
  font-size: 16px;
  color: #e0f7fa;
  margin-bottom: 0;
}
.alert-modal .modal-body .btn {
  margin-top: 20px;
  background-color: #000;
  color: #fff;
  border: none;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}
.alert-modal .modal-body .btn:hover {
  background-color: #333;
}

.password.modal {
  padding-right: 0 !important;
}
.password.modal .modal-dialog {
  max-width: 410px;
}
.password.modal .modal-content {
  border-radius: 10px;
}
.password.modal .modal-body {
  padding: 30px;
}
.password.modal .modal-body .icon {
  margin: 0 auto 30px;
  display: block;
  width: 40px;
  height: 40px;
}
.password.modal .modal-body h2 {
  color: var(--Black, #010101);
  text-align: center;
  font-family: "Libre Baskerville";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 16px;
}
.password.modal .modal-body p {
  color: var(--Black, #010101);
  text-align: center;
  font-family: Oxygen;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 30px;
}
.password.modal .modal-body p a {
  color: #049DA5;
  text-decoration: underline;
}
.password.modal .modal-body form {
  margin-bottom: 40px;
}
.password.modal .modal-body input:not([type=submit]) {
  width: 100%;
  border-radius: 10px;
  background: #F4F4F4;
  padding: 16px;
  color: var(--Blue, #144273);
  font-family: Oxygen;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: none;
}
.password.modal .modal-body input:not([type=submit]):focus {
  outline: none;
}
.password.modal .modal-body input[type=submit] {
  width: 100%;
}
.password.modal .modal-body .input {
  margin-bottom: 16px;
}
.password.modal .modal-body .input:last-child {
  margin-bottom: 0;
}
.password.modal.srch {
  padding: 0;
}
.password.modal.srch form {
  margin-bottom: 0;
}
.password.modal.srch button[type=submit] {
  margin-top: 20px;
  width: 100%;
}/*# sourceMappingURL=style.css.map */