/** @format */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.inline-heading span {
  display: inline-block;
}

.heading {
  color: #4c8589;
  font-family: Montserrat;
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.9375rem;
}

.bg {
  background: linear-gradient(180deg, rgba(235, 252, 255, 0.2) 0%, #e7fcff 100%);
}

img {
  max-width: 100%;
}

@keyframes float {
  0% {
    transform: translatey(0rem);
  }
  50% {
    transform: translatey(-5.625rem);
  }
  100% {
    transform: translatey(0rem);
  }
}
a {
  text-decoration: none;
  display: inline-block;
  color: #000;
  font-family: Montserrat;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
a:hover {
  text-decoration: none;
  color: #4c8589;
}

body {
  font-family: Poppins;
  overflow-x: hidden;
  color: #000;
}

p {
  color: #2e3138;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  margin-bottom: 0;
  font-family: Poppins;
}

.mb-60 {
  margin-bottom: 3.75rem;
}

.mt-60 {
  margin-top: 3.75rem;
}

.my-60 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.pb-60 {
  padding-bottom: 3.75rem;
}

.pt-60 {
  padding-top: 3.75rem;
}

.py-60 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.mb-70 {
  margin-bottom: 4.375rem;
}

.mt-70 {
  margin-top: 4.375rem;
}

.my-70 {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}

.pb-70 {
  padding-bottom: 4.375rem;
}

.pt-70 {
  padding-top: 4.375rem;
}

.py-70 {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}

h1 {
  color: #2e3138;
  font-family: Montserrat;
  font-size: 3.4375rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
h1 span {
  display: block;
  font-weight: 700;
  color: #4c8589;
}

h2 {
  color: #4c8589;
  font-family: Montserrat;
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 3.125rem;
  text-transform: capitalize;
  margin-bottom: 2.1875rem;
}
h2 span {
  font-weight: 600;
  display: block;
}

h3 {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.25rem;
}
h3 span {
  font-weight: 600;
  display: block;
}

.sub-heading {
  color: #818181;
  font-family: Montserrat;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}

ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.btn-sec a:not(:last-child) {
  margin-right: 0.6875rem;
}

.glb-btn {
  border-radius: 0.375rem;
  background: #4c8589;
  text-align: center;
  padding: 0.9375rem 1.25rem;
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.glb-btn:hover {
  color: #fff;
  background: #2c8886;
}
.glb-btn.glb-bd-btn {
  border-radius: 0.375rem;
  border: 0.0625rem solid #3fb7b4;
  color: #3fb7b4;
  background: transparent;
}
.glb-btn.glb-bd-btn:hover {
  background: #3fb7b4;
  color: #fff;
}

header {
  display: flex;
  background: #fff;
  box-shadow: 0rem 0.0625rem 0rem 0rem rgba(0, 0, 0, 0.1);
}
header .logo-sec {
  width: 12%;
  border-right: 0.0625rem solid rgba(0, 0, 0, 0.1);
}
header .logo-sec a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
header .logo-sec a img {
  display: block;
  margin: auto;
}
header .head-inner-wrap {
  width: 90%;
}
header .top-header {
  padding: 0.8125rem 1.875rem;
  padding-left: 0.9375rem;
  background: #4c8589;
  box-shadow: 0rem 0.0625rem 0rem 0rem rgba(0, 0, 0, 0.1);
}
header .top-header p {
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8125rem;
  font-style: normal;
  line-height: normal;
  font-weight: 400;
  letter-spacing: 0.0081rem;
  text-transform: capitalize;
}
header .top-header .social {
  display: flex;
  justify-content: flex-end;
  gap: 0 1.8125rem;
}
header .top-header .social li a {
  color: #fff;
}
header .bottom-header {
  padding: 0 1.25rem;
  padding-left: 0.9375rem;
}
header .bottom-header .bt-header-btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 1.375rem;
}
header .bottom-header .bt-header-btn .call-now {
  padding: 0.8125rem 1.625rem;
  background: #d4d6d9;
}
header .bottom-header .bt-header-btn .call-now p {
  font-family: Montserrat;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0.5rem;
}
header .bottom-header .bt-header-btn .call-now a {
  font-family: Montserrat;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
}
@media (min-width: 62rem) {
  header .bottom-header nav ul {
    display: flex;
    align-items: center;
  }
  header .bottom-header nav ul li a {
    display: flex;
    align-items: center;
    margin-right: 1.5625rem;
  }
  header .bottom-header nav ul li a:hover {
    color: #3fb7b4;
  }
  header .bottom-header nav ul .active a {
    font-weight: 500;
    color: #3fb7b4;
  }
  header .bottom-header nav .menu-item-has-children {
    position: relative;
    display: flex;
    align-items: center;
  }
  header .bottom-header nav .menu-item-has-children > a {
    margin-right: 0.3125rem;
  }
  header .bottom-header nav .menu-item-has-children::after {
    content: "";
    height: 0.375rem;
    width: 1.25rem;
    margin-right: 1.25rem;
    background: url("../images/dropdown.svg");
    background-repeat: no-repeat;
    background-position-y: center;
  }
  header .bottom-header nav .menu-item-has-children i {
    margin-left: 0.75rem;
  }
  header .bottom-header nav .menu-item-has-children ul.sub-menu {
    position: absolute;
    top: 3.125rem;
    padding: 0.75rem;
    border-radius: 0.75rem;
    background: #fff;
    box-shadow: 0rem 0.25rem 1.875rem 0.5rem rgba(0, 0, 0, 0.07);
    left: 0;
    overflow-y: auto;
    z-index: 5;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all ease 1s;
    max-height: 0;
  }
  header .bottom-header nav .menu-item-has-children ul.sub-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
    border-radius: 0.625rem;
    background-color: #f5f5f5;
  }
  header .bottom-header nav .menu-item-has-children ul.sub-menu::-webkit-scrollbar {
    width: 0.375rem;
    background-color: #f5f5f5;
  }
  header .bottom-header nav .menu-item-has-children ul.sub-menu::-webkit-scrollbar-thumb {
    border-radius: 0.625rem;
    -webkit-box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
    background-color: #2c8886;
  }
  header .bottom-header nav .menu-item-has-children ul.sub-menu li {
    margin-left: 0;
    margin-right: 0;
    opacity: 0;
    transition: all ease 1s;
  }
  header .bottom-header nav .menu-item-has-children ul.sub-menu li a {
    padding: 0.5rem 0.625rem;
    min-width: 18.5625rem;
    margin-right: 0;
    color: #000;
    font-size: 1rem;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-bottom: 0.0625rem dashed #4c8589;
    transition: all ease 0.3s 0s;
  }
}
@media (min-width: 62rem) and (min-width: 62rem) {
  header .bottom-header nav .menu-item-has-children ul.sub-menu li a:hover:hover {
    color: #4c8589;
  }
}
@media (min-width: 62rem) and (min-width: 62rem) {
  header .bottom-header nav .menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    max-height: 25rem;
    visibility: visible;
    overflow-y: auto;
  }
  header .bottom-header nav .menu-item-has-children:hover ul.sub-menu li {
    opacity: 1;
    transition: all ease 1s;
  }
}

ul.breadcrumb {
  padding: 0;
  margin: 0.75rem 0 0.875rem;
  list-style: none;
  justify-content: center;
}
ul.breadcrumb li {
  display: inline-flex;
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  align-items: center;
}
ul.breadcrumb li + li::before {
  padding: 0rem;
  content: "|";
  display: inline-block;
  width: 0.375rem;
  margin-left: 0.44rem;
  margin-right: 0.625rem;
}
ul.breadcrumb li a {
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
ul.breadcrumb li a:hover {
  color: #fff;
}

.banner-section {
  position: relative;
}
.banner-section .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-section .owl-dots {
  position: absolute;
  left: 1.875rem;
  top: 48%;
  transform: translateY(-48%);
  text-align: left;
  z-index: 3;
  margin-top: 0;
}
.banner-section .owl-dots .owl-dot {
  margin-bottom: 2.25rem;
  width: 0.875rem !important;
  height: 0.875rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: transparent;
}
.banner-section .owl-dots .owl-dot:last-child {
  margin-bottom: 0;
}
.banner-section .owl-dots .owl-dot span {
  background: transparent !important;
  width: 0.375rem !important;
  height: 0.375rem !important;
  margin: 0rem !important;
  background: #4c8589 !important;
  display: block !important;
  border-radius: 50% !important;
}
.banner-section .owl-dots .active {
  background: #4c8589;
}
.banner-section .owl-dots .active span {
  background: #fff !important;
}
.banner-section .item {
  position: relative;
}
.banner-section .item img {
  width: 100%;
}
.banner-section .bntx {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}
@keyframes fadeup {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
.banner-section .owl-animated-in.active .bntx h1 {
  animation: fadeup 2s 0s;
}

.faq {
  padding: 3.75rem 0;
  position: relative;
  border-bottom: 0.0625rem solid #c5ebf0;
}
.faq .left {
  position: absolute;
  bottom: 0;
  left: 2.5rem;
}
.faq .right {
  position: absolute;
  bottom: 0;
  right: 2.5rem;
  transform: scaleX(-1);
}
.faq .accordion {
  text-align: left;
  margin-top: 1.875rem;
  transition: max-height 0.5s ease-out;
  overflow: hidden;
}
.faq .accordion li {
  border-radius: 0.625rem;
  border: 0.0625rem solid #dedede;
  background: #fff;
  padding: 1.5625rem 1.1875rem;
  margin-bottom: 0.9375rem;
  cursor: pointer;
}
.faq .accordion li .ac-title {
  color: #2e3138;
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}
.faq .accordion li .ac-content {
  padding-top: 0.9375rem;
  margin-top: 0.625rem;
  display: none;
  border-top: 0.0625rem solid transparent;
}
.faq .accordion li .ac-content p {
  color: #555;
  font-family: Poppins;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem; /* 173.333% */
}
.faq .accordion li.active .ac-content {
  border-top: 0.0625rem solid #dedede;
}
.faq .accordion li.active .ac-title::after {
  content: "\f078";
}
.faq .ac-title {
  position: relative;
}
.faq .ac-title::after {
  content: "\f054";
  font-family: "Font Awesome 6 free";
  font-weight: 600;
  font-size: 1.625rem;
  color: #4c8589;
  position: absolute;
  top: 0rem;
  right: 0.9375rem;
}

.ab-box-sec {
  position: relative;
  z-index: 1;
}
.ab-box-sec ul {
  display: flex;
  position: relative;
  bottom: 6.5625rem;
  margin-bottom: -6.5625rem;
  background: #fff;
  box-shadow: 0rem 1.25rem 1.5625rem 0rem rgba(0, 0, 0, 0.1);
}
.ab-box-sec ul li {
  width: 33.33%;
  padding: 1.75rem 0.875rem 2.1875rem 0.9375rem;
  background: #fff;
  cursor: pointer;
  transition: all ease 0.3s 0s;
}
.ab-box-sec ul li:not(:last-child) {
  border-right: 0.0625rem solid #dedede;
}
.ab-box-sec ul li img {
  margin-bottom: 1.5625rem;
}
.ab-box-sec ul li h6 {
  color: #2e3138;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0.75rem;
}
.ab-box-sec ul li:hover {
  background: rgba(76, 133, 137, 0.5960784314);
}
.ab-box-sec ul li:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(2%) hue-rotate(142deg) brightness(115%) contrast(100%);
}
.ab-box-sec ul li:hover > * {
  color: #fff;
}
.ab-box-sec ul li.active {
  background: #4c8589;
}
.ab-box-sec ul li.active img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(2%) hue-rotate(142deg) brightness(115%) contrast(100%);
}
.ab-box-sec ul li.active > * {
  color: #fff;
}

.hm-section3 {
  overflow: hidden;
}
.hm-section3 .img-box {
  position: relative;
  overflow: hidden;
}
.hm-section3 .img-box img {
  display: block;
  width: 100%;
  transform: scale(1) rotate(0deg);
  transition: all ease 0.6s 0s;
}
.hm-section3 .img-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(25, 41, 75, 0.6);
  z-index: 1;
}
.hm-section3 .img-box .tx {
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hm-section3 .img-box .tx a {
  padding: 0.3125rem 2.0625rem 0.3125rem 0.3125rem;
  border-radius: 3.125rem;
  background: #fff;
  display: inline-flex;
  align-items: center;
  margin-top: 2.1875rem;
}
.hm-section3 .img-box .tx a span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background: #4c8589;
  border-radius: 50%;
  margin-right: 0.9375rem;
}
.hm-section3 .img-box .tx a span img {
  height: 1.5625rem;
}
.hm-section3 .img-box .tx a:hover {
  color: #000;
}
.hm-section3 .img-box:hover > img {
  transform: scale(1.5) rotate(20deg);
}

.profile-card {
  border-radius: 1.25rem 0rem 1.25rem 0rem;
  overflow: hidden;
  position: relative;
  transition: all ease 0.7s 0s;
}
.profile-card .share {
  position: absolute;
  right: 0.9375rem;
  top: 0.9375rem;
  width: 2.1875rem;
  height: 2.1875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 2;
  background: #fff;
}
.profile-card .share img {
  width: 1.25rem;
  height: 1.25rem;
}
.profile-card .social-media {
  position: absolute;
  z-index: 2;
  top: 3.75rem;
  right: 0.875rem;
  border-radius: 1.375rem;
  padding: 0.75rem;
  background: #fff;
}
.profile-card .social-media li a {
  margin-bottom: 0.75rem;
}
.profile-card .social-media li a i {
  font-size: 1.125rem;
  color: #4c8589;
}
.profile-card .social-media li:last-child a {
  margin-bottom: 0;
}
.profile-card .image {
  overflow: hidden;
  position: relative;
}
.profile-card .image img {
  width: 100%;
  transform: scale(1) rotate(0deg);
  transition: all ease 0.6s 0s;
}
.profile-card .ptx {
  padding: 0.9375rem;
  position: relative;
  z-index: 2;
  border-radius: 0rem 0rem 1.25rem 0rem;
  background: #4c8589;
  transition: all ease 0.7s 0s;
}
.profile-card .ptx h6 {
  color: #fff;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0.875rem;
}
.profile-card .ptx a {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.9);
  font-family: Poppins;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  text-transform: capitalize;
}
.profile-card .ptx a img {
  display: block;
  margin-left: auto;
  height: 0.9375rem;
  width: 1.0625rem;
}
.profile-card .ptx > * {
  color: #fff;
}
.profile-card:hover {
  box-shadow: rgba(24, 74, 83, 0.6) 0rem 0.5rem 1.5rem;
}
.profile-card:hover .ptx {
  background: #2f9795;
}
.hm-section4 {
  position: relative;
}
.hm-section4 .ab {
  position: absolute;
  top: 4.8125rem;
  left: 0;
  animation: float 6s infinite;
}
.hm-section4 .owl-dots {
  text-align: center;
  margin-top: 2.1875rem !important;
}
.hm-section4 .owl-dots .owl-dot {
  margin-right: 2.25rem;
  width: 0.9375rem !important;
  height: 0.9375rem !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: transparent;
}
.hm-section4 .owl-dots .owl-dot:last-child {
  margin-bottom: 0;
}
.hm-section4 .owl-dots .owl-dot span {
  background: transparent !important;
  width: 0.3125rem !important;
  height: 0.3125rem !important;
  margin: 0rem !important;
  background: #4c8589 !important;
  display: block !important;
  border-radius: 50% !important;
}
.hm-section4 .owl-dots .active {
  background: #4c8589;
}
.hm-section4 .owl-dots .active span {
  background: #fff !important;
}

.hm-section5 {
  position: relative;
}
.hm-section5 .ab {
  height: 9.875rem;
  width: 5.3125rem;
  position: absolute;
  right: 0;
  top: 1.25rem;
  z-index: 3;
}
.hm-section5::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: rgba(76, 133, 137, 0.9019607843);
}
.hm-section5 .pgtx {
  position: absolute;
  left: 0;
  top: 4.375rem;
  right: 0;
  margin: auto;
  z-index: 2;
}
.hm-section5 .pgtx ul {
  display: flex;
}
.hm-section5 .pgtx ul li {
  padding: 2.125rem;
  width: 100%;
  text-align: center;
}
.hm-section5 .pgtx ul li:not(:last-child) {
  border-right: 0.0625rem solid #fff;
}
.hm-section5 .pgtx ul li .image {
  width: 4.0625rem;
  margin: auto;
  height: 4.0625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.0625rem solid #fff;
  border-radius: 50%;
  margin-bottom: 1.375rem;
}
.hm-section5 .pgtx ul li h3 {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 2.4063rem */
  letter-spacing: 0.0875rem;
  text-transform: capitalize;
  margin-bottom: 0.75rem;
  position: relative;
}
.hm-section5 .pgtx ul li h3::after {
  content: "+";
  display: inline-block;
  margin-left: 0.25rem;
}
.hm-section5 .pgtx ul li h6 {
  color: #fff;
  font-family: Poppins;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 1.0313rem */
  text-transform: capitalize;
}
.hm-section5 > img {
  width: 100%;
}

.hm-section6 {
  position: relative;
  bottom: 12.5625rem;
  margin-bottom: -12.5625rem;
  padding-bottom: 4.375rem;
  z-index: 2;
}
.hm-section6::before {
  content: "";
  height: 100%;
  width: 35%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
}
.hm-section6 h2 {
  max-width: 33.125rem;
  margin-bottom: 3.4375rem;
}
.hm-section6 .owl-carousel img {
  width: unset;
}
.hm-section6 .stars {
  display: flex;
  margin-bottom: 0.9375rem;
}
.hm-section6 p {
  color: #555;
  font-family: Poppins;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2.375rem;
  margin-bottom: 1.8125rem;
  max-width: 39.8125rem;
}
.hm-section6 p b {
  color: #2e3138;
  font-family: Poppins;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 1.0313rem */
  letter-spacing: 0.0094rem;
  text-transform: capitalize;
}
.hm-section6 p:last-child {
  margin-bottom: 0;
}
.hm-section6 .cara-wrap {
  padding: 3.75rem 0;
  padding-right: 2.8125rem;
  border-radius: 0rem 0.625rem 0rem 0rem;
  background: #fff;
  position: relative;
}
.hm-section6 .cara-wrap .map {
  position: absolute;
  top: 1.5rem;
  right: 0;
}
.hm-section6 .cara-wrap .quote {
  position: absolute;
  top: 10rem;
  right: 0;
}
.hm-section6 .cara-wrap .owl-nav {
  position: absolute;
  right: 0;
  margin-top: 0;
  bottom: 0;
}

.form-sec {
  border-radius: 0.625rem;
  overflow: hidden;
  border: 0.0625rem solid #d4d6d9;
  background: #fff;
  box-shadow: 0rem 0.9375rem 1.875rem 0rem rgba(0, 0, 0, 0.1);
}
.form-sec label {
  color: #2e3138;
  font-family: Poppins;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.3125rem;
}
.form-sec label span {
  color: #ff5959;
}
.form-sec textarea {
  border-radius: 0.625rem;
  border: 0.0625rem solid #dadada;
  background: #fff;
  padding: 0.9375rem;
  height: 6.25rem;
  resize: none;
  width: 100%;
}
.form-sec .form-head {
  background: #d4d6d9;
  padding: 4.6875rem 4.1875rem 5.9375rem;
  position: relative;
}
.form-sec .form-head h2 {
  margin-bottom: 1.25rem;
  color: #1a1a18;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
}
.form-sec .form-head h2 span {
  display: inline-block;
  font-weight: 600;
}
.form-sec .form-head h3 {
  color: #1a1a18;
  margin-bottom: 0;
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  line-height: normal;
}
.form-sec .form-head h3 a {
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 400;
}
.form-sec .form-head::before {
  content: "";
  position: absolute;
  left: 1.25rem;
  bottom: -0.75rem;
  height: 1.5rem;
  transform: rotate(45deg);
  width: 1.5rem;
  background: #d4d6d9;
}
.form-sec .form-head .frm-animate {
  position: absolute;
  left: 0;
  top: 3.3125rem;
  animation: float 6s infinite;
}
.form-sec .form-head .hp {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
}
.form-sec form {
  padding: 2.75rem 1.875rem 1.875rem;
}
.form-sec form .fr-wrap:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.form-sec form .fr-wrap {
  position: relative;
}
.form-sec form .fr-wrap img {
  position: absolute;
  right: 5px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
.form-sec form .fr-wrap span[data-name=your-state] {
  position: relative;
}
.form-sec form .fr-wrap span[data-name=your-state]::before {
  content: "";
  height: 1.6rem;
  width: 1.3rem;
  background: url("../images/drop.png");
  background-repeat: no-repeat;
  position: absolute;
  right: 1rem;
  top: 45%;
  z-index: 1;
  transform: translateY(-50%);
}
.form-sec form .fr-wrap input[name=dynamic-related-locations] + p, .form-sec form .fr-wrap input[name=dynamic-doctor-profile] + p, .form-sec form .fr-wrap input[name=dynamic-related-services] + p {
  position: relative;
}
.form-sec form .fr-wrap input[name=dynamic-related-locations] + p::before, .form-sec form .fr-wrap input[name=dynamic-doctor-profile] + p::before, .form-sec form .fr-wrap input[name=dynamic-related-services] + p::before {
  content: "";
  height: 1.6rem;
  width: 1.4rem;
  background: url("../images/drop.png");
  background-repeat: no-repeat;
  position: absolute;
  right: 1rem;
  top: 45%;
  z-index: 1;
  transform: translateY(-50%);
}
.form-sec form .fr-wrap select {
  background: transparent;
  position: relative;
  z-index: 2;
}
.form-sec form .wpcf7-spinner {
  position: absolute;
  right: 0;
  bottom: -0.5rem;
}
.form-sec form input:not([type=submit]),
.form-sec form select {
  width: 100%;
  border-radius: 0.625rem;
  border: 0.0625rem solid #dadada;
  background: #fff;
  padding: 0.9375rem;
}
.form-sec form input:not([type=submit]):focus,
.form-sec form select:focus {
  outline: none;
}
.form-sec form select {
  appearance: none; /* Hide the default arrow in some browsers */
  -webkit-appearance: none; /* For Safari */
  -moz-appearance: none; /* For Firefox */
}
.form-sec form button.glb-btn {
  padding: 0.9375rem 2.5rem;
  border: 0rem;
  outline: none;
}

.hm-section7 {
  border-radius: 0.625rem 0.625rem 0rem 0rem;
  padding-top: 5.625rem;
  background: #d4d6d9;
  overflow: hidden;
}
.hm-section7 .image-sec {
  position: relative;
}
.hm-section7 .image-sec img {
  width: 100%;
  display: block;
}
.hm-section7 .shape {
  position: absolute;
  top: -1.875rem;
  left: -1.875rem;
  display: block;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 0 0);
          clip-path: polygon(100% 0, 0% 100%, 0 0);
  width: 13.3125rem;
  height: 11.75rem;
  background: #4c8589;
}
.hm-section7 h2 {
  margin-bottom: 1.5625rem;
}
.hm-section7 h2 span {
  display: inline-block;
}
.hm-section7 p {
  margin-bottom: 1.875rem;
  color: #2e3138;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
  padding-right: 3.75rem;
}

.owl-nav button:hover {
  background: transparent !important;
}

footer {
  background: #4c8589;
  padding-top: 4.375rem;
}
footer h2 {
  color: #fff;
  font-family: Montserrat;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.9375rem;
  text-transform: capitalize;
}
footer form label {
  color: #fff;
  font-family: Poppins;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.75rem;
}
footer form .input-wrp {
  position: relative;
}
footer form .submit-wrp {
  position: absolute;
  right: 0rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5159rem;
  height: 2.5159rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
}
footer form .submit-wrp::before {
  content: "";
  width: 1.258rem;
  display: block;
  height: 1.258rem;
  background: url("../images/ft-arr.png");
  background-position: center;
  background-size: cover;
  position: absolute;
  z-index: 1;
}
footer form input:not([type=submit]) {
  width: 100%;
  color: rgb(255, 255, 255);
  padding: 1rem 0;
  padding-right: 4.375rem;
  font-family: Poppins;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: transparent;
  border: 0rem;
  outline: none;
  border-bottom: 0.125rem solid #7bb8bc;
}
footer form input:not([type=submit])::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-family: Poppins;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer form input:not([type=submit])::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-family: Poppins;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer form input[type=submit] {
  opacity: 0;
  display: block;
  height: 100%;
  width: 100%;
  border: 0rem;
  background: transparent;
  outline: none;
  position: relative;
  z-index: 2;
}
footer form span.wpcf7-spinner {
  position: absolute;
  right: -1rem;
  bottom: -2rem;
}
footer form .wpcf7-not-valid-tip {
  margin-top: 1rem;
  color: #fff;
}
footer .ft-sec1 {
  margin-bottom: 4.375rem;
}
footer .ft-sec2 {
  margin-bottom: 4.25rem;
}
footer .ft-sec2 h1 {
  color: #fff;
  font-family: Montserrat;
  font-size: 5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 2.5rems;
}
footer .ft-sec2 p {
  color: #fff;
  font-family: Poppins;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem; /* 230.769% */
}
footer .ft-sec2 h4 {
  color: #fff;
  font-family: Montserrat;
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.625rem; /* 240% */
  letter-spacing: 0.0625rem;
  text-transform: capitalize;
  margin-bottom: 1.625rem;
}
footer .ft-sec2 h5 {
  color: #fff;
  font-family: Poppins;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem; /* 160% */
  text-transform: capitalize;
  padding-right: 2.5rem;
  position: relative;
}
footer .ft-sec2 h5 img {
  position: absolute;
  right: 0;
  bottom: 0.4375rem;
}
footer .ft-sec3 {
  margin-bottom: 1.25rem;
}
footer .ft-sec3 .links {
  display: flex;
  justify-content: center;
  gap: 0 3.125rem;
}
footer .ft-sec3 .links a {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.1875rem; /* 250% */
  text-transform: capitalize;
}
footer .ft-sec4 {
  padding: 1.875rem 0;
}
footer .ft-sec4 p {
  color: #fff;
  font-family: Poppins;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem; /* 230.769% */
}
footer .ft-sec4 ul {
  display: flex;
  justify-content: flex-end;
  gap: 0 1.25rem;
}
footer .ft-sec4 ul li a {
  color: #fff;
  font-family: Montserrat;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.1875rem; /* 269.231% */
  text-transform: uppercase;
}

.doc-modal .modal-dialog {
  max-width: 56.25rem;
}
.doc-modal .modal-content {
  overflow: hidden;
  padding: 2.5rem 2.5rem 6.5625rem;
  border-radius: 1.25rem;
  background: #fff;
  position: relative;
}
.doc-modal .modal-content > * {
  z-index: 2;
}
.doc-modal .modal-content::before {
  content: "";
  position: absolute;
  left: -6.25rem;
  top: -12.5rem;
  border-radius: 35.8125rem;
  background: rgba(226, 0, 15, 0.1);
  filter: blur(12.5rem);
  width: 35.8125rem;
  height: 35.8125rem;
  z-index: 1;
}
.doc-modal .modal-content::after {
  content: "";
  position: absolute;
  right: -6.25rem;
  bottom: -12.5rem;
  border-radius: 35.8125rem;
  background: rgba(223, 244, 247, 0.7);
  filter: blur(9.375rem);
  width: 35.8125rem;
  height: 35.8125rem;
  z-index: 1;
}
.doc-modal .modal-content .modal-header {
  display: block;
  padding: 0;
  padding-bottom: 1.5625rem;
}
.doc-modal .modal-content .modal-header .row {
  align-items: center;
}
.doc-modal .modal-content .modal-header .row:not(:last-child) {
  margin-bottom: 2.375rem;
}
.doc-modal .modal-content .modal-header h3 {
  color: #2e3138;
  font-family: Poppins;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  line-height: 3.125rem; /* 227.273% */
}
.doc-modal .modal-content .modal-header h3 img {
  margin-right: 0.75rem;
}
.doc-modal .modal-content .modal-header p {
  color: #2e3138;
  text-align: center;
  font-family: Poppins;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: inline-block;
  padding: 0.4375rem 0.625rem;
  border-radius: 0.375rem;
  border: 0.0625rem solid #dadada;
  background: #fff;
}
.doc-modal .modal-content .modal-header .btn-close {
  border-radius: 0.375rem;
  background: #e2000f;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  margin: unset;
}
.doc-modal .modal-content .modal-body {
  border: 0rem;
  border-top: 0.0625rem solid #2e3138;
  padding: 1.5625rem 0 0 !important;
}
.doc-modal .modal-content .modal-body hr {
  margin: 0 0 0.625rem;
}
.doc-modal .modal-content .modal-body .quick-view {
  margin-bottom: 1.5625rem;
}
.doc-modal .modal-content .modal-body .quick-view .image-sec {
  padding: 0.9375rem;
  border-radius: 0.625rem;
  background: #2e3138;
  height: 100%;
}
.doc-modal .modal-content .modal-body .quick-view .image-sec img {
  border-radius: 0.625rem;
  height: 100%;
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.doc-modal .modal-content .modal-body .quick-view ul {
  list-style-type: disc;
  padding-left: 1.375rem;
}
.doc-modal .modal-content .modal-body .quick-view ul li {
  position: relative;
}
.doc-modal .modal-content .modal-body .quick-view ul li:not(:last-child) {
  margin-bottom: 0.75rem;
}
.doc-modal .modal-content .modal-body h5 {
  color: #2e3138;
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 1.1875rem;
}
.doc-modal .modal-content .modal-body h5:not(:first-child) {
  margin-top: 1.9375rem;
}
.doc-modal .modal-content .modal-body h5 img {
  margin-right: 0.75rem;
}
.doc-modal .modal-content .modal-body:not(.quick-view) h5 {
  margin-bottom: 0.5rem;
}
.doc-modal .modal-content .modal-body p,
.doc-modal .modal-content .modal-body ul li {
  color: #555;
  font-family: Poppins;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem; /* 173.333% */
}
.doc-modal .modal-content .modal-body .wrap {
  padding: 0.9375rem;
  border-radius: 0.625rem;
  border: 0.0625rem solid #dadada;
  background: rgba(255, 255, 255, 0);
}
.doc-modal .modal-content .modal-body .m-card {
  padding-top: 1.25rem;
  margin-top: 1.5625rem;
  min-height: 9.25rem;
}
.doc-modal .modal-content .modal-body .m-card ul li {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.doc-modal .modal-content .modal-body .m-card ul li img {
  margin-right: 0.25rem;
}
.doc-modal .modal-content .modal-body .m-card h5 {
  margin-bottom: 0.5rem;
}

.innerban {
  position: relative;
}
.innerban::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(88, 170, 191, 0.7);
}
.innerban > img {
  width: 100%;
}
.innerban .bntx {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.innerban .bntx h2 {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 2.8125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.625rem;
}

.about-sec1 {
  position: relative;
}
.about-sec1 .ab {
  position: absolute;
  top: 4.8125rem;
  left: 0;
  animation: float 6s infinite;
}
.about-sec1 .row > div img {
  box-shadow: 0rem 2.1875rem 2.1875rem 0rem rgba(0, 0, 0, 0.05);
  width: 100%;
}
.about-sec1 p {
  color: #555;
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.375rem;
  margin-bottom: 1.25rem;
}
.about-sec1 p b {
  font-weight: 600;
}

.profile-card.director-card {
  border-radius: 1.25rem 0 0 0;
}
.profile-card.director-card .image {
  width: 95%;
}
.profile-card.director-card .ptx {
  border-radius: 1.25rem 0 0 0;
  padding: 1.9375rem 1.25rem;
  width: 95%;
  margin-left: auto;
  position: relative;
  bottom: 3.125rem;
}
.profile-card.director-card .ptx h6 {
  margin-bottom: 0.4375rem;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
}
.profile-card.director-card .ptx p {
  margin-bottom: 0.4375rem;
  font-size: 0.875rem;
}
.profile-card.director-card .ptx a {
  font-size: 1rem;
}

.chairman-sec1 {
  padding-top: 7.5rem;
  padding-bottom: 19.5rem;
  overflow: hidden;
  position: relative;
}
.chairman-sec1 .left {
  position: absolute;
  left: 0;
  bottom: 6.8125rem;
}
.chairman-sec1 .btm-quote {
  position: absolute;
  right: -3.125rem;
  bottom: 0;
  width: 12.75rem;
  height: 12.75rem;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chairman-sec1 .btm-quote img {
  height: 5rem;
  transform: rotate(180deg);
}
.chairman-sec1 h2 {
  color: #4c8589;
  font-family: Montserrat;
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.125rem;
  margin-bottom: 1.5625rem;
}
.chairman-sec1 p {
  color: #555;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem; /* 200% */
  margin-bottom: 0.9375rem;
}
.chairman-sec1 .tx-wrp {
  padding: 1.875rem;
  border-radius: 1.25rem 0rem 0rem 1.25rem;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.chairman-sec1 .image-sec {
  position: relative;
}
.chairman-sec1 .image-sec::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 25rem;
  height: 25rem;
  border-radius: 50%;
  background: #4c8589;
}
.chairman-sec1 .image-sec::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0%;
  bottom: -10%;
  margin: auto;
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  background: #ffffff;
}
.chairman-sec1 .image-sec .tx {
  position: absolute;
  bottom: 1.875rem;
  right: 3%;
  z-index: 5;
}
.chairman-sec1 .image-sec .tx h6 {
  color: #2e3138;
  font-family: Montserrat;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.chairman-sec1 .image-sec .tx p {
  color: #555;
  font-family: Poppins;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem; /* 185.714% */
  text-transform: capitalize;
}
.chairman-sec1 .image-sec .chq {
  position: absolute;
  left: 3.75rem;
  top: -1.875rem;
}
.chairman-sec1 .image-sec .ch-main {
  position: relative;
  z-index: 5;
  display: block;
  margin: auto;
  height: 29.1875rem;
}

.timeline-sec1 .nth-sec {
  position: relative;
  align-items: center;
  margin-bottom: 4.375rem;
}
.timeline-sec1 .nth-sec:last-child {
  margin-bottom: 0;
}
.timeline-sec1 .nth-sec > div {
  z-index: 2;
  position: relative;
}
.timeline-sec1 .nth-sec img {
  width: 100%;
  height: 16.25rem;
  width: 16.25rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.timeline-sec1 .nth-sec .txt-wrp {
  border-radius: 0rem 1.25rem 1.25rem 0rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  padding: 1.875rem;
}
.timeline-sec1 .nth-sec .txt-wrp p {
  color: #555;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
}
.timeline-sec1 .nth-sec .txt-wrp p:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.timeline-sec1 .nth-sec .year {
  padding: 0.9375rem;
  border-radius: 6.25rem 0rem 0rem 6.25rem;
  background: linear-gradient(90deg, #4c8589 0%, rgba(255, 255, 255, 0) 78%);
  text-align: left;
}
.timeline-sec1 .nth-sec .year h5 {
  margin-bottom: 0;
}
.timeline-sec1 .nth-sec .year h5 b {
  display: flex;
  align-items: center;
  color: #fff;
  text-align: right;
  white-space: nowrap;
  font-family: Poppins;
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3.125rem;
  text-align: left;
  margin-bottom: 0;
}
.timeline-sec1 .nth-sec .year h5 b span {
  color: #fff;
  text-align: right;
  font-family: Poppins;
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3.125rem; /* 200% */
}
.timeline-sec1 .nth-sec .y-sec {
  position: absolute;
  left: 0;
  z-index: 1;
  top: 0.1875rem;
}
.timeline-sec1 .nth-sec .y-sec h5 {
  display: flex;
  align-items: center;
  position: relative;
}
.timeline-sec1 .nth-sec .y-sec h5::after {
  content: "";
  height: 0.0625rem;
  width: 30%;
  z-index: 1;
  transform: translate(0, -50%);
  border-top: 0.0625rem dashed #fff;
}
.timeline-sec1 .nth-sec .y-sec h5 span.shape {
  display: block;
  width: 1.5625rem;
  height: 1.5625rem;
  position: relative;
  z-index: 2;
  background: #4c8589;
  border-radius: 50%;
  border: 0.3125rem solid rgba(255, 255, 255, 0.8);
  margin-left: 1.375rem;
}
.timeline-sec1 .nth-sec:nth-child(even) .txt-wrp {
  border-radius: 1.25rem 0rem 0rem 1.25rem;
  background: linear-gradient(240deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.timeline-sec1 .nth-sec:nth-child(even) .y-sec {
  right: 0;
  left: unset;
}
.timeline-sec1 .nth-sec:nth-child(even) .y-sec h5 {
  flex-direction: row-reverse;
}
.timeline-sec1 .nth-sec:nth-child(even) .y-sec h5::after {
  left: 0;
  right: unset;
}
.timeline-sec1 .nth-sec:nth-child(even) .y-sec h5 span.shape {
  margin-right: 1.375rem;
  margin-left: 0;
}
.timeline-sec1 .nth-sec:nth-child(even) .year {
  border-radius: 0rem 6.25rem 6.25rem 0;
  background: linear-gradient(240deg, #4c8589 0%, rgba(255, 255, 255, 0) 100%);
}

.vision-section1 {
  padding: 5rem 0 1.25rem;
}
.vision-section1 h2 {
  position: relative;
  display: inline-block;
}
.vision-section1 h2::before {
  content: "";
  position: absolute;
  right: -1.875rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3.75rem;
  height: 5rem;
  z-index: -1;
  border-radius: 4.375rem;
  background: linear-gradient(180deg, rgba(183, 226, 233, 0.2) 0%, #e0f8fc 100%);
}
.vision-section1 .nth-sec {
  margin-bottom: 11.375rem;
  position: relative;
}
.vision-section1 .nth-sec:nth-child(even) .animate-sec {
  right: 0;
  left: unset;
  transform: scaleX(-1);
}
.vision-section1 .nth-sec:nth-child(even) .image-sec .v-ab {
  border-radius: 1.875rem;
  left: unset;
  right: 15%;
}
.vision-section1 .nth-sec:nth-child(even) .image-sec .main {
  margin-right: auto;
  border-radius: unset;
  border-radius: 5rem 0.625rem 0.625rem 0.625rem;
  margin-left: unset;
}
.vision-section1 .nth-sec .animate-sec {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.vision-section1 .nth-sec .animate-sec .inner {
  position: relative;
}
.vision-section1 .nth-sec .animate-sec .inner .wavy {
  position: absolute;
  top: 25%;
  left: 0;
  transform: translate(0, -25%);
}
.vision-section1 .nth-sec .container {
  position: relative;
  z-index: 2;
}
.vision-section1 .image-sec {
  position: relative;
}
.vision-section1 .image-sec .main {
  display: block;
  margin-left: auto;
  border-radius: 0.625rem 5rem 0.625rem 0.625rem;
}
.vision-section1 .image-sec .v-ab {
  position: absolute;
  bottom: -15%;
  left: 15%;
}
.vision-section1 ul.v-list li {
  display: flex;
  margin-bottom: 4.375rem;
}
.vision-section1 ul.v-list li .image {
  width: 5.625rem;
  height: 5.625rem;
  transform-origin: center;
  transform: rotate(45deg);
  border-radius: 0.9375rem;
  border: 0.1875rem solid #4c8589;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2.75rem;
  margin-top: 1.125rem;
}
.vision-section1 ul.v-list li .image > img {
  transform: rotate(-45deg);
}
.vision-section1 ul.v-list li .tx {
  width: 80%;
}
.vision-section1 ul.v-list li .tx p {
  color: #555;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem; /* 187.5% */
}

.contract-sec1 p {
  color: #2e3138;
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.375rem; /* 211.111% */
}
.contract-sec1 .image-sec {
  position: relative;
}
.contract-sec1 .image-sec img {
  width: 100%;
  display: block;
  border-radius: 0.625rem;
  border: 0.625rem solid #fff;
}
.contract-sec1 .image-sec .shape {
  position: absolute;
  top: -3%;
  left: -7%;
  display: block;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 0 0);
          clip-path: polygon(100% 0, 0% 100%, 0 0);
  width: 40%;
  height: 30%;
  background: #4c8589;
}

.contract-sec2 {
  position: relative;
}
.contract-sec2 .animate-sec {
  position: absolute;
  top: 0;
  z-index: 1;
  right: 0;
  left: unset;
  transform: scaleX(-1);
}
.contract-sec2 .animate-sec .inner {
  position: relative;
}
.contract-sec2 .animate-sec .inner .wavy {
  position: absolute;
  top: 35%;
  left: 0;
  transform: translate(0, -25%);
}
.contract-sec2 .container {
  position: relative;
  z-index: 2;
}
.contract-sec2 h2 {
  margin-bottom: 1.25rem;
}
.contract-sec2 ol {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 0;
}
.contract-sec2 ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding-left: 2.625rem;
  margin-bottom: 1.5625rem;
}
.contract-sec2 ol li::before {
  content: counter(my-awesome-counter);
  color: #4c8589;
  text-align: center;
  border-radius: 50%;
  width: 1.875rem;
  position: absolute;
  top: -0.1875rem;
  left: 0;
  height: 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  font-family: Poppins;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.875rem; /* 200% */
}
.contract-sec2 .image-sec {
  position: relative;
}
.contract-sec2 .image-sec img {
  width: 100%;
  border-radius: 5rem 0.625rem 0.625rem 0.625rem;
}
.contract-sec2 .image-sec .ico {
  width: 6.25rem;
  border-radius: 0.625rem;
  height: 6.25rem;
  padding: 0.75rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
}
.contract-sec2 .image-sec .ico img {
  border-radius: 0rem;
}

.contract-sec3 {
  background: #4c8589;
  position: relative;
}
.contract-sec3 .image {
  position: absolute;
  width: 50%;
  right: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contract-sec3 .image .main-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: auto;
  -webkit-clip-path: polygon(16% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(16% 0, 100% 0, 100% 100%, 0% 100%);
}
.contract-sec3 .eyedrop {
  position: absolute;
  z-index: 2;
  right: 60%;
  top: 10%;
  width: 9.375rem;
  height: 9.375rem;
  border-radius: 9.375rem;
  border: 0.0625rem solid #fff;
  background: #4c8589;
  -webkit-backdrop-filter: blur(0.625rem);
          backdrop-filter: blur(0.625rem);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.contract-sec3 .eyedrop span {
  position: absolute;
  right: 0.3125rem;
  top: -1.25rem;
  width: 3.75rem;
  height: 3.75rem;
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 3.125rem;
  border: 0.0625rem solid #fff;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contract-sec3 .eyedrop h6 {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: 3.125rem; /* 250% */
  text-transform: uppercase;
  margin-bottom: 0;
}
.contract-sec3 .ab {
  position: absolute;
  left: 1.375rem;
  top: 5.875rem;
}
.contract-sec3 .pgtx {
  position: relative;
  padding: 5rem 0;
}
.contract-sec3 h2 {
  color: #fff;
  font-family: Montserrat;
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3.125rem;
  text-transform: capitalize;
  margin-bottom: 0.9375rem;
}
.contract-sec3 ol {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 0;
}
.contract-sec3 ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding-left: 2.625rem;
  margin-bottom: 1.5625rem;
  color: #fff;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem; /* 187.5% */
}
.contract-sec3 ol li::before {
  content: counter(my-awesome-counter);
  color: #4c8589;
  text-align: center;
  border-radius: 50%;
  width: 1.875rem;
  position: absolute;
  top: 0rem;
  left: 0;
  height: 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  font-family: Poppins;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.875rem; /* 200% */
}

.contract-sec4 {
  position: relative;
}
.contract-sec4 .ab {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.contract-sec4 .container {
  position: relative;
  z-index: 2;
}
.contract-sec4 p {
  color: #555;
  font-family: Poppins;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem; /* 200% */
}
.contract-sec4 h2 {
  margin-bottom: 0.9375rem;
}
.contract-sec4 p:not(:last-child) {
  margin-bottom: 0.625rem;
}
.contract-sec4 .row {
  align-items: center;
}
.contract-sec4 .row img {
  width: 100%;
}
.contract-sec4 ul {
  padding-left: 1.5rem;
  margin: 1rem 0;
}
.contract-sec4 ul li {
  list-style: disc;
  margin-bottom: 0.4rem;
}

.c-dots {
  padding: 2.1875rem 0 4.375rem;
}
.c-dots .glb-btn {
  border-radius: 6.25rem;
  background: rgba(159, 218, 222, 0.4);
  display: inline-flex;
  gap: 0.75rem;
  padding: 0.75rem 1.25rem;
  color: #000;
  font-family: Poppins;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.dk-sec1 {
  position: relative;
}
.dk-sec1 .right img {
  width: 100%;
}
.dk-sec1 .right .row > div:nth-child(1) img {
  border-radius: 3.75rem 0.625rem 0.625rem 0.625rem;
}
.dk-sec1 .right .row > div:nth-child(2) img {
  border-radius: 0.625rem 0.625rem 3.75rem 0.625rem;
}
.dk-sec1 .right p {
  margin-bottom: 2.5rem;
}
.dk-sec1 h2 {
  margin-bottom: 4.375rem;
}
.dk-sec1 p {
  color: #555;
  font-family: Poppins;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  margin-bottom: 0.9375rem;
}
.dk-sec1 .main {
  width: 100%;
}
.dk-sec1 .tx {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin: auto;
}

.dk-sec2 {
  padding: 2.5rem 0 4.375rem;
}
.dk-sec2 img {
  width: 100%;
}
.dk-sec2 .image {
  position: relative;
  bottom: 8.375rem;
  margin-bottom: -8.375rem;
}
.dk-sec2 p {
  color: #555;
  font-family: Poppins;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  margin-bottom: 0.9375rem;
}
.dk-sec2 .tx-wrp {
  border-radius: 0.625rem;
  border: 0.0625rem solid #d4d6d9;
  background: #fff;
  padding: 0.9375rem 0.9375rem 3rem;
  position: relative;
}
.dk-sec2 .tx-wrp img {
  position: absolute;
  width: 4rem;
  height: 3.375rem;
  right: 0.9375rem;
  bottom: 0.9375rem;
}

.dk-sec3 .row > div:nth-child(4n+3) .image-box::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.88) 18.54%, rgba(0, 0, 0, 0) 100%), rgba(211, 211, 211, 0) 50%/cover no-repeat;
}
.dk-sec3 .row > div:nth-child(4n+4) .image-box::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.88) 18.54%, rgba(0, 0, 0, 0) 100%), rgba(211, 211, 211, 0) 50%/cover no-repeat;
}

.image-box {
  position: relative;
  border-radius: 0.625rem;
  overflow: hidden;
  margin-bottom: 1.875rem;
}
.image-box::before {
  content: "";
  border-radius: 0.625rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.88) 18.54%, rgba(0, 0, 0, 0) 100%), rgba(211, 211, 211, 0) 50%/cover no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.image-box img {
  width: 100%;
}
.image-box .tx h2 {
  color: #fff;
  font-family: Montserrat;
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 3.125rem; /* 142.857% */
  margin-bottom: 0.625rem;
}
.image-box .tx p {
  color: #fff;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.875rem; /* 187.5% */
}
.image-box .txt-wrp {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 1.5625rem;
}
.image-box .txt-wrp .steth {
  width: 3.75rem;
  height: 3.75rem;
}

.dk-sec4 img {
  width: 100%;
}

.dk-sec5 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.625rem;
}
.dk-sec5 .heading {
  margin-bottom: 2.1875rem;
}
.dk-sec5 h3 {
  color: #2e3138;
  font-family: Poppins;
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  line-height: normal;
}
.dk-sec5 h2,
.dk-sec5 h3 {
  margin-bottom: 0;
}

.dk-sec6 h2 {
  position: relative;
  display: inline-block;
}
.dk-sec6 h2::after {
  content: "";
  position: absolute;
  right: -2.8125rem;
  top: -0.625rem;
  width: 11.4375rem;
  height: 3.75rem;
  background: url("../images/hback.png");
}
.dk-sec6 ul {
  display: flex;
  margin-top: 3.125rem;
  flex-wrap: wrap;
}
.dk-sec6 ul li a {
  display: inline-flex;
  align-items: center;
  padding: 0.3125rem;
  padding-right: 3.5rem;
  border-radius: 3.125rem;
  margin-right: 0.9375rem;
  margin-bottom: 0.9375rem;
  border: 0.0625rem solid #4c8589;
  background: #fff;
  color: #4c8589;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem; /* 155.556% */
}
.dk-sec6 ul li a span {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.9375rem;
  background: #4c8589;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
}

.faq-page {
  padding: 4.375rem 0 6.25rem;
  position: relative;
  overflow: hidden;
}
.faq-page::before {
  content: "";
  width: 71.1875rem;
  height: 71.1875rem;
  position: absolute;
  left: -30%;
  top: -30%;
  border-radius: 71.1875rem;
  background: rgba(223, 244, 247, 0.5);
  filter: blur(12.5rem);
  z-index: -1;
}
.faq-page::after {
  content: "";
  width: 71.1875rem;
  height: 71.1875rem;
  position: absolute;
  right: -1.25rem;
  bottom: -20%;
  border-radius: 71.1875rem;
  background: rgba(223, 244, 247, 0.5);
  filter: blur(12.5rem);
  z-index: -1;
}
.faq-page .fq {
  position: absolute;
  bottom: 0;
  left: 0;
}
.faq-page .accordion li {
  border-radius: 0.625rem;
  border: 0.0625rem solid #c5ebf0;
  background: #def5f9;
}
.faq-page .accordion li.active .ac-content {
  border-top: 0.0625rem solid #c5ebf0;
}
.faq-page .accordion li.active .ac-content p:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.pagination {
  display: flex;
  margin-top: 3.75rem;
  gap: 0.9375rem;
  justify-content: center;
}
.pagination li a {
  padding: 0.625rem 1rem;
  border-radius: 6.25rem;
  background: rgba(159, 218, 222, 0.4);
  color: #000;
  font-family: Poppins;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9375rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
}
.pagination li a:hover {
  background: #4c8589 !important;
  color: #fff;
}
.pagination li a:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(43deg) brightness(101%) contrast(102%);
}
.pagination li.active a {
  background: #4c8589;
  color: #fff;
}
.pagination li:not(.prev):not(.next):not(.active) a {
  background: #fff;
}

.sbQuery-sec1 .form-sec {
  border-left: 0.1875rem solid #d4d6d9;
  border-right: 0rem;
  border-radius: 0rem;
  box-shadow: unset;
}
.sbQuery-sec1 .wrp {
  border-radius: 0.625rem;
  overflow: auto;
  position: relative;
  bottom: 2.5rem;
  overflow: hidden;
  margin-bottom: -2.5rem;
  border: 0.0625rem solid rgba(76, 133, 137, 0.4);
  background: #fff;
  box-shadow: 0rem 1.25rem 1.5625rem 0rem rgba(76, 133, 137, 0.2);
}
.sbQuery-sec1 .wrp img {
  margin: auto;
  display: block;
}
.sbQuery-sec1 .fr-wrap {
  margin-bottom: 1.25rem;
}

.sbQuery-sec2 {
  position: relative;
}
.sbQuery-sec2 .services {
  display: flex;
  gap: 1.875rem;
  flex-wrap: wrap;
  justify-content: center;
}
.sbQuery-sec2 .services li {
  width: 14%;
  padding: 1.5625rem 1rem;
  border-radius: 0.625rem;
  border: 0.0625rem solid #d4d6d9;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.sbQuery-sec2 .services li img {
  margin-bottom: 0.9375rem;
}
.sbQuery-sec2 .services li p {
  color: #2e3138;
  text-align: center;
  font-family: Poppins;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sbQuery-sec2 .wavy {
  transform: scaleX(-1);
  position: absolute;
  right: 0;
  bottom: 1rem;
}

.kn-doc-sec1 {
  padding-bottom: 1.1875rem;
}
.kn-doc-sec1 .form-sec {
  position: relative;
  bottom: 1.875rem;
  margin-bottom: -1.875rem;
}
.kn-doc-sec1 .form-sec label {
  color: #2e3138;
  font-family: Poppins;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.3125rem;
}
.kn-doc-sec1 .form-sec form {
  display: flex;
  align-items: flex-end;
  gap: 0 1.875rem;
  padding: 1.875rem;
}
.kn-doc-sec1 .form-sec form button {
  width: 100%;
  padding: 1.0625rem 2.5rem;
}
.kn-doc-sec1 .form-sec form .fr-wrap {
  width: 28%;
  margin-bottom: 0;
}
.kn-doc-sec1 .form-sec form .fr-wrap img {
  top: unset;
  transform: unset;
  bottom: 1rem;
}
.kn-doc-sec1 .form-sec form .fr-wrap.text-end {
  width: 15%;
  position: relative;
  bottom: 0.25rem;
}

.kn-doc-sec2 {
  position: relative;
}
.kn-doc-sec2 .wavy {
  position: absolute;
  right: 0;
  bottom: 1.25rem;
  transform: scaleX(-1);
}
.kn-doc-sec2 .profile-card {
  margin-bottom: 1.875rem;
}
.kn-doc-sec2 .pagination {
  margin-top: 0.625rem;
}

.cr-sec1 img {
  width: 100%;
}
.cr-sec1 .wrp {
  padding: 2.5rem 8.25rem 2.5rem 2.5rem;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0rem 0.625rem 1.25rem 0rem rgba(0, 0, 0, 0.1);
  position: relative;
  bottom: 2.5rem;
  margin-bottom: -2.5rem;
}
.cr-sec1 .wrp .ab {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 11.4375rem;
  height: 11.3125rem;
}
.cr-sec1 .wrp h2 {
  margin-bottom: 0.9375rem;
}
.cr-sec1 .wrp p {
  color: #555;
  font-family: Poppins;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem; /* 200% */
  margin-bottom: 0.9375rem;
}

.cr-sec2 {
  position: relative;
}
.cr-sec2 .container {
  height: 100%;
}
.cr-sec2 .container .row {
  height: 100%;
}
.cr-sec2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 2;
  width: 100%;
  background: rgba(76, 133, 137, 0.9098039216);
}
.cr-sec2 .main {
  display: block;
  margin-left: auto;
  position: relative;
  z-index: 4;
}
.cr-sec2 .tx {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  z-index: 4;
}
.cr-sec2 .tx h2 {
  color: #fff;
  margin-bottom: 0.9375rem;
}
.cr-sec2 .tx p {
  margin-bottom: 0.9375rem;
  color: #FFF;
  font-family: Poppins;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
}
.cr-sec2 .tx .inner-tx {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cr-sec2 .tx .inner-tx img {
  position: absolute;
  z-index: 1;
}
.cr-sec2 .tx .inner-tx > :not(img) {
  position: relative;
  z-index: 3;
}
.cr-sec2 .tx .inner-tx .log {
  right: 0;
  bottom: 0;
}
.cr-sec2 .tx .inner-tx .wav {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cr-sec3 {
  position: relative;
}
.cr-sec3 .wavy {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 13.3354rem;
  height: 6.0582rem;
}
.cr-sec3 .wrap {
  padding: 1.5625rem;
  border-radius: 1.25rem 0rem 0rem 1.25rem;
  background: linear-gradient(274deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  margin-bottom: 1.875rem;
}
.cr-sec3 .wrap .row {
  align-items: center;
}
.cr-sec3 .wrap img {
  width: 100%;
}
.cr-sec3 .wrap:nth-child(even) {
  border-radius: 0rem 1.25rem 1.25rem 0rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.cr-sec3 .image-sec {
  position: relative;
}
.cr-sec3 .image-sec img.cap {
  width: 6.25rem;
  height: 6.25rem;
  position: absolute;
  left: -1.25rem;
  top: -1.25rem;
}
.cr-sec3 p {
  color: #555;
  font-family: Poppins;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem; /* 200% */
  margin-bottom: 0.9375rem;
}

.cr-sec4 {
  position: relative;
}
.cr-sec4 .tx {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
  transform: translate(0, -50%);
}
.cr-sec4 ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  justify-content: space-between;
}
.cr-sec4 ol li {
  padding: 1.875rem 0.9375rem 1.875rem 5.4375rem;
  counter-increment: my-awesome-counter;
  position: relative;
  border-radius: 0.625rem;
  background: #fff;
  margin-bottom: 1.875rem;
  width: 48%;
  color: #555;
  font-family: Poppins;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem; /* 200% */
}
.cr-sec4 ol li::before {
  content: counter(my-awesome-counter) ". ";
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.375rem;
  height: 4.375rem;
  line-height: 3.125rem; /* 142.857% */
  text-transform: capitalize;
  position: absolute;
  left: 0;
  border-radius: 0.625rem 0.625rem 3.125rem 0.625rem;
  background: #4c8589;
  top: 0;
}
.cr-sec4 ol li a {
  color: #4C8589;
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  display: inline-block;
  font-weight: 600;
  line-height: 1.75rem;
  text-decoration-line: underline;
}

.location-tab .profile-card {
  margin-bottom: 1.875rem;
}
.location-tab .nav {
  flex-direction: column;
  margin-bottom: 1.25rem;
  border: 0rem;
}
.location-tab .nav li button {
  padding: 1.375rem;
  border-radius: 0rem 1.875rem 1.875rem 0rem;
  border-left: 0rem;
  background: transparent;
  display: block;
  width: 90%;
  text-align: left;
  color: #555;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem; /* 187.5% */
}
.location-tab .nav li button.active {
  background: rgba(76, 133, 137, 0.4);
  color: #2e3138;
}
.location-tab .left-bar {
  border-radius: 0.625rem;
  border: 0.0625rem solid #dadada;
  background: rgba(76, 133, 137, 0.08);
}
.location-tab .left-bar h2 {
  color: #4c8589;
  font-family: Montserrat;
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.625rem; /* 200% */
  text-transform: capitalize;
  padding: 1.25rem;
  margin-bottom: 1.5625rem;
  border-bottom: 0.0625rem solid #dadada;
}

.loc-wrp {
  padding: 0.9375rem;
  border-radius: 0.625rem;
  border: 0.0625rem solid #DADADA;
  background: rgba(255, 255, 255, 0);
}
.loc-wrp:not(:last-child) {
  margin-bottom: 1.875rem;
}
.loc-wrp h2 {
  color: #4C8589;
  font-family: Montserrat;
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.625rem; /* 200% */
  text-transform: capitalize;
  margin-bottom: 0.9375rem;
}
.loc-wrp img {
  width: 100%;
}
.loc-wrp ul {
  padding-left: 0;
}
.loc-wrp ul li {
  padding-left: 2.375rem;
  position: relative;
  list-style: none;
  color: #2E3138;
  font-family: Poppins;
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem; /* 200% */
}
.loc-wrp ul li:last-child {
  margin-bottom: 0.625rem;
}
.loc-wrp ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.125rem;
  width: 1.5625rem;
  height: 1.5625rem;
  background: url("../images/tick.svg");
  background-repeat: no-repeat;
}
.loc-wrp.laser ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 3.75rem;
}

.wrapper {
  border-radius: 0.625rem;
  overflow: hidden;
  border: 0.0625rem solid #DADADA;
  background: rgba(255, 255, 255, 0);
}
.wrapper .row > div:nth-child(2) {
  border-left: 0.0625rem solid #DADADA;
}
.wrapper .loc-wrp {
  border-radius: 0;
  border: 0rem;
}
.wrapper .loc-wrp ul {
  display: flex;
  flex-wrap: wrap;
}
.wrapper .loc-wrp ul li {
  width: 48%;
}
.wrapper .loc-wrp h2 {
  color: #4C8589;
  font-family: Montserrat;
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 3.125rem; /* 142.857% */
  text-transform: capitalize;
}

.location-sec1 .image-sec {
  position: relative;
}
.location-sec1 .image-sec h2 {
  color: #4C8589;
  font-family: Poppins;
  font-size: 3.4375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  transform: rotate(-90deg);
  position: absolute;
  left: -6.4375rem;
  bottom: 4.125rem;
}
.location-sec1 .image-sec .map {
  display: block;
  margin-left: auto;
}
.location-sec1 .image-sec .place {
  position: absolute;
  right: 0;
  border: 0.3125rem solid #FFF;
  border-radius: 50%;
  bottom: 0;
}
.location-sec1 h5 {
  color: #2E3138;
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.location-sec1 p {
  color: #2E3138;
  font-family: Poppins;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem; /* 185.714% */
  margin-bottom: 1.875rem;
}
.location-sec1 .loc-wrp {
  margin-bottom: 1.875rem;
}
.location-sec1 .loc-wrp p {
  margin-bottom: 0.75rem;
}
.location-sec1 .loc-wrp p.mx-wd {
  max-width: 21.25rem;
}

.loc-page-wrap {
  position: relative;
  overflow: hidden;
}
.loc-page-wrap::before {
  content: "";
  width: 71.1875rem;
  height: 71.1875rem;
  position: absolute;
  left: -30%;
  top: 0%;
  border-radius: 71.1875rem;
  background: rgba(223, 244, 247, 0.5);
  filter: blur(12.5rem);
  z-index: -1;
}
.loc-page-wrap::after {
  content: "";
  width: 71.1875rem;
  height: 71.1875rem;
  position: absolute;
  right: -1.25rem;
  bottom: 0%;
  border-radius: 71.1875rem;
  background: rgba(223, 244, 247, 0.5);
  filter: blur(12.5rem);
  z-index: -1;
}

section.contact-sec1 {
  position: relative;
  padding: 4.375rem 0 5.3125rem;
  overflow: hidden;
  z-index: 0;
}
section.contact-sec1::before {
  content: "";
  width: 71.1875rem;
  height: 71.1875rem;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(223, 244, 247, 0.5);
  filter: blur(25rem);
  margin-top: -14.0625rem;
  margin-left: -22.8125rem;
  z-index: -1;
}
section.contact-sec1::after {
  content: "";
  width: 71.1875rem;
  height: 71.1875rem;
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(223, 244, 247, 0.5);
  filter: blur(25rem);
  margin-bottom: -4.4375rem;
  margin-right: -17.75rem;
  z-index: -1;
}
section.contact-sec1 .row:first-child {
  padding: 0 0 3.125rem;
}
section.contact-sec1 .col-lg-4 img {
  height: 100%;
  border-radius: 0.625rem;
}
section.contact-sec1 .box {
  position: relative;
  display: flex;
  justify-content: flex-start;
  gap: 1.75rem;
  background: white;
  border-radius: 0.625rem;
  border: 0.0625rem solid #DADADA;
  padding: 2.1875rem 1.875rem 2.8125rem;
}
section.contact-sec1 .box .img-box {
  position: relative;
  padding: 0 0 0 3.4375rem;
}
section.contact-sec1 .box .img-box h3 {
  position: absolute;
  top: 45%;
  left: -8.3125rem;
  color: #4C8589;
  font-size: 2.75rem;
  font-family: Poppins;
  font-weight: 400;
  text-transform: uppercase;
  word-wrap: break-word;
  text-align: left;
  margin: 0;
  transform: rotate(270deg);
}
section.contact-sec1 .box .img-box .absolute-mark {
  position: absolute;
  bottom: 5rem;
  right: 3.75rem;
  z-index: 1;
}
section.contact-sec1 .box .img-box .absolute-arrow {
  position: absolute;
  bottom: 6.125rem;
  right: -2.3125rem;
}
section.contact-sec1 .box .text-box ul {
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
  margin: 0 0 3.125rem;
}
section.contact-sec1 .box .text-box ul li {
  display: flex;
  align-items: center;
  gap: 1.125rem;
  color: #2E3138;
  font-size: 1.125rem;
  font-family: Poppins;
  font-weight: 500;
  line-height: 1.75rem;
  word-wrap: break-word;
}
section.contact-sec1 .box .text-box ul li a {
  position: relative;
  color: #555555;
  font-weight: 400;
}
section.contact-sec1 .box .text-box ul li a::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: -0.8125rem;
  width: 0.5rem;
  height: 0.125rem;
  background-color: #878282;
}
section.contact-sec1 .box .text-box p {
  max-width: 22.625rem;
  color: #2E3138;
  font-size: 1.125rem;
  font-family: Poppins;
  font-weight: 500;
  line-height: 1.625rem;
  word-wrap: break-word;
  margin: 0;
  padding: 0.9375rem 1.125rem 1.4375rem 0.9375rem;
  border-radius: 0.625rem;
  border: 0.0625rem #DADADA solid;
}
section.contact-sec1 .box figure {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 5rem;
  height: 5rem;
  padding: 1rem 0.75rem;
  background: rgba(76, 133, 137, 0.12);
  border-top-left-radius: 1.25rem;
  margin: 0;
}
section.contact-sec1 .branch-card {
  position: relative;
  background: linear-gradient(180deg, #E5F5F8 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 0.625rem;
  border: 0.0625rem solid #C5EBF0;
  transition: all 0.3s ease-in-out;
  margin: 0 0 1.875rem;
}
section.contact-sec1 .branch-card:hover {
  box-shadow: 0rem 0.9375rem 1.5625rem rgba(76, 133, 137, 0.2);
}
section.contact-sec1 .branch-card figure {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.75rem;
  height: 3.75rem;
  background: rgba(76, 133, 137, 0.12);
  border-radius: 0 0 0 1.25rem;
  padding: 0.625rem;
  margin: 0;
}
section.contact-sec1 .branch-card .dranch-location {
  min-height: 14.5rem;
  display: flex;
  align-items: flex-start;
  gap: 0.9375rem;
  padding: 0.9375rem 0.9375rem 1.5625rem;
}
section.contact-sec1 .branch-card .dranch-location .text h4 {
  color: #4C8589;
  font-size: 1.5625rem;
  font-family: Montserrat;
  font-weight: 600;
  text-transform: capitalize;
  word-wrap: break-word;
  margin: 0 0 1.875rem;
}
section.contact-sec1 .branch-card .dranch-location .text ul {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
section.contact-sec1 .branch-card .dranch-location .text ul li {
  position: relative;
  max-width: 22rem;
  color: #2E3138;
  font-size: 0.9375rem;
  font-family: Poppins;
  font-weight: 400;
  line-height: 1.75rem;
  word-wrap: break-word;
  padding: 0 0 0 2.1875rem;
}
section.contact-sec1 .branch-card .dranch-location .text ul li img {
  position: absolute;
  top: 0;
  left: 0;
}
section.contact-sec1 .branch-card .dranch-location .text ul li a {
  color: #555555;
}
section.contact-sec1 .branch-card ul.branch-contact {
  display: flex;
  align-items: center;
  gap: 1.125rem;
  border-top: 0.0625rem solid #C5EBF0;
  padding: 0.9375rem;
}
section.contact-sec1 .branch-card ul.branch-contact li {
  color: #2E3138;
  font-size: 0.875rem;
  font-family: Poppins;
  font-weight: 500;
  line-height: 1.75rem;
  word-wrap: break-word;
}
section.contact-sec1 .branch-card ul.branch-contact li img {
  width: 1.25rem;
  height: 1.25rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 0.75rem 0 0;
}
section.contact-sec1 .branch-card ul.branch-contact li a {
  color: #555555;
  font-weight: 400;
}

.timeline-page {
  background: linear-gradient(180deg, rgba(183, 226, 233, 0.2) 0%, #E0F8FC 100%);
}

.vission-page {
  background: linear-gradient(180deg, rgba(183, 226, 233, 0.2) 0%, #E0F8FC 100%);
}

.contract-page {
  background: linear-gradient(180deg, rgba(183, 226, 233, 0.2) 0%, #E0F8FC 100%);
}

.disha-kriti-page {
  background: linear-gradient(180deg, rgba(183, 226, 233, 0.2) 0%, #E0F8FC 100%);
}

.cornea-page {
  background: linear-gradient(180deg, rgba(183, 226, 233, 0.2) 0%, #E0F8FC 100%);
}

.kn-doc-page {
  background: linear-gradient(180deg, rgba(183, 226, 233, 0.2) 0%, #E0F8FC 100%);
}

.chairman-page {
  background: linear-gradient(180deg, rgba(183, 226, 233, 0.2) 0%, #E0F8FC 100%);
}

.hm-section4 .owl-stage-outer {
  padding: 2rem 0;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #fff;
  color: #fff;
  background: #d74646;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #fff;
  color: #fff;
  background: #46d772;
}

.profile-card.director-card:hover {
  box-shadow: none;
}

body.our-services-template-default.single.single-our-services .contract-page .contract-sec1 {
  padding-bottom: 0;
}
body.our-services-template-default.single.single-our-services .contract-page .contract-sec1 p {
  font-size: 1rem;
}
body.our-services-template-default.single.single-our-services .contract-page .contract-sec1 h4 {
  color: #4c8589;
  font-family: Montserrat;
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 2rem 0 1rem;
}
body.our-services-template-default.single.single-our-services .contract-page .contract-sec1 ul {
  padding-left: 1.225rem;
  margin-top: 1.2rem;
  margin-bottom: 2rem;
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
body.our-services-template-default.single.single-our-services .contract-page .contract-sec1 ul li {
  position: relative;
  margin-bottom: 0.4rem;
  list-style: disc;
}

.page-numbers {
  margin-top: 3.75rem;
  padding: 0.625rem 1rem;
  border-radius: 6.25rem;
  background: #fff;
  color: #000;
  font-family: Poppins;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.9375rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
  margin-right: 1rem;
}
.page-numbers:hover:not(.current):not(.next):not(.prev) {
  background: #4c8589 !important;
  color: #fff;
}
.page-numbers.current {
  background: #4c8589;
  color: #fff;
}
.page-numbers.next, .page-numbers.prev {
  background: rgba(159, 218, 222, 0.4);
}

.kn-doc-sec2 .row:last-child > div {
  text-align: center;
}/*# sourceMappingURL=style.css.map */