:root {
  --primary-color: #006bbb;
  --secondary-color: #07306e;
  --white: white;
  --heading-black: #141414;
  --alice-blue: #f3faff;
  --light-background: #f3faff;
  --heading-2: white;
  --primary-accent: #7fc8ff;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #555;
  background-color: #f3faff;
  font-family: DM Sans, sans-serif;
  font-size: 19px;
  line-height: 1.5;
}

h1 {
  color: #141414;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 1.5;
}

h2 {
  color: #141414;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.4;
}

h3 {
  color: #141414;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
}

h4 {
  color: #141414;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  color: #141414;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  color: #141414;
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 20px;
}

a {
  color: var(--primary-color);
  text-decoration: none;
  transition: color .2s;
}

a:hover {
  color: var(--secondary-color);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
}

li {
  padding-bottom: 8px;
  font-size: 18px;
}

img {
  color: var(--primary-color);
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 10px solid var(--primary-color);
  background-color: var(--white);
  color: #141414;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 40px;
  padding: 45px 30px 45px 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.container {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.container.banner-area-container {
  text-align: center;
}

.container.top-space {
  padding-top: 60px;
}

.banner-title-area-section {
  background-color: var(--secondary-color);
  text-align: left;
  background-image: url('../images/banner-title-background.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 80px;
  position: relative;
}

.banner-title-area-section.team-single {
  background-color: var(--secondary-color);
  background-image: none;
  padding-top: 20px;
  padding-bottom: 370px;
}

.top-bar-contact-section {
  padding-top: 24px;
  padding-bottom: 22px;
  display: flex;
  max-height: 95px;
}

.simple-call-link {
  color: #fff;
  padding-left: 8px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.simple-call-link.black {
  color: var(--heading-black);
}

.simple-call-link.black:hover {
  color: var(--primary-color);
}

.simple-call-link.hover-blue {
  font-size: 18px;
}

.simple-call-link.hover-blue:hover {
  color: var(--primary-color);
}

.top-bar-contact-link {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.call-icon {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.call-link {
  color: var(--heading-black);
  padding-left: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.call-link:hover {
  color: var(--primary-color);
}

.top-bar-social {
  z-index: 2;
  text-align: right;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.social-link-box {
  border: 1px #000;
  border-radius: 0;
  padding: 2px 17px;
  transition: border-color .125s;
}

.social-link-box:hover {
  border-bottom: 2px none var(--primary-color);
}

.topbar-instagram-icon {
  padding-top: 3px;
}

.top-bar-separator {
  z-index: 2;
  border: .1px solid #1414141c;
  position: relative;
}

.navbar {
  background-color: var(--white);
  border-bottom: .1px solid #1414141c;
  padding-top: 10px;
  padding-bottom: 0;
  position: sticky;
  top: 98px;
}

.nav-link {
  color: var(--heading-black);
  letter-spacing: .02em;
  padding-top: 12px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: color .2s;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--primary-color);
}

.nav-link.first-nav-link {
  padding-left: 0;
}

.header-button-text {
  color: var(--white);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 8px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
}

.header-button {
  color: var(--primary-color);
  align-items: center;
  padding: 2px 24px;
  display: flex;
}

.header-button-link {
  background-color: var(--primary-color);
  border-radius: 15px;
  margin-left: 20px;
  text-decoration: none;
  transition: background-color .2s;
}

.header-button-link:hover {
  background-color: var(--secondary-color);
}

.banner-area-title {
  text-align: left;
  position: relative;
}

.banner-area-title.blog-single {
  padding-bottom: 40px;
}

.title-area-content {
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.banner-title-text {
  color: #fff;
  text-align: center;
  letter-spacing: .02em;
  margin-top: 0;
  padding-top: 10px;
  font-size: 40px;
  line-height: 1.5;
}

.colors-section {
  padding-top: 90px;
  padding-bottom: 60px;
}

.sub-title-wrap {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.sub-title-wrap.center-align {
  text-align: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.sub-title-text {
  color: var(--primary-color);
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 10px;
  padding-left: 8px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.sub-title-text.center-subtitle {
  color: var(--heading-black);
  padding-right: 8px;
}

.sub-title-text.white-center {
  color: var(--white);
  text-align: center;
  padding-right: 8px;
}

.sub-title-text.blue-center-text {
  padding-right: 8px;
}

.color-section-content {
  padding-top: 20px;
}

.color-section-box {
  border-radius: 20px;
  width: 300px;
  max-width: 200px;
  height: 300px;
  max-height: 200px;
}

.color-section-box.primary-color {
  background-color: var(--primary-color);
  text-align: left;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.color-section-box.secondary-color {
  background-color: var(--secondary-color);
  text-align: left;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.color-name {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
}

.heading-section, .paragraph-section, .list-section {
  padding-top: 20px;
  padding-bottom: 40px;
}

.list-item-section {
  padding-top: 20px;
}

.unordered-list-item {
  letter-spacing: .01em;
  background-image: url('../images/unordered-checklist-circle.svg');
  background-position: 0 4%;
  background-repeat: no-repeat;
  background-size: auto 24px;
  padding-top: 0;
  padding-bottom: 10px;
  padding-left: 40px;
}

.unordered-list-item.about-list-item {
  color: #fff;
  background-image: url('../images/check-circle.svg');
  padding-bottom: 16px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.unordered-list-item.bold {
  color: #141414;
  text-align: left;
  background-image: url('../images/check-circle.svg');
  background-position: 0 12%;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
}

.unordered-list-item.price-list-item {
  color: #141414;
  background-image: url('../images/check-circle.svg');
  padding-bottom: 15px;
  font-weight: 700;
}

.excellency-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
}

.excellency-list.hospital-speciality {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.excellency-list.treatments {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.excellency-list.price-list {
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
}

.excellency-list.doctor-single-feature {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.button-section {
  padding-top: 20px;
  padding-bottom: 40px;
}

.button-content-section {
  padding-top: 20px;
}

.button {
  border: 2px solid var(--primary-color);
  background-color: var(--primary-color);
  color: var(--white);
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 15px;
  padding: 14px 30px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .2s;
  display: inline-block;
}

.button:hover {
  border-color: var(--primary-color);
  color: var(--heading-black);
  background-color: #0000;
}

.button.transparent {
  color: var(--heading-black);
  background-color: #0000;
}

.button.transparent:hover {
  background-color: var(--primary-color);
  color: var(--white);
}

.button.error-button {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.button.footer-button {
  color: #fff;
  background-color: #0000;
  padding-left: 70px;
}

.button.footer-button:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.button.hover-white:hover {
  color: #fff;
}

.button.doctor-single-button {
  box-shadow: 1px 0 18px #0003;
}

.button.hide {
  display: none;
}

.button-column {
  padding-bottom: 20px;
}

.blockquote-section {
  padding-top: 20px;
  padding-bottom: 40px;
}

.form-section {
  padding-top: 20px;
  padding-bottom: 80px;
}

.form-content-area {
  padding-top: 20px;
}

.form-input-field {
  color: #555;
  letter-spacing: .01em;
  background-color: #fff;
  border: 1px #000;
  border-radius: 20px;
  height: 65px;
  min-height: 0;
  margin-bottom: 20px;
  padding-left: 50px;
}

.form-input-field::placeholder {
  font-size: 19px;
}

.form-input-field.protected-page {
  background-color: #f4f4f4;
}

.form-input-field.border-field {
  color: #555;
  border-style: solid;
  border-color: #8fa4c4;
  margin-bottom: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
}

.form-input-field.border-field::placeholder {
  color: #555;
  font-family: DM Sans, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
}

.form-input-field.textarea-border {
  border-style: solid;
  border-color: #8fa4c4;
  min-height: 150px;
  font-family: DM Sans, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.name-column {
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch flex-start;
  align-items: center;
  display: inline-block;
}

.form-minimum-width {
  width: 100%;
}

.input-block {
  margin-right: 10px;
  display: block;
  position: relative;
}

.input-block.password {
  background-color: #0000;
  margin-right: 0;
}

.input-block.hide {
  display: none;
}

.form-icon {
  padding-top: 19px;
  padding-left: 14px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.form-icon.textarea {
  padding-top: 46px;
}

.footer {
  background-color: var(--secondary-color);
  padding-top: 100px;
  padding-bottom: 94px;
  padding-right: 0;
}

.footer-social-section {
  margin-top: 30px;
  position: relative;
}

.footer-social-section.article-social-share {
  margin-top: 0;
}

.footer-social-link {
  border: 2px solid var(--primary-color);
  text-align: center;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  width: 55px;
  height: 55px;
  margin-bottom: 10px;
  margin-right: 10px;
  line-height: 2.6;
  text-decoration: none;
  transition: background-color .15s;
  display: inline-block;
  position: relative;
}

.footer-social-link:hover {
  background-color: var(--primary-color);
}

.footer-social-link.article-social-link {
  margin-right: 10px;
}

.footer-social {
  text-align: center;
  padding-top: 0;
  line-height: 1.5;
  position: relative;
}

.footer-social.instagram {
  top: -1px;
}

.copyright-text {
  color: #fff;
  padding-top: 30px;
  font-size: 15px;
}

.widget-content-two {
  padding-left: 14px;
}

.widget-title {
  color: #fff;
  margin-top: 0;
  padding-right: 15px;
  font-size: 22px;
  font-weight: 600;
  line-height: 2;
}

.widget-title-section {
  flex-direction: row;
  align-items: center;
  padding-top: 3px;
  padding-bottom: 10px;
  display: flex;
}

.widget-title-section.appointment-title {
  padding-bottom: 7px;
}

.specific-image {
  margin-top: -10px;
  line-height: .3;
}

.footer-link {
  color: #fff;
  letter-spacing: .01em;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 1.6;
  text-decoration: none;
  transition: background-color .2s;
  display: block;
}

.footer-link:hover {
  color: var(--primary-color);
}

.address-section {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 20px;
  display: flex;
}

.address-section.mail-content {
  justify-content: flex-start;
  margin-bottom: 0;
  display: flex;
}

.address-section.address-section-one {
  padding-top: 4px;
}

.address-text {
  color: #fff;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -3px;
  padding-left: 16px;
  padding-right: 20px;
  font-size: 18px;
  line-height: 1.5;
  text-decoration: none;
  display: block;
  position: static;
}

.address-text.footer-link {
  transition: background-color .2s;
}

.address-text.footer-link:hover {
  color: var(--primary-color);
}

.intro-image {
  display: block;
  position: static;
}

.footer-booking-text {
  color: #fff;
  font-size: 18px;
}

.booking-button {
  align-items: center;
  margin-top: 25px;
  display: block;
  position: relative;
}

.footer-button-image {
  padding-top: 14px;
  padding-left: 21px;
  position: absolute;
  inset: 0% auto 0% 3%;
}

.hero-section {
  background-color: var(--primary-color);
  background-image: url('../images/ice-cube-desktop.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-section.hiw {
  background-color: #e4e5e6;
  background-image: url('../images/get_beach_ready.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-section.dr-flex {
  background-color: #e4e5e6;
  background-image: url('../images/iStock-1360395151-1-Large.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-content-area {
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
  position: relative;
}

.hero-area-subtitle {
  display: block;
  position: relative;
}

.hero-subtitle-text {
  color: var(--heading-black);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  display: inline;
  position: static;
}

.hero-subtitle-icon {
  display: inline-block;
  position: static;
}

.hero-area-title-text {
  color: var(--secondary-color);
  letter-spacing: -.01em;
  margin-top: 10px;
  font-size: 36px;
  line-height: 1.2;
}

.hero-area-title-text.italic {
  font-style: italic;
}

.hero-area-title-text.italic.uppercase {
  color: var(--heading-black);
  text-transform: uppercase;
}

.hero-area-title-text.italic.uppercase.white {
  color: var(--white);
}

.hero-area-content {
  max-width: 38ch;
}

.hero-content-text {
  color: var(--heading-black);
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
}

.hero-content-button {
  padding-top: 10px;
  padding-bottom: 40px;
}

.content-area-left {
  padding-top: 100px;
  padding-bottom: 140px;
}

.simple-services-link {
  z-index: 4;
  background-color: #fff;
  border-radius: 20px;
  margin-top: -30px;
  margin-bottom: 60px;
  padding: 30px 40px 60px;
  position: relative;
  box-shadow: 1px 1px 1px #00000005;
}

.simple-service-title {
  letter-spacing: .01em;
  margin-top: 26px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  position: static;
}

.simple-service-title.feature-title {
  padding-bottom: 5px;
}

.simple-service-content {
  letter-spacing: -.01em;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  font-size: 19px;
  display: block;
}

.simple-link-icon {
  text-align: center;
  background-color: #0000;
  width: 42px;
  height: 42px;
  line-height: 2.5;
}

.simple-service-icon {
  background-color: var(--primary-color);
  text-align: center;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 85px;
  max-width: 0;
  min-height: 85px;
  max-height: 0;
  margin-top: 35px;
  margin-right: 12px;
  padding: 0;
  line-height: 1.8;
  display: flex;
}

.simple-service-icon.feature {
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  margin-right: 0;
}

.simple-readmore-link {
  color: #141414;
  letter-spacing: .06em;
  text-transform: uppercase;
  border: 1px #0000;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

.simple-readmore-link:hover {
  color: var(--primary-color);
}

.simple-link {
  padding-top: 10px;
  display: inline-block;
}

.simple-link-underline {
  border-bottom: 3px solid var(--primary-color);
}

.about-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.about-content {
  margin-bottom: 0;
  position: relative;
}

.section-title-area.center-align {
  text-align: center;
}

.section-title-area.left-section {
  text-align: left;
}

.section-title-area.hide {
  display: none;
}

.consult-heading {
  text-align: left;
  margin-top: 0;
  font-size: 40px;
  line-height: 1.2;
}

.consult-heading.center {
  text-align: center;
  font-size: 40px;
}

.section-title-content {
  padding-top: 10px;
  padding-bottom: 30px;
}

.section-title-content.consult {
  color: #555;
  text-align: left;
}

.section-title-content.white {
  color: var(--white);
}

.section-title-content.minimal-padding {
  padding-top: 0;
  padding-bottom: 5px;
}

.section-title-content.text-center {
  text-align: center;
}

.section-title-content.about-intro-content {
  color: #fff;
  font-size: 18px;
  line-height: 1.7;
}

.about-content-list {
  background-color: var(--secondary-color);
  text-align: left;
  border-radius: 20px;
  padding: 45px;
}

.about-list-column {
  padding-top: 0;
  padding-left: 0;
}

.services-section {
  background-color: #fff;
  padding-top: 90px;
  padding-bottom: 10px;
}

.service-section-area {
  padding-top: 40px;
  padding-bottom: 60px;
}

.service-section-area.home-page-service {
  margin-top: 20px;
  padding-top: 60px;
}

.service-item {
  text-align: center;
  background-color: #f3faff;
  border: 2px solid #3e8cff80;
  border-radius: 20px;
  justify-content: center;
  margin-bottom: 60px;
  padding: 60px 25px 40px;
  transition: border .2s, top .3s, background-color .2s ease-in;
  display: block;
  position: relative;
  top: 0;
}

.service-item:hover {
  border-width: 2px;
  border-color: var(--primary-color);
  background-color: #fff;
  top: -10px;
  box-shadow: 1px 1px 3px -10px #8a5c4d1f;
}

.service-item.hide {
  display: none;
}

.service-icon {
  background-color: var(--primary-color);
  border: 4px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: -50px 0% auto;
  box-shadow: 1px 1px 18px 1px #8b77704d;
}

.service-icon-image.hide {
  display: none;
}

.service-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.8;
  transition: color .2s;
}

.appointment-content-area {
  z-index: 2;
  align-items: center;
  padding: 0 60px;
  display: block;
  position: relative;
}

.appointment-content-area.full-width {
  padding-left: 0;
}

.section-title {
  text-align: left;
  margin-top: 0;
}

.section-title.center {
  text-align: center;
  font-size: 40px;
}

.section-title.white {
  color: #fff;
  background-color: #0000;
  font-size: 40px;
}

.form-block {
  z-index: 3;
  padding-top: 30px;
  position: relative;
}

.form-block.style-guide {
  padding-top: 0;
}

.consulting-section {
  background-color: var(--white);
  padding-top: 110px;
  padding-bottom: 120px;
}

.consult-quick-link {
  border: 1px solid var(--primary-color);
  background-color: #f3faff;
  border-radius: 20px;
  align-items: stretch;
  margin-bottom: 15px;
  margin-left: 60px;
  padding: 20px 0 20px 30px;
  text-decoration: none;
  transition: box-shadow .2s, background-color .2s;
  display: flex;
  position: relative;
}

.consult-quick-link:hover {
  border-color: var(--primary-color);
  background-color: #fff;
  box-shadow: 0 8px 13px -9px #14141457;
}

.consult-link {
  color: #141414;
  letter-spacing: .01em;
  align-items: center;
  padding-left: 18px;
  font-weight: 500;
  display: flex;
}

.link-arrow {
  clear: both;
  background-color: var(--primary-color);
  color: #000;
  text-align: right;
  border-radius: 15px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 2px 20px;
  display: flex;
  position: absolute;
  inset: 8px 8px 0% auto;
}

.link-arrow-icon {
  color: var(--white);
  font-size: 35px;
}

.consult-quick-links-section {
  margin-top: 22px;
}

.consult-video-section {
  background-image: url('../images/consult-video-background.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
  margin-top: 30px;
}

.consult-video-section.consult-video-two {
  background-image: url('../images/consult-video-background-two.png');
}

.consult-video-content {
  background-color: var(--primary-color);
  border-radius: 20px;
  align-items: center;
  padding: 90px 25px 110px;
  display: inline-block;
  position: relative;
}

.consult-video-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.5;
  display: flex;
}

.consult {
  color: #fff;
  letter-spacing: .01em;
  font-size: 18px;
}

.video-minutes {
  color: #fff;
  background-color: #0000;
  padding-left: 12px;
  font-size: 16px;
  font-weight: 700;
}

.video-link-block {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.counter-section {
  background-color: var(--secondary-color);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.counter-section.hide {
  display: none;
}

.counter-icon {
  background-color: var(--primary-color);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.counter-icon.hide {
  display: none;
}

.counter-item {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.counter-title {
  color: var(--white);
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
}

.info-text-block {
  color: var(--white);
  font-weight: 500;
}

.info-text-block.mt-10 {
  margin-top: 10px;
}

.about-intro-section {
  background-image: url('../images/about-banner-image.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 250px;
  position: relative;
}

.column-right-space {
  z-index: 2;
  padding-right: 60px;
}

.about-doctor {
  z-index: 2;
  margin-top: -120px;
  padding-bottom: 120px;
  position: relative;
}

.about-doctor-crew-image {
  text-align: center;
  border-radius: 0;
  position: relative;
}

.doctor-crew-image {
  text-align: center;
  border-radius: 25px;
  width: 100%;
  position: static;
}

.doctor-intro-details {
  background-color: var(--white);
  border-radius: 20px;
  padding: 22px 55px 20px;
  position: static;
  inset: 0% auto auto 0%;
  box-shadow: 2px 0 13px #0000001a;
}

.doctor-crew-designation {
  color: #141414;
  padding-bottom: 20px;
}

.doctor-crew-title {
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
}

.doctor-quote {
  color: #141414;
  font-size: 24px;
}

.doctor-crew-detail {
  background-color: var(--alice-blue);
  padding-top: 60px;
  position: static;
  inset: 20% auto auto 0%;
}

.our-promise-section {
  background-color: var(--white);
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.our-promise-section.testimonial-section {
  background-color: #f3faff;
  background-image: none;
  padding-top: 100px;
  padding-bottom: 80px;
}

.our-promise-section.service-sinlgle {
  padding-bottom: 110px;
}

.our-promise-content-area {
  z-index: 2;
  border: 2px solid var(--primary-color);
  background-color: var(--white);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 900px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 60px 60px;
  display: block;
  position: relative;
}

.our-promise-content-area.large-width {
  width: 950px;
  margin-top: 0;
  padding: 45px 80px 30px;
  box-shadow: 1px 0 18px #0003;
}

.our-promise-content-area.primary-care-wrap {
  padding-top: 20px;
  padding-bottom: 40px;
}

.our-promise-item {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.promise-icon-section {
  background-color: var(--primary-color);
  border: 4px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100px;
  max-width: 130px;
  height: 100px;
  margin-right: 0;
  padding-right: 0;
  display: flex;
  box-shadow: 1px 1px 10px #8b77704d;
}

.promise-content-title {
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}

.promise-content-title.service-single-intro {
  margin-top: 0;
  font-size: 28px;
  line-height: 1.3;
}

.promise-content-area {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  padding-left: 24px;
  padding-right: 40px;
  display: block;
}

.make-appointment-section {
  background-color: var(--white);
  padding-top: 100px;
  padding-bottom: 120px;
}

.appointment-button-section {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.appointment-button-section.left-align {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
}

.or-text {
  color: var(--white);
  letter-spacing: .06em;
  text-transform: uppercase;
  padding-top: 12px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.or-text.black {
  color: var(--heading-black);
  padding-top: 12px;
  padding-left: 20px;
}

.or-text.black-left-space {
  color: var(--heading-black);
}

.call-section {
  border: 2px solid var(--primary-color);
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 20px;
  display: flex;
}

.call-section.contact-page {
  border-width: 3px;
  justify-content: flex-start;
  margin-left: 0;
  display: flex;
}

.call-section.align-left {
  margin-left: 20px;
}

.service-single-intro-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.single-intro-image {
  border-radius: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.intro-textblock {
  padding-bottom: 20px;
}

.features-section {
  padding-top: 110px;
  padding-bottom: 100px;
}

.featured-image {
  border-radius: 25px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  box-shadow: 1px 0 18px #0000001a;
}

.featured-image.column-right-space {
  width: 100%;
  box-shadow: 1px 0 18px #0000001a;
}

.feature-contents {
  padding-top: 40px;
}

.pricing-plan-section {
  background-color: var(--white);
  padding-top: 140px;
  padding-bottom: 120px;
}

.pricing-item {
  background-color: #fff;
  border: 1px solid #8fa4c4;
  border-radius: 20px;
  padding: 35px 28px 40px;
  transition: box-shadow .2s, top .2s;
  position: relative;
  top: 0;
}

.pricing-item:hover {
  top: -10px;
  box-shadow: 1px 0 18px #0003;
}

.pricing-icon {
  background-color: var(--primary-color);
  border: 4px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
  inset: -10% 11% auto auto;
  box-shadow: 1px 0 18px #0003;
}

.plan-title {
  text-align: left;
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
}

.pricing-area {
  align-items: flex-end;
  display: flex;
}

.plan-price {
  margin-top: 12px;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 45px;
  line-height: .9;
}

.pricing-duration {
  color: #141414;
  font-weight: 700;
}

.price-offer {
  color: var(--primary-color);
  letter-spacing: .01em;
  padding-left: 5px;
  font-weight: 700;
}

.pricing-description {
  text-align: left;
  padding-top: 16px;
}

.price-separator {
  border: .5px solid var(--primary-color);
  margin-top: 30px;
  margin-bottom: 32px;
  padding-top: 0;
  padding-bottom: 0;
}

.price-list-span {
  font-weight: 400;
}

.contact-page-section {
  padding-top: 60px;
  padding-bottom: 100px;
}

.contact-content-area {
  width: 40%;
  padding-top: 30px;
  padding-right: 30px;
}

.contact-details {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.contact-detail-text {
  color: #141414;
  text-transform: uppercase;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.contact-detail-text:hover {
  color: var(--primary-color);
}

.contact-detail-text.address-text:hover {
  color: #141414;
}

.contact-content-details {
  padding-top: 50px;
}

.contact-form-area {
  width: 57%;
}

.contact-form-lable {
  color: var(--secondary-color);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 16px;
}

.contact-form-text-area {
  position: relative;
}

.contact-form-content-area {
  justify-content: center;
  align-items: center;
  display: block;
}

.utility-page-wrap {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.error-page-content {
  text-align: center;
  flex-direction: column;
  width: 450px;
  display: flex;
}

.error-number {
  justify-content: center;
  align-items: center;
  display: flex;
}

.error-text {
  color: var(--primary-color);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 1px #000;
  font-family: DM Sans, sans-serif;
  font-size: 200px;
  line-height: .6;
}

.error-text.not-text {
  color: var(--primary-color);
  text-shadow: 7px 1px 4px #3e8cff59;
}

.error-heading {
  margin-top: 15px;
  padding-bottom: 5px;
  font-size: 40px;
}

.error-content {
  padding-bottom: 30px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  width: 500px;
  padding-top: 30px;
  padding-bottom: 20px;
  display: flex;
}

.blog-listing {
  padding-top: 120px;
  padding-bottom: 80px;
}

.blog-listing.home-page {
  padding-top: 40px;
  padding-bottom: 40px;
}

.article-title {
  margin-top: 12px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  transition: color .2s;
}

.article-title:hover {
  color: var(--primary-color);
}

.article-item {
  background-color: #fff;
  border-radius: 20px;
  min-height: 0;
  margin-bottom: 20px;
  padding: 5px 5px 30px;
}

.article-thumbnail-image {
  text-align: center;
  border-radius: 20px;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.article-listing-meta {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.article-listing-meta.single-meta {
  justify-content: center;
}

.article-listing-category {
  border: 1px solid var(--primary-color);
  background-color: #f0f6ff;
  border-radius: 15px;
  margin-top: 20px;
  padding: 4px 20px 5px;
  line-height: 1.2;
  transition: background-color .2s;
  display: inline-block;
}

.article-listing-category:hover {
  background-color: #fff;
}

.article-listing-category.article-author-category {
  margin-top: 10px;
}

.article-category-link {
  color: var(--primary-color);
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.article-author {
  justify-content: flex-start;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.article-author-name {
  color: #888;
  letter-spacing: .03em;
  text-transform: uppercase;
  padding-left: 8px;
  font-size: 13px;
  font-weight: 700;
}

.article-author-name.article-single {
  color: var(--white);
}

.article-date {
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.article-date-icon {
  margin-top: -4px;
  padding-top: 0;
}

.article-date-text {
  color: #888;
  letter-spacing: .03em;
  text-transform: uppercase;
  padding-left: 8px;
  font-size: 13px;
  font-weight: 700;
}

.article-date-text.article-single-meta {
  color: var(--white);
}

.post-listing-content {
  padding-top: 3px;
  padding-left: 20px;
  padding-right: 20px;
}

.article-title-link {
  text-decoration: none;
}

.article-meta-separator {
  padding-left: 2px;
  padding-right: 2px;
}

.single-featured-image {
  text-align: center;
  margin-top: -90px;
  padding-bottom: 40px;
  position: relative;
}

.article-main-image {
  border-radius: 25px;
  width: 100%;
  box-shadow: 1px 0 18px #0003;
}

.single-content-wrap {
  padding-bottom: 90px;
  position: relative;
}

.article-single-author-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.single-author-content {
  text-align: left;
  padding-left: 15px;
}

.author-single-title {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.author-job {
  color: #000;
  font-size: 16px;
}

.single-author-position {
  color: var(--primary-color);
  padding-top: 1px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.article-single-author-image {
  border-radius: 15px;
}

.article-single-share-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.share-text {
  color: #141414;
  padding-bottom: 10px;
  padding-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.doctors-listing-wrap {
  padding-top: 100px;
  padding-bottom: 60px;
}

.doctors-listing-wrap.about-page {
  padding-top: 80px;
}

.doctor-item {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 50px;
  padding: 5px 5px 40px;
  position: static;
}

.contact-link-wrap {
  border: 2px solid var(--primary-color);
  background-color: var(--primary-color);
  color: var(--white);
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  min-height: 60px;
  margin-left: 5px;
  margin-right: 5px;
  transition: border-color .2s, background-color .2s;
  display: flex;
  box-shadow: 1px 0 18px #0003;
}

.contact-link-wrap:hover {
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
  color: var(--white);
}

.doctor-listing-image {
  border-radius: 20px;
  position: relative;
}

.doctor-title {
  margin-bottom: 7px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  transition: color .2s;
}

.doctor-title:hover {
  color: var(--primary-color);
}

.doctor-position {
  color: var(--primary-color);
  letter-spacing: .015em;
  font-size: 17px;
  font-weight: 500;
}

.doctor-quicklinks {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  inset: 53% 0% auto;
}

.doctor-quicklinks.doctor-single-links {
  padding-left: 20px;
}

.doctor-quicklinks.doctor-listing {
  position: absolute;
  inset: auto 0% -15%;
}

.doctor-contents {
  margin-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.doctor-listing-bio {
  padding-top: 10px;
}

.doctor-single-wrap {
  z-index: 2;
  margin-top: -280px;
  padding-bottom: 140px;
  position: relative;
}

.doctor-single-image {
  opacity: 1;
  border-radius: 25px;
  margin-right: 10px;
  padding-right: 0;
  box-shadow: -1px 1px 14px #00000042;
}

.doctor-single-name {
  color: #fff;
  margin-top: 0;
  margin-bottom: 8px;
  padding-right: 0;
  font-size: 45px;
}

.doctor-member-job {
  color: var(--white);
  font-weight: 500;
}

.doctor-single-meta-wrap {
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.doctor-meta-item {
  border-top: 0 #000;
  border-bottom: 1px #000;
  border-left: 1px #000;
  border-right: 1px solid #b8b8b8;
  padding-left: 40px;
  padding-right: 40px;
}

.doctor-meta-item.first-child {
  border: 1px #b8b8b8;
  border-right-style: solid;
  padding-left: 0;
  padding-right: 40px;
}

.doctor-meta-item.last-child {
  border-right-style: none;
  padding-right: 25px;
}

.doctor-meta-icon {
  padding-bottom: 4px;
}

.doctor-meta-title {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.doctor-meta-value {
  color: #fff;
  border-right: 0 solid #000;
  font-size: 30px;
  font-weight: 700;
}

.full-bio {
  padding-bottom: 20px;
}

.doctor-single-bio {
  padding-top: 80px;
}

.doctor-single-quick-links {
  padding-top: 30px;
  display: flex;
}

.doctor-single-speciality-text {
  text-align: left;
  padding-bottom: 18px;
}

.testimonial-carousel-wrap {
  z-index: 2;
  padding-top: 60px;
  position: relative;
}

.testimonial-item {
  background-color: #fff;
  border-radius: 25px;
  padding: 40px 40px 0;
  display: block;
  position: relative;
}

.testimonial-content {
  color: #141414;
  padding-top: 20px;
  font-size: 18px;
}

.testimonial-bio {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.testimonial-rating-wrap {
  padding-bottom: 40px;
  padding-left: 15px;
}

.client-name {
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2px;
  font-size: 19px;
  font-weight: 600;
  line-height: 1;
}

.testimonial-slide {
  border-radius: 25px;
  width: 30%;
  height: 400px;
  margin-right: 40px;
  padding-bottom: 0;
  position: static;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: 430px;
}

.testimonial-client-image {
  border-radius: 15px;
  padding-top: 8px;
}

.client-job-position {
  color: #464444;
  letter-spacing: .02em;
  text-transform: uppercase;
  padding-top: 6px;
  font-size: 14px;
  font-weight: 500;
}

.testimonial-quote {
  padding-bottom: 10px;
}

.mask {
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}

.left-arrow {
  border: 1px solid var(--white);
  background-color: #fff;
  border-radius: 20px;
  width: 65px;
  height: 65px;
  transition: border-color .2s;
  inset: -36% 8% auto auto;
}

.left-arrow:hover {
  border-color: var(--primary-color);
}

.right-arrow {
  border: 1px solid var(--white);
  background-color: #fff;
  border-radius: 20px;
  width: 65px;
  height: 65px;
  transition: border-color .2s;
  inset: -36% 1% auto auto;
}

.right-arrow:hover {
  border-color: var(--primary-color);
}

.article-single-wrap {
  text-align: left;
  padding-right: 20px;
}

.article-section {
  padding-top: 110px;
  padding-bottom: 100px;
}

.article-section.hide {
  display: none;
}

.view-more-section {
  text-align: center;
  padding-top: 10px;
}

.service-button {
  text-align: right;
}

.slide-nav {
  margin-top: 60px;
  display: none;
}

.brand {
  display: none;
}

.about-intro-content {
  padding-top: 20px;
}

.category-collection-list {
  display: flex;
}

.category-page-wrap {
  padding-top: 120px;
  padding-bottom: 100px;
}

.category-link {
  color: #141414;
  padding-bottom: 40px;
  padding-right: 30px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
}

.category-link:hover {
  color: var(--primary-color);
}

.category-link.w--current {
  color: var(--primary-color);
  transition: color .2s;
}

.license-section {
  padding-top: 80px;
  padding-bottom: 100px;
}

.text-link-wrap {
  border-bottom: 1px none var(--white);
  color: var(--white);
  text-decoration: none;
  transition: color .2s;
}

.text-link-wrap:hover {
  color: var(--primary-color);
  border-bottom-style: none;
}

.license-item-wrap.font-wrap {
  margin-top: 60px;
}

.license-website-name {
  margin-bottom: 0;
  font-size: 24px;
}

.map {
  border-radius: 20px;
  height: 210px;
}

.changelog-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.changelog-version-text {
  background-color: var(--primary-color);
  color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  font-size: 36px;
  line-height: 1.5;
  display: flex;
}

.changelog-item {
  align-items: center;
  display: flex;
}

.changelog-content {
  padding-left: 20px;
}

.single-link-block {
  text-decoration: none;
}

.dropdown-nav-link {
  color: var(--heading-black);
  letter-spacing: .02em;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.dropdown {
  display: inline-block;
  top: auto;
}

.dropdown.hide {
  display: none;
}

.dropdown-toggle {
  padding-top: 16px;
  padding-right: 20px;
  top: -4px;
}

.dropdown-toggle:focus {
  border: 1px solid #000;
}

.dropdown-link {
  color: #141414;
  padding: 8px 25px;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 500;
  transition: color .2s;
}

.dropdown-link:hover {
  color: var(--primary-color);
}

.dropdown-link:focus {
  border: 1px solid #000;
}

.dropdown-link.w--current {
  color: var(--primary-color);
}

.dropdown-list {
  padding-top: 10px;
}

.dropdown-list.w--open {
  background-color: #fff;
  padding-bottom: 20px;
  padding-left: 5px;
  padding-right: 10px;
}

.service-link {
  text-decoration: none;
}

.service-link:hover {
  color: var(--primary-color);
}

.doctor-image-link {
  position: relative;
}

.error-message {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.form-error-text {
  color: #fa0d0d;
}

.doctor-image-wrap {
  position: relative;
}

.button-large {
  border: 2px solid var(--primary-color);
  background-color: var(--primary-color);
  color: var(--white);
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 15px;
  padding: 22px 80px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  transition: background-color .2s;
}

.button-large:hover {
  color: var(--heading-black);
  background-color: #0000;
  border-width: 2px;
}

.button-large.transparent {
  color: var(--heading-black);
  background-color: #0000;
}

.button-large.transparent:hover {
  background-color: var(--primary-color);
  color: var(--white);
}

.button-large.about-intro-button:hover {
  color: #fff;
}

.button-large.pricing-button.w--current {
  text-align: center;
  width: 100%;
  padding: 16px 30px;
  font-size: 15px;
}

.button-large.full-width-white {
  text-align: center;
  width: 100%;
}

.button-large.full-width-white:hover {
  color: #fff;
}

.button-large.black-background {
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
}

.button-large.black-background:hover {
  border-color: var(--secondary-color);
  color: var(--heading-black);
  background-color: #0000;
}

.button-large.hover-white {
  padding-top: 18px;
  padding-bottom: 18px;
}

.button-large.hover-white:hover {
  background-color: var(--white);
  color: var(--secondary-color);
}

.button-large.hover-for-dark-bg {
  padding-top: 18px;
  padding-bottom: 18px;
}

.button-large.hover-for-dark-bg:hover {
  color: var(--white);
}

.protected-form-wrap {
  border: 2px solid var(--primary-color);
  background-color: #fff;
  border-radius: 20px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 100px;
}

.protected-page-wrap {
  padding-top: 100px;
  padding-bottom: 100px;
}

.color-section-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.paragraph-wrap {
  padding-top: 20px;
}

.appointment-success-message {
  background-color: var(--primary-color);
  color: var(--white);
  border-radius: 15px;
}

.appointment-error-message {
  background-color: var(--white);
  text-align: center;
  border-radius: 15px;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.error-message-title {
  color: #e92525;
}

.header-section {
  z-index: 99999;
  background-color: var(--white);
  height: 100px;
  position: sticky;
  top: 0;
}

.header-area-grid {
  grid-template-rows: auto;
  justify-content: space-between;
}

.hero-wrapper-grid {
  grid-column-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-top: 60px;
  position: relative;
}

.simple-service-wrap {
  grid-column-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.about-section-wrap {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

.simple-about-image.hide {
  display: none;
}

.service-item-wrap {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.service-title-wrap {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.about-overlay {
  background-image: linear-gradient(to bottom, var(--secondary-color), var(--secondary-color));
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.about-intro-wrap {
  background-color: var(--secondary-color);
  grid-template-rows: auto;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  position: relative;
}

.doctor-crew-wrap {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.excellency-wrap {
  padding-left: 40px;
}

.banner-title-overlay {
  background-image: linear-gradient(#001534e6, #001534e6);
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.doctor-single-grid {
  grid-column-gap: 50px;
  grid-template-rows: auto;
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr .75fr 1fr;
}

.widget-content-three.hide {
  display: none;
}

.widget-content-four {
  padding-left: 15px;
}

.widget-content-four.hide {
  display: none;
}

.appointment-form-grid {
  grid-row-gap: 0px;
}

.promise-grid {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  align-items: center;
}

.promise-wrap {
  padding-right: 0;
}

.promise-list-grid {
  grid-template-rows: auto;
  padding-top: 30px;
}

.featured-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
}

.featured-content-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.featured-service-item {
  display: flex;
}

.service-content-right {
  padding-left: 20px;
}

.consulting-grid-wrap {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.counter-grid-wrap {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.pricing-wrap {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.contact-form-wrap {
  justify-content: center;
  display: flex;
}

.license-wrap {
  align-items: flex-end;
  padding-top: 10px;
  display: flex;
}

.license-link {
  padding-left: 10px;
  transition: color .2s;
}

.license-link:hover {
  color: var(--secondary-color);
}

.article-overlay {
  background-color: #001534e6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.doctor-speciality-wrap {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.appointment-form-section {
  background-color: var(--secondary-color);
  padding-top: 90px;
  padding-bottom: 90px;
}

.appointment-form-section.light-background {
  background-color: var(--light-background);
}

.form-grid-wrap {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.appointment-grid-wrap {
  grid-row-gap: 0px;
}

.doctor-collection-wrapper {
  margin-top: 40px;
}

.slider-arrow-icon {
  margin-bottom: 6px;
}

.top-bar-logo {
  z-index: 2;
  text-align: right;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.top-bar-logo-image-link {
  border: 1px #000;
  border-radius: 0;
  width: 100%;
  padding: 0;
  transition: border-color .125s;
}

.top-bar-logo-image-link:hover {
  border-bottom: 2px none var(--primary-color);
}

.topbar-logo-image {
  width: auto;
  height: 64px;
  max-width: 100%;
  object-fit: contain;
  filter: none;
  padding-top: 3px;
  display: block;
}

.nav-logo-image {
  width: auto;
  height: 64px;
  max-width: 100%;
  object-fit: contain;
  filter: none;
  display: block;
}

.footer-logo-image {
  filter: brightness(0) invert(1);
}

.counter-icon-2 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.counter-icon-2.hide {
  display: none;
}

._3-col-section-icon {
  width: 250px;
}

.simple-service-icon-2 {
  text-align: center;
  background-color: #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  max-width: 0;
  min-height: 120px;
  max-height: 0;
  margin-top: 0;
  margin-right: 12px;
  padding: 0;
  line-height: 1.8;
  display: flex;
}

.simple-service-icon-2.feature {
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  margin-right: 0;
}

.service-icon-2 {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: -13% 0% auto;
}

.service-icon-cusom {
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
}

.promise-content-area-2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.our-promise-item-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.our-promise-item-2.left {
  justify-content: flex-start;
}

.fat-plus-muscle-container {
  justify-content: center;
  margin-bottom: 20px;
  padding-top: 20px;
  display: flex;
}

.fat-plus-muscle-image {
  width: 300px;
}

.navbar-mobile {
  background-color: var(--white);
  border-bottom: .1px solid #1414141c;
  padding-top: 26px;
  padding-bottom: 18px;
  display: none;
  position: sticky;
  top: 0;
}

.video-container {
  border-radius: 20px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.gic-heading-container {
  background-color: var(--primary-color);
  padding: 16px 8px;
  position: relative;
}

.gic-heading-container.right {
  background-color: var(--secondary-color);
}

.gic-heading-container.mid {
  background-color: #07306ecc;
}

.gallery-section-footer-mobile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #005386;
  border-radius: 9999px;
  min-width: 18rem;
  padding: 8px 32px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.button-2.primary {
  background-color: #2ccaff;
}

.button-2.button-outline-tertiary {
  color: #005386;
  background-color: #0000;
  border: 2px solid #005386;
}

.gic-right {
  border-radius: 0 1.5rem 1.5rem 0;
  width: 50%;
  overflow: hidden;
}

.gallery-image-container {
  justify-content: center;
  display: flex;
}

.gic-heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}

.section-button-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.inner-container {
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.section-sub-header {
  color: gray;
  text-align: center;
  margin-top: .5rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.gic-image {
  object-fit: fill;
  width: 100%;
}

.gic-left {
  border-radius: 1.5rem 0 0 1.5rem;
  width: 50%;
  overflow: hidden;
}

.gallery-slider-mobile {
  display: none;
}

.gallery-section {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.gallery-section.dark {
  background-color: #07306e1a;
}

.gallery-section.bg {
  background-color: #f3faff;
}

.gic-sub-heading {
  color: #ffffff80;
  text-align: center;
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.25rem;
  position: absolute;
  inset: auto 0% 1px;
}

.gallery-container {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.gallery-container.hide {
  display: none;
}

.section-disclaimer {
  color: var(--heading-black);
  text-align: center;
  max-width: 800px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.section-disclaimer.white {
  color: var(--white);
}

.gallery-section-footer-desktop {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.section-heading {
  color: #005386;
  text-align: center;
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 2.5rem;
}

.section-disclaimer-container {
  width: 100%;
}

.before-and-gallery-heading {
  text-align: center;
  margin-top: 0;
  font-size: 40px;
  line-height: 1.2;
}

.before-and-gallery-heading.center {
  text-align: center;
  font-size: 40px;
}

.before-and-gallery-sub-heading {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 30px;
}

.before-and-gallery-sub-heading.consult {
  color: #555;
  text-align: left;
}

.before-and-gallery-sub-heading.about-intro-content {
  color: var(--white);
  font-size: 18px;
  line-height: 1.7;
}

.before-and-gallery-sub-heading.white {
  color: var(--white);
}

.before-and-gallery-sub-heading.minimal-padding {
  padding-top: 0;
  padding-bottom: 5px;
}

.top-5-reason-button-mobile {
  text-align: right;
  display: none;
}

.top-5-reasons {
  text-align: right;
}

.top-5-reasons.hide {
  display: none;
}

.benifits-of-hypersculpt, .get-beach-ready-home {
  padding-top: 60px;
  padding-bottom: 60px;
}

.form-disclaimer-text {
  color: var(--white);
  font-size: 12px;
  line-height: 1.2;
}

.form-disclaimer-text.dark {
  background-color: var(--alice-blue);
  color: var(--heading-black);
}

.div-block {
  margin-top: 20px;
}

.simple-service-icon-with-header-mobile {
  text-align: center;
  background-color: #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 85px;
  max-width: 0;
  min-height: 85px;
  max-height: 0;
  margin-top: 35px;
  margin-right: 12px;
  padding: 0;
  line-height: 1.8;
  display: flex;
}

.simple-service-icon-with-header-mobile.feature {
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  margin-right: 0;
}

._3-col-section-icon-with-header {
  width: 150px;
}

.heading {
  color: var(--white);
}

.top-5-reasons-number {
  color: var(--white);
  margin-top: 15px;
}

.listing-2 {
  width: 100%;
}

.listing-2-list {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.listing-2-item {
  height: 480px;
  display: flex;
}

.empty-state-default {
  background-color: #e4d9d1;
  border: 1px solid #b69f8f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5em;
  font-size: 2em;
  font-weight: 500;
  display: flex;
}

.listing-heading-uni-1 {
  color: #fff;
  font-size: 1.5em;
  font-weight: 400;
}

.image-animation-trigger {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.image-animation-trigger._3d-for-image {
  width: 100%;
  height: 100%;
  position: absolute;
}

.arrow-block-1 {
  z-index: 10;
  width: 50px;
  height: 50px;
  position: relative;
}

._3d-block {
  z-index: 8;
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.circle-button {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.arrow-icon-1 {
  z-index: 2;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.2em;
  position: relative;
}

.listing-2-content {
  z-index: 20;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 27em;
  display: flex;
  position: relative;
}

.listing-arrow-link {
  grid-column-gap: 1.25em;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.circle-bg-1 {
  z-index: 1;
  background-color: #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.uppercase-listing-title {
  z-index: 20;
  color: #ffffffb3;
  letter-spacing: .3em;
  text-transform: uppercase;
  margin-bottom: auto;
  font-size: .8em;
  font-weight: 600;
  position: relative;
}

.animation-color-bg {
  z-index: 15;
  background-color: #fff;
  display: none;
  position: absolute;
  inset: 0%;
}

.animation-color-bg.is-dark-blue-color {
  background-color: #03192c;
}

.listing-2-link-block {
  border: 1px solid #ffffff26;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 4em;
  transition: border-color .2s;
  display: flex;
  position: relative;
}

.listing-2-link-block:hover {
  border-color: #fff6;
}

.listing-4-link-2-text {
  margin-bottom: 0;
  font-size: 1.3em;
}

.listing-bg {
  z-index: 10;
  mix-blend-mode: multiply;
  background-image: linear-gradient(#0a03184d 38%, #0e4675);
  position: absolute;
  inset: 0%;
}

.cover-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.listing-3-desc {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 6em;
  display: flex;
}

.listing-text {
  color: #fffc;
  line-height: 1.7em;
}

.packages-home-section {
  background-color: var(--secondary-color);
  padding-top: 90px;
  padding-bottom: 90px;
}

.packages-home-section.light-background {
  background-color: var(--light-background);
}

.packages-home-section.hide {
  display: none;
}

.pp-details-container {
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.pp-dc-item {
  border-right: 1px solid #00aeef;
  flex-direction: column;
  align-items: center;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.pp-dc-item.last {
  border-right-style: none;
}

.pp-dc-i {
  color: #fffc;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

.pp-dc-v {
  color: #fffc;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
}

.packages-home-title-wrap {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  margin-bottom: 60px;
}

.packages-home-section-title {
  color: var(--white);
  text-align: left;
  margin-top: 0;
}

.packages-home-section-title.white {
  color: #fff;
  background-color: #0000;
  font-size: 40px;
}

.packages-home-section-title.center {
  text-align: center;
  font-size: 40px;
}

.packages-home-button-mobile {
  text-align: right;
  display: none;
}

.badges-section-mobile {
  display: none;
}

.badges-section {
  background-color: #e5e5e5;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.badges-inner-section {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.things-you-should-know-details-list {
  background-color: var(--secondary-color);
  text-align: left;
  border-radius: 20px;
  padding: 45px;
}

.things-you-should-know-about-coolsculpting-section {
  background-color: #3e8cff0d;
  padding-top: 60px;
  padding-bottom: 60px;
}

.no-substiture-subheading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
}

.hero-area-title-heading {
  color: var(--heading-black);
  letter-spacing: -.01em;
  margin-top: 10px;
  font-size: 36px;
  line-height: 1.2;
}

.hero-area-title-heading.italic {
  font-style: italic;
}

.hero-area-title-heading.italic.uppercase {
  text-transform: uppercase;
}

.hero-area-title-heading.white {
  color: var(--white);
}

.navbar-container {
  width: 100%;
  display: flex;
}

.hero-disclaimer-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  inset: auto 0% 40px;
}

.hero-disclaimer-text {
  color: #fffc;
  text-align: center;
  background-color: #07306e80;
  margin-bottom: 0;
  padding: 5px;
  font-size: 16px;
  font-weight: 700;
}

.simple-service-content-container {
  letter-spacing: -.01em;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  font-size: 19px;
  display: flex;
}

.things-you-should-know-wrap-section-wrap-copy {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
}

.top-5-reasons-title-wrap {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: center;
}

.top-5-reasons-section-title {
  color: var(--heading-black);
  text-align: center;
  margin-top: 0;
}

.top-5-reasons-section-title.white {
  color: #fff;
  background-color: #0000;
  font-size: 40px;
}

.top-5-reasons-section-title.center {
  text-align: center;
  font-size: 40px;
}

.things-we-should-know-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.2;
}

.things-we-should-know-heading.center {
  text-align: center;
  font-size: 40px;
}

.things-we-about-content {
  margin-bottom: 20px;
  position: relative;
}

.things-section-button-container {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.things-we-section-disclaimer-container {
  width: 100%;
  margin-top: 10px;
}

.consult-sub-heading {
  text-align: center;
  margin-top: 0;
  font-size: 30px;
  font-style: italic;
  line-height: 1.2;
}

.consult-sub-heading.center {
  text-align: center;
  font-size: 40px;
}

.there-is-no-substitute-heading {
  text-align: center;
  margin-top: 0;
  font-size: 40px;
  line-height: 1.2;
}

.there-is-no-substitute-heading.center {
  text-align: center;
  font-size: 40px;
}

.there-is-no-sub-section-wrap {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-flow: row;
}

.image-with-text-over-container {
  position: relative;
}

.image-with-text-over-container.hide {
  display: none;
}

.image-with-text-over-container.watermark-container {
  position: relative;
}

.image-with-text-over {
  border-radius: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.image-with-text-over-text {
  color: var(--white);
  text-align: center;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  position: absolute;
  inset: 20px 0% auto;
}

.image-with-text-over-text.hide {
  display: none;
}

.footer-link-white, .footer-link-white:hover {
  color: var(--white);
}

.schedule-form-subtext {
  padding-top: 10px;
  padding-bottom: 30px;
}

.schedule-form-subtext.consult {
  color: #555;
  text-align: left;
}

.schedule-form-subtext.about-intro-content {
  color: var(--white);
  font-size: 18px;
  line-height: 1.7;
}

.schedule-form-subtext.white {
  color: var(--white);
}

.schedule-form-subtext.minimal-padding {
  padding-top: 0;
  padding-bottom: 5px;
}

.schedule-form-subtext.text-center {
  text-align: center;
}

.promise-content-subtitle {
  color: var(--heading-black);
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.5;
}

.promise-content-subtitle.service-single-intro {
  margin-top: 0;
  font-size: 28px;
  line-height: 1.3;
}

.get-beach-ready {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}

.get-beach-ready.white {
  color: #fff;
  background-color: #0000;
  font-size: 40px;
}

.get-beach-ready.center {
  text-align: center;
  font-size: 40px;
}

.packages-content-subtitle {
  color: var(--white);
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.5;
}

.packages-content-subtitle.service-single-intro {
  margin-top: 0;
  font-size: 28px;
  line-height: 1.3;
}

.packages-content-subtitle.center {
  text-align: center;
}

.pp-dc-item-inner {
  grid-column-gap: 3px;
  display: flex;
}

.text-span-6 {
  text-decoration: underline;
}

.footer-section-heading {
  color: var(--heading-2);
  text-align: left;
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
}

.footer-section-heading.center {
  color: var(--heading-2);
  text-align: center;
}

.footer-safety-section {
  background-color: var(--secondary-color);
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-span, .text-span-3 {
  color: #2ccaff;
}

.fs-two-column {
  width: 100%;
}

.footer-text {
  color: #fff;
  margin-bottom: 4rem;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.footer-text.dark-color {
  color: var(--heading-black);
}

.text-span-2, .text-span-5 {
  color: #2ccaff;
}

.footer-text-link {
  color: #fff;
  margin-bottom: 4rem;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.footer-text-link:hover {
  color: var(--primary-color);
}

.footer-section-heading-2 {
  color: #2ccaff;
  text-align: left;
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
}

.footer-section-heading-2.tertiary {
  color: var(--secondary-color);
}

.footer-legal-information-section {
  background-color: var(--alice-blue);
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.footer-text-2 {
  color: #fff;
  margin-bottom: 4rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2.25rem;
}

.references-list {
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 24px;
  font-size: 18px;
  line-height: 1.5;
  display: flex;
}

.inner-container-2 {
  max-width: 1325px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.rli-link {
  color: #005386;
  text-decoration: none;
}

.references-list-item {
  color: var(--heading-black);
  text-align: left;
  width: 46%;
  margin-bottom: 20px;
  padding-left: 1.5rem;
  font-size: 18px;
  font-style: italic;
  line-height: 1.5;
}

.footer-link-dark {
  color: var(--heading-black);
  margin-bottom: 4rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2.25rem;
}

.footer-link-dark:hover {
  color: var(--primary-color);
}

.header-phone-button-link {
  background-color: var(--primary-color);
  border-radius: 15px;
  margin-left: 20px;
  text-decoration: none;
  transition: background-color .2s;
}

.header-phone-button-link:hover {
  background-color: var(--secondary-color);
}

.there-is-no-substitute-heading-mobile {
  text-align: center;
  margin-top: 0;
  font-size: 40px;
  line-height: 1.2;
  display: none;
}

.there-is-no-substitute-heading-mobile.center {
  text-align: center;
  font-size: 40px;
}

.before-and-gallery-heading-mobile {
  text-align: center;
  margin-top: 0;
  font-size: 40px;
  line-height: 1.2;
  display: none;
}

.before-and-gallery-heading-mobile.center {
  text-align: center;
  font-size: 40px;
}

.book-consult-title-mobile {
  text-align: left;
  margin-top: 0;
}

.book-consult-title-mobile.white {
  color: #fff;
  background-color: #0000;
  font-size: 40px;
  display: none;
}

.book-consult-title-mobile.center {
  text-align: center;
  font-size: 40px;
}

.get-beach-ready-home-mobile {
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.get-beach-ready-mobile-wrap {
  padding-right: 0;
}

.get-beach-ready-item {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.get-beach-ready-item.left {
  justify-content: flex-start;
}

.gbr-content-area {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.gbr-content-title {
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}

.gbr-content-title.service-single-intro {
  margin-top: 0;
  font-size: 28px;
  line-height: 1.3;
}

.gbr-content-subtitle {
  color: var(--heading-black);
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.5;
}

.gbr-content-subtitle.service-single-intro {
  margin-top: 0;
  font-size: 28px;
  line-height: 1.3;
}

.text-span-7 {
  text-decoration: underline;
}

.schedule-form-locations-list-wrapper {
  display: none;
}

.form-input-select {
  color: #555;
  letter-spacing: .01em;
  background-color: #fff;
  border: 1px #000;
  border-radius: 20px;
  height: 65px;
  min-height: 0;
  margin-bottom: 20px;
  padding-left: 10px;
}

.form-input-select::placeholder {
  font-size: 19px;
}

.form-input-select.protected-page {
  background-color: #f4f4f4;
}

.form-input-select.border-field {
  color: #555;
  border-style: solid;
  border-color: #8fa4c4;
  margin-bottom: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
}

.form-input-select.border-field::placeholder {
  color: #555;
  font-family: DM Sans, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
}

.form-input-select.textarea-border {
  border-style: solid;
  border-color: #8fa4c4;
  min-height: 150px;
  font-family: DM Sans, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.container-2 {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.section-timeline {
  z-index: -3;
  background-color: var(--secondary-color);
  position: relative;
}

.section-timeline.hide {
  display: none;
}

.text-colour-white {
  color: #fff;
}

.timeline_circle {
  box-shadow: 0 0 0 8px var(--secondary-color);
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
}

.timeline_quote-text-wrapper {
  flex: 1;
}

.timeline_quote-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: #fff;
  background-image: linear-gradient(#ff7448, #ff4848 51%, #6248ff);
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.text-colour-lightgrey {
  color: #ffffffa6;
}

.margin-bottom-medium {
  margin-bottom: 32px;
}

.timeline_quote-image {
  border-radius: 8px;
  width: 48px;
  height: 48px;
  margin-right: 24px;
}

.timeline_definition-wrapper {
  background-color: #ffffff0d;
  border-radius: 16px;
  padding: 16px;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline_progress {
  z-index: -2;
  background-color: #414141;
  width: 3px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 36%;
  overflow: visible;
}

.timeline_image-wrapper {
  background-image: linear-gradient(138deg, #000, #0000 28%), url('../images/Image-Background.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 12px;
  margin-bottom: 40px;
  overflow: hidden;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 2fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_quote-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

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

.timeline_text {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

.timeline_text.dark {
  color: #555;
}

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

.overlay-fade-top {
  background-image: linear-gradient(to bottom, var(--secondary-color), #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.overlay-fade-bottom {
  background-image: linear-gradient(to top, var(--secondary-color), #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.timeline_link {
  opacity: .6;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

.timeline_date-text {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 46px;
  font-weight: 500;
  line-height: 1.2;
  position: static;
  top: 50vh;
}

.timeline_milestone-badge {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_badge {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #ffffff26;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_quote {
  color: #fff;
  margin-bottom: 16px;
  font-size: 14px;
}

.heading-2 {
  position: sticky;
  top: 50vh;
}

.step-heading-small {
  color: var(--primary-accent);
  margin-top: 0;
  font-family: DM Sans, sans-serif;
  font-size: 30px;
  line-height: 30px;
  position: static;
  top: 40vh;
}

.timeline-header {
  position: sticky;
  top: 50vh;
}

.timeline-list {
  color: var(--white);
}

.timeline-list.dark {
  color: #555;
}

.text-span-8 {
  text-transform: uppercase;
  text-decoration: none;
}

.timeline-step-image {
  width: 100%;
}

.timeline-header-subtext {
  color: #ffffffbf;
  margin-top: 10px;
  margin-bottom: 0;
}

.hiw-intro-section {
  background-image: url('../images/about-banner-image.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 250px;
  position: relative;
}

.hiw-overlay {
  background-image: linear-gradient(#001534e6, #001534e6);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.hiw-intro-wrap {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  position: relative;
}

.hiw-cool101-features-list-wrap {
  padding-left: 40px;
}

.coolsculpting-101 {
  background-color: var(--alice-blue);
}

.coolsculpting-101-inner {
  z-index: 4;
  background-color: #fff;
  border-radius: 20px;
  margin-top: -30px;
  margin-bottom: 60px;
  padding: 30px 40px 60px;
  position: relative;
  box-shadow: 1px 1px 1px #00000005;
}

.cs-sbs-content-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 150px;
  padding: 32px 16px;
  display: flex;
}

.sup-link {
  text-decoration: none;
}

.sup-link.f2 {
  color: #f2f2f2;
}

.cs-sbs-item {
  background-color: var(--secondary-color);
}

.cs-sbs-item.even {
  background-color: var(--primary-color);
}

.cs-sbs-item-c-text {
  color: #f2f2f2;
  margin-bottom: 0;
  padding-left: 16px;
  font-size: 18px;
  line-height: 28px;
}

.disclaimer-button-container {
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.cs-sbs-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cs-sbs-item-c-number-container {
  border-right: 1px solid #005386;
}

.disclaimer-text {
  color: gray;
  text-align: center;
  max-width: 800px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.cs-sbs-before-after {
  margin-top: 32px;
}

.cs-sbs-item-c-number {
  color: #f2f2f2;
  margin-bottom: 0;
  padding-right: 16px;
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
}

.cs-sbs-item-image {
  width: 100%;
}

.coolsculpting-step-by-step {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--alice-blue);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 80px;
}

.coolsculpting-step-by-step.hide {
  display: none;
}

.cs-sbs-item-content {
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  display: flex;
}

.cs-sbs-item-content.even {
  margin-left: 0;
  margin-right: auto;
}

.hiw-top-5-reasons {
  background-color: #fff;
  padding-top: 90px;
  padding-bottom: 10px;
}

.hiw-top-5-reasons.hide {
  display: none;
}

.hiw-top-5-reasons-title-wrap {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: center;
}

.hiw-top-5-reasons-section-area {
  margin-top: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.hiw-top-5-reasons-section-area.home-page-service {
  margin-top: 20px;
  padding-top: 60px;
}

.hiw-top-5-featured-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
}

.hiw-top-5-featured-list.hospital-speciality {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hiw-top-5-featured-list.treatments {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.hiw-top-5-featured-list.price-list {
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
}

.hiw-top-5-featured-list.doctor-single-feature {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.hiw-top-5-reason-featured-list-container {
  margin-top: 20px;
}

.hiw-top-5-reason-featured-list-container.hide {
  display: none;
}

.csbs-section-footer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.timeline-step-image-mobile {
  width: 100%;
  display: none;
}

.simple-section {
  background-color: var(--alice-blue);
  padding-top: 90px;
  padding-bottom: 120px;
}

.priv-header {
  text-align: left;
}

.simple-section-title {
  text-align: center;
  margin-top: 0;
}

.simple-section-title.white {
  color: #fff;
  background-color: #0000;
  font-size: 40px;
}

.simple-section-title.center {
  text-align: center;
  font-size: 40px;
}

.possible-side-effects-section {
  background-color: #fff;
  padding-top: 90px;
  padding-bottom: 10px;
}

.possible-side-effects-section.hide {
  display: none;
}

.possible-side-effects-content {
  margin-top: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.possible-side-effects-content.home-page-service {
  margin-top: 20px;
  padding-top: 60px;
}

.j-title-text {
  border: 1px solid var(--primary-color);
  border-radius: 20px;
  min-height: 100px;
  position: relative;
}

.jtt-header {
  position: absolute;
  top: -25px;
  left: 25px;
}

.heading-3 {
  background-color: var(--secondary-color);
  border-radius: 100px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 24px;
  line-height: 1.2;
  display: inline-block;
}

.jtt-text-container {
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.jtt-heading {
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 100px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 30px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  display: inline-block;
}

.margin-bottom-small {
  margin-bottom: 10px;
}

.margin-top-medium {
  margin-top: 32px;
}

.margin-top-small {
  margin-top: 10px;
}

.text-span-9, .jtt-span-highlight {
  color: var(--primary-color);
  font-weight: 700;
}

.ca-vs-e-section {
  background-color: var(--primary-color);
  padding-top: 90px;
  padding-bottom: 120px;
}

.ca-vs-e-section.hide {
  display: none;
}

.ca-vs-e-container {
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.ca-vs-e-container.home-page-service {
  margin-top: 20px;
  padding-top: 60px;
}

.main-section-title {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: center;
}

.pricing-card-grid {
  z-index: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.pricing-option {
  color: #100c69;
  margin-bottom: 12px;
  font-size: 26px;
  line-height: 1.6em;
}

.discount-heading {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.card-container {
  z-index: 1;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  height: 100%;
  padding: 30px 24px 24px;
  display: flex;
  position: relative;
}

.card-container.relative {
  position: relative;
}

.ix-shadow {
  z-index: -1;
  background-color: #009a911f;
  border-radius: 12px;
  position: absolute;
  inset: 0%;
  box-shadow: 1px 1px 10px #009a9133;
}

.pricing-description-2 {
  color: #4a556c;
  margin-bottom: 20px;
  font-weight: 400;
}

.pricing-features {
  color: #100c69;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
}

.button-3 {
  background-color: #009a91;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.button-3:hover {
  background-color: #056e68;
}

.payment-terms {
  font-size: 12px;
}

.feature-grid {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  margin-bottom: 32px;
}

.check-svg {
  margin-right: 12px;
}

.discount-container {
  background-color: #009a91;
  border-radius: 12px;
  padding: 8px 18px;
  display: inline-block;
  position: absolute;
  inset: -4% 7% auto auto;
}

.price {
  color: #100c69;
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 1.1;
}

.relative {
  position: relative;
}

.detail {
  color: #4a556c;
  margin-bottom: 0;
  font-weight: 400;
}

.feature-wrap {
  align-items: center;
  display: flex;
}

.feature-list-style {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
}

.feature-list-style.hospital-speciality {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-list-style.treatments {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.feature-list-style.price-list {
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
}

.feature-list-style.doctor-single-feature {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.feature-list-style.margin-top-medium {
  margin-top: 20px;
}

.ca-vs-e-heading {
  color: var(--secondary-color);
  margin-bottom: 12px;
  font-size: 26px;
  line-height: 1.6em;
}

.text-span-10, .text-span-11 {
  color: var(--primary-color);
}

.ca-vs-e-title {
  color: var(--white);
  text-align: center;
  margin-top: 0;
}

.ca-vs-e-title.white {
  color: #fff;
  background-color: #0000;
  font-size: 40px;
}

.ca-vs-e-title.center {
  text-align: center;
  font-size: 40px;
}

.breakout-section {
  border: 1px solid var(--primary-color);
  border-radius: 20px;
  padding: 15px;
  font-style: italic;
}

.text-span-12 {
  font-size: 18px;
  font-style: italic;
}

.ca-vs-e-subtitle {
  color: #fff;
  text-align: center;
  font-size: 22px;
}

.ca-vs-e-title-mobile {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  display: none;
}

.ca-vs-e-title-mobile.white {
  color: #fff;
  background-color: #0000;
  font-size: 40px;
}

.ca-vs-e-title-mobile.center {
  text-align: center;
  font-size: 40px;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  display: block;
}

.dropdown-2 {
  align-items: flex-end;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.dropdown-list-2 {
  inset: 107% 0% auto;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  border-radius: 12px;
  width: 12rem;
}

.text-size-medium {
  font-size: 1.125rem;
  line-height: 1.6;
}

.text-size-medium.text-align-center.locations {
  display: block;
}

.text-block-2 {
  color: #505050;
  margin-right: 36px;
  font-size: 1.125rem;
  font-weight: 400;
}

.locations-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: start center;
  display: grid;
}

.filter-categories-label-2 {
  color: #141414;
  margin-right: 16px;
  padding-left: 0;
  font-size: 22px;
  font-weight: 400;
  display: block;
}

.filter-categories-label-2.mobile {
  display: none;
}

.filter-categories-section-2 {
  align-self: center;
  display: block;
}

.light-blu-underline {
  background-color: #005eff47;
  height: 1px;
  display: block;
}

.light-blu-underline.locations {
  margin-bottom: 1rem;
  display: block;
}

.categories-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: flex;
}

.county-arrow-icon {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  inset: 15% 0% 0%;
}

.contianer-locations {
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-xlarge {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading-xlarge.heading-pt-serif {
  font-family: PT Serif, serif;
  font-weight: 700;
}

.heading-xlarge.heading-pt-serif.text-align-center {
  line-height: 1.2;
}

.container-3 {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.container-3.categories-cntr {
  width: 100%;
  max-width: none;
  margin: 2rem auto;
  display: flex;
  overflow: visible;
}

.filter-location-flex-container {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  display: none;
}

.dropdown-toggle-2 {
  border-bottom: 1px #1030a0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: baseline;
  padding: 0 30px 0 0;
}

.dropdown-toggle-2.w--open {
  border-bottom-style: none;
}

.location-item-card {
  border-radius: 12px;
  transition: box-shadow .25s ease-in-out;
  box-shadow: 2px 2px 12px #0000001a;
}

.location-item-card:hover {
  box-shadow: 6px 6px 19px #00000026;
}

.location-item-section {
  max-width: 300px;
  position: relative;
}

.location-item {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 0;
  padding: 0 0 40px;
  position: static;
}

.locations-wrap {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.section-heading-1 {
  text-align: center;
  margin-top: 0;
  font-size: 40px;
  line-height: 1.2;
}

.section-heading-1.center {
  text-align: center;
  font-size: 40px;
}

.section-sub-heading-1 {
  text-align: center;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 0;
}

.section-sub-heading-1.consult {
  color: #555;
  text-align: left;
}

.section-sub-heading-1.about-intro-content {
  color: var(--white);
  font-size: 18px;
  line-height: 1.7;
}

.section-sub-heading-1.white {
  color: var(--white);
}

.section-sub-heading-1.minimal-padding {
  padding-top: 0;
  padding-bottom: 5px;
}

.link {
  color: var(--secondary-color);
  font-size: 28px;
  line-height: 1.2;
}

.link.w--current {
  color: var(--primary-color);
  position: relative;
}

.faq-menu {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  display: flex;
}

.faq-menu-item-label {
  background-color: #0000;
  max-width: 64ch;
  text-decoration: none;
}

.faq-container {
  flex-direction: row;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.faq-answer-p {
  line-height: 1.5em;
}

.faq-group-row {
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 5rem;
}

.faq-group-row.hide {
  display: none;
}

.faq-answer {
  padding: 0 2rem;
  overflow: hidden;
}

.faq-menu-title {
  width: 100%;
  padding: 1rem 2rem;
}

.faq-menu-title.hide {
  display: none;
}

.faq-menu-wrapper {
  width: 30%;
  height: 100%;
  position: sticky;
  top: 168px;
}

.faq-groups-wrapper {
  width: 70%;
  padding: 1rem;
  position: static;
  left: 30%;
}

.faq-arrow {
  z-index: 0;
  position: relative;
}

.faq-question {
  cursor: pointer;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  display: flex;
}

.faq-menu-item {
  color: #20202466;
  flex: none;
  align-items: center;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: 1rem 2rem;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.faq-menu-item.w--current {
  box-shadow: none;
  color: #3c3d49;
  border-radius: 999px;
  margin-left: .5rem;
  margin-right: .5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.3rem;
  font-weight: 700;
  transition: color .3s, font-size .3s;
}

.faq-question-label {
  color: var(--heading-black);
  background-color: #0000;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}

.faq-menu-title-label {
  font-size: 2rem;
  line-height: 1.5em;
}

.accent-color {
  color: #454dec;
}

.icon {
  position: absolute;
  inset: 0% 0% 3px auto;
}

.h-package-item {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  padding: 0 0 40px;
  position: static;
}

.h-package-image-wrap {
  position: relative;
}

.h-package-image-link {
  width: 100%;
  position: relative;
}

.h-package-listing-image {
  border-radius: 20px;
  width: 100%;
  position: relative;
}

.h-package-quicklinks {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  inset: 53% 0% auto;
}

.h-package-quicklinks.doctor-single-links {
  padding-left: 20px;
}

.h-package-quicklinks.doctor-listing {
  position: absolute;
  inset: auto 0% -15%;
}

.h-package-quicklinks.h-package-listing, .h-package-quicklinks.list-3-package-listing {
  position: absolute;
  inset: auto 0% -40px;
}

.h-package-contact-link-wrap {
  border: 2px solid var(--primary-color);
  background-color: var(--primary-color);
  color: var(--white);
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  min-height: 60px;
  margin-left: 5px;
  margin-right: 5px;
  transition: border-color .2s, background-color .2s;
  display: flex;
  box-shadow: 1px 0 18px #0003;
}

.h-package-contact-link-wrap:hover {
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
  color: var(--white);
}

.h-package {
  border: 2px solid var(--primary-color);
  background-color: var(--primary-color);
  color: var(--white);
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  min-height: 60px;
  margin-left: 5px;
  margin-right: 5px;
  transition: border-color .2s, background-color .2s;
  display: flex;
  box-shadow: 1px 0 18px #0003;
}

.h-package:hover {
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
  color: var(--white);
}

.h-package-contents {
  margin-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.h-package-single-link-block {
  text-decoration: none;
}

.h-package-title {
  margin-bottom: 7px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  transition: color .2s;
}

.h-package-title:hover {
  color: var(--primary-color);
}

.h-package-pp-details-container {
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.h-package-pp-dc-item {
  background-color: #3e8cffe6;
  border-right: 1px solid #00aeef;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  display: flex;
}

.h-package-pp-dc-item.last {
  border-right-style: none;
}

.h-package-pp-dc-i {
  color: #fffc;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

.h-package-pp-dc-v {
  color: #fffc;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
}

.h-package-pp-dc-item-inner {
  grid-column-gap: 3px;
  display: flex;
}

.heading-4 {
  font-size: 30px;
}

.heading-4.uppercase {
  text-transform: uppercase;
}

.gic-mid {
  width: 50%;
  overflow: hidden;
}

.gallery-item-container.hide {
  display: none;
}

.heading-5 {
  color: var(--primary-color);
  text-align: center;
}

.faqs-page-section {
  padding-top: 60px;
  padding-bottom: 100px;
}

.faqs-page-section.hide {
  display: none;
}

.sa-page-section {
  padding-top: 60px;
  padding-bottom: 100px;
}

.sa-content-area {
  justify-content: center;
  align-items: center;
  display: block;
}

.sa-inner-container {
  margin-top: 100px;
  display: flex;
  position: relative;
}

.sa-inner-left {
  width: 30%;
  height: 100%;
  position: sticky;
  top: 200px;
}

.sa-inner-right {
  width: 70%;
}

.sidebar-heading {
  font-size: 34px;
}

.articles-container {
  margin-top: 40px;
  margin-bottom: 40px;
}

.ai-title {
  color: var(--heading-black);
  font-size: 24px;
}

.locations-filter-link {
  color: var(--secondary-color);
  margin-top: 1px;
  margin-right: 32px;
  font-size: 24px;
  line-height: 1.2;
}

.locations-filter-link.w--current {
  color: var(--primary-color);
  position: relative;
}

.locations-zip-code-line {
  grid-column-gap: 5px;
  justify-content: center;
  display: flex;
}

.location-zip-code-address-comma {
  color: var(--primary-color);
  letter-spacing: .015em;
  margin-left: -5px;
  font-size: 17px;
  font-weight: 500;
}

.contact-link-wrap-big {
  border: 2px solid var(--primary-color);
  background-color: var(--primary-color);
  color: var(--white);
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  min-height: 60px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
  transition: border-color .2s, background-color .2s;
  display: flex;
  box-shadow: 1px 0 18px #0003;
}

.contact-link-wrap-big:hover {
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
  color: var(--white);
}

.location-get-direction-text {
  margin-bottom: 0;
}

.location-item-footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.location-card-item-appt {
  margin-top: -20px;
  margin-bottom: 0;
  font-size: 16px;
}

.location-card-item-title-top {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  transition: color .2s;
}

.location-card-item-title-top:hover {
  color: var(--primary-color);
}

.location-card-item-title {
  margin-top: 5px;
  margin-bottom: 7px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  transition: color .2s;
}

.bold-text-2 {
  color: #141414cc;
}

.location-card-item-phone {
  color: #141414;
  letter-spacing: .06em;
  text-transform: uppercase;
  border: 1px #0000;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

.location-card-item-phone:hover {
  color: var(--primary-color);
}

.paragraph {
  text-align: right;
  display: inline-block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.watermark {
  color: var(--white);
  text-align: right;
  background-color: #141414b3;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-style: normal;
  display: inline-block;
  position: absolute;
  inset: 10px 10px auto auto;
}

.watermark.white {
  color: var(--white);
}

.watermark.hidden {
  display: none;
}

.watermark-container {
  position: relative;
}

.banner-heading-section {
  text-align: center;
  background-color: #3e8cff33;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
}

.container-4 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.banner-heading-inner {
  padding-top: 10px;
  padding-bottom: 10px;
}

.banner-heading {
  color: #07306e;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 40px;
}

.drf-list-header {
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
}

.hero-disclaimer-container-2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  inset: auto 0% 0;
}

.badge-image {
  width: 300px;
}

.badge-container-2 {
  margin-top: 0;
}

.container-5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.hero-section-2 {
  background-color: #3e8cff;
  background-image: url('../images/ice-cube-desktop.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.drf-list-item-header {
  color: #141414;
  letter-spacing: .01em;
  background-image: url('../images/check-circle.svg');
  background-position: 0 4%;
  background-repeat: no-repeat;
  background-size: auto 24px;
  padding-top: 0;
  padding-bottom: 16px;
  padding-left: 40px;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.content-area-left-2 {
  padding-top: 0;
  padding-bottom: 100px;
}

.container-6 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.banner-heading-2 {
  color: #07306e;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 30px;
}

.address-link {
  color: #07306e;
  text-decoration: none;
}

.address-link:hover {
  text-decoration: none;
}

.get-beach-ready-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-7 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.home-about_top {
  grid-column-gap: 3rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-rounded {
  border-radius: 20px;
}

.image-rounded.about-us-freeze-image {
  margin-left: auto;
  margin-right: auto;
}

.home-about_top-right {
  grid-column-gap: 0px;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  max-width: 28rem;
  display: flex;
}

.section-heading-2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  line-height: 1;
}

.section-sub-heading {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  line-height: 1.5;
}

.section-side-text {
  margin-top: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
}

.hero-wrapper-griid-2 {
  grid-column-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-top: 60px;
  position: relative;
}

.book-form-section-with-address {
  background-color: var(--secondary-color);
  padding-top: 90px;
  padding-bottom: 90px;
}

.book-form-section-with-address.light-background {
  background-color: var(--light-background);
}

.no-substitute-badge {
  border-radius: 20px;
}

.no-substitude-right {
  grid-column-gap: 0px;
  grid-row-gap: 0rem;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  display: flex;
}

.no-substitute-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.drf-list-item {
  letter-spacing: .01em;
  background-image: url('../images/check-circle.svg');
  background-position: 0 4%;
  background-repeat: no-repeat;
  background-size: auto 24px;
  padding-top: 0;
  padding-bottom: 16px;
  padding-left: 40px;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  line-height: 1.2;
}

.container-8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.before-and-gallery-sub-heading-2 {
  color: #555;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 30px;
  font-family: DM Sans, sans-serif;
  font-size: 19px;
  line-height: 1.5;
}

.before-and-gallery-heading-2 {
  text-align: center;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  line-height: 1.2;
}

.no-substitude-badges {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.drf-list {
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
}

.no-substitute-inner {
  grid-column-gap: 3rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.location-title-in-footer-book-form {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 30px;
}

.location-title-in-footer-book-form.white {
  color: #fff;
  background-color: #0000;
  font-size: 40px;
}

.location-title-in-footer-book-form.center {
  text-align: center;
  font-size: 40px;
}

.location-sub-title-in-footer-book-form {
  color: var(--white);
  text-align: left;
  margin-top: 20px;
  font-size: 24px;
}

.location-sub-title-in-footer-book-form.white {
  color: #fff;
  background-color: #0000;
  font-size: 40px;
}

.location-sub-title-in-footer-book-form.center {
  text-align: center;
  font-size: 40px;
}

.location-in-form-phone {
  color: var(--white);
}

.location-in-form-phone:hover {
  color: var(--primary-color);
}

.location-in-form-address {
  color: var(--white);
  padding-top: 10px;
  padding-bottom: 30px;
}

.location-in-form-address.consult {
  color: #555;
  text-align: left;
}

.location-in-form-address.about-intro-content {
  color: var(--white);
  font-size: 18px;
  line-height: 1.7;
}

.location-in-form-address.white {
  color: var(--white);
}

.location-in-form-address.minimal-padding {
  padding-top: 0;
  padding-bottom: 5px;
}

.location-in-form-address.text-center {
  text-align: center;
}

.faqs-collection-container {
  padding-top: 40px;
}

.faqs-collection-heading {
  color: #222c47;
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 30px;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
}

.faqs-collection-heading-subtext {
  color: #222c47;
  margin-bottom: 0;
  margin-left: 30px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
}

.faqs-collection {
  margin-top: 25px;
}

.faqs-answer-richtext {
  color: #555;
  text-align: left;
  font-size: 18px;
  line-height: 1.5;
}

.faqs-q {
  color: #fff;
  white-space: break-spaces;
  background-color: #0000;
  border-radius: 30px;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-left: 30px;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.faqs-q.w--open {
  border-bottom: 1px solid #0000001a;
}

.faqs-q.bg-peru, .faqs-q.bg-faq-2, .faqs-q.bg-faq-3 {
  color: var(--heading-black);
  background-color: #fff;
  border-radius: 0;
  height: 100px;
}

.faqs-a {
  background-color: #0000;
  width: 100%;
  margin-top: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.faqs-a.w--open {
  background-color: #0000;
}

.faqs-a-icon {
  z-index: 2;
  width: 30px;
  margin-right: 16px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.faqs-a-icon.hide {
  display: none;
}

.faqs-qa-container {
  background-color: #0000;
  border-radius: 30px;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.faqs-qa-container.bg-peru-80 {
  border: 1px solid var(--primary-color);
  background-color: #fff;
  border-radius: 20px;
}

.faqs-qa-container.bg-peru-80.hide {
  display: none;
}

.faqs-qa-container.bg-faq-2-80 {
  background-color: #fff;
  border: 1px solid #0091ea;
  border-radius: 20px;
}

.faqs-qa-container.bg-faq-3-80 {
  background-color: #fffc;
  border: 1px solid #2e7d32;
}

.faqs-a-body-cont {
  background-color: #0000;
  border-top: 1px #000;
  margin-top: 0;
  padding: 10px 30px 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.faqs-toggle-text {
  z-index: 2;
  font-size: 22px;
  line-height: 1.2;
  position: relative;
}

.faq-seo-q {
  font-size: 24px;
}

.faqs-seo-collection-container {
  padding-top: 20px;
}

.faq-seo-item {
  border-bottom: 1px solid #5555554d;
  margin-bottom: 40px;
}

.cs-near-you-page-section-copy {
  padding-top: 60px;
  padding-bottom: 100px;
}

.cs-near-you-content-area {
  justify-content: center;
  align-items: center;
  display: block;
}

.cs-near-you-inner-container {
  margin-top: 100px;
  display: flex;
  position: relative;
}

.cs-near-you-location-link {
  font-size: 24px;
}

.sub-title-text-2 {
  color: #f4f4f4;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 10px;
  padding-left: 8px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.button-large-2 {
  color: #fff;
  letter-spacing: .06em;
  text-transform: uppercase;
  background-color: #3e8cff;
  border: 2px solid #3e8cff;
  border-radius: 15px;
  padding: 22px 80px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: background-color .2s;
}

.button-large-2:hover {
  color: #141414;
  background-color: #0000;
  border-width: 2px;
}

.button-large-2.about-intro-button:hover {
  color: #fff;
}

.container-9 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.container-9.top-space {
  padding-top: 60px;
}

.button-4 {
  color: #fff;
  letter-spacing: .06em;
  text-transform: uppercase;
  background-color: #3e8cff;
  border: 2px solid #3e8cff;
  border-radius: 15px;
  padding: 16px 30px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: background-color .2s;
  display: inline-block;
}

.button-4:hover {
  color: #141414;
  background-color: #0000;
  border-color: #3e8cff;
}

.doctor-intro-details-2 {
  background-color: #fff;
  border-radius: 20px;
  padding: 22px 55px 20px;
  position: static;
  inset: 0% auto auto 0%;
  box-shadow: 2px 0 13px #0000001a;
}

.container-10 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.excellency-list-2 {
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  padding-left: 0;
}

.about-us-overview {
  background-color: var(--alice-blue);
}

.about-us-inner {
  z-index: 4;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 30px 40px 60px;
  position: relative;
  box-shadow: 1px 1px 1px #00000005;
}

.about-us-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  position: relative;
}

.about-us-grid.hide {
  display: none;
}

.timeline_date-text-sm {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  position: static;
  top: 50vh;
}

.timeline_item_year {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 2fr;
  grid-auto-columns: 1fr;
  padding-top: 300px;
  padding-bottom: 300px;
  display: grid;
  position: relative;
}

.key-points-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
}

.step-block {
  flex-wrap: nowrap;
  place-content: center space-around;
  align-items: center;
  min-height: 80vh;
  margin-top: -1px;
  display: flex;
  position: relative;
}

.bg-shadow {
  z-index: 1;
  border-radius: 16px;
  position: absolute;
  inset: 0%;
  box-shadow: 7px 7px 20px #12121212;
}

.content-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.img-block {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.label {
  color: #006cd0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.scroll-base {
  transform-origin: 50% 0;
  background-color: #eeeff4;
  width: 6px;
  height: 100%;
}

.content-wrap {
  justify-content: flex-end;
  width: 40%;
  display: flex;
}

.heading-6 {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.steps-clone {
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.scroll-animate {
  transform-origin: 50% 0;
  background-color: #006cd0;
  width: 6px;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.step-content-block {
  text-align: left;
  align-self: center;
  position: relative;
}

.content {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.scoll-wrap {
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 50%;
}

.dot {
  z-index: 3;
  background-color: #eeeff4;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-bottom: -6px;
  position: relative;
}

.step {
  z-index: 2;
  background-color: #fff;
  border-radius: 16px;
  align-items: flex-start;
  padding: 12%;
  display: flex;
  position: relative;
}

.paragraph-2 {
  font-size: 19px;
  line-height: 1.5;
}

.section-about-content {
  padding-top: 10px;
  padding-bottom: 30px;
}

.section-about-content.consult {
  color: #555;
  text-align: left;
}

.section-about-content.white {
  color: var(--white);
}

.section-about-content.minimal-padding {
  padding-top: 0;
  padding-bottom: 5px;
}

.section-about-content.text-center {
  text-align: center;
}

.section-about-content.about-intro-content {
  color: #fff;
  font-size: 18px;
  line-height: 1.7;
}

.innovations-section {
  z-index: 4;
  background-color: #3e8cff1a;
  border-radius: 20px;
  margin-top: -30px;
  margin-bottom: 60px;
  padding: 30px 40px 60px;
  position: relative;
  box-shadow: 1px 1px 1px #00000005;
}

.innovations-section-inner {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.innovations-section-inner.hide {
  display: none;
}

.section-about-content-innovations.white {
  color: var(--white);
}

.section-title-area-innovations.center-align {
  text-align: center;
}

.section-title-area-innovations.left-section {
  text-align: left;
}

.about-packages-list {
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  padding-left: 30px;
}

.about-trademarks {
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  padding-left: 0;
}

.about-package-list-item {
  letter-spacing: .01em;
  background-image: url('../images/unordered-checklist-circle.svg');
  background-position: 0 4%;
  background-repeat: no-repeat;
  background-size: auto 24px;
  padding-top: 0;
  padding-bottom: 10px;
  padding-left: 40px;
}

.about-package-list-item.about-list-item {
  color: #fff;
  background-image: url('../images/check-circle.svg');
  padding-bottom: 16px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.about-package-list-item.bold {
  color: #141414;
  text-align: left;
  background-image: none;
  padding-bottom: 15px;
  padding-left: 10px;
  font-size: 20px;
  font-weight: 500;
}

.about-package-list-item.price-list-item {
  color: #141414;
  background-image: url('../images/check-circle.svg');
  padding-bottom: 15px;
  font-weight: 700;
}

.innovation-main-section {
  z-index: -3;
  background-color: var(--secondary-color);
  padding-top: 60px;
  padding-bottom: 60px;
  position: static;
}

.innovation-main-section.hide {
  display: none;
}

.section-timeline-innovations {
  z-index: -3;
  background-color: var(--secondary-color);
  padding-bottom: 60px;
  position: relative;
}

.section-timeline-innovations.hide {
  display: none;
}

.au-side-by-side {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  padding-bottom: 30px;
  display: grid;
}

.bg-color-filler {
  z-index: -1;
  background-color: var(--alice-blue);
  width: 100%;
  height: 300px;
  position: absolute;
  inset: auto 0% 0%;
}

.dr-freeze-packkages-all-section {
  margin-top: 40px;
}

.dr-freeze-packkages-all-section.hide {
  display: none;
}

.dr-freeze-packages-all-container {
  width: 100%;
}

.drfpa-card {
  background-color: #fff;
  border-radius: 20px;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.drfpa-heading {
  color: var(--heading-black);
  margin-bottom: -15px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.dfp_number {
  color: var(--primary-color);
  margin-bottom: 5px;
  padding-top: 1px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.dfp-sbs {
  grid-column-gap: 10px;
  display: flex;
}

.profile-image {
  border-radius: 20px;
}

.timeline-header-innovations {
  position: static;
  top: 50vh;
}

.dr-freeze-package-all-inner {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.dr-freeze-packages-all-image-container {
  width: 50%;
}

.dr-freeze-packages-all-image {
  width: 100%;
}

.dr-freezepackages-all-header {
  background-color: var(--light-background);
  width: 100%;
  padding-bottom: 10px;
}

.trademarks-section {
  background-color: var(--alice-blue);
}

.dr-freeze-package-all-inner-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 100px;
  display: flex;
}

.drfpa-image-all {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
}

.drfpa-image-all-container {
  flex-direction: column;
  display: flex;
}

.drfpa-image-all-caption {
  text-align: center;
}

.drfpa-list-image {
  width: 100%;
}

.collection-item {
  flex-direction: column;
  display: flex;
}

.drfpa-list-image-img {
  justify-content: flex-start;
  width: 400px;
  display: flex;
}

.drfpa-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.popular-packages-disclaimer-container {
  margin-top: 40px;
}

.popular-packages-disclaimer-container.hide {
  display: none;
}

.heading-7, .heading-8, .access-info-rich-text {
  font-size: 18px;
}

.sub-title {
  font-size: 22px;
}

.sub-title.center {
  text-align: center;
}

.packages-drflex-section {
  background-color: var(--secondary-color);
  padding-top: 90px;
  padding-bottom: 90px;
}

.packages-drflex-section.light-background {
  background-color: var(--light-background);
}

.packages-drflex-section.hide {
  display: none;
}

.packages-content-text {
  color: var(--white);
  letter-spacing: .01em;
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.packages-content-text.service-single-intro {
  margin-top: 0;
  font-size: 28px;
  line-height: 1.3;
}

.packages-content-text.center {
  text-align: center;
}

.step-process-section {
  background-color: #fff;
  padding-top: 90px;
  padding-bottom: 10px;
}

.step-process-section.hide {
  display: none;
}

.section-title-wrap {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: center;
}

.process_details {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  min-height: 300px;
  padding: 30px 20px;
  display: flex;
  position: relative;
}

.centre_step {
  color: #6937ff;
  font-size: 21px;
  font-weight: 600;
}

.centre_block {
  justify-content: center;
  align-items: flex-end;
  width: 120px;
  height: 80px;
  display: flex;
}

.paragraph-3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.centre_icon_wrap {
  z-index: 5;
  background-color: #fff;
  border-radius: 19px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 10px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px 18px #e6cbff24;
}

.process_card {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.h2 {
  color: #1d1f45;
  margin-top: 0;
  font-size: 30px;
  font-weight: 700;
}

.process_card_02 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.process_image_wrap {
  justify-content: center;
  align-items: center;
  width: 45%;
  min-height: 300px;
  padding: 0;
  display: flex;
  position: relative;
}

.process_line {
  background-image: url('../images/line.svg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
  width: 2px;
  height: 100%;
  position: absolute;
}

.process {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.section-subtext.center {
  text-align: center;
}

.section-subheading {
  color: var(--heading-black);
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.section-subheading.center {
  text-align: center;
}

.hero-content-area-600 {
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
  position: relative;
}

.hero-section-600 {
  background-color: var(--primary-color);
  background-image: url('../images/ice-cube-desktop.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-section-600.hiw {
  background-color: #e4e5e6;
  background-image: url('../images/get_beach_ready.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-section-600.dr-flex {
  background-color: #e4e5e6;
  background-image: url('../images/iStock-1360395151-1-Large.jpg');
  background-position: 50%;
  background-size: cover;
  height: 600px;
}

.content-area-left-600 {
  padding-top: 0;
  padding-bottom: 140px;
}

.hero-wrapper-grid-600 {
  grid-column-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-top: 60px;
  position: relative;
}

.listing-3-package {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list-3-package-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0 0 40px;
  display: grid;
  position: static;
}

.list-3-package-image-wrap {
  position: relative;
}

.list-3-package-image-link {
  width: 100%;
  position: relative;
}

.list-3-package-listing-image-copy {
  border-radius: 20px;
  width: 100%;
  position: relative;
}

.list-3-package-pp-details-container-copy {
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.list-3-package-contents {
  background-color: var(--white);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: static;
}

.dr-flex-packages-home-title-wrap-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  margin-bottom: 60px;
}

.image {
  border: 3px solid #3e8cff;
  border-radius: 1000px;
  width: 500px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-3 {
  display: flex;
}

.image-2 {
  width: 40%;
}

.section-title-content-60 {
  width: 60%;
  padding-top: 10px;
  padding-bottom: 30px;
}

.section-title-content-60.consult {
  color: #555;
  text-align: left;
}

.section-title-content-60.white {
  color: var(--white);
}

.section-title-content-60.minimal-padding {
  padding-top: 0;
  padding-bottom: 5px;
}

.section-title-content-60.text-center {
  text-align: center;
}

.section-title-content-60.about-intro-content {
  color: #fff;
  font-size: 18px;
  line-height: 1.7;
}

.full-width-image-section {
  background-image: url('../images/Tech-Applying-Applicator---Video-Still.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 2560px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-4 {
  background-color: var(--secondary-color);
  width: 100%;
}

.link-2 {
  color: var(--primary-accent);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
}

.link-2:hover {
  color: var(--white);
}

.bold-text-3 {
  text-decoration: underline;
}

.list-item {
  font-size: 16px;
}

.packages-content-bottom-heading {
  color: var(--white);
  text-align: center;
  letter-spacing: .01em;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.5;
}

.packages-content-bottom-heading.service-single-intro {
  margin-top: 0;
  font-size: 28px;
  line-height: 1.3;
}

.packages-content-bottom-heading.center {
  text-align: center;
}

.input-field-label {
  color: #fff;
}

.acc-heading {
  font-size: 30px;
}

.paragraph-4, .paragraph-5 {
  text-align: left;
}

.bold-text-4 {
  text-transform: uppercase;
  text-decoration: none;
}

.text-span-13, .text-span-14 {
  text-transform: uppercase;
  font-weight: 700;
}

.hero-top-content-copy {
  background-color: #00000080;
  border-radius: 8px;
  padding: 5px;
}

.isi-body {
  background-color: #fff;
  border-radius: 15px;
  margin-top: 40px;
  padding: 20px;
}

.bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9 {
  color: var(--heading-black);
}

.process_card_03 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.process_details_big {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  min-height: 300px;
  padding: 30px 0;
  display: flex;
  position: relative;
}

.process_details_multi {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 300px;
  padding: 30px 20px;
  display: flex;
  position: relative;
}

.process_details_multi.pb {
  padding-bottom: 60px;
}

.centre_block-copy {
  justify-content: center;
  align-items: flex-start;
  width: 120px;
  height: 80px;
  display: flex;
}

.centre_block_2 {
  justify-content: center;
  align-items: flex-end;
  width: 120px;
  height: 80px;
  display: flex;
  position: absolute;
  left: -105px;
}

.process_details_text_block {
  position: relative;
}

.process_image_wrap_2 {
  justify-content: center;
  align-items: center;
  width: 45%;
  min-height: 600px;
  padding: 30px;
  display: flex;
  position: relative;
}

.drf-works-img {
  border-radius: 12px;
}

.centre_block_2_left {
  justify-content: center;
  align-items: flex-end;
  width: 120px;
  height: 80px;
  display: flex;
  position: absolute;
  top: 0;
  left: 390px;
}

@media screen and (min-width: 1440px) {
  blockquote {
    margin-top: 25px;
  }

  .simple-call-link.hover-blue {
    padding-left: 10px;
  }

  .form-input-field.border-field {
    margin-bottom: 20px;
  }

  .simple-link {
    padding-top: 10px;
  }

  .our-promise-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .our-promise-section.testimonial-section {
    padding-top: 110px;
  }

  .our-promise-section.service-sinlgle {
    padding-top: 90px;
  }

  .our-promise-content-area {
    margin-top: 30px;
  }

  .appointment-button-section.left-align {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 12px;
    display: flex;
  }

  .or-text, .or-text.black {
    padding-left: 20px;
  }

  .call-section.align-left {
    margin-bottom: 0;
    margin-left: 20px;
  }

  .article-single-share-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 30px;
    display: flex;
  }

  .share-text {
    padding-bottom: 10px;
  }

  .doctors-listing-wrap {
    padding-top: 100px;
  }

  .testimonial-content {
    font-size: 19px;
  }

  .client-name {
    font-size: 20px;
  }

  .category-page-wrap {
    padding-bottom: 100px;
  }

  .protected-page-wrap {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .hero-wrapper-grid {
    padding-top: 60px;
  }

  .form-input-select.border-field {
    margin-bottom: 20px;
  }

  .locations-filter-link {
    margin-top: 2px;
  }

  .location-item-footer {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .hero-wrapper-griid-2 {
    padding-top: 0;
  }

  .hero-wrapper-grid-600 {
    padding-top: 60px;
  }
}

@media screen and (min-width: 1920px) {
  a {
    color: var(--primary-color);
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    transition: color .2s;
  }

  .form-input-field.border-field {
    margin-bottom: 20px;
  }

  .form-minimum-width {
    width: 100%;
  }

  .copyright-text {
    line-height: 1.6;
  }

  .hero-section {
    background-position: 50%;
    background-size: cover;
  }

  .hero-content-area {
    padding-top: 100px;
  }

  .hero-area-content {
    max-width: 50ch;
  }

  .hero-content-text {
    padding-bottom: 15px;
  }

  .hero-content-button {
    padding-top: 10px;
  }

  .content-area-left {
    padding-top: 80px;
  }

  .simple-services-link {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .simple-link {
    padding-top: 10px;
  }

  .about-section {
    padding-bottom: 0;
  }

  .services-section {
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .form-block {
    padding-top: 30px;
    position: relative;
  }

  .consulting-section {
    padding-bottom: 130px;
  }

  .about-doctor {
    padding-bottom: 120px;
  }

  .our-promise-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .our-promise-section.testimonial-section {
    padding-top: 120px;
  }

  .our-promise-content-area {
    border: 2px solid var(--primary-color);
    background-color: var(--white);
    border-radius: 20px;
    width: 900px;
    padding: 60px;
  }

  .our-promise-content-area.large-width {
    z-index: 2;
    position: relative;
  }

  .appointment-button-section.left-align {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .or-text.black {
    padding-left: 20px;
  }

  .service-single-intro-section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .features-section {
    padding-top: 130px;
    padding-bottom: 100px;
  }

  .contact-content-area {
    padding-right: 30px;
  }

  .single-content-wrap {
    padding-bottom: 60px;
  }

  .article-single-share-wrap {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
    display: flex;
  }

  .testimonial-content {
    font-size: 19px;
  }

  .client-name {
    font-size: 20px;
  }

  .view-more-section {
    padding-top: 12px;
  }

  .category-collection-item {
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-end;
    display: block;
  }

  .category-collection-list {
    display: flex;
  }

  .category-page-wrap {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .category-link {
    color: #141414;
    margin-bottom: 40px;
    padding-right: 30px;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
    transition: color .2s;
  }

  .category-link:hover {
    color: var(--primary-color);
  }

  .category-link.w--current {
    color: var(--primary-color);
    transition: color .125s;
  }

  .license-section {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 0;
  }

  .text-link-wrap {
    text-decoration: none;
  }

  .license-item-wrap {
    margin-bottom: 10px;
  }

  .license-item-title {
    font-size: 35px;
    line-height: 1.5;
  }

  .license-content {
    padding-bottom: 10px;
  }

  .license-image-link {
    margin-bottom: 15px;
  }

  .license-website-name {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 25px;
  }

  .protected-page-wrap {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .hero-wrapper-grid {
    grid-column-gap: 90px;
    padding-top: 40px;
  }

  .footer-grid {
    grid-column-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: .75fr .5fr .75fr 1fr;
  }

  .form-input-select.border-field {
    margin-bottom: 20px;
  }

  .coolsculpting-101-inner {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .hiw-top-5-reasons, .simple-section, .possible-side-effects-section {
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .container-4, .container-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section-2 {
    background-position: 50%;
    background-size: cover;
  }

  .content-area-left-2 {
    padding-top: 80px;
  }

  .container-6, .container-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-wrapper-griid-2 {
    grid-column-gap: 90px;
    padding-top: 0;
  }

  .container-8, .container-9, .container-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .about-us-inner, .innovations-section {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .step-process-section {
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .hero-section-600 {
    background-position: 50%;
    background-size: cover;
  }

  .hero-wrapper-grid-600 {
    grid-column-gap: 90px;
    padding-top: 40px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 36px;
  }

  h4 {
    font-size: 32px;
  }

  h5 {
    font-size: 26px;
  }

  h6 {
    font-size: 22px;
  }

  p {
    font-size: 18px;
  }

  .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .top-bar-container.container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-bar-contact-section {
    z-index: 2;
    position: relative;
  }

  .call-icon {
    height: 45px;
    margin-top: 0;
  }

  .navbar {
    display: none;
  }

  .header-button {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .header-button-link {
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .colors-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .sub-title-wrap {
    padding-left: 0;
  }

  .color-section-box.primary-color, .color-section-box.secondary-color {
    width: 100%;
    max-width: 100%;
  }

  .color-name {
    font-size: 24px;
  }

  .paragraph-section, .list-section {
    padding-bottom: 20px;
  }

  .excellency-list {
    margin-bottom: 0;
  }

  .excellency-list.hospital-speciality {
    margin-top: 60px;
    padding-top: 0;
  }

  .blockquote-section {
    padding-bottom: 20px;
  }

  .form-minimum-width {
    width: 100%;
  }

  .footer {
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .widget-title {
    font-size: 19px;
  }

  .footer-link, .address-text, .footer-booking-text {
    font-size: 17px;
  }

  .hero-section {
    background-image: linear-gradient(#3e8cff33, #3e8cff33), url('../images/ice-cube-desktop.jpg');
    background-position: 0 0, 60%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 650px;
  }

  .hero-content-area {
    margin-left: 0;
  }

  .hero-area-title-text {
    font-size: 50px;
  }

  .hero-area-title-text.italic.uppercase {
    font-size: 36px;
  }

  .hero-content-button {
    padding-top: 10px;
  }

  .content-area-left {
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .simple-services-link {
    margin-left: 0%;
    padding-right: 60px;
  }

  .simple-link {
    padding-top: 10px;
  }

  .about-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .consult-heading {
    font-size: 30px;
  }

  .section-title-content {
    padding-bottom: 20px;
  }

  .services-section {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .service-section-area {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .service-section-area.home-page-service {
    padding-bottom: 10px;
  }

  .service-item {
    margin-bottom: 60px;
    transition-duration: .25s;
  }

  .service-title {
    font-size: 22px;
  }

  .service-content {
    font-size: 17px;
  }

  .section-title {
    font-size: 32px;
  }

  .section-title.center {
    font-size: 30px;
    line-height: 1.3;
  }

  .section-title.white {
    font-size: 36px;
  }

  .form-block {
    padding-top: 10px;
  }

  .consulting-section {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .consult-quick-link {
    margin-left: 0;
  }

  .counter-section {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .counter-item {
    margin-bottom: 40px;
  }

  .about-doctor {
    padding-bottom: 80px;
  }

  .doctor-intro-details {
    position: relative;
  }

  .doctor-crew-detail {
    margin-top: 0;
    margin-left: 0;
  }

  .our-promise-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .our-promise-section.testimonial-section {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .our-promise-content-area {
    z-index: 2;
    width: 100%;
    padding-left: 40px;
    position: relative;
  }

  .our-promise-content-area.large-width {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .make-appointment-section {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .appointment-button-section {
    z-index: 2;
    position: relative;
  }

  .service-single-intro-section {
    padding-top: 80px;
    padding-bottom: 90px;
  }

  .single-intro-image {
    margin-bottom: 40px;
  }

  .features-section {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .pricing-plan-section {
    padding-top: 140px;
    padding-bottom: 20px;
  }

  .pricing-item {
    margin-bottom: 80px;
  }

  .pricing-area {
    flex-direction: column;
    align-items: flex-start;
  }

  .plan-price, .pricing-duration {
    margin-bottom: 5px;
  }

  .contact-page-section {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .contact-content-area {
    width: 100%;
    margin-top: 0;
    padding-left: 0;
  }

  .contact-form-area {
    width: 100%;
  }

  .contact-form-lable {
    margin-top: 15px;
  }

  .utility-page-wrap {
    background-position: 50%;
    flex-direction: row;
    display: inline;
  }

  .error-page-content {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 40px;
    display: block;
  }

  .error-text {
    font-size: 180px;
  }

  .blog-listing {
    padding-top: 120px;
  }

  .article-title {
    font-size: 18px;
    line-height: 1.3;
  }

  .article-listing-meta {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .article-listing-meta.single-meta {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .article-author {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 14px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .article-date {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .post-listing-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .article-meta-separator {
    display: none;
  }

  .article-single-author-wrap {
    margin-top: 40px;
  }

  .article-single-share-wrap {
    flex-direction: row;
    align-items: center;
  }

  .share-text {
    padding-bottom: 0;
  }

  .doctors-listing-wrap {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .contact-link-wrap {
    min-width: 50px;
    min-height: 50px;
    padding-left: 0;
  }

  .doctor-title {
    font-size: 21px;
  }

  .doctor-position {
    font-size: 16px;
  }

  .doctor-quicklinks.doctor-listing {
    inset: auto 0% -10%;
  }

  .doctor-contents {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .doctor-listing-bio {
    font-size: 16px;
  }

  .doctor-single-wrap {
    padding-bottom: 80px;
  }

  .doctor-single-image {
    width: 100%;
  }

  .doctor-single-name {
    color: #141414;
    font-size: 40px;
  }

  .doctor-member-job {
    color: var(--heading-black);
  }

  .doctor-meta-title, .doctor-meta-value {
    color: #141414;
  }

  .simple-bio, .full-bio {
    font-size: 17px;
  }

  .doctor-single-bio {
    padding-top: 40px;
  }

  .testimonial-bio {
    padding-top: 10px;
  }

  .testimonial-rating-wrap {
    padding-bottom: 30px;
  }

  .client-name {
    font-size: 18px;
  }

  .testimonial-slide {
    width: 45%;
  }

  .slider {
    height: 440px;
  }

  .left-arrow {
    display: none;
    top: -54%;
    right: 15%;
  }

  .right-arrow {
    display: none;
    top: -54%;
    right: 5%;
  }

  .article-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service-button {
    text-align: left;
    margin-top: 10px;
  }

  .brand {
    padding-left: 0;
    display: block;
  }

  .brand.w--current {
    padding-left: 0;
  }

  .menu-button {
    background-color: var(--primary-color);
    border-radius: 15px;
    flex-direction: column;
    justify-content: center;
    margin-right: 10px;
    padding: 12px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--primary-color);
    color: #141414;
    -webkit-text-fill-color: inherit;
    background-clip: padding-box;
  }

  .nav-menu {
    background-color: var(--light-background);
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .about-intro-content {
    z-index: 3;
    position: relative;
  }

  .doctors-collection-list {
    flex-direction: column;
    align-items: stretch;
    display: block;
  }

  .category-page-wrap {
    padding-top: 100px;
  }

  .category-link {
    padding-bottom: 20px;
  }

  .category-link.w--current {
    font-size: 21px;
  }

  .license-section {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .license-item-wrap.font-wrap {
    margin-top: 40px;
  }

  .changelog-section {
    padding: 80px 40px;
  }

  .dropdown {
    float: none;
    clear: none;
    text-align: left;
    width: 100%;
    margin-right: auto;
    position: relative;
  }

  .dropdown-toggle {
    padding-top: 20px;
  }

  .dropdown-list.w--open {
    padding-bottom: 10px;
  }

  .doctor-item-section {
    position: relative;
  }

  .doctor-link-image {
    width: 24px;
    height: 24px;
    padding-left: 0;
  }

  .doctor-link-image-mail {
    width: 30px;
    height: 30px;
  }

  .button-large.full-width-white {
    margin-top: 10px;
  }

  .protected-form-wrap {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 40px;
  }

  .protected-page-wrap {
    padding: 100px 40px 80px;
  }

  .color-section-grid {
    grid-template-columns: 1fr 1fr;
  }

  .header-section, .header-area-grid {
    display: none;
  }

  .menu-icon {
    color: var(--white);
  }

  .hero-wrapper-grid {
    grid-template-columns: 1fr;
    height: 650px;
    padding-top: 40px;
  }

  .simple-service-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .about-section-wrap {
    grid-column-gap: 16px;
    grid-template-columns: 1.25fr;
  }

  .simple-about-image {
    text-align: center;
  }

  .service-item-wrap {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .service-title-wrap {
    grid-column-gap: 40px;
    grid-template-columns: 1fr;
  }

  .doctor-crew-wrap {
    grid-column-gap: 20px;
    grid-template-columns: 1fr;
  }

  .excellency-wrap {
    padding-left: 0;
  }

  .doctor-single-grid {
    grid-column-gap: 16px;
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .promise-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr;
  }

  .promise-list-grid, .featured-content-grid, .consulting-grid-wrap {
    grid-template-columns: 1fr;
  }

  .pricing-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .contact-form-wrap {
    flex-direction: column;
  }

  .appointment-form-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .form-grid-wrap {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .appointment-grid-wrap {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .navbar-mobile {
    display: block;
  }

  .video-container {
    width: 100%;
  }

  .gallery-left-arrow {
    width: 40px;
  }

  .gallery-section-footer-mobile {
    flex-direction: column;
    margin-top: 2rem;
  }

  .button-2 {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .gic-heading {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .section-sub-header {
    font-size: .875rem;
    line-height: 1.25rem;
  }

  .gallery-slider-nav {
    display: none;
  }

  .gallery-slider-mobile {
    margin-top: 32px;
    margin-bottom: 0;
    display: none;
  }

  .gallery-right-arrow {
    width: 40px;
  }

  .gallery-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .gic-sub-heading {
    font-size: .75rem;
    line-height: 1rem;
  }

  .gallery-container {
    grid-template-columns: 1fr;
  }

  .slider-icon {
    position: absolute;
    inset: auto 0% 0%;
  }

  .section-disclaimer {
    font-size: .875rem;
    line-height: 1.25rem;
  }

  .gallery-section-footer-desktop {
    flex-direction: column;
  }

  .section-heading {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .gallery-slider {
    background-color: #0000;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .before-and-gallery-heading {
    font-size: 30px;
  }

  .before-and-gallery-sub-heading {
    padding-bottom: 20px;
  }

  .top-5-reason-button-mobile {
    text-align: left;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 40px;
    display: flex;
  }

  .top-5-reasons {
    text-align: left;
    margin-top: 10px;
    display: none;
  }

  .benifits-of-hypersculpt, .get-beach-ready-home {
    padding-top: 40px;
    padding-bottom: 40px;
    display: none;
  }

  .listing-2-list {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .listing-2-item {
    height: auto;
  }

  .listing-2-content {
    padding: 1em;
  }

  .listing-2-link-block {
    padding: 4em 2em;
  }

  .listing-text {
    font-size: 1.2em;
  }

  .packages-home-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .packages-home-title-wrap {
    grid-column-gap: 40px;
    grid-template-columns: 1fr;
  }

  .packages-home-section-title {
    font-size: 32px;
  }

  .packages-home-section-title.white {
    font-size: 36px;
  }

  .packages-home-section-title.center {
    font-size: 30px;
    line-height: 1.3;
  }

  .packages-home-button-mobile {
    text-align: left;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 0;
    display: flex;
  }

  .packages-home-button-mobile.hide {
    display: none;
  }

  .badges-slider-right-arrow {
    flex-direction: column;
    align-items: center;
    width: 50px;
    display: flex;
  }

  .badges-slider-mobile {
    background-color: #0000;
    height: auto;
  }

  .badge-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .badges-section-mobile {
    display: none;
  }

  .badges-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .badges-slider-left-arrow {
    flex-direction: column;
    align-items: center;
    width: 50px;
    display: flex;
    inset: 0% auto 0% 0%;
  }

  .badges-slider-slide-nav {
    display: none;
  }

  .badges-inner-section {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .badges-nav-icon {
    margin-top: auto;
    margin-bottom: auto;
  }

  .things-you-should-know-about-coolsculpting-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-area-title-heading {
    font-size: 36px;
  }

  .hero-disclaimer-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .things-you-should-know-wrap-section-wrap-copy {
    grid-column-gap: 18px;
    grid-row-gap: 15px;
    grid-template-columns: 1.25fr;
    grid-auto-flow: row;
  }

  .top-5-reasons-title-wrap {
    grid-column-gap: 40px;
    grid-template-columns: 1fr;
  }

  .top-5-reasons-section-title {
    font-size: 32px;
  }

  .top-5-reasons-section-title.white {
    font-size: 36px;
  }

  .top-5-reasons-section-title.center {
    font-size: 30px;
    line-height: 1.3;
  }

  .things-we-should-know-heading, .consult-sub-heading, .there-is-no-substitute-heading {
    font-size: 30px;
  }

  .there-is-no-sub-section-wrap {
    grid-column-gap: 16px;
    grid-template-columns: 1.25fr;
  }

  .image-with-text-over-container {
    text-align: center;
  }

  .image-with-text-over {
    margin-bottom: 40px;
  }

  .schedule-form-subtext {
    padding-bottom: 20px;
    display: none;
  }

  .get-beach-ready {
    font-size: 32px;
  }

  .get-beach-ready.white {
    font-size: 36px;
  }

  .get-beach-ready.center {
    font-size: 30px;
    line-height: 1.3;
  }

  .packages-content-subtitle {
    font-size: 18px;
  }

  .footer-section-heading {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .fs-two-column {
    flex-direction: column;
    display: block;
  }

  .footer-text, .footer-text-link {
    font-size: 1.125rem;
    line-height: 2rem;
  }

  .footer-section-heading-2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .footer-text-2 {
    font-size: 1.125rem;
    line-height: 2rem;
  }

  .references-list {
    padding-left: 24px;
    display: block;
  }

  .references-list-item {
    width: 100%;
    padding-left: 1rem;
  }

  .footer-link-dark {
    font-size: 1.125rem;
    line-height: 2rem;
  }

  .mobile-nav-container {
    grid-column-gap: 10px;
    justify-content: space-between;
    display: flex;
  }

  .mobile-nav-cta {
    grid-column-gap: 30px;
    justify-content: flex-end;
    height: 45px;
    display: flex;
  }

  .link-block {
    height: 45px;
  }

  .header-phone-button-link {
    text-align: left;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .there-is-no-substitute-heading-mobile, .before-and-gallery-heading-mobile {
    font-size: 30px;
  }

  .book-consult-title-mobile {
    font-size: 32px;
  }

  .book-consult-title-mobile.white {
    font-size: 36px;
  }

  .book-consult-title-mobile.center {
    font-size: 30px;
    line-height: 1.3;
  }

  .get-beach-ready-home-mobile {
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

  .gbr-content-area {
    width: 100%;
    padding-right: 0;
  }

  .gbr-content-title.service-single-intro, .gbr-content-subtitle {
    text-align: center;
  }

  .timeline_item {
    grid-template-columns: 1fr 50px 2fr;
  }

  .hiw-cool101-features-list-wrap {
    padding-left: 0;
  }

  .coolsculpting-101-inner {
    margin-left: 0%;
    padding-right: 60px;
  }

  .hiw-top-5-reasons {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .hiw-top-5-reasons-title-wrap {
    grid-column-gap: 40px;
    grid-template-columns: 1fr;
  }

  .hiw-top-5-reasons-section-area {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .hiw-top-5-reasons-section-area.home-page-service {
    padding-bottom: 10px;
  }

  .hiw-top-5-featured-list {
    margin-bottom: 0;
  }

  .hiw-top-5-featured-list.hospital-speciality {
    margin-top: 60px;
    padding-top: 0;
  }

  .csbs-section-footer {
    flex-direction: column;
  }

  .simple-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .simple-section-title {
    font-size: 32px;
  }

  .simple-section-title.white {
    font-size: 36px;
  }

  .simple-section-title.center {
    font-size: 30px;
    line-height: 1.3;
  }

  .possible-side-effects-section {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .possible-side-effects-content {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .possible-side-effects-content.home-page-service {
    padding-bottom: 10px;
  }

  .ca-vs-e-section {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .ca-vs-e-container {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .ca-vs-e-container.home-page-service {
    padding-bottom: 10px;
  }

  .main-section-title {
    grid-column-gap: 40px;
    grid-template-columns: 1fr;
  }

  .pricing-card-grid {
    grid-template-columns: 1fr 1fr;
  }

  .feature-list-style {
    margin-bottom: 0;
  }

  .feature-list-style.hospital-speciality {
    margin-top: 60px;
    padding-top: 0;
  }

  .ca-vs-e-title {
    font-size: 32px;
  }

  .ca-vs-e-title.white {
    font-size: 36px;
  }

  .ca-vs-e-title.center {
    font-size: 30px;
    line-height: 1.3;
  }

  .ca-vs-e-title-mobile {
    font-size: 32px;
  }

  .ca-vs-e-title-mobile.white {
    font-size: 36px;
  }

  .ca-vs-e-title-mobile.center {
    font-size: 30px;
    line-height: 1.3;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .locations-grid {
    grid-template-columns: 1fr 1fr;
  }

  .filter-categories-label-2 {
    text-align: center;
  }

  .light-blu-underline {
    display: none;
  }

  .categories-list {
    align-items: center;
  }

  .container-3.categories-cntr {
    overflow: visible;
  }

  .locations-wrap {
    flex-direction: column;
  }

  .section-heading-1 {
    font-size: 30px;
  }

  .section-sub-heading-1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .faq-menu {
    z-index: 9999999;
    flex-direction: row;
    justify-content: flex-start;
    max-width: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    overflow: auto;
  }

  .faq-item-wrapper {
    z-index: 8888;
    position: static;
  }

  .faq-container {
    flex-direction: column;
  }

  .faq-group-row {
    padding-top: 180px;
    padding-bottom: 3.5rem;
  }

  .faq-answer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .faq-menu-title {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: .5rem 2rem;
    display: flex;
    position: relative;
  }

  .faq-menu-wrapper {
    z-index: 9999;
    background-color: #fff;
    border-radius: .5rem;
    width: 100%;
    top: 100px;
    box-shadow: 0 25px 50px -12px #00000026;
  }

  .faq-groups-wrapper {
    width: 100%;
  }

  .faq-arrow {
    z-index: 0;
    position: relative;
  }

  .faq-question {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .faq-menu-item.w--current {
    margin-top: .5rem;
    margin-bottom: .5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.25rem;
  }

  .icon {
    bottom: 1px;
  }

  .h-package-quicklinks.doctor-listing {
    inset: auto 0% -10%;
  }

  .h-package-quicklinks.h-package-listing, .h-package-quicklinks.list-3-package-listing {
    top: auto;
    left: 0%;
    right: 0%;
  }

  .h-package-contact-link-wrap {
    min-width: 50px;
    min-height: 50px;
    padding-left: 0;
  }

  .h-package-link-image {
    width: 24px;
    height: 24px;
    padding-left: 0;
  }

  .h-package {
    min-width: 50px;
    min-height: 50px;
    padding-left: 0;
  }

  .h-package-link-image-mail {
    width: 30px;
    height: 30px;
  }

  .h-package-contents {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h-package-title {
    font-size: 21px;
  }

  .faqs-page-section, .sa-page-section {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .sa-inner-container {
    flex-direction: column-reverse;
    margin-top: 0;
  }

  .sa-inner-left {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .sa-inner-right {
    width: 100%;
  }

  .sidebar-heading {
    text-align: center;
  }

  .div-block-2 {
    justify-content: center;
    display: flex;
  }

  .location-zip-code-address-comma {
    font-size: 16px;
  }

  .contact-link-wrap-big {
    min-width: 50px;
    min-height: 50px;
  }

  .location-card-item-title-top, .location-card-item-title {
    font-size: 21px;
  }

  .container-4 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .drf-list-header {
    margin-bottom: 0;
  }

  .hero-disclaimer-container-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-5 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-section-2 {
    background-image: linear-gradient(#3e8cff33, #3e8cff33), url('../images/ice-cube-desktop.jpg');
    background-position: 0 0, 60%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 650px;
  }

  .content-area-left-2 {
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .container-6, .container-7 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-about_top-right {
    max-width: 26rem;
  }

  .section-side-text {
    font-size: 1.25rem;
  }

  .hero-wrapper-griid-2 {
    grid-template-columns: 1fr;
    height: 650px;
    padding-top: 40px;
  }

  .book-form-section-with-address {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .no-substitude-right {
    max-width: 26rem;
    padding-left: 0;
  }

  .container-8 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .before-and-gallery-sub-heading-2 {
    padding-bottom: 20px;
  }

  .before-and-gallery-heading-2 {
    font-size: 30px;
  }

  .drf-list {
    margin-bottom: 0;
  }

  .no-substitute-inner {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .location-title-in-footer-book-form {
    font-size: 32px;
  }

  .location-title-in-footer-book-form.white {
    font-size: 36px;
  }

  .location-title-in-footer-book-form.center {
    font-size: 30px;
    line-height: 1.3;
  }

  .location-sub-title-in-footer-book-form {
    font-size: 32px;
  }

  .location-sub-title-in-footer-book-form.white {
    font-size: 36px;
  }

  .location-sub-title-in-footer-book-form.center {
    font-size: 30px;
    line-height: 1.3;
  }

  .location-in-form-address {
    padding-bottom: 20px;
    display: block;
  }

  .faqs-collection-container {
    padding-top: 20px;
  }

  .faqs-collection-heading {
    color: #222c47;
    text-align: center;
    margin-bottom: 5px;
    margin-left: 0;
    font-size: 22px;
  }

  .faqs-collection-heading-subtext {
    text-align: center;
    margin-left: 0;
    font-size: 14px;
  }

  .faqs-answer-richtext {
    font-size: 14px;
  }

  .faqs-q {
    z-index: 1;
    border-radius: 15px;
  }

  .faqs-a-icon {
    width: 22px;
  }

  .faqs-qa-container {
    background-color: #0000;
    border-radius: 15px;
  }

  .faqs-toggle-text {
    text-align: center;
    width: 100%;
    font-size: 16px;
  }

  .faqs-seo-collection-container {
    padding-top: 20px;
  }

  .cs-near-you-page-section-copy {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .cs-near-you-inner-container {
    flex-direction: column-reverse;
    margin-top: 0;
  }

  .container-9 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .doctor-intro-details-2 {
    position: relative;
  }

  .container-10 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .excellency-list-2 {
    margin-bottom: 0;
  }

  .excellency-list-2.hospital-speciality {
    margin-top: 60px;
    padding-top: 0;
  }

  .about-us-inner {
    margin-left: 0%;
    padding-right: 60px;
  }

  .timeline_item_year {
    grid-template-columns: 1fr 50px 2fr;
  }

  .section-about-content {
    padding-bottom: 20px;
  }

  .innovations-section {
    margin-left: 0%;
    padding-right: 60px;
  }

  .about-packages-list {
    margin-bottom: 0;
  }

  .about-packages-list.hospital-speciality {
    margin-top: 60px;
    padding-top: 0;
  }

  .about-trademarks {
    margin-bottom: 0;
  }

  .about-trademarks.hospital-speciality {
    margin-top: 60px;
    padding-top: 0;
  }

  .au-side-by-side {
    grid-template-columns: 1fr;
    padding-bottom: 40px;
  }

  .packages-drflex-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .packages-content-text {
    font-size: 18px;
  }

  .step-process-section {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .section-title-wrap {
    grid-column-gap: 40px;
    grid-template-columns: 1fr;
  }

  .process_details {
    padding: 10px;
  }

  .centre_block {
    width: 150px;
  }

  .process_image_wrap {
    padding: 15px;
  }

  .hero-content-area-600 {
    margin-left: 0;
  }

  .hero-section-600 {
    background-image: linear-gradient(#3e8cff33, #3e8cff33), url('../images/ice-cube-desktop.jpg');
    background-position: 0 0, 60%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 650px;
  }

  .content-area-left-600 {
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .hero-wrapper-grid-600 {
    grid-template-columns: 1fr;
    height: 650px;
    padding-top: 40px;
  }

  .listing-3-package {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .list-3-package-item {
    grid-template-columns: 1fr;
  }

  .list-3-package-contents {
    padding: 80px 10px;
  }

  .dr-flex-packages-home-title-wrap-copy {
    grid-column-gap: 40px;
    grid-template-columns: 1fr;
  }

  .div-block-3 {
    flex-flow: column;
  }

  .image-2 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-title-content-60 {
    width: 100%;
    padding-bottom: 20px;
  }

  .packages-content-bottom-heading {
    font-size: 18px;
  }

  .process_details_big, .process_details_multi {
    padding: 10px;
  }

  .centre_block-copy {
    width: 150px;
  }

  .centre_block_2 {
    width: 150px;
    left: -120px;
  }

  .process_image_wrap_2 {
    padding: 15px;
  }

  .centre_block_2_left {
    width: 150px;
    left: 268px;
  }
}

@media screen and (max-width: 767px) {
  h1, h2, h3, h4, h5 {
    margin-top: 10px;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .banner-title-area-section {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .top-bar-contact-section {
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
    position: relative;
  }

  .simple-call-link.black {
    padding-top: 5px;
  }

  .call-link {
    font-size: 17px;
  }

  .top-bar-social {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 10px;
  }

  .banner-area-title {
    z-index: 2;
    position: relative;
  }

  .title-area-content {
    padding-top: 0;
  }

  .banner-title-text {
    font-size: 32px;
    line-height: 1.4;
  }

  .colors-section {
    padding-bottom: 40px;
  }

  .color-section-box.primary-color {
    text-align: left;
    height: 200px;
    margin-left: 0;
    padding-left: 0;
  }

  .color-section-box.secondary-color {
    height: 200px;
    margin-left: 0;
  }

  .color-name {
    text-align: center;
    font-size: 20px;
  }

  .heading-section {
    padding-bottom: 30px;
  }

  .unordered-list-item {
    font-size: 17px;
  }

  .unordered-list-item.about-list-item {
    max-width: none;
  }

  .unordered-list-item.bold {
    align-items: center;
    font-size: 17px;
    display: block;
  }

  .excellency-list.hospital-speciality {
    margin-top: 40px;
    padding-left: 0;
  }

  .button-section {
    padding-bottom: 20px;
  }

  .button, .button.error-button {
    text-align: center;
  }

  .button-small-column {
    padding-bottom: 10px;
  }

  .button-large-column {
    padding-bottom: 20px;
  }

  .form-input-field.protected-page {
    font-size: 12px;
  }

  .form-input-field.border-field {
    margin-bottom: 15px;
  }

  .phone-number-column, .project-column, .name-column, .email-column {
    padding-left: 0;
  }

  .form-minimum-width.contact-page-form {
    margin-top: 10px;
  }

  .input-block {
    margin-right: 0;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .widget-content-one {
    margin-bottom: 10px;
  }

  .widget-content-two {
    padding-left: 0;
  }

  .widget-title-section {
    padding-bottom: 0;
  }

  .widget-title-section.appointment-title {
    padding-bottom: 4px;
  }

  .footer-button-image {
    padding-left: 15px;
  }

  .hero-area-title-text {
    font-size: 48px;
  }

  .simple-services-link {
    padding: 10px 30px 40px;
  }

  .simple-service-title.feature-title {
    margin-top: 10px;
    font-size: 22px;
  }

  .simple-service-content {
    font-size: 18px;
  }

  .section-title-area.left-section {
    display: inline-block;
  }

  .consult-heading.center {
    font-size: 30px;
  }

  .section-title-content {
    font-size: 17px;
  }

  .section-title-content.consult {
    padding-bottom: 0;
  }

  .about-content-list {
    margin-top: 10px;
  }

  .service-section-area {
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .section-title.center {
    font-size: 28px;
  }

  .section-title.white {
    font-size: 30px;
    line-height: 1.4;
  }

  .consulting-section {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .counter-title {
    font-size: 26px;
  }

  .info-text-block {
    font-size: 17px;
  }

  .about-intro-section {
    padding-bottom: 250px;
  }

  .about-doctor {
    padding-bottom: 70px;
  }

  .doctor-intro-details {
    margin-top: 20px;
  }

  .doctor-crew-title {
    font-size: 24px;
  }

  .doctor-quote {
    font-size: 20px;
  }

  .our-promise-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .our-promise-section.testimonial-section {
    padding-bottom: 20px;
  }

  .our-promise-section.service-sinlgle {
    padding-bottom: 100px;
  }

  .our-promise-content-area.large-width {
    padding: 20px;
  }

  .our-promise-item {
    margin-bottom: 0;
    display: block;
  }

  .promise-content-title {
    margin-top: 10px;
    font-size: 22px;
  }

  .promise-content-title.service-single-intro {
    padding-top: 10px;
    font-size: 26px;
  }

  .promise-content-area {
    padding-left: 0;
  }

  .make-appointment-section {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .appointment-button-section {
    text-align: center;
    flex-direction: row;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .appointment-button-section.left-align {
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .or-text {
    text-align: center;
    padding: 20px 5px;
    font-size: 13px;
  }

  .or-text.black {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
  }

  .call-section {
    text-align: left;
    margin-bottom: 4px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .call-section.contact-page {
    align-items: center;
    display: flex;
  }

  .call-section.align-middle {
    margin-bottom: 8px;
  }

  .call-section.align-left {
    margin-bottom: 12px;
    margin-left: 0;
  }

  .single-intro-image {
    margin-bottom: 20px;
  }

  .intro-textblock {
    font-size: 17px;
  }

  .features-section {
    padding-bottom: 80px;
  }

  .featured-image {
    margin-bottom: 20px;
  }

  .feature-contents {
    padding-top: 20px;
  }

  .pricing-item {
    margin-bottom: 60px;
  }

  .contact-page-section {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .contact-content-area {
    padding-top: 40px;
  }

  .contact-details {
    flex-direction: row;
    display: block;
  }

  .contact-detail-text {
    text-align: left;
    justify-content: flex-start;
    margin-top: 10px;
    padding-left: 0;
    display: block;
  }

  .error-text {
    font-size: 140px;
  }

  .error-heading {
    font-size: 35px;
  }

  .error-content {
    font-size: 17px;
  }

  .utility-page-form {
    width: 100%;
  }

  .blog-listing {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .article-title {
    font-size: 22px;
  }

  .post-listing-content {
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .article-single-author-wrap {
    margin-top: 20px;
  }

  .contact-link-wrap {
    min-width: 60px;
    min-height: 60px;
  }

  .doctor-title {
    font-size: 24px;
  }

  .doctor-position {
    font-size: 18px;
  }

  .doctor-quicklinks.doctor-listing {
    display: flex;
    inset: auto 0% -4%;
  }

  .doctor-single-image {
    width: 100%;
  }

  .doctor-single-speciality-text {
    padding-bottom: 17px;
    font-size: 15px;
  }

  .testimonial-carousel-wrap {
    padding-top: 10px;
  }

  .testimonial-content {
    font-size: 17px;
  }

  .testimonial-rating-wrap {
    padding-bottom: 25px;
  }

  .client-name {
    font-size: 18px;
  }

  .testimonial-slide {
    width: 95%;
  }

  .client-job-position {
    font-size: 13px;
  }

  .left-arrow {
    display: none;
    inset: -20% auto auto 2%;
  }

  .right-arrow {
    display: none;
    inset: -20% 4% auto auto;
  }

  .article-single-wrap {
    font-size: 17px;
  }

  .slide-nav {
    object-fit: fill;
    background-color: #0000;
  }

  .menu-button {
    margin-right: 0;
  }

  .menu-button.w--open {
    background-color: var(--primary-color);
  }

  .nav-menu {
    background-color: var(--light-background);
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-intro-content {
    padding-top: 0;
  }

  .category-collection-list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
  }

  .category-page-wrap {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .category-link, .category-link.w--current {
    padding-bottom: 10px;
  }

  .license-section {
    padding: 60px 10px 70px;
  }

  .license-item-title {
    font-size: 36px;
  }

  .changelog-section {
    padding: 60px 20px;
  }

  .changelog-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .changelog-content {
    padding-left: 0;
    font-size: 17px;
  }

  .doctor-link-image, .doctor-link-image-mail {
    width: auto;
    height: auto;
  }

  .protected-form-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .color-section-grid {
    grid-template-columns: 1fr;
  }

  .appointment-success-message {
    font-size: 17px;
  }

  .header-area-grid {
    grid-template-columns: 1fr;
    align-items: end;
  }

  .service-item-wrap, .service-title-wrap, .about-intro-wrap, .footer-grid {
    grid-template-columns: 1fr;
  }

  .widget-content-four {
    padding-left: 0;
  }

  .appointment-form-grid, .featured-grid {
    grid-template-columns: 1fr;
  }

  .featured-service-item {
    flex-direction: column;
  }

  .service-content-right {
    padding-left: 0;
  }

  .counter-grid-wrap, .pricing-wrap {
    grid-template-columns: 1fr;
  }

  .top-bar-logo {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 10px;
  }

  .promise-content-area-2 {
    padding-left: 0;
  }

  .our-promise-item-2 {
    margin-bottom: 0;
    display: block;
  }

  .before-and-gallery-heading.center {
    font-size: 30px;
  }

  .before-and-gallery-sub-heading {
    font-size: 17px;
  }

  .before-and-gallery-sub-heading.consult {
    padding-bottom: 0;
  }

  .listing-2-list, .packages-home-title-wrap {
    grid-template-columns: 1fr;
  }

  .packages-home-section-title.white {
    font-size: 30px;
    line-height: 1.4;
  }

  .packages-home-section-title.center {
    font-size: 28px;
  }

  .things-you-should-know-details-list {
    margin-top: 10px;
  }

  .hero-area-title-heading {
    font-size: 48px;
  }

  .simple-service-content-container {
    font-size: 18px;
  }

  .top-5-reasons-title-wrap {
    grid-template-columns: 1fr;
  }

  .top-5-reasons-section-title.white {
    font-size: 30px;
    line-height: 1.4;
  }

  .top-5-reasons-section-title.center {
    font-size: 28px;
  }

  .things-we-should-know-heading.center, .consult-sub-heading.center, .there-is-no-substitute-heading.center {
    font-size: 30px;
  }

  .image-with-text-over {
    margin-bottom: 20px;
  }

  .schedule-form-subtext {
    font-size: 17px;
  }

  .schedule-form-subtext.consult {
    padding-bottom: 0;
  }

  .promise-content-subtitle {
    margin-top: 10px;
    font-size: 22px;
  }

  .promise-content-subtitle.service-single-intro {
    padding-top: 10px;
    font-size: 26px;
  }

  .get-beach-ready.white {
    font-size: 30px;
    line-height: 1.4;
  }

  .get-beach-ready.center {
    font-size: 28px;
  }

  .packages-content-subtitle {
    margin-top: 10px;
    font-size: 22px;
  }

  .packages-content-subtitle.service-single-intro {
    padding-top: 10px;
    font-size: 26px;
  }

  .column-2, .footer-column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .there-is-no-substitute-heading-mobile.center, .before-and-gallery-heading-mobile.center {
    font-size: 30px;
  }

  .book-consult-title-mobile.white {
    font-size: 30px;
    line-height: 1.4;
  }

  .book-consult-title-mobile.center {
    font-size: 28px;
  }

  .get-beach-ready-item {
    margin-bottom: 0;
    display: block;
  }

  .gbr-content-area {
    padding-left: 0;
  }

  .gbr-content-title {
    margin-top: 10px;
    font-size: 22px;
  }

  .gbr-content-title.service-single-intro {
    padding-top: 10px;
    font-size: 26px;
  }

  .gbr-content-subtitle {
    margin-top: 10px;
    font-size: 22px;
  }

  .gbr-content-subtitle.service-single-intro {
    padding-top: 10px;
    font-size: 26px;
  }

  .form-input-select.protected-page {
    font-size: 12px;
  }

  .form-input-select.border-field {
    margin-bottom: 15px;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_progress {
    left: 6px;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .timeline_text {
    font-size: 20px;
  }

  .timeline_left {
    text-align: left;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .hiw-intro-section {
    padding-bottom: 250px;
  }

  .hiw-intro-wrap {
    grid-template-columns: 1fr;
  }

  .coolsculpting-101-inner {
    padding: 10px 30px 40px;
  }

  .hiw-top-5-reasons-title-wrap {
    grid-template-columns: 1fr;
  }

  .hiw-top-5-reasons-section-area {
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .hiw-top-5-featured-list.hospital-speciality {
    margin-top: 40px;
    padding-left: 0;
  }

  .simple-section-title.white {
    font-size: 30px;
    line-height: 1.4;
  }

  .simple-section-title.center {
    font-size: 28px;
  }

  .possible-side-effects-content, .ca-vs-e-container {
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .main-section-title {
    grid-template-columns: 1fr;
  }

  .feature-list-style.hospital-speciality {
    margin-top: 40px;
    padding-left: 0;
  }

  .ca-vs-e-title.white {
    font-size: 30px;
    line-height: 1.4;
  }

  .ca-vs-e-title.center {
    font-size: 28px;
  }

  .ca-vs-e-title-mobile.white {
    font-size: 30px;
    line-height: 1.4;
  }

  .ca-vs-e-title-mobile.center {
    font-size: 28px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .locations-grid {
    grid-template-columns: 1fr;
  }

  .filter-categories-label-2 {
    margin-top: 0;
    line-height: 16px;
  }

  .filter-categories-section-2 {
    align-self: flex-start;
  }

  .heading-xlarge {
    font-size: 2.5rem;
  }

  .section-heading-1.center {
    font-size: 30px;
  }

  .section-sub-heading-1 {
    font-size: 17px;
  }

  .section-sub-heading-1.consult {
    padding-bottom: 0;
  }

  .faq-answer-p {
    font-size: .875rem;
  }

  .faq-answer {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .faq-menu-title {
    padding: 1rem 1rem .5rem;
  }

  .faq-question {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .faq-menu-item {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
  }

  .faq-menu-item.w--current {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 1rem;
  }

  .faq-question-label {
    font-size: 1rem;
  }

  .faq-menu-title-label {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5rem;
  }

  .h-package-quicklinks.doctor-listing {
    display: flex;
    inset: auto 0% -4%;
  }

  .h-package-quicklinks.h-package-listing, .h-package-quicklinks.list-3-package-listing {
    display: flex;
    top: auto;
    left: 0%;
    right: 0%;
  }

  .h-package-contact-link-wrap {
    min-width: 60px;
    min-height: 60px;
  }

  .h-package-link-image {
    width: auto;
    height: auto;
  }

  .h-package {
    min-width: 60px;
    min-height: 60px;
  }

  .h-package-link-image-mail {
    width: auto;
    height: auto;
  }

  .h-package-title {
    font-size: 24px;
  }

  .faqs-page-section, .sa-page-section {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .location-zip-code-address-comma {
    font-size: 18px;
  }

  .contact-link-wrap-big {
    min-width: 60px;
    min-height: 60px;
  }

  .location-card-item-title-top, .location-card-item-title {
    font-size: 24px;
  }

  .container-4, .container-5 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .drf-list-item-header {
    font-size: 17px;
  }

  .container-6, .container-7 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-about_top {
    grid-template-columns: 1fr;
  }

  .home-about_top-right {
    max-width: 28rem;
  }

  .section-side-text {
    font-size: 1.25rem;
  }

  .no-substitude-right {
    max-width: 28rem;
  }

  .drf-list-item {
    font-size: 17px;
  }

  .container-8 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .before-and-gallery-sub-heading-2 {
    font-size: 17px;
  }

  .no-substitute-inner {
    grid-template-columns: 1fr;
  }

  .location-title-in-footer-book-form.white {
    font-size: 30px;
    line-height: 1.4;
  }

  .location-title-in-footer-book-form.center {
    font-size: 28px;
  }

  .location-sub-title-in-footer-book-form.white {
    font-size: 30px;
    line-height: 1.4;
  }

  .location-sub-title-in-footer-book-form.center {
    font-size: 28px;
  }

  .location-in-form-address {
    font-size: 17px;
  }

  .location-in-form-address.consult {
    padding-bottom: 0;
  }

  .cs-near-you-page-section-copy {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .container-9 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-4 {
    text-align: center;
  }

  .doctor-intro-details-2 {
    margin-top: 20px;
  }

  .container-10 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .excellency-list-2.hospital-speciality {
    margin-top: 40px;
    padding-left: 0;
  }

  .about-us-inner {
    padding: 10px 30px 40px;
  }

  .about-us-grid {
    grid-template-columns: 1fr;
  }

  .timeline_date-text-sm {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_item_year {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .key-points-heading {
    font-size: 24px;
  }

  .step-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 110vh;
  }

  .img-block {
    z-index: 3;
    order: 3;
    width: 70%;
    min-height: 50vh;
    padding-top: 20px;
    position: relative;
  }

  .content-wrap {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 50vh;
    padding-bottom: 20px;
  }

  .step-content-block {
    z-index: 2;
    order: -1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .scoll-wrap {
    z-index: 1;
    height: 100%;
    bottom: 50%;
  }

  .dot {
    z-index: 99;
    order: 2;
    align-self: center;
    margin-bottom: 0;
    position: absolute;
    bottom: 50%;
  }

  .step {
    justify-content: center;
    padding: 8%;
  }

  .section-about-content {
    font-size: 17px;
  }

  .section-about-content.consult {
    padding-bottom: 0;
  }

  .innovations-section {
    padding: 10px 30px 40px;
  }

  .section-title-area-innovations.left-section {
    display: inline-block;
  }

  .about-packages-list {
    list-style: none;
  }

  .about-packages-list.hospital-speciality, .about-trademarks.hospital-speciality {
    margin-top: 40px;
    padding-left: 0;
  }

  .about-package-list-item {
    font-size: 17px;
  }

  .about-package-list-item.about-list-item {
    max-width: none;
  }

  .about-package-list-item.bold {
    align-items: center;
    font-size: 17px;
    list-style: decimal;
  }

  .packages-content-text {
    margin-top: 10px;
    font-size: 22px;
  }

  .packages-content-text.service-single-intro {
    padding-top: 10px;
    font-size: 26px;
  }

  .section-title-wrap {
    grid-template-columns: 1fr;
  }

  .process_details {
    justify-content: flex-start;
    width: 90%;
    min-height: auto;
    padding: 20px;
  }

  .centre_block {
    width: 55px;
  }

  .process_card {
    flex-direction: row-reverse;
    margin-bottom: 35px;
    padding-bottom: 20px;
  }

  .process_card_02 {
    margin-bottom: 35px;
  }

  .process_image_wrap {
    display: none;
  }

  .process_line {
    inset: 0% auto 0% 25px;
  }

  .listing-3-package, .dr-flex-packages-home-title-wrap-copy {
    grid-template-columns: 1fr;
  }

  .section-title-content-60 {
    font-size: 17px;
  }

  .section-title-content-60.consult {
    padding-bottom: 0;
  }

  .packages-content-bottom-heading {
    margin-top: 10px;
    font-size: 22px;
  }

  .packages-content-bottom-heading.service-single-intro {
    padding-top: 10px;
    font-size: 26px;
  }

  .process_card_03 {
    margin-bottom: 35px;
  }

  .process_details_big, .process_details_multi {
    justify-content: flex-start;
    width: 90%;
    min-height: auto;
    padding: 20px;
  }

  .centre_block-copy, .centre_block_2 {
    width: 55px;
  }

  .process_image_wrap_2 {
    display: none;
  }

  .centre_block_2_left {
    width: 55px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 20px;
  }

  ul, ol {
    padding-left: 20px;
  }

  li {
    font-size: 17px;
  }

  blockquote {
    padding: 22px 10px 22px 20px;
    font-size: 17px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.top-space {
    padding-top: 20px;
  }

  .top-bar-container.container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .call-icon {
    width: 50px;
  }

  .call-link {
    font-size: 16px;
  }

  .top-bar-header-area {
    z-index: 5;
    position: relative;
  }

  .banner-title-text {
    font-size: 28px;
    line-height: 1.2;
  }

  .sub-title-text {
    font-size: 14px;
  }

  .sub-title-text.center-subtitle {
    padding-left: 3px;
    font-size: 14px;
  }

  .color-section-box.primary-color {
    max-width: 100%;
    height: 150px;
  }

  .color-section-box.secondary-color {
    max-width: 100%;
    max-height: 150px;
  }

  .unordered-list-item.about-list-item {
    font-size: 18px;
  }

  .unordered-list-item.bold {
    font-size: 17px;
  }

  .excellency-list {
    margin-bottom: 10px;
  }

  .excellency-list.hospital-speciality {
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .button {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  .button.transparent {
    font-size: 12px;
  }

  .button.footer-button {
    padding-left: 60px;
  }

  .button.doctor-single-button {
    width: 100%;
  }

  .form-input-field.protected-page {
    font-size: 15px;
  }

  .form-input-field.protected-page::placeholder {
    font-size: 14px;
  }

  .form-input-field.border-field {
    margin-bottom: 15px;
  }

  .input-block {
    margin-right: 0;
  }

  .widget-title {
    font-size: 19px;
  }

  .footer-button-image {
    padding-left: 14px;
  }

  .hero-section {
    background-image: linear-gradient(#3e8cff1a, #3e8cff1a), url('../images/3-ice-cube-mobile.jpg');
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 550px;
  }

  .hero-section.hiw, .hero-section.dr-flex {
    background-image: url('../images/hero_banner_mobile.jpg'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .hero-area-subtitle {
    font-size: 14px;
  }

  .hero-subtitle-text {
    font-size: 12px;
  }

  .hero-subtitle-icon {
    display: none;
  }

  .hero-area-title-text {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 1.5;
  }

  .hero-area-title-text.italic.uppercase {
    margin-top: 0;
    font-size: 24px;
    line-height: 1.2;
  }

  .hero-content-text {
    font-size: 17px;
    line-height: 1.1;
  }

  .content-area-left {
    flex-direction: column;
    justify-content: flex-start;
    height: 550px;
    padding-top: 0;
    display: flex;
  }

  .simple-services-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .simple-service-title {
    margin-top: 10px;
    font-size: 22px;
  }

  .simple-service-title.hide {
    display: none;
  }

  .simple-service-content {
    font-size: 17px;
  }

  .simple-readmore-link {
    font-size: 14px;
  }

  .about-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-title-area {
    text-align: center;
  }

  .consult-heading {
    font-size: 25px;
  }

  .section-title-content.white {
    padding-top: 5px;
  }

  .about-content-list {
    padding: 20px;
  }

  .service-item {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-title {
    margin-bottom: 5px;
  }

  .appointment-content-area {
    padding-left: 20px;
    padding-right: 20px;
  }

  .appointment-content-area.full-width {
    padding-right: 0;
  }

  .section-title {
    font-size: 27px;
    line-height: 1.3;
  }

  .section-title.white {
    font-size: 25px;
    display: none;
  }

  .section-title.center {
    font-size: 24px;
    line-height: 1.2;
  }

  .section-title.white {
    font-size: 25px;
  }

  .consulting-section {
    padding-top: 60px;
  }

  .consult-quick-link {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 5px 10px 10px;
    display: flex;
  }

  .consult-link {
    padding-left: 10px;
    font-size: 16px;
  }

  .link-arrow {
    display: none;
  }

  .consult-quick-links-section {
    margin-top: 10px;
  }

  .column-right-space {
    padding-right: 0;
  }

  .doctor-intro-details {
    padding-left: 20px;
    padding-right: 20px;
  }

  .doctor-crew-designation {
    font-size: 17px;
  }

  .doctor-crew-title {
    font-size: 22px;
  }

  .our-promise-section.testimonial-section {
    padding-bottom: 40px;
  }

  .our-promise-content-area {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 10px;
  }

  .promise-content-title {
    padding-bottom: 5px;
  }

  .promise-content-title.service-single-intro {
    font-size: 24px;
  }

  .promise-content-area {
    padding-right: 20px;
  }

  .make-appointment-section {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .appointment-button-section.left-align {
    flex-direction: column;
    align-items: flex-start;
  }

  .or-text.black {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .call-section {
    margin-bottom: 5px;
    margin-left: 0;
  }

  .call-section.align-middle {
    margin-left: auto;
    margin-right: auto;
  }

  .intro-textblock {
    font-size: 17px;
  }

  .feature-contents {
    padding-top: 20px;
  }

  .pricing-plan-section {
    padding-top: 100px;
  }

  .pricing-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-item.last-child {
    margin-bottom: 40px;
  }

  .pricing-icon {
    top: -9%;
    right: 6%;
  }

  .plan-title {
    font-size: 20px;
  }

  .pricing-area {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .plan-price {
    font-size: 35px;
  }

  .price-offer {
    padding-top: 5px;
  }

  .pricing-description {
    font-size: 17px;
  }

  .contact-content-area {
    padding-right: 0;
  }

  .contact-detail-text.address-text {
    font-size: 15px;
  }

  .error-page-content {
    width: 100%;
    padding: 60px 10px;
  }

  .error-text {
    font-size: 80px;
  }

  .error-heading {
    font-size: 30px;
  }

  .error-content {
    font-size: 16px;
  }

  .article-title {
    font-size: 20px;
  }

  .article-listing-category {
    padding-top: 2px;
    padding-bottom: 4px;
  }

  .article-category-link {
    font-size: 12px;
  }

  .article-author-name, .article-date-text {
    font-size: 13px;
  }

  .single-content-wrap {
    padding-bottom: 100px;
  }

  .article-single-author-wrap {
    display: block;
  }

  .single-author-content {
    padding-left: 0;
  }

  .article-single-share-wrap {
    display: block;
  }

  .share-text {
    padding-bottom: 10px;
  }

  .contact-link-wrap {
    min-width: 50px;
    min-height: 50px;
  }

  .doctor-title {
    font-size: 22px;
  }

  .doctor-position {
    font-size: 16px;
  }

  .doctor-quicklinks.doctor-single-links {
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 20px;
    padding-left: 0;
    display: flex;
  }

  .doctor-quicklinks.doctor-listing {
    inset: auto 0% -9%;
  }

  .doctor-listing-bio {
    font-size: 14px;
  }

  .doctor-single-wrap {
    margin-top: -280px;
    padding-bottom: 80px;
  }

  .doctor-single-name {
    font-size: 26px;
    line-height: 1.3;
  }

  .doctor-member-job {
    font-size: 17px;
  }

  .doctor-single-meta-wrap {
    display: block;
  }

  .doctor-meta-item {
    border-right-style: none;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .doctor-meta-item.first-child {
    border-right-style: none;
    margin-bottom: 10px;
  }

  .simple-bio, .full-bio {
    font-size: 17px;
  }

  .doctor-single-quick-links {
    display: block;
  }

  .testimonial-carousel-wrap {
    padding-top: 20px;
  }

  .testimonial-item {
    padding: 20px;
  }

  .testimonial-slide {
    height: 400px;
  }

  .left-arrow {
    right: 75%;
  }

  .right-arrow {
    right: 2%;
  }

  .brand {
    padding-left: 0;
  }

  .menu-button {
    margin-right: 0;
  }

  .category-link {
    font-size: 20px;
  }

  .license-item-wrap {
    margin-top: 5px;
  }

  .license-item-wrap.font-wrap {
    margin-top: 20px;
  }

  .license-item-title {
    font-size: 35px;
  }

  .license-content {
    font-size: 17px;
  }

  .license-website-name {
    font-size: 22px;
  }

  .changelog-item {
    margin-bottom: 20px;
    display: block;
  }

  .changelog-content {
    padding-top: 10px;
    padding-left: 10px;
  }

  .form-error-text {
    font-size: 17px;
  }

  .doctor-link-image {
    width: 26px;
    height: 26px;
  }

  .doctor-link-image-mail {
    width: 30px;
    height: 30px;
  }

  .button-large {
    text-align: center;
    width: 100%;
    padding: 16px 20px;
    font-size: 18px;
  }

  .button-large.about-intro-button {
    font-size: 15px;
  }

  .button-large.full-width-white {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
  }

  .protected-form-wrap {
    width: 90%;
    margin-left: 10px;
    margin-right: 40px;
    padding: 40px 10px;
  }

  .protected-page-wrap {
    padding: 60px 10px;
  }

  .color-section-grid {
    grid-template-columns: 1fr;
  }

  .hero-wrapper-grid {
    height: 550px;
  }

  .simple-service-wrap {
    grid-column-gap: 16px;
  }

  .service-link-item {
    flex-direction: column;
  }

  .appointment-form-grid, .doctor-speciality-wrap {
    grid-template-columns: 1fr;
  }

  .form-grid-wrap {
    grid-row-gap: 40px;
  }

  .appointment-grid-wrap {
    grid-template-columns: 1fr;
  }

  .simple-service-icon-2 {
    min-width: 100px;
  }

  .simple-service-icon-2.hide {
    display: none;
  }

  .promise-content-area-2 {
    padding-right: 20px;
  }

  .gic-right {
    border-top-right-radius: 0;
    border-bottom-left-radius: 1.5rem;
    width: 100%;
  }

  .gallery-image-container {
    flex-direction: column;
  }

  .gic-left {
    border-top-right-radius: 1.5rem;
    border-bottom-left-radius: 0;
    width: 100%;
  }

  .before-and-gallery-heading {
    font-size: 25px;
    display: none;
  }

  .before-and-gallery-sub-heading.white {
    padding-top: 5px;
  }

  .top-5-reason-button-mobile {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .service-mobile-icon-header {
    justify-content: center;
    align-items: flex-start;
    margin-top: 40px;
    display: flex;
  }

  .simple-service-icon-with-header-mobile {
    margin-top: 0;
  }

  .listing-2-item {
    height: 380px;
  }

  .listing-heading-uni-1 {
    font-size: 1.3em;
  }

  .arrow-block-1, .circle-button {
    width: 40px;
    height: 40px;
  }

  .listing-2-content {
    max-width: none;
    padding: 0;
  }

  .listing-2-link-block {
    padding: 2em .5em;
  }

  .listing-4-link-2-text {
    font-size: 1.1em;
  }

  .listing-text {
    font-size: 1em;
  }

  .pp-details-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pp-dc-i {
    font-size: 20px;
  }

  .pp-dc-v {
    font-size: 14px;
  }

  .packages-home-section-title {
    font-size: 27px;
    line-height: 1.3;
  }

  .packages-home-section-title.white {
    font-size: 25px;
  }

  .packages-home-section-title.center {
    font-size: 24px;
    line-height: 1.2;
  }

  .badge-container {
    width: 100%;
  }

  .badges-inner-section {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .hero-bottom-content {
    margin-bottom: 10px;
  }

  .things-you-should-know-details-list {
    padding: 20px;
  }

  .no-substiture-subheading {
    font-size: 22px;
  }

  .hero-area-title-heading {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 1.5;
  }

  .hero-disclaimer-container {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-disclaimer-text {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 11px;
    line-height: 1.2;
  }

  .simple-service-content-container {
    font-size: 17px;
  }

  .top-5-reasons-section-title {
    font-size: 27px;
    line-height: 1.3;
  }

  .top-5-reasons-section-title.white {
    font-size: 25px;
  }

  .top-5-reasons-section-title.center {
    font-size: 24px;
    line-height: 1.2;
  }

  .things-we-should-know-heading, .consult-sub-heading {
    font-size: 25px;
  }

  .there-is-no-substitute-heading {
    font-size: 25px;
    display: none;
  }

  .schedule-form-subtext.white {
    padding-top: 5px;
  }

  .promise-content-subtitle {
    padding-bottom: 5px;
  }

  .promise-content-subtitle.service-single-intro {
    font-size: 24px;
  }

  .get-beach-ready {
    font-size: 27px;
    line-height: 1.3;
  }

  .get-beach-ready.white {
    font-size: 25px;
  }

  .get-beach-ready.center {
    font-size: 24px;
    line-height: 1.2;
  }

  .packages-content-subtitle {
    text-align: left;
    padding-bottom: 5px;
  }

  .packages-content-subtitle.service-single-intro {
    font-size: 24px;
  }

  .footer-section-heading {
    font-size: 20px;
    line-height: 1.5;
  }

  .mobile-nav-container {
    grid-column-gap: 30px;
  }

  .mobile-nav-cta {
    grid-column-gap: 20px;
  }

  .there-is-no-substitute-heading-mobile, .before-and-gallery-heading-mobile {
    font-size: 25px;
    display: block;
  }

  .book-consult-title-mobile {
    font-size: 27px;
    line-height: 1.3;
  }

  .book-consult-title-mobile.white {
    text-align: center;
    width: 100%;
    font-size: 25px;
    display: block;
  }

  .book-consult-title-mobile.center {
    font-size: 24px;
    line-height: 1.2;
  }

  .gbr-content-area {
    padding-right: 0;
  }

  .gbr-content-title {
    padding-bottom: 5px;
  }

  .gbr-content-title.service-single-intro {
    font-size: 24px;
  }

  .gbr-content-subtitle {
    padding-bottom: 5px;
    font-size: 18px;
  }

  .gbr-content-subtitle.service-single-intro {
    font-size: 24px;
  }

  .form-input-select.protected-page {
    font-size: 15px;
  }

  .form-input-select.protected-page::placeholder {
    font-size: 14px;
  }

  .form-input-select.border-field {
    margin-bottom: 15px;
  }

  .timeline_circle {
    box-shadow: 0 0 0 8px var(--secondary-color);
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .timeline_text {
    font-size: 18px;
  }

  .overlay-fade-top {
    background-image: linear-gradient(to bottom, var(--secondary-color), #0a0a0a00);
  }

  .overlay-fade-bottom {
    background-image: linear-gradient(to top, var(--secondary-color), #0a0a0a00);
  }

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

  .timeline-header {
    margin-bottom: 20px;
  }

  .timeline-step-image {
    display: none;
  }

  .timeline-list-item {
    font-size: 16px;
  }

  .coolsculpting-101-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cs-sbs-content-container {
    padding: 16px 8px;
  }

  .cs-sbs-item-c-text {
    font-size: 16px;
    line-height: 24px;
  }

  .cs-sbs-grid {
    grid-template-columns: 1fr;
  }

  .disclaimer-text {
    font-size: 14px;
    line-height: 18px;
  }

  .cs-sbs-item-c-number {
    font-size: 36px;
    line-height: 40px;
  }

  .coolsculpting-step-by-step {
    grid-template-columns: 1fr;
    padding-bottom: 32px;
  }

  .hiw-top-5-reasons-section-area {
    padding-top: 40px;
  }

  .hiw-top-5-featured-list {
    margin-bottom: 10px;
  }

  .hiw-top-5-featured-list.hospital-speciality {
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .timeline-step-image-mobile {
    display: block;
  }

  .simple-section {
    padding-bottom: 40px;
  }

  .simple-section-title {
    font-size: 27px;
    line-height: 1.3;
  }

  .simple-section-title.white {
    font-size: 25px;
  }

  .simple-section-title.center {
    font-size: 24px;
    line-height: 1.2;
  }

  .possible-side-effects-content {
    padding-top: 40px;
  }

  .jtt-header {
    top: -22px;
    left: 15px;
  }

  .jtt-heading {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .ca-vs-e-section {
    padding-bottom: 40px;
  }

  .ca-vs-e-container {
    padding-top: 0;
  }

  .pricing-card-grid {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .feature-list-style {
    margin-bottom: 10px;
  }

  .feature-list-style.hospital-speciality {
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .ca-vs-e-heading {
    text-align: center;
  }

  .ca-vs-e-title {
    font-size: 27px;
    line-height: 1.3;
    display: none;
  }

  .ca-vs-e-title.white {
    font-size: 25px;
  }

  .ca-vs-e-title.center {
    font-size: 24px;
    line-height: 1.2;
  }

  .ca-vs-e-subtitle {
    font-size: 16px;
  }

  .ca-vs-e-title-mobile {
    font-size: 27px;
    line-height: 1.3;
    display: block;
  }

  .ca-vs-e-title-mobile.white {
    font-size: 25px;
  }

  .ca-vs-e-title-mobile.center {
    font-size: 24px;
    line-height: 1.2;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-small {
    margin-bottom: .75rem;
  }

  .text-block-2 {
    font-size: 1rem;
  }

  .filter-categories-label-2 {
    flex-direction: column;
    flex: none;
    align-items: flex-start;
    margin-top: 0;
    margin-right: 0;
  }

  .filter-categories-label-2.mobile {
    margin-top: 1.5rem;
    font-size: 16px;
    display: block;
  }

  .filter-categories-section-2 {
    flex: 1;
    display: none;
  }

  .light-blu-underline.locations {
    margin-bottom: .75rem;
  }

  .categories-list {
    grid-column-gap: 20px;
    align-items: center;
  }

  .heading-xlarge {
    font-size: 1.75rem;
  }

  .heading-xlarge.heading-pt-serif {
    font-size: 1.5rem;
  }

  .container-3 {
    text-align: center;
  }

  .container-3.categories-cntr {
    grid-row-gap: 12px;
    flex-wrap: nowrap;
    align-content: space-between;
    align-items: center;
    margin-top: .5rem;
    margin-bottom: 2rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    overflow: scroll;
  }

  .filter-location-flex-container {
    flex-direction: column;
    align-items: center;
  }

  .collection-list-wrapper-4 {
    flex: none;
    padding-bottom: 6px;
    overflow: auto;
  }

  .section-heading-1 {
    font-size: 25px;
    display: none;
  }

  .section-sub-heading-1.white {
    padding-top: 5px;
  }

  .link {
    font-size: 16px;
  }

  .faq-sticky-title-hidden-mobile {
    font-size: 1rem;
  }

  .faq-menu-wrapper {
    top: 90px;
  }

  .h-package-item {
    padding-bottom: 30px;
  }

  .h-package-quicklinks.doctor-single-links {
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 20px;
    padding-left: 0;
    display: flex;
  }

  .h-package-quicklinks.doctor-listing {
    inset: auto 0% -9%;
  }

  .h-package-quicklinks.h-package-listing, .h-package-quicklinks.list-3-package-listing {
    inset: auto 0% -33px;
  }

  .h-package-contact-link-wrap {
    min-width: 50px;
    min-height: 50px;
  }

  .h-package-link-image {
    width: 26px;
    height: 26px;
  }

  .h-package {
    min-width: 50px;
    min-height: 50px;
  }

  .h-package-link-image-mail {
    width: 30px;
    height: 30px;
  }

  .h-package-contents {
    margin-top: 50px;
  }

  .h-package-pp-details-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .h-package-pp-dc-item {
    padding: 10px;
  }

  .h-package-pp-dc-i {
    font-size: 20px;
  }

  .h-package-pp-dc-v {
    font-size: 14px;
  }

  .heading-4 {
    font-size: 28px;
  }

  .gic-mid {
    width: 100%;
  }

  .locations-filter-link {
    font-size: 16px;
  }

  .contact-link-wrap-big {
    min-width: 50px;
    min-height: 50px;
  }

  .location-card-item-appt {
    font-size: 14px;
  }

  .location-card-item-title-top, .location-card-item-title {
    font-size: 22px;
  }

  .location-card-item-phone {
    font-size: 16px;
  }

  .popular-package-description {
    margin-bottom: 0;
  }

  .container-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-heading {
    font-size: 17px;
    line-height: 1.4;
  }

  .drf-list-header {
    margin-bottom: 10px;
  }

  .hero-disclaimer-container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .badge-image {
    width: 100px;
  }

  .container-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-section-2 {
    background-image: linear-gradient(#3e8cff1a, #3e8cff1a), url('../images/3-ice-cube-mobile.jpg');
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 550px;
  }

  .content-area-left-2 {
    flex-direction: column;
    justify-content: flex-start;
    height: 550px;
    padding-top: 0;
    display: flex;
  }

  .container-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-heading-2 {
    font-size: 17px;
    line-height: 1.4;
  }

  .get-beach-ready-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-about_top-right {
    max-width: 22rem;
  }

  .section-heading-2 {
    font-size: 25px;
  }

  .section-sub-heading {
    font-size: 19px;
  }

  .section-side-text {
    font-size: 17px;
  }

  .hero-wrapper-griid-2 {
    height: 550px;
  }

  .no-substitude-right {
    max-width: 22rem;
  }

  .no-substitute-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .before-and-gallery-heading-2 {
    font-size: 25px;
    display: none;
  }

  .drf-list {
    margin-bottom: 10px;
  }

  .location-title-in-footer-book-form {
    text-align: center;
    font-size: 22px;
    line-height: 1.3;
  }

  .location-title-in-footer-book-form.white {
    font-size: 25px;
    display: none;
  }

  .location-title-in-footer-book-form.center {
    font-size: 24px;
    line-height: 1.2;
  }

  .location-sub-title-in-footer-book-form {
    text-align: center;
    font-size: 19px;
    line-height: 1.3;
  }

  .location-sub-title-in-footer-book-form.white {
    font-size: 25px;
    display: none;
  }

  .location-sub-title-in-footer-book-form.center {
    font-size: 24px;
    line-height: 1.2;
  }

  .location-in-form-phone {
    text-align: center;
  }

  .location-in-form-address {
    text-align: center;
    display: block;
  }

  .location-in-form-address.white {
    padding-top: 5px;
  }

  .faqs-collection {
    margin-top: 15px;
  }

  .faqs-answer-richtext {
    font-size: 16px;
  }

  .faqs-toggle-text {
    font-size: 18px;
  }

  .faq-seo-q {
    font-size: 20px;
  }

  .cs-near-you-inner-container {
    margin-top: 20px;
  }

  .cs-near-you-location-link {
    font-size: 18px;
  }

  .sub-title-text-2 {
    font-size: 14px;
  }

  .button-large-2 {
    text-align: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
  }

  .button-large-2.about-intro-button {
    font-size: 15px;
  }

  .container-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-9.top-space {
    padding-top: 20px;
  }

  .button-4 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  .doctor-intro-details-2, .container-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .excellency-list-2 {
    margin-bottom: 10px;
  }

  .about-us-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .timeline_date-text-sm {
    font-size: 28px;
  }

  .timeline_item_year {
    grid-template-columns: 48px 1fr;
  }

  .key-points-heading {
    margin-top: 20px;
    font-size: 22px;
  }

  .img-block {
    width: 90%;
  }

  .steps-clone {
    display: block;
    position: static;
  }

  .content {
    font-size: 20px;
  }

  .section-about-content {
    text-align: left;
  }

  .section-about-content.white {
    padding-top: 5px;
  }

  .innovations-section {
    padding-left: 0;
    padding-right: 0;
  }

  .innovations-section-inner {
    grid-template-columns: 1fr;
  }

  .section-about-content-innovations {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-title-area-innovations {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-packages-list {
    text-align: left;
    margin-bottom: 10px;
    padding-left: 15px;
  }

  .about-trademarks {
    margin-bottom: 10px;
  }

  .about-package-list-item.about-list-item {
    font-size: 18px;
  }

  .about-package-list-item.bold {
    font-size: 17px;
    list-style: decimal;
  }

  .au-side-by-side {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .drfpa-card {
    flex-direction: column;
  }

  .dfp_number {
    padding-top: 0;
    font-size: 16px;
  }

  .timeline-header-innovations {
    margin-bottom: 20px;
  }

  .drfpa-image-all {
    grid-template-columns: 1fr 1fr;
  }

  .drfpa-list-image-img {
    width: 100%;
  }

  .body-null {
    display: flex;
  }

  .packages-content-text {
    text-align: left;
    padding-bottom: 5px;
    font-size: 18px;
  }

  .packages-content-text.service-single-intro {
    font-size: 24px;
  }

  .process_details {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .h2 {
    font-size: 27px;
  }

  .process_image_wrap {
    width: 100%;
    min-height: 0;
    display: block;
  }

  .process_line {
    display: none;
  }

  .hero-section-600 {
    background-image: linear-gradient(#3e8cff1a, #3e8cff1a), url('../images/3-ice-cube-mobile.jpg');
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 550px;
  }

  .hero-section-600.hiw, .hero-section-600.dr-flex {
    background-image: url('../images/hero_banner_mobile.jpg'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .content-area-left-600 {
    flex-direction: column;
    justify-content: flex-start;
    height: 550px;
    padding-top: 0;
    display: flex;
  }

  .hero-wrapper-grid-600 {
    height: 550px;
  }

  .list-3-package-item {
    padding-bottom: 30px;
  }

  .list-3-package-pp-details-container-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .list-3-package-contents {
    margin-top: 0;
  }

  .section-title-content-60.white {
    padding-top: 5px;
  }

  .full-width-image-section {
    height: 200px;
  }

  .packages-content-bottom-heading {
    text-align: left;
    padding-bottom: 5px;
  }

  .packages-content-bottom-heading.service-single-intro {
    font-size: 24px;
  }

  .process_card_03 {
    flex-flow: column;
    margin-bottom: 55px;
  }

  .process_card_03.reverse {
    flex-flow: column-reverse wrap-reverse;
  }

  .process_details_big {
    width: 100%;
    padding: 15px 0 0;
  }

  .process_details_multi {
    padding: 55px 0 0 15px;
  }

  .centre_block_2 {
    top: -35px;
    left: 0;
  }

  .process_image_wrap_2 {
    width: 100%;
    min-height: 0;
    display: block;
  }

  .centre_block_2_left {
    position: absolute;
    top: -35px;
    left: 0;
  }
}

#w-node-_6903c8ee-ea83-9ad0-198d-55100e1b540f-906c8d73 {
  align-self: start;
}

#w-node-c89b9b3c-4b54-bebc-f8e6-57e59a73624e-906c8d73 {
  align-self: center;
}

#w-node-b6364a15-f335-0cb9-8758-be8660bffb7e-906c8d73, #w-node-_6deec4f4-8a92-96af-e276-510a7cd99dd1-906c8d73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a2275d2-65fb-5629-5417-80aa86f62f45-906c8d73, #w-node-e1a0972b-fb1b-fa99-a611-c48d95eeedd2-906c8d73, #w-node-_98056584-6955-d559-5cf1-08607bf4bc36-906c8d73 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_162f8415-7eb2-1b90-3f8b-7ca218f4c646-906c8d73 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_162f8415-7eb2-1b90-3f8b-7ca218f4c652-906c8d73 {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-_8b58d8a3-7450-25ea-9434-48260baae505-906c8d73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da254a78-99c7-b9a6-dd23-5c79de9745ef-de9745df, #w-node-da254a78-99c7-b9a6-dd23-5c79de9745f2-de9745df, #w-node-_7ec70c53-481b-fbfb-2b52-b86ed935d414-0daf2f1a, #Location-3.w-node-bb5c7385-dd6a-aac1-ed1f-6380e729c09a-6fc9a269 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_61e2d3b4-0e0d-b5b9-e0e6-e82235584bbb-35584bb7, #w-node-_61e2d3b4-0e0d-b5b9-e0e6-e82235584bbd-35584bb7, #w-node-_61e2d3b4-0e0d-b5b9-e0e6-e82235584bbf-35584bb7, #w-node-_61e2d3b4-0e0d-b5b9-e0e6-e82235584bc1-35584bb7, #w-node-_61e2d3b4-0e0d-b5b9-e0e6-e82235584bc3-35584bb7, #w-node-_61e2d3b4-0e0d-b5b9-e0e6-e82235584bc5-35584bb7, #w-node-_61e2d3b4-0e0d-b5b9-e0e6-e82235584bc7-35584bb7, #w-node-_61e2d3b4-0e0d-b5b9-e0e6-e82235584bc9-35584bb7, #w-node-_61e2d3b4-0e0d-b5b9-e0e6-e82235584bcb-35584bb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1203b41-b7d5-8bcd-fbf9-493773a40227-73a40223 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c94e919a-c849-8bd7-e90b-8f7c0853892d-08538915, #w-node-c94e919a-c849-8bd7-e90b-8f7c0853892e-08538915, #w-node-c94e919a-c849-8bd7-e90b-8f7c08538921-08538915, #w-node-c94e919a-c849-8bd7-e90b-8f7c08538922-08538915, #w-node-c94e919a-c849-8bd7-e90b-8f7c08538924-08538915, #w-node-c94e919a-c849-8bd7-e90b-8f7c08538925-08538915, #w-node-c94e919a-c849-8bd7-e90b-8f7c08538927-08538915, #w-node-c94e919a-c849-8bd7-e90b-8f7c08538928-08538915, #w-node-c94e919a-c849-8bd7-e90b-8f7c0853892a-08538915, #w-node-c94e919a-c849-8bd7-e90b-8f7c0853892b-08538915, #w-node-c94e919a-c849-8bd7-e90b-8f7c08538930-08538915, #w-node-c94e919a-c849-8bd7-e90b-8f7c08538931-08538915, #w-node-c94e919a-c849-8bd7-e90b-8f7c08538933-08538915, #w-node-c94e919a-c849-8bd7-e90b-8f7c08538937-08538915, #w-node-c94e919a-c849-8bd7-e90b-8f7c0853894e-08538915, #w-node-c94e919a-c849-8bd7-e90b-8f7c08538952-08538915, #w-node-c94e919a-c849-8bd7-e90b-8f7c0853896a-08538915, #w-node-c94e919a-c849-8bd7-e90b-8f7c08538979-08538915, #w-node-c94e919a-c849-8bd7-e90b-8f7c08538988-08538915, #w-node-c94e919a-c849-8bd7-e90b-8f7c08538997-08538915, #w-node-c94e919a-c849-8bd7-e90b-8f7c085389a6-08538915, #w-node-c94e919a-c849-8bd7-e90b-8f7c085389b5-08538915 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c7df788-e3ef-ecee-55cb-d07b73767b67-73767b5e {
  align-self: center;
}

#w-node-_1c7df788-e3ef-ecee-55cb-d07b73767b62-73767b5e {
  justify-self: end;
}

#w-node-_1245f5f7-2985-1990-ed51-b075dc33c5ef-906c8d7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1245f5f7-2985-1990-ed51-b075dc33c5f1-906c8d7a {
  justify-self: center;
}

#w-node-_9519d075-6f50-97c8-0500-b5a0cdba7bc4-906c8d7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbdbd3f4-7e63-a3bb-d1f1-1dd0aa8b13a7-906c8d7a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c89b9b3c-4b54-bebc-f8e6-57e59a73624e-906c8d7a {
  align-self: center;
}

#w-node-b6364a15-f335-0cb9-8758-be8660bffb7e-906c8d7a, #w-node-_6deec4f4-8a92-96af-e276-510a7cd99dd1-906c8d7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a2275d2-65fb-5629-5417-80aa86f62f45-906c8d7a, #w-node-e1a0972b-fb1b-fa99-a611-c48d95eeedd2-906c8d7a, #w-node-_98056584-6955-d559-5cf1-08607bf4bc36-906c8d7a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_162f8415-7eb2-1b90-3f8b-7ca218f4c646-906c8d7a {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_162f8415-7eb2-1b90-3f8b-7ca218f4c652-906c8d7a {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-_8b58d8a3-7450-25ea-9434-48260baae505-906c8d7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa1cae68-04de-fb5c-55b2-1f124f2167cc-906c8d7a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1245f5f7-2985-1990-ed51-b075dc33c5ef-906c8d7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1245f5f7-2985-1990-ed51-b075dc33c5f1-906c8d7b {
  justify-self: center;
}

#w-node-_9519d075-6f50-97c8-0500-b5a0cdba7bc4-906c8d7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbdbd3f4-7e63-a3bb-d1f1-1dd0aa8b13a7-906c8d7b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c89b9b3c-4b54-bebc-f8e6-57e59a73624e-906c8d7b {
  align-self: center;
}

#w-node-b6364a15-f335-0cb9-8758-be8660bffb7e-906c8d7b, #w-node-_6deec4f4-8a92-96af-e276-510a7cd99dd1-906c8d7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a2275d2-65fb-5629-5417-80aa86f62f45-906c8d7b, #w-node-e1a0972b-fb1b-fa99-a611-c48d95eeedd2-906c8d7b, #w-node-_98056584-6955-d559-5cf1-08607bf4bc36-906c8d7b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_162f8415-7eb2-1b90-3f8b-7ca218f4c646-906c8d7b {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_162f8415-7eb2-1b90-3f8b-7ca218f4c652-906c8d7b {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-_8b58d8a3-7450-25ea-9434-48260baae505-906c8d7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa1cae68-04de-fb5c-55b2-1f124f2167cc-906c8d7b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1245f5f7-2985-1990-ed51-b075dc33c5ef-906c8d7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1245f5f7-2985-1990-ed51-b075dc33c5f1-906c8d7c {
  justify-self: center;
}

#w-node-_9519d075-6f50-97c8-0500-b5a0cdba7bc4-906c8d7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbdbd3f4-7e63-a3bb-d1f1-1dd0aa8b13a7-906c8d7c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c89b9b3c-4b54-bebc-f8e6-57e59a73624e-906c8d7c {
  align-self: center;
}

#w-node-b6364a15-f335-0cb9-8758-be8660bffb7e-906c8d7c, #w-node-_6deec4f4-8a92-96af-e276-510a7cd99dd1-906c8d7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a2275d2-65fb-5629-5417-80aa86f62f45-906c8d7c, #w-node-e1a0972b-fb1b-fa99-a611-c48d95eeedd2-906c8d7c, #w-node-_98056584-6955-d559-5cf1-08607bf4bc36-906c8d7c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_162f8415-7eb2-1b90-3f8b-7ca218f4c646-906c8d7c {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_162f8415-7eb2-1b90-3f8b-7ca218f4c652-906c8d7c {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-_8b58d8a3-7450-25ea-9434-48260baae505-906c8d7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa1cae68-04de-fb5c-55b2-1f124f2167cc-906c8d7c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1245f5f7-2985-1990-ed51-b075dc33c5ef-906c8d7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1245f5f7-2985-1990-ed51-b075dc33c5f1-906c8d7d {
  justify-self: center;
}

#w-node-_9519d075-6f50-97c8-0500-b5a0cdba7bc4-906c8d7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbdbd3f4-7e63-a3bb-d1f1-1dd0aa8b13a7-906c8d7d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c89b9b3c-4b54-bebc-f8e6-57e59a73624e-906c8d7d {
  align-self: center;
}

#w-node-b6364a15-f335-0cb9-8758-be8660bffb7e-906c8d7d, #w-node-_6deec4f4-8a92-96af-e276-510a7cd99dd1-906c8d7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a2275d2-65fb-5629-5417-80aa86f62f45-906c8d7d, #w-node-e1a0972b-fb1b-fa99-a611-c48d95eeedd2-906c8d7d, #w-node-_98056584-6955-d559-5cf1-08607bf4bc36-906c8d7d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_162f8415-7eb2-1b90-3f8b-7ca218f4c646-906c8d7d {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_162f8415-7eb2-1b90-3f8b-7ca218f4c652-906c8d7d {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-_8b58d8a3-7450-25ea-9434-48260baae505-906c8d7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa1cae68-04de-fb5c-55b2-1f124f2167cc-906c8d7d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1245f5f7-2985-1990-ed51-b075dc33c5ef-906c8d7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1245f5f7-2985-1990-ed51-b075dc33c5f1-906c8d7e {
  justify-self: center;
}

#w-node-_9519d075-6f50-97c8-0500-b5a0cdba7bc4-906c8d7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbdbd3f4-7e63-a3bb-d1f1-1dd0aa8b13a7-906c8d7e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c89b9b3c-4b54-bebc-f8e6-57e59a73624e-906c8d7e {
  align-self: center;
}

#w-node-b6364a15-f335-0cb9-8758-be8660bffb7e-906c8d7e, #w-node-_6deec4f4-8a92-96af-e276-510a7cd99dd1-906c8d7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a2275d2-65fb-5629-5417-80aa86f62f45-906c8d7e, #w-node-e1a0972b-fb1b-fa99-a611-c48d95eeedd2-906c8d7e, #w-node-_98056584-6955-d559-5cf1-08607bf4bc36-906c8d7e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_162f8415-7eb2-1b90-3f8b-7ca218f4c646-906c8d7e {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_162f8415-7eb2-1b90-3f8b-7ca218f4c652-906c8d7e {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-_8b58d8a3-7450-25ea-9434-48260baae505-906c8d7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa1cae68-04de-fb5c-55b2-1f124f2167cc-906c8d7e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1245f5f7-2985-1990-ed51-b075dc33c5ef-906c8d7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1245f5f7-2985-1990-ed51-b075dc33c5f1-906c8d7f {
  justify-self: center;
}

#w-node-_9519d075-6f50-97c8-0500-b5a0cdba7bc4-906c8d7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbdbd3f4-7e63-a3bb-d1f1-1dd0aa8b13a7-906c8d7f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c89b9b3c-4b54-bebc-f8e6-57e59a73624e-906c8d7f {
  align-self: center;
}

#w-node-b6364a15-f335-0cb9-8758-be8660bffb7e-906c8d7f, #w-node-_6deec4f4-8a92-96af-e276-510a7cd99dd1-906c8d7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a2275d2-65fb-5629-5417-80aa86f62f45-906c8d7f, #w-node-e1a0972b-fb1b-fa99-a611-c48d95eeedd2-906c8d7f, #w-node-_98056584-6955-d559-5cf1-08607bf4bc36-906c8d7f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_162f8415-7eb2-1b90-3f8b-7ca218f4c646-906c8d7f {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_162f8415-7eb2-1b90-3f8b-7ca218f4c652-906c8d7f {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-_8b58d8a3-7450-25ea-9434-48260baae505-906c8d7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa1cae68-04de-fb5c-55b2-1f124f2167cc-906c8d7f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1245f5f7-2985-1990-ed51-b075dc33c5ef-906c8d80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1245f5f7-2985-1990-ed51-b075dc33c5f1-906c8d80 {
  justify-self: center;
}

#w-node-_9519d075-6f50-97c8-0500-b5a0cdba7bc4-906c8d80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbdbd3f4-7e63-a3bb-d1f1-1dd0aa8b13a7-906c8d80 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c89b9b3c-4b54-bebc-f8e6-57e59a73624e-906c8d80 {
  align-self: center;
}

#w-node-b6364a15-f335-0cb9-8758-be8660bffb7e-906c8d80, #w-node-_6deec4f4-8a92-96af-e276-510a7cd99dd1-906c8d80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a2275d2-65fb-5629-5417-80aa86f62f45-906c8d80, #w-node-e1a0972b-fb1b-fa99-a611-c48d95eeedd2-906c8d80, #w-node-_98056584-6955-d559-5cf1-08607bf4bc36-906c8d80 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_162f8415-7eb2-1b90-3f8b-7ca218f4c646-906c8d80 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_162f8415-7eb2-1b90-3f8b-7ca218f4c652-906c8d80 {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-_8b58d8a3-7450-25ea-9434-48260baae505-906c8d80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa1cae68-04de-fb5c-55b2-1f124f2167cc-906c8d80 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1245f5f7-2985-1990-ed51-b075dc33c5ef-906c8d81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1245f5f7-2985-1990-ed51-b075dc33c5f1-906c8d81 {
  justify-self: center;
}

#w-node-_9519d075-6f50-97c8-0500-b5a0cdba7bc4-906c8d81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbdbd3f4-7e63-a3bb-d1f1-1dd0aa8b13a7-906c8d81 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c89b9b3c-4b54-bebc-f8e6-57e59a73624e-906c8d81 {
  align-self: center;
}

#w-node-b6364a15-f335-0cb9-8758-be8660bffb7e-906c8d81, #w-node-_6deec4f4-8a92-96af-e276-510a7cd99dd1-906c8d81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a2275d2-65fb-5629-5417-80aa86f62f45-906c8d81, #w-node-e1a0972b-fb1b-fa99-a611-c48d95eeedd2-906c8d81, #w-node-_98056584-6955-d559-5cf1-08607bf4bc36-906c8d81 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_162f8415-7eb2-1b90-3f8b-7ca218f4c646-906c8d81 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_162f8415-7eb2-1b90-3f8b-7ca218f4c652-906c8d81 {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-_8b58d8a3-7450-25ea-9434-48260baae505-906c8d81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa1cae68-04de-fb5c-55b2-1f124f2167cc-906c8d81 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_473abc48-56d6-b82b-7ad8-390335a0fad7-906c8d88 {
  place-self: start stretch;
}

#w-node-fe2a7ca8-01f4-9624-4673-118dc9ef341e-906c8d8f, #w-node-fe2a7ca8-01f4-9624-4673-118dc9ef342b-906c8d8f, #w-node-fe2a7ca8-01f4-9624-4673-118dc9ef3438-906c8d8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e0a53e1-35d8-6854-fa93-0bdced7ea2db-906c8d8f, #w-node-_0e0a53e1-35d8-6854-fa93-0bdced7ea2e3-906c8d8f, #w-node-_0e0a53e1-35d8-6854-fa93-0bdced7ea2ed-906c8d8f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_024bb550-b97b-4888-eeab-6953b136e702-906c8d8f {
  grid-area: 2 / 2 / 2 / 4;
}

#w-node-_0e0a53e1-35d8-6854-fa93-0bdced7ea2ff-906c8d8f {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-_66d01982-d7cf-47d5-c343-32a21b7ad47f-906c8d91 {
  place-self: start stretch;
}

#w-node-d51bd37c-9350-ad73-0e88-f608ca812724-f9688570 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_21fbe720-f217-505d-0949-167ab9f482df-f9688570, #w-node-_21fbe720-f217-505d-0949-167ab9f482f3-f9688570, #w-node-_21fbe720-f217-505d-0949-167ab9f48307-f9688570 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_21fbe720-f217-505d-0949-167ab9f4831b-f9688570 {
  grid-area: 2 / 2 / 2 / 4;
}

#w-node-_21fbe720-f217-505d-0949-167ab9f4832b-f9688570 {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-_691bd8fc-17a4-b74e-aa6b-50228f948e64-f9688570, #w-node-_839f40fb-380e-490d-5967-e45e45b912f8-8d46035f, #w-node-_839f40fb-380e-490d-5967-e45e45b912f9-8d46035f, #w-node-_352a3646-47f2-32f4-1f77-daa8cae2e072-8d46035f, #w-node-_352a3646-47f2-32f4-1f77-daa8cae2e073-8d46035f, #w-node-_2c962cfb-f208-f5e6-542b-62d1144693a4-8d46035f, #w-node-_2c962cfb-f208-f5e6-542b-62d1144693a5-8d46035f, #w-node-ff95c9cd-4ec0-9ca9-9b4f-2768e5e34548-8d46035f, #w-node-ff95c9cd-4ec0-9ca9-9b4f-2768e5e34549-8d46035f, #w-node-_4c19dd6f-59c9-dca1-e296-bb8bb5410b70-8d46035f, #w-node-_4c19dd6f-59c9-dca1-e296-bb8bb5410b71-8d46035f, #w-node-_4fe82732-3018-7d30-7ca3-d27928af24ee-8d46035f, #w-node-_4fe82732-3018-7d30-7ca3-d27928af24ef-8d46035f, #w-node-aa60fad3-de60-879d-b648-a1a0a53e9f11-8d46035f, #w-node-aa60fad3-de60-879d-b648-a1a0a53e9f12-8d46035f, #w-node-_4dc065f6-23d0-119b-78ee-faf8477e6903-8d46035f, #w-node-_4dc065f6-23d0-119b-78ee-faf8477e6904-8d46035f, #w-node-_21f34dc8-1c98-2b66-2930-37603c6e87d0-8d46035f, #w-node-_21f34dc8-1c98-2b66-2930-37603c6e87d1-8d46035f, #w-node-_839f40fb-380e-490d-5967-e45e45b9130a-8d46035f, #w-node-_839f40fb-380e-490d-5967-e45e45b9130e-8d46035f, #w-node-_839f40fb-380e-490d-5967-e45e45b91325-8d46035f, #w-node-_839f40fb-380e-490d-5967-e45e45b91329-8d46035f, #w-node-_839f40fb-380e-490d-5967-e45e45b91341-8d46035f, #w-node-_839f40fb-380e-490d-5967-e45e45b91350-8d46035f, #w-node-_839f40fb-380e-490d-5967-e45e45b9135f-8d46035f, #w-node-_839f40fb-380e-490d-5967-e45e45b9136e-8d46035f, #w-node-_839f40fb-380e-490d-5967-e45e45b9137d-8d46035f, #w-node-_839f40fb-380e-490d-5967-e45e45b9138c-8d46035f, #w-node-fe2a7ca8-01f4-9624-4673-118dc9ef3413-8d46035f, #w-node-fe2a7ca8-01f4-9624-4673-118dc9ef341e-8d46035f, #w-node-fe2a7ca8-01f4-9624-4673-118dc9ef342b-8d46035f, #w-node-fe2a7ca8-01f4-9624-4673-118dc9ef3438-8d46035f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6088ca4-b5c1-c46f-f3b0-a737518a03b2-8d46035f, #w-node-_0490ff53-b282-8aa1-fd08-835c81d037ed-8d46035f, #w-node-_0e0a53e1-35d8-6854-fa93-0bdced7ea2db-8d46035f, #w-node-_0e0a53e1-35d8-6854-fa93-0bdced7ea2e3-8d46035f, #w-node-_0e0a53e1-35d8-6854-fa93-0bdced7ea2ed-8d46035f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_024bb550-b97b-4888-eeab-6953b136e702-8d46035f {
  grid-area: 2 / 2 / 2 / 4;
}

#w-node-_0e0a53e1-35d8-6854-fa93-0bdced7ea2ff-8d46035f {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-_5e604883-daa0-2b19-088b-5bcde547c709-8d46035f, #w-node-_8a3daf74-5a10-fdc9-d060-cfbad1484387-8d46035f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_9a2275d2-65fb-5629-5417-80aa86f62f45-906c8d73, #w-node-e1a0972b-fb1b-fa99-a611-c48d95eeedd2-906c8d73, #w-node-_98056584-6955-d559-5cf1-08607bf4bc36-906c8d73 {
    grid-column: span 1 / span 1;
  }

  #w-node-_162f8415-7eb2-1b90-3f8b-7ca218f4c646-906c8d73, #w-node-_162f8415-7eb2-1b90-3f8b-7ca218f4c652-906c8d73 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-da254a78-99c7-b9a6-dd23-5c79de9745ef-de9745df {
    grid-column: span 1 / span 1;
  }

  #w-node-_9bee52d3-2070-ed7e-df53-b5a10daf2f1f-0daf2f1a {
    order: 9999;
  }

  #w-node-_7ec70c53-481b-fbfb-2b52-b86ed935d414-0daf2f1a {
    order: -9999;
    grid-column: span 1 / span 1;
  }

  #w-node-_9a2275d2-65fb-5629-5417-80aa86f62f45-906c8d7a, #w-node-e1a0972b-fb1b-fa99-a611-c48d95eeedd2-906c8d7a, #w-node-_98056584-6955-d559-5cf1-08607bf4bc36-906c8d7a {
    grid-column: span 1 / span 1;
  }

  #w-node-_162f8415-7eb2-1b90-3f8b-7ca218f4c646-906c8d7a, #w-node-_162f8415-7eb2-1b90-3f8b-7ca218f4c652-906c8d7a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9a2275d2-65fb-5629-5417-80aa86f62f45-906c8d7b, #w-node-e1a0972b-fb1b-fa99-a611-c48d95eeedd2-906c8d7b, #w-node-_98056584-6955-d559-5cf1-08607bf4bc36-906c8d7b {
    grid-column: span 1 / span 1;
  }

  #w-node-_162f8415-7eb2-1b90-3f8b-7ca218f4c646-906c8d7b, #w-node-_162f8415-7eb2-1b90-3f8b-7ca218f4c652-906c8d7b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9a2275d2-65fb-5629-5417-80aa86f62f45-906c8d7c, #w-node-e1a0972b-fb1b-fa99-a611-c48d95eeedd2-906c8d7c, #w-node-_98056584-6955-d559-5cf1-08607bf4bc36-906c8d7c {
    grid-column: span 1 / span 1;
  }

  #w-node-_162f8415-7eb2-1b90-3f8b-7ca218f4c646-906c8d7c, #w-node-_162f8415-7eb2-1b90-3f8b-7ca218f4c652-906c8d7c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9a2275d2-65fb-5629-5417-80aa86f62f45-906c8d7d, #w-node-e1a0972b-fb1b-fa99-a611-c48d95eeedd2-906c8d7d, #w-node-_98056584-6955-d559-5cf1-08607bf4bc36-906c8d7d {
    grid-column: span 1 / span 1;
  }

  #w-node-_162f8415-7eb2-1b90-3f8b-7ca218f4c646-906c8d7d, #w-node-_162f8415-7eb2-1b90-3f8b-7ca218f4c652-906c8d7d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9a2275d2-65fb-5629-5417-80aa86f62f45-906c8d7e, #w-node-e1a0972b-fb1b-fa99-a611-c48d95eeedd2-906c8d7e, #w-node-_98056584-6955-d559-5cf1-08607bf4bc36-906c8d7e {
    grid-column: span 1 / span 1;
  }

  #w-node-_162f8415-7eb2-1b90-3f8b-7ca218f4c646-906c8d7e, #w-node-_162f8415-7eb2-1b90-3f8b-7ca218f4c652-906c8d7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9a2275d2-65fb-5629-5417-80aa86f62f45-906c8d7f, #w-node-e1a0972b-fb1b-fa99-a611-c48d95eeedd2-906c8d7f, #w-node-_98056584-6955-d559-5cf1-08607bf4bc36-906c8d7f {
    grid-column: span 1 / span 1;
  }

  #w-node-_162f8415-7eb2-1b90-3f8b-7ca218f4c646-906c8d7f, #w-node-_162f8415-7eb2-1b90-3f8b-7ca218f4c652-906c8d7f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9a2275d2-65fb-5629-5417-80aa86f62f45-906c8d80, #w-node-e1a0972b-fb1b-fa99-a611-c48d95eeedd2-906c8d80, #w-node-_98056584-6955-d559-5cf1-08607bf4bc36-906c8d80 {
    grid-column: span 1 / span 1;
  }

  #w-node-_162f8415-7eb2-1b90-3f8b-7ca218f4c646-906c8d80, #w-node-_162f8415-7eb2-1b90-3f8b-7ca218f4c652-906c8d80 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9a2275d2-65fb-5629-5417-80aa86f62f45-906c8d81, #w-node-e1a0972b-fb1b-fa99-a611-c48d95eeedd2-906c8d81, #w-node-_98056584-6955-d559-5cf1-08607bf4bc36-906c8d81 {
    grid-column: span 1 / span 1;
  }

  #w-node-_162f8415-7eb2-1b90-3f8b-7ca218f4c646-906c8d81, #w-node-_162f8415-7eb2-1b90-3f8b-7ca218f4c652-906c8d81 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0e0a53e1-35d8-6854-fa93-0bdced7ea2db-906c8d8f, #w-node-_0e0a53e1-35d8-6854-fa93-0bdced7ea2e3-906c8d8f, #w-node-_0e0a53e1-35d8-6854-fa93-0bdced7ea2ed-906c8d8f {
    grid-column: span 1 / span 1;
  }

  #w-node-_024bb550-b97b-4888-eeab-6953b136e702-906c8d8f, #w-node-_0e0a53e1-35d8-6854-fa93-0bdced7ea2ff-906c8d8f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_21fbe720-f217-505d-0949-167ab9f482df-f9688570, #w-node-_21fbe720-f217-505d-0949-167ab9f482f3-f9688570, #w-node-_21fbe720-f217-505d-0949-167ab9f48307-f9688570 {
    grid-column: span 1 / span 1;
  }

  #w-node-_21fbe720-f217-505d-0949-167ab9f4831b-f9688570, #w-node-_21fbe720-f217-505d-0949-167ab9f4832b-f9688570 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0e0a53e1-35d8-6854-fa93-0bdced7ea2db-8d46035f, #w-node-_0e0a53e1-35d8-6854-fa93-0bdced7ea2e3-8d46035f, #w-node-_0e0a53e1-35d8-6854-fa93-0bdced7ea2ed-8d46035f {
    grid-column: span 1 / span 1;
  }

  #w-node-_024bb550-b97b-4888-eeab-6953b136e702-8d46035f, #w-node-_0e0a53e1-35d8-6854-fa93-0bdced7ea2ff-8d46035f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1245f5f7-2985-1990-ed51-b075dc33c5f1-906c8d7a, #w-node-_1245f5f7-2985-1990-ed51-b075dc33c5f1-906c8d7b, #w-node-_1245f5f7-2985-1990-ed51-b075dc33c5f1-906c8d7c, #w-node-_1245f5f7-2985-1990-ed51-b075dc33c5f1-906c8d7d, #w-node-_1245f5f7-2985-1990-ed51-b075dc33c5f1-906c8d7e, #w-node-_1245f5f7-2985-1990-ed51-b075dc33c5f1-906c8d7f, #w-node-_1245f5f7-2985-1990-ed51-b075dc33c5f1-906c8d80, #w-node-_1245f5f7-2985-1990-ed51-b075dc33c5f1-906c8d81 {
    justify-self: start;
  }

  #w-node-e42fd9b4-b8d2-3ad4-460d-66d4ddd2e5b2-906c8d8f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e42fd9b4-b8d2-3ad4-460d-66d4ddd2e5b5-906c8d8f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-e42fd9b4-b8d2-3ad4-460d-66d4ddd2e5b7-906c8d8f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c6bd5f19-277a-2527-09d1-436360025a99-906c8d8f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c6bd5f19-277a-2527-09d1-436360025a9f-906c8d8f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-c6bd5f19-277a-2527-09d1-436360025aa1-906c8d8f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_52e3af12-e6ee-baed-d798-0d109a2eaff7-906c8d8f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_52e3af12-e6ee-baed-d798-0d109a2eaffd-906c8d8f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_52e3af12-e6ee-baed-d798-0d109a2eafff-906c8d8f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3b5592df-f6ad-a27b-0f0a-eefe093ec2f6-906c8d8f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3b5592df-f6ad-a27b-0f0a-eefe093ec2fc-906c8d8f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_3b5592df-f6ad-a27b-0f0a-eefe093ec2fe-906c8d8f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c9ee2503-4af6-d4bd-f35d-916952fa29ac-906c8d8f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c9ee2503-4af6-d4bd-f35d-916952fa29b2-906c8d8f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-c9ee2503-4af6-d4bd-f35d-916952fa29b4-906c8d8f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6e3e0963-2992-9f5b-741e-070a5dbeb9ba-906c8d8f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6e3e0963-2992-9f5b-741e-070a5dbeb9c0-906c8d8f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_6e3e0963-2992-9f5b-741e-070a5dbeb9c2-906c8d8f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1473e5e4-5137-aa1e-139d-e1b2d5126441-906c8d8f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_1473e5e4-5137-aa1e-139d-e1b2d5126447-906c8d8f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_1473e5e4-5137-aa1e-139d-e1b2d5126449-906c8d8f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_57d0b8f7-02c9-7730-7109-e2460490e2fc-906c8d8f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_57d0b8f7-02c9-7730-7109-e2460490e302-906c8d8f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_57d0b8f7-02c9-7730-7109-e2460490e304-906c8d8f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9712bd8c-280a-663f-9cc8-9b1f4876afd2-f9688570 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9712bd8c-280a-663f-9cc8-9b1f4876afd8-f9688570 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_9712bd8c-280a-663f-9cc8-9b1f4876afda-f9688570 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9712bd8c-280a-663f-9cc8-9b1f4876afdf-f9688570 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9712bd8c-280a-663f-9cc8-9b1f4876afe5-f9688570 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_9712bd8c-280a-663f-9cc8-9b1f4876afe7-f9688570 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9712bd8c-280a-663f-9cc8-9b1f4876afec-f9688570 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9712bd8c-280a-663f-9cc8-9b1f4876aff2-f9688570 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_9712bd8c-280a-663f-9cc8-9b1f4876aff4-f9688570 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9712bd8c-280a-663f-9cc8-9b1f4876aff9-f9688570 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9712bd8c-280a-663f-9cc8-9b1f4876afff-f9688570 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_9712bd8c-280a-663f-9cc8-9b1f4876b001-f9688570 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_602648ac-bf32-1a88-3107-b596e1f56d82-f9688570 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_602648ac-bf32-1a88-3107-b596e1f56d88-f9688570 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_602648ac-bf32-1a88-3107-b596e1f56d8a-f9688570 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_602648ac-bf32-1a88-3107-b596e1f56dae-f9688570 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_602648ac-bf32-1a88-3107-b596e1f56db4-f9688570 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_602648ac-bf32-1a88-3107-b596e1f56db6-f9688570 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_602648ac-bf32-1a88-3107-b596e1f56dd6-f9688570 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_602648ac-bf32-1a88-3107-b596e1f56dde-f9688570 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_602648ac-bf32-1a88-3107-b596e1f56de0-f9688570 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3d0e1f22-b4d4-3983-489d-2e798d6a3e64-f9688570 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3d0e1f22-b4d4-3983-489d-2e798d6a3e6c-f9688570 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_3d0e1f22-b4d4-3983-489d-2e798d6a3e6e-f9688570 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6eb4d2e1-9069-7b2f-7c1a-604191657a5c-f9688570 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6eb4d2e1-9069-7b2f-7c1a-604191657a64-f9688570 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_6eb4d2e1-9069-7b2f-7c1a-604191657a66-f9688570 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_983c9735-7b20-ee59-0cc2-2ca31ae19d68-f9688570 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_983c9735-7b20-ee59-0cc2-2ca31ae19d70-f9688570 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_983c9735-7b20-ee59-0cc2-2ca31ae19d72-f9688570 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_23092965-5281-e7fc-2506-aeaf872b3310-f9688570 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_23092965-5281-e7fc-2506-aeaf872b3318-f9688570 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_23092965-5281-e7fc-2506-aeaf872b331a-f9688570 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_24c82f21-3f39-9f24-0b5e-17f37eacee12-f9688570 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_24c82f21-3f39-9f24-0b5e-17f37eacee1a-f9688570 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_24c82f21-3f39-9f24-0b5e-17f37eacee1c-f9688570 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bb37d51e-f32c-af71-66d8-6436fdf4558c-f9688570 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-bb37d51e-f32c-af71-66d8-6436fdf45594-f9688570 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-bb37d51e-f32c-af71-66d8-6436fdf45596-f9688570 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e42fd9b4-b8d2-3ad4-460d-66d4ddd2e5b2-8d46035f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e42fd9b4-b8d2-3ad4-460d-66d4ddd2e5b5-8d46035f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-e42fd9b4-b8d2-3ad4-460d-66d4ddd2e5b7-8d46035f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c6bd5f19-277a-2527-09d1-436360025a99-8d46035f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c6bd5f19-277a-2527-09d1-436360025a9f-8d46035f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-c6bd5f19-277a-2527-09d1-436360025aa1-8d46035f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_52e3af12-e6ee-baed-d798-0d109a2eaff7-8d46035f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_52e3af12-e6ee-baed-d798-0d109a2eaffd-8d46035f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_52e3af12-e6ee-baed-d798-0d109a2eafff-8d46035f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3b5592df-f6ad-a27b-0f0a-eefe093ec2f6-8d46035f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3b5592df-f6ad-a27b-0f0a-eefe093ec2fc-8d46035f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_3b5592df-f6ad-a27b-0f0a-eefe093ec2fe-8d46035f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c9ee2503-4af6-d4bd-f35d-916952fa29ac-8d46035f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c9ee2503-4af6-d4bd-f35d-916952fa29b2-8d46035f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-c9ee2503-4af6-d4bd-f35d-916952fa29b4-8d46035f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6e3e0963-2992-9f5b-741e-070a5dbeb9ba-8d46035f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6e3e0963-2992-9f5b-741e-070a5dbeb9c0-8d46035f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_6e3e0963-2992-9f5b-741e-070a5dbeb9c2-8d46035f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1473e5e4-5137-aa1e-139d-e1b2d5126441-8d46035f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_1473e5e4-5137-aa1e-139d-e1b2d5126447-8d46035f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_1473e5e4-5137-aa1e-139d-e1b2d5126449-8d46035f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_57d0b8f7-02c9-7730-7109-e2460490e2fc-8d46035f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_57d0b8f7-02c9-7730-7109-e2460490e302-8d46035f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_57d0b8f7-02c9-7730-7109-e2460490e304-8d46035f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_04efe110-52dd-2983-1ebd-90a351e92336-8d46035f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_04efe110-52dd-2983-1ebd-90a351e9233c-8d46035f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_04efe110-52dd-2983-1ebd-90a351e9233e-8d46035f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_04efe110-52dd-2983-1ebd-90a351e92362-8d46035f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_04efe110-52dd-2983-1ebd-90a351e92368-8d46035f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_04efe110-52dd-2983-1ebd-90a351e9236a-8d46035f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_04efe110-52dd-2983-1ebd-90a351e9238a-8d46035f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_04efe110-52dd-2983-1ebd-90a351e92392-8d46035f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_04efe110-52dd-2983-1ebd-90a351e92394-8d46035f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_04efe110-52dd-2983-1ebd-90a351e923b2-8d46035f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_04efe110-52dd-2983-1ebd-90a351e923b8-8d46035f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_04efe110-52dd-2983-1ebd-90a351e923ba-8d46035f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_04efe110-52dd-2983-1ebd-90a351e923c4-8d46035f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_04efe110-52dd-2983-1ebd-90a351e923ca-8d46035f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_04efe110-52dd-2983-1ebd-90a351e923cc-8d46035f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_04efe110-52dd-2983-1ebd-90a351e923fa-8d46035f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_04efe110-52dd-2983-1ebd-90a351e92400-8d46035f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_04efe110-52dd-2983-1ebd-90a351e92402-8d46035f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_04efe110-52dd-2983-1ebd-90a351e9241a-8d46035f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_04efe110-52dd-2983-1ebd-90a351e92422-8d46035f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_04efe110-52dd-2983-1ebd-90a351e92424-8d46035f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_04efe110-52dd-2983-1ebd-90a351e92439-8d46035f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_04efe110-52dd-2983-1ebd-90a351e92441-8d46035f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_04efe110-52dd-2983-1ebd-90a351e92443-8d46035f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-da254a78-99c7-b9a6-dd23-5c79de9745f2-de9745df, #Location-3.w-node-bb5c7385-dd6a-aac1-ed1f-6380e729c09a-6fc9a269 {
    grid-column: span 1 / span 1;
  }
}
