/*
Theme Name: The GP Clinic
Theme URI: https://www.altagency.co.uk/
Author: ALT Agency 
Author URI: https://www.altagency.co.uk/
Description: 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gp-clinic
Tags: 
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/* common css */

:root {
  --dark-pink: #87235A;
  --dark-green: #19332D;
  --blue: #3C6F9A;
  --blue-dark: #003561;
  --teal: #27A888;
  --teal-dark: #1D7E89;
  --white: #FFFFFF;
  --black: #000000;
  --green: #007759;
  --gray: #575757;
  --orange: #FF720B;
  --deep-black: #231F20;
  --dark-gray: #4B4B4B;

  --white-opacity-80: rgba(255, 255, 255, 0.8);
  --pink-opacity-16: rgba(255, 105, 170, 0.16);
  --pink-opacity-40: rgba(255, 54, 111, 0.4);
  --white-opacity-50: rgba(255, 255, 255, 0.5);
  --pink-dark-opacity-50: rgba(208, 68, 147, 0.5);
  --blue-opacity-30: rgba(60, 111, 154, 0.3);
  --blue-opacity-10: rgba(60, 111, 154, 0.1);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.33;
}

.overflow-hidden {
  overflow: hidden;
}

/* Font Weight */

.font-thin {
  font-weight: 200;
}

.font-extralight {
  font-weight: 250;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

/* Headings */

.heading-75 {
  font-size: clamp(45px, 3.906vw, 75px);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.heading-65 {
  font-size: clamp(29.74px, 3.385vw, 65px);
  line-height: 1.23;
  letter-spacing: -0.04em;
}

.heading-60 {
  font-size: clamp(27.45px, 3.125vw, 60px);
  line-height: 1.33;
  letter-spacing: -0.04em;
}

.heading-50 {
  font-size: clamp(35px, 2.604vw, 50px);
  line-height: 1.2;
  letter-spacing: -0.04em;
}

.heading-40 {
  font-size: clamp(35px, 2.083vw, 40px);
  line-height: 1.23;
  letter-spacing: -0.04em;
}

.heading-32 {
  font-size: 32px;
  line-height: 1.125;
  letter-spacing: -1.28px;
}

.heading-26 {
  font-size: 26px;
  line-height: 1.38;
}

.heading-24 {
  font-size: clamp(20px, 1.25vw, 24px);
  line-height: 1.25;
  letter-spacing: -0.04em;
}

.heading-22 {
  line-height: 1.27;
  font-size: clamp(18px, 1.146vw, 22px);
}

.heading-18 {
  font-size: 18px;
  line-height: 1.66;
  letter-spacing: -0.72px;
}


/* Paragraph Text */

.para-24 {
  font-size: clamp(22px, 1.25vw, 24px);
  line-height: 1.25;
  letter-spacing: -0.04em;
}

.para-26 {
  font-size: 26px;
  line-height: 1.25;
}

/* Colors */

.color-white {
  color: #FFFFFF;
}

.color-black {
  color: var(--black);
}

.color-blue {
  color: var(--blue);
}

.color-blue-dark {
  color: var(--blue-dark);
}

.color-gray {
  color: var(--gray);
}

.color-dark-pink {
  color: var(--dark-pink);
}

.color-orange {
  color: var(--orange);
}

.color-deep-black {
  color: var(--deep-black);
}

.color-dark-gray {
  color: var(--dark-gray);
}

/* Buttons */

.cmn-btn {
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: 0px 5.19px 5.19px 0px #27A88840;
  background: var(--teal);
  color: var(--white);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  display: inline-block;
}

.cmn-btn-sm {
  font-size: 16px;
  line-height: 1.25;
  padding: 12.84px 23px;
  border-radius: 46px;
  letter-spacing: 0.32px;
}

.cmn-btn-md {
  font-size: 20.75px;
  line-height: 26px;
  padding: 17.21px 30.42px;
  border-radius: 59.65px;
  letter-spacing: 0.415px;
}

.btn-xl {
  font-size: 23.34px;
  line-height: 1.24;
  padding: 15px 81px;
  border-radius: 59.65px;
}

.cmn-btn:hover {
  text-decoration: none;
  background: transparent;
  color: var(--teal);
  border: 2px solid var(--teal);
}

.cmn-btn-transparent {
  box-shadow: none;
  background: transparent;
  color: var(--green);
  border: 2px solid var(--green);
}

.cmn-btn-transparent.cmn-btn-sm {
  border-width: 1px;
  padding: 13.84px 24px;
}

.cmn-btn-transparent:hover {
  border-color: transparent;
  background: var(--teal);
  color: var(--white);
  box-shadow: 0px 5.19px 5.19px 0px #27A88840;
}

.cmn-btn-with-icon {
  position: relative;
  overflow: hidden;
}

.cmn-btn-with-icon {
  font-size: 18px;
  line-height: 1.27;
  font-weight: 600;
  padding: 10px 25.5px;
  background: linear-gradient(99.58deg,
      var(--blue) -9.56%,
      var(--teal-dark) 110.25%);
  border-radius: 46px;
  color: var(--white);
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}

.cmn-btn-with-icon::before {
  content: "";
  width: 31px;
  height: 31px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-size: cover;
}

.phone-icon::before {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.1153 31.5C22.1404 31.5 15.0264 28.1704 8.94723 20.9944C3.32073 14.2204 0.604492 9.39815 0.604492 6.12593C0.604492 3.54259 2.60934 2.33704 3.70877 1.64815L3.96745 1.47593C5.13156 0.72963 7.00706 0.5 7.71845 0.5C8.94723 0.5 9.46461 1.13148 9.78797 1.70556C10.0467 2.16481 12.3102 6.41296 12.5042 6.98704C12.8276 7.79074 12.7629 8.9963 11.6635 9.68519L11.4694 9.8C10.9521 10.1444 9.91731 10.7185 9.78797 11.4648C9.7233 11.8093 9.85264 12.2111 10.176 12.613C11.9222 14.6796 17.4193 20.7648 18.3894 21.5685C19.1655 22.2 20.1355 22.3148 20.8469 21.7981C21.5583 21.2815 21.8817 20.9944 21.8817 20.9944L21.9464 20.937C22.011 20.8796 22.5284 20.5352 23.4338 20.5352C24.0806 20.5352 24.7273 20.7074 25.374 21.1093C27.0555 22.0852 30.8065 24.3241 30.8065 24.3241L30.8712 24.3815C31.3239 24.7259 32.0353 25.8167 31.2592 27.1944C30.4185 28.5722 27.8316 31.5 25.1153 31.5ZM7.71845 1.64815C7.07173 1.64815 5.58426 1.87778 4.67885 2.45185L4.42016 2.62407C3.3854 3.19815 1.89794 4.17407 1.89794 6.12593C1.89794 9.11111 4.54951 13.7611 9.98199 20.3056C15.9965 27.4241 22.7871 30.3519 25.1153 30.3519C27.1202 30.3519 29.3837 27.8833 30.1598 26.563C30.6125 25.7593 30.2244 25.3 30.0951 25.1852C29.6424 24.8981 26.2794 22.8889 24.6626 21.9704C24.2099 21.7407 23.8219 21.5685 23.4338 21.5685C23.1105 21.5685 22.8518 21.6833 22.7871 21.7407C22.6578 21.8556 22.3344 22.2 21.6877 22.6593C20.5236 23.5204 18.7774 23.4056 17.5487 22.3722C16.4492 21.4537 10.7581 15.1963 9.14124 13.2444C8.55919 12.5556 8.36518 11.9241 8.49452 11.2352C8.75321 10.0296 9.98199 9.22593 10.6934 8.82407L10.8874 8.70926C11.5341 8.30741 11.4048 7.61852 11.2754 7.38889C11.0814 6.92963 8.88256 2.73889 8.62387 2.22222C8.36518 1.82037 8.23583 1.64815 7.71845 1.64815Z' fill='white'/%3E%3C/svg%3E");
}

.cmn-btn-with-icon::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, var(--white-opacity-50), transparent);
  transition: left 0.6s ease;
}

.cmn-btn-with-icon:hover::after {
  left: 100%;
}

.cmn-btn-with-icon:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px var(--blue-opacity-30);
  color: var(--white);
  text-decoration: none;
}

a {
  display: inline-block;
}

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

.gap-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.gap-20>[class^="col"] {
  padding-left: 10px;
  padding-right: 10px;
}

.heading-highlighted span {
  color: var(--blue-dark);
}

/* header css */

.site-header {
  position: sticky;
  top: 0;
  z-index: 9;
  background: var(--white);
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease;
}

.site-header.is-sticky {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-image: linear-gradient(99.58deg, var(--blue) -9.56%, var(--teal-dark) 110.25%);
  border-image-slice: 1;
}

.top-bar-block {
  background: linear-gradient(90deg,
      var(--white-opacity-80) 0%,
      var(--white-opacity-80) 19.79%,
      var(--pink-opacity-16) 59.62%,
      var(--pink-opacity-40) 100%);
  border-bottom: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg,
      var(--white-opacity-50) 12.02%,
      var(--pink-dark-opacity-50) 100%);
  padding: 7px 53px 5px;
}

.top-bar-text-wrapper p {
  margin: 0;
}

.top-bar-prefix-icon {
  max-width: 28px;
}

.top-bar-prefix-icon-wrapper {
  flex-shrink: 0;
}

.top-bar-inner-wrapper {
  gap: 8px;
}

.header-main-block .navbar {
  padding: 12px 57px 13px 48px;
}

.navbar-nav .menu-item a {
  color: var(--dark-green);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease;
}

.navbar-nav .menu-item a:hover,
.navbar-nav .menu-item.current_page_item a:hover {
  text-decoration: none;
  color: var(--teal);
}

.navbar-nav .menu-item>a::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -5px;
  background: var(--teal);
  transition: 0.5s transform ease;
  transform: scale3d(0, 1, 1);
  transform-origin: 50% 50%;
}

.navbar-nav .menu-item>a:hover::before {
  transform: scale3d(1, 1, 1);
}

.navbar-nav-wrapper .navbar-nav,
.navbar-right-column {
  gap: 0 64px;
}

.navbar-nav .menu-item.current_page_item a {
  font-weight: 700;
  color: var(--blue);
}

.navbar-brand-wrapper {
  position: relative;
  top: -22px;
}

.whatsapp-button-wrapper {
  bottom: 24px;
  right: 30px;
  z-index: 9;
}

.whatsapp-button-wrapper>a {
  scale: 1;
  transition: all 0.3s;
}

.whatsapp-button-wrapper>a:hover {
  scale: 1.3;
}

/* footer css */

.site-footer {
  border-top: 1px solid var(--blue-opacity-10);
  padding-top: 57px;
  padding-bottom: 51px;
}

.footer-menu-wrapper li a {
  font-size: 20px;
  color: var(--dark-green);
  font-weight: 500;
  line-height: 1.25;
}

.footer-menu-wrapper ul>li {
  margin-bottom: 12px;
}

.footer-menu-wrapper ul>li:last-child {
  margin-bottom: 0;
}

.footer-menu-wrapper.quick-links-menu-wrapper>ul {
  column-count: 2;
}

.contact-information-wrapper address {
  font-size: 20px;
  font-weight: 500;
  color: var(--dark-green);
  line-height: 1.25;
}

.mail-link {
  display: block;
  color: var(--dark-green);
  margin-top: 12px;
}

.mail-link:hover {
  color: var(--dark-green);
}

.quick-links-menu-column {
  flex: 0 0 calc(53% + 11px);
  max-width: calc(53% + 11px);
}

.legal-links-menu-column {
  flex: 0 0 27%;
  max-width: 27%;
}

.contact-information-column {
  flex: 0 0 calc(20% - 11px);
  max-width: calc(20% - 11px);
}

.bottom-footer-block {
  padding-top: 132px;
}

.social-links-wrapper>ul {
  gap: 19.41px;
}

.social-links-wrapper {
  line-height: 0;
}

.social-links-wrapper .social-icon {
  scale: 1;
  transition: all 0.3s;
}

.social-links-wrapper .social-icon:hover {
  scale: 1.2;
}

.copyright-text-wrapper p {
  line-height: 1.4;
}

.copyright-text-block {
  padding-top: 14px;
}

.footer-menu-block h3,
.contact-information-block h3 {
  font-size: 26px;
  line-height: 1.38;
  font-weight: 700;
  color: var(--blue);
  margin-bottom: 15px;
}

/* Section Banner */

/* Banner Section */

.banner-media,
.inner_banner_media {
  line-height: 0;
  position: absolute;
  inset: 0;
}

.banner-video-wrapper,
.banner-image-wrapper {
  height: 100%;
}

.banner-video,
.banner-image {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.banner-inner,
.inner_banner_inner {
  position: relative;
}

.banner-inner::before {
  content: "";
  width: 58%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(100.72deg, #3C6F9A -0.93%, rgba(29, 126, 137, 0.8) 39.28%, rgba(60, 111, 154, 0) 86.2%);
}

.banner-inner::after {
  content: "";
  position: absolute;
  width: calc(50% + 9px);
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(97.68deg, #142230 36.22%, rgba(62, 106, 150, 0) 85.88%);
}

.banner-content-wrapper,
.inner_banner_content_wrapper {
  position: relative;
  z-index: 2;
}

.banner-content {
  padding: 120.99px 0 37.53px;
}

.banner-heading span {
  font-weight: 500;
  font-style: italic;
}

.banner-description {
  margin-top: 26px;
  max-width: 90%;
}

.banner-description p:last-child {
  margin-bottom: 0;
}

.rating-text {
  font-size: 32px;
}

.banner-rating {
  gap: 11.05px;
  margin-top: 34.85px;
}

.banner-action {
  margin-top: 38.85px;
}

.banner-logos-block {
  margin-top: 82.58px;
  gap: 100px;
}

.banner-content-inner {
  max-width: 792px;
}

.banner-action .cmn-btn {
  padding: 13.5px 30.42px;
  text-transform: unset;
  background: var(--white);
  color: #3C6F9A;
  transition: all 0.3s ease;
  box-shadow: unset;
}

.banner-action .cmn-btn:hover {
  background: var(--teal);
  color: var(--white);
  border-color: transparent;
}

.rating-stars {
  gap: 3.19px;
}

.star {
  display: inline-block;
}

.star span {
  display: inline-block;
  padding: 6.38px 5.99px 6.78px;
  background: #DCDCE6;
}

.star.full span {
  background: #00B67A;
}

.star.half {
  background: #DCDCE6;
}

.star.half span {
  background: #00B67A;
  width: 50%;
}

.banner-note p {
  margin-bottom: 0;
  font-size: clamp(18.85px, 1.15vw, 22px);
  line-height: 1.4;
}

.banner-logos {
  gap: 69.96px;
  flex-wrap: wrap;
}

.banner-content-wrapper>.container {
  max-width: 84%;
}

/* Section CTA */

.section-cta {
  background: linear-gradient(360deg, rgba(210, 237, 255, 0.2) 9.09%, rgba(255, 255, 255, 0.2) 101.61%);
  padding: 50.71px 0 70.71px;
}

.cta-image-wrapper {
  width: max-content;
  margin: 0 auto;
}

.cta-content-wrapper {
  padding: 25px 0 0 0;
  text-align: center;
}

.cta-content-wrapper>h2 {
  margin-bottom: 20px;
}

.cta-content-wrapper .cta-heading {
  font-size: clamp(45px, 3.385vw, 65px);
}

.cta-heading span {
  color: var(--blue);
  font-weight: 300;
}

.cta-subtext span {
  font-weight: 600;
}

.cta-subtext {
  margin-bottom: 40px;
}

.brand-logos-slider.no-slider {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  max-width: 1160px;
}

.brand-logos-listing-block {
  padding: 175px 0 0 0;
}

.brand-logos-slider {
  max-width: 88%;
  max-width: 100%;
  margin: 0 auto;
}

.brand-logos-slider .slick-track {
  display: flex;
  align-items: center;
}

.brand-logos-slider .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
}

.section-cta.show-only-logo-listing .brand-logos-listing-block {
  padding: 0;
}

.section-cta.show-only-logo-listing {
  padding: 104px 0 112.71px;
}

/* Section FAQ */

.faq-item {
  border: 0;
  margin-bottom: 30px;
}

.faq-item:last-child {
  margin-bottom: 0;
}

.faq-item .card-header {
  background: transparent;
  border: 0;
}

.faq-item .card-header {
  background: transparent;
  border: 0;
  padding: 0;
}

.faq-toggle {
  color: #003561;
  font-size: clamp(22px, 1.563vw, 30px);
  font-weight: 500;
  letter-spacing: -0.04em;
  display: block;
  position: relative;
  padding-right: 45px;
}

.faq-toggle:hover {
  text-decoration: none;
  color: #003561;
}

.faq-toggle::before {
  content: "";
  width: 31px;
  height: 32px;
  position: absolute;
  right: 0;
  top: 3px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='32' viewBox='0 0 31 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.564452 16.1379C0.564452 7.83946 7.29921 1.10392 15.5977 1.10376C23.8962 1.10376 30.6318 7.83936 30.6318 16.1379C30.6317 24.4364 23.8961 31.1711 15.5977 31.1711C7.29932 31.171 0.564616 24.4363 0.564452 16.1379ZM1.37695 16.1379C1.37712 23.9899 7.74565 30.3585 15.5977 30.3586C23.4498 30.3586 29.8182 23.99 29.8184 16.1379C29.8184 8.28569 23.4499 1.91724 15.5977 1.91724C7.74555 1.9174 1.37695 8.28579 1.37695 16.1379ZM6.65918 15.7307L15.1914 15.7307L15.1914 7.19849L16.0049 7.19849L16.0049 15.7307L24.4766 15.7307L24.4766 16.5442L16.0049 16.5442L16.0049 25.0159L15.1914 25.0159L15.1914 16.5442L6.65918 16.5442L6.65918 15.7307Z' fill='%233C6F9A' stroke='%233C6F9A' stroke-width='0.405734'/%3E%3C/svg%3E");
}

.faq-toggle[aria-expanded="true"]::before {
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='32' viewBox='0 0 31 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.564452 16.1379C0.564452 7.83946 7.29921 1.10392 15.5977 1.10376C23.8962 1.10376 30.6318 7.83936 30.6318 16.1379C30.6317 24.4364 23.8961 31.1711 15.5977 31.1711C7.29932 31.171 0.564616 24.4363 0.564452 16.1379ZM1.37695 16.1379C1.37712 23.9899 7.74565 30.3585 15.5977 30.3586C23.4498 30.3586 29.8182 23.99 29.8184 16.1379C29.8184 8.28569 23.4499 1.91724 15.5977 1.91724C7.74555 1.9174 1.37695 8.28579 1.37695 16.1379ZM6.65918 15.7307L24.4766 15.7307L24.4766 16.5442L6.65918 16.5442L6.65918 15.7307Z' fill='%233C6F9A' stroke='%233C6F9A' stroke-width='0.405734'/%3E%3C/svg%3E");
}

.faq-item .card-body {
  padding: 30px 0 0px 0;
}

.faq-text-wrapper {
  font-size: clamp(16px, 0.938vw, 18px);
  line-height: 1.33;
  letter-spacing: -0.04em;
  color: #575757;
}

.faq-text-wrapper p {
  margin-bottom: 0;
}

.faq-inner-block {
  max-width: 83%;
  margin: 0 auto;
}

.faq-sec-heading span {
  font-weight: 600;
}

.faq-sec-heading {
  margin-bottom: 83px;
}

.section-faq {
  padding: 0 0 64px;
}

/* Section Process */

.section-process {
  background: var(--blue);
  margin: 60px 0 29.5px;
}

.section-process-inner {
  padding: 54px 0 90px 0;
}

.process-subtitle span {
  font-weight: 700;
}

.process-item-content-wrapper {
  padding: 18px 18px 00;
}

.process-item-desc {
  margin-top: 16px;
  font-size: 18px;
  text-align: left;
}

.process-item-number {
  width: 43px;
  height: 43px;
  display: flex;
  background: var(--white);
  border-radius: 50%;
  color: var(--blue);
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.process-item-title {
  gap: 16px;
}

.process-subtitle {
  margin-top: 20px;
}

.process-items-row-wrapper {
  padding-top: 70px;
}

/* Section Icons Heading Listing */

.sec-icon-heading-title {
  margin-top: 32px;
  font-size: 22px;
}

.section-icon-heading-listing {
  padding: 35.64px 0 60px;
}

/* Section Testimonials */

.testimonial-heading span {
  font-weight: 600;
}

.section-testimonials {
  padding: 65px calc(4% + 2px) 129px;
  background: linear-gradient(360deg, rgba(210, 237, 255, 0.2) 9.09%, rgba(255, 255, 255, 0.2) 93.01%);
}

.testimonial-card {
  background: linear-gradient(0deg, #FFFFFF 13%, rgba(255, 255, 255, 0.9) 172%);
  box-shadow: 0px 2px 53px -9px #0037681A;
  padding: 31px 30px 44px;
  border-radius: 24px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid transparent;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.testimonial-title {
  font-size: clamp(24px, 1.25vw, 24px);
}

.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  border-color: var(--blue);
}

.testimonial-content p,
.testimonial-author {
  margin: 0;
  line-height: 1.66;
  letter-spacing: -0.72px;
  color: var(--blue);
  font-size: 18px;
}

.testimonial-content {
  margin: 16px 0;
}

.testimonial-author-and-rating-wrapper {
  margin-top: auto;
}

.testimonial-row-wrapper .row {
  margin-right: -8px;
  margin-left: -8px;
  gap: 16px 0;
}

.testimonial-row-wrapper .row>.testimonial-item {
  padding-right: 8px;
  padding-left: 8px;
}

.testimonial-heading {
  margin-bottom: 26px;
}

.testimonial-row-wrapper {
  margin-top: 32px;
}

.testimonial-rating {
  gap: 8px;
}

/* Section Image With Content */

.about-heading span {
  color: var(--black);
  font-weight: 600;
}

.about-sub-heading-wrapper p {
  margin-bottom: 0;
  font-size: clamp(20px, 1.354vw, 26px);
  line-height: 1.38;
  color: var(--gray);
}

.about-sub-heading-wrapper p strong {
  color: var(--blue);
}

.trust-logos-listing-wrapper {
  gap: 26.73px;
}

.about-sub-heading-wrapper {
  margin-top: 11px;
  max-width: 69%;
}

.about-text-wrapper {
  margin-top: 31px;
  max-width: calc(68% + 0px);
}

.about-text-wrapper>p:last-child {
  margin-bottom: 0;
}

.about-text-wrapper>p:not(:last-child) {
  margin-bottom: 27px;
}

.trust-logos-listing-wrapper {
  margin-top: 70px;
}

.sec-img-with-content-image-column {
  max-width: calc(53% + 8px);
  flex-basis: unset;
}

.sec-img-with-content-column {
  flex: 1;
  max-width: unset;
  margin-top: -50px;
}

.section-image-with-content {
  padding: 115px 0 52px 0;
  overflow: hidden;
}

.sec-img-with-content-image-wrapper {
  max-width: fit-content;
  margin-left: auto;
  position: relative;
}

.sec-img-with-content-image-wrapper>img {
  max-width: 100%;
}

.floating-icon:first-child {
  left: 22%;
  top: calc(-6% - -2px);
}

.floating-icon:nth-child(2) {
  left: 5%;
  top: calc(-2% - 2px);
}

.floating-icon:last-child {
  top: 10%;
  left: 3%;
}

.floating-icon {
  display: inline-block;
  position: absolute;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.8s ease-out;
}

.floating-icon.aos-animate {
  opacity: 1;
  transform: scale(1);
}

.floating-icon.aos-animate img {
  animation: floatUpDown 4s ease-in-out infinite;
}

@keyframes floatUpDown {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

/* Section Our Services */

.our-service-heading span {
  color: var(--blue-dark);
  font-weight: 600;
}

.our-services-header-text-wrapper p {
  margin: 0;
  font-size: clamp(18px, 1.354vw, 26px);
  line-height: 1.38;
  font-weight: 700;
  color: var(--blue);
}

.our-services-header-text-wrapper {
  max-width: 80%;
  margin: 0 auto;
}

.sec-our-services-header {
  margin-bottom: 45px;
}

.service-image-wrapper>img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
  height: 100%;
}

.section-our-services {
  padding: 29.5px 0 72px;
}

.our-service-heading {
  margin-bottom: 24px;
  font-size: clamp(50px, 2.604vw, 50px);
}

.service-content {
  padding: 22px 26px 18px;
  background: linear-gradient(0deg, #FFFFFF 13%, rgba(255, 255, 255, 0.9) 172%);
  position: relative;
}

.service-card {
  border-radius: 24px;
  box-shadow: 0px 2px 53px -9px #0037681A;
  overflow: hidden;
  position: relative;
  padding-top: 218px;
  background: #FFFFFFE5;
}

.service-card>a {
  display: block;
}

.service-card>a:hover {
  text-decoration: none;
}

.service-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: radial-gradient(47.17% 45.86% at 50% 50%, #90B4C4 0%, #90B5C7 100%);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr) 652px;
  gap: 16px;
}

.services-grid .service-card:first-child {
  grid-row: span 2;
}

.services-grid .service-card:first-child,
.services-grid .service-card:nth-child(3) {
  padding-top: 552px;
}

.services-grid .service-card:nth-child(3) {
  grid-row: span 2;
}

.services-grid .service-card:nth-child(5) {
  grid-column: span 2;
}

.services-grid .service-card:nth-child(5) .service-image-wrapper {
  background: url("assets/images/grid-shape-left-bg.png") no-repeat;
  background-size: cover;
}

.services-grid .service-card:nth-child(6) .service-image-wrapper {
  background: url("assets/images/grid-shape-right-bg.png") no-repeat;
  background-size: cover;
}

/* Section Popular Services */

.section-popular-header {
  margin-top: 115px;
}

.popular-service-title span {
  color: var(--blue-dark);
  font-weight: 600;
}

.gp-service-card {
  box-shadow: 0px 2px 53px -9px #0037680D;
  border: 2px solid var(--black);
  border-radius: 12px;
  padding: 31px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.gp-service-list ul>li {
  line-height: 2.22;
  position: relative;
  padding-left: 18px;
}

.gp-service-list ul>li::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 18px;
  background: var(--black);
  border-radius: 50%;
  left: 0;
}

.gp-card-header {
  margin-bottom: 15px;
  gap: 15px;
}

.gp-service-icon {
  display: inline-block;
}

.gp-card-footer {
  text-align: center;
  margin-top: auto;
}

.gp-service-list-wrapper {
  margin-bottom: 45px;
}

.popular-services-listing-wrapper {
  margin-top: 45px;
}

.section-popular-services {
  padding: 150px 0 36px;
}

.section-animated-heading {
  padding: 100.26px 0 26.74px 0;
}

/* animation heading css start */

.prefix-heading span {
  font-weight: 400;
  color: var(--blue-dark);
}

.animate-heading {
  padding: 0 20px;
  position: absolute;
  top: 0;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.animate-heading.blue-theme {
  color: var(--blue-dark);
  background: #3C6F9A33;
}

.animate-heading.teal-theme {
  color: #00666D;
  background: #46C39133;
}

.animate-heading-wrapper {
  margin-top: 16.87px;
  height: clamp(36.58px, 4.167vw, 80px);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.animate-heading.text-in {
  opacity: 1;
  transform: translateY(0);
  z-index: 1;
}

.animate-heading.text-out {
  opacity: 0;
  transform: translateY(-100%);
  z-index: 0;
}

@keyframes textIn {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0%);
  }
}

@keyframes textOut {
  0% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(-100%);

  }
}

.split-words {
  display: inline-block;
  position: relative;
}

.split-word {
  opacity: 0;
  display: inline-block;
  transition: opacity 0.2s ease;
}

.split-word.visible {
  opacity: 1;
}

.split-word span {
  font-style: italic;
  font-size: clamp(25.14px, 2.865vw, 55px);
}

/* animation heading css end */

/* Section Inner Banner */

.inner_banner_image_wrapper img,
.inner_banner_video video {
  height: 100%;
  object-fit: cover;
  max-width: 100%;
}

.inner_banner_description p {
  line-height: 1.25;
  font-size: clamp(22px, 2.292vw, 44px);
  letter-spacing: -0.04em;
}

.inner_banner_description span {
  font-weight: 600;
  color: var(--blue);
}

.inner_banner_description p:last-child {
  margin-bottom: 0;
}

.inner_banner_description {
  margin-top: 16px;
  max-width: calc(52% + 5px);
}

.inner_banner_description a {
  color: var(--blue);
  text-decoration: underline;
  display: inline;
}

.inner_banner_action {
  margin-top: 37px;
}

.inner_banner_highlights {
  margin-top: 45.16px;
  background: #FFFFFFE5;
  backdrop-filter: blur(4px);
  border-radius: 20px;
}

.inner_banner_highlights_list {
  padding: 10px;
}

.inner_banner_highlight_item {
  display: inline-flex;
  align-items: flex-start;
  gap: 15.24px;
}

.inner_banner_highlight_item_text {
  display: inline-block;
  margin: auto 0;
}

.inner_banner_highlight_item::before {
  content: "";
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.9386 0.169495C7.31517 0.169495 0.316406 7.16826 0.316406 15.7917C0.316406 24.4152 7.31517 31.414 15.9386 31.414C24.5621 31.414 31.5609 24.4152 31.5609 15.7917C31.5609 7.16826 24.5621 0.169495 15.9386 0.169495ZM15.9386 30.1642C8.00255 30.1642 1.56619 23.7278 1.56619 15.7917C1.56619 7.85564 8.00255 1.41927 15.9386 1.41927C23.8747 1.41927 30.3111 7.85564 30.3111 15.7917C30.3111 23.7278 23.8747 30.1642 15.9386 30.1642ZM23.7498 10.2302L13.7515 19.916L10.1897 16.4166C9.81473 16.0417 9.25233 16.0417 8.87739 16.4166C8.50246 16.7916 8.50246 17.354 8.87739 17.7289L13.0642 21.9156C13.2516 22.1031 13.5016 22.1656 13.7515 22.1656C14.0015 22.1656 14.2514 22.1031 14.3764 21.9156L25.062 11.5425C25.437 11.1676 25.437 10.6051 25.062 10.2302C24.6871 9.85528 24.1247 9.85528 23.7498 10.2302Z' fill='%233C6F9A'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  display: inline-block;
  flex-shrink: 0;
}

.inner_banner_content_wrapper.blue_gradient::before {
  background: linear-gradient(90deg, #CFF3FF 9.77%, #6BD1F1 44.51%, rgba(255, 255, 255, 0) 70.49%);
}

.inner_banner_highlights_list {
  padding: 15.17px 15.32px 14.59px 15.32px;
  gap: 0px 20px;
}

.inner_banner_content {
  padding: 103px 0 109px;
}

.inner_banner_section.highlight-exist .inner_banner_content {
  padding-bottom: 60px;
}

.inner_banner_image_wrapper {
  height: 100%;
  text-align: right;
}

.inner_banner_content_wrapper {
  position: relative;
}

.inner_banner_content_wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #F2F2F2 45.67%, rgba(255, 255, 255, 0) 70.49%);
  z-index: -1;
  background-position: -169px 0;
  background-repeat: no-repeat;
}

.inner_banner_description>p {
  margin-bottom: 30px;
}

body.single-health_guides .inner_banner_section.highlight-exist .inner_banner_content {
  padding: 49.8px 0 83px;
}

body.single-health_guides .inner_banner_description p {
  font-size: clamp(22px, 1.25vw, 24px);
  line-height: 1.25;
  letter-spacing: -0.04em;
}

body.single-health_guides .inner_banner_description {
  margin-top: 43px;
}

body.single-health_guides .inner_banner_highlights {
  margin-top: 86.61px;
}

body.health-guides-page .inner_banner_highlight_item,
body.single.single-health_guides .inner_banner_highlight_item {
  max-width: 360px;
}

/* Section Certificates Listing */

.section-certificates-listing-description-wrapper p,
.section-related-certificates-description p,
.section-related-blogs-description p {
  margin: 0;
  font-size: clamp(22px, 1.354vw, 26px);
  line-height: 1.38;
  font-weight: 700;
  text-align: center;
  color: var(--blue);
}

.section-certificates-listing-description-wrapper {
  max-width: 81%;
  margin: 0 auto;
}

.section-certificates-listing {
  padding: 60px 0 83.25px 0;
}

.section-certificates-listing-row-wrapper {
  margin-top: 72.4px;
}

.cpt-card-listing-row-wrapper>.row {
  margin-right: -8.43px;
  margin-left: -8.43px;
  gap: 45px 0;
}

.cpt-card-listing-row-wrapper>.row>.col-md-4 {
  padding-right: 8.43px;
  padding-left: 8.43px;
}

.cpt-card-img-wrapper {
  background-image: url("assets/images/bg-shape.png");
  background-repeat: no-repeat;
  position: relative;
  padding-top: calc(64% - 2px);
  transition: all 0.4s ease;
  background-size: 100% auto;
}

.cpt-card-wrapper.blog-cpt-card-wrapper .cpt-card-img-wrapper {
  padding-top: calc(67% - 1px);
}

.cpt-card-wrapper>a:hover .cpt-card-img-wrapper {
  background-position-y: -14px;
}

.cpt-card-img-wrapper img {
  position: absolute;
  inset: 0;
  transform: scale(1);
  transition: transform .4s ease;
  transform-origin: top left;
}

.cpt-card-wrapper:not(.normal-effect-cpt-card)>a:hover .cpt-card-img-wrapper img {
  transform: scale(1.07);
}

.cpt-card-wrapper {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0px 2px 53px -9px #0037681A;
  height: 100%;
}

.cpt-card-content-wrapper {
  background: linear-gradient(0deg, #FFFFFF 63.75%, rgba(255, 255, 255, 0.9) 94.92%);
  padding: 16.81px 17.3px 13.33px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
  transform: translateY(0px);
  transition: all 0.4s;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.cpt-card-wrapper.normal-effect-cpt-card .cpt-card-content-wrapper {
  position: unset;
}

.cpt-card-wrapper.blog-cpt-card-wrapper .cpt-card-content-wrapper {
  padding: 25.35px 17.3px 13.33px;
}

.cpt-card-wrapper:not(.normal-effect-cpt-card)>a:hover .cpt-card-content-wrapper {
  padding-bottom: 27.33px;
}

.cpt-card-wrapper:not(.normal-effect-cpt-card)>a:hover .cpt-card-heading {
  color: var(--blue-dark);
}

.cpt-card-heading {
  min-height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: clamp(24px, 1.25vw, 24px);
}

.cpt-card-wrapper.blog-cpt-card-wrapper .cpt-card-heading,
.cpt-card-wrapper.team-cpt-card-wrapper .cpt-card-heading {
  min-height: unset;
}

.cpt-card-content-wrapper>.cpt-card-btn-wrapper {
  margin-top: auto;
}

.cpt-card-wrapper>a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.certificate-price {
  margin-top: 8px;
}

.cpt-card-text-content-wrapper {
  margin-top: 12.19px;
  margin-bottom: 17px;
}

.cpt-card-wrapper.blog-cpt-card-wrapper .cpt-card-text-content-wrapper {
  margin-top: 19.19px;
}

.cpt-card-text-content-wrapper>p {
  margin: 0;
  font-size: 18px;
}

.cpt-card-wrapper>a:hover {
  text-decoration: none;
}

.cpt-card-wrapper:not(.normal-effect-cpt-card):hover {
  box-shadow: 0px 2px 53px 5px #00376833;
}

.cpt-card-wrapper .cmn-btn {
  transition: all 0.4s;
}

.cpt-card-wrapper:not(.normal-effect-cpt-card)>a:hover .cmn-btn-transparent {
  border-color: transparent;
  background: var(--teal);
  color: var(--white);
  box-shadow: 0px 5.19px 5.19px 0px #27A88840;
}

.cpt-card-content-block {
  position: relative;
}

.cpt-card-wrapper.normal-effect-cpt-card .cpt-card-content-block {
  flex-grow: 1;
}

.cpt-card-wrapper.normal-effect-cpt-card .cpt-card-content-wrapper {
  position: unset;
  height: 100%;
}

/* Section Video With Content */

.section_video_with_content_video_wrapper {
  width: calc(49% + 6px);
  flex-shrink: 0;
  border-radius: 24px;
  overflow: hidden;
  line-height: 0;
}

.section_video_with_content_video_wrapper video {
  width: 100%;
  height: 647px;
  object-fit: cover;
}

.section_video_with_content_content {
  padding-left: 87px;
}

.section_video_with_content_heading {
  font-size: clamp(34px, 2.604vw, 50px);
}

.section_video_with_content_heading span {
  color: var(--blue-dark);
}

.section_video_with_content_description {
  margin-top: 31.62px;
}

.section_video_with_content_description p {
  font-size: clamp(22px, 1.354vw, 26px);
  line-height: 1.38;
  color: var(--blue);
  margin: 0;
}

.section_video_with_content_highlight_item {
  position: relative;
  line-height: 2.22;
}

.section_video_with_content_highlights {
  list-style-position: inside;
  list-style-type: unset;
}

.section_video_with_content_highlights_wrapper {
  margin-top: 20px;
  margin-left: 9px;
}

.section_video_with_content_action {
  margin-top: 20px;
}

.section_video_with_content_action {
  margin-top: 37px;
}

.section_video_with_content {
  padding: 83.25px 0 59.5px;
}

/* Section Single Page Banner */

.single-page-banner-media-wrapper {
  line-height: 0;
}

.single-page-banner-content-block {
  position: relative;
}

.single-page-banner-section:not(.single-banner-has-video) {
  background: #90B5C6;
  background-image: url("data:image/svg+xml,%3Csvg width='1920' height='687' viewBox='0 0 1920 687' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1_1896)'%3E%3Crect width='1920' height='686' transform='translate(0 0.243652)' fill='%2390B5C6'/%3E%3Cpath d='M-50.5049 0.243652H1102V759.244H-50.5049V0.243652Z' fill='url(%23paint0_linear_1_1896)'/%3E%3Cpath d='M727.917 427.008C574.706 365.462 362.118 54.7097 -46.346 184.689L-34.8984 756.926H1020.69H2071.01V366.938C2023.66 327.944 1906.55 245.763 1771.47 216.256C1499.44 156.836 1294.26 287.744 1194.91 353.662C1059.98 443.201 852.103 476.895 727.917 427.008Z' fill='%23A3D1E5' fill-opacity='0.5'/%3E%3Crect x='755.939' y='455.074' width='297.602' height='256.17' fill='url(%23paint1_linear_1_1896)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1_1896' x1='-59.3944' y1='-12.9886' x2='1043.63' y2='304.077' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233C6F9A'/%3E%3Cstop offset='0.461538' stop-color='%231D7E89' stop-opacity='0.8'/%3E%3Cstop offset='1' stop-color='%233C6F9A' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_1_1896' x1='952.386' y1='689.069' x2='769.134' y2='689.069' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%239AC3D6'/%3E%3Cstop offset='1' stop-color='%239AC3D6' stop-opacity='0'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_1_1896'%3E%3Crect width='1920' height='686' fill='white' transform='translate(0 0.243652)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: -1px;
  overflow: hidden;
}

.single-page-banner-section.single-banner-has-video .single-page-banner-content {
  padding-bottom: 44.5px;
}

.single-page-banner-video {
  width: 100%;
  height: 686px;
  object-fit: cover;
}

.single-page-banner-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: clamp(50px, 7.604vw, 146px);
  right: 0;
  width: 50%;
}

.single-page-banner-heading-wrapper {
  background: var(--white);
  border-radius: 24px;
  padding: 19px 20px 18px;
  margin-left: 50px;
  max-width: 94%;
}

.single-page-banner-section.single-banner-has-video .single-page-banner-heading-wrapper {
  padding-inline: 32px;
}

.single-page-banner-section:not(.single-banner-has-video) .single-page-banner-heading {
  text-align: center;
}

.single-page-banner-heading span {
  color: var(--blue-dark);
  font-weight: 600;
}

.single-page-banner-image-wrapper {
  position: relative;
}

.single-page-banner-image-wrapper>img {
  max-width: 100%;
}

/* .single-page-banner-image-wrapper::before {
  content: "";
  position: absolute;
  right: -93px;
  bottom: -23px;
  width: 297.6px;
  height: 256.17px;
  background: linear-gradient(270deg, #9AC3D6 33.99%, rgba(154, 195, 214, 0) 95.57%);
} */

.single-page-banner-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wizard-step {
  min-height: unset !important;
  max-height: 580px;
  overflow-y: auto;
}

.step-form-block {
  width: 50%;
}


/* Section Consultation Info */

.consultation-section {
  padding: 65px 0 0 0;
}

.consultation-intro-text {
  margin-top: 32px;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -0.96px;
  max-width: 84%;
  margin-inline: auto;
}

.consultation-cards-wrapper {
  margin-top: 96px;
}

.cmn-card {
  border: 2px solid var(--black);
  border-radius: 12px;
  box-shadow: 0px 2px 53px -9px #0037680D;
  padding: 49px 40px 38.32px;
  height: 100%;
}

.consultation-card-price-wrapper,
.certificate-card-subtitle-wrapper {
  margin-top: 16px;
}

.consultation-card-tagline,
.certificate-card-description {
  margin-top: 15px;
}

.consultation-card-tagline p,
.certificate-card-description p {
  line-height: 2.22;
  font-size: 18px;
}

.consultation-card-features-wrapper {
  margin-top: 27px;
}

.cmn-list {
  list-style-type: none;
  list-style-position: inside;
  margin-left: 8px;
}

.cmn-list>li {
  line-height: 2.22;
  display: flex;
  align-items: first baseline;
}

.cmn-list>li::before {
  content: "";
  background: var(--black);
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 12px;
  position: relative;
  top: -3px;
  flex-shrink: 0;
}

.consultation-price span,
.certificate-card-subtitle span {
  color: var(--blue-dark);
  font-weight: 600;
}

.consultation-cards-wrapper>.row {
  margin-right: -10px;
  margin-left: -10px;
}

.consultation-cards-wrapper>.row>.col-md-6 {
  padding-right: 10px;
  padding-left: 10px;
}

.certificate-card-features {
  margin-top: 38px;
}

.certificate-card-note-wrapper p {
  margin: 41px 0 0 0;
  line-height: 2.22;
}

.request-heading span {
  font-weight: 300;
}

.request-certificate-banner-wrapper {
  background: linear-gradient(101.1deg, #3C6F9A -0.93%, rgba(29, 126, 137, 0.8) 57.34%, rgba(60, 111, 154, 0) 136.33%);
  padding: 65px 21px 83px;
  border-radius: 30px;
}

.section-request-certificate {
  padding: 64px 0 77px;
}

.request-certificate-banner-button-wrapper .cmn-btn {
  text-transform: unset;
  background: var(--white);
  color: var(--dark-green);
  padding: 13px 25px;
  width: 100%;
}

.request-certificate-banner-button-wrapper .cmn-btn:hover {
  border-color: transparent;
  box-shadow: none;
  background: var(--teal);
  color: var(--white);
}

.request-certificate-banner-button-wrapper {
  margin-top: 30px;
  max-width: 366px;
  margin-inline: auto;
}

/* Section Related Certificates */

.section-related-certificates {
  padding: 42px 0 121px 0;
}

.section-related-certificates-description,
.section-related-blogs-description {
  max-width: 80%;
  margin: 30px auto 72px;
}

.related-certificates-heading span,
.related-blogs-heading span {
  color: var(--blue-dark);
  font-weight: 600;
}

.single-medical_certificate .section-icon-heading-listing {
  padding: 3px 0 60px;
}

/* section blog listing */

.section-blog-listing {
  padding: 60px 0 87.5px 0;
}

.search-label {
  margin-bottom: 20px;
}

.blogs-search-form-block {
  max-width: fit-content;
  margin-left: auto;
}

.blogs-search-form-inner-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}

.search-field-wrapper {
  position: relative;
}

.search-input {
  height: 47px;
  border: 1px solid #B1B1B1;
  padding: 11px 12px 12px 55.3px;
  font-size: 18px;
  color: var(--blue);
  width: 391px;
  border-radius: 0;
}

.search-input::placeholder {
  opacity: 1;
}

.search-input:focus {
  outline: none;
  border-color: var(--blue);
}

.search-field-wrapper::before {
  content: "";
  width: 31px;
  height: 31px;
  position: absolute;
  left: 17px;
  top: 9.5px;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.2757 29.9365L22.393 21.1191C24.1565 18.9637 25.2668 16.2206 25.2668 13.2161C25.2668 6.42346 19.7151 0.871765 12.9225 0.871765C6.12982 0.871765 0.578125 6.42346 0.578125 13.2161C0.578125 20.0088 6.12982 25.5605 12.9225 25.5605C15.9269 25.5605 18.6701 24.5154 20.8255 22.6866L29.6429 31.5693L31.2757 29.9365ZM1.88441 13.2161C1.88441 7.14191 6.84827 2.17805 12.9225 2.17805C18.9967 2.17805 23.9605 7.14191 23.9605 13.2161C23.9605 19.2903 18.9967 24.2542 12.9225 24.2542C6.84827 24.2542 1.88441 19.2903 1.88441 13.2161Z' fill='%233C6F9A'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
}

.submit-button {
  border: 0;
  padding: 10px 25px;
  border-radius: 46px;
  background: linear-gradient(99.58deg, #3C6F9A -9.56%, #1D7E89 110.25%);
  color: var(--white);
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}

.submit-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, var(--white-opacity-50), transparent);
  transition: left 0.6s ease;
}

.submit-button:hover::before {
  left: 100%;
}

.section-blog-listing-row-wrapper {
  margin-top: 46px;
}

.cmn-pagination {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 107px;
  justify-content: center;
}

.page-item {
  background: transparent;
  border: 1px solid var(--green);
  border-radius: 46px;
  color: var(--green);
  width: 60px;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s;
  cursor: pointer;
}

.page-item:focus {
  outline: 0;
}

.page-item:hover,
.page-item.active {
  background: var(--teal);
  border: 1px solid var(--teal);
  box-shadow: 0px 4px 4px 0px #27A88840;
  color: var(--white);
}

.not-found-msg {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -0.96px;
}

/* Section subscription form */

.subscription-section {
  background: linear-gradient(360deg, rgba(210, 237, 255, 0.2) 9.09%, rgba(255, 255, 255, 0.2) 101.61%);
  border-top: 1px solid #619FDF;
  border-bottom: 1px solid #619FDF;
  padding: 51.05px 0 74.05px 0;
}

.subscription-heading-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.subscription-heading span {
  color: var(--blue);
}

.subscription-subtitle {
  margin-top: 29px;
}

.subscription-form-block .form-fields-main-block {
  display: flex;
  align-items: center;
  gap: 16px;
}

.subscription-form-block {
  margin-top: 38.5px;
}

.subscription-form-block .form-fields-main-block .form-fields-wrapper>p,
.subscription-form-block .form-fields-main-block .form-submit-fields-wrapper>p {
  margin: 0;
}

.subscription-form-block {
  margin-top: 38.5px;
  max-width: 1098px;
  margin-inline: auto;
}

.subscription-form-block .wpcf7-spinner {
  display: none;
}

.subscription-form-block .wpcf7-response-output {
  margin-inline: 0;
}

.blog-page .cta-heading span,
.single-blog .cta-heading span {
  font-weight: 250;
}

/* Section Related Blogs */

.section-related-blogs {
  padding: 68px 0 82.32px 0;
}

.section-related-blogs-description {
  max-width: 83%;
}

/* Section Content Blog */

.section_blog_main_content_content p {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -0.96px;
  color: var(--black);
  margin-bottom: 30px;
}

.section_blog_main_content_content p a {
  color: var(--blue);
  text-decoration: underline;
  display: inline;
}

.section_blog_main_content_content p:last-child {
  margin-bottom: 0;
}

.section_blog_main_content {
  padding: 152px 0 111px 0;
}

.author-image-wrapper {
  width: 92.43px;
  height: 92.43px;
  flex-shrink: 0;
}

.author-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.author-content-wrapper .author_name h4,
.author-content-wrapper .author_designation h5 {
  font-size: 24px;
  line-height: 1.16;
  letter-spacing: -0.96px;
  color: var(--black);
}

.author-content-wrapper .author_name h4 {
  font-weight: 700;
}

.author-box {
  display: flex;
  gap: 32px;
  align-items: center;
  margin-top: 32px;
}

.section_blog_main_content-row-wrapper>.row {
  margin-right: -18px;
  margin-left: -18px;
}

.section_blog_main_content-row-wrapper>.row>div {
  padding-right: 18px;
  padding-left: 18px;
}

.jump-to-links-block {
  margin-top: 48px;
}

.jump-to-links-block {
  margin-top: 48px;
  border: 1px solid #0000004D;
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.1);
  padding: 32px;
  border-radius: 8px;
  max-width: 348px;
}

.jump-to-links-wrapper {
  margin-top: 32px;
}

.jump-to-links-wrapper ul {
  list-style-type: unset;
  list-style-position: inside;
  margin-left: 5px;
}

.jump-to-links-wrapper ul a {
  line-height: 1.55;
  color: var(--black);
  letter-spacing: -0.72px;
  display: inline;
  font-size: 18px;
}

.intro_heading span {
  font-weight: 600;
}

.intro_text-wrapper {
  margin-top: 32px;
}

.section_blog_main_content_author {
  padding: 32px 0 0 0;
}

.section_blog_main_content_author_column {
  flex: 0 0 calc(32.333% + 4px);
  max-width: calc(32.333% + 4px);
}

.section_blog_main_content_content_column {
  flex: 0 0 calc(66.667% + 7px);
  max-width: calc(66.667% + 7px);
}

.intro_image {
  margin-top: 42px;
}

.intro_image img {
  width: 100%;
  object-fit: cover;
}

.content_items_wrapper {
  margin-top: 74px;
}

.content_item_text_wrapper {
  margin-top: 30px;
}

.section_blog_main_content_content {
  padding-right: 1px;
}

.content_item:not(:last-child) {
  margin-bottom: 65px;
}

.references-text-block {
  padding: 74px 0 0 0;
}

.references_text-wrapper {
  margin-top: 32px;
}

.content_item_heading span {
  font-weight: 700;
}

/* Section Health Guide Content */

.section_blog_main_content.section_health_guide_main_content {
  padding: 64px 0 111px 0;
}

.reviewed-block {
  margin-top: 80px;
}

.timeline-block {
  margin-top: 64px;
}

.timeline-list {
  list-style-position: inside;
  list-style-type: unset;
  margin-left: 9px;
  font-size: 18px;

}

.timeline-wrapper {
  margin-top: 32px;
}

.section_blog_main_content.section_health_guide_main_content .intro_image {
  margin-top: 64px;
}

/* GP Appointments Page Start */

body.gp_appointment .consultation-cards-wrapper {
  margin-top: 64px;
}

body.gp_appointment .consultation-card-features-wrapper {
  margin-top: 0;
}

body.gp_appointment .certificate-card-description p {
  color: var(--blue);
  font-weight: 700;
}

body.gp_appointment .certificate-card-features {
  margin-top: 0;
}

body.gp_appointment .certificate-card-note-wrapper p {
  margin: 0;
  line-height: 1;
}

body.gp_appointment .certificate-card-note-wrapper {
  margin-top: 24px;
}

body.gp_appointment .certificate-card-note-wrapper p>em {
  font-size: 16px;
  line-height: 1;
}

body.gp_appointment .certificate-card-note-wrapper>p:not(:last-child) {
  margin-bottom: 19px;
}

body.gp_appointment .cmn-card {
  padding: 49px 40px 28.32px;
}

body.gp_appointment .section-request-certificate {
  padding: 30px 0 35px;
}

body.gp_appointment .section-faq {
  padding: 15px 0 72px;
}

body.gp_appointment .points-list {
  margin-top: 62px;
  gap: 44.98px 0;
}

/* GP Appointments Page End */

/* Careers Page CSS Start */

.section-title-with-content {
  padding: 60px 0 37px 0;
}

.section-title-with-content-inner {
  max-width: 1090px;
  margin: 0 auto;
}

.sec-twc-content {
  margin-top: 52px;
}

.sec-twc-title span {
  color: var(--blue-dark);
}

.sec-twc-content>p {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -0.96px;
  color: var(--deep-black);
}

.sec-twc-content>p {
  margin-bottom: 28px;
}

.sec-twc-content>p:last-child {
  margin-bottom: 0;
}

.sec-twc-content>p:first-child {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: 0;
}

.sec-twc-content p.joining-form-heading {
  font-size: clamp(22px, 1.354vw, 26px);
  line-height: 1.38;
  letter-spacing: 0;
  color: var(--blue);
  margin-top: 65px;
  max-width: 874px;
  margin-bottom: 38px;
}

.joining-form-wrapper {
  max-width: 874px;
}

.joining-form-wrapper .form-submit {
  margin-top: 40px;
}

.joining-form-wrapper .form-submit>p,
.complaints-form-wrapper .form-submit>p {
  margin-bottom: 0;
}

/* Careers Page CSS End */

/* Complaints Page CSS Start */

.sec-twc-content a {
  text-decoration: underline;
  color: var(--blue);
  font-weight: 600;
  display: inline;
}

body.complaints-page .section-title-with-content-inner {
  max-width: 100%;
}

body.complaints-page .sec-twc-content>p:not(:first-child) {
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: 0;
}

.complaints-form-wrapper {
  padding-top: 59px;
  max-width: 874px;
  margin-inline: auto;
}

.complaints-form-wrapper .privacy-policy {
  position: unset;
}

.complaints-form-wrapper .form-field.textarea-field>p {
  margin-bottom: 6.78px;
}

.complaints-form-wrapper .form-submit {
  margin-top: 52px;
}

body.complaints-page .section-title-with-content {
  padding: 60px 0 53.74px 0;
}

/* Complaints Page CSS End */

/* Section Team Listing */

.section-medical-experts-listing {
  padding: 60px 0;
}

.medical-experts-heading span {
  color: var(--dark-green);
}

.section-medical-experts-listing-row-wrapper {
  margin-top: 78px;
}

.cpt-card-wrapper.team-cpt-card-wrapper .cpt-card-img-wrapper {
  padding-top: 304px;
}

.cpt-card-wrapper.team-cpt-card-wrapper .cpt-card-content-wrapper {
  padding-block: 26.15px 15px;
}

.doctor-position {
  margin-top: 15px;
  letter-spacing: -0.72px;
  font-size: 18px;
}

.doctor-location {
  margin-top: 14px;
  letter-spacing: -0.72px;
  display: flex;
  gap: 2px;
  margin-bottom: 8px;
  font-size: 18px;
}

.doctor-location::before {
  content: "";
  width: 20px;
  height: 21px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.61726 1.22571C12.8851 1.22571 15.5587 3.89937 15.5587 7.16718C15.5587 8.22344 15.2947 9.2467 14.7665 10.1379L9.61726 19.0501L4.46798 10.1379C3.93985 9.2467 3.67579 8.22344 3.67579 7.16718C3.67579 3.89937 6.34945 1.22571 9.61726 1.22571ZM9.61726 9.47775C10.9046 9.47775 11.9278 8.4545 11.9278 7.16718C11.9278 5.87986 10.9046 4.85661 9.61726 4.85661C8.32994 4.85661 7.30668 5.87986 7.30668 7.16718C7.30668 8.4545 8.32994 9.47775 9.61726 9.47775ZM9.61726 0.565552C5.98636 0.565552 3.01562 3.53628 3.01562 7.16718C3.01562 8.35547 3.34571 9.51076 3.90685 10.468L9.61726 20.3704L15.3277 10.468C15.8888 9.51076 16.2189 8.35547 16.2189 7.16718C16.2189 3.53628 13.2482 0.565552 9.61726 0.565552ZM9.61726 8.81759C8.69303 8.81759 7.96685 8.09141 7.96685 7.16718C7.96685 6.24295 8.69303 5.51677 9.61726 5.51677C10.5415 5.51677 11.2677 6.24295 11.2677 7.16718C11.2677 8.09141 10.5415 8.81759 9.61726 8.81759Z' fill='%233C6F9A'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  display: inline-block;
  margin-top: 2px;
}

.section-medical-experts-listing-row-wrapper.cpt-card-listing-row-wrapper .row {
  gap: 16px 0;
}

/* Section About Us CSS Start */

.about-title {
  margin-bottom: 20px;
}

.about-content {
  margin-top: 32px;
}

.section-about-us {
  padding: 62px 0 100px 0;
}

.about-subtitle span {
  font-weight: 700;
}

.about-content {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -0.96px;
}

.about-content>p {
  margin-bottom: 30px;
}

.repeated_content_block {
  margin-bottom: 84px;
}

.about-content>p:last-child,
.repeated_content_block:last-child,
.about-content ul>li:last-child {
  margin-bottom: 0px;
}

.about-content ul {
  list-style-type: unset;
  list-style-position: inside;
  margin-left: 11px;
}

.about-content ul>li {
  margin-bottom: 30px;
}

.repeated_content_block.company-information-block .about-content>p {
  margin: 0;
}

/* Section About Us CSS End */

/* Health Guide Page CSS Start */

/* Category Slider Section CSS Start */

.section-health-guides-categories-listing {
  padding: 111px 0 78px 0;
}

.health-guides-category-title span {
  color: var(--dark-green);
}

.health_guide_content {
  margin-top: 31.5px;
}

.health_guide_content_text_wrapper p {
  margin: 0;
  letter-spacing: -0.72px;
  font-size: 18px;
}

.health_guide_box>a {
  padding: 49.36px 32px 0px;
  border-radius: 24px;
  box-shadow: 0px 2px 53px -9px #0037681A;
  background: #fff;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
  overflow: hidden;
}

.health_guide_box>a:hover {
  text-decoration: none;
  padding: 25px 32px 0px;
}

.health_guide_box>a:hover .health_guide_box_btn_wrapper .cmn-btn,
.health_guide_box_btn_wrapper .cmn-btn:hover {
  background: var(--teal);
  color: var(--white);
  border: 2px solid transparent;
}

.health_guide_box>a:hover .health_guide_box_btn_wrapper {
  opacity: 1;
  visibility: visible;
}

.health_guide_box>a:hover .health_guide_icon_wrapper img {
  scale: 1.1;
}

.health_guide_box_btn_wrapper {
  margin-top: 16px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.health_guide_icon_wrapper img {
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  scale: 1;
}

.health_guide_content_text_wrapper {
  margin-top: 16px;
}

.health_guide_slides_wrapper {
  display: flex;
  gap: 16px;
  padding: 30px 0 calc(30px + 5px);
}

.health_guide_slide_item {
  flex: 0 0 430px;
}

.health_guide_slide_item>.health_guide_box,
.health_guide_slide_item>.health_guide_box>a {
  height: 100%;
}

.health-guides-categories-listing-block {
  margin-bottom: 141px;
  overflow: hidden;
}

.health-guides-categories-listing-block:last-child {
  margin-bottom: 0;
}

.health_guide_slides_wrapper::after {
  content: "";
  display: block;
  flex: 0 0 30px;
}

.os-scrollbar.os-scrollbar-horizontal:not(.os-scrollbar-unusable) {
  margin: 0 auto;
  background: #EAEAEA;
  max-width: 1320px;
  padding: 0;
  height: 5px;
  border-radius: 24px;
  right: unset;
  left: unset;
  width: 100%;
}

.os-scrollbar .os-scrollbar-handle,
.os-scrollbar .os-scrollbar-handle:hover {
  background: #88B9E3;
  border: 0;
  opacity: 1;
  border-radius: 24px;
}

body.single.single-health_guides .section-request-certificate {
  padding: 27px 0 50.86px;
}

body.single.single-health_guides .section-health-guides-categories-listing {
  padding: 28px 0 78px 0;
}

/* Custom progress bar */
.scroll-progress-bar {
  width: 100%;
  max-width: 1320px;
  height: 5px;
  border-radius: 24px;
  background: #EAEAEA;
  margin: 0 auto 0;
  overflow: hidden;
}

.scroll-progress-bar span {
  display: block;
  height: 100%;
  width: 0%;
  background: #88B9E3;
  border-radius: 24px;
  transition: width 0.2s linear;
}

/* Enhanced drag scrolling styles */
.health-guide-horizontal-scroll {
  cursor: grab !important;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.health-guide-horizontal-scroll:active {
  cursor: grabbing !important;
}

.health-guide-horizontal-scroll .health_guide_slides_wrapper {
  transition: none;
}

.health-guide-horizontal-scroll {
  touch-action: pan-x pinch-zoom;
  -webkit-overflow-scrolling: touch;
}

.health-guide-horizontal-scroll.dragging {
  cursor: grabbing !important;
}

.health_guide_box a {
  pointer-events: auto;
}

/* .health-guide-horizontal-scroll:active .health_guide_box a {
  pointer-events: none;
} */

/* Category Slider Section CSS End */

/* Health Guide Page CSS End */

.sec-icon-heading-icon img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sec-icon-heading-icon {
  position: relative;
  padding-top: 73%;
}

.testimonial-author-and-rating-wrapper {
  gap: 15px;
}

.process-item-title-text {
  text-align: left;
}

.navbar-toggler-wrapper {
  display: none;
}

.process-icon {
  position: relative;
  padding-top: 36%;
}

.process-icon>img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-height: 100%;
}

.brand-logos-wrapper img {
  max-width: 100%;
}

h2.inner_banner_heading {
  font-size: clamp(55px, 3.906vw, 75px);
}

.subscription-form-block .form-submit-fields-wrapper .wpcf7-form-control.wpcf7-submit {
  padding: 18px 44px;
}

.cpt-card-wrapper.normal-effect-cpt-card .cpt-card-img-wrapper>img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.section-blog-listing-row-wrapper.cpt-card-listing-row-wrapper>.row,
.section-related-blogs-listing-row-wrapper.cpt-card-listing-row-wrapper>.row {
  gap: 16px 0;
}

.subscription-heading-block .subscription-heading {
  font-size: clamp(45px, 3.385vw, 65px);
}

h2.related-blogs-heading {
  font-size: clamp(50px, 2.604vw, 50px);
}

h2.health-guides-category-title {
  font-size: clamp(32px, 2.083vw, 40px);
  padding-right: 15px;
}

h4.health_guide_category_title {
  font-size: 24px;
}

.inner_banner_image_mobile {
  display: none;
}

h2.request-heading {
  font-size: clamp(40px, 3.385vw, 65px);
}

.inner_banner_section {
  overflow: hidden;
}

h2.about-title {
  font-size: 50px;
}

h2.medical-experts-heading {
  font-size: 50px;
}

.cmn-bullets>ul {
  list-style-type: none;
}

.cmn-bullets>ul>li {
  display: inline-flex;
}

.cmn-bullets>ul>li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--black);
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 12px;
  margin-right: 12px;
}

.work_experience ul li::before {
  margin: 12px 0 0 0;
}

body.careers-page .privacy-policy {
  padding-top: 5px;
  top: unset;
}

.wpcf7 form .wpcf7-response-output {
  margin-inline: 0;
}

.joining-form-wrapper .wpcf7-form,
.complaints-form-wrapper .wpcf7-form {
  gap: 0;
}

h4.consultation-price,
h4.certificate-card-subtitle {
  font-size: clamp(60px, 3.906vw, 75px);
}

.consultation-card-features,
.certificate-card-features {
  font-size: 18px;
}

.certificate-card-note-wrapper p {
  font-size: 18px;
}

.cpt-card-text-content-wrapper>p {
  letter-spacing: -0.72px;
}

.border-section-subtitle {
  font-size: clamp(20px, 1.354vw, 26px);
}

.point-item .point-item-name {
  font-size: 24px;
}

.cpt-card-wrapper.cpt-certificate-card-wrapper .cpt-card-img-wrapper {
  padding-top: 272px;
}

.cpt-card-wrapper.cpt-certificate-card-wrapper .cpt-card-img-wrapper>img {
  left: unset;
  width: 100%;
  object-fit: cover;
}

.single-page-banner-image.mobile-only {
  display: none;
}

.single-page-banner-section {
  overflow: hidden;
}

.section_blog_main_content_author,
.section_blog_main_content_member {
  position: sticky;
  top: var(--sticky-offset, 0px);
}

.section_blog_main_content_member {
  padding-top: 30px;
}

.section_blog_main_content.section_health_guide_main_content .section_blog_main_content_author .jump-to-links-block {
  margin-top: 0;
}

.section_blog_main_content.section_health_guide_main_content .section_blog_main_content_author .author-box-block {
  margin-top: 80px;
}

.section-certificates-listing-description-wrapper p>br {
  display: none;
}

/* Select2 css start */

.form-select-field .select2-container--default .select2-selection--single {
  border-radius: 0;
  height: clamp(45px, 6vw, 47px) !important;
  border: 1px solid #B1B1B1 !important;
}

.form-select-field .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: inherit;
  padding-left: clamp(45px, 7vw, 55px) !important;
  padding-right: 33.52px;
  line-height: clamp(45px, 6vw, 47px) !important;
}

.form-select-field .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: inherit !important;
  top: 0;
  width: 12px;
  right: 23px !important;
}

.form-select-field .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 0;
  height: 8px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.14037 7.80145L0.371094 0.965454H11.4803L6.14037 7.80145Z' fill='%233C6F9A'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  margin: 0;
  transform: translate(-50%, -50%);
}

.form-select-field .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0;
  transform: translate(-50%, -50%) rotate(-180deg);
}

.form-select-field .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #3C6F9A;
  font-size: 18px;
  font-weight: 400;
}

.form-select-field .select2-container--default .select2-selection--single .select2-selection__rendered::before {
  content: '';
  position: absolute;
  left: clamp(12px, 2vw, 16px);
  top: 50%;
  transform: translateY(-50%);
  width: clamp(28px, 3vw, 32px);
  height: clamp(28px, 3vw, 32px);
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='20' viewBox='0 0 31 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.175781 6.46973V13.5813H3.24554V19.7209H4.26879V13.6325H12.1478L19.6176 19.6697V0.279053L12.0455 6.46973H0.175781ZM5.29204 12.6093H1.19903V7.49299H5.29204V12.6093ZM12.7106 7.28833L18.5432 2.47905V17.5209L12.7618 12.8651L12.4548 12.6093H12.0967H6.3153V7.49299H12.0967H12.4548L12.7106 7.28833ZM26.6269 1.19998L25.9106 1.91626C28.3152 3.80928 29.8501 6.67438 29.8501 9.94879C29.8501 13.2744 28.2129 16.2418 25.7059 18.0837L26.4222 18.7999C29.0827 16.7534 30.8222 13.5302 30.8222 9.89763C30.8734 6.41857 29.2362 3.24649 26.6269 1.19998ZM23.3525 4.47439L22.585 5.19067C24.1711 6.16276 25.1943 7.95345 25.1943 9.94879C25.1943 12.0465 24.0687 13.8372 22.3292 14.8092L23.0966 15.5255C24.9897 14.3488 26.2176 12.3023 26.2176 9.89763C26.2687 7.69764 25.092 5.65113 23.3525 4.47439Z' fill='%233C6F9A'/%3E%3C/svg%3E");
  background-position: center;
}

.form-select-field .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

.form-field.form-select-field select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required+.select2.select2-container .select2-selection__placeholder::after {
  content: " *";
  color: #FF3030;
}

.form-field.form-select-field .select2.select2-container.select2-container--default.select2-container--focus .select2-selection.select2-selection--single {
  outline: none;
  border-color: var(--teal) !important;
  box-shadow: 0 0 0 2px rgba(39, 168, 136, 0.1);
}

body.contact-us-page .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #3C6F9A;
}

body.contact-us-page .select2-container.select2-container--default.select2-container--open {
  padding-top: 0;
}

body.contact-us-page .select2-dropdown {
  border-radius: 0px !important;
  border: 1px solid #B1B1B1 !important;
  border-top: 0 !important;
}

body.contact-us-page .select2-results__option {
  font-size: 18px;
  color: #000;
}

/* Select2 css end */

/* Custom Placeholder CSS Start */

.wpcf7-form .custom-placeholder {
  display: block;
  position: absolute;
  top: 50%;
  color: var(--blue);
  pointer-events: none;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  padding-left: clamp(45px, 7vw, 55px);
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.72px;
}

.wpcf7-form .custom-placeholder .custom-required {
  color: #FF3030;
}

.wpcf7-form input[aria-required="true"]::placeholder {
  opacity: 0;
}

/* Custom Placeholder CSS End */

/* GP online Page CSS Start */

.section-practitioner-selection {
  padding: 1.71px 0 64px;
}

.practitioner-selection-heading span {
  color: var(--blue);
  font-weight: 300;
}

.practitioner-selection-content-wrapper {
  padding: 17px 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.practitioner-selection-content-wrapper .semble-booking-wizard {
  margin-top: 44px;
}

.practitioner-selection-image-wrapper img {
  max-width: 100%;
}

h2.practitioner-selection-heading {
  font-size: clamp(45px, 3.385vw, 65px);
}

body.gp_online_v2 .single-page-banner-section .single-page-banner-heading-wrapper .single-page-banner-heading {
  color: var(--black);
  font-weight: 250;
}

body.gp_online_v2 .single-page-banner-section .single-page-banner-heading-wrapper .single-page-banner-heading span {
  color: var(--blue);
  font-weight: 300;
}

.service-card>a.disabled-service {
  pointer-events: none;
}
 .success-icon-wrapper .success-icon {
            display: inline-block;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            border: 3px solid #4CAF50;
            line-height: 50px;
            margin-bottom: 0px;
        }

        .success-icon::before {
            content: '✓';
            color: #4CAF50;
            font-size: 30px;
            line-height: 50px;
            display: block;
        }
        .header-text {
            color: #4CAF50;
            font-size: 48px;
            font-weight: bold;
            margin-bottom: 30px;
        }
        .confirmation-text {
            font-size: 18px;
            color: #333;
            margin-bottom: 15px;
            line-height: 1.5;
        }
        .appointment-details {
            
            display: block;
            margin-top: 10px;
            margin-bottom: 20px;
        }
.confirmation-text stronge{
	font-weight: bold;
	font-size: 20px;
}
        .link-text {
            font-size: 18px;
            color: #555;
            margin-bottom: 30px;
        }
        .link-text a {
            color: #007bff; /* A blue color for links */
            text-decoration: none;
        }
        .section-header {
            font-size: 22px;
            font-weight: bold;
            margin-top: 30px;
            margin-bottom: 15px;
        }
        .important-notes {
            padding: 0 20px;
            font-size: 18px;
            color: #555;
            line-height: 1.6;
        }
        .important-notes p {
            margin: 5px 0;
        }
        .button-container {
            margin-top: 30px;
        }
        .button {
            background-color: #007bff;
            color: white;
            padding: 10px 20px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 16px;
            text-decoration: none;
            display: inline-block;
        }
.success-icon-wrapper{
	display: flex;
	width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: #d9ffda;
  margin: auto;
}

.payment-successful-section{
	text-align: center;
}
/* GP online Page CSS End */
.appointment-modal-open .single-page-banner-section.single-banner-has-video { z-index: 11111 !important; position: relative; min-height: 2000px !important; overflow: unset !important; }
/* .appointment-modal-open section.section-animated-heading { z-index: 0 !important;  position: relative; opacity: 0 !important; }
.appointment-modal-open .whatsapp-button-wrapper.position-fixed,
.appointment-modal-open section.consultation-section { z-index: 0 !important; position: relative; opacity: 0 !important; } */
.booking-modal .time_price_listing{ min-height:100px;}

@media screen and (min-width:1400px) {
  .container {
    max-width: 1350px;
  }
}

@media screen and (max-width:1600px) {
  .section-popular-services {
    padding: 80px 0 36px;
  }

  .section-popular-header {
    margin-top: 80px;
  }

  .section_blog_main_content {
    padding: 100px 0 100px 0;
  }

  .section_blog_main_content.section_health_guide_main_content {
    padding: 64px 0 100px 0;
  }

  .references-text-block {
    padding: 74px 0 0px 0;
  }

  .section-related-blogs {
    padding: 68px 0 50px 0;
  }

  .section-about-us {
    padding: 40px 0 30px 0;
  }

  .repeated_content_block {
    margin-bottom: 60px;
  }


}

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

  .navbar-nav-wrapper .navbar-nav,
  .navbar-right-column {
    gap: 0 30px;
  }

  .header-main-block .navbar {
    padding: 12px 40px 12px 40px;
  }

  .banner-content {
    padding: 80px 0 37.53px;
  }

  .banner-logos-block {
    margin-top: 50px;
    gap: 50px;
  }

  .banner-logos {
    gap: 40px;
  }

  .section-popular-services {
    padding: 50px 0 36px;
  }

  .section-popular-header {
    margin-top: 50px;
  }

  .gp-service-list-wrapper {
    margin-bottom: 25px;
  }

  .section-icon-heading-listing {
    padding: 25px 0 25px;
  }

  .section-popular-services {
    padding: 50px 0 25px;
  }

  .section-process {
    margin: 25px 0 25px;
  }

  .section-our-services {
    padding: 25px 0 25px;
  }

  .section-process-inner {
    padding: 50px 0 50px 0;
  }

  .process-items-row-wrapper {
    padding-top: 50px;
  }

  .testimonial-row-wrapper .row>.testimonial-item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }

  .testimonial-card {
    padding: 30px;
  }

  .section-testimonials {
    padding: 25px 50px 50px;
  }

  .section-image-with-content {
    padding: 95px 0 25px 0;
  }

  .about-sub-heading-wrapper {
    max-width: 69%;
  }

  .about-text-wrapper {
    max-width: 100%;
  }

  .trust-logos-listing-wrapper {
    margin-top: 50px;
  }

  .trust-logos-listing-wrapper {
    gap: 20px;
  }

  .trust-logo-wrapper img {
    max-width: 150px;
  }

  .process-icon img {
    max-width: 120px;
  }

  .faq-sec-heading {
    margin-bottom: 50px;
  }

  .section-faq {
    padding: 0 0 25px;
  }

  .section-cta {
    padding: 50px 0 50px;
  }

  .brand-logos-listing-block {
    padding: 50px 0 0 0;
  }

  .bottom-footer-block {
    padding-top: 50px;
  }

  .service-image-wrapper {
    height: 94%;
  }

  .service-card {
    padding-top: 222px;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr) 50%;
  }

  .section_video_with_content {
    padding: 0;
  }

  .inner_banner_content {
    padding: 85px 0 85px;
  }

  .section-certificates-listing-row-wrapper {
    margin-top: 60px;
  }

  .section-cta.show-only-logo-listing {
    padding: 80px 0 80px;
  }

  .section_video_with_content_content {
    padding-left: 50px;
  }

  .cmn-pagination {
    margin-top: 80px;
  }

  .section-blog-listing {
    padding: 60px 0 80px 0;
  }

  .section_blog_main_content {
    padding: 70px 0 70px 0;
  }

  .section_blog_main_content.section_health_guide_main_content {
    padding: 64px 0 70px 0;
  }

  .content_items_wrapper {
    margin-top: 50px;
  }

  .content_item:not(:last-child) {
    margin-bottom: 50px;
  }

  .references-text-block {
    padding: 50px 0 0px 0;
  }

  .author-box {
    gap: 20px;
  }

  .section-related-certificates-description,
  .section-related-blogs-description {
    margin: 30px auto 50px;
  }

  .section-health-guides-categories-listing {
    padding: 80px 0 78px 0;
  }

  .health-guides-categories-listing-block {
    margin-bottom: 80px;
  }

  .os-scrollbar.os-scrollbar-horizontal:not(.os-scrollbar-unusable) {
    max-width: 1110px;
  }

  .section-health-guides-categories-listing {
    padding: 80px 0 30px 0;
  }

  body.single-health_guides .inner_banner_highlights {
    margin-top: 60px;
  }

  body.single-health_guides .inner_banner_section.highlight-exist .inner_banner_content {
    padding: 49.8px 0 60px;
  }

  body.single.single-health_guides .section-health-guides-categories-listing {
    padding: 28px 0 30px 0;
  }

  .section_blog_main_content.section_health_guide_main_content .intro_image {
    margin-top: 42px;
  }

  .section-medical-experts-listing-row-wrapper {
    margin-top: 60px;
  }

  .section-about-us {
    padding: 0px 0 30px 0;
  }

  .section_member_main_content {
    padding-bottom: 30px;
  }

  body.complaints-page .section-title-with-content {
    padding: 50px 0 50px 0;
  }

  body.complaints-page .sec-twc-content {
    margin-top: 30px;
  }

  body.complaints-page .sec-twc-content {
    margin-top: 25px;
  }

  .complaints-form-wrapper {
    padding-top: 30px;
  }

  .consultation-cards-wrapper {
    margin-top: 60px;
  }

  body.single-medical_certificate .section-request-certificate {
    padding: 60px 0 60px;
  }

  .consultation-section {
    padding: 60px 0 0 0;
  }

  body.single-medical_certificate .section-faq {
    padding: 0 0 57px;
  }

  .section-related-certificates {
    padding: 42px 0 10px 0;
  }

  body.single-medical_certificate .section-process {
    margin: 0px 0 18px;
  }

  .section-animated-heading {
    padding: 70px 0 26.74px 0;
  }

  body.gp_appointment .consultation-section {
    padding: 45px 0 0 0;
  }

  .points-list-section.section-issue-handler {
    padding: 10px 0 25px;
  }

  body.gp_appointment .section-faq {
    padding: 15px 0 0px;
  }

  .point-item .point-item-name {
    font-size: 22px;
  }

  .points-list-section.section-issue-handler .points-list-title {
    max-width: 100%;
  }

  .shortcodes.step-form-block {
    right: 50px;
  }

}

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

  /* menu css start */

  .navbar-brand-wrapper {
    top: 0;
  }

  .navbar-toggler-wrapper {
    display: inline-block;
  }

  .navbar-toggler-wrapper .navbar-toggler {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    padding: 0;
    background: none;
    border: 0;
  }

  .navbar-toggler-wrapper .navbar-toggler:focus {
    outline: none;
  }

  .hamburger-line {
    width: 35px;
    height: 5px;
    background: #3C6F9A;
    border-radius: 4px;
    transition: all 0.6s ease;
  }

  .navbar-toggler-wrapper .navbar-toggler[aria-expanded="true"] .hamburger-line:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }

  .navbar-toggler-wrapper .navbar-toggler[aria-expanded="true"] .hamburger-line:nth-child(2) {
    opacity: 0;
  }

  .navbar-toggler-wrapper .navbar-toggler[aria-expanded="true"] .hamburger-line:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }

  .navbar-right-column {
    align-items: center;
  }

  .navbar-main-wrapper {
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    right: 0;
    background: var(--blue);
    color: #FFF;
    height: calc(100svh - 160px) !important;
    display: block !important;
    transform: translateX(-100%);
    transition: transform 0.4s ease-in-out;
  }

  .navbar-main-wrapper.show {
    transform: translateX(0);
  }

  .navbar-nav-wrapper {
    padding: 35px 40px;
  }

  .navbar-nav .menu-item a {
    color: var(--white);
  }

  .navbar-nav .menu-item a {
    width: 100%;
  }

  .navbar-nav .menu-item a:hover,
  .navbar-nav .menu-item.current_page_item a:hover {
    color: var(--white);
  }

  .site-header .navbar-right-column {
    gap: 0 32px;
  }

  .site-header .navbar-nav-wrapper .navbar-nav {
    gap: 25px;
  }

  .navbar-nav .menu-item>a::before {
    background: var(--white);
    transform-origin: left center;
  }

  /* menu css end */

  .banner-logos-block {
    gap: 27px;
    flex-direction: column;
    align-items: flex-start !important;
  }

  .banner-content {
    padding: 50px 0 37.53px;
  }

  .banner-logos-block {
    margin-top: 40px;
  }

  .testimonial-row-wrapper .row>.testimonial-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .services-grid .service-card:first-child {
    grid-row: unset;
  }

  .services-grid .service-card:nth-child(3) {
    grid-row: unset;
  }

  .services-grid .service-card:nth-child(5) {
    grid-column: unset;
  }

  .services-grid {
    grid-template-columns: repeat(2, 50%);
  }

  .services-grid .service-card:first-child,
  .services-grid .service-card:nth-child(3) {
    padding-top: 450px;
  }

  .service-card {
    padding-top: 450px;
  }

  .cpt-card-listing-row-wrapper>.row>.col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .section-certificates-listing-description-wrapper {
    max-width: 90%;
  }

  .section_video_with_content_video_wrapper video {
    height: 585px;
  }

  .cpt-card-img-wrapper {
    padding-top: calc(59% - 2px);
  }

  .cmn-pagination {
    margin-top: 60px;
  }

  .section-blog-listing {
    padding: 60px 0 60px 0;
  }

  .subscription-section {
    padding: 51.05px 0 69.03px 0;
  }

  .section_blog_main_content-row-wrapper>.row>div {
    padding-right: 15px;
    padding-left: 15px;
  }

  .section_blog_main_content-row-wrapper>.row {
    margin-right: -15px;
    margin-left: -15px;
  }

  .section_blog_main_content_author_column {
    flex: 0 0 calc(32.333% + 3px);
    max-width: calc(32.333% + 3px);
  }

  .section_blog_main_content_content_column {
    flex: 0 0 calc(66.667% + 6px);
    max-width: calc(66.667% + 6px);
  }

  .section_blog_main_content {
    padding: 60px 0 60px 0;
  }

  .section_blog_main_content.section_health_guide_main_content {
    padding: 64px 0 60px 0;
  }

  .author-box {
    gap: 15px;
  }

  .references-text-block {
    padding: 50px 0 0px 0;
  }

  .content_item:not(:last-child) {
    margin-bottom: 40px;
  }

  .content_items_wrapper {
    margin-top: 42px;
  }

  .section-related-blogs {
    padding: 68px 0 30px 0;
  }

  .section_blog_main_content_content p,
  .about-content,
  .sec-twc-content>p,
  .sec-twc-content>p:first-child,
  body.complaints-page .sec-twc-content>p,
  body.complaints-page .sec-twc-content>p:not(:first-child),
  .consultation-intro-text {
    font-size: 20px;
    line-height: 1.33;
  }

  .sec-twc-content>p,
  .sec-twc-content>p:first-child {
    letter-spacing: -0.8px;
  }


  .os-scrollbar.os-scrollbar-horizontal:not(.os-scrollbar-unusable) {
    max-width: 930px;
  }

  body.single.single-health_guides .section-request-certificate {
    padding: 0px 0 50.86px;
  }

  .request-certificate-banner-wrapper {
    padding: 65px 21px 65px;
  }

  .cmn-bullets>ul>li::before {
    margin-top: 10px;
  }

  .section_member_main_content {
    padding-top: 20px;
  }

  .work_experience ul li {
    font-size: 20px;
  }

  .work_experience ul li::before {
    margin: 10px 0 0 0;
  }

  .section_member_main_content-row-wrapper>.row>div:first-child {
    padding-right: 15px;
  }

  .section_member_main_content-row-wrapper>.row>div:last-child {
    padding-left: 15px;
  }

  .member-hobbies,
  .member-interests,
  .member-languages,
  .member-academic-qualifications {
    padding: 40px 0 0 0px;
  }

  .sec-twc-content {
    margin-top: 30px;
  }

  .sec-twc-content p>br {
    display: none;
  }

  .sec-twc-content p.joining-form-heading {
    margin-top: 40px;
  }

  .complaints-form-wrapper {
    max-width: 100%;
    padding-top: 20px;
  }

  .certificate-card-note-wrapper p {
    margin: 30px 0 0 0;
  }

  .certificate-card-features {
    margin-top: 30px;
  }

  body.gp_appointment .points-list {
    gap: 30px 0;
  }

  .points-list>.point-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .border-section-with-title-and-subtitle {
    padding: 30px 50px;
  }

  .single-page-banner-content {
    position: relative;
    padding-bottom: 0;
    width: 100%;
  }

  .single-page-banner-inner {
    flex-direction: column;
  }

  .shortcodes.step-form-block {
    position: unset;
    margin: 50px 20px 0;
  }

  .single-page-banner-section:not(.single-banner-has-video),
  .single-page-banner-section.single-banner-has-video {
    background: linear-gradient(100.72deg, #3C6F9A -0.93%, rgba(29, 126, 137, 0.8) 39.28%, rgba(60, 111, 154, 0) 86.2%);
    background-position-x: -50px;
    background-size: 293% 142%;
  }

  .single-page-banner-section .single-page-banner-inner {
    padding-bottom: 50px;
  }

  .single-page-banner-section:not(.single-banner-has-video) .single-page-banner-inner {
    background-image: url("data:image/svg+xml,%3Csvg width='2119' height='935' viewBox='0 0 2119 935' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M774.917 307.021C621.706 238.223 409.118 -109.14 0.654381 36.1529L9.65464 934.493H485.854L2118.01 675.808V239.873C2070.66 196.285 1953.55 104.422 1818.47 71.4383C1546.44 5.01868 1341.26 151.349 1241.92 225.034C1106.98 325.121 899.103 362.785 774.917 307.021Z' fill='%23A3D1E5' fill-opacity='0.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position-x: -46.35px;
    background-position-y: 42%;
    background-size: cover;
  }

  .single-page-banner-inner {
    transition: background-position 0.4s ease-in-out;
  }

  .single-page-banner-content {
    transition: margin-top 0.4s ease-in-out;
  }

  .single-page-banner-heading-wrapper {
    max-width: 100%;
    margin-right: 50px;
  }

  .single-page-banner-heading-wrapper,
  .shortcodes.step-form-block {
    z-index: 1;
  }

  .single-page-banner-section:not(.single-banner-has-video) .single-page-banner-content::before {
    content: "";
    width: calc(107% - 2px);
    height: 284%;
    position: absolute;
    background: linear-gradient(to top, #6EA5BF 60%, rgba(154, 195, 214, 0) 95.57%);
    left: calc(-2% + -2px);
    z-index: 1;
    top: -18%;
  }

  .step-form-block {
    width: 100%;
  }

  .single-page-banner-section.single-banner-has-video .single-page-banner-content {
    padding-bottom: 0;
    padding-top: 50px;
  }

  .single-page-banner-section.single-banner-has-video .single-page-banner-heading-wrapper .single-page-banner-heading {
    text-align: center;
  }

  .single-page-banner-video {
    height: 500px;
  }

  .navbar-nav .menu-item.current_page_item a {
    color: var(--white);
    font-weight: 500;
  }
}

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

  .top-bar-block {
    padding: 7px 28px 5px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) -36.67%, rgba(255, 255, 255, 0.8) -12.64%, rgba(255, 105, 170, 0.16) 35.73%, rgba(255, 54, 111, 0.4) 84.77%);
  }

  .top-bar-inner-wrapper {
    gap: 20px;
  }

  .banner-content-wrapper>.container {
    max-width: 90%;
  }

  .popular-services-listing-wrapper>.row>.col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .popular-services-listing-wrapper>.row {
    gap: 20px 0;
  }

  .icon-heading-listing-row-wrapper>.row {
    gap: 20px 0;
  }

  .icon-heading-listing-row-wrapper>.row>.icon-heading-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-4.process-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .process-items.row {
    gap: 30px 0;
  }

  .process-icon img {
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .process-icon {
    padding-top: 28%;
  }

  .image-with-content-row-wrapper>.row>.col-lg-6 {
    max-width: 100%;
  }

  .sec-img-with-content-content-wrapper {
    padding: 40px 0 0 0;
  }

  .about-sub-heading-wrapper {
    max-width: 100%;
  }

  .about-text-wrapper {
    margin-top: 25px;
  }

  .trust-logos-listing-wrapper {
    margin-top: 30px;
  }

  .section-image-with-content {
    padding: 95px 0 50px 0;
  }

  .faq-item .card-body {
    padding: 22px 0 0px 0;
  }

  /* top bar animation css start */

  .top-bar-block {
    overflow: hidden;
    padding-right: 0;
  }

  .top-bar-text-wrapper {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
  }

  .top-bar-text-wrapper p {
    margin: 0;
    display: inline-block;
    position: relative;
    will-change: transform;
    padding-right: 15px;
  }

  /* top bar animation css end */

  .our-services-header-text-wrapper {
    max-width: 100%;
  }

  .inner_banner_content {
    padding: 70px 0 70px;
  }

  .section-certificates-listing {
    padding: 60px 0 60px 0;
  }

  .section_video_with_content_inner {
    flex-wrap: wrap;
  }

  .section_video_with_content_video_wrapper {
    width: 100%;
  }

  .section_video_with_content_content {
    padding: 50px 0 0 0;
  }

  .inner_banner_section .inner_banner_description {
    max-width: 100%;
  }

  .section-blog-listing {
    padding: 50px 0 50px 0;
  }

  .search-input {
    width: 312px;
  }

  .cmn-pagination {
    margin-top: 50px;
  }

  .subscription-form-block .form-fields-main-block {
    flex-direction: column;
  }

  .section_blog_main_content_author_column,
  .section_blog_main_content_content_column {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .jump-to-links-block {
    max-width: 100%;
  }

  .section_blog_main_content_author {
    padding: 0;
  }

  .section_blog_main_content_content {
    padding-right: 0;
    padding-top: 50px;
  }

  .section-related-blogs {
    padding: 50px 0 30px 0;
  }

  .section-related-blogs-description {
    max-width: 100%;
  }

  .inner_banner_highlights_list {
    flex-direction: column;
    gap: 25px;
  }

  .inner_banner_highlight_item {
    width: 100%;
  }

  body.health-guides-page .inner_banner_highlight_item,
  body.single.single-health_guides .inner_banner_highlight_item {
    max-width: 100%;
  }

  .health_guide_slide_item {
    flex: 0 0 400px;
  }

  .os-scrollbar.os-scrollbar-horizontal:not(.os-scrollbar-unusable) {
    max-width: 690px;
  }

  body.single-health_guides .inner_banner_highlights {
    margin-top: 51px;
  }

  body.single-health_guides .inner_banner_section.highlight-exist .inner_banner_content {
    padding: 49.8px 0 50px;
  }

  body.single.single-health_guides .section-request-certificate {
    padding: 0px 0 25px;
  }

  body.single.single-health_guides .section-health-guides-categories-listing {
    padding: 28px 0 0px 0;
  }

  .request-certificate-banner-wrapper {
    padding: 50px 21px 50px;
  }

  .section_member_main_content-row-wrapper>.row>div:first-child,
  .section_member_main_content-row-wrapper>.row>div:last-child {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .section-title-with-content {
    padding: 50px 0 37px 0;
  }

  .complaints-form-wrapper .form-submit {
    margin-top: 30px;
  }

  .consultation-cards-wrapper>.row>.col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .consultation-cards-wrapper>.row {
    gap: 30px 0;
  }

  .consultation-intro-text {
    max-width: 100%;
  }

  .section-related-certificates-description {
    max-width: 100%;
  }

  .section-animated-heading {
    padding: 50px 0 26.74px 0;
  }

  body.gp_appointment .consultation-section {
    padding: 25px 0 0 0;
  }

  body.gp_appointment .consultation-cards-wrapper {
    margin-top: 50px;
  }

  .border-section-with-title-and-subtitle {
    padding: 30px 50px;
  }

  .points-list-section {
    padding: 50px 0;
  }

  body.gp_appointment .points-list {
    margin-top: 50px;
  }

  .points-list-section.section-issue-handler {
    padding: 0px 0 25px;
  }

  .points-list>.point-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .point-item .point-item-name {
    font-size: 20px;
  }

  .point-icon {
    padding-top: 0;
  }

  .form-select-field .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 15px !important;
  }

  .form-select-field .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 25px;
  }

}

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

  body.careers-page .contact-form-fields .form-row,
  body.complaints-page .contact-form-fields .form-row,
  body.contact-us-page .contact-form-fields .form-row {
    gap: 0;
  }
}

@media screen and (max-width:767px) {
  .banner-content-wrapper>.container {
    max-width: 100%;
    padding: 0 20px;
  }

  .banner-content {
    padding: 35px 0;
  }

  .banner-description {
    max-width: 100%;
  }

  .popular-services-listing-wrapper>.row>.col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .section-popular-header {
    margin-top: 40px;
  }

  .popular-services-listing-wrapper {
    margin-top: 30px;
  }

  .col-md-4.process-item {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .section-process-inner {
    padding: 45px 0 45px 0;
  }

  .process-items-row-wrapper {
    padding-top: 30px;
  }

  .testimonial-row-wrapper .row>.testimonial-item {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .header-main-block .navbar {
    padding: 12px 25px 12px 25px;
  }

  .services-grid .service-card:first-child,
  .services-grid .service-card:nth-child(3) {
    padding-top: 350px;
  }

  .service-card {
    padding-top: 350px;
  }

  .service-content {
    padding: 22px 17px 18px;
  }

  .navbar-nav-wrapper {
    padding: 35px 25px;
  }

  .whatsapp-button-wrapper>a {
    max-width: 50px;
  }

  .whatsapp-button-wrapper {
    bottom: 24px;
    right: 24px;
  }

  .brand-logos-slider.no-slider {
    gap: 32px;
    flex-direction: column;
  }

  .inner_banner_section.highlight-exist .inner_banner_content {
    padding: 50px 0 56px;
  }

  .inner_banner_content {
    padding: 50px 0 80.5px;
  }

  .inner_banner_content_wrapper::before {
    background-position: 0;
  }

  .section-certificates-listing {
    padding: 50px 0 50px 0;
  }

  .section-certificates-listing-row-wrapper {
    margin-top: 50px;
  }

  .cpt-card-listing-row-wrapper>.row>.col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .blogs-search-form-block {
    margin-left: 0;
  }

  .section_blog_main_content_content {
    padding-top: 30px;
  }

  .section_blog_main_content_content p,
  .about-content,
  .sec-twc-content>p,
  .sec-twc-content>p:first-child,
  body.complaints-page .sec-twc-content>p,
  body.complaints-page .sec-twc-content>p:not(:first-child),
  .consultation-intro-text {
    font-size: 18px;
    line-height: 1.33;
  }

  .sec-twc-content>p,
  .sec-twc-content>p:first-child {
    letter-spacing: -0.72px;
  }

  .os-scrollbar.os-scrollbar-horizontal:not(.os-scrollbar-unusable) {
    max-width: 510px;
  }

  .section-medical-experts-listing-row-wrapper {
    margin-top: 50px;
  }

  .cmn-bullets>ul>li::before {
    margin-top: 8px;
  }

  .work_experience ul li {
    font-size: 18px;
  }

  .work_experience ul li::before {
    margin: 9px 0 0 0;
    width: 6px;
    height: 6px;
  }

  .border-section-with-title-and-subtitle {
    padding: 30px;
  }

  .points-list>.point-item {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .point-item .point-item-name {
    font-size: 18px;
  }

  .point-icon>svg {
    width: 22px;
  }

  .point-item {
    gap: 15px;
  }

  body.gp_appointment .points-list {
    gap: 20px 0;
  }

  .single-page-banner-heading-wrapper {
    margin-right: 35px;
    margin-left: 35px;
  }

  .single-page-banner-section.single-banner-has-video .single-page-banner-heading-wrapper {
    padding-inline: 20px;
  }
}

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

  body {
    font-size: 16px;
  }

  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .navbar-main-wrapper {
    height: calc(100svh - 136px) !important;
  }

  .header-main-block .navbar {
    padding: 12px 27px 12px 12px;
  }

  .navbar-brand-wrapper .navbar-brand img {
    max-width: 77px;
  }

  .site-header .navbar-right-column {
    gap: 0 20px;
  }

  .navbar-nav-wrapper {
    padding: 30px 12px;
  }

  .site-header .navbar-nav-wrapper .navbar-nav {
    gap: 20px;
  }

  .navbar-nav .menu-item a {
    font-size: 18px;
  }

  .banner-content {
    padding: 22px 0 40px;
  }

  .banner-content-wrapper>.container {
    padding: 0 15px;
  }

  .banner-description {
    margin-top: 24px;
    order: -2;
  }

  .banner-content-inner {
    display: flex;
    flex-direction: column;
  }

  .banner-logos-block {
    margin-top: 36px;
    gap: 23px;
  }

  .banner-logos img {
    max-width: 94px;
  }

  .banner-inner::before {
    width: 100%;
  }

  .banner-action {
    order: -1;
    margin-top: 34px;
  }

  .banner-heading {
    order: -3;
  }

  .gp-service-card {
    padding: 33px 20px 44px;
  }

  .icon-heading-listing-row-wrapper>.row>.icon-heading-item {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .sec-icon-heading-icon {
    padding-top: 217px;
  }

  .section-icon-heading-listing {
    padding: 59px 0 50px;
  }

  .icon-heading-listing-row-wrapper>.row {
    gap: 50px 0;
  }

  .process-subtitle {
    display: none;
  }

  .process-items.row {
    gap: 35px 0;
  }

  .col-md-4.process-item {
    padding: 0;
  }

  .process-items.row {
    margin: 0;
  }

  .process-item-content-wrapper {
    padding: 20px 0px 00;
  }

  .section-process {
    margin: 25px 0 22px;
  }

  .section-our-services {
    padding: 0px 0 25px;
  }

  .sec-our-services-header {
    margin-bottom: 35px;
  }

  .our-service-heading {
    margin-bottom: 20px;
  }

  .services-grid {
    grid-template-columns: repeat(1, 100%);
  }

  .services-grid .service-card:first-child,
  .services-grid .service-card:nth-child(3) {
    padding-top: 218px;
  }

  .service-card {
    padding-top: 218px;
  }

  .service-content {
    padding: 20px 17px;
  }

  .section-testimonials {
    padding: 61px 20px 44px;
  }

  .testimonial-row-wrapper {
    margin-top: 30px;
  }

  .testimonial-card {
    padding: 22px;
  }

  .floating-icon img {
    max-width: 37px;
  }

  .sec-img-with-content-image-wrapper {
    padding-left: 15px;
  }

  .section-image-with-content {
    padding: 62px 0 47px 0;
  }

  .about-sub-heading-wrapper {
    margin-top: 18px;
  }

  .about-text-wrapper>p:not(:last-child) {
    margin-bottom: 20px;
  }

  .trust-logo-wrapper img {
    max-width: 88px;
  }

  .trust-logo-wrapper:last-child>img {
    max-width: 125px;
  }

  .section-faq {
    padding: 45px 0 0px;
  }

  .faq-inner-block {
    max-width: 100%;
  }

  .faq-sec-heading {
    margin-bottom: 53px;
    text-align: left !important;
  }

  .cta-content-wrapper .cta-heading {
    line-height: 1.33;
    max-width: 282px;
    margin: 0 auto 35px;
  }

  .brand-logos-listing-block {
    padding: 66px 0 0 0;
  }

  .section-cta {
    padding: 71px 0 33px;
  }

  .gp-service-list ul>li {
    font-size: 18px;
  }

  .sec-icon-heading-title {
    max-width: 320px;
    margin-inline: auto;
  }

  .services-grid .service-card:first-child {
    order: -6;
  }

  .services-grid .service-card:nth-child(3) {
    order: -5;
  }

  .services-grid .service-card:nth-child(4) {
    order: -4;
  }

  .services-grid .service-card:nth-child(4) .service-image-wrapper {
    background: url("assets/images/grid-shape-left-bg.png") no-repeat;
  }

  h2.inner_banner_heading {
    line-height: 1.18;
  }

  .inner_banner_action {
    margin-top: 25px;
  }

  .inner_banner_section:not(.highlight-exist) .inner_banner_action {
    margin-top: 45px;
  }

  .inner_banner_highlights {
    margin-top: 73px;
  }

  .inner_banner_highlight_item {
    width: 100%;
  }

  .inner_banner_content_wrapper::before {
    background: linear-gradient(to right, #F2F2F2 10%, rgba(247, 247, 247, 0.88) 50%, rgba(255, 255, 255, 0.3) 92%);
  }

  .section-certificates-listing {
    padding: 42px 0 75px 0;
  }

  .section-certificates-listing-description-wrapper {
    max-width: 100%;
  }

  .cpt-card-img-wrapper {
    padding-top: calc(78% - 2px);
  }

  .cpt-card-content-wrapper {
    padding: 10px 14px 12px;
  }

  .section_video_with_content_video_wrapper video {
    height: 350px;
  }

  .section_video_with_content_content {
    padding: 20px 0 0 0;
  }

  .section_video_with_content_description {
    margin-top: 20px;
  }

  .section_video_with_content_highlight_item {
    font-size: 18px;
    line-height: 1.33;
  }

  .section_video_with_content_action {
    margin-top: 30px;
  }

  .cpt-card-listing-row-wrapper>.row {
    gap: 32px 0;
  }

  .brand-logos-listing-block .cta-subtext {
    max-width: 250px;
    margin-inline: auto;
  }

  .section-cta.show-only-logo-listing {
    padding: 80px 0 80px;
  }

  .cta-subtext {
    margin-bottom: 43px;
  }

  .section-blog-listing {
    padding: 42px 0 66.5px 0;
  }

  .blogs-search-form-inner-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .blogs-search-form-block {
    max-width: 100%;
  }

  .search-submit-field-wrapper,
  .search-submit-field-wrapper .submit-button {
    width: 100%;
  }

  .search-input,
  .search-field-wrapper {
    width: 100%;
  }

  .section-blog-listing-row-wrapper {
    margin-top: 36px;
  }

  .cpt-card-wrapper.blog-cpt-card-wrapper .cpt-card-img-wrapper {
    padding-top: 333px;
  }

  .cpt-card-wrapper.blog-cpt-card-wrapper .cpt-card-content-wrapper {
    padding: 18.98px 19px 13px;
  }

  .cpt-card-wrapper.blog-cpt-card-wrapper .cpt-card-text-content-wrapper {
    margin-top: 15px;
  }

  .cmn-pagination {
    margin-top: 65.5px;
  }

  .subscription-section {
    padding: 37px 0 69.03px 0;
  }

  .subscription-heading-block .subscription-heading {
    line-height: 1.11;
  }

  .subscription-subtitle {
    margin-top: 19px;
  }

  .subscription-form-block .form-fields-main-block .form-submit-fields-wrapper {
    width: 100%;
  }

  .blog-page .cta-content-wrapper .cta-heading {
    max-width: fit-content;
  }

  .blog-page .cta-content-wrapper .cta-heading>span {
    display: block;
  }

  .section_blog_main_content {
    padding: 58px 0 52px 0;
  }

  .section_blog_main_content.section_health_guide_main_content {
    padding: 58px 0 52px 0;
  }

  .author-box {
    gap: 25px;
  }

  .section_blog_main_content_content {
    padding-top: 20px;
  }

  .content_item_text_wrapper {
    margin-top: 32px;
  }

  .content_item:not(:last-child) {
    margin-bottom: 42px;
  }

  .references-text-block {
    padding: 42px 0 0px 0;
  }

  .references_text-wrapper {
    margin-top: 30px;
  }

  .section-related-blogs-description {
    margin: 20px auto 30px;
  }

  .section-health-guides-categories-listing {
    padding: 74px 0 3px 0;
  }

  h2.health-guides-category-title span {
    display: block;
  }

  h2.health-guides-category-title {
    padding-right: 20px;
  }

  .health_guide_slides_wrapper {
    padding: 26px 0 calc(26px + 5px);
  }

  .health-guides-categories-listing-block {
    margin-bottom: 64px;
  }

  .inner_banner_image {
    display: none;
  }

  .inner_banner_section .inner_banner_media .inner_banner_image_mobile {
    display: unset;
    height: auto;
  }

  body.health-guides-page h2.inner_banner_heading {
    max-width: 50%;
  }

  body.health-guides-page .inner_banner_highlights_list {
    padding: 15.17px 0px 14.59px 15.32px;
  }

  body.health-guides-page .inner_banner_highlights {
    margin-top: 50px;
  }

  body.health-guides-page .inner_banner_action {
    margin-top: 40px;
  }

  .os-scrollbar.os-scrollbar-horizontal:not(.os-scrollbar-unusable) {
    max-width: calc(100% - 20px);
  }

  .health_guide_box>a {
    padding: 39px 32px 0px;
  }

  .health_guide_slides_wrapper::after {
    flex: 0 0 20px;
  }

  body.health-guides-page .cta-content-wrapper .cta-heading {
    max-width: 313px;
  }

  body.health-guides-page .cta-content-wrapper .cta-heading>span {
    display: block;
  }

  body.single-health_guides .inner_banner_section.highlight-exist .inner_banner_content {
    padding: 56px 0 39px;
  }

  body.single-health_guides .inner_banner_description {
    margin-top: 16px;
  }

  body.single-health_guides .inner_banner_description p {
    line-height: 1.36;
  }

  .inner_banner_action {
    margin-top: 22px;
  }

  .content_item:not(:first-child) h3.content_item_heading {
    font-size: 24px;
  }

  .section_blog_main_content.section_health_guide_main_content .blog-intro-block .intro_heading {
    text-align: center;
  }

  .request-certificate-banner-wrapper {
    padding: 27.5px 21px 27.5px;
  }

  .request-certificate-banner-button-wrapper {
    margin-top: 32px;
    max-width: 310px;
  }

  body.single.single-health_guides .section-request-certificate {
    padding: 0px 0 3px;
  }

  body.single.single-health_guides .section-health-guides-categories-listing {
    padding: 62px 0 0px 0;
  }

  body.single.single-health_guides .section-cta {
    padding: 26px 0 33px;
  }

  body.meet-the-team-page h2.inner_banner_heading {
    max-width: 282px;
  }

  .section-medical-experts-listing {
    padding: 42px 0 68px;
  }

  .section-medical-experts-listing-row-wrapper {
    margin-top: 42px;
  }

  .repeated_content_block {
    margin-bottom: 52px;
  }

  .repeated_content_block {
    margin-bottom: 84px;
  }

  .section-about-us {
    padding: 0px 0 20px 0;
  }

  .single.single-team_member .inner_banner_heading {
    max-width: 350px;
  }

  .section_member_main_content {
    padding-top: 42px;
  }

  .member-hobbies,
  .member-interests,
  .member-languages,
  .member-academic-qualifications {
    padding: 42px 0 0 0px;
  }

  .section_member_main_content .intro_text-wrapper {
    margin-top: 17.61px;
  }

  .section_member_main_content .content_items_wrapper {
    margin-top: 32px;
  }

  .section_member_main_content .content_item:not(:first-child) h3.content_item_heading {
    font-size: 32px;
  }

  .section_member_main_content {
    padding-bottom: 00;
  }

  body.careers-page .inner_banner_content,
  body.complaints-page .inner_banner_content {
    padding: 50px 0 50px;
    min-height: 457px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .section-title-with-content {
    padding: 26px 0 37px 0;
  }

  h2.sec-twc-title {
    line-height: 1.42;
  }

  body.careers-page h2.sec-twc-title>span {
    display: block;
  }

  .sec-twc-content {
    margin-top: 25px;
  }

  .sec-twc-content p.joining-form-heading {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .section-title-with-content {
    padding: 26px 0 10px 0;
  }

  .joining-form-wrapper .form-submit {
    margin-top: 30px;
  }

  body.careers-page .privacy-policy {
    padding-top: 16px;
  }

  body.complaints-page .sesction-title-with-content {
    padding: 26px 0 16px 0;
  }

  .complaints-form-wrapper .wpcf7-textarea {
    height: 241px;
  }

  .complaints-form-wrapper .form-submit {
    margin-top: 25px;
  }

  .consultation-section {
    padding: 42px 0 0 0;
  }

  .consultation-intro-heading {
    font-weight: 400;
    line-height: 1.42;
  }

  .consultation-intro-text {
    text-align: left;
  }

  .consultation-cards-wrapper {
    margin-top: 64px;
  }

  .consultation-card-tagline,
  .certificate-card-description {
    margin-top: 25px;
  }

  .consultation-card-tagline p,
  .certificate-card-description p {
    line-height: 1.44;
  }

  .cmn-list {
    margin-left: 0;
  }

  .cmn-list>li {
    line-height: 1.44;
  }

  .consultation-cards-wrapper>.row {
    gap: 20px 0;
  }

  .certificate-card-note-wrapper p {
    line-height: 1.44;
  }

  .cmn-card {
    padding: 30px;
  }

  body.single-medical_certificate .section-request-certificate {
    padding: 50px 0 51px;
  }

  .section-related-certificates {
    padding: 24px 0 10px 0;
  }

  .section-related-certificates-description {
    margin: 30px auto 46px;
  }

  .section-animated-heading {
    padding: 30px 0 0px 0;
  }

  body.gp_appointment .consultation-section {
    padding: 30px 0 0 0;
  }

  body.gp_appointment .consultation-intro-text {
    margin-top: 30px;
  }

  body.gp_appointment .consultation-cards-wrapper {
    margin-top: 30px;
  }

  body.gp_appointment .cmn-card {
    padding: 30px;
  }

  .border-section-with-title-and-subtitle {
    padding: 25px;
  }

  .border-section-subtitle {
    margin-top: 30px;
  }

  .points-list-section {
    padding: 30px 0;
  }

  body.gp_appointment .points-list {
    margin-top: 30px;
  }

  .points-list-section.section-issue-handler {
    padding: 0;
  }

  .single-page-banner-heading-wrapper {
    margin-right: 20px;
    margin-left: 20px;
  }

  .single-page-banner-section:not(.single-banner-has-video) .single-page-banner-heading {
    text-align: left;
  }

  h1.single-page-banner-heading>span {
    display: block;
  }

  .shortcodes.step-form-block {
    width: 100%;
    max-width: calc(100% - 20px - 20px);
  }

  .shortcodes.step-form-block .semble-booking-wizard {
    max-width: 100%;
  }

  .single-page-banner-section.single-banner-has-video .single-page-banner-heading-wrapper {
    padding-inline: 15px;
  }

  .single-page-banner-video {
    height: 400px;
  }

  .shortcodes.step-form-block {
    margin: 30px 20px 0;
  }

  .single-page-banner-section .single-page-banner-inner {
    padding-bottom: 30px;
  }

  .single-page-banner-section.single-banner-has-video .single-page-banner-content {
    padding-top: 30px;
  }

  .section-popular-services>.container {
    padding: 0;
  }

  .section-popular-services .section-popular-services-inner>.section-popular-header {
    margin-inline: 20px;
  }

  .section-popular-services .section-popular-services-inner>.popular-services-listing-wrapper {
    margin-inline: 20px;
  }

  .section-animated-heading>.container {
    padding: 0;
  }

  .animated-heading-block .prefix-heading {
    padding-inline: 20px;
  }

  .section_blog_main_content_member {
    padding-top: 0;
  }

  .section-certificates-listing-description-wrapper p>br {
    display: unset;
    margin-bottom: 30px;
  }

  .warning_text_line>p>br {
    display: none;
  }

  .subscription-heading-block {
    gap: 16px;
  }

  .section-medical-experts-listing-heading-wrapper h2.medical-experts-heading {
    font-size: 45px;
  }

  .section-medical-experts-listing-heading-wrapper h2.medical-experts-heading>span {
    display: block;
  }

  .section-practitioner-selection {
    padding: 17px 0 64px;
    background: linear-gradient(360deg, rgba(210, 237, 255, 0.2) 9.09%, rgba(255, 255, 255, 0.2) 101.61%);
  }

  .practitioner-selection-image-wrapper img {
    max-width: 282.32px;
  }

  h2.practitioner-selection-heading {
    text-align: center;
    line-height: 1.11;
  }

  h2.practitioner-selection-heading span {
    display: block;
  }

  .practitioner-selection-content-wrapper {
    padding: 52px 0 0 0;
  }

  .practitioner-selection-content-wrapper .semble-booking-wizard {
    margin-top: 54px;
  }
}

@media screen and (max-width:480px) {
  .cta-content-wrapper>.cmn-btn {
    width: 100%;
  }

  .banner-action .cmn-btn,
  .section_video_with_content_btn.cmn-btn {
    width: 100%;
    text-align: center;
  }

  .cpt-card-wrapper .cmn-btn {
    text-align: center;
  }

  .cpt-card-wrapper .cmn-btn,
  .cpt-card-content-wrapper>.cpt-card-btn-wrapper {
    width: 100%;
  }

  .cpt-card-wrapper.blog-cpt-card-wrapper .cpt-card-btn-wrapper {
    width: max-content;
  }

  .single-page-banner-image.desktop-only {
    display: none;
  }

  .single-page-banner-image.mobile-only {
    display: unset;
    width: 100%;
  }

  .single-page-banner-section .single-page-banner-inner {
    background-position-y: 43%;
  }

  .single-page-banner-section:not(.single-banner-has-video) .single-page-banner-content::before {
    height: 198%;
    background: linear-gradient(to top, #6EA5BF 33.99%, rgba(154, 195, 214, 0) 95.57%);
  }

  .banner-logos {
    gap: 25px;
    justify-content: space-between;
    width: 100%;
  }

  .process-item-title {
    justify-content: flex-start !important;
  }

  .trust-logos-listing-wrapper {
    justify-content: space-between;
    gap: 15px;
  }

}

@media screen and (max-width:390px) {
  .site-header .navbar-right-column {
    gap: 0 15px;
  }

  .header-main-block .navbar {
    padding: 12px 15px 12px 15px;
  }

  .rating-text {
    font-size: 25px;
  }

  .inner_banner_action .inner_banner_btn.cmn-btn.cmn-btn-md {
    padding: 15px 20px;
  }

  h2.request-heading {
    font-size: 35px;
  }
}

@media screen and (max-width:380px) {
  .phone-button-wrapper .cmn-btn-with-icon.phone-icon {
    padding: 10px 15px;
  }

  .banner-logos img {
    max-width: 90px;
  }

  .trust-logo-wrapper img {
    max-width: 80px;
  }

  .inner_banner_action .inner_banner_btn.cmn-btn.cmn-btn-md {
    font-size: 18.75px;
  }

  .location_heading {
    margin-right: 20px;
  }

  .subscription-heading-block .subscription-heading {
    font-size: 43px;
  }
}

@media screen and (max-width: 320px) {
  .hamburger-line {
    width: 26px;
    height: 4px;
  }
  .cmn-btn-with-icon {
    font-size: 16px;
  }
  .cmn-btn-with-icon::before {
    content: "";
    width: 20px;
    height: 20px;
  }
  .navbar-brand-wrapper .navbar-brand img {
    max-width: 70px;
  }
  .rating-text {
    font-size: 16px;
  }
  .navbar-toggler-wrapper
    .navbar-toggler[aria-expanded="true"]
    .hamburger-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .heading-75 {
    font-size: clamp(38px, 3.906vw, 75px) !important;
  }
  .para-24 {
    font-size: clamp(18px, 1.25vw, 24px);
  }
  .banner-action .cmn-btn {
    padding: 11.5px 25.42px;
  }
  .btn-xl {
    font-size: 16px;
  }
  .banner-logos img {
    max-width: 80px;
  }
.heading-65 {
    font-size: clamp(26.74px, 3.385vw, 65px) !important;
  }
  .heading-50 {
    font-size: clamp(28px, 2.604vw, 50px);
  }
  .gp-service-list ul > li {
    font-size: 14px;
  }
  .heading-26 {
    font-size: 18px;
  }
  .cmn-btn-sm {
    font-size: 14px;
  }
  .sec-icon-heading-title {
    font-size: 18px;
  }
  .process-item-desc {
    font-size: 15px;
  }
  .our-service-heading {
    font-size: clamp(40px, 2.604vw, 50px);
  }
  .our-services-header-text-wrapper p {
    font-size: clamp(16px, 1.354vw, 26px);
  }
  .heading-24 {
    font-size: clamp(18px, 1.25vw, 24px);
  }
  .heading-18 {
    font-size: 16px;
  }
  .testimonial-title {
    font-size: clamp(20px, 1.25vw, 24px);
  }
  .testimonial-content p,
  .testimonial-author {
    font-size: 14px;
  }
  .about-sub-heading-wrapper p {
    font-size: clamp(17px, 1.354vw, 26px);
  }
  .heading-50 {
    font-size: clamp(26px, 2.604vw, 50px) !important;
  }
  .heading-22 {
    font-size: clamp(14px, 1.146vw, 22px);
  }

  .trust-logo-wrapper:last-child > img {
    max-width: 110px;
  }
  .trust-logo-wrapper img {
    max-width: 64px;
  }
  .faq-toggle {
    font-size: clamp(19px, 1.563vw, 30px);
  }
  .faq-text-wrapper {
    font-size: clamp(13px, 0.938vw, 18px);
  }
  .faq-toggle::before {
    width: 26px;
    height: 26px;
  }
  .cta-content-wrapper .cta-heading {
    max-width: 216px;
  }
  .cta-content-wrapper .cta-heading {
    font-size: clamp(34px, 3.385vw, 65px);
  }
  .cmn-btn-md {
    font-size: 16.75px;
    padding: 11.21px 26.42px;
  }
  .heading-40 {
    font-size: clamp(30px, 2.083vw, 40px);
  }
  .footer-menu-block h3,
  .contact-information-block h3 {
    font-size: 22px;
  }
  .footer-menu-wrapper li a {
    font-size: 16px;
  }
  .contact-information-wrapper address {
    font-size: 16px;
  }
  h2.inner_banner_heading {
    font-size: clamp(42px, 3.906vw, 75px);
  }
  .inner_banner_description p {
    font-size: clamp(17px, 2.292vw, 44px);
  }
  .inner_banner_action .inner_banner_btn.cmn-btn.cmn-btn-md {
    padding: 12px 16px;
  }
  .inner_banner_action .inner_banner_btn.cmn-btn.cmn-btn-md {
    font-size: 15.75px;
  }
  .inner_banner_highlight_item::before {
    background-size: contain;
    width: 26px;
    height: 26px;
  }
  .section-certificates-listing-description-wrapper p,
  .section-related-certificates-description p,
  .section-related-blogs-description p {
    margin: 0;
    font-size: clamp(18px, 1.354vw, 26px);
  }
  .cpt-card-text-content-wrapper > p {
    font-size: 14px;
  }
  .section_video_with_content_description p {
    font-size: clamp(18px, 1.354vw, 26px);
  }
  .section_video_with_content_highlight_item {
    font-size: 15px;
  }
  .contact_info_content_wrap {
    font-size: 19px;
  }
  .time button {
    font-size: 12px !important;
  }
  .section_blog_main_content_content p,
  .about-content,
  .sec-twc-content > p,
  .sec-twc-content > p:first-child,
  body.complaints-page .sec-twc-content > p,
  body.complaints-page .sec-twc-content > p:not(:first-child),
  .consultation-intro-text,
  .work_experience ul li {
    font-size: 14px;
  }
  .privacy-policy a,
  .consultation-card-features,
  .certificate-card-features,
  .consultation-card-tagline p,
  .certificate-card-description p,
  .certificate-card-note-wrapper p,
  .warning_text_line,
  .urgent_text_line {
    font-size: 14px !important;
  }
  .wpcf7-form .custom-placeholder {
    font-size: 14px;
  }
  .wpcf7-submit {
    font-size: 16px;
    padding: 16px;
  }
  .heading-32 {
    font-size: 26px;
  }
  .section_title_with_info_text_heading {
    font-size: clamp(24px, 4.5vw, 48px) !important;
  }
	.heading-27 {
  font-size: 16px;
}
	.footer-logo-wrapper img {
  width: 80px;
}
	.banner-note p {
  font-size: clamp(14.85px, 1.15vw, 22px);
}
	.semble_booking_header h2 {
  font-size: 18px !important;
}
.semble_booking_header label {
  font-size: 14px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px !important;
}
	.wpcf7-form-control-wrap::before {
  width: clamp(24px, 3vw, 32px) !important;
  height: clamp(24px, 3vw, 32px) !important;
}
	.wpcf7-text, .wpcf7-email, .wpcf7-textarea, .wpcf7-select, .form-select-field .select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-size: 14px !important;
}
	.search-field-wrapper::before {
  width: 24px;
  height: 24px;
}
.search-input {
  font-size: 14px;
}
	.submit-button {
  font-size: 16px;
}
	.subscription-form-block .form-submit-fields-wrapper .wpcf7-form-control.wpcf7-submit {
  padding: 14px 44px;
}
	.author-image-wrapper {
  width: 80px;
  height: 80px;
}
.author-content-wrapper .author_name h4, .author-content-wrapper .author_designation h5 {
  font-size: 18px;
}
	.jump-to-links-wrapper ul a {
  font-size: 16px;
}
	 .content_item:not(:first-child) h3.content_item_heading {
    font-size: 20px;
  }
	.doctor-location, .doctor-position{
    font-size: 14px;
  }
	  body {
    font-size: 14px;
  }
	 .section_member_main_content .content_item:not(:first-child) h3.content_item_heading {
    font-size: 26px;
  }
	  h2.health-guides-category-title {
  font-size: clamp(26px, 2.083vw, 40px);
}
	h4.health_guide_category_title {
  font-size: 20px;
}
.health_guide_content_text_wrapper p {
  font-size: 16px;
}
	body.single-health_guides .inner_banner_description p {
  font-size: clamp(18px, 1.25vw, 24px);
}
	.custom-file-upload .upload-text {
  font-size: 14px;
}
	.point-item .point-item-name {
    font-size: 16px;
  }
}