* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-weight: 400;
  color: #666;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  line-height: normal;
}
@media (min-width: 768px) {
  * {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  * {
    font-size: 15px;
  }
}
@media (min-width: 1440px) {
  * {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  * {
    font-size: 17px;
  }
}
@media (min-width: 1900px) {
  * {
    font-size: 20px;
  }
}

body {
  overflow-x: hidden;
  transition: 0.5s ease all;
}

.doctors-container {
  margin-right: auto;
  margin-left: auto;
  max-width: 92%;
}
@media (min-width: 576px) {
  .doctors-container {
    max-width: 81.277%;
  }
}

.cta-container {
  margin-right: auto;
  margin-left: auto;
  max-width: 92%;
}
@media (min-width: 992px) {
  .cta-container {
    width: 82.846%;
  }
}

.container-ctn {
  max-width: 92%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-ctn {
    max-width: 88.685%;
  }
}
@media (min-width: 1200px) {
  .container-ctn {
    max-width: 87.87%;
  }
}

.container-head {
  max-width: 95%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .container-head {
    max-width: 87.5%;
  }
}
@media (min-width: 1200px) {
  .container-head {
    max-width: 87.5%;
  }
}

.banner-container {
  margin-right: auto;
  margin-left: auto;
  max-width: 88.62%;
}
@media (min-width: 768px) {
  .banner-container {
    max-width: 93.62%;
  }
}

ul {
  padding: 0;
  margin: 0;
}

button {
  height: -moz-fit-content;
  height: fit-content;
  background: unset;
  border: unset;
}

a:focus, a:active {
  outline: unset !important;
  box-shadow: unset !important;
}

.p-0 {
  padding: 0 !important;
}

.commonPadding-120 {
  padding: 40px 0px;
}
@media (min-width: 992px) {
  .commonPadding-120 {
    padding: 55px 0px;
  }
}
@media (min-width: 1200px) {
  .commonPadding-120 {
    padding: 65px 0px;
  }
}
@media (min-width: 1350px) {
  .commonPadding-120 {
    padding: 80px 0px;
  }
}
@media (min-width: 1440px) {
  .commonPadding-120 {
    padding: 90px 0px;
  }
}
@media (min-width: 1600px) {
  .commonPadding-120 {
    padding: 105px 0px;
  }
}
@media (min-width: 1900px) {
  .commonPadding-120 {
    padding: 120px 0px;
  }
}

.commonPadding {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .commonPadding {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .commonPadding {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media (min-width: 1280px) {
  .commonPadding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1440px) {
  .commonPadding {
    padding-top: 66px;
    padding-bottom: 66px;
  }
}
@media (min-width: 1600px) {
  .commonPadding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.position, .btn-normal::before, .btn-normal::after, .btn.themeBtn::before, .btn.themeBtn::after, .btn.commonBtn::before, .btn.commonBtn::after, .cta .cta-container::before, .counter .timer-col + div::before, .hospitals-item li::after, .hospitals-item h3::after, .banner-list li::before, .header-top li + li::before, label.error::after, .details ul li::before, .slick-navigation > div::after {
  content: "";
  position: absolute;
}

.wh-100 {
  width: 100%;
  height: 100%;
}

.slick-nav {
  cursor: pointer;
  width: 100%;
  transform: translateY(0%);
  align-items: self-end;
}
.slick-nav > div {
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.5s ease all;
}

.slick-navigation {
  cursor: pointer;
  gap: 10px;
}
@media (max-width: 575px) {
  .slick-navigation {
    justify-content: space-between;
    width: 120px;
  }
}
.slick-navigation > div {
  position: relative;
  border-radius: 8px;
  width: 48px;
  height: 48px;
}
@media (max-width: 575px) {
  .slick-navigation > div {
    border: 1px solid #FFF;
  }
  .slick-navigation > div path {
    stroke: #fff;
  }
}
@media (min-width: 576px) {
  .slick-navigation > div {
    background: #202124;
    border-radius: 8px;
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 992px) {
  .slick-navigation > div {
    border-radius: 9px;
    width: 45px;
    height: 45px;
  }
}
@media (min-width: 992px) {
  .slick-navigation > div {
    border-radius: 10px;
    width: 45px;
    height: 45px;
  }
}
@media (min-width: 1200px) {
  .slick-navigation > div {
    border-radius: 11px;
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1280px) {
  .slick-navigation > div {
    border-radius: 12px;
    width: 52px;
    height: 52px;
  }
}
@media (min-width: 1360px) {
  .slick-navigation > div {
    width: 54px;
    height: 54px;
  }
}
@media (min-width: 1440px) {
  .slick-navigation > div {
    width: 56px;
    height: 56px;
  }
}
.slick-navigation > div svg {
  height: auto;
  width: 37.52%;
}
@media (min-width: 768px) {
  .slick-navigation > div svg {
    width: 37.52%;
  }
}
.slick-navigation > div::after {
  width: 0%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #fff;
  transition: 0.2s ease all;
  opacity: 0;
}
.slick-navigation > div:hover path {
  stroke: #000;
}
.slick-navigation > div:hover::after {
  opacity: 1;
  transition: 0.5s ease all;
  width: 100%;
}
.slick-navigation > div + div::after {
  left: 0;
  right: unset;
}
.slick-navigation svg {
  position: relative;
  z-index: 1;
}

.slick-nav-center {
  gap: 32px;
}
@media (min-width: 576px) {
  .slick-nav-center {
    display: none !important;
  }
}
.slick-nav-center div {
  overflow: hidden;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #FFF;
}

.slick-dots {
  display: flex;
  justify-content: center;
  bottom: -28px;
  z-index: 9999;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
  gap: 8px;
}
.slick-dots li {
  margin: 0;
  display: flex;
  width: auto;
  justify-content: center;
  align-items: center;
}
.slick-dots li button {
  padding: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #B9B9B9;
}
.slick-dots li button::before {
  font-size: 0;
  width: auto;
}
.slick-dots li.slick-active button {
  border-radius: 80px;
  width: 50px;
  height: 9px;
  transition: 0.4s ease all;
  background: linear-gradient(90deg, #35366E 0%, #05BCA0 100%);
}

.jq-stars {
  display: inline-block;
}

.jq-rating-label {
  font-size: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-family: helvetica, arial, verdana;
}

.jq-star {
  width: 100px;
  display: inline-block;
  cursor: pointer;
}

.jq-star-svg {
  width: 100%;
  height: 100% !important;
}

.jq-star-svg polygon {
  stroke-linejoin: round;
}

.tab-content > .tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
}

.tab-content > .active {
  height: auto;
}

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

/* Track */
::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 80px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #4FC1B0;
  border-radius: 80px;
}

roll::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #4FC1B0;
  border-radius: 10px;
  /* GAP using border and background clip */
  border: 2px solid transparent;
  background-clip: padding-box;
  margin: 10px 0;
  /* Adds top & bottom gap (optional) */
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.bg-unset {
  background: unset !important;
}

picture,
article {
  display: block;
}

.w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.py-0 {
  padding: 0 !important;
}

li {
  list-style: none;
}

.details ul {
  padding-left: 10px;
}
@media (min-width: 576px) {
  .details ul {
    padding-left: 31px;
  }
}
.details ul li {
  list-style: none;
  padding-left: 30px;
  position: relative;
}
@media (min-width: 576px) {
  .details ul li {
    padding-left: 41px;
  }
}
.details ul li::before {
  background: url('data:image/svg+xml,<svg width="23" height="24" viewBox="0 0 23 24" fill="none" xmlns="http://www.w3.org/2000/svg"><ellipse cx="11.4889" cy="11.8203" rx="11.4889" ry="11.5" fill="white"/><path d="M8.41063 7.32031L7.36719 8.49531L10.7565 12.3203L7.36719 16.1453L8.41063 17.3203L12.8508 12.3203L8.41063 7.32031Z" fill="%2300562C"/><path d="M11.9653 7.32031L10.9219 8.49531L14.3112 12.3203L10.9219 16.1453L11.9653 17.3203L16.4055 12.3203L11.9653 7.32031Z" fill="%2300562C"/></svg>');
  width: 18px;
  height: 18px;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  top: 3px;
}
@media (min-width: 576px) {
  .details ul li::before {
    width: 23px;
    height: 23px;
  }
}

.list ul li {
  position: relative;
  padding-left: 28px;
}
@media (min-width: 768px) {
  .list ul li {
    padding-left: 22px;
  }
}
@media (min-width: 992px) {
  .list ul li {
    padding-left: 24px;
  }
}
@media (min-width: 1200px) {
  .list ul li {
    padding-left: 26px;
  }
}
@media (min-width: 1360px) {
  .list ul li {
    padding-left: 28px;
  }
}
@media (min-width: 1440px) {
  .list ul li {
    padding-left: 30px;
  }
}
@media (min-width: 1600px) {
  .list ul li {
    padding-left: 35px;
  }
}
@media (min-width: 1900px) {
  .list ul li {
    padding-left: 45px;
  }
}
.list ul li::before {
  content: "";
  font-weight: 600;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.9993 20.1654C16.0621 20.1654 20.166 16.0614 20.166 10.9987C20.166 5.93595 16.0621 1.83203 10.9993 1.83203C5.9366 1.83203 1.83268 5.93595 1.83268 10.9987C1.83268 16.0614 5.9366 20.1654 10.9993 20.1654ZM11.4302 7.76286C11.5591 7.63412 11.7338 7.5618 11.916 7.5618C12.0982 7.5618 12.2729 7.63412 12.4018 7.76286L15.1518 10.5129C15.2806 10.6418 15.3529 10.8165 15.3529 10.9987C15.3529 11.1809 15.2806 11.3556 15.1518 11.4845L12.4018 14.2345C12.3389 14.3021 12.263 14.3563 12.1787 14.3938C12.0943 14.4314 12.0033 14.4516 11.911 14.4532C11.8187 14.4549 11.727 14.4379 11.6414 14.4033C11.5558 14.3687 11.478 14.3173 11.4127 14.252C11.3474 14.1867 11.296 14.1089 11.2614 14.0233C11.2268 13.9377 11.2098 13.846 11.2115 13.7537C11.2131 13.6614 11.2333 13.5704 11.2709 13.486C11.3085 13.4017 11.3626 13.3258 11.4302 13.2629L13.0068 11.6862H7.33268C7.15035 11.6862 6.97548 11.6138 6.84655 11.4848C6.71762 11.3559 6.64518 11.181 6.64518 10.9987C6.64518 10.8164 6.71762 10.6415 6.84655 10.5126C6.97548 10.3836 7.15035 10.3112 7.33268 10.3112H13.0068L11.4302 8.73453C11.3014 8.60562 11.2291 8.43089 11.2291 8.2487C11.2291 8.06651 11.3014 7.89177 11.4302 7.76286Z" fill="%238888C7"/></svg>');
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .list ul li::before {
    width: 22px;
    height: 22px;
  }
}
@media (min-width: 1600px) {
  .list ul li::before {
    width: 26px;
    height: 26px;
  }
}
@media (min-width: 1900px) {
  .list ul li::before {
    top: -3px;
    width: 31px;
    height: 31px;
  }
}
.list ul li + li {
  margin-top: 6px;
}

span.error {
  border: 1px solid #FF4040 !important;
}

.error-message {
  color: #FF4040;
  display: none;
  font-size: 12px;
  bottom: -20px;
  left: 0;
  line-height: normal;
  background: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 10px;
  border-radius: 5px;
  margin-bottom: 3px;
  margin-top: -10px;
}

.iti {
  width: 100%;
}

.iti__flag-container {
  padding-left: 6px;
}

.iti--allow-dropdown input[type=tel] {
  padding-left: 71px;
}

.iti__country-list {
  z-index: 9;
}

.iti__arrow {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M12.75 7.5L9 11.25L5.25 7.5" stroke="%23414A66" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  border: unset !important;
  transition: 0.5s ease all;
  margin-left: 10px;
}

.iti__arrow--up {
  transform: rotate(180deg);
  transition: 0.5s ease all;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: unset;
}

.iti__selected-flag div:first-child {
  transform: scale(1.4);
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  left: 5px;
}

textarea {
  resize: none;
}

input,
textarea,
select {
  outline: unset;
  border: unset;
}
input:focus, input:focus-visible, input:focus-within,
textarea:focus,
textarea:focus-visible,
textarea:focus-within,
select:focus,
select:focus-visible,
select:focus-within {
  outline: unset;
  border: unset;
}

select {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M5.25 7.5L9 11.25L12.75 7.5" stroke="%23414A66" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  border: unset;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 90%;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
}
select:focus-visible {
  outline: unset;
}

@media (min-width: 992px) {
  .justify-content-lg-between {
    justify-content: space-between;
  }
}

.navbar-toggler:focus {
  border: unset;
  outline: unset;
  box-shadow: unset;
}

input[type=date] {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: left;
}

.file-upload {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.file-label {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  border: 2px solid #35376F;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  color: #007bff;
  text-decoration: none;
}

.file-label:hover {
  background-color: #35376F;
}
.file-label:hover span {
  color: white;
}

.file-input {
  display: none;
}

.file-info {
  font-size: 0.9em;
  color: #555;
}

.file-name {
  margin-top: 10px;
  font-size: 0.9em;
  color: #333;
  word-wrap: break-word;
}

.file-icon {
  margin-right: 10px;
}

.file-cta {
  display: flex;
  align-items: center;
}

#fadeSection {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  /* Smooth transition */
}

/* Class to change opacity to 1 */
.visible {
  opacity: 1 !important;
  transition: opacity 1s ease-in-out;
}

.formGroup {
  position: relative;
}

.custom-radio {
  display: inline-block;
  cursor: pointer;
}

.custom-radio input[type=radio] {
  display: none;
}

.custom-radio input[type=radio]:checked + .radio-content {
  border-color: #007bff;
}

.tabb-content {
  display: none;
}

.tabb-content.active {
  display: block;
}

.w700 {
  font-weight: 700;
}

input.error,
textarea.error {
  border: 1px solid #FF4040 !important;
}

label.error {
  color: #FF4040 !important;
  position: relative;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
label.error::after {
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.33333 8C1.33333 4.3181 4.3181 1.33333 8 1.33333C11.6819 1.33333 14.6667 4.3181 14.6667 8C14.6667 11.6819 11.6819 14.6667 8 14.6667C4.3181 14.6667 1.33333 11.6819 1.33333 8ZM8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM5.74485 5.74477C5.96282 5.52681 6.31621 5.52681 6.53418 5.74477L7.99999 7.21058L9.46578 5.74479C9.68375 5.52682 10.0371 5.52682 10.2551 5.74479C10.4731 5.96276 10.4731 6.31615 10.2551 6.53412L8.78932 7.99991L10.2551 9.46569C10.4731 9.68366 10.4731 10.0371 10.2551 10.255C10.0371 10.473 9.68373 10.473 9.46576 10.255L7.99999 8.78924L6.53419 10.255C6.31623 10.473 5.96283 10.473 5.74487 10.255C5.5269 10.0371 5.5269 9.68367 5.74487 9.4657L7.21066 7.99991L5.74485 6.5341C5.52688 6.31613 5.52688 5.96274 5.74485 5.74477Z" fill="%23FF4040"/></svg>');
  background-size: cover;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}

.gap-sm-5 {
  gap: 10px;
}

@media (min-width: 992px) {
  .gap-6-md {
    gap: 10px;
  }
}
@media (min-width: 1200px) {
  .gap-9-lg {
    gap: 10px;
  }
}
@media (min-width: 1440px) {
  .gap-10-xl {
    gap: 10px;
  }
}
/* Hide number input spinner */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}

.custom-checkbox {
  margin-top: 4px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom-checkbox .checkmark {
  position: relative;
  background-color: transparent;
  border: 1px solid #CFCFD2;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  /* Add this for rounded corners */
  height: 17px;
  width: 17px;
}
@media (min-width: 992px) {
  .custom-checkbox .checkmark {
    margin-right: 8px;
  }
}
@media (min-width: 1200px) {
  .custom-checkbox .checkmark {
    margin-right: 9px;
    height: 19px;
    width: 19px;
  }
}
@media (min-width: 1440px) {
  .custom-checkbox .checkmark {
    margin-right: 10px;
    height: 20px;
    width: 20px;
  }
}
@media (min-width: 1600px) {
  .custom-checkbox .checkmark {
    height: 22px;
    width: 22px;
  }
}
@media (min-width: 1900px) {
  .custom-checkbox .checkmark {
    height: 24px;
    width: 24px;
  }
}

.custom-checkbox input:checked ~ .checkmark::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 18px;
  border: solid #00C2AE;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  top: -6px;
  right: 0px;
}
@media (min-width: 1440px) {
  .custom-checkbox input:checked ~ .checkmark::before {
    width: 9px;
    height: 18px;
  }
}
@media (min-width: 1600px) {
  .custom-checkbox input:checked ~ .checkmark::before {
    width: 11px;
    height: 20px;
  }
}
@media (min-width: 1900px) {
  .custom-checkbox input:checked ~ .checkmark::before {
    width: 13px;
    height: 22px;
  }
}

.hidden {
  display: none;
}

.show {
  display: block;
}

/* Fullscreen Loader */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #161B22;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Loader Content */
.loader-content {
  text-align: center;
}

.spinner {
  height: 42.03px;
  margin-bottom: 18px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Loader Text */
.loader-content p {
  background: linear-gradient(90deg, #3412E0 0%, #7928E5 47.91%, #07B4CC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-bottom: 40px;
  line-height: normal;
  font-size: 19px;
  font-weight: 900;
  color: #007acc;
  /* Same blue as spinner */
}
@media (max-width: 575px) {
  .loader-content p {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .loader-content p {
    font-size: 19px;
    margin-bottom: 66px;
  }
}
@media (min-width: 992px) {
  .loader-content p {
    font-size: 20px;
    margin-bottom: 68px;
  }
}
@media (min-width: 1200px) {
  .loader-content p {
    font-size: 22px;
    margin-bottom: 70px;
  }
}
@media (min-width: 1440px) {
  .loader-content p {
    font-size: 24px;
    margin-bottom: 72px;
  }
}
.loader-content span {
  font-size: 16.898px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .loader-content span {
    font-size: 16.898px;
  }
}
@media (min-width: 992px) {
  .loader-content span {
    font-size: 18.898px;
  }
}
@media (min-width: 1200px) {
  .loader-content span {
    font-size: 21.898px;
  }
}
@media (min-width: 1440px) {
  .loader-content span {
    font-size: 22.898px;
  }
}

.visibility-hidden {
  visibility: hidden;
}

.dropdown-menu {
  width: 100%;
  margin: auto !important;
  background: unset;
}
.dropdown-menu button {
  color: #fff;
}

.dropdown-item.active {
  background: unset !important;
}
.dropdown-item.active:hover {
  color: #000 !important;
}

.dropdown-item:hover {
  background: #fff !important;
}

.dropDown {
  margin-bottom: 24px;
  border-radius: 8px;
  background: #35376F;
  font-size: 16px;
  line-height: 24px;
}
.dropDown button {
  color: #fff;
  font-weight: 400;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  position: relative;
  padding: 8px 20px 8px 20px;
  white-space: pre-line;
}
.dropDown button::after {
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  border: unset;
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.0889 6.19526C13.3493 6.45561 13.3493 6.87772 13.0889 7.13807L8.4468 11.7802C8.32178 11.9052 8.15221 11.9754 7.9754 11.9754C7.79859 11.9754 7.62902 11.9052 7.50399 11.7802L2.86188 7.13807C2.60153 6.87772 2.60153 6.45561 2.86188 6.19526C3.12223 5.93491 3.54434 5.93491 3.80469 6.19526L7.9754 10.366L12.1461 6.19526C12.4065 5.93491 12.8286 5.93491 13.0889 6.19526Z" fill="%23ffff"/></svg>');
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  border-radius: 8px;
}

.select2-container--default .select2-results > .select2-results__options {
  padding: 8px;
  background-color: #2f353f;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
  background-color: #2f353f;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background: #979A9C;
}

.select2-dropdown {
  background-color: transparent;
}

.select2-results__option {
  padding: 4px 12px;
  line-height: 150%;
  margin-bottom: 4px;
}

.slick-track {
  margin-left: 0;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: none;
}

.fancybox-navigation .fancybox-button div {
  background: rgb(255, 255, 255);
}

.fancybox-container {
  z-index: 100000000000000000;
}

.fancybox-button {
  background: rgb(255, 255, 255);
}

.p-26 {
  font-weight: 400;
  font-family: "IBM Plex Serif";
  font-size: 16px;
  line-height: 138.462%;
}
@media (min-width: 768px) {
  .p-26 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .p-26 {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .p-26 {
    font-size: 17px;
  }
}
@media (min-width: 1360px) {
  .p-26 {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .p-26 {
    font-size: 19px;
  }
}
@media (min-width: 1600px) {
  .p-26 {
    font-size: 22px;
  }
}
@media (min-width: 1900px) {
  .p-26 {
    font-size: 26px;
  }
}

.btn-theme, .contact button, .banner .submit-form-btn, .enquiryForm .submit-form-btn {
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 100%;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.5s ease all;
  border-radius: 10px;
  height: 33px;
  padding: 5px 16px;
}
@media (min-width: 992px) {
  .btn-theme, .contact button, .banner .submit-form-btn, .enquiryForm .submit-form-btn {
    height: 38px;
    padding: 12px 11px;
  }
}
@media (min-width: 1200px) {
  .btn-theme, .contact button, .banner .submit-form-btn, .enquiryForm .submit-form-btn {
    height: 42px;
    padding: 15px 17px;
  }
}
@media (min-width: 1350px) {
  .btn-theme, .contact button, .banner .submit-form-btn, .enquiryForm .submit-form-btn {
    height: 44px;
    padding: 16px 18px;
  }
}
@media (min-width: 1440px) {
  .btn-theme, .contact button, .banner .submit-form-btn, .enquiryForm .submit-form-btn {
    height: 46px;
    padding: 17px 20px;
  }
}
@media (min-width: 1600px) {
  .btn-theme, .contact button, .banner .submit-form-btn, .enquiryForm .submit-form-btn {
    height: 48px;
    padding: 18px 21px;
  }
}
@media (min-width: 1900px) {
  .btn-theme, .contact button, .banner .submit-form-btn, .enquiryForm .submit-form-btn {
    height: 58px;
    padding: 19px 24px;
  }
}
.btn-theme.theme-bg, .contact button, .banner .submit-form-btn, .enquiryForm .submit-form-btn {
  background: #0CA854;
  color: #fff;
}
.btn-theme.theme-bg:hover, .contact button:hover, .banner .submit-form-btn:hover, .enquiryForm .submit-form-btn:hover {
  transition: 0.5s ease all;
  background: #000;
}
.btn-theme.btnDark, .contact button.btnDark, .banner .btnDark.submit-form-btn, .enquiryForm .btnDark.submit-form-btn {
  background-color: #35376F;
  color: #fff;
}
.btn-theme.btnDark:hover, .contact button.btnDark:hover, .banner .btnDark.submit-form-btn:hover, .enquiryForm .btnDark.submit-form-btn:hover {
  color: #35376F;
  background-color: #4FC1B0;
}
.btn-theme.btn-border, .contact button.btn-border, .banner .btn-border.submit-form-btn, .enquiryForm .btn-border.submit-form-btn {
  background-color: #0CA854;
  font-weight: 400;
  color: #fff;
}
.btn-theme.btn-border:hover, .contact button.btn-border:hover, .banner .btn-border.submit-form-btn:hover, .enquiryForm .btn-border.submit-form-btn:hover {
  background-color: #000;
  color: #fff;
}
.btn-theme.btn-border:hover path, .contact button.btn-border:hover path, .banner .btn-border.submit-form-btn:hover path, .enquiryForm .btn-border.submit-form-btn:hover path {
  fill: #fff;
}

.arrow-btn {
  border-radius: 50%;
  background: #A5A5DF;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 8.37px;
  bottom: 13.83px;
  width: 35px;
  height: 35px;
}
@media (min-width: 1600px) {
  .arrow-btn {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1900px) {
  .arrow-btn {
    width: 45px;
    height: 45px;
  }
}
.arrow-btn:hover {
  background-color: #fff;
}
.arrow-btn:hover path {
  fill: #35376F;
}

.btn-cancel {
  border: 1px solid #DADDE4;
  background: #FFF;
}

.slick-nav {
  justify-content: space-between;
  margin-left: auto;
  position: absolute;
  right: 10px;
  z-index: 999;
  width: 110px;
}
@media (min-width: 768px) {
  .slick-nav {
    width: 95px;
  }
}
@media (min-width: 992px) {
  .slick-nav {
    width: 100px;
  }
}
@media (min-width: 1200px) {
  .slick-nav {
    width: 139px;
  }
}
@media (min-width: 1600px) {
  .slick-nav {
    width: 170px;
  }
}
@media (min-width: 1900px) {
  .slick-nav {
    width: 195px;
  }
}
.slick-nav div {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
@media (min-width: 768px) {
  .slick-nav div {
    width: 45px;
    height: 45px;
  }
}
@media (min-width: 1200px) {
  .slick-nav div {
    width: 55px;
    height: 55px;
  }
}
@media (min-width: 1280px) {
  .slick-nav div {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1440px) {
  .slick-nav div {
    width: 65px;
    height: 65px;
  }
}
@media (min-width: 1600px) {
  .slick-nav div {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 1900px) {
  .slick-nav div {
    width: 90px;
    height: 90px;
  }
}
.slick-nav div svg {
  height: auto;
  width: 15px;
}
@media (min-width: 576px) {
  .slick-nav div svg {
    width: 16px;
  }
}
@media (min-width: 768px) {
  .slick-nav div svg {
    width: 17px;
  }
}
@media (min-width: 992px) {
  .slick-nav div svg {
    width: 18px;
  }
}
@media (min-width: 1200px) {
  .slick-nav div svg {
    width: 19px;
  }
}
@media (min-width: 1440px) {
  .slick-nav div svg {
    width: 20.475px;
  }
}
@media (min-width: 1600px) {
  .slick-nav div svg {
    width: 22px;
  }
}
@media (min-width: 1900px) {
  .slick-nav div svg {
    width: 25px;
  }
}

.heading h2 {
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .heading h2 {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .heading h2 {
    margin-bottom: 18px;
  }
}
@media (min-width: 1200px) {
  .heading h2 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1360px) {
  .heading h2 {
    margin-bottom: 23px;
  }
}
@media (min-width: 1440px) {
  .heading h2 {
    margin-bottom: 25px;
  }
}
.heading h2 span {
  font-weight: 300;
  display: block;
  line-height: normal;
}

.modal-backdrop.show {
  opacity: 1;
  background: rgba(25, 33, 60, 0.53);
}

.product-btn {
  font-weight: 500;
  color: #35376F;
  gap: 8.14px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  font-size: 11px;
}
@media (min-width: 1200px) {
  .product-btn {
    font-size: 12.5px;
  }
}
@media (min-width: 1440px) {
  .product-btn {
    font-size: 13px;
  }
}
@media (min-width: 1600px) {
  .product-btn {
    font-size: 15px;
  }
}
@media (min-width: 1900px) {
  .product-btn {
    font-size: 17px;
  }
}
.product-btn i {
  background-color: #A5A5DF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s ease;
  width: 22px;
  height: 22px;
}
@media (min-width: 768px) {
  .product-btn i {
    width: 26px;
    height: 26px;
  }
}
@media (min-width: 1200px) {
  .product-btn i {
    width: 28px;
    height: 28px;
  }
}
@media (min-width: 1280px) {
  .product-btn i {
    width: 30.174px;
    height: 30.66px;
  }
}
@media (min-width: 1440px) {
  .product-btn i {
    width: 33.174px;
    height: 33.66px;
  }
}
@media (min-width: 1600px) {
  .product-btn i {
    width: 36.174px;
    height: 36.66px;
  }
}
@media (min-width: 1440px) {
  .product-btn i {
    width: 39.174px;
    height: 39.66px;
  }
}
.product-btn i svg {
  height: auto;
  width: 10px;
}
@media (min-width: 768px) {
  .product-btn i svg {
    width: 10.5px;
  }
}
@media (min-width: 1200px) {
  .product-btn i svg {
    width: 11.5px;
  }
}
@media (min-width: 1280px) {
  .product-btn i svg {
    width: 12px;
  }
}
@media (min-width: 1440px) {
  .product-btn i svg {
    width: 12.6px;
  }
}
@media (min-width: 1600px) {
  .product-btn i svg {
    width: 14.6px;
  }
}
@media (min-width: 1900px) {
  .product-btn i svg {
    width: 16.6px;
  }
}
.product-btn:hover {
  color: #111722;
}
.product-btn:hover i {
  background-color: #35376F;
}
.product-btn:hover i svg {
  animation: arrowExitEnter 0.5s ease-in-out;
}

.load {
  line-height: 128.571%;
  color: #A5A5DF;
  font-weight: 600;
}

.mobile-menu {
  padding-bottom: 11px;
  display: flex;
  justify-content: flex-end;
  align-items: end;
}
.mobile-menu button {
  margin: 0;
  padding: 6px 19px;
  border: 1px solid #d6dffa;
  border-radius: 8px;
  color: rgba(46, 49, 146, 0.6588235294);
}

.title h1 span {
  font-weight: 400;
  color: #414A66;
}

.head {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .head {
    margin-bottom: 35px;
  }
}
@media (min-width: 1200px) {
  .head {
    margin-bottom: 40px;
  }
}
@media (min-width: 1350px) {
  .head {
    margin-bottom: 45px;
  }
}
@media (min-width: 1440px) {
  .head {
    margin-bottom: 50px;
  }
}
@media (min-width: 1600px) {
  .head {
    margin-bottom: 55px;
  }
}
@media (min-width: 1900px) {
  .head {
    margin-bottom: 60px;
  }
}
.head h2 {
  color: #35376F;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .head h2 {
    margin-bottom: 8px;
  }
}
@media (min-width: 1200px) {
  .head h2 {
    margin-bottom: 10px;
  }
}
@media (min-width: 1350px) {
  .head h2 {
    margin-bottom: 12px;
  }
}
@media (min-width: 1440px) {
  .head h2 {
    margin-bottom: 14px;
  }
}
@media (min-width: 1600px) {
  .head h2 {
    margin-bottom: 16px;
  }
}
@media (min-width: 1900px) {
  .head h2 {
    margin-bottom: 18px;
  }
}
.head p {
  line-height: 200%;
}
@media (min-width: 1280px) {
  .head p {
    width: 75.057%;
    margin-left: auto;
    margin-right: auto;
  }
}

.modal-content {
  background: unset;
  border: unset;
}
@media (max-width: 575px) {
  .modal-content {
    width: 90%;
    margin: auto;
  }
}

.btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 9;
}

.swal2-container {
  z-index: 999999999;
}

header {
  position: fixed;
  top: 20px;
  z-index: 100;
  width: 100%;
  transition: 0.5s ease all;
}
@media (min-width: 768px) {
  header {
    top: 0px;
  }
}
header > div {
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  header > div {
    max-width: 87.5%;
  }
}
@media (max-width: 768px) {
  header.scrolled {
    top: 0px;
  }
}
header.scrolled > div {
  background-color: #fff;
}
header.scrolled .header-top {
  display: none;
  transition: 0.5s ease all;
}

.header-top {
  padding: 14px 0px;
}
@media (max-width: 575px) {
  .header-top {
    display: none;
  }
}
@media (min-width: 992px) {
  .header-top {
    padding: 16px 0px;
  }
}
@media (min-width: 1200px) {
  .header-top {
    padding: 18px 0px;
  }
}
@media (min-width: 1350px) {
  .header-top {
    padding: 20px 0px;
  }
}
@media (min-width: 1440px) {
  .header-top {
    padding: 21px 0px;
  }
}
@media (min-width: 1600px) {
  .header-top {
    padding: 23px 0px;
  }
}
@media (min-width: 1900px) {
  .header-top {
    padding: 25px 0px;
  }
}
.header-top ul {
  gap: 9px;
}
@media (min-width: 1200px) {
  .header-top ul {
    gap: 5px;
  }
}
@media (min-width: 1350px) {
  .header-top ul {
    gap: 6px;
  }
}
@media (min-width: 1440px) {
  .header-top ul {
    gap: 8px;
  }
}
@media (min-width: 1600px) {
  .header-top ul {
    gap: 10px;
  }
}
@media (min-width: 1900px) {
  .header-top ul {
    gap: 12px;
  }
}
.header-top li, .header-top a {
  display: flex;
  align-items: center;
}
.header-top li + li {
  position: relative;
  padding-left: 9px;
}
@media (min-width: 992px) {
  .header-top li + li {
    padding-left: 8px;
  }
}
@media (min-width: 1360px) {
  .header-top li + li {
    padding-left: 9px;
  }
}
@media (min-width: 1440px) {
  .header-top li + li {
    padding-left: 10px;
  }
}
@media (min-width: 1600px) {
  .header-top li + li {
    padding-left: 11px;
  }
}
@media (min-width: 1900px) {
  .header-top li + li {
    padding-left: 12px;
  }
}
.header-top li + li::before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background: #4FC1B0;
}
.header-top li + li {
  position: relative;
  padding-left: 5px;
}
@media (min-width: 1200px) {
  .header-top li + li {
    padding-left: 6px;
  }
}
@media (min-width: 1350px) {
  .header-top li + li {
    padding-left: 8px;
  }
}
@media (min-width: 1440px) {
  .header-top li + li {
    padding-left: 10px;
  }
}
@media (min-width: 1600px) {
  .header-top li + li {
    padding-left: 11px;
  }
}
@media (min-width: 1900px) {
  .header-top li + li {
    padding-left: 12px;
  }
}
.header-top li + li::before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background: #4FC1B0;
}
.header-top a {
  gap: 4px;
  color: #35376F;
}
.header-top a svg {
  width: 17px;
  height: 17px;
}
@media (min-width: 1200px) {
  .header-top a {
    gap: 5px;
  }
  .header-top a svg {
    width: 18px;
    height: 18px;
  }
}
@media (min-width: 1350px) {
  .header-top a {
    gap: 6px;
  }
  .header-top a svg {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 1440px) {
  .header-top a {
    gap: 8px;
  }
}
@media (min-width: 1600px) {
  .header-top a {
    gap: 10px;
  }
  .header-top a svg {
    width: 22px;
    height: 22px;
  }
}
@media (min-width: 1900px) {
  .header-top a {
    gap: 12px;
  }
  .header-top a svg {
    width: 24px;
    height: 24px;
  }
}
.header-top a:hover {
  transition: 0.5s ease all;
  color: #4FC1B0;
}
.header-top a:hover path {
  transition: 0.5s ease all;
  fill: #4FC1B0;
}

.header-bottom {
  border-radius: 10px;
  background-color: #fff;
  padding: 8px 18px;
}
@media (min-width: 992px) {
  .header-bottom {
    padding: 10px 20px;
  }
}
@media (min-width: 1200px) {
  .header-bottom {
    padding: 11px 21px;
  }
}
@media (min-width: 1350px) {
  .header-bottom {
    padding: 12px 22px;
  }
}
@media (min-width: 1440px) {
  .header-bottom {
    padding: 14px 24px;
  }
}
@media (min-width: 1600px) {
  .header-bottom {
    padding: 15px 25px;
  }
}
@media (min-width: 1900px) {
  .header-bottom {
    padding: 16px 26px;
  }
}
.header-bottom ul {
  gap: 25px;
}
@media (max-width: 991px) {
  .header-bottom ul {
    width: 70%;
  }
}
@media (min-width: 768px) {
  .header-bottom ul {
    gap: 13px;
  }
}
@media (min-width: 992px) {
  .header-bottom ul {
    gap: 25px;
  }
}
@media (min-width: 1200px) {
  .header-bottom ul {
    gap: 33px;
  }
}
@media (min-width: 1350px) {
  .header-bottom ul {
    gap: 36px;
  }
}
@media (min-width: 1440px) {
  .header-bottom ul {
    gap: 39px;
  }
}
@media (min-width: 1600px) {
  .header-bottom ul {
    gap: 42px;
  }
}
@media (min-width: 1900px) {
  .header-bottom ul {
    gap: 45px;
  }
}
.header-bottom a {
  transition: 0.5s ease all;
  color: #3B567E;
}
.header-bottom a:hover, .header-bottom a .active {
  color: #4FC1B0;
  transition: 0.5s ease all;
}

.navbar-toggler rect {
  fill: #35376F;
}

.contact-info {
  background: #242323;
  padding: 50px 0px 41px 0px;
}
@media (min-width: 768px) {
  .contact-info {
    padding: 67px 0px 46px 0px;
  }
}
@media (min-width: 992px) {
  .contact-info {
    padding: 72px 0px 51px 0px;
  }
}
@media (min-width: 1200px) {
  .contact-info {
    padding: 77px 0px 56px 0px;
  }
}
@media (min-width: 1350px) {
  .contact-info {
    padding: 82px 0px 61px 0px;
  }
}
@media (min-width: 1440px) {
  .contact-info {
    padding: 87px 0px 66px 0px;
  }
}
@media (min-width: 1600px) {
  .contact-info {
    padding: 92px 0px 71px 0px;
  }
}
@media (min-width: 1900px) {
  .contact-info {
    padding: 97px 0px 76px 0px;
  }
}
.contact-info .container-contact {
  margin-left: auto;
  margin-right: auto;
  width: 92%;
}
@media (max-width: 767px) {
  .contact-info .container-contact > div {
    gap: 10px;
  }
}
@media (min-width: 768px) {
  .contact-info .container-contact {
    width: 76.674%;
  }
}
.contact-info-box {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 767px) {
  .contact-info-box {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .contact-info-box {
    gap: 8px;
  }
}
@media (min-width: 992px) {
  .contact-info-box {
    gap: 10px;
  }
}
@media (min-width: 1200px) {
  .contact-info-box {
    gap: 12px;
  }
}
@media (min-width: 1350px) {
  .contact-info-box {
    gap: 14px;
  }
}
@media (min-width: 1440px) {
  .contact-info-box {
    gap: 16px;
  }
}
@media (min-width: 1600px) {
  .contact-info-box {
    gap: 17px;
  }
}
@media (min-width: 1900px) {
  .contact-info-box {
    gap: 18px;
  }
}
.contact-info-box p, .contact-info-box a {
  color: #fff;
  line-height: 100%;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .contact-info-box p, .contact-info-box a {
    font-size: 15px;
  }
}
@media (min-width: 1280px) {
  .contact-info-box p, .contact-info-box a {
    font-size: 16px;
  }
}
@media (min-width: 1350px) {
  .contact-info-box p, .contact-info-box a {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .contact-info-box p, .contact-info-box a {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .contact-info-box p, .contact-info-box a {
    font-size: 22px;
  }
}
@media (min-width: 1900px) {
  .contact-info-box p, .contact-info-box a {
    font-size: 24px;
  }
}
.contact-info-box > div {
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
}
@media (min-width: 992px) {
  .contact-info-box > div {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1280px) {
  .contact-info-box > div {
    width: 55px;
    height: 55px;
  }
}
@media (min-width: 1350px) {
  .contact-info-box > div {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1440px) {
  .contact-info-box > div {
    width: 65px;
    height: 65px;
  }
}
@media (min-width: 1600px) {
  .contact-info-box > div {
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 1900px) {
  .contact-info-box > div {
    width: 80px;
    height: 80px;
  }
}
.contact-info-box > div svg {
  width: 20px;
}
@media (min-width: 992px) {
  .contact-info-box > div svg {
    width: 25px;
  }
}
@media (min-width: 1200px) {
  .contact-info-box > div svg {
    width: 28px;
  }
}
@media (min-width: 1350px) {
  .contact-info-box > div svg {
    width: 31px;
  }
}
@media (min-width: 1440px) {
  .contact-info-box > div svg {
    width: 34px;
  }
}
@media (min-width: 1600px) {
  .contact-info-box > div svg {
    width: 37px;
  }
}
@media (min-width: 1900px) {
  .contact-info-box > div svg {
    width: 40px;
  }
}
.contact-info-box:hover > div {
  background-color: #35376F;
}
.contact-info-box:hover > div path {
  fill: #fff;
}

footer {
  background: #242323;
  border-top: 1px solid #fff;
  padding: 20px 0px;
  text-align: center;
  color: #fff;
}
@media (max-width: 991px) {
  footer {
    margin-bottom: 36px;
  }
}
@media (min-width: 992px) {
  footer {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  footer {
    padding: 18px;
  }
}
@media (min-width: 1280px) {
  footer {
    padding: 20px;
  }
}
@media (min-width: 1350px) {
  footer {
    padding: 22px;
  }
}
@media (min-width: 1440px) {
  footer {
    padding: 24px;
  }
}
@media (min-width: 1600px) {
  footer {
    padding: 26px;
  }
}
@media (min-width: 1900px) {
  footer {
    padding: 28px;
  }
}

.enquiryForm .form-wrapper {
  border-radius: 10px;
  width: 100%;
  background-color: #fff;
  padding: 20px;
}
@media (min-width: 768px) {
  .enquiryForm .form-wrapper {
    border-radius: 20px;
    padding: 18px 18px 16px 18px;
  }
}
@media (min-width: 992px) {
  .enquiryForm .form-wrapper {
    padding: 13px 13px 15px 13px;
    border-radius: 10px;
  }
}
@media (min-width: 1200px) {
  .enquiryForm .form-wrapper {
    padding: 22px 22px 20px 22px;
    border-radius: 20px;
  }
}
@media (min-width: 1280px) {
  .enquiryForm .form-wrapper {
    padding: 24px 24px 22px 24px;
  }
}
@media (min-width: 1350px) {
  .enquiryForm .form-wrapper {
    padding: 26px 26px 24px 26px;
  }
}
@media (min-width: 1440px) {
  .enquiryForm .form-wrapper {
    padding: 28px 28px 26px 28px;
  }
}
@media (min-width: 1600px) {
  .enquiryForm .form-wrapper {
    padding: 28px 28px 26px 28px;
  }
}
@media (min-width: 1900px) {
  .enquiryForm .form-wrapper {
    padding: 32px 32px 28px 32px;
  }
}
.enquiryForm .form-wrapper input, .enquiryForm .form-wrapper textarea {
  font-weight: 400;
  border-radius: 5px;
  border: 1px solid #C2C8C5;
  background: #FFF;
  color: #3B567E;
}
.enquiryForm .form-wrapper input::-moz-placeholder, .enquiryForm .form-wrapper textarea::-moz-placeholder {
  font-weight: 400;
  color: #3B567E;
}
.enquiryForm .form-wrapper input::placeholder, .enquiryForm .form-wrapper textarea::placeholder {
  font-weight: 400;
  color: #3B567E;
}
.enquiryForm .form-wrapper input {
  height: 38px;
}
@media (min-width: 768px) {
  .enquiryForm .form-wrapper input {
    height: 35px;
  }
}
@media (min-width: 992px) {
  .enquiryForm .form-wrapper input {
    height: 27px;
  }
}
@media (min-width: 1200px) {
  .enquiryForm .form-wrapper input {
    height: 29px;
  }
}
@media (min-width: 1280px) {
  .enquiryForm .form-wrapper input {
    height: 31px;
  }
}
@media (min-width: 1350px) {
  .enquiryForm .form-wrapper input {
    height: 33px;
  }
}
@media (min-width: 1440px) {
  .enquiryForm .form-wrapper input {
    height: 35px;
  }
}
@media (min-width: 1600px) {
  .enquiryForm .form-wrapper input {
    height: 37px;
  }
}
@media (min-width: 1900px) {
  .enquiryForm .form-wrapper input {
    height: 42px;
  }
}
.enquiryForm .form-wrapper textarea {
  height: 75px;
}
@media (min-width: 576px) {
  .enquiryForm .form-wrapper textarea {
    height: 80px;
  }
}
@media (min-width: 768px) {
  .enquiryForm .form-wrapper textarea {
    height: 90px;
  }
}
@media (min-width: 992px) {
  .enquiryForm .form-wrapper textarea {
    height: 95px;
  }
}
@media (min-width: 1200px) {
  .enquiryForm .form-wrapper textarea {
    height: 100px;
  }
}
@media (min-width: 1280px) {
  .enquiryForm .form-wrapper textarea {
    height: 115px;
  }
}
@media (min-width: 1350px) {
  .enquiryForm .form-wrapper textarea {
    height: 120px;
  }
}
.enquiryForm .form-title {
  color: #35376F;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .enquiryForm .form-title {
    font-size: 15px;
    margin-bottom: 12px;
  }
}
@media (min-width: 1280px) {
  .enquiryForm .form-title {
    font-size: 16px;
    margin-bottom: 14px;
  }
}
@media (min-width: 1350px) {
  .enquiryForm .form-title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
@media (min-width: 1440px) {
  .enquiryForm .form-title {
    font-size: 20px;
    margin-bottom: 18px;
  }
}
@media (min-width: 1600px) {
  .enquiryForm .form-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1900px) {
  .enquiryForm .form-title {
    font-size: 24px;
    margin-bottom: 22px;
  }
}
.enquiryForm .form-group {
  margin-bottom: 18px;
}
.enquiryForm .submit-form-btn {
  margin-top: 18px;
}
@media (min-width: 768px) {
  .enquiryForm .submit-form-btn {
    margin-top: 28px;
  }
}

.offcanvas {
  width: 100%;
  z-index: 9999999;
}

.searchOffcanvas {
  height: -moz-fit-content;
  height: fit-content;
}
.searchOffcanvas .offcanvas-header {
  background: #ebe5f0;
}
@media (min-width: 992px) {
  .searchOffcanvas .offcanvas-header {
    padding: 12px 60px;
  }
}
@media (min-width: 1200px) {
  .searchOffcanvas .offcanvas-header {
    padding: 15px 70px;
  }
}
@media (min-width: 1600px) {
  .searchOffcanvas .offcanvas-header {
    padding: 20px 100px;
  }
}
.searchOffcanvas .searchButton {
  height: 100%;
  display: block;
  padding: 0px 20px;
  border-radius: 5px;
}
.searchOffcanvas .search {
  background: #35376F;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.searchOffcanvas div#searchOffcanvasLabel {
  width: 95%;
}
.searchOffcanvas input {
  border: unset;
  border-radius: 5px 0px 0px 5px;
  height: 50px;
  padding-left: 20px;
  color: #35376F;
}
.searchOffcanvas .btn-close:focus {
  box-shadow: unset;
}

.mobile_left_menu {
  min-height: 100vh;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 0px 0px 16px 16px;
  background: #f9faff;
  box-shadow: 0px 2px 4px 0px rgba(22, 40, 2, 0.1);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
}
@media (min-width: 768px) {
  .mobile_left_menu {
    width: 25%;
  }
}
.mobile_left_menu nav {
  padding-left: 20px;
}
.mobile_left_menu nav a {
  color: #666;
  font-weight: 400;
}
@media (max-width: 575px) {
  .mobile_left_menu nav {
    height: 380px;
    align-items: flex-start;
  }
}
.mobile_left_menu li.has-sub > ul {
  padding-left: 25px;
  margin-bottom: 20px;
}
.mobile_left_menu ul {
  width: 100%;
}
.mobile_left_menu .social {
  position: absolute;
  bottom: 30px;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
}
.mobile_left_menu .social .btn {
  width: 100%;
  color: #fff;
  font-weight: 600;
  padding: 8px 0px;
  margin-bottom: 15px;
}
.mobile_left_menu .social .btn:last-child {
  border: 1px solid #fff;
}
.mobile_left_menu .social .btn:last-child:hover {
  background-color: #4FC1B0;
  border-color: #4FC1B0;
}
.mobile_left_menu .social ul {
  display: flex;
  justify-content: space-between;
}
.mobile_left_menu .social ul a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 13px;
  gap: 5px;
}
.mobile_left_menu .social ul svg {
  width: 22px;
  height: auto;
}
.mobile_left_menu .offcanvas-header div {
  display: flex;
  align-items: center;
  gap: 39px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .mobile_left_menu .offcanvas-header div {
    gap: 34px;
  }
}
.mobile_left_menu .btn-close {
  filter: invert(0);
  opacity: 1;
  width: 26px;
  height: 26px;
  right: 30px;
  top: 37px;
}
.mobile_left_menu .btn-close path {
  fill: #fff;
  stroke: #fff;
}
.mobile_left_menu ul li {
  margin-bottom: 12px;
}
.mobile_left_menu ul li a {
  font-size: 20px;
}
.mobile_left_menu .btn-close {
  margin-right: 0;
}
.mobile_left_menu .offcanvas-header {
  padding-bottom: 0;
  padding-top: 27px;
  padding-left: 27px;
}

.offcanvas-body {
  margin-top: 30px;
}

@keyframes arrowExitEnter {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  30% {
    transform: translateX(20px);
    opacity: 0;
  }
  70% {
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.leftFixedBox {
  position: fixed;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  right: 85%;
  top: 70%;
  z-index: 10000;
  gap: 15px;
}
@media (min-width: 768px) {
  .leftFixedBox {
    top: 50%;
    right: 1.9%;
  }
}
.leftFixedBox > div:first-child img {
  animation: pulse 2s infinite;
}
.leftFixedBox .dropdown-toggle.iconBox {
  margin-bottom: 0;
  margin-bottom: 0;
}
.leftFixedBox .iconBox {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0px;
  background: #4FC1B0;
  width: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  .leftFixedBox .iconBox {
    background: #0CA854 !important;
    animation: pulse 1.8s infinite ease-in-out;
  }
}
@media (min-width: 768px) {
  .leftFixedBox .iconBox {
    width: 48px;
    height: 48px;
  }
}
@media (min-width: 992px) {
  .leftFixedBox .iconBox {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .leftFixedBox .iconBox {
    width: 52px;
    height: 52px;
  }
}
@media (min-width: 1360px) {
  .leftFixedBox .iconBox {
    width: 54px;
    height: 54px;
  }
}
@media (min-width: 1440px) {
  .leftFixedBox .iconBox {
    width: 56px;
    height: 56px;
  }
}
@media (min-width: 1600px) {
  .leftFixedBox .iconBox {
    width: 58px;
    height: 58px;
  }
}
@media (min-width: 1900px) {
  .leftFixedBox .iconBox {
    width: 60px;
    height: 60px;
  }
}
.leftFixedBox .iconBox img {
  height: auto;
  width: 40px;
}
@media (min-width: 768px) {
  .leftFixedBox .iconBox img {
    width: 48px;
  }
}
@media (min-width: 992px) {
  .leftFixedBox .iconBox img {
    width: 50px;
  }
}
@media (min-width: 1200px) {
  .leftFixedBox .iconBox img {
    width: 52px;
  }
}
@media (min-width: 1360px) {
  .leftFixedBox .iconBox img {
    width: 54px;
  }
}
@media (min-width: 1440px) {
  .leftFixedBox .iconBox img {
    width: 56px;
  }
}
@media (min-width: 1600px) {
  .leftFixedBox .iconBox img {
    width: 58px;
  }
}
@media (min-width: 1900px) {
  .leftFixedBox .iconBox img {
    width: 60px;
  }
}
.leftFixedBox .iconBox i {
  color: #6f4287;
}
.leftFixedBox .dropdown-menu {
  min-width: 40px;
  width: auto;
  height: 50px;
  background: transparent;
  padding: 0;
  border: 0;
}
.leftFixedBox .dropdown-menu .iconBox {
  background: #35376F;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  box-shadow: 0px 2px 10px 2px rgba(56, 52, 52, 0.2);
  text-decoration: none;
}
.leftFixedBox .dropdown-menu .iconBox i {
  color: #ffffff;
  font-size: 18px;
}
.leftFixedBox .dropdown-menu .iconBox:hover {
  background: #0a1821;
}
.leftFixedBox .dropdown-menu.show {
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 5px;
}
.leftFixedBox .QuickSideRightBar {
  position: relative;
}
.leftFixedBox .QuickSideRightBar .iconBox {
  box-shadow: 0px 15px 15px 0px rgba(106, 40, 117, 0.15);
  background: #35376F;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0px;
}
.leftFixedBox .QuickSideRightBar .slideLeft {
  box-shadow: 0px 15px 15px 0px rgba(106, 40, 117, 0.15);
  position: absolute;
  background: #35376F;
  width: 0;
  height: 50px;
  right: 0;
  top: 0px;
  font-size: 13px;
  line-height: 40px;
  color: #000;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  z-index: -1;
  opacity: 0;
  overflow: hidden;
  transition: ease-in-out 0.5s;
  border-radius: 30px;
}
.leftFixedBox .QuickSideRightBar .slideLeft .textRight {
  position: absolute;
  left: 12px;
  top: 0;
  font-size: 17px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 10px;
}
.leftFixedBox .QuickSideRightBar:hover .slideLeft {
  opacity: 1;
  transition: 0.3s ease-in-out;
  width: 190px;
}
.leftFixedBox .animateBox {
  animation: animate2 2s linear infinite;
}

.bottomFixedMenu {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
  border-radius: 10px 10px 0px 0px;
  padding: 12px 0px;
  overflow: hidden;
  background: #35376F;
  z-index: 99999;
}
.bottomFixedMenu ul {
  list-style: none;
}
.bottomFixedMenu span {
  color: #fff;
  display: block;
  line-height: 12px;
}
@media (max-width: 575px) {
  .bottomFixedMenu span {
    font-size: 12px;
  }
}
.bottomFixedMenu li {
  display: flex;
  width: 48%;
  justify-content: center;
}
.bottomFixedMenu li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.3803921569);
}
.bottomFixedMenu li a, .bottomFixedMenu li button {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

/* Pulse keyframes */
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
.banner {
  background: rgba(219, 242, 229, 0.44);
  padding-top: 100px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .banner {
    padding-top: 150px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .banner {
    padding-top: 140px;
    padding-bottom: 70px;
  }
}
@media (min-width: 1280px) {
  .banner {
    padding-top: 150px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1350px) {
  .banner {
    padding-top: 160px;
    padding-bottom: 90px;
  }
}
@media (min-width: 1440px) {
  .banner {
    padding-top: 170px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1600px) {
  .banner {
    padding-top: 180px;
    padding-bottom: 110px;
  }
}
@media (min-width: 1900px) {
  .banner {
    padding-top: 199px;
    padding-bottom: 122px;
  }
}
.banner h1 {
  color: #35376F;
  margin-right: auto;
  width: 100%;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .banner h1 {
    width: 85%;
  }
  .banner h1 br {
    display: none;
  }
}
@media (min-width: 768px) {
  .banner h1 {
    margin-bottom: 20px;
    width: 70%;
  }
}
@media (min-width: 992px) {
  .banner h1 {
    margin-left: auto;
    text-align: center;
    margin-bottom: 8px;
    width: 55.788%;
  }
}
.banner .banner-right {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .banner .banner-right {
    margin-top: 20px;
    flex-direction: column-reverse;
  }
}
@media (min-width: 992px) {
  .banner .banner-right {
    width: 71.844%;
  }
}
@media (max-width: 767px) {
  .banner .banner-right .picture {
    width: 100%;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .banner .banner-right .picture {
    width: 100%;
    width: 65.708%;
  }
}
.banner .banner-right .picture .btn-box {
  border-radius: 10px;
  background-color: #fff;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  padding: 3px;
}
@media (min-width: 768px) {
  .banner .banner-right .picture .btn-box {
    padding: 5px;
    top: -37px;
  }
}
@media (max-width: 767px) {
  .banner .banner-right .picture .btn-box a {
    width: 180px;
  }
}
.banner .banner-right .picture img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .banner .banner-right .picture img {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .banner .banner-right .picture img {
    height: 330px;
  }
}
@media (min-width: 1280px) {
  .banner .banner-right .picture img {
    height: 340px;
  }
}
@media (min-width: 1350px) {
  .banner .banner-right .picture img {
    height: 370px;
  }
}
@media (min-width: 1440px) {
  .banner .banner-right .picture img {
    height: 400px;
  }
}
@media (min-width: 1600px) {
  .banner .banner-right .picture img {
    height: 430px;
  }
}
@media (min-width: 1900px) {
  .banner .banner-right .picture img {
    height: 461px;
  }
}
.banner .banner-right img {
  border-radius: 20px;
  width: 100%;
  height: auto;
}
.banner .form-wrapper {
  border-radius: 10px;
  width: 100%;
  background-color: #fff;
  padding: 20px;
}
@media (min-width: 768px) {
  .banner .form-wrapper {
    border-radius: 20px;
    padding: 18px 18px 16px 18px;
  }
}
@media (min-width: 992px) {
  .banner .form-wrapper {
    width: 32.893%;
    padding: 13px 13px 15px 13px;
    border-radius: 10px;
  }
}
@media (min-width: 1200px) {
  .banner .form-wrapper {
    padding: 22px 22px 20px 22px;
    border-radius: 20px;
  }
}
@media (min-width: 1280px) {
  .banner .form-wrapper {
    padding: 24px 24px 22px 24px;
  }
}
@media (min-width: 1350px) {
  .banner .form-wrapper {
    padding: 26px 26px 24px 26px;
  }
}
@media (min-width: 1440px) {
  .banner .form-wrapper {
    padding: 28px 28px 26px 28px;
  }
}
@media (min-width: 1600px) {
  .banner .form-wrapper {
    padding: 28px 28px 26px 28px;
  }
}
@media (min-width: 1900px) {
  .banner .form-wrapper {
    padding: 32px 32px 28px 32px;
  }
}
.banner .form-wrapper form {
  padding: 0 !important;
}
.banner .form-wrapper input, .banner .form-wrapper textarea {
  font-weight: 400;
  border-radius: 5px;
  border: 1px solid #C2C8C5;
  background: #FFF;
  color: #3B567E;
}
.banner .form-wrapper input::-moz-placeholder, .banner .form-wrapper textarea::-moz-placeholder {
  font-weight: 400;
  color: #3B567E;
}
.banner .form-wrapper input::placeholder, .banner .form-wrapper textarea::placeholder {
  font-weight: 400;
  color: #3B567E;
}
.banner .form-wrapper input {
  height: 35px;
}
@media (min-width: 768px) {
  .banner .form-wrapper input {
    height: 35px;
  }
}
@media (min-width: 992px) {
  .banner .form-wrapper input {
    height: 27px;
  }
}
@media (min-width: 1200px) {
  .banner .form-wrapper input {
    height: 29px;
  }
}
@media (min-width: 1280px) {
  .banner .form-wrapper input {
    height: 31px;
  }
}
@media (min-width: 1350px) {
  .banner .form-wrapper input {
    height: 33px;
  }
}
@media (min-width: 1440px) {
  .banner .form-wrapper input {
    height: 35px;
  }
}
@media (min-width: 1600px) {
  .banner .form-wrapper input {
    height: 37px;
  }
}
@media (min-width: 1900px) {
  .banner .form-wrapper input {
    height: 42px;
  }
}
.banner .form-wrapper textarea {
  height: 75px;
}
@media (min-width: 576px) {
  .banner .form-wrapper textarea {
    height: 80px;
  }
}
@media (min-width: 768px) {
  .banner .form-wrapper textarea {
    height: 90px;
  }
}
@media (min-width: 992px) {
  .banner .form-wrapper textarea {
    height: 95px;
  }
}
@media (min-width: 1200px) {
  .banner .form-wrapper textarea {
    height: 100px;
  }
}
@media (min-width: 1280px) {
  .banner .form-wrapper textarea {
    height: 115px;
  }
}
@media (min-width: 1350px) {
  .banner .form-wrapper textarea {
    height: 120px;
  }
}
@media (min-width: 1440px) {
  .banner .form-wrapper textarea {
    height: 125px;
  }
}
@media (min-width: 1600px) {
  .banner .form-wrapper textarea {
    height: 152px;
  }
}
@media (min-width: 1900px) {
  .banner .form-wrapper textarea {
    height: 157px;
  }
}
.banner .form-title {
  color: #35376F;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .banner .form-title {
    font-size: 15px;
    margin-bottom: 12px;
  }
}
@media (min-width: 1280px) {
  .banner .form-title {
    font-size: 16px;
    margin-bottom: 14px;
  }
}
@media (min-width: 1350px) {
  .banner .form-title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
@media (min-width: 1440px) {
  .banner .form-title {
    font-size: 20px;
    margin-bottom: 18px;
  }
}
@media (min-width: 1600px) {
  .banner .form-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1900px) {
  .banner .form-title {
    font-size: 24px;
    margin-bottom: 22px;
  }
}
.banner .form-group {
  margin-bottom: 13px;
}
@media (min-width: 1200px) {
  .banner .form-group {
    margin-bottom: 18px;
  }
}
.banner .submit-form-btn {
  margin-top: 18px;
}
@media (min-width: 768px) {
  .banner .submit-form-btn {
    margin-top: 28px;
  }
}

.banner-list {
  width: 100%;
}
.banner-list p {
  color: #000;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 18px;
}
@media (min-width: 992px) {
  .banner-list p {
    font-size: 20px;
  }
}
@media (min-width: 1280px) {
  .banner-list p {
    font-size: 26px;
  }
}
@media (min-width: 1600px) {
  .banner-list p {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .banner-list {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .banner-list {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .banner-list {
    width: 26.593%;
  }
}
.banner-list li {
  position: relative;
  color: #35376F;
  padding-left: 20px;
}
@media (max-width: 575px) {
  .banner-list li {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .banner-list li {
    padding-left: 22px;
  }
}
@media (min-width: 992px) {
  .banner-list li {
    padding-left: 18px;
  }
}
@media (min-width: 1200px) {
  .banner-list li {
    padding-left: 20px;
  }
}
@media (min-width: 1350px) {
  .banner-list li {
    padding-left: 24px;
  }
}
@media (min-width: 1440px) {
  .banner-list li {
    padding-left: 24px;
  }
}
@media (min-width: 1600px) {
  .banner-list li {
    padding-left: 29px;
  }
}
@media (min-width: 1900px) {
  .banner-list li {
    padding-left: 36px;
  }
}
.banner-list li + li {
  margin-top: 8px;
}
@media (min-width: 1200px) {
  .banner-list li + li {
    margin-top: 10px;
  }
}
@media (min-width: 1350px) {
  .banner-list li + li {
    margin-top: 12px;
  }
}
@media (min-width: 1440px) {
  .banner-list li + li {
    margin-top: 14px;
  }
}
@media (min-width: 1600px) {
  .banner-list li + li {
    margin-top: 16px;
  }
}
@media (min-width: 1900px) {
  .banner-list li + li {
    margin-top: 18px;
  }
}
.banner-list li::before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="16" viewBox="0 0 20 16" fill="none"><path d="M1 8H18.5" stroke="%2335366E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 15L19 8L12 1" stroke="%2335366E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  left: 0;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 8px;
}
@media (min-width: 768px) {
  .banner-list li::before {
    width: 13px;
    height: 9px;
  }
}
@media (min-width: 992px) {
  .banner-list li::before {
    width: 14px;
    height: 10px;
  }
}
@media (min-width: 1200px) {
  .banner-list li::before {
    width: 15px;
    height: 11px;
  }
}
@media (min-width: 1280px) {
  .banner-list li::before {
    width: 13px;
    height: 9px;
  }
}
@media (min-width: 1350px) {
  .banner-list li::before {
    width: 14px;
    height: 10px;
  }
}
@media (min-width: 1440px) {
  .banner-list li::before {
    width: 15px;
    height: 11px;
  }
}
@media (min-width: 1600px) {
  .banner-list li::before {
    width: 19px;
    height: 15px;
  }
}
@media (min-width: 1900px) {
  .banner-list li::before {
    width: 20px;
    height: 16px;
  }
}

.hospitals {
  padding-top: 40px;
}
@media (min-width: 992px) {
  .hospitals {
    padding-top: 70px;
  }
}
@media (min-width: 1280px) {
  .hospitals {
    padding-top: 80px;
  }
}
@media (min-width: 1350px) {
  .hospitals {
    padding-top: 90px;
  }
}
@media (min-width: 1440px) {
  .hospitals {
    padding-top: 100px;
  }
}
@media (min-width: 1600px) {
  .hospitals {
    padding-top: 110px;
  }
}
@media (min-width: 1900px) {
  .hospitals {
    padding-top: 120px;
  }
}
.hospitals .slick-slide {
  margin-bottom: 20px;
  margin-left: 2.23px;
  margin-right: 2.23px;
}
@media (max-width: 575px) {
  .hospitals .slick-slide > div + div {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .hospitals .slick-slide {
    margin-bottom: 37px;
  }
}
@media (min-width: 992px) {
  .hospitals .slick-slide {
    margin-bottom: 39px;
  }
}
@media (min-width: 1280px) {
  .hospitals .slick-slide {
    margin-bottom: 42px;
  }
}
@media (min-width: 1350px) {
  .hospitals .slick-slide {
    margin-bottom: 45px;
  }
}
@media (min-width: 1440px) {
  .hospitals .slick-slide {
    margin-bottom: 48px;
  }
}
@media (min-width: 1600px) {
  .hospitals .slick-slide {
    margin-bottom: 46px;
  }
}
@media (min-width: 1900px) {
  .hospitals .slick-slide {
    margin-bottom: 54px;
  }
}
@media (min-width: 768px) {
  .hospitals .slick-slide {
    margin-left: 18.23px;
    margin-right: 18.23px;
  }
}
@media (min-width: 992px) {
  .hospitals .slick-slide {
    margin-left: 10.23px;
    margin-right: 10.23px;
  }
}
@media (min-width: 1200px) {
  .hospitals .slick-slide {
    margin-left: 24.23px;
    margin-right: 24.23px;
  }
}
@media (min-width: 1280px) {
  .hospitals .slick-slide {
    margin-left: 27.23px;
    margin-right: 27.23px;
  }
}
@media (min-width: 1350px) {
  .hospitals .slick-slide {
    margin-left: 30.23px;
    margin-right: 30.23px;
  }
}
@media (min-width: 1440px) {
  .hospitals .slick-slide {
    margin-left: 33.23px;
    margin-right: 33.23px;
  }
}
@media (min-width: 1600px) {
  .hospitals .slick-slide {
    margin-left: 36.23px;
    margin-right: 36.23px;
  }
}
@media (min-width: 1900px) {
  .hospitals .slick-slide {
    margin-left: 44.23px;
    margin-right: 44.23px;
  }
}
.hospitals .slick-list {
  margin-left: -2.23px;
  margin-right: -2.23px;
}
@media (min-width: 768px) {
  .hospitals .slick-list {
    margin-left: -18.23px;
    margin-right: -18.23px;
  }
}
@media (min-width: 992px) {
  .hospitals .slick-list {
    margin-left: -10.23px;
    margin-right: -10.23px;
  }
}
@media (min-width: 1200px) {
  .hospitals .slick-list {
    margin-left: -24.23px;
    margin-right: -24.23px;
  }
}
@media (min-width: 1280px) {
  .hospitals .slick-list {
    margin-left: -27.23px;
    margin-right: -27.23px;
  }
}
@media (min-width: 1350px) {
  .hospitals .slick-list {
    margin-left: -30.23px;
    margin-right: -30.23px;
  }
}
@media (min-width: 1440px) {
  .hospitals .slick-list {
    margin-left: -33.23px;
    margin-right: -33.23px;
  }
}
@media (min-width: 1600px) {
  .hospitals .slick-list {
    margin-left: -36.23px;
    margin-right: -36.23px;
  }
}
@media (min-width: 1900px) {
  .hospitals .slick-list {
    margin-left: -44.23px;
    margin-right: -44.23px;
  }
}

@media (max-width: 575px) {
  .hospital-slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 0px;
  }
}

.hospitals-item {
  border-radius: 10px;
  border: 1px solid #C2C8C5;
  background: url(/images/bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: right;
  padding: 10px;
  flex-direction: column;
}
@media (max-width: 575px) {
  .hospitals-item {
    width: 49.2%;
  }
}
@media (min-width: 576px) {
  .hospitals-item {
    display: flex !important;
    padding: 9px 9px 10px 9px;
  }
}
@media (min-width: 768px) {
  .hospitals-item {
    padding: 11px 11px 13px 9px;
  }
}
@media (min-width: 992px) {
  .hospitals-item {
    border-radius: 20px;
    padding: 15px 11px 17px 11px;
  }
}
@media (min-width: 1200px) {
  .hospitals-item {
    padding: 19px 19px 21px 17px;
  }
}
@media (min-width: 1280px) {
  .hospitals-item {
    padding: 24px 24px 26px 22px;
  }
}
@media (min-width: 1350px) {
  .hospitals-item {
    padding: 29px 29px 31px 27px;
  }
}
@media (min-width: 1440px) {
  .hospitals-item {
    padding: 32px 32px 34px 30px;
  }
}
@media (min-width: 1600px) {
  .hospitals-item {
    padding: 34px 34px 38px 34px;
  }
}
@media (min-width: 1900px) {
  .hospitals-item {
    padding: 43px 42.75px 40px 42.75px;
  }
}
.hospitals-item picture {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .hospitals-item picture {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .hospitals-item picture {
    margin-bottom: 12px;
  }
}
@media (min-width: 1200px) {
  .hospitals-item picture {
    margin-bottom: 14px;
  }
}
@media (min-width: 1350px) {
  .hospitals-item picture {
    margin-bottom: 16px;
  }
}
@media (min-width: 1440px) {
  .hospitals-item picture {
    margin-bottom: 18px;
  }
}
@media (min-width: 1900px) {
  .hospitals-item picture {
    margin-bottom: 20px;
  }
}
.hospitals-item picture + a {
  margin-bottom: 10px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7px;
  padding-bottom: 7px;
}
.hospitals-item h3 {
  color: #35376F;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  height: 100%;
}
@media (max-width: 575px) {
  .hospitals-item h3 {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .hospitals-item h3 {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .hospitals-item h3 {
    padding-bottom: 12px;
    margin-bottom: 22px;
    font-size: 15px;
  }
}
@media (min-width: 1350px) {
  .hospitals-item h3 {
    padding-bottom: 14px;
    margin-bottom: 24px;
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .hospitals-item h3 {
    padding-bottom: 16px;
    margin-bottom: 26px;
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .hospitals-item h3 {
    padding-bottom: 18px;
    margin-bottom: 28px;
    font-size: 19px;
  }
}
@media (min-width: 1900px) {
  .hospitals-item h3 {
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 24px;
  }
}
.hospitals-item h3::after {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #333C70 0%, #07B9A0 100%);
  left: 0;
  bottom: 0;
}
.hospitals-item ul {
  margin-bottom: 13px;
}
.hospitals-item .button-wrap {
  margin-top: auto;
}
@media (max-width: 767px) {
  .hospitals-item .button-wrap {
    gap: 5px;
  }
  .hospitals-item .button-wrap a {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .hospitals-item .button-wrap {
    margin-top: 16px;
  }
}
@media (min-width: 1200px) {
  .hospitals-item .button-wrap {
    margin-top: 19px;
  }
}
@media (min-width: 1350px) {
  .hospitals-item .button-wrap {
    margin-top: 22px;
  }
}
@media (min-width: 1440px) {
  .hospitals-item .button-wrap {
    margin-top: 25px;
  }
}
@media (min-width: 1600px) {
  .hospitals-item .button-wrap {
    margin-top: 28px;
  }
}
@media (min-width: 1900px) {
  .hospitals-item .button-wrap {
    margin-top: 31px;
  }
}
.hospitals-item li {
  position: relative;
  padding-left: 19px;
}
@media (min-width: 768px) {
  .hospitals-item li {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .hospitals-item li {
    padding-left: 33px;
  }
}
@media (min-width: 1200px) {
  .hospitals-item li {
    padding-left: 36px;
  }
}
@media (min-width: 1350px) {
  .hospitals-item li {
    padding-left: 38px;
  }
}
@media (min-width: 1440px) {
  .hospitals-item li {
    padding-left: 40px;
  }
}
@media (min-width: 1600px) {
  .hospitals-item li {
    padding-left: 42px;
  }
}
@media (min-width: 1900px) {
  .hospitals-item li {
    padding-left: 44px;
  }
}
.hospitals-item li:nth-child(1)::after {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="33" height="32" viewBox="0 0 33 32" fill="none"><path d="M15.1298 4.13606C15.7898 2.79872 17.6978 2.79872 18.3578 4.13606L21.5018 10.5067L28.5324 11.5281C30.0084 11.7414 30.5978 13.5574 29.5298 14.5987L24.4418 19.5574L25.6431 26.5574C25.8964 28.0294 24.3524 29.1507 23.0311 28.4561L17.7564 25.6827C17.9469 25.0008 18.0543 24.2984 18.0764 23.5907L23.6031 26.4974L22.4538 19.7907C22.4046 19.5033 22.426 19.2082 22.5161 18.9309C22.6062 18.6536 22.7624 18.4023 22.9711 18.1987L27.8431 13.4494L21.1098 12.4707C20.821 12.4286 20.5468 12.3169 20.3108 12.1452C20.0748 11.9736 19.8841 11.7471 19.7551 11.4854L16.7431 5.38672L13.7324 11.4854C13.6034 11.7471 13.4127 11.9736 13.1767 12.1452C12.9407 12.3169 12.6665 12.4286 12.3778 12.4707L5.64443 13.4494L7.18843 14.9547C6.48229 15.1422 5.80268 15.4181 5.16577 15.7761L3.95777 14.5987C2.88977 13.5574 3.4791 11.7427 4.9551 11.5281L11.9858 10.5067L15.1298 4.13606ZM16.7458 23.3334C16.7458 24.2964 16.5561 25.25 16.1876 26.1397C15.819 27.0295 15.2788 27.8379 14.5979 28.5188C13.9169 29.1998 13.1085 29.74 12.2188 30.1085C11.3291 30.477 10.3755 30.6667 9.41243 30.6667C8.44941 30.6667 7.49581 30.477 6.60609 30.1085C5.71637 29.74 4.90795 29.1998 4.22698 28.5188C3.54602 27.8379 3.00585 27.0295 2.63732 26.1397C2.26878 25.25 2.0791 24.2964 2.0791 23.3334C2.0791 21.3885 2.85172 19.5232 4.22699 18.1479C5.60225 16.7727 7.46751 16.0001 9.41243 16.0001C11.3574 16.0001 13.2226 16.7727 14.5979 18.1479C15.9732 19.5232 16.7458 21.3885 16.7458 23.3334ZM5.41243 22.6667C5.23562 22.6667 5.06605 22.737 4.94103 22.862C4.81601 22.987 4.74577 23.1566 4.74577 23.3334C4.74577 23.5102 4.81601 23.6798 4.94103 23.8048C5.06605 23.9298 5.23562 24.0001 5.41243 24.0001H11.8031L9.6071 26.1947C9.4821 26.3199 9.41194 26.4896 9.41206 26.6665C9.41219 26.8434 9.48259 27.0131 9.60777 27.1381C9.73295 27.2631 9.90266 27.3332 10.0796 27.3331C10.2565 27.333 10.4261 27.2626 10.5511 27.1374L13.8844 23.8041C14.0094 23.679 14.0796 23.5095 14.0796 23.3327C14.0796 23.1559 14.0094 22.9864 13.8844 22.8614L10.5511 19.5281C10.4261 19.4029 10.2565 19.3325 10.0796 19.3324C9.90266 19.3322 9.73295 19.4024 9.60777 19.5274C9.48259 19.6524 9.41219 19.822 9.41206 19.9989C9.41194 20.1758 9.4821 20.3455 9.6071 20.4707L11.8031 22.6667H5.41243Z" fill="%23007C9E"/></svg>');
}
.hospitals-item li:nth-child(2)::after {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="33" height="32" viewBox="0 0 33 32" fill="none"><path d="M30.7456 2V30H0.745605V2H6.74561V0H8.74561V2H22.7456V0H24.7456V2H30.7456ZM2.74561 4V8H28.7456V4H24.7456V6H22.7456V4H8.74561V6H6.74561V4H2.74561ZM28.7456 28V10H2.74561V28H28.7456ZM21.8706 16L18.105 18.9531L19.6831 23.875L15.7456 20.7969L11.8081 23.875L13.3862 18.9531L9.62061 16H14.3394L15.7456 11.625L17.1519 16H21.8706Z" fill="%23007C9E"/></svg>');
}
.hospitals-item li:nth-child(3)::after {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="33" height="32" viewBox="0 0 33 32" fill="none"><path d="M3.74561 26V19C3.74874 17.9401 4.17117 16.9245 4.92064 16.175C5.67011 15.4256 6.6857 15.0031 7.74561 15H25.7456C26.8055 15.0031 27.8211 15.4256 28.5706 16.175C29.32 16.9245 29.7425 17.9401 29.7456 19V26M24.7456 15H6.74561V8.5C6.74758 7.83757 7.01161 7.20283 7.48002 6.73442C7.94844 6.26601 8.58317 6.00198 9.24561 6H24.2456C24.908 6.00198 25.5428 6.26601 26.0112 6.73442C26.4796 7.20283 26.7436 7.83757 26.7456 8.5V15H24.7456Z" stroke="%23007C9E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M3.74561 26V25.5C3.74676 25.1025 3.90517 24.7217 4.18622 24.4406C4.46728 24.1596 4.84814 24.0012 5.24561 24H28.2456C28.6431 24.0012 29.0239 24.1596 29.305 24.4406C29.586 24.7217 29.7445 25.1025 29.7456 25.5V26M7.74561 15V14C7.74709 13.47 7.95828 12.9622 8.33303 12.5874C8.70778 12.2127 9.21563 12.0015 9.74561 12H14.7456C15.2756 12.0015 15.7834 12.2127 16.1582 12.5874C16.5329 12.9622 16.7441 13.47 16.7456 14M16.7456 14V15M16.7456 14C16.7471 13.47 16.9583 12.9622 17.333 12.5874C17.7078 12.2127 18.2156 12.0015 18.7456 12H23.7456C24.2756 12.0015 24.7834 12.2127 25.1582 12.5874C25.5329 12.9622 25.7441 13.47 25.7456 14V15" stroke="%23007C9E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.hospitals-item li:nth-child(4)::after {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="33" height="32" viewBox="0 0 33 32" fill="none"><path d="M16.7458 2.66675C10.8791 2.66675 6.0791 7.46675 6.0791 13.3334C6.0791 20.5334 15.4124 28.6667 15.8124 29.0667C16.0791 29.2001 16.4791 29.3334 16.7458 29.3334C17.0124 29.3334 17.4124 29.2001 17.6791 29.0667C18.0791 28.6667 27.4124 20.5334 27.4124 13.3334C27.4124 7.46675 22.6124 2.66675 16.7458 2.66675ZM16.7458 26.2667C13.9458 23.6001 8.74577 17.8667 8.74577 13.3334C8.74577 8.93341 12.3458 5.33341 16.7458 5.33341C21.1458 5.33341 24.7458 8.93341 24.7458 13.3334C24.7458 17.7334 19.5458 23.6001 16.7458 26.2667ZM16.7458 8.00008C13.8124 8.00008 11.4124 10.4001 11.4124 13.3334C11.4124 16.2667 13.8124 18.6667 16.7458 18.6667C19.6791 18.6667 22.0791 16.2667 22.0791 13.3334C22.0791 10.4001 19.6791 8.00008 16.7458 8.00008ZM16.7458 16.0001C15.2791 16.0001 14.0791 14.8001 14.0791 13.3334C14.0791 11.8667 15.2791 10.6667 16.7458 10.6667C18.2124 10.6667 19.4124 11.8667 19.4124 13.3334C19.4124 14.8001 18.2124 16.0001 16.7458 16.0001Z" fill="%23007C9E"/></svg>');
}
.hospitals-item li::after {
  width: 16px;
  height: 16px;
  background-size: cover !important;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .hospitals-item li::after {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 992px) {
  .hospitals-item li::after {
    width: 22px;
    height: 22px;
  }
}
@media (min-width: 1200px) {
  .hospitals-item li::after {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 1350px) {
  .hospitals-item li::after {
    width: 26px;
    height: 26px;
  }
}
@media (min-width: 1440px) {
  .hospitals-item li::after {
    width: 28px;
    height: 28px;
  }
}
@media (min-width: 1600px) {
  .hospitals-item li::after {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 1900px) {
  .hospitals-item li::after {
    width: 32px;
    height: 32px;
  }
}
.hospitals-item li + li {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .hospitals-item li + li {
    margin-top: 12px;
  }
}
@media (min-width: 992px) {
  .hospitals-item li + li {
    margin-top: 14px;
  }
}
@media (min-width: 1200px) {
  .hospitals-item li + li {
    margin-top: 16px;
  }
}
@media (min-width: 1350px) {
  .hospitals-item li + li {
    margin-top: 18px;
  }
}
@media (min-width: 1440px) {
  .hospitals-item li + li {
    margin-top: 20px;
  }
}
@media (min-width: 1600px) {
  .hospitals-item li + li {
    margin-top: 22px;
  }
}
@media (min-width: 1900px) {
  .hospitals-item li + li {
    margin-top: 24px;
  }
}

.counter {
  padding-top: 50px;
}
@media (max-width: 7678px) {
  .counter .d-flex {
    gap: 20px 0px;
  }
}
@media (min-width: 992px) {
  .counter {
    padding-top: 60px;
  }
}
@media (min-width: 1280px) {
  .counter {
    padding-top: 65px;
  }
}
@media (min-width: 1350px) {
  .counter {
    padding-top: 68px;
  }
}
@media (min-width: 1440px) {
  .counter {
    padding-top: 73px;
  }
}
@media (min-width: 1600px) {
  .counter {
    padding-top: 78px;
  }
}
@media (min-width: 1900px) {
  .counter {
    padding-top: 83px;
  }
}
.counter .timer-col {
  position: relative;
  text-align: center;
  width: 33%;
}
@media (max-width: 767px) {
  .counter .timer-col::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 90%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .counter .timer-col:nth-child(2)::before, .counter .timer-col:nth-child(3)::before {
    background: #B9B9B9;
  }
  .counter .timer-col:nth-child(4) {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .counter .timer-col {
    width: 25%;
  }
}
.counter .timer-col + div::before {
  width: 1px;
  height: 90%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .counter .timer-col + div::before {
    background: #B9B9B9;
  }
}
.counter .timer-col span, .counter .timer-col strong {
  color: #000;
  font-weight: 400;
  line-height: 100%;
  font-size: 25px;
}
@media (min-width: 576px) {
  .counter .timer-col span, .counter .timer-col strong {
    font-size: 35px;
  }
}
@media (min-width: 768px) {
  .counter .timer-col span, .counter .timer-col strong {
    font-size: 29px;
  }
}
@media (min-width: 992px) {
  .counter .timer-col span, .counter .timer-col strong {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .counter .timer-col span, .counter .timer-col strong {
    font-size: 43px;
  }
}
@media (min-width: 1280px) {
  .counter .timer-col span, .counter .timer-col strong {
    font-size: 46px;
  }
}
@media (min-width: 1350px) {
  .counter .timer-col span, .counter .timer-col strong {
    font-size: 50px;
  }
}
@media (min-width: 1440px) {
  .counter .timer-col span, .counter .timer-col strong {
    font-size: 58px;
  }
}
@media (min-width: 1600px) {
  .counter .timer-col span, .counter .timer-col strong {
    font-size: 61px;
  }
}
@media (min-width: 1900px) {
  .counter .timer-col span, .counter .timer-col strong {
    font-size: 64px;
  }
}
.counter .timer-col p {
  color: #35376F;
  font-size: 14px;
}
@media (min-width: 576px) {
  .counter .timer-col p {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .counter .timer-col p {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .counter .timer-col p {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .counter .timer-col p {
    font-size: 22px;
  }
}
@media (min-width: 1280px) {
  .counter .timer-col p {
    font-size: 24px;
  }
}
@media (min-width: 1350px) {
  .counter .timer-col p {
    font-size: 26px;
  }
}
@media (min-width: 1440px) {
  .counter .timer-col p {
    font-size: 28px;
  }
}
@media (min-width: 1600px) {
  .counter .timer-col p {
    font-size: 30px;
  }
}
@media (min-width: 1900px) {
  .counter .timer-col p {
    font-size: 32px;
  }
}
.counter .timer-col .data-box {
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  .counter .timer-col .data-box {
    margin-bottom: 7px;
  }
}
@media (min-width: 1350px) {
  .counter .timer-col .data-box {
    margin-bottom: 9px;
  }
}
@media (min-width: 1440px) {
  .counter .timer-col .data-box {
    margin-bottom: 11px;
  }
}
@media (min-width: 1600px) {
  .counter .timer-col .data-box {
    margin-bottom: 13px;
  }
}
@media (min-width: 1900px) {
  .counter .timer-col .data-box {
    margin-bottom: 15px;
  }
}
.counter .timer-col .data-box img {
  margin-bottom: 8.68px;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 31.43%;
}
@media (max-width: 575px) {
  .counter .timer-col .data-box img {
    width: 115px;
    margin-left: 10px;
  }
}

.cta .cta-container {
  position: relative;
}
@media (min-width: 992px) {
  .cta .cta-container {
    padding-right: 25px;
  }
}
@media (min-width: 1200px) {
  .cta .cta-container {
    padding-right: 42px;
  }
}
@media (min-width: 1280px) {
  .cta .cta-container {
    padding-right: 52px;
  }
}
@media (min-width: 1350px) {
  .cta .cta-container {
    padding-right: 62px;
  }
}
@media (min-width: 1440px) {
  .cta .cta-container {
    padding-right: 72px;
  }
}
@media (min-width: 1600px) {
  .cta .cta-container {
    padding-right: 82px;
  }
}
@media (min-width: 1900px) {
  .cta .cta-container {
    padding-right: 92px;
  }
}
.cta .cta-container::before {
  border-radius: 20px;
  width: 100%;
  height: 83%;
  bottom: 0;
  left: 0;
  background: #EFF9F4;
  z-index: -1;
}
.cta .d-flex picture {
  width: 100%;
}
@media (min-width: 992px) {
  .cta .d-flex picture {
    width: 52.55%;
  }
}
.cta .d-flex picture img {
  border-radius: 0 0 120px 0;
}
.cta .d-flex > div {
  width: 100%;
}
@media (max-width: 991px) {
  .cta .d-flex > div {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .cta .d-flex > div {
    width: 46.7%;
    padding-bottom: 33px;
  }
}
@media (min-width: 1200px) {
  .cta .d-flex > div {
    width: 42.7%;
    padding-bottom: 40px;
  }
}
@media (min-width: 1350px) {
  .cta .d-flex > div {
    padding-bottom: 45px;
  }
}
@media (min-width: 1440px) {
  .cta .d-flex > div {
    padding-bottom: 50px;
  }
}
@media (min-width: 1600px) {
  .cta .d-flex > div {
    padding-bottom: 60px;
  }
}
@media (min-width: 1900px) {
  .cta .d-flex > div {
    padding-bottom: 83px;
  }
}
.cta .d-flex > div h2 {
  color: #35376F;
  margin-bottom: 4px;
}
@media (min-width: 1200px) {
  .cta .d-flex > div h2 {
    margin-bottom: 5px;
  }
}
@media (min-width: 1350px) {
  .cta .d-flex > div h2 {
    margin-bottom: 8px;
  }
}
@media (min-width: 1440px) {
  .cta .d-flex > div h2 {
    margin-bottom: 10px;
  }
}
@media (min-width: 1600px) {
  .cta .d-flex > div h2 {
    margin-bottom: 15px;
  }
}
@media (min-width: 1900px) {
  .cta .d-flex > div h2 {
    margin-bottom: 18px;
  }
}
.cta .d-flex > div p {
  line-height: 200%;
  margin-bottom: 8px;
}
@media (min-width: 1200px) {
  .cta .d-flex > div p {
    margin-bottom: 10px;
  }
}
@media (min-width: 1280px) {
  .cta .d-flex > div p {
    margin-bottom: 15px;
  }
}
@media (min-width: 1350px) {
  .cta .d-flex > div p {
    margin-bottom: 18px;
  }
}
@media (min-width: 1440px) {
  .cta .d-flex > div p {
    margin-bottom: 25px;
  }
}
@media (min-width: 1600px) {
  .cta .d-flex > div p {
    margin-bottom: 30px;
  }
}
@media (min-width: 1900px) {
  .cta .d-flex > div p {
    margin-bottom: 42px;
  }
}

@media (min-width: 1200px) {
  .doctors .doctors-container > .d-flex {
    gap: 24px 0px;
  }
}
@media (min-width: 1600px) {
  .doctors .doctors-container > .d-flex {
    gap: 30px 0px;
  }
}
@media (max-width: 1199px) {
  .doctors .doctors-container > .d-flex {
    gap: 20px 0px;
  }
}
@media (max-width: 575px) {
  .doctors .doctors-container > .d-flex {
    gap: 12px 0px;
  }
}
.doctors .doctor-desc {
  margin-top: auto;
}
.doctors-card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 10px;
  padding: 5px;
  width: 49.2%;
  border: 1px solid #C2C8C5;
}
@media (min-width: 768px) {
  .doctors-card {
    padding: 15px;
    width: 48.5%;
  }
}
@media (min-width: 1200px) {
  .doctors-card {
    border-radius: 20px;
    width: 24.5%;
  }
}
@media (min-width: 1350px) {
  .doctors-card {
    width: 23.5%;
  }
}
@media (min-width: 1440px) {
  .doctors-card {
    padding: 10px;
    width: 23.5%;
  }
}
@media (min-width: 1600px) {
  .doctors-card {
    padding: 17px;
    width: 23%;
  }
}
@media (min-width: 1900px) {
  .doctors-card {
    padding: 23px;
  }
}
.doctors-card .bg {
  background-color: rgba(12, 168, 84, 0.15);
  width: 100%;
  border-radius: 10px;
  height: 50px;
}
@media (min-width: 768px) {
  .doctors-card .bg {
    height: 110px;
  }
}
@media (min-width: 992px) {
  .doctors-card .bg {
    height: 120px;
  }
}
@media (min-width: 1280px) {
  .doctors-card .bg {
    border-radius: 20px;
    height: 104px;
  }
}
@media (min-width: 1440px) {
  .doctors-card .bg {
    height: 119px;
  }
}
@media (min-width: 1600px) {
  .doctors-card .bg {
    height: 134px;
  }
}
@media (min-width: 1900px) {
  .doctors-card .bg {
    height: 149px;
  }
}
.doctors-card .doctor-head {
  text-align: center;
  margin-top: -35px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .doctors-card .doctor-head {
    margin-bottom: 8px;
  }
}
@media (min-width: 1200px) {
  .doctors-card .doctor-head {
    margin-bottom: 10px;
  }
}
@media (min-width: 1350px) {
  .doctors-card .doctor-head {
    margin-bottom: 12px;
  }
}
@media (min-width: 1440px) {
  .doctors-card .doctor-head {
    margin-bottom: 14px;
  }
}
@media (min-width: 1600px) {
  .doctors-card .doctor-head {
    margin-bottom: 16px;
  }
}
@media (min-width: 1900px) {
  .doctors-card .doctor-head {
    margin-bottom: 18px;
  }
}
@media (min-width: 768px) {
  .doctors-card .doctor-head {
    margin-top: -60px;
  }
}
.doctors-card .doctor-head a {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  border-radius: 80px;
  gap: 3px;
  padding: 2px 4px;
  line-height: normal;
  color: #fff;
  background-color: #0CA854;
  font-size: 11px;
}
.doctors-card .doctor-head a path {
  fill: #fff;
}
@media (min-width: 992px) {
  .doctors-card .doctor-head a {
    padding: 5px 10px;
    gap: 3px;
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .doctors-card .doctor-head a {
    gap: 4px;
    font-size: 14px;
  }
}
@media (min-width: 1350px) {
  .doctors-card .doctor-head a {
    gap: 5px;
    font-size: 14.5px;
  }
}
@media (min-width: 1440px) {
  .doctors-card .doctor-head a {
    gap: 6px;
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .doctors-card .doctor-head a {
    gap: 7px;
    font-size: 15px;
  }
}
@media (min-width: 1900px) {
  .doctors-card .doctor-head a {
    gap: 8px;
    font-size: 16px;
  }
}
.doctors-card .doctor-head a svg {
  width: 16px;
  height: 16px;
}
@media (min-width: 1200px) {
  .doctors-card .doctor-head a svg {
    width: 18px;
    height: 18px;
  }
}
.doctors-card .doctor-head a:hover {
  background-color: #000;
}
.doctors-card .doctor-head picture {
  position: relative;
  border: 4px solid #fff;
  border-radius: 50%;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.doctors-card .doctor-head img {
  border-radius: 50%;
  width: 125px;
  height: 125px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0px 0px;
     object-position: 0px 0px;
}
@media (min-width: 1600px) {
  .doctors-card .doctor-head img {
    width: 120px;
    height: 120px;
  }
}
@media (min-width: 1900px) {
  .doctors-card .doctor-head img {
    width: 125px;
    height: 125px;
  }
}
.doctors-card .doctor-head img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0px 0px;
     object-position: 0px 0px;
}
@media (min-width: 768px) {
  .doctors-card .doctor-head img {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 992px) {
  .doctors-card .doctor-head img {
    width: 110px;
    height: 110px;
  }
}
@media (min-width: 1200px) {
  .doctors-card .doctor-head img {
    width: 90px;
    height: 90px;
  }
}
@media (min-width: 1280px) {
  .doctors-card .doctor-head img {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 1350px) {
  .doctors-card .doctor-head img {
    width: 110px;
    height: 110px;
  }
}
@media (min-width: 1440px) {
  .doctors-card .doctor-head img {
    width: 115px;
    height: 115px;
  }
}
@media (min-width: 1600px) {
  .doctors-card .doctor-head img {
    width: 120px;
    height: 120px;
  }
}
@media (min-width: 1900px) {
  .doctors-card .doctor-head img {
    width: 125px;
    height: 125px;
  }
}
.doctors-card .doctor-head h3 {
  color: #242323;
  margin-bottom: 2px;
}
@media (max-width: 575px) {
  .doctors-card .doctor-head h3 {
    font-size: 14px;
  }
}
.doctors-card .doctor-head p {
  color: #666;
  font-weight: 300;
  font-size: 11px;
}
@media (min-width: 768px) {
  .doctors-card .doctor-head p {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  .doctors-card .doctor-head p {
    font-size: 12px;
  }
}
@media (min-width: 1440px) {
  .doctors-card .doctor-head p {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .doctors-card .doctor-head p {
    font-size: 17px;
  }
}
@media (min-width: 1900px) {
  .doctors-card .doctor-head p {
    font-size: 18px;
  }
}
.doctors-card .doctor-head picture svg {
  position: absolute;
  right: -1%;
  bottom: 14%;
}
@media (max-width: 575px) {
  .doctors-card .doctor-head picture svg {
    width: 10px;
    height: 10px;
  }
}
.doctors-card .experience,
.doctors-card .rating {
  background: rgba(217, 217, 217, 0.24);
  border-radius: 10px;
  padding: 10px;
  width: 49%;
}
@media (min-width: 768px) {
  .doctors-card .experience,
  .doctors-card .rating {
    padding: 21px 17px;
    width: 47.34%;
  }
}
@media (min-width: 1280px) {
  .doctors-card .experience,
  .doctors-card .rating {
    padding: 12px 9px;
    width: 47.34%;
  }
}
@media (min-width: 1440px) {
  .doctors-card .experience,
  .doctors-card .rating {
    width: 46.34%;
    padding: 15px 8px;
  }
}
@media (min-width: 1600px) {
  .doctors-card .experience,
  .doctors-card .rating {
    padding: 17px 12px;
    width: 45.34%;
  }
}
@media (min-width: 1900px) {
  .doctors-card .experience,
  .doctors-card .rating {
    padding: 21px 17px;
  }
}
.doctors-card .experience p,
.doctors-card .experience div,
.doctors-card .rating p,
.doctors-card .rating div {
  color: #000;
  font-weight: 300;
  font-size: 11px;
}
@media (min-width: 768px) {
  .doctors-card .experience p,
  .doctors-card .experience div,
  .doctors-card .rating p,
  .doctors-card .rating div {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .doctors-card .experience p,
  .doctors-card .experience div,
  .doctors-card .rating p,
  .doctors-card .rating div {
    font-size: 13px;
  }
}
@media (min-width: 1440px) {
  .doctors-card .experience p,
  .doctors-card .experience div,
  .doctors-card .rating p,
  .doctors-card .rating div {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .doctors-card .experience p,
  .doctors-card .experience div,
  .doctors-card .rating p,
  .doctors-card .rating div {
    font-size: 14px;
  }
}
@media (min-width: 1900px) {
  .doctors-card .experience p,
  .doctors-card .experience div,
  .doctors-card .rating p,
  .doctors-card .rating div {
    font-size: 16px;
  }
}
.doctors-card .rating {
  flex-direction: column;
  justify-content: center;
}
.doctors-card .rating p {
  color: #000;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .doctors-card .rating p {
    margin-bottom: 8px;
  }
}
.doctors-card .rating div {
  color: #EC9502;
}
.doctors-card .rating div div {
  margin-top: -2px;
  height: 14px;
}
@media (min-width: 1440px) {
  .doctors-card .rating div {
    gap: 2px;
  }
}
.doctors-card .rating .d-flex {
  align-items: center;
  justify-content: center;
}
.doctors-card .experience {
  gap: 5px;
}
@media (min-width: 992px) {
  .doctors-card .experience {
    gap: 8px;
  }
}
@media (min-width: 1200px) {
  .doctors-card .experience {
    gap: 11px;
  }
}
@media (min-width: 1440px) {
  .doctors-card .experience {
    gap: 13px;
  }
}
@media (min-width: 1600px) {
  .doctors-card .experience {
    gap: 15px;
  }
}
@media (min-width: 1900px) {
  .doctors-card .experience {
    gap: 16px;
  }
}
.doctors-card .experience span {
  color: #000;
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
}
@media (min-width: 992px) {
  .doctors-card .experience span {
    font-size: 30px;
  }
}
@media (min-width: 1280px) {
  .doctors-card .experience span {
    font-size: 22px;
  }
}
@media (min-width: 1360px) {
  .doctors-card .experience span {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .doctors-card .experience span {
    font-size: 26px;
  }
}
@media (min-width: 1600px) {
  .doctors-card .experience span {
    font-size: 28px;
  }
}
@media (min-width: 1900px) {
  .doctors-card .experience span {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .doctors-card .btn-border {
    padding: 0px 5px;
  }
  .doctors-card a {
    padding: 0px 6px;
    font-size: 10.5px;
    text-align: center;
    line-height: 12px;
  }
}
.doctors-card .button-wrap {
  margin-top: 10px;
}
.doctors-card .button-wrap a {
  width: 100%;
}
@media (min-width: 1280px) {
  .doctors-card .button-wrap {
    margin-top: 12px;
  }
}
@media (min-width: 1440px) {
  .doctors-card .button-wrap {
    margin-top: 14px;
  }
}
@media (min-width: 1600px) {
  .doctors-card .button-wrap {
    margin-top: 16px;
  }
}
@media (min-width: 1900px) {
  .doctors-card .button-wrap {
    margin-top: 18px;
  }
}
.doctors-card .button-wrap a {
  color: #fff;
  border-radius: 80px;
  background: #0CA854;
}
.doctors-card .button-wrap a:hover {
  background-color: #000;
}
@media (min-width: 768px) {
  .doctors-card .button-wrap a {
    font-size: 13px;
    padding: 0 15px;
    height: 30px;
  }
}
@media (min-width: 1280px) {
  .doctors-card .button-wrap a {
    font-size: 12px;
    padding: 0 9px;
    height: 36px;
  }
}
@media (min-width: 1440px) {
  .doctors-card .button-wrap a {
    font-size: 12px;
    padding: 0 9px;
    height: 38px;
  }
}
@media (min-width: 1600px) {
  .doctors-card .button-wrap a {
    font-size: 14px;
    padding: 0 11px;
    height: 40px;
  }
}
@media (min-width: 1900px) {
  .doctors-card .button-wrap a {
    font-size: 16px;
    padding: 0 15px;
    height: 42px;
  }
}

.services-cover {
  background: rgba(219, 242, 229, 0.37);
  padding: 40px 0px;
}
@media (min-width: 992px) {
  .services-cover {
    padding: 55px 0px;
  }
}
@media (min-width: 1200px) {
  .services-cover {
    padding: 65px 0px;
  }
}
@media (min-width: 1350px) {
  .services-cover {
    padding: 75px 0px;
  }
}
@media (min-width: 1440px) {
  .services-cover {
    padding: 80px 0px;
  }
}
@media (min-width: 1600px) {
  .services-cover {
    padding: 85px 0px;
  }
}
@media (min-width: 1900px) {
  .services-cover {
    padding: 90px 0px;
  }
}
.services-cover .button-wrap {
  margin-top: 20px;
  gap: 5px;
}
@media (max-width: 575px) {
  .services-cover .button-wrap {
    width: 48%;
  }
  .services-cover .button-wrap a {
    width: 90%;
  }
  .services-cover .button-wrap a svg {
    width: 18px;
  }
}
@media (min-width: 992px) {
  .services-cover .button-wrap {
    margin-top: 36px;
    gap: 6px;
  }
}
@media (min-width: 992px) {
  .services-cover .button-wrap {
    margin-top: 38px;
  }
}
@media (min-width: 1200px) {
  .services-cover .button-wrap {
    margin-top: 42px;
    gap: 8px;
  }
}
@media (min-width: 1350px) {
  .services-cover .button-wrap {
    margin-top: 46px;
    gap: 10px;
  }
}
@media (min-width: 1440px) {
  .services-cover .button-wrap {
    margin-top: 50px;
    gap: 12px;
  }
}
@media (min-width: 1600px) {
  .services-cover .button-wrap {
    margin-top: 54px;
    gap: 15px;
  }
}
@media (min-width: 1900px) {
  .services-cover .button-wrap {
    margin-top: 58px;
    gap: 17px;
  }
}
.services-cover .button-wrap .btn-border {
  gap: 8px;
}
.services-cover .button-wrap .btn-border path {
  fill: #fff;
}
.services-cover .head {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .services-cover .head {
    margin-bottom: 14px;
  }
}
@media (min-width: 992px) {
  .services-cover .head {
    margin-bottom: 16px;
  }
}
@media (min-width: 1200px) {
  .services-cover .head {
    margin-bottom: 18px;
  }
}
@media (min-width: 1350px) {
  .services-cover .head {
    margin-bottom: 20px;
  }
}
@media (min-width: 1440px) {
  .services-cover .head {
    margin-bottom: 22px;
  }
}
@media (min-width: 1600px) {
  .services-cover .head {
    margin-bottom: 24px;
  }
}
@media (min-width: 1900px) {
  .services-cover .head {
    margin-bottom: 28px;
  }
}
.services-cover .head p {
  margin-left: 0;
}
.services-cover picture {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .services-cover picture img {
    display: none;
  }
}
@media (max-width: 991px) {
  .services-cover picture {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .services-cover picture {
    display: none;
  }
}
@media (min-width: 992px) {
  .services-cover picture {
    width: 30.323%;
  }
}
@media (min-width: 1200px) {
  .services-cover picture {
    width: 27.323%;
  }
}

.service-card-container {
  width: 100%;
  gap: 10px;
}
@media (min-width: 992px) {
  .service-card-container {
    width: 69.11%;
  }
}
@media (min-width: 768px) {
  .service-card-container {
    gap: 10px;
  }
}
@media (min-width: 992px) {
  .service-card-container {
    gap: 10px;
  }
}
@media (min-width: 1200px) {
  .service-card-container {
    gap: 9px;
  }
}
@media (min-width: 1350px) {
  .service-card-container {
    gap: 11px;
  }
}
@media (min-width: 1440px) {
  .service-card-container {
    gap: 14px;
  }
}
@media (min-width: 1600px) {
  .service-card-container {
    gap: 17px;
  }
}
@media (min-width: 1900px) {
  .service-card-container {
    gap: 21px;
  }
}

.service-card {
  border-radius: 10px;
  background: #FFF;
  padding: 12px;
  width: 48.126%;
}
@media (min-width: 768px) {
  .service-card {
    padding: 9px;
    width: 32.126%;
  }
}
@media (min-width: 992px) {
  .service-card {
    padding: 12px;
  }
}
@media (min-width: 1200px) {
  .service-card {
    padding: 15px;
  }
}
@media (min-width: 1350px) {
  .service-card {
    padding: 18px;
  }
}
@media (min-width: 1440px) {
  .service-card {
    padding: 21px;
  }
}
@media (min-width: 1600px) {
  .service-card {
    padding: 24px;
  }
}
@media (min-width: 1900px) {
  .service-card {
    padding: 27px;
  }
}
.service-card h3 {
  color: #35366E;
  font-weight: 500;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .service-card p {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .service-card p {
    font-size: 14px;
  }
}
@media (min-width: 1350px) {
  .service-card p {
    font-size: 15px;
  }
}
@media (min-width: 1440px) {
  .service-card p {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .service-card p {
    font-size: 17px;
  }
}
@media (min-width: 1900px) {
  .service-card p {
    font-size: 18px;
  }
}
.service-card .icon {
  border-radius: 3px;
  width: -moz-fit-content;
  width: fit-content;
  background: #FFEEED;
  margin-bottom: 8px;
  padding: 6px;
}
@media (min-width: 992px) {
  .service-card .icon {
    margin-bottom: 9px;
    padding: 4px;
  }
}
@media (min-width: 1200px) {
  .service-card .icon {
    margin-bottom: 10px;
    padding: 5px;
  }
}
@media (min-width: 1350px) {
  .service-card .icon {
    margin-bottom: 11px;
    padding: 6px;
  }
}
@media (min-width: 1440px) {
  .service-card .icon {
    margin-bottom: 12px;
    padding: 7px;
  }
}
@media (min-width: 1600px) {
  .service-card .icon {
    margin-bottom: 13px;
    padding: 8px;
  }
}
@media (min-width: 1900px) {
  .service-card .icon {
    margin-bottom: 14px;
    padding: 9px;
  }
}
.service-card .icon svg {
  width: 20px;
  height: 20px;
}
@media (min-width: 768px) {
  .service-card .icon svg {
    width: 15px;
    height: 15px;
  }
}
@media (min-width: 992px) {
  .service-card .icon svg {
    width: 18px;
    height: 18px;
  }
}
@media (min-width: 1200px) {
  .service-card .icon svg {
    width: 22px;
    height: 22px;
  }
}
@media (min-width: 1350px) {
  .service-card .icon svg {
    width: 26px;
    height: 26px;
  }
}
@media (min-width: 1440px) {
  .service-card .icon svg {
    width: 28px;
    height: 28px;
  }
}
@media (min-width: 1600px) {
  .service-card .icon svg {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 1900px) {
  .service-card .icon svg {
    width: 32px;
    height: 32px;
  }
}
.service-card:nth-child(3) .icon, .service-card:nth-child(6) .icon, .service-card:nth-child(9) .icon, .service-card:nth-child(12) .icon {
  background: rgba(206, 219, 250, 0.6);
}
.service-card:nth-child(4) .icon, .service-card:nth-child(7) .icon, .service-card:nth-child(10) .icon, .service-card:nth-child(13) .icon {
  background: #FFF5E7;
}

.how-do-we .d-flex {
  gap: 10px;
}
@media (min-width: 576px) {
  .how-do-we .d-flex {
    gap: 6px;
  }
}
@media (min-width: 768px) {
  .how-do-we .d-flex {
    gap: 9px;
  }
}
@media (min-width: 992px) {
  .how-do-we .d-flex {
    gap: 11px;
  }
}
@media (min-width: 1200px) {
  .how-do-we .d-flex {
    gap: 14px;
  }
}
@media (min-width: 1350px) {
  .how-do-we .d-flex {
    gap: 15px;
  }
}
@media (min-width: 1440px) {
  .how-do-we .d-flex {
    gap: 16px;
  }
}
@media (min-width: 1600px) {
  .how-do-we .d-flex {
    gap: 18px;
  }
}
@media (min-width: 1900px) {
  .how-do-we .d-flex {
    gap: 22px;
  }
}
.how-do-we .d-flex picture img {
  width: 100%;
  height: auto;
}
.how-do-we .d-flex picture:first-child {
  width: 100%;
}
@media (min-width: 576px) {
  .how-do-we .d-flex picture:first-child {
    width: 56.486%;
  }
}
.how-do-we .d-flex picture:last-child {
  width: 48%;
}
@media (min-width: 576px) {
  .how-do-we .d-flex picture:last-child {
    width: 33.22%;
  }
}
.how-do-we .d-flex .content-box {
  border-radius: 10px;
  background: #FFF5E7;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .how-do-we .d-flex .content-box {
    padding: 15px 0px;
  }
}
.how-do-we .d-flex .content-box p {
  color: #000;
  line-height: 131.25%; /* 131.25% */
  font-size: 12px;
  width: 85%;
}
@media (min-width: 576px) {
  .how-do-we .d-flex .content-box p {
    font-size: 12px;
    width: 134px;
  }
}
@media (min-width: 768px) {
  .how-do-we .d-flex .content-box p {
    font-size: 17px;
    width: 190px;
  }
}
@media (min-width: 992px) {
  .how-do-we .d-flex .content-box p {
    font-size: 20px;
    width: 210px;
  }
}
@media (min-width: 1200px) {
  .how-do-we .d-flex .content-box p {
    font-size: 22px;
    width: 230px;
  }
}
@media (min-width: 1280px) {
  .how-do-we .d-flex .content-box p {
    font-size: 24px;
    width: 250px;
  }
}
@media (min-width: 1350px) {
  .how-do-we .d-flex .content-box p {
    font-size: 26px;
    width: 270px;
  }
}
@media (min-width: 1440px) {
  .how-do-we .d-flex .content-box p {
    font-size: 28px;
    width: 296px;
  }
}
@media (min-width: 1600px) {
  .how-do-we .d-flex .content-box p {
    font-size: 30px;
    width: 330px;
  }
}
@media (min-width: 1900px) {
  .how-do-we .d-flex .content-box p {
    font-size: 32px;
    width: 356px;
  }
}
.how-do-we .d-flex .content-box:nth-child(2) {
  width: 48%;
}
@media (min-width: 576px) {
  .how-do-we .d-flex .content-box:nth-child(2) {
    width: 42.17%;
  }
}
.how-do-we .d-flex .content-box:nth-child(3), .how-do-we .d-flex .content-box:nth-child(4) {
  width: 48%;
}
@media (min-width: 576px) {
  .how-do-we .d-flex .content-box:nth-child(3), .how-do-we .d-flex .content-box:nth-child(4) {
    width: 32%;
  }
}

.testimonials {
  background: rgba(219, 242, 229, 0.37);
}
.testimonials .testimonial-item {
  display: flex !important;
  flex-direction: column;
  border-radius: 10px;
  background: #FFF;
  padding: 20px 18px 18px 16px;
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .testimonials .testimonial-item {
    padding: 23px 21px 21px 19px;
    margin-bottom: 31px;
  }
}
@media (min-width: 768px) {
  .testimonials .testimonial-item {
    padding: 25px 24px 24px 22px;
    margin-bottom: 34px;
  }
}
@media (min-width: 992px) {
  .testimonials .testimonial-item {
    padding: 27px 26px 28px 26px;
    margin-bottom: 38px;
  }
}
@media (min-width: 1280px) {
  .testimonials .testimonial-item {
    padding: 30px 27px 31px 27px;
    margin-bottom: 43px;
  }
}
@media (min-width: 1350px) {
  .testimonials .testimonial-item {
    padding: 33px 30px 34px 30px;
    margin-bottom: 45px;
  }
}
@media (min-width: 1440px) {
  .testimonials .testimonial-item {
    padding: 36px 33px 37px 33px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1600px) {
  .testimonials .testimonial-item {
    padding: 39px 36px 40px 36px;
    margin-bottom: 53px;
  }
}
@media (min-width: 1900px) {
  .testimonials .testimonial-item {
    padding: 42px 38px 43px 38px;
    margin-bottom: 58px;
  }
}
.testimonials .testimonial-item .d-flex {
  margin-top: auto;
}
.testimonials .slick-slide {
  margin-left: 5.415px;
  margin-right: 5.415px;
}
@media (min-width: 768px) {
  .testimonials .slick-slide {
    margin-left: 10.415px;
    margin-right: 10.415px;
  }
}
@media (min-width: 992px) {
  .testimonials .slick-slide {
    margin-left: 30.415px;
    margin-right: 30.415px;
  }
}
@media (min-width: 1200px) {
  .testimonials .slick-slide {
    margin-left: 33.415px;
    margin-right: 33.415px;
  }
}
@media (min-width: 1280px) {
  .testimonials .slick-slide {
    margin-left: 36.415px;
    margin-right: 36.415px;
  }
}
@media (min-width: 1350px) {
  .testimonials .slick-slide {
    margin-left: 38.415px;
    margin-right: 38.415px;
  }
}
@media (min-width: 1440px) {
  .testimonials .slick-slide {
    margin-left: 40.415px;
    margin-right: 40.415px;
  }
}
@media (min-width: 1600px) {
  .testimonials .slick-slide {
    margin-left: 44.415px;
    margin-right: 44.415px;
  }
}
@media (min-width: 1900px) {
  .testimonials .slick-slide {
    margin-left: 48.415px;
    margin-right: 48.415px;
  }
}
.testimonials .slick-list {
  margin-left: 5.415px;
  margin-right: 5.415px;
}
@media (min-width: 768px) {
  .testimonials .slick-list {
    margin-left: 10.415px;
    margin-right: 10.415px;
  }
}
@media (min-width: 992px) {
  .testimonials .slick-list {
    margin-left: -30.415px;
    margin-right: -30.415px;
  }
}
@media (min-width: 1200px) {
  .testimonials .slick-list {
    margin-left: -33.415px;
    margin-right: -33.415px;
  }
}
@media (min-width: 1280px) {
  .testimonials .slick-list {
    margin-left: -36.415px;
    margin-right: -36.415px;
  }
}
@media (min-width: 1350px) {
  .testimonials .slick-list {
    margin-left: -38.415px;
    margin-right: -38.415px;
  }
}
@media (min-width: 1440px) {
  .testimonials .slick-list {
    margin-left: -40.415px;
    margin-right: -40.415px;
  }
}
@media (min-width: 1600px) {
  .testimonials .slick-list {
    margin-left: -44.415px;
    margin-right: -44.415px;
  }
}
@media (min-width: 1900px) {
  .testimonials .slick-list {
    margin-left: -48.415px;
    margin-right: -48.415px;
  }
}
.testimonials p {
  color: #000;
}
.testimonials .content {
  border-bottom: 1px solid #D5D5D5;
  padding-bottom: 11px;
  margin-bottom: 6px;
}
@media (min-width: 992px) {
  .testimonials .content {
    padding-bottom: 13px;
  }
}
@media (min-width: 1200px) {
  .testimonials .content {
    padding-bottom: 15px;
  }
}
@media (min-width: 1350px) {
  .testimonials .content {
    padding-bottom: 17px;
  }
}
@media (min-width: 1440px) {
  .testimonials .content {
    padding-bottom: 19px;
  }
}
@media (min-width: 1600px) {
  .testimonials .content {
    padding-bottom: 21px;
  }
}
@media (min-width: 1900px) {
  .testimonials .content {
    padding-bottom: 23px;
  }
}
.testimonials .content p {
  line-height: 200%;
}
@media (min-width: 992px) {
  .testimonials .content {
    margin-bottom: 8px;
  }
}
@media (min-width: 1200px) {
  .testimonials .content {
    margin-bottom: 11px;
  }
}
@media (min-width: 1350px) {
  .testimonials .content {
    margin-bottom: 13px;
  }
}
@media (min-width: 1440px) {
  .testimonials .content {
    margin-bottom: 15px;
  }
}
@media (min-width: 1600px) {
  .testimonials .content {
    margin-bottom: 17px;
  }
}
@media (min-width: 1900px) {
  .testimonials .content {
    margin-bottom: 19px;
  }
}
.testimonials picture {
  width: 24.9%;
}
.testimonials .info {
  width: 60%;
}
.testimonials .info p {
  font-weight: 600;
  line-height: 200%;
}

.contact {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .contact {
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  .contact {
    margin-top: 70px;
  }
}
@media (min-width: 1280px) {
  .contact {
    margin-top: 80px;
  }
}
@media (min-width: 1350px) {
  .contact {
    margin-top: 90px;
  }
}
@media (min-width: 1440px) {
  .contact {
    margin-top: 100px;
  }
}
@media (min-width: 1600px) {
  .contact {
    margin-top: 110px;
  }
}
@media (min-width: 1900px) {
  .contact {
    margin-top: 120px;
  }
}
.contact form {
  padding: 0 !important;
}
.contact .form-title {
  color: #35376F;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .contact .form-title {
    font-size: 15px;
    margin-bottom: 12px;
  }
}
@media (min-width: 1280px) {
  .contact .form-title {
    font-size: 16px;
    margin-bottom: 14px;
  }
}
@media (min-width: 1350px) {
  .contact .form-title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
@media (min-width: 1440px) {
  .contact .form-title {
    font-size: 20px;
    margin-bottom: 18px;
  }
}
@media (min-width: 1600px) {
  .contact .form-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1900px) {
  .contact .form-title {
    font-size: 24px;
    margin-bottom: 22px;
  }
}
.contact .form-wrapper {
  padding: 0;
  background: unset;
  width: 100%;
}
@media (max-width: 991px) {
  .contact .form-wrapper {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .contact .form-wrapper {
    width: 33.48%;
  }
}
.contact picture {
  width: 100%;
}
@media (min-width: 992px) {
  .contact picture {
    width: 60.642%;
  }
}
.contact img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.contact .container-ctn {
  background: #EEE;
  border-radius: 20px 20px 0 0;
  padding: 30px 25px 45px 25px;
}
@media (min-width: 992px) {
  .contact .container-ctn {
    padding: 50px 17px 50px 27px;
  }
}
@media (min-width: 1200px) {
  .contact .container-ctn {
    padding: 54px 19px 54px 29px;
  }
}
@media (min-width: 1350px) {
  .contact .container-ctn {
    padding: 56px 21px 56px 31px;
  }
}
@media (min-width: 1440px) {
  .contact .container-ctn {
    padding: 59px 24px 59px 34px;
  }
}
@media (min-width: 1600px) {
  .contact .container-ctn {
    padding: 62px 27px 62px 37px;
  }
}
@media (min-width: 1900px) {
  .contact .container-ctn {
    padding: 67px 32px 67px 42px;
  }
}
.contact .form-group {
  margin-bottom: 13px;
}
@media (min-width: 992px) {
  .contact .form-group {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .contact .form-group {
    margin-bottom: 11px;
  }
}
@media (min-width: 1350px) {
  .contact .form-group {
    margin-bottom: 12px;
  }
}
@media (min-width: 1440px) {
  .contact .form-group {
    margin-bottom: 13px;
  }
}
@media (min-width: 1600px) {
  .contact .form-group {
    margin-bottom: 14px;
  }
}
@media (min-width: 1900px) {
  .contact .form-group {
    margin-bottom: 15px;
  }
}
.contact input {
  height: 40px;
}
@media (min-width: 1200px) {
  .contact input {
    height: 46px;
  }
}
@media (min-width: 1350px) {
  .contact input {
    height: 49px;
  }
}
@media (min-width: 1440px) {
  .contact input {
    height: 51px;
  }
}
@media (min-width: 1600px) {
  .contact input {
    height: 53px;
  }
}
@media (min-width: 1900px) {
  .contact input {
    height: 55px;
  }
}
.contact textarea {
  height: 100px;
}
@media (min-width: 768px) {
  .contact textarea {
    height: 110px;
  }
}
@media (min-width: 992px) {
  .contact textarea {
    height: 120px;
  }
}
@media (min-width: 1200px) {
  .contact textarea {
    height: 130px;
  }
}
@media (min-width: 1350px) {
  .contact textarea {
    height: 142px;
  }
}
@media (min-width: 1440px) {
  .contact textarea {
    height: 147px;
  }
}
@media (min-width: 1600px) {
  .contact textarea {
    height: 152px;
  }
}
@media (min-width: 1900px) {
  .contact textarea {
    height: 157px;
  }
}
.contact input, .contact textarea {
  color: #3B567E;
}
.contact input::-moz-placeholder, .contact textarea::-moz-placeholder {
  color: #3B567E;
}
.contact input::placeholder, .contact textarea::placeholder {
  color: #3B567E;
}
.contact button {
  margin-top: 13px;
}
@media (min-width: 992px) {
  .contact button {
    margin-top: 16px;
  }
}
@media (min-width: 1200px) {
  .contact button {
    margin-top: 18px;
  }
}
@media (min-width: 1280px) {
  .contact button {
    margin-top: 20px;
  }
}
@media (min-width: 1350px) {
  .contact button {
    margin-top: 22px;
  }
}
@media (min-width: 1440px) {
  .contact button {
    margin-top: 24px;
  }
}
@media (min-width: 1600px) {
  .contact button {
    margin-top: 26px;
  }
}
@media (min-width: 1900px) {
  .contact button {
    margin-top: 28px;
  }
}

.enquiryForm {
  z-index: 9999999;
}

.not-found {
  padding-top: 56px;
}
.not-found img {
  margin-bottom: 46px;
}
@media (max-width: 575px) {
  .not-found img {
    width: 70%;
    margin: auto;
    margin-bottom: 20px;
  }
}
.not-found span {
  line-height: normal;
  font-weight: 400;
  font-size: 22px;
}
@media (min-width: 768px) {
  .not-found span {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .not-found span {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .not-found span {
    font-size: 30px;
  }
}
@media (min-width: 1280px) {
  .not-found span {
    font-size: 32px;
  }
}
@media (min-width: 1440px) {
  .not-found span {
    font-size: 34px;
  }
}
.not-found h1, .not-found span {
  color: #414A66;
}
.not-found p {
  color: #596075;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .not-found p {
    margin-bottom: 28px;
  }
}
@media (min-width: 1200px) {
  .not-found p {
    margin-bottom: 34px;
  }
}
@media (min-width: 1440px) {
  .not-found p {
    margin-bottom: 39px;
  }
}
.not-found p + .d-flex {
  gap: 12px;
}
.not-found h1 {
  font-weight: 600;
  line-height: normal;
  font-size: 30px;
}
@media (min-width: 768px) {
  .not-found h1 {
    font-size: 35px;
  }
}
@media (min-width: 992px) {
  .not-found h1 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .not-found h1 {
    font-size: 44px;
  }
}
@media (min-width: 1350px) {
  .not-found h1 {
    font-size: 48px;
  }
}
@media (min-width: 1440px) {
  .not-found h1 {
    font-size: 52px;
  }
}

.leftFixedBox {
  position: fixed;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  right: 85%;
  top: 70%;
  z-index: 10000;
  gap: 15px;
}
@media (min-width: 768px) {
  .leftFixedBox {
    top: 50%;
    right: 1.9%;
  }
}
.leftFixedBox > div:first-child img {
  animation: pulse 2s infinite;
}
.leftFixedBox .dropdown-toggle.iconBox {
  margin-bottom: 0;
  margin-bottom: 0;
}
.leftFixedBox .iconBox {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0px;
  background: #4FC1B0;
  width: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  .leftFixedBox .iconBox {
    background: #0CA854 !important;
    animation: pulse 1.8s infinite ease-in-out;
  }
}
@media (min-width: 768px) {
  .leftFixedBox .iconBox {
    width: 48px;
    height: 48px;
  }
}
@media (min-width: 992px) {
  .leftFixedBox .iconBox {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .leftFixedBox .iconBox {
    width: 52px;
    height: 52px;
  }
}
@media (min-width: 1360px) {
  .leftFixedBox .iconBox {
    width: 54px;
    height: 54px;
  }
}
@media (min-width: 1440px) {
  .leftFixedBox .iconBox {
    width: 56px;
    height: 56px;
  }
}
@media (min-width: 1600px) {
  .leftFixedBox .iconBox {
    width: 58px;
    height: 58px;
  }
}
@media (min-width: 1900px) {
  .leftFixedBox .iconBox {
    width: 60px;
    height: 60px;
  }
}
.leftFixedBox .iconBox img {
  height: auto;
  width: 40px;
}
@media (min-width: 768px) {
  .leftFixedBox .iconBox img {
    width: 48px;
  }
}
@media (min-width: 992px) {
  .leftFixedBox .iconBox img {
    width: 50px;
  }
}
@media (min-width: 1200px) {
  .leftFixedBox .iconBox img {
    width: 52px;
  }
}
@media (min-width: 1360px) {
  .leftFixedBox .iconBox img {
    width: 54px;
  }
}
@media (min-width: 1440px) {
  .leftFixedBox .iconBox img {
    width: 56px;
  }
}
@media (min-width: 1600px) {
  .leftFixedBox .iconBox img {
    width: 58px;
  }
}
@media (min-width: 1900px) {
  .leftFixedBox .iconBox img {
    width: 60px;
  }
}
.leftFixedBox .iconBox i {
  color: #6f4287;
}
.leftFixedBox .dropdown-menu {
  min-width: 40px;
  width: auto;
  height: 50px;
  background: transparent;
  padding: 0;
  border: 0;
}
.leftFixedBox .dropdown-menu .iconBox {
  background: #35376F;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  box-shadow: 0px 2px 10px 2px rgba(56, 52, 52, 0.2);
  text-decoration: none;
}
.leftFixedBox .dropdown-menu .iconBox i {
  color: #ffffff;
  font-size: 18px;
}
.leftFixedBox .dropdown-menu .iconBox:hover {
  background: #0a1821;
}
.leftFixedBox .dropdown-menu.show {
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 5px;
}
.leftFixedBox .QuickSideRightBar {
  position: relative;
}
.leftFixedBox .QuickSideRightBar .iconBox {
  box-shadow: 0px 15px 15px 0px rgba(106, 40, 117, 0.15);
  background: #35376F;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0px;
}
.leftFixedBox .QuickSideRightBar .slideLeft {
  box-shadow: 0px 15px 15px 0px rgba(106, 40, 117, 0.15);
  position: absolute;
  background: #35376F;
  width: 0;
  height: 50px;
  right: 0;
  top: 0px;
  font-size: 13px;
  line-height: 40px;
  color: #000;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  z-index: -1;
  opacity: 0;
  overflow: hidden;
  transition: ease-in-out 0.5s;
  border-radius: 30px;
}
.leftFixedBox .QuickSideRightBar .slideLeft .textRight {
  position: absolute;
  left: 12px;
  top: 0;
  font-size: 17px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 10px;
}
.leftFixedBox .QuickSideRightBar:hover .slideLeft {
  opacity: 1;
  transition: 0.3s ease-in-out;
  width: 190px;
}
.leftFixedBox .animateBox {
  animation: animate2 2s linear infinite;
}

.bottomFixedMenu {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
  border-radius: 10px 10px 0px 0px;
  padding: 12px 0px;
  overflow: hidden;
  background: #35376F;
  z-index: 99999;
}
.bottomFixedMenu ul {
  list-style: none;
}
.bottomFixedMenu span {
  color: #fff;
  display: block;
  line-height: 12px;
}
@media (max-width: 575px) {
  .bottomFixedMenu span {
    font-size: 12px;
  }
}
.bottomFixedMenu li {
  display: flex;
  width: 48%;
  justify-content: center;
}
.bottomFixedMenu li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.3803921569);
}
.bottomFixedMenu li a, .bottomFixedMenu li button {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

/* Pulse keyframes */
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
.jq-stars {
  display: inline-block;
}

.jq-rating-label {
  font-size: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-family: helvetica, arial, verdana;
}

.jq-star {
  width: 100px;
  height: 100px;
  display: inline-block;
  cursor: pointer;
}

.jq-star-svg {
  width: 100%;
  height: 100%;
}

.jq-star-svg polygon {
  stroke-linejoin: round;
}

/* un-used */
.jq-shadow {
  filter: drop-shadow(-2px -2px 2px #888);
}

.my-rating-readonly {
  display: flex;
  gap: 1px;
}
@media (min-width: 1440px) {
  .my-rating-readonly {
    gap: 4px;
  }
}

.jq-star {
  width: 8px !important;
}

@media (min-width: 768px) {
  .jq-star {
    width: 11px !important;
  }
}
.btn.commonBtn {
  position: relative;
}
.btn.commonBtn.bgLinear::before {
  background: linear-gradient(97deg, #8A0CE1 0.11%, #5E0C9E 50%, #320064 99.89%);
}
.btn.commonBtn::before, .btn.commonBtn::after {
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.btn.commonBtn::before {
  width: 100%;
}
.btn.commonBtn::after {
  width: 0;
  transition: 0.5s ease all;
}
.btn.commonBtn:hover::after {
  background: #8A0CE1;
  width: 100%;
  transition: 0.5s ease all;
}
.btn.commonBtn p, .btn.commonBtn span {
  font-family: Inter;
  font-weight: 600;
  z-index: 1;
  color: #fff;
  position: relative;
}
.btn.themeBtn {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 49px;
  gap: 25px;
  padding: 0px 15px 0px 20px;
}
@media (min-width: 768px) {
  .btn.themeBtn {
    height: 58px;
    gap: 42px;
    padding: 0px 19px 0px 24px;
  }
}
@media (min-width: 992px) {
  .btn.themeBtn {
    height: 60px;
    gap: 45px;
    padding: 0px 20px 0px 26px;
  }
}
@media (min-width: 1200px) {
  .btn.themeBtn {
    height: 62px;
    gap: 48px;
    padding: 0px 22px 0px 28px;
  }
}
@media (min-width: 1360px) {
  .btn.themeBtn {
    height: 66px;
    gap: 50px;
    padding: 0px 24px 0px 29px;
  }
}
@media (min-width: 1440px) {
  .btn.themeBtn {
    height: 69px;
    gap: 54px;
    padding: 0px 26px 0px 31px;
  }
}
@media (min-width: 1600px) {
  .btn.themeBtn {
    height: 71px;
    gap: 58px;
    padding: 0px 29px 0px 33px;
  }
}
@media (min-width: 1900px) {
  .btn.themeBtn {
    height: 73px;
    gap: 60px;
    padding: 0px 30.5px 0px 35px;
  }
}
.btn.themeBtn svg {
  transform: translateX(0px);
  transition: 0.5s ease all;
}
.btn.themeBtn::before, .btn.themeBtn::after {
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.btn.themeBtn::before {
  width: 100%;
  background: linear-gradient(97deg, #8B0CE0 0.11%, #5E0C9E 50.5%, #340067 99.89%);
}
.btn.themeBtn::after {
  width: 0;
  transition: 0.5s ease all;
}
.btn.themeBtn:hover::after {
  background: #8A0CE1;
  width: 100%;
  transition: 0.5s ease all;
}
.btn.themeBtn:hover svg {
  transform: translateX(-15px);
  transition: 0.5s ease all;
}
.btn svg {
  height: auto;
  width: 20px;
}
@media (min-width: 768px) {
  .btn svg {
    width: 16px;
  }
}
@media (min-width: 1200px) {
  .btn svg {
    width: 18px;
  }
}
@media (min-width: 1360px) {
  .btn svg {
    width: 19px;
  }
}
@media (min-width: 1600px) {
  .btn svg {
    width: 20px;
  }
}

.btn-normal {
  height: -moz-fit-content;
  height: fit-content;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  color: #4FC1B0;
  position: relative;
}
.btn-normal::after {
  width: 100%;
  height: 1px;
  background-color: #4FC1B0;
  bottom: 0;
  left: 0;
}
@media (min-width: 1200px) {
  .btn-normal::after {
    bottom: 5px;
  }
}
.btn-normal::before {
  z-index: 1;
  transition: 0.5s ease all;
  width: 0%;
  height: 1px;
  background-color: #E2FF06;
  bottom: 0;
  left: 0;
}
@media (min-width: 1200px) {
  .btn-normal::before {
    bottom: 5px;
  }
}
.btn-normal:hover::before {
  width: 100%;
  transition: 0.5s ease all;
}

h2, .h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: 500;
  line-height: normal;
}

h1, .h1, h1 strong {
  color: #000;
  line-height: 112.5%;
  font-weight: 600;
  font-size: 24px;
}
@media (min-width: 768px) {
  h1, .h1, h1 strong {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  h1, .h1, h1 strong {
    font-size: 45px;
  }
}
@media (min-width: 1200px) {
  h1, .h1, h1 strong {
    font-size: 50px;
  }
}
@media (min-width: 1360px) {
  h1, .h1, h1 strong {
    font-size: 54px;
  }
}
@media (min-width: 1440px) {
  h1, .h1, h1 strong {
    font-size: 58px;
  }
}
@media (min-width: 1600px) {
  h1, .h1, h1 strong {
    font-size: 62px;
  }
}
@media (min-width: 1900px) {
  h1, .h1, h1 strong {
    font-size: 64px;
  }
}

h2, .h2,
h2 span, .h2 span {
  font-size: 22px;
}
@media (min-width: 768px) {
  h2, .h2,
  h2 span, .h2 span {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  h2, .h2,
  h2 span, .h2 span {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  h2, .h2,
  h2 span, .h2 span {
    font-size: 30px;
  }
}
@media (min-width: 1360px) {
  h2, .h2,
  h2 span, .h2 span {
    font-size: 32px;
  }
}
@media (min-width: 1440px) {
  h2, .h2,
  h2 span, .h2 span {
    font-size: 34px;
  }
}
@media (min-width: 1600px) {
  h2, .h2,
  h2 span, .h2 span {
    font-size: 38px;
  }
}
@media (min-width: 1900px) {
  h2, .h2,
  h2 span, .h2 span {
    font-size: 40px;
  }
}

h3,
.h3 {
  font-weight: 500;
  font-size: inherit;
}

p {
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */