/**
Theme Name: Orlando Heart & Vascular institute
Author: Ajay
Author URI: http://wpastra.com/about/
Description: At Orlando Heart and Vascular, we are committed to providing exceptional cardiovascular care with a patient-centered approach. Our team of experienced physicians and advanced practice providers are dedicated to offering the highest level of care for every patient, ensuring individualized treatment plans that promote heart health and overall well-being.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: orlando-heart-vascular-institute
Template: astra
*/

/* header css */
.ast-theme-transparent-header .main-header-menu .astra-megamenu.sub-menu .menu-link {
    color: #E11B14;
}
.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu>.menu-item:first-child {
    padding-left: 15px;
}
.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu>.menu-item {
    margin-bottom: 5px;
}
.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-full-megamenu-wrapper ul.astra-megamenu.sub-menu {
    column-count: 3;
    display: block;
}
.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.menu-item-1924:hover .astra-full-megamenu-wrapper ul.astra-megamenu.sub-menu {
    column-count: 2;
    display: block;
}
.ast-theme-transparent-header .main-header-menu .menu-item:hover>.sub-menu{
	left: -195px;
}

/* services */
.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-full-megamenu-wrapper {
    left: -526px !important;
    width: 1238px !important;
}

/* locations */
.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.menu-item-1924:hover .astra-full-megamenu-wrapper {
	left: -749px !important;
    width: 1238px !important;
}

/* cath lab */
.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.menu-item-1874:hover .astra-full-megamenu-wrapper {
	left: -635px !important;
    width: 1238px !important;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu>.menu-item:hover a {
    background: #ff00002e;
}
.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.sub-menu>.menu-item a {
    padding: 5px 40px;
}

.ast-desktop .ast-container .menu-item-has-children .menu-item .menu-link:hover {
    color: #E11B14 !important;
}
/* .ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item{
	display: inline-block;
} */
.ast-desktop .ast-container .menu-item-has-children .menu-item .menu-link .menu-text {
    margin-left: 10px;
	font-weight: bold;
}
.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item:last-child {
    padding-right: 15px;
}

.site-primary-header-wrap{
    background: white;
    border-radius: 10px;
}

.site-primary-header-wrap *{
	color:black;
}

.astra-full-megamenu-wrapper{
	border-radius: 10px;
	height:300px;
}

.ast-theme-transparent-header .ast-custom-button {
    color: #ffffff;
    background: var(--ast-global-color-0);
    border-color: var(--ast-global-color-0);
}

#ast-fixed-header .main-header-bar {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

/* Home Page Scroll Section - Optimized for Desktop */

.display-title.bold.service-hero-header {
  color: var(--heading-color);
  line-height: 4.8rem;
  font-size: 3rem;
  width: 100%;
  top: 0;
}

.services-section {
  background-color: #f0fffe;
  padding-top: 120px;
  padding-bottom: 120px;
}

.services-container {
  color: var(--heading-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.services-heading {
  text-align: center;
  max-width: 570px;
}

.service-header {
  color: var(--primary);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
}

.services-icons-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: 55px;
  margin-bottom: 80px;
}

.service {
  background-color: white;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 182px;
  height: 182px;
  padding: 28px;
  box-shadow: 0 12px 34px #0e112c1a;
}

.service-icon {
  width: 80px;
  height: 80px;
}

.service-btn {
  width: 190px;
  height: 55px;
}

.services-loop {
  display: flex;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.services-hero-gradient {
  z-index: -1;
  background-image: linear-gradient(#d4fffc, #c9f9f600 79%);
  width: 100%;
  height: 60vh;
  position: absolute;
  inset: 0;
}

.services-hero-section {
  background-image: linear-gradient(132deg, #f0fffe00, #f0fffe);
  padding-top: 220px;
  padding-bottom: 100px;
  overflow: hidden;
}

.services-hero-container {
  color: var(--heading-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.services-hero-heading {
  text-align: center;
  max-width: 780px;
  margin-bottom: 18px;
}

.services-hero-header {
  color: var(--primary);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 21px;
}

.service-block {
  background-color: var(--white);
  color: var(--body);
  text-align: center;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 348px;
  padding: 55px 35px 40px;
  box-shadow: 0 12px 34px #0e112c1a;
}

.service-block-icon {
  object-fit: contain;
  width: 64px;
  height: 60px;
}

.service-block-title {
  color: var(--heading-color);
  margin-top: 15px;
  margin-bottom: 6px;
}

.services-blocks-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1145px;
  margin: 60px auto 0;
}

.services-treatment-section {
  background-color: var(--light-low);
  padding-top: 60px;
}

.services-section-home {
  background-color: #f0fffe;
  padding-top: 120px;
  padding-bottom: 145px;
}

.services-section-home.different-bg {
  opacity: 1;
  background-color: #0000;
  background-image: linear-gradient(#f0fffe00, #f0fffe 3%);
  padding-top: 300px;
}

.home8-services_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home8-services_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  width: 100%;
}

.heading-style-h5.service-item-heading {
  font-weight: 500;
}

.home8-services_component {
  display: grid;
  grid-template-columns: .5fr 1fr;
  gap: 5rem 4rem;
  place-items: start;
}

.service-template-about-heading {
  color: var(--heading-color);
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 3.5rem;
  line-height: 1.2;
}

.services-points-wrapper {
  color: var(--heading-color);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  gap: 23px;
}

.services-icons-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-top: 30px;
  margin-bottom: 40px;
}

.services-section-home {
  padding-top: 80px;
  padding-bottom: 80px;
}

.services-section-home.different-bg {
  padding-top: 180px;
}

.service-template-about-heading {
  font-size: 2.2rem;
}

.text-color-white.service-template-hero {
  font-size: 3rem;
}

.display-title.bold.service-hero-header {
  font-size: 2.2rem;
}

.service-block-title {
  margin-top: 25px;
  margin-bottom: 8px;
}

.services-blocks-wrapper {
  max-width: 360px;
  display: grid;
  gap: 48px;
}

.home8-services_item {
  display: flex;
}

.home8-services_list {
  flex-direction: column;
}

.services-points-wrapper {
  align-items: center;
  padding-left: 20px;
}

.services-icons-wrapper {
  display: flex;
  gap: 40px; /* Adjust spacing between icons */
  overflow: hidden; /* Hide overflow for a clean scroll effect */
  animation: scroll-icons 20s linear infinite; /* Apply the scroll animation */
}

 

/* Slow down the scroll on smaller screens */
@media (max-width: 768px) {
  .services-icons-wrapper {
    animation: scroll-icons 45s linear infinite;
    gap: 30px; /* Adjust gap for smaller screens */
  }
}


.h6.bold {
  font-weight: bold;
  text-align: center;
}

.services-loop {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.services-icons-wrapper {
  display: flex;
  gap: 40px;
  animation: scroll-icons 20s linear infinite;
  white-space: nowrap;
}


.h6.bold {
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: center;
    padding-top: 20px;
}

.services-icons {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Adjust the scroll speed based on icon quantity and container width */
@keyframes scroll-icons {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%); /* Adjust this value based on content width */
  }
}

/* HOME Insurance Tabs */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  vertical-align: baseline;
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

[hidden], template {
  display: none;
}

a {
  background-color: #0000;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

@font-face {
  font-family: webflow-icons;
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
  font-weight: normal;
  font-style: normal;
}

[class^="w-icon-"], [class*=" w-icon-"] {
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: webflow-icons !important;
}

.w-icon-slider-right:before {
  content: "î˜€";
}

.w-icon-slider-left:before {
  content: "î˜";
}

.w-icon-nav-menu:before {
  content: "î˜‚";
}

.w-icon-arrow-down:before, .w-icon-dropdown-toggle:before {
  content: "î˜ƒ";
}

.w-icon-file-upload-remove:before {
  content: "î¤€";
}

.w-icon-file-upload-icon:before {
  content: "î¤ƒ";
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

html.w-mod-touch * {
  background-attachment: scroll !important;
}

.w-block {
  display: block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-clearfix:before, .w-clearfix:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-clearfix:after {
  clear: both;
}

.w-hidden {
  display: none;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

input.w-button {
  -webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
  color: #0000 !important;
}

.w-code-block {
  margin: unset;
}

pre.w-code-block code {
  all: inherit;
}

.w-optimization {
  display: contents;
}

.w-webflow-badge, .w-webflow-badge * {
  z-index: auto;
  visibility: visible;
  box-sizing: border-box;
  float: none;
  clear: none;
  box-shadow: none;
  opacity: 1;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  background: none;
  border: 0 #0000;
  border-radius: 0;
  width: auto;
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: 0;
  max-height: none;
  margin: 0;
  padding: 0;
  list-style-type: disc;
  transition: none;
  display: block;
  position: static;
  inset: auto;
  overflow: visible;
  transform: none;
}

.w-webflow-badge {
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 0 0 1px #0000001a, 0 1px 3px #0000001a;
  visibility: visible !important;
  z-index: 2147483647 !important;
  color: #aaadb0 !important;
  opacity: 1 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 6px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-decoration: none !important;
  display: inline-block !important;
  position: fixed !important;
  inset: auto 12px 12px auto !important;
  overflow: visible !important;
  transform: none !important;
}

.w-webflow-badge > img {
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important;
  display: inline-block !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0 0 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

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

.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.w-embed:before, .w-embed:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-embed:after {
  clear: both;
}

.w-video {
  width: 100%;
  padding: 0;
  position: relative;
}

.w-video iframe, .w-video object, .w-video embed {
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

button, [type="button"], [type="reset"] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none;
}

.w-form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.w-input, .w-select {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.w-input::placeholder, .w-select::placeholder {
  color: #999;
}

.w-input:focus, .w-select:focus {
  border-color: #3898ec;
  outline: 0;
}

.w-input[disabled], .w-select[disabled], .w-input[readonly], .w-select[readonly], fieldset[disabled] .w-input, fieldset[disabled] .w-select {
  cursor: not-allowed;
}

.w-input[disabled]:not(.w-input-disabled), .w-select[disabled]:not(.w-input-disabled), .w-input[readonly], .w-select[readonly], fieldset[disabled]:not(.w-input-disabled) .w-input, fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eee;
}

textarea.w-input, textarea.w-select {
  height: auto;
}

.w-select {
  background-color: #f3f3f3;
}

.w-select[multiple] {
  height: auto;
}

.w-form-label {
  cursor: pointer;
  margin-bottom: 0;
  font-weight: normal;
  display: inline-block;
}

.w-radio {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-radio:before, .w-radio:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-radio:after {
  clear: both;
}

.w-radio-input {
  float: left;
  margin: 3px 0 0 -20px;
  line-height: normal;
}

.w-file-upload {
  margin-bottom: 10px;
  display: block;
}

.w-file-upload-input {
  opacity: 0;
  z-index: -100;
  width: .1px;
  height: .1px;
  position: absolute;
  overflow: hidden;
}

.w-file-upload-default, .w-file-upload-uploading, .w-file-upload-success {
  color: #333;
  display: inline-block;
}

.w-file-upload-error {
  margin-top: 10px;
  display: block;
}

.w-file-upload-default.w-hidden, .w-file-upload-uploading.w-hidden, .w-file-upload-error.w-hidden, .w-file-upload-success.w-hidden {
  display: none;
}

.w-file-upload-uploading-btn {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  display: flex;
}

.w-file-upload-file {
  background-color: #fafafa;
  border: 1px solid #ccc;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  display: flex;
}

.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.w-file-remove-link {
  cursor: pointer;
  width: auto;
  height: auto;
  margin-top: 3px;
  margin-left: 10px;
  padding: 3px;
  display: block;
}

.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}

.w-file-upload-error-msg {
  color: #ea384c;
  padding: 2px 0;
  display: inline-block;
}

.w-file-upload-info {
  padding: 0 12px;
  line-height: 38px;
  display: inline-block;
}

.w-file-upload-label {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
}

.w-icon-file-upload-icon, .w-icon-file-upload-uploading {
  width: 20px;
  margin-right: 8px;
  display: inline-block;
}

.w-icon-file-upload-uploading {
  height: 20px;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-container:before, .w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-row:before, .w-row:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-row:after {
  clear: both;
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

.w-col {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}

.w-col-1 {
  width: 8.33333%;
}

.w-col-2 {
  width: 16.6667%;
}

.w-col-3 {
  width: 25%;
}

.w-col-4 {
  width: 33.3333%;
}

.w-col-5 {
  width: 41.6667%;
}

.w-col-6 {
  width: 50%;
}

.w-col-7 {
  width: 58.3333%;
}

.w-col-8 {
  width: 66.6667%;
}

.w-col-9 {
  width: 75%;
}

.w-col-10 {
  width: 83.3333%;
}

.w-col-11 {
  width: 91.6667%;
}

.w-col-12 {
  width: 100%;
}

.w-hidden-main {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }

  .w-hidden-main {
    display: inherit !important;
  }

  .w-hidden-medium {
    display: none !important;
  }

  .w-col-medium-1 {
    width: 8.33333%;
  }

  .w-col-medium-2 {
    width: 16.6667%;
  }

  .w-col-medium-3 {
    width: 25%;
  }

  .w-col-medium-4 {
    width: 33.3333%;
  }

  .w-col-medium-5 {
    width: 41.6667%;
  }

  .w-col-medium-6 {
    width: 50%;
  }

  .w-col-medium-7 {
    width: 58.3333%;
  }

  .w-col-medium-8 {
    width: 66.6667%;
  }

  .w-col-medium-9 {
    width: 75%;
  }

  .w-col-medium-10 {
    width: 83.3333%;
  }

  .w-col-medium-11 {
    width: 91.6667%;
  }

  .w-col-medium-12 {
    width: 100%;
  }

  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  .w-hidden-main, .w-hidden-medium {
    display: inherit !important;
  }

  .w-hidden-small {
    display: none !important;
  }

  .w-row, .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }

  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }

  .w-col-small-1 {
    width: 8.33333%;
  }

  .w-col-small-2 {
    width: 16.6667%;
  }

  .w-col-small-3 {
    width: 25%;
  }

  .w-col-small-4 {
    width: 33.3333%;
  }

  .w-col-small-5 {
    width: 41.6667%;
  }

  .w-col-small-6 {
    width: 50%;
  }

  .w-col-small-7 {
    width: 58.3333%;
  }

  .w-col-small-8 {
    width: 66.6667%;
  }

  .w-col-small-9 {
    width: 75%;
  }

  .w-col-small-10 {
    width: 83.3333%;
  }

  .w-col-small-11 {
    width: 91.6667%;
  }

  .w-col-small-12 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }

  .w-hidden-main, .w-hidden-medium, .w-hidden-small {
    display: inherit !important;
  }

  .w-hidden-tiny {
    display: none !important;
  }

  .w-col {
    width: 100%;
  }

  .w-col-tiny-1 {
    width: 8.33333%;
  }

  .w-col-tiny-2 {
    width: 16.6667%;
  }

  .w-col-tiny-3 {
    width: 25%;
  }

  .w-col-tiny-4 {
    width: 33.3333%;
  }

  .w-col-tiny-5 {
    width: 41.6667%;
  }

  .w-col-tiny-6 {
    width: 50%;
  }

  .w-col-tiny-7 {
    width: 58.3333%;
  }

  .w-col-tiny-8 {
    width: 66.6667%;
  }

  .w-col-tiny-9 {
    width: 75%;
  }

  .w-col-tiny-10 {
    width: 83.3333%;
  }

  .w-col-tiny-11 {
    width: 91.6667%;
  }

  .w-col-tiny-12 {
    width: 100%;
  }
}

.w-widget {
  position: relative;
}

.w-widget-map {
  width: 100%;
  height: 400px;
}

.w-widget-map label {
  width: auto;
  display: inline;
}

.w-widget-map img {
  max-width: inherit;
}

.w-widget-map .gm-style-iw {
  text-align: center;
}

.w-widget-map .gm-style-iw > button {
  display: none !important;
}

.w-widget-twitter {
  overflow: hidden;
}

.w-widget-twitter-count-shim {
  vertical-align: top;
  text-align: center;
  background: #fff;
  border: 1px solid #758696;
  border-radius: 3px;
  width: 28px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  text-align: center;
  color: #999;
  font-family: serif;
  font-size: 15px;
  line-height: 12px;
  position: relative;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  display: block;
  position: relative;
}

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}

.w-widget-twitter-count-shim:not(.w--vertical):before, .w-widget-twitter-count-shim:not(.w--vertical):after {
  content: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-width: 4px;
  border-color: #75869600 #5d6c7b #75869600 #75869600;
  margin-top: -4px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -10px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-width: 4px;
  border-color: #fff0 #fff #fff0 #fff0;
  margin-top: -4px;
  margin-left: -8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}

.w-widget-twitter-count-shim.w--vertical:before, .w-widget-twitter-count-shim.w--vertical:after {
  content: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
}

.w-widget-twitter-count-shim.w--vertical:before {
  border-width: 5px;
  border-color: #5d6c7b #75869600 #75869600;
  margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
  border-width: 4px;
  border-color: #fff #fff0 #fff0;
  margin-left: -4px;
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}

.w-background-video {
  color: #fff;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.w-background-video > video {
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: -100%;
}

.w-background-video > video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

.w-background-video--control {
  background-color: #0000;
  padding: 0;
  position: absolute;
  bottom: 1em;
  right: 1em;
}

.w-background-video--control > [hidden] {
  display: none !important;
}

.w-slider {
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  background: #ddd;
  height: 300px;
  position: relative;
}

.w-slider-mask {
  z-index: 1;
  white-space: nowrap;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slide {
  vertical-align: top;
  white-space: normal;
  text-align: left;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.w-slider-nav {
  z-index: 2;
  text-align: center;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  height: 40px;
  margin: auto;
  padding-top: 10px;
  position: absolute;
  inset: auto 0 0;
}

.w-slider-nav.w-round > div {
  border-radius: 100%;
}

.w-slider-nav.w-num > div {
  font-size: inherit;
  line-height: inherit;
  width: auto;
  height: auto;
  padding: .2em .5em;
}

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px #3336;
}

.w-slider-nav-invert {
  color: #fff;
}

.w-slider-nav-invert > div {
  background-color: #2226;
}

.w-slider-nav-invert > div.w-active {
  background-color: #222;
}

.w-slider-dot {
  cursor: pointer;
  background-color: #fff6;
  width: 1em;
  height: 1em;
  margin: 0 3px .5em;
  transition: background-color .1s, color .1s;
  display: inline-block;
  position: relative;
}

.w-slider-dot.w-active {
  background-color: #fff;
}

.w-slider-dot:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff;
}

.w-slider-dot:focus.w-active {
  box-shadow: none;
}

.w-slider-arrow-left, .w-slider-arrow-right {
  cursor: pointer;
  color: #fff;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  width: 80px;
  margin: auto;
  font-size: 40px;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.w-slider-arrow-left [class^="w-icon-"], .w-slider-arrow-right [class^="w-icon-"], .w-slider-arrow-left [class*=" w-icon-"], .w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}

.w-slider-arrow-left:focus, .w-slider-arrow-right:focus {
  outline: 0;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-icon-slider-left, .w-icon-slider-right {
  width: 1em;
  height: 1em;
  margin: auto;
  inset: 0;
}

.w-slider-aria-label {
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.w-slider-force-show {
  display: block !important;
}

.w-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block;
}

.w-dropdown-toggle:focus {
  outline: 0;
}

.w-icon-dropdown-toggle {
  width: 1em;
  height: 1em;
  margin: auto 20px auto auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.w-dropdown-list {
  background: #ddd;
  min-width: 100%;
  display: none;
  position: absolute;
}

.w-dropdown-list.w--open {
  display: block;
}

.w-dropdown-link {
  color: #222;
  padding: 10px 20px;
  display: block;
}

.w-dropdown-link.w--current {
  color: #0082f3;
}

.w-dropdown-link:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-lightbox-backdrop {
  cursor: auto;
  letter-spacing: normal;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  color: #fff;
  text-align: center;
  z-index: 2000;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  background: #000000e6;
  outline: 0;
  font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  list-style: disc;
  position: fixed;
  inset: 0;
  -webkit-transform: translate(0);
}

.w-lightbox-backdrop, .w-lightbox-container {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  overflow: auto;
}

.w-lightbox-content {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.w-lightbox-view {
  opacity: 0;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.w-lightbox-view:before {
  content: "";
  height: 100vh;
}

.w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}

.w-lightbox-frame, .w-lightbox-view:before {
  vertical-align: middle;
  display: inline-block;
}

.w-lightbox-figure {
  margin: 0;
  position: relative;
}

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}

.w-lightbox-img {
  width: auto;
  max-width: none;
  height: auto;
}

.w-lightbox-image {
  float: none;
  max-width: 100vw;
  max-height: 100vh;
  display: block;
}

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}

.w-lightbox-caption {
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #0006;
  padding: .5em 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-lightbox-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.w-lightbox-control {
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 4em;
  transition: all .3s;
  position: absolute;
  top: 0;
}

.w-lightbox-left {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
  display: none;
  bottom: 0;
  left: 0;
}

.w-lightbox-right {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
  display: none;
  bottom: 0;
  right: 0;
}

.w-lightbox-close {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
  height: 2.6em;
  right: 0;
}

.w-lightbox-strip {
  white-space: nowrap;
  padding: 0 1vh;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto hidden;
}

.w-lightbox-item {
  box-sizing: content-box;
  cursor: pointer;
  width: 10vh;
  padding: 2vh 1vh;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
}

.w-lightbox-active {
  opacity: .3;
}

.w-lightbox-thumbnail {
  background: #222;
  height: 10vh;
  position: relative;
  overflow: hidden;
}

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
  height: 100%;
  left: 50%;
  transform: translate(-50%);
}

.w-lightbox-spinner {
  box-sizing: border-box;
  border: 5px solid #0006;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  animation: .8s linear infinite spin;
  position: absolute;
  top: 50%;
  left: 50%;
}

.w-lightbox-spinner:after {
  content: "";
  border: 3px solid #0000;
  border-bottom-color: #fff;
  border-radius: 50%;
  position: absolute;
  inset: -4px;
}

.w-lightbox-hide {
  display: none;
}

.w-lightbox-noscroll {
  overflow: hidden;
}

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }

  .w-lightbox-view, .w-lightbox-view:before {
    height: 96vh;
  }

  .w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }

  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }

  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }

  .w-lightbox-left, .w-lightbox-right {
    opacity: .5;
    display: block;
  }

  .w-lightbox-close {
    opacity: .8;
  }

  .w-lightbox-control:hover {
    opacity: 1;
  }
}

.w-lightbox-inactive, .w-lightbox-inactive:hover {
  opacity: 0;
}

.w-richtext:before, .w-richtext:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-richtext:after {
  clear: both;
}

.w-richtext[contenteditable="true"]:before, .w-richtext[contenteditable="true"]:after {
  white-space: initial;
}

.w-richtext ol, .w-richtext ul {
  overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after, .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after, .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}

.w-richtext figure.w-richtext-figure-type-video > div:after, .w-richtext figure[data-rt-type="video"] > div:after {
  content: "";
  display: none;
  position: absolute;
  inset: 0;
}

.w-richtext figure {
  max-width: 60%;
  position: relative;
}

.w-richtext figure > div:before {
  cursor: default !important;
}

.w-richtext figure img {
  width: 100%;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: .6;
}

.w-richtext figure div {
  color: #0000;
  font-size: 0;
}

.w-richtext figure.w-richtext-figure-type-image, .w-richtext figure[data-rt-type="image"] {
  display: table;
}

.w-richtext figure.w-richtext-figure-type-image > div, .w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image > figcaption, .w-richtext figure[data-rt-type="image"] > figcaption {
  caption-side: bottom;
  display: table-caption;
}

.w-richtext figure.w-richtext-figure-type-video, .w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}

.w-richtext figure.w-richtext-figure-type-video iframe, .w-richtext figure[data-rt-type="video"] iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.w-richtext figure.w-richtext-figure-type-video > div, .w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}

.w-richtext figure.w-richtext-align-center {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
  clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
  text-align: center;
  clear: both;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-richtext figure.w-richtext-align-fullwidth > div {
  padding-bottom: inherit;
  display: inline-block;
}

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  clear: none;
  margin-right: 15px;
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  clear: none;
  margin-left: 15px;
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before, .w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-nav-link.w--current {
  color: #0082f3;
}

.w-nav-menu {
  float: right;
  position: relative;
}

[data-nav-menu-open] {
  text-align: center;
  background: #c8c8c8;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important;
}

.w--nav-link-open {
  display: block;
  position: relative;
}

.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay, .w-nav[data-animation="over-left"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  right: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay, .w-nav[data-animation="over-right"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  left: auto;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

.w-nav-button.w--open {
  color: #fff;
  background-color: #c8c8c8;
}

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}

.w-nav[data-collapse="all"] .w-nav-button, .w--nav-dropdown-open, .w--nav-dropdown-toggle-open {
  display: block;
}

.w--nav-dropdown-list-open {
  position: static;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }

  .w-nav-brand {
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}

.w-tabs {
  position: relative;
}

.w-tabs:before, .w-tabs:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-tabs:after {
  clear: both;
}

.w-tab-menu {
  position: relative;
}

.w-tab-link {
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd;
  padding: 9px 30px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-tab-link.w--current {
  background-color: #c8c8c8;
}

.w-tab-link:focus {
  outline: 0;
}

.w-tab-content {
  display: block;
  position: relative;
  overflow: hidden;
}

.w-tab-pane {
  display: none;
  position: relative;
}

.w--tab-active {
  display: block;
}

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}

.w-ix-emptyfix:after {
  content: "";
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.w-dyn-empty {
  background-color: #ddd;
  padding: 10px;
}

.w-dyn-hide, .w-dyn-bind-empty, .w-condition-invisible {
  display: none !important;
}

.wf-layout-layout {
  display: grid;
}

.w-code-component > * {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* :root {
  --heading-color: #081e29;
  --light-high: #004756;
  --white: white;
  --body: #34454f;
  --primary: #00a0aa;
  --light-low: #d4fffc;
  --red: #e92126;
}
 */
.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 0;
}

.style-container {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.display-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.375rem;
  font-weight: 400;
  line-height: 5.625rem;
}

.display-title.bold {
  color: #fff;
  font-size: 4.7rem;
  font-weight: 900;
  position: relative;
  top: 52px;
}

.display-title.bold.home-banner {
  top: auto;
}

.display-title.bold.service-hero-header {
  color: var(--heading-color);
  line-height: 4.8rem;
  top: 0;
}

.display-title.bold.about-headings {
  color: var(--heading-color);
  text-align: left;
  text-align: center;
  margin-bottom: 40px;
  font-size: 4.7rem;
  font-weight: 900;
  line-height: 1.1;
  top: 0;
}

.display-title.bold.blog-title, .display-title.bold.testiemonial-heading {
  color: var(--heading-color);
  top: 0;
}

.display-title.bold.staff-headings {
  color: var(--light-high);
  top: auto;
}

.display-title.bold.about-headings-copy, .display-title.bold.dr-raj-heading, .display-title.bold.about-headings-copy, .display-title.bold.doctor-skills, .display-title.bold.doctor-family-heading, .display-title.bold.work-history {
  color: var(--heading-color);
  text-align: left;
  margin-bottom: 15px;
  font-size: 3rem;
  line-height: 1.1;
  top: 0;
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 4.875rem;
}

.h1.blog-template-heading {
  color: var(--white);
  width: 85%;
  margin-bottom: 30px;
  font-size: 3.75rem;
  font-weight: 700;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.875rem;
  font-weight: 400;
  line-height: 4rem;
}

.h2.bold {
  font-size: 3.5rem;
  font-weight: 700;
}

.h2.bold.home {
  color: var(--light-high);
}

.h2.bold.service-hero-heading {
  color: var(--white);
  width: 80%;
  margin-bottom: 20px;
}

.h2.bold.patient-resources {
  color: var(--light-high);
}

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

.h2.mani-post-title {
  color: var(--white);
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.1;
}

.h2.mani-post-title.feature-ost-title {
  color: var(--heading-color);
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 1.5rem;
}

.h2.mani-post-title.popular-poat-title {
  color: var(--heading-color);
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 1.25rem;
}

.h2.mani-post-title-copy {
  color: var(--white);
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.1;
}

.h2.mani-post-title-copy.feature-ost-title {
  color: var(--heading-color);
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 2.2rem;
}

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.875rem;
}

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

.h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 2.375rem;
}

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

.h4.doctor-name {
  margin-bottom: 10px;
  font-size: 2.3rem;
}

.h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
}

.h5.bold {
  color: var(--light-high);
  white-space: normal;
  word-break: keep-all;
  font-size: 1.2rem;
  font-weight: 700;
}

.h5.bold.banner {
  color: var(--white);
  font-size: 2rem;
}

.h5.bold.deseases-text {
  white-space: nowrap;
}

.h5.bold.treatment-heading-text {
  color: var(--white);
}

.h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

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

.body---variant-3 {
  color: var(--body);
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 2.25rem;
  position: relative;
}

.body---variant-3.medium {
  font-weight: 500;
  line-height: 1.5;
}

.body---variant-3.web-description {
  color: var(--light-high);
  width: 85%;
  font-weight: 500;
  left: auto;
}

.body---variant-3.certificate-text {
  border: 1px solid var(--heading-color);
  white-space: nowrap;
  border-radius: 5px;
  padding: 10px 15px;
  line-height: 1.5rem;
}

.body---variant-3.auther-name-pretext {
  color: var(--primary);
  margin-right: 10px;
}

.body---variant-3.author-name {
  color: var(--primary);
  font-weight: 500;
}

.body---variant-3.latst-modifried-date {
  color: var(--primary);
  margin-right: 10px;
}

.body---variant-3.modified-date {
  color: var(--primary);
  font-weight: 500;
}

.body---variant-3.about-sub-heading {
  text-align: left;
  margin-bottom: 30px;
  font-weight: 500;
}

.body---variant-3.work-value {
  color: var(--light-high);
  margin-bottom: 15px;
  font-weight: 900;
}

.body---variant-3.location-description {
  left: -36px;
}

.body---variant-3.location-info-text {
  color: var(--body);
  line-height: 1.1;
}

.body---variant-3.blog-about-text {
  color: var(--heading-color);
  margin-bottom: 30px;
  font-size: 1rem;
  line-height: 1.4;
}

.body---variant-3.sidebar-poas-tlabel {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 1.125rem;
  line-height: 1.1;
}

.body---variant-3.blog-caterory-label {
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.1;
}

.body---variant-2 {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 2.125rem;
}

.body---variant-2.history-years {
  margin-bottom: 10px;
  font-weight: 700;
  display: none;
}

.body {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875rem;
}

.body.medium {
  font-size: 1.1rem;
  font-weight: 500;
  display: block;
}

.body.medium.remore-treatment-text {
  display: none;
}

.body.bold {
  object-fit: fill;
  font-weight: 700;
  overflow: visible;
}

.body.post-summary-text {
  margin-bottom: 15px;
}

.body.readmore-text {
  color: var(--primary);
  font-weight: 500;
}

.body---variant-1 {
  margin-bottom: 0;
  font-size: .938rem;
  font-weight: 400;
  line-height: 1.563rem;
}

.body---variant-1.medium {
  color: var(--light-high);
  font-weight: 500;
}

.body---variant-1.medium.team-members {
  display: none;
}

.body---variant-1.bold {
  font-size: 1.2rem;
  font-weight: 700;
}

.body---variant-1.bold.doctername-text {
  text-align: left;
}

.body---variant-1.bold.about-main-header-label {
  font-size: 1.2rem;
}

.body---variant-1.dr-rajeev-bio-text {
  margin-bottom: 30px;
}

.body---variant-1.author-name {
  color: var(--white);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.body---variant-1.author-name-recent {
  color: var(--heading-color);
  white-space: normal;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.body---variant-1.recent-post-summary {
  color: var(--body);
  margin-bottom: 15px;
  font-size: 1rem;
}

.body---variant-1.testimonial-tab-link {
  font-size: 1.2rem;
  font-weight: 700;
}

.style-text {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.style-color {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 100px 100px;
  grid-template-columns: 100px 100px 100px;
  grid-auto-columns: 1fr;
  display: grid;
}

.primary-web-color {
  background-color: #00a0aa;
}

.light-low {
  background-color: #d4fffc;
}

.light-high {
  background-color: #004756;
}

.heading-wrapper {
  color: var(--heading-color);
  justify-content: center;
  display: flex;
  position: relative;
}

.heading-wrapper.blog {
  margin-bottom: 60px;
}

.paragraph-wrapper {
  color: var(--body);
}

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

.utility-section {
  background-color: #f0fffe;
  padding-top: 0;
  padding-bottom: 100px;
}

.main-container {
  z-index: 1;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.main-container._1285-max-width {
  max-width: 1285px;
}

.main-container.footer {
  max-width: 1300px;
  height: auto;
  position: relative;
  top: 0;
}

.main-container.faqs {
  margin-top: 42px;
  top: 77px;
}

.navbar {
  background-color: #0000;
  height: 100px;
  position: fixed;
  inset: 80px 0% auto;
}

.header {
  z-index: 1;
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.header.is_home-topmargin {
  margin-top: 0;
}

.header.banner {
  margin-top: 20px;
  margin-bottom: 20px;
}

.header-link {
  grid-column-gap: 9.64px;
  color: var(--light-high);
  background-color: #081e2970;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.brand.w--current {
  top: -1px;
  left: 0;
}

.logo {
  width: auto;
  height: 60px;
  position: relative;
}

.nav-container {
  background-color: var(--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1285px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.nav-menu {
  width: 100%;
  height: 100%;
}

.nav-menu-wrapper {
  grid-column-gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-links {
  grid-column-gap: 52px;
  display: flex;
}

.nav-buttons {
  grid-column-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  align-self: center;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

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

.main-body {
  background-color: var(--light-low);
  padding-top: 0;
}

.nav-contact-number {
  grid-column-gap: 11px;
  color: var(--heading-color);
  text-align: left;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 42px;
  font-family: Satoshi, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 23px;
  display: flex;
}

/* .primary-btn {
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 8px;
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
  transition: all .2s ease-in-out;
  display: flex;
} */

.primary-btn:hover {
  border-color: var(--primary);
  opacity: .8;
}

.primary-btn._15px {
  font-size: 15px;
  line-height: 20px;
}

.primary-btn.call-btn {
  flex-direction: column;
  align-self: center;
  align-items: stretch;
  height: 50px;
}

.primary-btn.banner {
  padding-top: 9px;
}

.primary-btn.footer {
  position: relative;
  top: 0;
  left: 0;
}

.primary-btn.meet-dr-raj-cta {
  margin-left: 0;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.primary-btn.post-search-btn {
  min-height: 50px;
}

.primary-btn.team-member-appointment {
  font-size: 1rem;
  font-weight: 500;
  line-height: 0;
  display: none;
}

.nav-btn {
  width: 133px;
  height: 44px;
}

.hero-section {
  background-color: #0000;
  padding-top: 30px;
  padding-bottom: 0;
  position: relative;
}

.hero-container {
  grid-column-gap: 80px;
  grid-row-gap: 90px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 70px;
  display: flex;
}

.hero-text-wrapper {
  z-index: 2;
  color: var(--heading-color);
  flex: none;
  height: 575px;
  margin-top: 100px;
  position: relative;
}

.hero-image-wrapper {
  z-index: 1;
  perspective: 1000px;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  width: 532px;
  display: flex;
  position: relative;
}

.hero-widget {
  grid-column-gap: 12px;
  background-color: var(--white);
  color: var(--heading-color);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 210px;
  margin-top: 100px;
  margin-left: -85px;
  padding: 17px 21px 20px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: none;
  box-shadow: 0 5px 50px 10px #00000012;
}

.hero-widget.home-banner {
  width: 240px;
  position: absolute;
  top: 45%;
  left: 16%;
}

.hero-header {
  grid-column-gap: 10px;
  color: var(--primary);
  align-items: center;
  display: flex;
}

.hero-heading {
  max-width: 550px;
  margin-top: 20px;
  margin-bottom: 55px;
  position: relative;
}

.hero-widget-image {
  width: 50px;
  height: 50px;
}

.hero-btns-wrapper {
  grid-column-gap: 25px;
  align-items: center;
  display: flex;
}

.hero-btns-wrapper.home-banner {
  position: absolute;
  top: 503px;
  left: 7px;
}

.hero-primary {
  width: 180px;
  height: 50px;
}

.p5 {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.188rem;
}

.p5.bold {
  font-size: 1.2rem;
  font-weight: 700;
}

.checkup-plans {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.checkup-plans-column {
  color: var(--heading-color);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 500px;
  height: auto;
  display: flex;
  overflow: hidden;
}

.contact-text-wrapper {
  grid-row-gap: 17px;
  color: var(--body);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 485px;
  margin-left: 26px;
  display: flex;
}

.checkup-plans-cta-wrapper {
  grid-column-gap: 22px;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.checkup-plans-button {
  width: 100%;
  max-width: 215px;
  height: 50px;
}

.checkup-plans-image {
  object-fit: contain;
  width: 495px;
  height: 625px;
}

.contact-points-wrapper {
  grid-row-gap: 23px;
  color: var(--heading-color);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
}

.contact-points-wrapper.alignment-correct-cta {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.contact-point {
  grid-column-gap: 12px;
  color: var(--heading-color);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-point.footer {
  justify-content: flex-start;
  position: relative;
  left: 0;
}

.contact-point.middle-section {
  position: relative;
  left: 0;
}

.contact-point-icon {
  color: #0c2908;
  background-color: #0000;
  width: 22px;
  height: 22px;
}

.divider-section {
  width: 100%;
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.divider-text-wrapper {
  grid-row-gap: 14px;
  background-color: var(--white);
  color: var(--heading-color);
  border-radius: 10px;
  flex-direction: column;
  width: 100%;
  max-width: 520px;
  padding: 55px 60px;
  display: flex;
  box-shadow: 0 5px 30px 5px #00000012;
}

.light-box-play-btn {
  background-color: var(--white);
  color: var(--light-high);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  transition: all .3s;
  display: flex;
  position: absolute;
}

.light-box-play-btn:hover {
  color: var(--primary);
}

.reason-block {
  background-color: var(--white);
  color: var(--body);
  border-radius: 20px;
  padding: 55px 35px 40px;
  box-shadow: 0 12px 34px #0e112c1a;
}

.reason-block-icon {
  object-fit: contain;
  width: 70px;
  height: 70px;
}

.reason-block-title {
  color: var(--heading-color);
  margin-top: 15px;
  margin-bottom: 6px;
}

.services-section {
  background-color: #f0fffe;
  padding-top: 120px;
  padding-bottom: 120px;
}

.services-container {
  color: var(--heading-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: auto;
}

.services-heading {
  text-align: center;
  max-width: 570px;
}

.service-header {
  color: var(--primary);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
}

.services-icons-wrapper {
  flex: none;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: 55px;
  margin-bottom: 80px;
  display: flex;
  overflow: visible;
}

.service {
  background-color: var(--white);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 182px;
  height: 182px;
  padding: 28px;
  display: flex;
  box-shadow: 0 12px 34px #0e112c1a;
}

.service-icon {
  width: 80px;
  height: 80px;
}

.service-btn {
  width: 190px;
  height: 55px;
}

.contact-section {
  background-color: var(--light-low);
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.contact-container {
  z-index: 1;
  grid-column-gap: 90px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-section {
  background-color: var(--light-high);
  border-bottom: 1px solid #e4ebf3;
  height: auto;
  max-height: none;
  padding-top: 60px;
  padding-bottom: 45px;
  position: static;
}

.footer-brand {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-bottom: 7px;
  display: flex;
  position: relative;
  left: 0;
}

.footer-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  max-height: 450px;
  margin-right: 40px;
  display: grid;
  position: relative;
  left: auto;
}

.footer-block {
  color: #fff9;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 16px;
  line-height: 28px;
  display: flex;
  position: relative;
}

.footer-block.with-gap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.footer-block.office-hours {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 275px;
  max-height: none;
  display: grid;
  position: static;
  top: 28px;
}

.footer-block.addresses {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  height: auto;
  padding-left: 0;
  display: grid;
  position: static;
  top: 233px;
  left: -262px;
}

.footer-block.privacy-legal {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch start;
  place-items: start stretch;
  width: 100%;
  height: auto;
  max-height: none;
  display: grid;
  position: static;
  top: 28px;
  left: -393px;
}

.footer-block.quick-links {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-height: none;
  display: grid;
  position: static;
  top: 28px;
  left: -467px;
}

.footer-column-title {
  color: var(--white);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
  position: static;
  top: 15px;
}

.footer-column-title.office-hours {
  margin-bottom: 5px;
  font-size: 1.25rem;
  line-height: 1.1;
  position: static;
  top: 0;
}

.footer-column-title.address-title {
  margin-bottom: 0;
  font-size: 1.25rem;
  top: 14px;
}

.footer-column-title.quick-links-title {
  margin-bottom: 5px;
  font-size: 1.25rem;
  line-height: 1.1;
  position: static;
  top: 15px;
}

.footer-link {
  color: #ffffffb3;
  justify-content: center;
  align-items: center;
  height: 22px;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  position: relative;
}

.footer-link:hover {
  color: var(--white);
  transform: translate(10px);
}

.footer-link.days {
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  position: static;
  top: 20px;
  left: 3px;
}

.footer-link.hours {
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  position: static;
  top: 12px;
  left: 3px;
}

.footer-link.quick-links-list {
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  position: static;
  top: 20px;
  left: 3px;
}

.footer-link.privacy-policy {
  top: 20px;
}

.footer-link.privacy-policy.terms {
  top: 4px;
  left: 125px;
}

.footer-link.privacy-policy.column-2 {
  left: 117px;
}

.footer-link.terms {
  top: -17px;
  left: 131px;
}

.footer-link.privacy-links.column-1 {
  top: -15px;
}

.footer-link.privacy-links.column-2 {
  top: -53px;
  left: 148px;
}

.footer-link.privacy-policy-link {
  height: auto;
  margin-top: -7px;
  margin-bottom: 0;
  position: static;
}

.footer-link.terms-and-conditions-link {
  height: auto;
  margin-top: -7px;
  margin-bottom: 0;
  position: static;
  top: -16px;
  left: 146px;
}

.footer-link.financial-policy {
  height: auto;
  margin-top: -7px;
  margin-bottom: 0;
  position: static;
  top: -15px;
}

.footer-link.notice-of-privacy-practice {
  height: auto;
  margin-top: -7px;
  margin-bottom: 0;
  position: static;
  top: -52px;
  left: 146px;
}

.footer-link.hipaa-notice {
  height: auto;
  margin-top: -7px;
  margin-bottom: 0;
  position: static;
  top: -52px;
}

.footer-link.patient-rights-and-responsibilities {
  height: auto;
  margin-top: -7px;
  margin-bottom: 0;
  position: static;
  top: -88px;
  left: 145px;
}

.footer-social-block {
  grid-column-gap: 30px;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: center;
  display: flex;
}

.footer-social-link {
  color: #fff9;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

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

.footer-copyright-left {
  text-align: left;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
}

.footer-logo {
  width: 80px;
  height: auto;
  margin-top: -11px;
}

.footer-container {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  margin-bottom: 70px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.footer-bottom-wrapper {
  color: #ffffff80;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1235px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
  display: flex;
}

.social-embed {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.about-hero-section {
  background-image: none;
  padding-top: 220px;
  padding-bottom: 80px;
  position: relative;
}

.about-hero-container {
  color: var(--heading-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.about-hero-header {
  color: var(--primary);
  letter-spacing: 2.5px;
  margin-bottom: 21px;
}

.about-heading {
  text-align: center;
  max-width: 780px;
}

.our-story-section {
  background-color: #f0fffe;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.our-story-container {
  grid-column-gap: 135px;
  grid-row-gap: 90px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.our-story-image {
  object-fit: contain;
  height: 755px;
}

.our-story-text-wrapper {
  grid-row-gap: 25px;
  color: var(--heading-color);
  flex-direction: column;
  width: 480px;
  padding-top: 100px;
  display: flex;
}

.our-story-header {
  grid-column-gap: 20px;
  color: var(--primary);
  letter-spacing: 3px;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.our-story-btn {
  flex: none;
  align-self: flex-start;
  width: auto;
  height: 55px;
  margin-top: 18px;
}

.why-us-section {
  background-color: #ec5b06;
  background-image: linear-gradient(#b9520cc9, #b9520cc9), url("https://cdn.prod.website-files.com/64aee56ef6008314b844efca/64b0acec635cb0e2d0719932_HAVCOG%20SG%203%20(1x1).webp");
  background-position: 0 0, 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 120px;
  padding-bottom: 120px;
}

.why-us-container {
  grid-row-gap: 120px;
  color: var(--white);
  flex-direction: column;
  display: flex;
}

.why-us-row {
  grid-column-gap: 80px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.why-us-points-wrapper {
  grid-row-gap: 27px;
  background-color: var(--white);
  color: var(--heading-color);
  border-radius: 20px;
  flex-direction: column;
  width: 100%;
  max-width: 390px;
  padding: 45px 76px 45px 45px;
  display: flex;
  box-shadow: 0 5px 50px 10px #00000012;
}

.why-us-text-wrapper {
  grid-row-gap: 22px;
  flex-direction: column;
  max-width: 522px;
  display: flex;
}

.why-us-text-wrapper.right-why-us-wrapper {
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  max-width: none;
}

.why-us-points-row {
  grid-column-gap: 18.5px;
  align-items: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 56px;
  display: flex;
}

.get-started-checkmark {
  width: 26px;
  height: 26px;
}

.why-us-cta {
  width: 210px;
  height: 55px;
  margin-top: 13px;
}

.connect-stats-block {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.checkup-plans-container {
  color: var(--heading-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.checkup-plans-section {
  background-color: #f0fffe;
  padding-top: 120px;
  padding-bottom: 145px;
}

.checkup-plans-section.different-bg {
  opacity: 1;
  background-color: #0000;
  background-image: linear-gradient(#f0fffe00, #f0fffe 3%);
  padding-top: 220px;
}

.checkup-plans-para {
  color: var(--body);
  text-align: center;
  max-width: 620px;
}

.checkup-plans-heading {
  text-align: center;
  max-width: 600px;
  margin-bottom: 18px;
}

.checkup-plans-heading.width-change {
  max-width: 780px;
}

.tabs {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 56px;
  display: flex;
}

.tab-link {
  background-color: var(--white);
  color: var(--heading-color);
  text-align: center;
  border-radius: 7px;
  padding: 7px 15px 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.tab-link.w--current {
  background-color: var(--primary);
  color: var(--white);
}

.tabs-menu {
  grid-column-gap: 25px;
  background-color: var(--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 9px;
  display: flex;
  box-shadow: 8px 8px 34px #0e112c1a;
}

.tab-content {
  width: 100%;
  overflow: visible;
}

.tab-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-row-gap: 50px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 410px;
  display: flex;
}

._404-page {
  width: 350px;
  height: 350px;
}

.overlay, .mobile-nav-logo {
  display: none;
}

.checkup-plans-image-wrapper {
  width: 100%;
}

.services-loop {
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.loop-gradient-left {
  z-index: 1;
/*   background-image: linear-gradient(to right, #E00000, #fff0); */
  width: 5%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.loop-gradient-right {
  z-index: 1;
/*   background-image: linear-gradient(270deg, #E00000, #fff0); */
  width: 5%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.header-left {
  grid-column-gap: 50px;
  display: flex;
}

.header-link-icon {
  color: var(--red);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.header-link-icon.email-icon-color {
  color: #f30303;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  display: flex;
}

.header-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-container-shadow {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  box-shadow: 0 4px 20px #0b10380d;
}

.nav-shadow {
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  box-shadow: 0 3px 10px #0000001c;
}

.hero-image {
  opacity: 0;
  outline-offset: 0px;
  object-fit: contain;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 0 0;
  background-size: auto;
  outline: 3px #333;
  width: 532px;
}

.hero-gradient {
  z-index: -2;
  background-image: linear-gradient(#d4fffc, #c9f9f6 75%);
  width: 100%;
  height: 145vh;
  display: block;
  position: absolute;
  inset: 0%;
}

.hero-circle {
  z-index: -1;
  opacity: 0;
  background-image: linear-gradient(#ffffff73, #86dfda);
  border-radius: 50%;
  width: 562px;
  height: 562px;
  position: absolute;
  inset: -130px -40px 0% auto;
}

.phone-icon {
  width: 13.5px;
  height: 13.5px;
}

.hero-appointment-btn {
  grid-row-gap: 7px;
  color: var(--heading-color);
  text-transform: uppercase;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 42px;
  font-family: Satoshi, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
}

.treatment-section {
  z-index: 1;
  background-color: var(--light-low);
  padding-top: 100px;
  padding-bottom: 120px;
  position: relative;
}

.treatment-container {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.treatment-text-wrapper {
  grid-column-gap: 110px;
  color: var(--white);
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.treatment-para {
  max-width: 580px;
}

.treatment-blocks-wrapper {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.treatmant-block {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 220px;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
  position: relative;
}

.treatmant-block.pediatrician {
  background-image: url("https://cdn.prod.website-files.com/64aee56ef6008314b844efca/64b8cc2c4bca56bb68af2bf5_shopping-online-credit-card-payment-2022-11-11-18-44-28-utc.webp");
  background-position: 50% 0;
}

.treatmant-block.cardiologist {
  background-image: url("https://cdn.prod.website-files.com/64aee56ef6008314b844efca/64b8cc2cd7940a14bf07d4b2_doctor-are-explaining-patient-treatment-and-medica-2023-01-31-23-49-41-utc.webp");
  background-position: 50% 100%;
}

.treatmant-block.dermatologist {
  background-image: url("https://cdn.prod.website-files.com/64aee56ef6008314b844efca/64b8cc2a5a8c42e06de449b2_doctor-video-call-and-wave-with-a-health-professi-2023-01-04-19-35-41-utc.webp");
}

.treatmant-block.coronary-diseases {
  background-image: url("https://cdn.prod.website-files.com/64aee56ef6008314b844efca/64b369b07079905e88a6915a_female-doctor-checking-the-heart-with-stethoscope-2022-10-17-01-17-23-utc.webp");
  background-position: 50% 0;
}

.treatmant-block.pad {
  background-image: url("https://cdn.prod.website-files.com/64aee56ef6008314b844efca/64b36924605b77f625def819_senior-black-man-measuring-arterial-blood-pressure-2022-12-16-08-13-15-utc.webp");
  background-position: 50% 100%;
}

.treatmant-block.vein-diseases {
  background-image: url("https://cdn.prod.website-files.com/64aee56ef6008314b844efca/64b36a40b9a22c55567797d4_professional-phlebologist-putting-catheter-into-th-2023-02-02-01-14-52-utc.webp");
  position: relative;
  overflow: visible;
}

.treatment-block-text-wrapper {
  z-index: 2;
  background-color: var(--white);
  color: var(--primary);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 20px 20px 20px 10px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: box-shadow .5s;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0, 58px);
  box-shadow: 0 15px 30px #0000000d;
}

.treatment-block-text-wrapper:hover {
  box-shadow: 0 15px 30px #0003;
}

.treatment-block-text {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  display: flex;
  overflow: hidden;
}

.treatment-block-cta {
  grid-column-gap: 5px;
  color: var(--heading-color);
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-arrow-embed {
  justify-content: center;
  align-items: center;
  margin-top: 3px;
  display: flex;
}

.treatment-block-header {
  flex: none;
  overflow: hidden;
}

.treatment-block-heading {
  color: var(--heading-color);
  white-space: nowrap;
  word-break: keep-all;
  flex: 0 auto;
  align-self: stretch;
}

.hero-appointment-btn-text {
  grid-column-gap: 11px;
  justify-content: center;
  align-items: center;
  font-family: Satoshi, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 23px;
  display: flex;
}

.services-icons {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.secondary-btn {
  border: 2px solid var(--white);
  background-color: #0000;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 8px;
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
  transition: all .2s ease-in-out;
  display: flex;
}

.secondary-btn:hover {
  background-color: var(--primary);
  border-style: solid;
  border-color: #0000;
}

.testimonial-section {
  opacity: 1;
  background-color: #0000;
  background-image: linear-gradient(#003b6cc4, #003b6cc4), url("https://cdn.prod.website-files.com/64aee56ef6008314b844efca/657238bbf2686cb19e3a7b09_professional-doctors-performing-surgical-operation-2023-11-27-05-31-53-utc.webp");
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 0;
}

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

.testimonial-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.testimonial-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  max-height: 1000px;
  margin-top: 15px;
  display: block;
  top: -10px;
}

.testimonial-slider-mask {
  width: 100%;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.testimonial-slide {
  width: 100%;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.testimonial-slide-content-wrapper {
  grid-column-gap: 60px;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.testimonial-text-container {
  grid-row-gap: 30px;
  color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.testimonial-light-box {
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 405px;
  height: 360px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial-quote-icon {
  width: 70px;
  height: 70px;
}

.testimonial-quote {
  color: #fff;
  text-align: center;
  border: 1px #000;
  margin-bottom: 30px;
  padding: 0;
  font-size: 24px;
  font-weight: 500;
}

.testimonial-name {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  display: block;
}

.slide-nav {
  display: none;
}

.testimonial-designation {
  font-size: 15px;
  line-height: 25px;
}

.quote {
  text-align: left;
  margin-top: 10px;
  font-size: 2rem;
  line-height: 40px;
  display: inline;
  position: relative;
  top: auto;
}

.testimonial-light-box-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.light-box-play-btn-embed {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

.left-arrow {
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 30px;
  transition: all .3s;
  display: flex;
}

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

.arrow-embed {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

.right-arrow {
  color: var(--white);
  background-color: #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 30px;
  padding-right: 0;
  transition: all .3s;
  display: flex;
}

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

.contact-circle {
  z-index: -1;
  opacity: .6;
  background-image: linear-gradient(#ffffff73, #86dfda);
  border-radius: 50%;
  width: 562px;
  height: 562px;
  position: absolute;
  inset: -242px -230px auto auto;
}

.contact-form-wrapper {
  background-color: var(--white);
  border-radius: 20px;
  width: 100%;
  max-width: 535px;
  margin-bottom: 0;
  padding: 44px;
  position: relative;
  box-shadow: 0 5px 50px 10px #00000012;
}

.contact-form {
  grid-row-gap: 22px;
  flex-direction: column;
  display: flex;
}

.contact-field {
  color: var(--heading-color);
  background-color: #0000;
  border: 1px solid #0e112c33;
  border-radius: 5px;
  width: 100%;
  height: 52px;
  margin-bottom: 0;
  padding: 13px 22px;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
}

.contact-field:focus {
  border-color: var(--primary);
}

.contact-field::placeholder {
  color: #4f5167;
  font-weight: 500;
}

.contact-form-btn {
  height: 55px;
}

.contact-select-field {
  color: #4f5167;
  background-color: #0000;
  border: 1px solid #0e112c33;
  border-radius: 5px;
  width: 100%;
  height: 52px;
  margin-bottom: 0;
  padding: 13px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.contact-select-field:focus {
  border-color: var(--primary);
}

.contact-select-field::placeholder {
  color: #4f5167;
  font-weight: 500;
}

.contact-message-field {
  color: var(--heading-color);
  background-color: #0000;
  border: 1px solid #0e112c33;
  border-radius: 5px;
  width: 100%;
  height: 52px;
  min-height: 120px;
  margin-bottom: 0;
  padding: 13px 22px;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
}

.contact-message-field:focus {
  border-color: var(--primary);
}

.contact-message-field::placeholder {
  color: #4f5167;
  font-weight: 500;
}

.contact-header {
  color: var(--primary);
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
}

.footer-btn {
  grid-column-gap: 8px;
  border: 1.5px solid var(--white);
  color: var(--white);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  min-width: 220px;
  padding: 10px 22px 10px 18px;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  transition: all .3s;
  display: flex;
}

.footer-btn:hover {
  background-color: var(--white);
  color: var(--heading-color);
}

.footer-btn-embed {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.checkup-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 6px;
}

.about-hero-image {
  object-fit: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  margin-top: 80px;
  display: flex;
}

.about-hero-gradient {
  z-index: -1;
  background-image: linear-gradient(#d4fffc, #0000);
  width: 100%;
  height: 118%;
  position: absolute;
  inset: auto 0% 0%;
}

.our-story-image-wrapper {
  position: relative;
}

.about-widget {
  grid-column-gap: 12px;
  background-color: var(--white);
  color: var(--heading-color);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 210px;
  margin-top: 190px;
  margin-left: -70px;
  padding: 17px 21px 20px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: none;
  box-shadow: 0 5px 50px 10px #00000012;
}

.reasons-section {
  text-align: center;
  background-color: #ffc9a4;
  padding-top: 110px;
  padding-bottom: 120px;
  font-size: 16px;
}

.reasons-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.reasons-sub-text {
  margin-top: 10px;
  margin-bottom: 45px;
}

.reasons-blocks-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1145px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.values-section {
  background-color: #f0fffe;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.values-container {
  grid-column-gap: 105px;
  grid-row-gap: 90px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.values-container.value {
  flex-wrap: wrap;
}

.values-image {
  object-fit: cover;
  object-position: 55% 50%;
  border-radius: 20px;
  width: 420px;
  height: 565px;
}

.values-text-wrapper {
  grid-row-gap: 16px;
  color: var(--heading-color);
  flex-direction: column;
  flex: none;
  width: 480px;
  padding-top: 0;
  display: flex;
}

.value-header {
  grid-column-gap: 20px;
  color: var(--primary);
  letter-spacing: 3px;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.values-points-wrapper {
  grid-row-gap: 22px;
  flex-wrap: wrap;
  margin-top: 29px;
  display: flex;
}

.value-point {
  grid-column-gap: 14.5px;
  align-items: center;
  width: 50%;
  font-size: 17px;
  font-weight: 500;
  line-height: 32px;
  display: flex;
}

.checkup-hero-gradient {
  z-index: -2;
  opacity: 1;
  background-image: linear-gradient(#d4fffc, #c9f9f600 64%);
  width: 100%;
  height: 60vh;
  position: absolute;
  inset: 0% 0% auto;
}

.checkup-hero-header {
  color: var(--primary);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 21px;
}

.other-checkup-section {
  text-align: center;
  background-color: #f0fffe;
  padding-bottom: 145px;
  position: relative;
}

.other-checkup-container {
  grid-row-gap: 70px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.checkup-blocks-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1145px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.checkup-block {
  background-color: var(--white);
  color: var(--body);
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 348px;
  height: 300px;
  padding: 55px 35px 40px;
  display: flex;
  box-shadow: 0 12px 34px #0e112c1a;
}

.checkup-block.background-1 {
  background-image: linear-gradient(#0298b3b3, #0298b3b3), url("https://cdn.prod.website-files.com/64aee56ef6008314b844efca/64b22e35a3284e103e9a78f2_HAVCOG%20-%20Commercial%201x1%20Thumbnail.webp");
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.checkup-block.background-2 {
  background-image: linear-gradient(#0298b3b3, #0298b3b3), url("https://cdn.prod.website-files.com/64aee56ef6008314b844efca/64b22b4bdec69c25c1554a67_HAVCOG%20SG%2029.webp");
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.checkup-block.background-3 {
  background-image: linear-gradient(#0298b3b3, #0298b3b3), url("https://cdn.prod.website-files.com/64aee56ef6008314b844efca/64b22b36a3284e103e97fe78_HAVCOG%20SG%2015.webp");
  background-position: 0 0, 25%;
  background-size: auto, cover;
}

.checkup-block.background-4 {
  background-image: linear-gradient(#0298b3b3, #0298b3b3), url("https://cdn.prod.website-files.com/64aee56ef6008314b844efca/64b0acec635cb0e2d0719932_HAVCOG%20SG%203%20(1x1).webp");
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.checkup-block.background-5 {
  background-image: linear-gradient(215deg, #0298b3b3, #00a0aa80), url("https://cdn.prod.website-files.com/64aee56ef6008314b844efca/64b06c096feac822489b777e_HAVCOG%20SG%206.webp");
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.checkup-block.background-6 {
  background-image: linear-gradient(215deg, #0298b3b3, #00a0aa80), url("https://cdn.prod.website-files.com/64aee56ef6008314b844efca/64b0ab655314a4ef84482b93_HAVCOG%20SG%205.webp");
  background-position: 0 0, 35%;
  background-size: auto, cover;
}

.checkup-block-icon {
  object-fit: contain;
  width: 64px;
  height: 60px;
  display: none;
}

.checkup-block-title {
  z-index: 3;
  color: var(--heading-color);
  margin-top: 15px;
  margin-bottom: 6px;
  display: flex;
  position: relative;
}

.doctors-section {
  background-image: linear-gradient(#f0fffe00, #f0fffe);
  padding-top: 100px;
  padding-bottom: 110px;
}

.doctors-hero-gradient {
  z-index: -1;
  background-image: linear-gradient(#d4fffc, #c9f9f600 79%);
  width: 100%;
  height: 60vh;
  position: absolute;
  inset: 0% 0% auto;
}

.doctors-container {
  color: var(--heading-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.doctors-container.certifications {
  position: relative;
  top: -39px;
}

.doctors-plans-heading {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 50%;
  max-width: 100%;
  margin-bottom: 0;
  display: flex;
}

.doctors-plans-heading.out-team {
  align-items: center;
}

.doctors-hero-header {
  color: var(--primary);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.doctors-blocks-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: grid;
}

.doctor-block {
  color: var(--heading-color);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 350px;
  padding-top: 0;
  display: flex;
}

.doctor-block:nth-child(odd) {
  padding-top: 0;
}

.doctor-block:first-child {
  margin-top: 0;
  padding-top: 0;
}

.doctor-image {
  aspect-ratio: 2.39;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 20px;
  width: 100%;
  height: 350px;
  margin-bottom: 5px;
}

.doctor-block-row {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 7px;
  display: flex;
}

.doctor-experience {
  background-color: #00a0aa1a;
  border-radius: 5px;
  flex: 0 auto;
  width: 46%;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: none;
}

.appointment-cta {
  width: 133px;
  height: 44px;
  margin-top: 21px;
  display: none;
}

.doctor-block-text {
  grid-row-gap: 7px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 10px;
  display: flex;
}

.style-hero-section {
  background-image: linear-gradient(#0000, #f0fffe);
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
}

.style-hero-container {
  color: var(--heading-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-block {
  grid-row-gap: 20px;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  padding: 30px 40px;
  display: flex;
  box-shadow: 0 15px 30px 10px #0000000d;
}

.utility-block-links-wrapper {
  grid-column-gap: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-container {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utiliy-text-wrapper {
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-blocks-wrapper {
  grid-row-gap: 48px;
  flex-direction: column;
  width: 100%;
  max-width: 570px;
  display: flex;
}

.utility-block-link {
  border-bottom: 1px solid var(--heading-color);
  color: var(--heading-color);
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}

.utility-block-link:hover {
  border-bottom-color: var(--primary);
  color: var(--primary);
}

.utility-link {
  color: var(--body);
}

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

.services-hero-gradient {
  z-index: -1;
  background-image: linear-gradient(#d4fffc, #c9f9f600 79%);
  width: 100%;
  height: 60vh;
  position: absolute;
  inset: 0% 0% auto;
}

.services-hero-section {
  background-image: linear-gradient(132deg, #f0fffe00, #f0fffe);
  padding-top: 220px;
  padding-bottom: 100px;
  overflow: hidden;
}

.services-hero-container {
  color: var(--heading-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-hero-heading {
  text-align: center;
  max-width: 780px;
  margin-bottom: 18px;
}

.services-hero-header {
  color: var(--primary);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 21px;
}

.service-block {
  background-color: var(--white);
  color: var(--body);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 348px;
  padding: 55px 35px 40px;
  display: flex;
  box-shadow: 0 12px 34px #0e112c1a;
}

.service-block-icon {
  object-fit: contain;
  width: 64px;
  height: 60px;
}

.service-block-title {
  color: var(--heading-color);
  margin-top: 15px;
  margin-bottom: 6px;
}

.services-blocks-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1145px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  display: none;
}

.webflow-link {
  color: #ffffff80;
  display: none;
}

.spacer {
  width: 100%;
  height: 180px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.hero-background {
  opacity: 1;
  border-radius: 0;
  padding-bottom: 4rem;
  display: block;
  position: relative;
}

.hero-content {
  background-color: #0000;
  margin-top: 0;
  padding-top: 20px;
  position: relative;
}

.div-block {
  position: absolute;
}

.background-placeholder {
  z-index: -2;
  opacity: 1;
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: darken;
  background-color: #ee151500;
  background-clip: border-box;
  border-bottom-right-radius: 20rem;
  outline: 3px #fff;
  height: 100%;
  margin-top: 0;
  margin-right: 40px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.quote-person-bio {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  display: flex;
}

.person-picture {
  opacity: 1;
  background-color: #d4fffc1a;
  background-image: linear-gradient(#d4fffc05, #d4fffc05), url("https://cdn.prod.website-files.com/64aee56ef6008314b844efca/65723c0e54fc8bbe9225ab9d_HAVCOG%20-%20Testimonial%20%232%20Thumbnail%20(1).webp");
  background-position: 0 0, 72%;
  background-size: auto, cover;
  border-top-left-radius: 44%;
  border-top-right-radius: 44%;
  width: 250px;
  height: 250px;
  display: block;
}

.persion-position {
  align-self: center;
  width: 100%;
  padding-left: 30px;
}

.background-video {
  width: 1000px;
  height: 562px;
}

.play-pause-button {
  position: static;
}

.testiemonial-background-video {
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 600px;
  height: 350px;
  display: flex;
}

.tab-background-video {
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 495px;
  height: 278px;
  display: flex;
}

.play-pause-button-2, .play-pause-button-3 {
  position: static;
}

.appointment-dashboard {
  width: 100%;
  padding-bottom: 0;
  position: relative;
}

.dashboard-video {
  width: 72%;
  height: 272px;
  position: absolute;
  inset: 6% auto auto 14%;
}

.lap-screen {
  z-index: 10;
  position: relative;
}

.tab-background-video-element {
  z-index: 1;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 495px;
  height: 278px;
  display: flex;
}

.play-pause-button-4 {
  position: static;
}

.treatment-content {
  display: block;
  position: relative;
  top: -30px;
}

.background-placeholder--treatmnet {
  z-index: -1;
  opacity: .95;
  background-color: #0000;
  background-image: none;
  border-top-right-radius: 20rem;
  border-bottom-right-radius: 0;
  height: 100%;
  margin-top: 0;
  margin-right: 40px;
  position: absolute;
  inset: auto 0% 0%;
}

.testimoniel-headings-1 {
  text-align: center;
}

.background-video-2 {
  justify-content: center;
  align-items: center;
  width: 530px;
  height: 333px;
  display: flex;
  position: absolute;
  inset: 4% auto auto 11%;
}

.play-pause-button-7 {
  position: static;
}

.image {
  position: absolute;
}

.div-block-2 {
  width: 30%;
  position: absolute;
  inset: auto 0% -14% auto;
  overflow: hidden;
}

.background-video-3 {
  z-index: 0;
  border-radius: 16px;
  width: 92%;
  height: 96%;
  position: absolute;
  inset: 2% auto auto 4%;
}

.div-block-3 {
  z-index: 1;
  position: relative;
}

.play-pause-button-8 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 45%;
}

.text-block {
  font-size: 18px;
}

.text-block-2 {
  font-size: 17px;
}

.heading {
  text-align: right;
  margin-bottom: 51px;
  font-size: 3.5rem;
  font-weight: 700;
  position: relative;
  left: 115px;
}

.html-embed {
  margin-top: 65px;
}

.heading-2 {
  text-align: right;
  font-size: 3.5rem;
}

.image-2 {
  height: 75px;
}

.heading-3 {
  text-align: center;
  position: relative;
  left: 199px;
}

.image-3 {
  height: 100px;
}

.quick-stack {
  position: relative;
}

.heading-4 {
  text-align: center;
}

.image-4 {
  height: 100px;
  position: relative;
  top: 49px;
  left: 245px;
}

.cell {
  align-items: flex-end;
}

.quick-stack-2 {
  grid-column-gap: 13px;
  grid-row-gap: 30px;
  width: 100%;
  margin-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
  font-style: normal;
  position: relative;
  overflow: visible;
}

.html-embed-2 {
  text-align: center;
  width: 840px;
}

.cell-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading-5 {
  color: #fff;
  align-self: center;
  margin-top: 0;
  font-size: 3.5rem;
  line-height: 1.2;
}

.paragraph {
  text-align: center;
  align-self: center;
  font-size: 1.5rem;
}

.image-5, .image-6 {
  height: 100px;
}

.heading-6 {
  color: #fffcfc;
}

.heading-7 {
  color: #fff;
  font-size: 40px;
}

.cell-3, .italic-text {
  font-style: normal;
}

.play-pause-button-9 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.about-dr-jajeev-section {
  background-image: linear-gradient(#f0fffe00, #f0fffe);
  padding-top: 220px;
  padding-bottom: 100px;
  overflow: visible;
}

.dr-rajeev-bio-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--heading-color);
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.doctor-bio {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.col-1, .col-2 {
  width: 50%;
}

.dr-rajeev-image {
  margin-bottom: 60px;
}

.image-7 {
  width: 100%;
  height: 100%;
}

.dr-rajeev-s-family {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-bottom: 0;
  display: flex;
}

.col {
  width: 50%;
}

.image-8 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.dr-rajeevs-certifcations-container {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  overflow: auto;
}

.cerfications-headings {
  margin-top: 0;
  margin-bottom: 30px;
}

.certification-track {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: flex-start;
  display: flex;
  position: absolute;
}

.certifcate {
  border: 1px solid var(--light-high);
  border-radius: 10px;
  padding: 10px;
}

.bold-text {
  text-transform: lowercase;
}

.dr-certficates-heading {
  color: var(--primary);
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 30px;
  display: flex;
  position: relative;
  left: 215px;
}

.dr-rajeevs-awards {
  width: 100%;
  height: 140px;
  margin-top: 60px;
  position: relative;
  overflow: visible;
}

.awards-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  display: flex;
  position: absolute;
}

.awards {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px none var(--light-high);
  border-radius: 0;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0;
  display: flex;
  overflow: auto;
}

.award-image {
  background-color: #0000;
  width: auto;
  height: 140px;
}

.marquee-track {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  align-items: center;
  width: 600%;
  display: flex;
  position: absolute;
}

.blog-hero {
  padding-top: 300px;
}

.section-blog-hero {
  padding-top: 220px;
  padding-bottom: 50px;
}

.section-blog-list {
  background-color: var(--white);
  padding-top: 50px;
  padding-bottom: 100px;
}

.blog-list-wrapper {
  width: 100%;
}

.blog-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-thumbnail-image {
  border-radius: 10px;
  box-shadow: 1px 2px 4px 1px #0003;
}

.blog-heading-text {
  color: var(--primary);
  margin-bottom: 15px;
}

.section-blog-post-content {
  padding-top: 60px;
  padding-bottom: 100px;
}

.blog-post-content {
  color: var(--heading-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pots-meta-container {
  width: 100%;
}

.blog-post-individual-tile {
  margin-bottom: 10px;
  font-size: 3rem;
  line-height: 1.4;
}

.post-meta-details {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.author-name, .date {
  display: flex;
}

.post-main-image {
  border-radius: 10px;
  box-shadow: 1px 2px 10px 1px #0003;
}

.rich-text-block {
  margin-top: 0;
}

.about-page-video-hero-video {
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  margin-top: 30px;
  display: flex;
}

.dr-rajs-awards-section {
  background-color: #b9feff;
  max-height: none;
  padding-top: 60px;
  padding-bottom: 0;
  display: block;
  overflow: auto;
}

.starff-book-appointment-cta {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 55px;
  display: inline-block;
}

.doctor-intro-video-container {
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  width: 50%;
  max-width: 100%;
  height: auto;
  min-height: 250px;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.dr-rajas-s-storey-section {
  background-image: linear-gradient(#f0fffe00, #f0fffe);
  padding-top: 100px;
  padding-bottom: 110px;
  overflow: visible;
}

.video {
  min-height: 250px;
}

.doctor-storey-image {
  text-align: center;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  width: 50%;
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.dr-rajeev-storey-container {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.dr-jar-s-story-image {
  border-radius: 20px;
  width: 50%;
  height: 460px;
  overflow: hidden;
}

.image-9 {
  object-fit: contain;
  width: 100%;
  height: auto;
}

.storey-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.dr-rajas-s-work-history {
  background-image: linear-gradient(#f0fffe00, #f0fffe);
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: visible;
}

.dr-rajeev-work-history-content {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.col-3 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: auto;
  max-width: 100%;
  margin-bottom: 0;
  display: block;
  position: sticky;
  top: 40%;
}

.col-4 {
  flex-direction: column;
  justify-content: flex-start;
  width: auto;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.history-item {
  border: 1px solid #34454f3b;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-bottom: 60px;
  padding: 30px;
  position: sticky;
  top: auto;
}

.history-item.story-item-1 {
  top: 30%;
}

.history-item.story-item-2 {
  top: 32%;
}

.history-item.story-item-3 {
  top: 34%;
}

.history-item.story-item-4 {
  top: 36%;
}

.history-item.story-item-5 {
  top: 38%;
}

.sotery-content {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.left-col {
  position: sticky;
  top: 30%;
}

.story-list {
  background-image: linear-gradient(156deg, var(--light-low), white);
  border: 1px solid #34454f4a;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-bottom: 60px;
  padding: 30px;
  position: sticky;
}

.story-list.lstory-list-1 {
  background-color: var(--white);
  outline-color: var(--light-high);
  outline-offset: 0px;
  background-image: none;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  outline-width: 3px;
  outline-style: solid;
  top: 30%;
}

.story-list.lstory-list-2 {
  background-color: var(--white);
  outline-color: var(--light-high);
  outline-offset: 0px;
  background-image: none;
  outline-width: 3px;
  outline-style: solid;
  top: 32%;
}

.story-list.lstory-list-3 {
  background-color: var(--white);
  outline-color: var(--light-high);
  outline-offset: 0px;
  background-image: none;
  outline-width: 3px;
  outline-style: solid;
  top: 34%;
}

.story-list.lstory-list-4 {
  background-color: var(--white);
  outline-color: var(--light-high);
  outline-offset: 0px;
  background-image: none;
  outline-width: 3px;
  outline-style: solid;
  top: 36%;
}

.story-list.lstory-list-5 {
  background-color: var(--white);
  outline-color: var(--light-high);
  outline-offset: 0px;
  background-image: none;
  outline-width: 3px;
  outline-style: solid;
  top: 38%;
}

.html-embed-3 {
  width: auto;
}

.vimeo-video-emebd {
  border-radius: 20px;
  flex: 0 auto;
  align-self: auto;
  width: 100%;
  height: 100%;
  margin-top: 0;
  overflow: hidden;
}

.about-hero-video-embed {
  margin-top: 0;
  margin-bottom: 0;
}

.certifcations {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  flex: none;
  order: 0;
  justify-content: flex-start;
  display: flex;
  position: relative;
  top: -61px;
}

.html-embed-5 {
  display: none;
}

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

.right-arrow-2, .left-arrow-2, .slide-nav-2 {
  display: none;
}

.about-hero-video-embed-copy {
  margin-top: 0;
  margin-bottom: 0;
}

.testimoniel-slider {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.swiper {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.swiper-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.swiper-slide {
  width: 30%;
}

.swiper-button-next, .swiper-button-prev {
  color: var(--light-high);
}

.services-treatment-section {
  background-color: var(--light-low);
  background-image: none;
  padding-top: 60px;
  padding-bottom: 0;
  overflow: hidden;
}

.testiemonial-slider-section {
  background-color: var(--light-low);
  background-image: linear-gradient(28deg, #f0fffe00, #f0fffe);
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.location-section {
  z-index: 1;
  background-color: var(--light-low);
  padding-top: 95px;
  padding-bottom: 120px;
  position: relative;
}

.location-text-wrapper {
  grid-column-gap: 110px;
  color: var(--white);
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.location-blocks-wrapper {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.block-01 {
  background-image: url("https://cdn.prod.website-files.com/64aee56ef6008314b844efca/64b1a6e11aecdee44b9de118_635cfbb878332f5bdb2bca93_Image%204-p-500.jpg");
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 400px;
  display: flex;
  overflow: hidden;
}

.block-02 {
  background-image: url("https://cdn.prod.website-files.com/64aee56ef6008314b844efca/64b1a6e13daa117a4a9f9fab_635cfcaf3ea9350a81f759c1_Image%205-p-500.jpg");
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 400px;
  display: flex;
  overflow: hidden;
}

.location-block {
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.location-details {
  background-color: var(--white);
  border-top-right-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 75%;
  height: 130px;
  padding: 15px;
  display: flex;
  position: relative;
}

.location-name {
  color: var(--heading-color);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.5rem;
}

.location-address {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.html-embed-6 {
  color: var(--body);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.impulso-laptop-mockup {
  width: 100%;
  position: static;
}

.impulso-laptop-section {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.margin-bottom.margin-xlarge {
  margin-bottom: 4rem;
  position: relative;
  top: 55px;
}

.impulso-video-width {
  z-index: 2;
  width: 76%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  display: block;
}

.impulso-laptop-component {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.impulso-classes {
  display: none;
}

.impulso-laptop-video {
  width: auto;
  height: auto;
  margin-top: 2%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 11% 11%;
}

.html-embed-7 {
  width: auto;
  height: 100%;
}

.container-2 {
  max-width: 1100px;
}

.user-text {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.device-blur {
  z-index: 1;
  opacity: .76;
  background-color: #121212;
  border-radius: 16% 16% 0 0%;
  width: 94%;
  margin-top: 6%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  position: absolute;
  inset: 0%;
  box-shadow: 1px 1px 7px #00000040;
}

.user-block {
  align-items: center;
  display: flex;
  position: static;
}

.iphone-video {
  background-image: linear-gradient(111deg, #0000000d, #ffffff40 52%, #fff0 76%);
  width: 100%;
  height: 100%;
  position: static;
}

.iphone-video.road, .iphone-video.water-fall {
  position: absolute;
  inset: 0%;
}

.like-wrap {
  align-items: center;
  display: flex;
  position: relative;
}

.video-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.video-block {
  z-index: 2;
  border-radius: 80px 80px 0 0;
  width: 100%;
  height: 100%;
  margin-top: 6%;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.user-wrap {
  justify-content: space-between;
  display: flex;
}

.dot-time {
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-right: 10px;
}

.dot-time.last {
  margin-right: 0;
}

.dot-time.active {
  background-color: #1e90ff;
}

.device {
  z-index: 3;
  background-color: #0000;
  background-image: url("https://cdn.prod.website-files.com/64aee56ef6008314b844efca/64b1f6c6a5aef8291edfc560_Phone%201%20(1).webp");
  background-position: 0 0;
  background-size: cover;
  border-radius: 16% 16% 0 0%;
  position: absolute;
  inset: 0%;
}

.cc-small {
  color: #fff9;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 9px;
  line-height: 8px;
}

.like {
  cursor: pointer;
  justify-content: flex-end;
  align-self: flex-end;
  width: 30px;
  height: 30px;
  display: flex;
}

.iphone-video-placeholder {
  height: 100%;
}

.user-photo {
  object-fit: fill;
  background-image: url("https://cdn.prod.website-files.com/64aee56ef6008314b844efca/64b1f6c6a5aef8291edfc55e_mor%20and%20ilya%202%20(2).png");
  background-position: 0 0;
  background-size: cover;
  border-radius: 12px;
  width: 120px;
  min-width: 120px;
  height: 120px;
  min-height: 120px;
}

.user-photo.small {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-right: 10px;
}

.video-mock-up {
  width: 325px;
  height: 100%;
  margin-top: 0%;
  position: relative;
  overflow: hidden;
}

.time-line {
  justify-content: center;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.like-full {
  display: none;
  position: absolute;
  overflow: visible;
}

.dot-top {
  cursor: pointer;
  background-color: #0000;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-right: 10px;
}

.dot-top.last {
  margin-right: 0;
}

.story {
  z-index: -1;
  background-image: linear-gradient(355deg, #0000004d, #0000 24% 79%, #0006);
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.story.front {
  z-index: 9;
  background-image: none;
  margin-top: 6%;
  padding-bottom: 18px;
  padding-left: 50px;
  padding-right: 50px;
}

.story.front._1 {
  z-index: 10;
  inset: 0% 0% auto auto;
}

.story.front._2, .story.front._3 {
  z-index: 10;
  display: none;
  inset: 0% 0% auto auto;
}

.section {
  margin-top: 40px;
  margin-bottom: 40px;
}

.quick-stack-3 {
  grid-column-gap: 40px;
}

.iphone-container {
  max-width: 1000px;
}

.header-contact-info {
  color: #fff;
  margin-top: -5px;
  font-size: .875rem;
  display: block;
}

.phone-top {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.l-large-btn {
  background-color: #ebba9b99;
  border-radius: 11px;
  width: 3px;
  height: 45px;
  position: absolute;
  inset: 120px auto auto -7px;
}

.l-large-btn.b {
  top: 177px;
  left: -7px;
}

.camera {
  background-color: #292929;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  position: relative;
}

.mic {
  background-color: #1a1a1a;
  border-radius: 15%;
  width: 45px;
  height: 5px;
  margin-left: 25px;
  margin-right: 10px;
}

.phone-outer {
  border: 7px solid #000;
  border-radius: 43px;
  position: absolute;
  inset: 0%;
}

.gold-outer {
  border: 5px solid #caa68e;
  border-radius: 47px;
  width: 330px;
  height: 670px;
  position: absolute;
  inset: 50% 0 0% 50%;
  transform: translate(0, -50%)translate(-50%);
}

.l-small-btn {
  background-color: #ebba9b99;
  border-radius: 11px;
  width: 3px;
  height: 24px;
  position: absolute;
  inset: 80px auto auto -7px;
}

.camera-inner {
  background-color: #0d2f61;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(0, -50%)translate(-50%);
}

.phone-main {
  background-color: #000;
  background-image: url("https://cdn.prod.website-files.com/64aee56ef6008314b844efca/64b2205b42d234236e3c10e9_iPhone%20Apt.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 45px;
  width: 323px;
  height: 663px;
  position: relative;
}

.outer-light {
  border-radius: 45px;
  width: 326px;
  height: 668px;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%)translate(0, -50%);
  box-shadow: inset 5px 5px 15px -5px #ffffffa6;
}

.container---lagrange-reviews {
  max-width: 1300px;
  margin-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
}

.container---newnan-reviews {
  max-width: 1300px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  top: -40px;
}

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

.div-block-4 {
  overflow: visible;
}

.cell-4 {
  align-items: flex-end;
}

.cell-5 {
  align-items: flex-end;
  padding-left: 30px;
}

.wordhistory-points-wrapper {
  grid-row-gap: 23px;
  color: var(--heading-color);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0;
  display: flex;
}

.wordhistory-points-wrapper.alignment-correct-cta {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.wordhistory-point {
  grid-column-gap: 12px;
  color: var(--heading-color);
  justify-content: center;
  align-items: center;
  display: flex;
}

.wordhistory-point.footer {
  position: relative;
  left: -4px;
}

.wordhistory-point.middle-section {
  position: relative;
  left: -15px;
}

.section-2 {
  margin-top: 0;
  padding-top: 30px;
}

.div-block-5 {
  padding-top: 220px;
}

.about-hero-section-copy {
  background-image: none;
  padding-top: 323px;
  padding-bottom: 80px;
  position: relative;
}

.video-container {
  color: var(--heading-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  display: flex;
}

.video-thumbnail-file {
  display: none;
}

.video_item {
  position: relative;
  overflow: hidden;
}

.video_vimeo {
  z-index: 1;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.video-content {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.video_cover {
  z-index: 2;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .3s, transform .3s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video_cover-media {
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: transform .8s;
  position: absolute;
  inset: 0%;
}

.video_button {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
  position: relative;
}

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

.video_thumbnail-video {
  z-index: 2;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video_button-bg {
  z-index: 1;
  background-color: var(--white);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transition: transform .5s;
  position: absolute;
  inset: 0%;
}

.video_button-icon {
  z-index: 2;
  color: var(--primary);
  width: 40%;
  height: 48%;
  position: relative;
  transform: translate(5%);
}

.video-medical-staff {
  width: 100%;
}

.video_wrapper-copy {
  border-radius: 20px;
  width: 100%;
  position: relative;
  top: auto;
  overflow: hidden;
}

.badge {
  background-color: var(--light-high);
  background-image: url("https://cdn.prod.website-files.com/64aee56ef6008314b844efca/64b0e97927d59bf7cafd059a_4FCD4E72-50D3-4FB2-8F5E-1BD79CF647B5.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 174px;
  padding-right: 0;
}

.testimonial-google-review-heading {
  color: var(--heading-color);
}

.cell-6 {
  padding-right: 30px;
}

.cell-6-copy {
  align-items: flex-start;
  padding-right: 30px;
}

.cell-4-copy {
  align-items: flex-end;
  padding-left: 30px;
}

.cell-7 {
  align-items: flex-start;
  padding-right: 30px;
}

.cell-5-copy {
  align-items: flex-end;
  padding-left: 30px;
}

.quick-stack-2--testimonial {
  grid-column-gap: 13px;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-style: normal;
  overflow: visible;
}

.heading-wrapper-copy {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--heading-color);
  justify-content: space-between;
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  position: relative;
}

.footer-address {
  flex: none;
  padding-top: 0;
  line-height: 24px;
  position: static;
  left: -1px;
}

.footer-link-addreses {
  color: #ffffffb3;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  position: relative;
  top: 43px;
  left: -177px;
}

.footer-link-addreses:hover {
  color: var(--white);
  transform: translate(10px);
}

.footer-link-addreses.lagrange-address {
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  position: static;
  top: 49px;
  left: -199px;
}

.footer-link-addreses.newnan-address {
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  position: static;
  top: 49px;
  left: -138px;
}

.footer-link-addreses.warm-springs-address {
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  position: static;
  top: 49px;
  left: -71px;
}

.privacy-section {
  background-image: none;
  padding-top: 220px;
  padding-bottom: 80px;
  position: relative;
}

.privacy-content-container {
  color: var(--heading-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.privacy-label-header {
  color: var(--primary);
  letter-spacing: 2.5px;
  margin-bottom: 21px;
}

.privacy-heading-heading {
  text-align: center;
  max-width: 780px;
}

.pribacy-policy-text {
  width: 100%;
  margin-top: 60px;
  padding-bottom: 0;
}

.privacy-policy-text p {
  color: var(--body);
  font-size: 16px;
}

.privacy-policy-text li {
  color: var(--heading-color);
}

.terms-and-consdition-section {
  background-image: none;
  padding-top: 300px;
  padding-bottom: 80px;
  position: relative;
}

.terms-and-consdition-content {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.terms-and-conditions-text p {
  color: var(--body);
  font-size: 16px;
}

.terms-and-conditions-text li {
  color: var(--heading-color);
}

.terms-heading-heading {
  text-align: center;
  max-width: 780px;
}

.terms-and-condiiotns-text {
  width: 100%;
  margin-top: 60px;
  padding-bottom: 0;
}

.bold-text-3, .bold-text-4, .bold-text-5 {
  font-size: 20px;
}

.quick-stack-5 {
  padding-left: 0;
  padding-right: 0;
  position: static;
  top: -55px;
}

.image-10 {
  height: 80%;
}

.div-block-6 {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 200px;
  display: flex;
  position: relative;
  top: -11px;
}

.card-img-wrapper {
  z-index: 1;
  border-radius: .8rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-img-overlay {
  z-index: 3;
  background-image: linear-gradient(#00000091, #00000091);
  border-radius: .8rem;
  position: absolute;
  inset: 0%;
}

.cards-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.blog-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #f5f5f5;
  border-radius: 1.4rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5em;
  display: flex;
}

.flex-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.card-img-icon {
  width: 1.7rem;
}

.color-block {
  background-color: #fe7a68;
  border-radius: .5rem;
  padding: .7rem 1rem;
}

.par-small {
  text-transform: uppercase;
  font-size: .8rem;
  line-height: 1;
}

.par-small.is--white {
  color: #fff;
  font-size: .75rem;
}

.page-padding {
  padding: 4em 5.5em 8em;
}

.icon-no-show {
  z-index: 4;
  position: absolute;
  overflow: hidden;
}

.card-img-icon-wrapper {
  z-index: 4;
  background-color: #fe7a68;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  display: flex;
}

.card-img {
  z-index: 2;
  object-fit: cover;
  border-radius: .8rem;
  width: 100%;
  height: 16em;
  position: relative;
}

.card-divider {
  background-color: #c4c4c4;
  width: 100%;
  height: 1px;
}

.div-block-7 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.cell-12 {
  justify-content: center;
}

.blog-hero-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--heading-color);
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.main-post {
  width: 60%;
}

.random-poast {
  width: 40%;
  padding: 0;
  display: flex;
}

.main-post-wrapper {
  width: 100%;
}

.mian-poast {
  border-radius: 20px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.post-content {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 560px;
  display: flex;
  position: relative;
}

.post-image {
  z-index: -2;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.main-post-collection {
  width: 100%;
}

.post-info {
  width: 100%;
  height: auto;
  padding: 15px;
  position: relative;
}

.post-catetory-label {
  background-color: var(--white);
  color: var(--light-high);
  text-transform: uppercase;
  border-radius: 5px;
  justify-content: flex-start;
  margin-bottom: 15px;
  padding: 8px;
  font-size: .875rem;
  font-weight: 500;
  display: inline-block;
}

.post-catetory-label.label-category {
  background-color: var(--light-high);
  color: var(--white);
  margin-bottom: 0;
}

.manin-post-title {
  font-size: 3rem;
  line-height: 3px;
}

.div-block-8 {
  display: flex;
}

.author-picture {
  border-radius: 0%;
  flex-direction: row;
  align-items: center;
  width: auto;
  height: auto;
  margin-right: 30px;
  display: flex;
  overflow: hidden;
}

.div-block-9 {
  display: flex;
}

.image-11 {
  filter: contrast(111%);
  flex: none;
  align-self: auto;
  width: 100%;
  height: 100%;
}

.post-date {
  align-self: center;
  display: flex;
}

.author-picture-copy {
  border-radius: 50%;
  flex-direction: row;
  flex: none;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  display: flex;
  overflow: hidden;
}

.html-embed-8 {
  color: var(--white);
  width: 20px;
  height: 20px;
  margin-right: 15px;
}

.date-text-white {
  color: var(--white);
  white-space: nowrap;
  font-size: 1rem;
}

.post-overlay {
  z-index: -1;
  background-image: linear-gradient(19deg, #0000008c, #ffffff1a);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.feature-post-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.feature-item {
  border-bottom: 1px #34454f4a;
}

.feature-item:last-child {
  border-bottom-style: none;
}

.post-col-1 {
  width: auto;
}

.sidebar {
  align-self: flex-start;
  width: auto;
}

.main-blog-post-container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: var(--heading-color);
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: grid;
}

.post-col-1-heading {
  margin-bottom: 40px;
}

.rest-post-heaading-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
}

.post-categries-content {
  margin-bottom: 60px;
}

.post-conetnt {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.recent-post-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  display: flex;
}

.recent-post-image {
  z-index: 0;
  object-fit: cover;
  border-radius: 20px;
  width: 50%;
  height: 320px;
  position: static;
  inset: 0%;
  overflow: hidden;
}

.html-embed-8-copy {
  color: var(--heading-color);
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  font-weight: 700;
  display: flex;
}

.text-block-3-copy {
  color: var(--heading-color);
  font-weight: 700;
}

.text-block-3-copy.blog-date-text {
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 700;
}

.image-12 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.search-input {
  border-radius: 5px;
  height: 50px;
  min-height: 50px;
  margin-bottom: 15px;
}

.search-input::placeholder {
  font-size: 1rem;
}

.field-label {
  display: none;
}

.search {
  margin-bottom: 30px;
}

.seprator-line {
  border-bottom: 1px solid #34454f33;
  width: 100%;
  height: 0;
}

.isdebar-featured-post {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 60px;
  padding: 0;
}

.post-catetory-label-copy {
  background-color: var(--white);
  color: var(--light-high);
  border-radius: 10px;
  justify-content: flex-start;
  margin-bottom: 15px;
  padding: 8px;
  font-size: 1rem;
  display: inline-block;
}

.poast-content-side-bar {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 360px;
  display: flex;
  position: relative;
}

.post-info-side-bar {
  width: 100%;
  padding: 15px;
  position: relative;
}

.popular-post-container {
  margin-top: 30px;
}

.recent-post-item-copy {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
  display: flex;
}

.recent-post-image-copy {
  z-index: 0;
  object-fit: cover;
  border-radius: 20px;
  width: 45%;
  height: 160px;
  position: static;
  inset: 0%;
  overflow: hidden;
}

.post-conetnt-copy {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.poast-content-featured {
  z-index: 1;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 265px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-block, .link-block-recent-blog, .link-block-2 {
  width: 100%;
  height: 100%;
}

.main-blog-post-container-copy {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  color: var(--heading-color);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: grid;
}

.blog-post-template-heading-container, .blog-post-contentt-template {
  color: var(--heading-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.individual-post-info {
  z-index: 2;
  width: 100%;
  height: auto;
  padding: 15px;
  position: relative;
}

.category-label {
  background-color: var(--white);
  color: var(--light-high);
  border-radius: 10px;
  justify-content: flex-start;
  margin-bottom: 15px;
  padding: 8px;
  font-size: 1rem;
  display: inline-block;
}

.auther-name-template {
  border-radius: 0%;
  flex-direction: row;
  align-items: center;
  width: auto;
  height: auto;
  margin-right: 30px;
  display: flex;
  overflow: hidden;
}

.post-date-template {
  align-self: center;
  display: flex;
}

.author-pic {
  border-radius: 50%;
  flex-direction: row;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  display: flex;
  overflow: hidden;
}

.author-name-template {
  display: flex;
}

.auuthor-picture {
  width: 100%;
  height: 100%;
}

.date-icon-embed {
  color: var(--white);
  margin-right: 15px;
}

.date-in-the-template {
  color: var(--white);
}

.section-blog-content {
  background-image: linear-gradient(20deg, #081e2980, #ffffff1a);
  padding-top: 300px;
  padding-bottom: 100px;
}

.section-blog-template-hero {
  background-image: none;
  padding-top: 220px;
  padding-bottom: 100px;
  position: relative;
}

.blog-template-hero-container {
  color: var(--heading-color);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.template-category-label {
  background-color: var(--white);
  color: var(--body);
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 10px 15px;
  font-size: 1rem;
  font-weight: 700;
}

.post-meta-info {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  display: flex;
}

.blog-author-name-template {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.blog-date {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.blog-author-headshot {
  opacity: .5;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  overflow: hidden;
}

.image-13 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.author-name-text-template {
  color: var(--white);
  font-size: 1.125rem;
  font-weight: 700;
}

.date-icon-template {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 1.5rem;
  display: flex;
}

.date-text {
  color: var(--white);
  font-size: 1.125rem;
  font-weight: 700;
}

.image-14 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.main-button {
  background-color: #ff5e1a;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  transition: background-color .3s;
  display: flex;
}

.main-button:hover {
  background-color: #e65517;
}

.slide-content {
  background-image: url("https://cdn.prod.website-files.com/64aee56ef6008314b844efca/64b447c2492cef83ccef4321_Slide-end.png");
  background-position: 50%;
  background-size: cover;
  height: 100%;
  padding: 20px;
}

.slide-next.desktop-arrow {
  z-index: 5;
  cursor: pointer;
  background-color: #c9c9c999;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

.slide-next.desktop-arrow:hover {
  background-color: #c9c9c9;
}

.wrapper {
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding-top: 36px;
  padding-bottom: 36px;
  display: flex;
  overflow: hidden;
}

.secondary-button {
  color: #1b1b1b;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  transition: background-color .3s;
  display: flex;
}

.secondary-button:hover {
  background-color: #fff9;
}

.inner-swipe {
  display: none;
}

.slide-prev.desktop-arrow {
  z-index: 5;
  cursor: pointer;
  background-color: #c9c9c999;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
}

.slide-prev.desktop-arrow:hover {
  background-color: #c9c9c9;
}

.slide-item {
  opacity: .4;
  background-color: #1b1b1b;
  border-radius: 16px;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  transition: all .2s;
  display: flex;
  transform: scale(.9);
}

.button-container {
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  inset: auto 0% 3%;
}

.slide-item-wrapper {
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-end;
  width: 308px;
  height: 548px;
  margin-left: 0;
  margin-right: 0;
  padding: 24px;
  line-height: 40px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.slide-container {
  align-items: center;
  height: 100vh;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.image-26 {
  width: 30px;
  height: 30px;
}

.text-block-4 {
  color: #1b1b1b;
  font-size: 18px;
  line-height: 140%;
}

.image-27 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-28 {
  width: 30px;
  height: 30px;
}

.image-29 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-30 {
  width: 30px;
  height: 30px;
}

.owl-carousel.owl-theme {
  justify-content: center;
  display: flex;
  position: relative;
}

.p-item {
  width: 300px;
  height: auto;
  position: relative;
}

.image-31 {
  width: 100%;
  height: auto;
}

.owl-carousel-wrapper {
  justify-content: center;
  width: 1024px;
  margin: 30px auto;
  display: flex;
}

.image-32 {
  width: 100%;
  height: auto;
}

.section-logo {
  display: block;
  overflow: hidden;
}

.page-padding-2 {
  padding: 5em 5%;
}

.page-padding-2.s0 {
  padding-top: 2em;
  padding-bottom: 2em;
  position: relative;
  top: 0;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge {
  padding: 0;
}

.padding-vertical.symtoms-and-conditon-section {
  grid-row-gap: 6.25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
}

.logo_component-slider {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 0;
  padding-top: 100px;
  display: flex;
}

.logo-slider-img {
  width: 200px;
}

.container-4 {
  display: flex;
}

.certifications {
  color: var(--light-high);
  font-size: 3.8rem;
  font-weight: 900;
}

.container-5 {
  position: relative;
  top: -32px;
}

.logov3_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  display: flex;
  overflow: visible;
}

.logov3_marquee {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: row;
  flex: none;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.logov3_item {
  flex: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logov3_image {
  object-fit: contain;
  flex: 0 auto;
  height: 100%;
}

.image-33 {
  width: 100%;
  height: auto;
}

.image-34 {
  z-index: 1;
  filter: contrast(111%);
  width: 100%;
  height: 100%;
  position: static;
}

.navigation-acnchr {
  width: 100%;
  height: 80px;
  margin-top: -82px;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  top: 0;
}

.slider-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0 100px;
  display: flex;
}

.slider-2 {
  background-color: #0000;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.slide-nav-3 {
  margin-top: 0;
  padding-top: 0;
  display: none;
}

.icon {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 2rem;
  display: flex;
}

.right-arrow-3 {
  color: var(--primary);
  background-color: #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: all .3s;
  display: flex;
  right: 0;
}

.right-arrow-3:hover {
  background-color: var(--primary);
  color: var(--white);
}

.left-arrow-3 {
  color: var(--primary);
  background-color: #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: all .3s;
  display: flex;
  left: 0;
}

.left-arrow-3:hover {
  background-color: var(--primary);
  color: var(--white);
}

.html-embed-9, .html-embed-9-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bllog-template-overlay-hero {
  z-index: 0;
  background-image: linear-gradient(#0000, #000);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-blog-content-template {
  padding-top: 100px;
  padding-bottom: 100px;
}

.blog-template-rich-txt {
  border-radius: 10px;
}

.blog-template-rich-txt h1 {
  color: var(--heading-color);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.1;
}

.blog-template-rich-txt h2 {
  color: var(--heading-color);
  margin-top: 0;
  font-size: 2.875rem;
  line-height: 1.1;
}

.blog-template-rich-txt h3 {
  color: var(--heading-color);
  margin-bottom: 15px;
  font-size: 2rem;
  line-height: 1.1;
}

.blog-template-rich-txt h4 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.625rem;
  line-height: 1.1;
}

.blog-template-rich-txt h5 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.25rem;
  line-height: 1.1;
}

.blog-template-rich-txt p {
  font-size: 1rem;
  line-height: 1.5;
}

.blog-template-rich-txt img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  display: block;
}

.blog-template-rich-txt li {
  color: var(--heading-color);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  list-style-type: disc;
}

.blog-template-rich-txt ul {
  color: var(--heading-color);
  font-size: 1rem;
  line-height: 1.4px;
  list-style-type: decimal;
}

.blog-template-rich-txt a {
  color: var(--primary);
  font-size: 1.125rem;
  font-weight: 500;
}

.blog-template-rich-txt blockquote {
  border-left-color: var(--primary);
  color: var(--heading-color);
  padding-left: 15px;
}

.c-title-wrap.cc-hero {
  max-width: 640px;
  margin-bottom: 1rem;
}

.c-title-wrap.cc-section {
  margin-bottom: 1rem;
}

.c-text-wrap.cc-hero {
  max-width: 640px;
  margin-bottom: 2rem;
}

.c-text-wrap.cc-center {
  text-align: center;
}

.c-hero_wrap {
  width: 100%;
  height: 100%;
}

.c-hero_wrap.cc-faq {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  display: flex;
}

.c-text-medium {
  font-size: 1.5rem;
  line-height: 1.5;
}

.c-container {
  width: 100%;
  max-width: 1250px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.help-center-categories {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  place-items: stretch stretch;
  display: grid;
}

.c-title-large {
  font-size: 56px;
  line-height: 1.2;
}

.c-faq_trigger {
  justify-content: space-between;
  width: 100%;
  margin-bottom: .5rem;
  font-weight: 700;
  display: flex;
}

.c-text-xxsmall {
  line-height: 1.5;
}

.c-text-small {
  font-size: 1.25rem;
  line-height: 1.5;
}

.c-section_title {
  margin-bottom: 4rem;
}

.c-section_title.cc-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.c-section {
  padding-top: 96px;
  padding-bottom: 96px;
}

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

.c-section_faq {
  width: 100%;
  padding-top: 1.5rem;
}

.c-faq_content {
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
}

.c-title-big {
  font-size: 40px;
  line-height: 1.2;
}

.c-faq_item {
  cursor: pointer;
  border-bottom: 1px solid #e3e6ea;
  width: 100%;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.c-text-xsmall {
  font-size: 1.125rem;
  line-height: 1.5;
}

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

.c-split.cc-faq {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.faq-question {
  color: #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.faq-question:hover {
  color: var(--primary);
}

.accordion-wrap {
  border: 1px solid #f2f3ff;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 10px 30px -10px #1d01501a;
}

.h2-2 {
  color: #000;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.1;
}

.main-section {
  background-color: var(--light-low);
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 100px 5%;
  display: flex;
  position: relative;
}

.main-section.faq {
  padding-bottom: 20px;
}

._2-4-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: start;
  min-height: 150px;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

.div-block-10 {
  background-color: #0000;
}

.content-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.p-m-wrap {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
  position: relative;
}

.faq-item {
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
}

.plus {
  background-color: var(--heading-color);
  border-radius: 20px;
  width: 3px;
  height: 100%;
  position: absolute;
}

.main-container-2 {
  width: 100%;
  max-width: 1100px;
}

.faq-p {
  color: var(--body);
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 17px;
  font-weight: 500;
}

.faq-answer {
  text-align: left;
  border-bottom: 1px #cfcfcf;
  width: 100%;
  overflow: hidden;
}

.spacer-xxl {
  width: 100%;
  height: 50px;
}

.minus {
  background-color: var(--light-high);
  border-radius: 20px;
  width: 100%;
  height: 3px;
  position: absolute;
}

.spacer-xs {
  width: 100%;
  height: 10px;
}

.paragraph-2 {
  opacity: .9;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.text-block-6 {
  color: var(--light-high);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.text-block-6:hover {
  color: var(--primary);
}

.text-block-7 {
  font-size: 20px;
  font-weight: 700;
}

.text-block-7:hover {
  color: var(--primary);
}

.text-block-8 {
  font-size: 24px;
  font-weight: 700;
}

.text-block-8:hover {
  color: var(--primary);
}

.text-block-9 {
  font-size: 20px;
  font-weight: 700;
}

.text-block-9:hover {
  color: var(--primary);
}

.text-block-10 {
  font-size: 20px;
}

.text-block-10:hover {
  color: var(--primary);
}

.text-block-11 {
  font-size: 20px;
}

.text-block-11:hover {
  color: var(--primary);
}

.text-block-12 {
  font-size: 20px;
}

.text-block-12:hover {
  color: var(--primary);
}

.text-block-13 {
  font-size: 20px;
}

.text-block-13:hover {
  color: var(--primary);
}

.categories-wrapper-sidebar {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.category-item-wrapper {
  margin-right: 0;
}

.empty-state {
  text-align: center;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 11px;
  padding: 26px 24px;
  box-shadow: 0 2px 12px #0000001f;
}

.category-label-sidebar {
  color: var(--heading-color);
  width: 100%;
  height: 25px;
  font-size: 1.25px;
  font-weight: 700;
}

.divider {
  background-color: #d5d5d5;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider.mg-bottom-48px {
  margin-top: 48px;
}

.divider._56px {
  margin-top: 56px;
  margin-bottom: 56px;
}

.text-200 {
  font-size: 18px;
  line-height: 20px;
}

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

.social-media-grid-top {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  justify-items: start;
}

.social-media-grid-top.right {
  grid-column-gap: 8px;
  grid-row-gap: 12px;
  grid-template-columns: repeat(auto-fit, 28px);
  justify-content: end;
  justify-items: end;
}

.social-icon-square {
  background-color: #f0f0f0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.social-icon-square:hover {
  color: #fff;
  background-color: #131313;
}

.social-icon-square.no-bg {
  color: var(--heading-color);
  background-color: #fff;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  font-size: 18px;
}

.social-icon-square.no-bg:hover {
  color: #727272;
}

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

.flex-horizontal.space-between {
  justify-content: space-between;
  margin-top: 60px;
}

.social-icon-font {
  line-height: 21px;
}

.html-embed-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.infinity-slider-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: grid;
  overflow: hidden;
}

.infinity-slider-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  height: 200px;
  display: grid;
}

.infinity-slider-logo {
  width: auto;
  max-width: none;
  height: 100px;
}

.infinity-slider-spacer {
  width: 80px;
}

.bold-text-6 {
  white-space: nowrap;
}

.infinity-slider-ltext {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: 60px;
  display: flex;
}

.infinity-slider-item-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  height: 100px;
  display: grid;
}

.dropdown-toggle {
  padding-left: 0;
  padding-right: 0;
}

.dropdown-toggle-2 {
  padding: 10px 20px 10px 0;
}

.icon-2 {
  left: 170.41px;
}

.icon-3 {
  left: 83.9375px;
}

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

.dropdown-list.w--open {
  background-color: var(--white);
  border: 1px solid #0000;
  border-radius: 5px;
  padding: 10px 15px;
  box-shadow: 0 0 10px -2px #868282;
}

.dropdown-link {
  white-space: nowrap;
  align-self: center;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  transition: color .3s cubic-bezier(.77, 0, .175, 1);
}

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

.dropdown-link.w--current {
  color: #000;
}

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

.link {
  background-color: var(--white);
  padding-left: 12px;
  padding-right: 12px;
}

.link-block-3 {
  padding: 12px;
}

.text-block-14 {
  color: var(--white);
  font-size: .875rem;
}

.home-hero-video-ovelay {
  z-index: -1;
  background-color: #34454f4a;
  border-bottom-right-radius: 12rem;
  width: 100%;
  height: 100%;
  margin-right: 40px;
  position: absolute;
  inset: auto 40px 0% 0%;
}

.div-block-11 {
  z-index: 100;
  position: absolute;
}

.hero-video-overlay {
  z-index: -1;
  opacity: .35;
  background-color: #000000bf;
  background-image: linear-gradient(209deg, #d4fffc1a, #00475680);
  border-bottom-right-radius: 20rem;
  height: 100%;
  margin-right: 40px;
  display: block;
  position: absolute;
  inset: 0%;
}

.dropdown {
  overflow: visible;
}

.book-an-appointment {
  margin-top: 40px;
  margin-bottom: 40px;
}

.services-section-home {
  background-color: #f0fffe;
  padding-top: 120px;
  padding-bottom: 145px;
}

.services-section-home.different-bg {
  opacity: 1;
  background-color: #0000;
  background-image: linear-gradient(#f0fffe00, #f0fffe 3%);
  padding-top: 300px;
}

.important-features-section {
  background-color: var(--ast-global-color-4);
  padding-top: 120px;
  padding-bottom: 145px;
}

.important-features-section.different-bg {
  opacity: 1;
  background-color: #0000;
  background-image: linear-gradient(#f0fffe00, #f0fffe 3%);
  padding-top: 300px;
}

.tabs---container, .insurance-features-container {
  color: var(--heading-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.insurance-features-heading {
  text-align: center;
  max-width: 600px;
  margin-bottom: 18px;
}

.insurance-features-heading.width-change {
  max-width: 780px;
}

.insurance-features-paragraph {
  color: var(--body);
  text-align: center;
  max-width: 620px;
}

.mg-bottom-64px {
  margin-bottom: 64px;
}

.container-default {
  max-width: 1175px;
  padding-left: 24px;
  padding-right: 24px;
}

.heading-h3-size {
  color: #131313;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.input {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  min-height: 54px;
  margin-bottom: 0;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 18px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 6px #0000000f;
}

.input:hover {
  border-color: #131313;
}

.input:focus {
  color: #131313;
  border-color: #131313;
}

.input::placeholder {
  color: #727272;
  font-size: 16px;
  line-height: 16px;
}

.input.search {
  background-image: url("https://cdn.prod.website-files.com/64aee56ef6008314b844efca/64b5a9cb3640e31940f7508f_search-icon-writelogy-x-webflow-template.svg");
  background-position: 94%;
  background-repeat: no-repeat;
  background-size: 25px;
  min-height: 64px;
  padding-left: 16px;
  padding-right: 16px;
}

.logo-sidebar {
  margin-bottom: 24px;
  transition: transform .3s, color .3s;
  display: inline-block;
  position: static;
}

.logo-sidebar:hover {
  transform: scale(.94);
}

.logo-sidebar.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.mg-bottom-24px {
  margin-bottom: 24px;
}

.categories-wrapper-sidebar-2 {
  flex-wrap: wrap;
  margin-bottom: 40px;
  display: flex;
}

.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-1-column.gap-row-22px {
  grid-row-gap: 22px;
}

.hidden-on-desktop {
  display: none;
}

.category-item-wrapper-2 {
  margin-right: 12px;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.sidebar-content {
  grid-column-gap: 80px;
  grid-template-columns: 1fr .45fr;
  align-items: start;
}

.grid-2-columns.blog-card-primary {
  grid-column-gap: 32px;
  grid-template-columns: auto 1fr;
}

.grid-2-columns.hero-top {
  grid-column-gap: 40px;
  grid-template-columns: 1.8fr 1fr;
}

.blog-card-image.featured-v1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.blog-card-image-wrapper {
  border-radius: 12px;
  overflow: hidden;
  transform: translate(0);
}

.blog-card-image-wrapper.featured-v1 {
  width: 314px;
  min-width: 314px;
  height: 314px;
  min-height: 314px;
}

.blog-card-bg-date-container {
  align-items: center;
  display: flex;
}

.avatar-circle {
  border-radius: 50%;
  width: 100%;
  overflow: hidden;
  transform: translate(0);
}

.avatar-circle._01 {
  width: 32px;
  max-width: 32px;
  height: 32px;
  max-height: 32px;
}

.avatar-circle._01.blog-card-bg-author-image {
  margin-right: 8px;
}

.line-rounded-icon.clock-icon {
  color: #fff;
  margin-right: 10px;
  font-size: 23px;
  line-height: 26px;
}

.line-rounded-icon.clock-icon.dark {
  color: #131313;
}

.text-100 {
  font-size: 16px;
  line-height: 18px;
}

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

.author-container {
  align-items: center;
  margin-right: 30px;
  display: flex;
}

.blog-card-details-container {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.collection-list-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.category-heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.text-center {
  text-align: center;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.section-3 {
  padding-top: 176px;
  padding-bottom: 176px;
}

.section-3.hero-home {
  padding-top: 60px;
  padding-bottom: 50px;
}

.blog-card-heading-wrapper {
  border-bottom: 1px solid #d5d5d5;
}

.blog-card-heading-wrapper:last-child {
  border-bottom-width: 0;
}

.inner-container._640px {
  max-width: 640px;
}

.blog-category-label {
  color: var(--white);
  font-size: .875rem;
}

.dr-raj-image {
  object-fit: cover;
  object-position: 50% 24%;
  width: 100%;
  height: 100%;
}

.slider-3 {
  display: none;
}

.home-tabs-points-wrapper {
  grid-row-gap: 23px;
  color: var(--heading-color);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
}

.home-tabs-points-wrapper.alignment-correct-cta {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.video-medical-staff-mobile {
  width: 100%;
  display: none;
}

.lightbox {
  width: 100%;
  height: 100%;
  position: relative;
}

.lightbox-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.vimeo-play-butn {
  background-color: var(--primary);
  opacity: 1;
  color: var(--white);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  padding: 15px 15px 15px 20px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.vimeo-play-butn.about-playbutton, .vimeo-play-butn.patient-resources {
  width: 4.5rem;
  height: 4.5rem;
  padding: 20px 20px 20px 30px;
}

.testimonial10_content {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem 2rem;
  display: flex;
}

.bold-text-12 {
  font-size: 16px;
}

.testimonial-quote-2 {
  color: #055484;
  margin-top: 1.5rem;
  padding-top: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.testimonial10_client {
  text-align: left;
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.testimonial-client-position {
  color: #055484;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.testimonial10_lightbox {
  aspect-ratio: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.testimonial10_divider {
  background-color: #055484;
  align-self: stretch;
  width: 3px;
  margin-left: 2rem;
  margin-right: 1.25rem;
}

.testimonial10_rating-wrapper {
  align-items: center;
  display: flex;
}

.testimonial10_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff;
  border-radius: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}

.testimonial10_component.home {
  background-color: #0000;
  border-radius: 20px;
  grid-template-columns: 1fr 1fr;
  height: 100%;
}

.lightbox-link---testimonials {
  width: 100%;
  min-width: 100%;
  height: 100%;
  position: relative;
}

.uui-button {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #1ea1f1;
  border: 1px solid #1ea1f1;
  border-radius: 3.125rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 400;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  color: #fff;
  background-color: #055484;
  border-color: #1ea1f1;
}

.uui-button:focus {
  background-color: #055484;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.uui-button.testimonial {
  border-color: var(--primary);
  background-color: var(--primary);
  border-radius: 3px;
  margin-left: 2rem;
}

.uui-button.testimonial:hover {
  opacity: .8;
}

.testimonial10_rating-icon {
  color: #fec84b;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.testimonial-client-name {
  color: #055484;
  font-size: 1.25rem;
  font-weight: 400;
}

.text-block-16 {
  color: var(--heading-color);
  font-size: 1.125rem;
  font-style: italic;
}

.section_testimonial10 {
  margin-bottom: 60px;
}

.testimonial10_logo {
  max-height: 3rem;
}

.testimonial10_logo.home {
  border-radius: 0;
  max-height: 4rem;
}

.page-padding-3 {
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: .5rem 2rem;
  display: flex;
}

.testimonial10_client-info {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-12 {
  background-color: #0000;
  width: 100%;
  min-width: 100%;
  height: 100%;
  overflow: hidden;
}

.text-block-41 {
  font-size: 17px;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-vertical.margin-medium {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.image-18 {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.container-large-2 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.testimonial-heading {
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.image-35 {
  object-fit: cover;
  object-position: 48% 50%;
  border-radius: .1rem;
  width: 100%;
  height: 100%;
}

.procude-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 34px #0e112c1a;
}

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

.procude-overlay {
  z-index: 2;
  background-color: #0298b3b3;
  position: absolute;
  inset: 0%;
}

.collection-list-wrapper {
  width: 100%;
  max-width: 1145px;
}

.home8-about_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.home8-header_background-image-wrapper-copy {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.home8-services_item {
  flex-direction: column;
  align-items: center;
}

.home8-testimonial_logo {
  max-height: 4rem;
  display: block;
}

.home8-testimonial_arrow-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.home8-services_content {
  flex-direction: column;
  align-items: center;
}

.home8-faq_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.section_home8-about {
  background-color: var(--light-low);
}

.home8-testimonial_rating-icon {
  color: #0000;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.home8-blog_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.home8-header_content {
  align-items: center;
  min-height: auto;
  max-height: none;
  display: flex;
}

.home8-testimonial_component {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 5rem;
}

.home8-blog_image-link {
  width: 100%;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.home8-blog_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.button {
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  border: 1px solid #0000;
  border-radius: 3px;
  padding: .75rem 1.5rem;
  font-size: 17px;
  font-weight: 700;
}

.button:hover {
  opacity: .8;
}

.button.is-link {
  color: #0000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-secondary {
  color: #0000;
  background-color: #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.home8-testimonial_arrow {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.home8-testimonial_arrow:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  opacity: .8;
  color: var(--white);
}

.home8-testimonial_arrow.left {
  background-color: var(--primary);
  color: var(--white);
  transition: all .3s;
  right: 4rem;
}

.home8-testimonial_arrow.left:hover {
  background-color: var(--primary);
  opacity: .8;
  color: var(--white);
}

.max-width-medium {
  width: 100%;
  max-width: 50rem;
}

.home8-faq_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.home8-testimonial_rating-wrapper {
  margin-bottom: 20px;
  display: flex;
}

.home8-services_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  width: 100%;
}

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

.text-color-white.service-template-hero {
  margin-bottom: 20px;
  font-size: 4.7rem;
  font-weight: 700;
  line-height: 1.3;
}

.home8-testimonial_divider {
  background-color: #0000;
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.home8-blog_author-image-wrapper {
  margin-right: 1rem;
}

.home8-testimonial_client {
  text-align: left;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.home8-customers_logo {
  max-height: 3.5rem;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.heading-style-h5 {
  color: var(--heading-color);
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h5.service-item-heading {
  font-weight: 500;
}

.heading-style-h5.symtom-item-heading {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}

.max-width-large {
  width: 100%;
  max-width: none;
}

.container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.padding-section-large.hero {
  padding-top: 220px;
  padding-bottom: 140px;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.text-size-medium-2 {
  color: var(--body);
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.text-size-medium-2.text-color-white {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

.section_home8-testimonial {
  background-color: #f0fffe;
}

.home8-about_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.padding-global {
  padding-left: 2rem;
  padding-right: 2rem;
}

.text-weight-semibold {
  color: var(--primary);
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 400;
}

.text-weight-semibold.testimonial-text {
  font-size: 17px;
}

.home8-faq_question {
  cursor: pointer;
  border-top: 1px solid #0000;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.home8-blog_date-wrapper {
  display: flex;
}

.home8-customers_component {
  grid-column-gap: 2rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.home8-blog_item {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.home8-header_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home8-testimonial_slide-nav {
  color: var(--primary);
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.margin-top, .margin-top.margin-xxlarge, .margin-top.margin-small, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium.service-cta-mobile {
  display: none;
}

.home8-blog_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.home8-testimonial_content {
  grid-column-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.text-size-regular-2 {
  font-size: 1rem;
}

.home8-blog_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.text-align-center {
  text-align: center;
}

.home8-blog_author-wrapper {
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.home8-about_image-wrapper {
  border-radius: 20px;
  overflow: hidden;
}

.home8-faq_list {
  border-bottom: 1px solid #0000;
}

.home8-blog_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.home8-testimonial_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.home8-services_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.home8-about_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.home8-testimonial_slide {
  margin-right: 5rem;
}

.home8-blog_category-link {
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.home8-blog_category-link.w--current {
  border-bottom: 2px solid #000;
}

.home8-blog_component {
  flex-direction: column;
  align-items: center;
}

.home8-testimonial_lightbox-image {
  object-fit: cover;
}

.icon-embed-xsmall {
  color: #fec84b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.125rem;
  height: 1.5rem;
  display: flex;
}

.icon-embed-xsmall.checkmark {
  color: var(--primary);
}

.text-size-small-2 {
  font-size: .875rem;
}

.section_home8-services {
  background-color: var(--light-low);
}

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.home8-faq_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.home8-blog_item-content {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.home8-faq_answer {
  overflow: hidden;
}

.section_home8-header {
  background-image: linear-gradient(#00000029, #00000029);
  position: relative;
}

.home8-testimonial_content-right {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-2, .margin-bottom-2.margin-small, .margin-bottom-2.margin-xsmall, .margin-bottom-2.margin-xxlarge, .margin-bottom-2.margin-xlarge, .margin-bottom-2.margin-medium {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.home8-about_item {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 500;
  display: flex;
}

.home8-blog_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 3rem;
  margin-bottom: 10px;
  display: block;
}

.navbar9_menu-dropdown {
  position: static;
}

.navbar9_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.navbar9_link {
  padding: 1.5rem 1rem;
}

.navbar9_link.w--current {
  color: #0000;
}

.navbar9_dropdown-list.w--open {
  background-color: #fff;
  border-bottom: 1px solid #000;
  width: 100vw;
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.navbar9_icon-wrapper {
  flex: none;
}

.navbar9_menu-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.navbar9_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-style-link {
  text-decoration: underline;
}

.navbar9_menu-button {
  padding: 0;
}

.container-large-4 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.navbar9_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar9_item-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.navbar9_bottom-bar-background-layer {
  background-color: #0000;
  width: 200vw;
  position: absolute;
  inset: 0% -50vw;
}

.navbar9_dropdown-content-layout {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.navbar9_component {
  background-color: #0000;
  border-bottom: 1px solid #0000;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar9_dropdown-content {
  width: 100%;
  display: flex;
}

.navbar9_dropdown-link {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: grid;
}

.navbar9_bottom-bar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
  position: relative;
}

.icon-height-xsmall {
  height: 1.5rem;
}

.navbar9_bottom-bar-content {
  z-index: 1;
  grid-column-gap: 4px;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.navbar9_dropdown-toggle {
  grid-column-gap: .5rem;
  flex-wrap: nowrap;
  align-items: center;
  padding: 1.5rem 1rem;
  display: flex;
}

.margin-bottom-3, .margin-bottom-3.margin-small, .margin-bottom-3.margin-xsmall, .margin-bottom-3.margin-xxlarge, .margin-bottom-3.margin-xlarge, .margin-bottom-3.margin-medium {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom-3.margin-tiny.titlte-block {
  height: 2.5rem;
}

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

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar02_menu-dropdown {
  position: static;
}

.navbar02_dropdown-right-overlay-absolute {
  background-color: #0000;
  min-width: 100vw;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.uui-styleguide_logomark-blur {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.uui-styleguide_logomark-bg {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.button-secondary-gray {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.button-secondary-gray:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.button-secondary-gray:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f2f4f7;
}

.button-secondary-gray.show-tablet {
  display: none;
}

.navbar02_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  color: var(--body);
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.navbar02_dropdown-link:hover {
  background-color: var(--light-low);
}

.navbar02_component {
  background-color: #0000;
  border-bottom: 1px #f2f4f7;
  align-items: center;
  width: 100%;
  min-height: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: fixed;
  top: 80px;
}

.navbar02_logo-link {
  padding-left: 0;
}

.navbar02_dropdown-blog-item-wrapper {
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  transition: background-color .3s;
}

.navbar02_dropdown-blog-item-wrapper:hover {
  background-color: var(--light-low);
}

.uui-button-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 600;
  transition: all .3s;
  display: inline-block;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  opacity: .8;
}

.uui-button-2:focus {
  background-color: var(--primary);
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.navbar02_menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.navbar02_dropdown-content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1.125rem;
  display: flex;
}

.navbar02_item-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  font-weight: 400;
  display: flex;
}

.navbar02_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: max-content;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.text-size-small {
  letter-spacing: normal;
  font-size: .875rem;
}

.text-size-small.text-style-2lines {
  color: var(--light-high);
}

.text-size-small.hide-mobile-landscape.service {
  box-shadow: none;
  background-color: #0000;
  width: auto;
  height: auto;
  padding: 0;
}

.text-size-small.hide-mobile-landscape.service:hover {
  background-color: #0000;
}

.text-size-small.text-weight-semibold.text-color-primary600 {
  color: var(--heading-color);
  margin-top: 0;
  font-size: .875rem;
}

.navbar02_button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.navbar02_blog-image-wrapper {
  border-radius: .375rem;
  width: 100%;
  padding-top: 55%;
  position: relative;
  overflow: hidden;
}

.navbar02_dropdown-list {
  max-width: 1300px;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.navbar02_dropdown-list:hover {
  background-color: var(--white);
}

.navbar02_dropdown-list.w--open {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  min-width: auto;
  max-width: 1300px;
  padding-left: 1rem;
  padding-right: 1rem;
  position: absolute;
  inset: 4.9rem 0 auto;
  overflow: hidden;
}

.navbar02_dropdown-list.w--open:hover {
  background-color: var(--white);
}

.navbar02_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.icon-1x1-xsmall {
  color: var(--light-low);
  width: 1.5rem;
  height: 1.5rem;
}

.icon-1x1-xsmall.text-color-primary600 {
  color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.navbar02_dropdown-content {
  width: 100%;
  max-width: 1300px;
  display: flex;
  overflow: hidden;
}

.navbar02_blog-content {
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px 10px 10px 0;
  font-weight: 400;
  display: flex;
}

.navbar02_link {
  color: var(--heading-color);
  align-items: center;
  padding: 1.75rem 1rem;
  font-size: .875rem;
  font-weight: 600;
  transition: all .3s;
}

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

.navbar02_link.w--current {
  color: #000;
}

.button-link-gray {
  grid-column-gap: .5rem;
  color: #475467;
  white-space: nowrap;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-link-gray:hover {
  color: #344054;
}

.button-link-gray.is-button-xsmall {
  font-size: .875rem;
}

.navbar02_menu-button {
  padding: 0;
}

.uui-button-tertiary-gray {
  grid-column-gap: .5rem;
  color: #475467;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-tertiary-gray:hover {
  color: #344054;
  background-color: #f9fafb;
}

.uui-styleguide_logotype {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-styleguide_logomark {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.navbar02_dropdown-content-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: max-content auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 22rem;
  padding: 1.25rem;
  position: relative;
}

.navbar02_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  align-items: center;
  display: flex;
}

.button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.navbar02_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar02_container.main_nav {
  background-color: var(--white);
  border-radius: 10px;
  max-width: 1300px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}

.navbar02_container.dropdown {
  overflow: hidden;
}

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

.navbar02_icon-wrapper {
  flex: none;
}

.uui-styleguide_logo {
  flex-wrap: nowrap;
  display: flex;
}

.badge-2 {
  grid-column-gap: .375rem;
  color: #344054;
  white-space: nowrap;
  background-color: #f2f4f7;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.badge-2.is-badge-small {
  grid-column-gap: .25rem;
  padding: .125rem .5rem;
  font-size: .75rem;
}

.navbar02_dropdown-toggle {
  color: var(--heading-color);
  align-items: center;
  padding: 1.75rem 2.5rem 1.75rem 1rem;
  font-size: .875rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.navbar02_dropdown-toggle:hover {
  color: var(--primary);
}

.navbar02_blog-item {
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 0;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  overflow: hidden;
}

.navbar02_blog-item:hover {
  background-color: var(--light-low);
}

.navbar02_blog-item.about-lightbox {
  height: 200px;
  min-height: auto;
  padding: 0;
  overflow: hidden;
}

.text-weight-semibold.text-color-gray900 {
  color: var(--light-high);
  text-transform: none;
  margin-top: -4px;
  margin-bottom: 5px;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

.button-link {
  grid-column-gap: .5rem;
  color: #6941c6;
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-link:hover {
  color: #53389e;
}

.button-link.is-button-xsmall {
  font-size: .875rem;
}

.uui-styleguide_logomark-dot {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.navbar02_dropdown-content-wrapper {
  z-index: 1;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

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

.treatment-block-image {
  z-index: 1;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.treatment-block-image1 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: static;
  inset: 0%;
}

.text-block-42 {
  font-size: .875rem;
}

.menu-icon {
  width: 2rem;
  height: 2rem;
  padding-top: 0;
}

.testimonial11_component {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 5rem;
}

.testimonial11_slide {
  border-radius: 1.5rem;
  margin-right: 5rem;
}

.testimonial-quote-3 {
  color: #055484;
  margin-top: 1.5rem;
  padding-top: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}

.testimonial11_content {
  grid-column-gap: 4rem;
  background-color: #fffdfd;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.testimonial-client-position-2 {
  color: #055484;
  font-style: italic;
  font-weight: 400;
}

.testimonial11_logo-wrapper {
  flex: 0 auto;
}

.button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.testimonial11_mask {
  border-radius: 1.5rem;
}

.testimonial11_divider {
  background-color: #055484;
  align-self: stretch;
  width: 3px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.testimonial11_slide-nav {
  color: var(--primary);
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.testimonial08_logo {
  max-height: 3rem;
}

.slide-nav-styling-embed {
  color: #1ea1f1;
  display: none;
}

.testimonial11_client-image {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 0;
  width: 100%;
  height: 25.4rem;
}

.testimonial-client-name-2 {
  color: #055484;
  font-weight: 400;
}

.testimonial11_content-right {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 2rem;
  display: flex;
}

.testimonial11_rating-icon {
  color: #fec84b;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.testimonial11_client {
  text-align: left;
  align-items: center;
  margin-top: 1.5rem;
  padding-top: 0;
  display: flex;
}

.testimonial11_rating-wrapper {
  align-items: center;
  display: flex;
}

.testimonial11_client-image-wrapper {
  width: 100%;
  height: 100%;
}

.testimonial11_arrow {
  border: 1px none var(--white);
  background-color: var(--white);
  color: var(--primary);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  transition: all .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.testimonial11_arrow:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.testimonial11_arrow:active {
  background-color: #025184;
  border-color: #025184;
}

.testimonial11_arrow.left {
  border-style: none;
  border-color: var(--white);
  background-color: var(--white);
  color: var(--primary);
  width: 3.75rem;
  height: 3.75rem;
  right: 4rem;
}

.testimonial11_arrow.left:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.home_testimonial-slider, .home_testimonial-slider-wrap, .home_testimonial-slider-item, .navbar02_blog-item-wrappe, .navbar02_blog-item-wrappe-item {
  width: 100%;
  height: 100%;
}

.google-reviews {
  width: 100%;
  margin-bottom: 0;
}

.menu_faq-linking {
  z-index: -1;
  width: 100%;
  height: 0;
  position: absolute;
  top: -100px;
}

.service-template-about-heading {
  color: var(--heading-color);
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 3.5rem;
  line-height: 1.2;
}

.paragraph-3 {
  font-size: 17px;
}

.paragraph-4 {
  color: var(--heading-color);
}

.paragraph-5 {
  color: var(--body);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
}

.home8-testimonial_limage {
  object-fit: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 420px;
  display: flex;
  position: relative;
}

.paragraph-6 {
  color: var(--body);
  font-size: 17px;
}

.pagination {
  display: inline-block;
}

.view-more-button-container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-size-small-3 {
  letter-spacing: normal;
  font-size: .875rem;
}

.text-size-small-3.text-weight-semibold.text-color-primary600 {
  line-height: 1.2;
}

.text-size-small-3.text-weight-semibold.text-color-primary600.menu-headline {
  color: var(--heading-color);
}

.paragraph-7 {
  font-weight: 500;
}

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

.icon-1x1-medium-2 {
  width: 3rem;
  height: 3rem;
}

.button-2 {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.button-2.is-link {
  color: #0000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-2.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-2.is-secondary {
  color: #0000;
  background-color: #0000;
}

.layout353_content-item {
  background-color: #0000;
  border: 1px solid #0000;
  margin-bottom: 2rem;
  padding: 2rem;
  position: sticky;
}

.layout353_content-item.content-item-4 {
  top: 36%;
}

.layout353_content-item.content-item-2 {
  top: 32%;
}

.layout353_content-item.content-item-3 {
  top: 34%;
}

.layout353_content-item.content-item-1 {
  border-style: solid;
  top: 30%;
}

.layout353_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.layout353_content-left {
  display: none;
  position: sticky;
  top: 30%;
}

.layout353_content-left.hide-mobile {
  display: block;
}

.container-large-5 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

.icon-1x1-medium-3 {
  width: 3rem;
  height: 3rem;
}

.button-3 {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.button-3.is-link {
  color: #0000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-3.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-3.is-secondary {
  color: #0000;
  background-color: #0000;
}

.button-group-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.layout78_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  margin-top: 60px;
  display: grid;
}

.heading-medium {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.layout78_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-button-3 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-3:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button-3:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.text-size-large {
  letter-spacing: normal;
  font-size: 1.25rem;
}

.text-size-medium-3 {
  letter-spacing: normal;
  font-size: 1.125rem;
}

.page-padding-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.section_symtomps-conditions {
  background-color: #f0fffe;
}

.layout78_item {
  background-color: var(--light-low);
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem;
  display: flex;
}

.max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.icon-featured-square-large {
  background-color: var(--primary);
  color: #fff;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.button-secondary-gray-2 {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.button-secondary-gray-2:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.button-secondary-gray-2:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f2f4f7;
}

.symtom_label {
  color: var(--primary);
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
}

.symtoms-heading {
  color: var(--heading-color);
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 3.5rem;
  line-height: 1.2;
}

.back-to-top {
  display: none;
}

.services-points-wrapper {
  grid-row-gap: 23px;
  color: var(--heading-color);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
}

.services-points-wrapper.alignment-correct-cta {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.locations-link {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.big-banner-video {
  z-index: 1;
  border-radius: 1.25rem;
  height: auto;
  position: absolute;
  inset: 0%;
}

.big-banner-video.no-border-radius {
  display: none;
  overflow: hidden;
}

@media screen and (min-width: 1280px) {
  .header.banner {
    margin-top: 25px;
    margin-bottom: 0;
  }

  .treatment-text-wrapper {
    align-items: flex-start;
  }

  .dr-jar-s-story-image {
    border-radius: 10px;
  }

  .container---newnan-reviews {
    max-width: 1300px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .faq-p {
    font-size: 17px;
    line-height: 1.5;
  }

  .testimonial-quote-2 {
    font-size: 2rem;
  }

  .testimonial10_component.home {
    background-color: #0000;
  }

  .div-block-12 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-large-2 {
    max-width: 1300px;
  }

  .padding-global {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .navbar02_component {
    background-color: #0000;
    width: 100%;
    position: fixed;
    top: 80px;
  }

  .navbar02_logo-link {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .uui-button-2 {
    border-color: var(--primary);
    background-color: var(--primary);
    border-radius: 3px;
    font-size: 1rem;
  }

  .uui-button-2:hover {
    border-color: var(--primary);
    background-color: var(--primary);
    opacity: .8;
  }

  .text-size-small.text-style-2lines, .text-size-small.hide-mobile-landscape, .text-size-small.text-weight-semibold.text-color-primary600 {
    font-size: 1rem;
  }

  .navbar02_dropdown-list.w--open {
    top: 4.6rem;
  }

  .navbar02_link {
    font-size: 1rem;
  }

  .navbar02_container {
    max-width: 1285px;
  }

  .navbar02_container.main_nav {
    background-color: #fff;
    border-radius: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .navbar02_dropdown-toggle {
    font-size: 1rem;
  }

  .text-weight-semibold.text-color-gray900 {
    text-transform: none;
    font-size: 1rem;
  }
}

@media screen and (min-width: 1440px) {
  .display-title.bold.about-headings {
    width: auto;
  }

  .display-title.bold.testiemonial-heading {
    text-align: center;
  }

  .display-title.bold.staff-headings {
    color: var(--light-high);
  }

  .display-title.bold.about-headings-copy, .display-title.bold.dr-raj-heading, .display-title.bold.about-headings-copy {
    width: 500px;
  }

  .display-title.bold.doctor-skills {
    flex: 0 auto;
    width: auto;
  }

  .display-title.bold.doctor-family-heading, .display-title.bold.work-history {
    width: 500px;
  }

  .h1.blog-template-heading {
    color: var(--white);
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 4.7rem;
    font-weight: 700;
  }

  .h2.bold.home, .h2.bold.patient-resources {
    text-align: left;
  }

  .h2.template-main-titlte {
    color: var(--white);
    margin-bottom: 30px;
    font-size: 4.7rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .h5.bold.treatment-heading-text {
    color: var(--white);
  }

  .body---variant-3.about-sub-heading {
    width: 500px;
    top: 22px;
  }

  .body---variant-3.work-value, .body---variant-2.history-years {
    font-weight: 700;
  }

  .body---variant-1.authros-name {
    color: var(--white);
    font-size: 1.25rem;
  }

  .heading-wrapper {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .heading-wrapper.story-heading-medical-page, .heading-wrapper.dr-raj-heading {
    justify-content: flex-start;
  }

  .main-container {
    z-index: 2;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .brand {
    flex: 0 auto;
  }

  .logo {
    height: 70px;
  }

  .contact-points-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-hero-section {
    padding-top: 220px;
  }

  .checkup-plans-section.different-bg {
    background-image: linear-gradient(#fff0f000, #f0fffe 3%);
  }

  .quote {
    font-size: 30px;
  }

  .other-checkup-container {
    align-items: center;
  }

  .checkup-blocks-wrapper {
    max-width: 1300px;
  }

  .checkup-block.background-1 {
    background-image: linear-gradient(#0acccf8c, #0acccf8c), url("https://cdn.prod.website-files.com/64aee56ef6008314b844efca/64b22f7a4059869bce5ee508_HAVCOG%20SG%2021.webp");
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .checkup-block.background-2 {
    background-image: linear-gradient(#0acccf8c, #0acccf8c), url("https://cdn.prod.website-files.com/64aee56ef6008314b844efca/64b22b6e4059869bce5c3cf6_HAVCOG%20SG%2017.webp");
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .checkup-block.background-3 {
    background-image: linear-gradient(#0acccf8c, #0acccf8c), url("https://cdn.prod.website-files.com/64aee56ef6008314b844efca/64b22b36a3284e103e97fe78_HAVCOG%20SG%2015.webp");
    background-position: 0 0, 20%;
    background-size: auto, cover;
  }

  .checkup-block.background-4 {
    background-image: linear-gradient(#0acccf8c, #0acccf8c), url("https://cdn.prod.website-files.com/64aee56ef6008314b844efca/64b0acec635cb0e2d0719932_HAVCOG%20SG%203%20(1x1).webp");
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .checkup-block.background-5 {
    background-image: linear-gradient(#0acccf8c, #0acccf8c), url("https://cdn.prod.website-files.com/64aee56ef6008314b844efca/64b22e35a3284e103e9a78f2_HAVCOG%20-%20Commercial%201x1%20Thumbnail.webp");
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .checkup-block.background-6 {
    background-image: linear-gradient(#0acccf8c, #0acccf8c), url("https://cdn.prod.website-files.com/64aee56ef6008314b844efca/64b0abc3333aded0968d85e9_HAVCOG%20SG%201.webp");
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .appointment-dashboard {
    align-self: auto;
    height: 100%;
    position: relative;
  }

  .lap-screen {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
  }

  .testimoniel-headings-1 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .testimoniel-headings-2 {
    margin-bottom: 0;
    font-size: 20px;
  }

  .lap {
    z-index: 0;
    background-image: url("https://cdn.prod.website-files.com/64aee56ef6008314b844efca/64b0387d7545455049a77017_lp.webp");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 450px;
    display: flex;
    position: static;
    overflow: visible;
  }

  .smartphone-container {
    z-index: 100;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 28%;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .lap-video {
    z-index: 2;
    object-fit: contain;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 340px;
    margin-top: 35px;
    display: block;
    position: static;
    inset: 0% 0% auto 10%;
    overflow: hidden;
  }

  .play-pause-button-5 {
    position: static;
  }

  .smartphone-screen {
    width: auto;
    height: 400px;
    display: block;
  }

  .smartphne-video {
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 96%;
    height: 400px;
    display: flex;
    position: absolute;
    inset: 1% auto auto 2%;
  }

  .smartphone-screens {
    z-index: 100;
    background-image: url("https://cdn.prod.website-files.com/64aee56ef6008314b844efca/64b0387de3bb2cefbb6c3c2e_sm.webp");
    background-position: 0 0;
    background-size: contain;
    width: 30%;
    height: 400px;
    position: absolute;
    inset: 12% 0% 0% auto;
  }

  .play-pause-button-6 {
    position: static;
  }

  .background-video-2 {
    width: 80%;
    position: absolute;
    inset: 0% auto auto 10%;
  }

  .quick-stack-2 {
    margin-top: 60px;
  }

  .heading-5 {
    font-size: 4rem;
  }

  .dr-certficates-heading {
    text-align: center;
    position: relative;
    top: -44px;
  }

  .section-blog-hero {
    padding-top: 220px;
  }

  .post-main-image {
    border-radius: 0;
    width: 100%;
  }

  .rich-text-block {
    margin-top: 0;
  }

  .starff-book-appointment-cta {
    margin-top: 15px;
  }

  .doctor-intro-video-container {
    position: relative;
    top: 84px;
  }

  .story-list.lstory-list-1 {
    outline-color: var(--light-high);
    outline-offset: 0px;
    background-color: #fff;
    background-image: none;
    outline-width: 3px;
    outline-style: solid;
  }

  .story-list.lstory-list-2, .story-list.lstory-list-3, .story-list.lstory-list-4, .story-list.lstory-list-5 {
    background-color: var(--white);
    outline-color: var(--light-high);
    outline-offset: 0px;
    background-image: none;
    outline-width: 3px;
    outline-style: solid;
  }

  .vimeo-video-emebd {
    min-height: 360px;
  }

  .testimoniel-slider {
    width: 100%;
    overflow: visible;
  }

  .swiper {
    width: 990px;
    padding-left: 60px;
    padding-right: 60px;
    position: static;
  }

  .swiper-wrapper {
    justify-content: flex-start;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .swiper-slide {
    width: 100%;
  }

  .testiemonial-slider-section {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
    overflow: hidden;
  }

  .quick-stack-4 {
    margin-top: -71px;
  }

  .bold-text-2 {
    color: var(--light-high);
    text-align: center;
    font-size: 4.5rem;
    font-weight: 900;
  }

  .wordhistory-points-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .video_wrapper-copy {
    height: 100%;
  }

  .badge {
    background-color: var(--heading-color);
    width: 160px;
    padding-left: 15px;
  }

  .silder-container {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .quick-stack-2--testimonial {
    margin-top: 60px;
  }

  .heading-wrapper-copy {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .image-10 {
    height: 100%;
  }

  .post-image {
    overflow: visible;
  }

  .post-date {
    align-items: center;
  }

  .html-embed-8 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .post-overlay {
    overflow: hidden;
  }

  .feature-post-list {
    overflow: visible;
  }

  .feature-item {
    border-radius: 10px;
    overflow: hidden;
  }

  .poast-content-featured {
    border-radius: 10px;
    height: 100%;
    overflow: visible;
  }

  .link-block-2 {
    border-radius: 10px;
    overflow: visible;
  }

  .main-blog-post-container-copy {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .featured-post-item {
    border-radius: 10px;
    overflow: hidden;
  }

  .blog-post-template-heading-container {
    align-items: flex-start;
  }

  .category-label {
    margin-bottom: 30px;
    padding: 10px 15px;
    font-size: 1.25rem;
  }

  .blog-post-meta-info {
    flex-direction: row;
    width: 100%;
    display: flex;
  }

  .auther-name-template {
    flex: none;
    margin-right: 60px;
  }

  .post-date-template {
    flex: none;
    align-self: center;
  }

  .author-pic {
    width: 75px;
    height: 75px;
  }

  .date-icon-embed {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    display: flex;
  }

  .date-in-the-template {
    align-self: center;
    font-size: 1.25rem;
    line-height: 1.1;
  }

  .section-blog-content {
    padding-top: 60px;
  }

  .section-blog-template-hero {
    z-index: 1;
    background-image: none;
    padding-top: 220px;
    position: relative;
  }

  .blog-template-hero-container {
    align-items: flex-start;
    display: inline-block;
  }

  .template-category-label {
    background-color: var(--white);
    color: var(--heading-color);
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 1.5rem;
    display: inline-block;
  }

  .post-meta-info {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .blog-author-name-template {
    align-items: center;
    display: flex;
  }

  .blog-date {
    display: flex;
  }

  .blog-author-headshot {
    border-radius: 50%;
    width: 75px;
    height: 75px;
    margin-right: 15px;
    overflow: hidden;
  }

  .image-13 {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .author-name-text-template {
    color: var(--white);
    font-size: 1.5rem;
    line-height: 1.1;
  }

  .date-icon-template {
    color: var(--white);
    width: 25px;
    height: 25px;
    margin-right: 15px;
  }

  .date-text {
    color: var(--white);
    font-size: 1.5rem;
    line-height: 1.1;
  }

  .hero-blog-template-overlay {
    z-index: 0;
    background-image: linear-gradient(#d4fffc1a, #00475680);
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .logo_component-slider {
    overflow: visible;
  }

  .image-34 {
    position: static;
  }

  .slider-content {
    padding-left: 120px;
    padding-right: 120px;
  }

  .right-arrow-3, .left-arrow-3 {
    width: 80px;
    height: 80px;
  }

  .bllog-template-overlay-hero {
    position: absolute;
    inset: 0%;
  }

  .section-blog-content-template {
    padding-top: 60px;
  }

  .services-section-home.different-bg, .important-features-section.different-bg {
    background-image: linear-gradient(#fff0f000, #f0fffe 3%);
  }

  .home-tabs-points-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .lightbox-image.testimonial-slider-image {
    min-height: 360px;
  }

  .page-padding-3 {
    margin-bottom: 0;
  }

  .div-block-12 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .container-large-2, .collection-list-wrapper {
    max-width: 1300px;
  }

  .container-large-4 {
    max-width: 1285px;
  }

  .services-points-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (min-width: 1920px) {
  .nav-contact-number {
    font-size: 1.125rem;
  }

  .hero-container {
    margin-top: 70px;
  }

  .about-hero-section {
    padding-top: 220px;
  }

  .header-left {
    justify-content: space-between;
  }

  .header-wrapper {
    justify-content: center;
  }

  .values-image {
    width: 50%;
  }

  .container-2 {
    max-width: 1300px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .quick-stack-6 {
    padding: 0;
  }

  .main-container-2 {
    max-width: 80rem;
  }

  .lightbox-image {
    min-height: 36px;
  }

  .lightbox-image.testimonial-slider-image {
    min-height: 420px;
  }

  .container-large-2 {
    max-width: 1300px;
    padding-left: 30px;
    padding-right: 30px;
    overflow: visible;
  }

  .uui-button-2, .text-size-small.text-style-2lines, .text-size-small.hide-mobile-landscape, .text-size-small.text-weight-semibold.text-color-primary600, .navbar02_link, .navbar02_dropdown-toggle, .text-weight-semibold.text-color-gray900 {
    font-size: 1.125rem;
  }

  .testimonial11_client-image {
    border-radius: 1.5rem;
  }
}

@media screen and (max-width: 991px) {
  .display-title.bold.home-banner {
    line-height: 1.1;
  }

  .display-title.bold.service-hero-header {
    width: 96%;
  }

  .display-title.bold.about-headings {
    width: auto;
    font-size: 3.7rem;
  }

  .display-title.bold.about-headings.privacy-heading {
    margin-bottom: 30px;
  }

  .display-title.bold.testiemonial-heading {
    font-size: 4rem;
    line-height: 4.2rem;
  }

  .display-title.bold.dr-raj-heading {
    text-align: center;
  }

  .display-title.bold.doctor-skills {
    text-align: left;
  }

  .display-title.bold.doctor-family-heading {
    text-align: center;
  }

  .h1.blog-template-heading {
    line-height: 1.3;
  }

  .h2.bold {
    font-size: 3.5rem;
  }

  .h2.bold.meet-doc-heading {
    text-align: center;
    width: 81%;
  }

  .h2.bold.service-hero-heading {
    text-align: center;
    width: 100%;
  }

  .h2.bold.appoinment-header, .h2.bold.about-value-heading, .h2.bold.patient-resources, .h2.bold.our-value-heading {
    text-align: center;
  }

  .h2.mani-post-title {
    font-size: 2rem;
  }

  .h2.mani-post-title.popular-poat-title {
    margin-top: 0;
  }

  .h3.bold {
    text-align: center;
  }

  .body---variant-3.medium.insurance {
    text-align: left;
  }

  .body---variant-3.web-description {
    text-align: left;
    width: auto;
    left: 0;
  }

  .body---variant-3.location-info-text {
    font-size: 1rem;
  }

  .heading-wrapper.meet-doc-raj-heading {
    justify-content: center;
  }

  .main-container {
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .main-container.footer {
    max-width: none;
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
    top: auto;
  }

  .navbar {
    margin-top: 0;
    top: 20px;
  }

  .header.banner {
    display: none;
  }

  .nav-container {
    justify-content: space-between;
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu {
    z-index: 10;
    background-color: var(--white);
    width: 50%;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .nav-menu-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-height: 100vh;
    padding: 40px;
  }

  .nav-links {
    grid-row-gap: 25px;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-buttons {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    font-size: 1.125rem;
  }

  .hero-section {
    padding-top: 140px;
  }

  .hero-container {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }

  .hero-text-wrapper {
    width: 100%;
    margin-top: 0;
  }

  .hero-image-wrapper {
    flex: 0 auto;
  }

  .hero-widget {
    margin-top: auto;
    margin-bottom: auto;
  }

  .hero-widget.home-banner {
    margin-left: 0;
    position: static;
    top: 58%;
    left: 19%;
  }

  .hero-btns-wrapper.home-banner {
    left: 0;
  }

  .checkup-plans {
    grid-row-gap: 90px;
    flex-direction: column;
    align-items: center;
  }

  .checkup-plans-column {
    order: -1;
    width: 100%;
  }

  .contact-text-wrapper {
    flex: 0 auto;
    align-items: center;
    max-width: 600px;
    margin-left: 0;
  }

  .checkup-plans-cta-wrapper {
    justify-content: center;
  }

  .checkup-plans-image {
    height: auto;
  }

  .contact-points-wrapper {
    grid-row-gap: 20px;
    align-items: center;
    margin-bottom: 0;
  }

  .contact-points-wrapper.book {
    align-items: flex-start;
  }

  .divider-section {
    background-position: 70%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .services-icons-wrapper {
    width: auto;
    margin-top: 50px;
    margin-bottom: 60px;
  }

  .service {
    width: 80px;
    height: 80px;
    padding: 24px;
  }

  .service-icon {
    height: 40px;
  }

  .service-btn {
    height: 50px;
  }

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

  .contact-container {
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-section {
    max-height: none;
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .footer-brand {
    left: 0;
  }

  .footer-brand.w--current {
    width: auto;
  }

  .footer-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: auto 1fr;
    grid-auto-columns: 1.25fr;
    width: 100%;
    max-width: none;
    max-height: none;
    margin-right: 0;
    display: grid;
    left: auto;
  }

  .footer-block.with-gap {
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
  }

  .footer-block.office-hours {
    flex-direction: column;
    max-width: none;
    max-height: none;
    top: 0;
  }

  .footer-block.addresses {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    display: grid;
    top: auto;
    left: auto;
  }

  .footer-block.privacy-legal {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-height: none;
    display: grid;
    top: 0;
    left: 0;
  }

  .footer-block.quick-links {
    max-height: none;
    top: 0;
    left: 0;
  }

  .footer-column-title {
    font-size: 1.5rem;
    line-height: 1.1;
    position: static;
    top: 0;
  }

  .footer-column-title.office-hours {
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.1;
    top: 0;
  }

  .footer-column-title.address-title {
    font-size: 1.5rem;
    line-height: 1.1;
    top: 0;
  }

  .footer-column-title.quick-links-title {
    font-size: 1.5rem;
  }

  .footer-link.days:hover, .footer-link.hours:hover, .footer-link.quick-links-list:hover {
    transform: none;
  }

  .footer-link.privacy-policy-link {
    justify-content: flex-start;
    height: auto;
    position: static;
    top: 0;
  }

  .footer-link.privacy-policy-link:hover {
    transform: none;
  }

  .footer-link.terms-and-conditions-link {
    justify-content: flex-start;
    position: static;
  }

  .footer-link.terms-and-conditions-link:hover {
    transform: none;
  }

  .footer-link.financial-policy {
    justify-content: flex-start;
    position: static;
  }

  .footer-link.financial-policy:hover {
    transform: none;
  }

  .footer-link.notice-of-privacy-practice {
    justify-content: flex-start;
    position: static;
  }

  .footer-link.notice-of-privacy-practice:hover {
    transform: none;
  }

  .footer-link.hipaa-notice {
    justify-content: flex-start;
    position: static;
  }

  .footer-link.hipaa-notice:hover {
    transform: none;
  }

  .footer-link.patient-rights-and-responsibilities {
    justify-content: flex-start;
    position: static;
  }

  .footer-link.patient-rights-and-responsibilities:hover {
    transform: none;
  }

  .footer-logo {
    width: 188px;
    margin-top: 0;
  }

  .footer-container {
    grid-column-gap: 30px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-bottom-wrapper {
    padding-left: 0;
  }

  .about-hero-section {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .our-story-section {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .our-story-container {
    grid-row-gap: 60px;
    flex-wrap: wrap;
  }

  .our-story-text-wrapper {
    text-align: left;
    order: -1;
    align-items: center;
    width: auto;
    padding-top: 0;
  }

  .our-story-btn {
    align-self: center;
  }

  .why-us-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .why-us-container {
    grid-row-gap: 75px;
  }

  .why-us-row {
    grid-column-gap: 30px;
    grid-row-gap: 60px;
    flex-direction: row;
    align-items: flex-start;
  }

  .why-us-points-wrapper {
    order: -1;
    width: 50%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .why-us-text-wrapper {
    order: -1;
  }

  .why-us-text-wrapper.right-why-us-wrapper {
    width: 50%;
  }

  .why-us-points {
    flex-wrap: wrap;
    display: flex;
  }

  .why-us-points-row {
    flex: 0 260px;
    min-height: 56px;
    line-height: 32px;
  }

  .connect-stats-block {
    grid-row-gap: 20px;
    flex-direction: column;
    width: 185px;
  }

  .checkup-plans-container {
    padding-top: 0;
  }

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

  .checkup-plans-section.different-bg {
    padding-top: 140px;
  }

  .menu-button {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-top: 1px;
    padding: 0;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .overlay {
    z-index: 1;
    background-color: #101010cc;
    width: 100%;
    height: 100%;
    padding: 0;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .mobile-nav-logo {
    display: block;
  }

  .hero-image {
    width: 530px;
    height: 530px;
    display: none;
  }

  .hero-gradient {
    display: none;
  }

  .hero-circle {
    width: 450px;
    height: 450px;
    top: -80px;
    left: auto;
    right: auto;
  }

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

  .treatment-text-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .treatment-para {
    align-self: center;
    max-width: none;
  }

  .treatment-blocks-wrapper {
    grid-column-gap: 45px;
    grid-row-gap: 80px;
    flex-wrap: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    max-width: none;
    display: flex;
  }

  .treatmant-block {
    height: 420px;
  }

  .treatmant-block.pediatrician, .treatmant-block.cardiologist {
    width: 45%;
  }

  .treatmant-block.dermatologist {
    height: 320px;
  }

  .treatmant-block.coronary-diseases, .treatmant-block.pad {
    width: 45%;
  }

  .treatmant-block.vein-diseases {
    height: 320px;
  }

  .treatment-block-text {
    height: auto;
  }

  .services-icons {
    text-align: center;
    width: 160px;
  }

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

  .testimonial-slide {
    padding-left: 60px;
    padding-right: 60px;
  }

  .testimonial-slide-content-wrapper {
    grid-row-gap: 60px;
    flex-direction: column;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-text-container {
    grid-row-gap: 20px;
    order: 1;
  }

  .testimonial-light-box {
    max-width: none;
  }

  .testimonial-quote-icon {
    width: 50px;
    height: 50px;
  }

  .testimonial-name {
    margin-top: 20px;
  }

  .quote {
    font-size: 1.25rem;
  }

  .left-arrow {
    left: 0;
  }

  .right-arrow {
    right: 0;
  }

  .contact-form-wrapper {
    max-width: none;
    padding: 30px;
  }

  .contact-header.book {
    align-self: flex-start;
  }

  .about-hero-image {
    object-fit: cover;
    height: 400px;
  }

  .our-story-image-wrapper {
    margin-top: 20px;
  }

  .about-widget {
    margin-top: auto;
    margin-bottom: auto;
  }

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

  .reasons-blocks-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: none;
  }

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

  .values-container {
    grid-row-gap: 60px;
  }

  .values-image {
    aspect-ratio: 1;
    width: 100%;
  }

  .values-text-wrapper {
    text-align: left;
    order: -1;
    align-items: center;
    width: 100%;
  }

  .values-points-wrapper {
    justify-content: center;
  }

  .values-points-wrapper.value-ponts {
    justify-content: flex-start;
  }

  .value-point {
    flex: 0 auto;
  }

  .other-checkup-section {
    padding-bottom: 100px;
  }

  .other-checkup-container {
    grid-row-gap: 60px;
  }

  .checkup-blocks-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .doctors-section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
  }

  .doctors-container {
    flex-direction: column-reverse;
  }

  .doctors-plans-heading {
    order: 1;
    width: 100%;
    margin-bottom: 0;
  }

  .doctors-plans-heading.about-doctor, .doctors-plans-heading.doctor-family {
    align-items: center;
  }

  .doctors-plans-heading.doctor-skills {
    align-items: flex-start;
  }

  .doctors-blocks-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 60px;
    margin-top: 60px;
  }

  .doctor-block {
    max-width: none;
  }

  .doctor-image {
    height: 280px;
  }

  .doctor-block-row {
    grid-row-gap: 5px;
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .doctor-block-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button-elements {
    grid-row-gap: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .menu-button-line {
    background-color: var(--heading-color);
    width: 100%;
    height: 2px;
    padding: 0;
  }

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

  .services-hero-section {
    padding-top: 140px;
    padding-bottom: 100px;
    position: relative;
  }

  .services-hero-heading {
    margin-bottom: 0;
  }

  .hero-content {
    padding-top: 0;
  }

  .background-placeholder {
    border-bottom-right-radius: 12rem;
    margin-right: 10px;
  }

  .person-picture {
    height: 180px;
  }

  .treatment-content {
    top: 0;
  }

  .background-placeholder--treatmnet {
    border-top-right-radius: 12rem;
    margin-right: 10px;
  }

  .contact-info {
    margin-bottom: 0;
  }

  .appointment-cta-container {
    height: 50px;
  }

  .quick-stack-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-5 {
    font-size: 3.5rem;
  }

  .heading-6 {
    font-size: 3.5rem;
    line-height: 1.1;
  }

  .heading-7 {
    margin-top: 0;
    font-size: 3.5rem;
    line-height: 1.1;
  }

  .italic-text {
    font-size: 3.5rem;
    line-height: 1.1;
  }

  .about-dr-jajeev-section {
    padding-top: 122px;
    padding-bottom: 80px;
    position: relative;
  }

  .dr-rajeev-bio-container {
    flex-direction: column;
  }

  .certification-track {
    width: 845%;
  }

  .section-blog-hero {
    padding-top: 140px;
    padding-bottom: 100px;
    position: relative;
  }

  .section-blog-list, .section-blog-post-content {
    padding-top: 80px;
    padding-bottom: 100px;
    position: relative;
  }

  .dr-rajs-awards-section {
    padding-top: 80px;
    padding-bottom: 20px;
    position: relative;
    overflow: auto;
  }

  .doctor-intro-video-container {
    width: 100%;
    margin-bottom: 0;
    display: none;
  }

  .dr-rajas-s-storey-section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
  }

  .doctor-storey-image {
    margin-bottom: 0;
  }

  .dr-jar-s-story-image {
    border-radius: 10px;
    width: 100%;
    height: auto;
  }

  .storey-content {
    flex-direction: column;
  }

  .dr-rajas-s-work-history {
    padding-top: 80px;
    padding-bottom: 100px;
    position: relative;
  }

  .col-3 {
    margin-bottom: 0;
  }

  .certifcations {
    flex-wrap: nowrap;
  }

  .slider {
    height: 44rem;
  }

  .services-treatment-section, .testiemonial-slider-section {
    padding-top: 80px;
    padding-bottom: 100px;
    position: relative;
  }

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

  .location-text-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .location-blocks-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: none;
  }

  .location-block {
    height: 320px;
  }

  .location-details {
    justify-content: flex-end;
    width: 88%;
    height: auto;
    padding: 10px;
  }

  .location-name {
    font-size: 1.125rem;
  }

  .location-address {
    align-items: center;
  }

  .margin-bottom.margin-xlarge {
    display: none;
  }

  .margin-bottom.margin-xlarge.tablet-computer-show {
    margin-bottom: 0;
    display: block;
    top: 0;
  }

  .impulso-video-width {
    width: 76%;
  }

  .impulso-laptop-component {
    width: 600px;
  }

  .impulso-laptop-video {
    width: auto;
  }

  .device {
    overflow: hidden;
  }

  .video-mock-up {
    height: 600px;
  }

  .quick-stack-3 {
    grid-column-gap: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .l-large-btn, .l-large-btn.b, .l-small-btn {
    left: -6px;
  }

  .location-image {
    object-fit: cover;
  }

  .wordhistory-points-wrapper {
    grid-row-gap: 20px;
  }

  .about-hero-section-copy {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-wrapper-copy {
    flex-direction: row;
  }

  .footer-address {
    flex: 0 auto;
    width: 100%;
    left: 0;
  }

  .footer-link-addreses.lagrange-address {
    position: static;
  }

  .footer-link-addreses.lagrange-address:hover {
    transform: none;
  }

  .footer-link-addreses.newnan-address {
    position: static;
  }

  .footer-link-addreses.newnan-address:hover {
    transform: none;
  }

  .footer-link-addreses.warm-springs-address {
    position: static;
    left: -62px;
  }

  .footer-link-addreses.warm-springs-address:hover {
    transform: none;
  }

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

  .privacy-label-header {
    margin-bottom: 15px;
  }

  .pribacy-policy-text {
    margin-top: 30px;
  }

  .terms-and-consdition-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .quick-stack-5 {
    padding-left: 0;
    padding-right: 0;
    top: auto;
  }

  .image-10 {
    flex: none;
  }

  .div-block-6 {
    justify-content: center;
    align-self: flex-start;
  }

  .cards-grid {
    grid-template-columns: 1fr;
  }

  .blog-card {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .page-padding {
    padding-left: 4.5em;
    padding-right: 4.5em;
  }

  .icon-no-show {
    display: none;
  }

  .card-img {
    height: 24em;
  }

  .cell-8 {
    align-items: center;
  }

  .cell-9 {
    align-items: center;
    padding-bottom: 30px;
  }

  .cell-10 {
    align-items: center;
  }

  .quick-stack-6 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-7 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    display: grid;
  }

  .quick-stack-7 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .slide {
    width: 100%;
    height: 100%;
  }

  .blog-hero-container {
    flex-direction: column;
  }

  .main-post, .random-poast {
    width: 100%;
  }

  .post-content {
    min-height: 460px;
  }

  .main-blog-post-container {
    grid-template-columns: 1fr;
  }

  .recent-post-item-copy {
    flex-direction: column;
  }

  .recent-post-image-copy, .post-conetnt-copy {
    width: 100%;
  }

  .main-blog-post-container-copy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .featured-post-item {
    width: 100%;
  }

  .section-blog-content {
    padding-top: 80px;
    padding-bottom: 100px;
    position: relative;
  }

  .section-blog-template-hero {
    padding-top: 140px;
    padding-bottom: 100px;
    position: relative;
  }

  .date-icon-template {
    width: 1.5rem;
  }

  .inner-swipe {
    display: none;
  }

  .section-logo {
    overflow: hidden;
  }

  .page-padding-2.s0 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xhuge {
    width: 100%;
  }

  .padding-vertical.symtoms-and-conditon-section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .logo_component-slider {
    grid-column-gap: 3rem;
  }

  .logo-slider-img {
    width: 174px;
  }

  .slider-content {
    flex-direction: column;
    padding-left: 60px;
    padding-right: 60px;
  }

  .icon {
    width: 1.8rem;
  }

  .right-arrow-3, .left-arrow-3 {
    width: 48px;
    height: 48px;
  }

  .section-blog-content-template {
    padding-top: 80px;
    padding-bottom: 100px;
    position: relative;
  }

  .c-container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .c-split {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .h2-2, .h2-2.faq {
    text-align: center;
  }

  .divider {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .social-media-grid-top.right {
    grid-column-gap: 10px;
  }

  .icon-2 {
    font-size: 1.125rem;
    left: 189.41px;
  }

  .icon-3 {
    font-size: 1.125rem;
    left: 90.9375px;
  }

  .dropdown-link {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-video-overlay {
    border-bottom-right-radius: 12rem;
    margin-right: 10px;
    inset: 0%;
  }

  .book-an-appointment {
    margin-top: 60px;
    margin-bottom: 60px;
  }

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

  .services-section-home.different-bg {
    padding-top: 160px;
  }

  .important-features-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .important-features-section.different-bg {
    padding-top: 160px;
  }

  .tabs---container, .insurance-features-container {
    padding-top: 0;
  }

  .heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .sidebar-2 {
    border-top: 1px solid #f0f0f0;
    padding-top: 60px;
  }

  .grid-2-columns.sidebar-content {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.blog-card-primary {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.hero-top {
    grid-template-columns: 1.3fr;
  }

  .blog-card-image {
    width: 100%;
  }

  .blog-card-image-wrapper.featured-v1 {
    width: 100%;
    min-width: auto;
    height: 100%;
    min-height: auto;
  }

  .section-3 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .dr-raj-image {
    object-fit: cover;
  }

  .slide-3 {
    width: 100%;
    height: 100%;
  }

  .mask {
    object-fit: cover;
    overflow: visible;
  }

  .home-tabs-points-wrapper {
    grid-row-gap: 20px;
    flex: none;
    align-items: flex-start;
    width: auto;
    margin-bottom: 20px;
    padding-left: 0%;
  }

  .video-medical-staff-mobile {
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 20px;
    display: flex;
  }

  .link-block-4 {
    width: 100%;
  }

  .lightbox-image.testimonial-slider-image {
    min-height: 200px;
  }

  .testimonial10_content {
    background-color: #fff;
    padding: 2rem;
  }

  .testimonial10_lightbox {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    overflow: hidden;
  }

  .testimonial10_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .testimonial10_component.home {
    background-color: #0000;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .section_testimonial10 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .testimonial10_logo.home {
    border-radius: 0;
    display: block;
  }

  .page-padding-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .container-large-2 {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .home8-services_list {
    grid-column-gap: 2rem;
  }

  .text-color-white.service-template-hero {
    font-size: 3.7rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .max-width-large.align-center {
    margin-bottom: 40px;
  }

  .padding-section-large {
    padding-top: 3.65rem;
    padding-bottom: 3.65rem;
  }

  .padding-section-large.hero {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .button-group {
    justify-content: flex-start;
  }

  .button-group.hero {
    justify-content: center;
    margin-top: 40px;
  }

  .text-size-medium-2 {
    font-size: 18px;
  }

  .text-size-medium-2.text-color-white {
    margin-bottom: 0;
  }

  .text-weight-semibold {
    font-size: 1.125rem;
  }

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

  .home8-testimonial_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .home8-blog_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .home8-services_component {
    grid-column-gap: 3rem;
  }

  .home8-about_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .home8-testimonial_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .home8-faq_component {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
  }

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

  .navbar9_menu-dropdown {
    width: 100%;
  }

  .navbar9_menu {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    align-items: flex-start;
    height: 100dvh;
    margin-left: 0;
    padding: 1rem 5% 6.5rem;
    transition: height .5s;
    position: absolute;
    overflow: auto;
  }

  .navbar9_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar9_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .navbar9_dropdown-list.w--open {
    border-style: none;
    align-items: flex-start;
    padding: 0 0 0;
    position: relative;
    top: 0;
  }

  .menu-icon_line-middle-2 {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar9_menu-right {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar9_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon_line-top-2, .menu-icon_line-bottom-2 {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar9_dropdown-content-layout {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar9_dropdown-content {
    flex-direction: column;
  }

  .navbar9_bottom-bar {
    flex-direction: column;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
  }

  .navbar9_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

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

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar02_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .navbar02_dropdown-right-overlay-absolute {
    border-radius: .5rem;
    min-width: 100%;
  }

  .dropdown-icon {
    color: #667085;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .button-secondary-gray.show-tablet {
    display: block;
  }

  .navbar02_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar02_dropdown-link:hover {
    background-color: #0000;
  }

  .navbar02_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: #101828;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .menu-icon_line-middle {
    background-color: #344054;
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar02_component {
    top: 20px;
  }

  .navbar02_dropdown-blog-item-wrapper {
    background-color: var(--light-low);
  }

  .navbar02_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .navbar02_dropdown-content-left {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-icon_line-bottom {
    background-color: #344054;
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar02_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .navbar02_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .navbar02_dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    margin-bottom: 1.5rem;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .navbar02_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-top: 1px solid #f2f4f7;
    border-radius: 10px;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .navbar02_dropdown-content {
    flex-direction: column;
  }

  .navbar02_blog-content {
    max-width: none;
  }

  .menu-icon_line-top {
    background-color: #344054;
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar02_link {
    color: #101828;
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar02_link:hover {
    color: #101828;
  }

  .navbar02_menu-button.w--open {
    background-color: #0000;
  }

  .navbar02_dropdown-content-right {
    max-width: 50rem;
    margin-bottom: 1rem;
    padding: 0;
  }

  .navbar02_dropdown-toggle {
    color: #101828;
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar02_dropdown-toggle:hover {
    color: #101828;
  }

  .testimonial11_slide {
    height: 44rem;
  }

  .testimonial11_content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    height: 100%;
    min-height: auto;
    padding-top: 0;
  }

  .testimonial08_logo {
    display: inline-block;
  }

  .testimonial11_client-image {
    border-radius: 0;
    height: 100%;
    display: inline-block;
  }

  .testimonial11_client-image-wrapper {
    border-radius: 0;
    height: 100%;
    padding-top: 0;
  }

  .testimonial11_arrow:hover {
    color: var(--white);
    background-color: #ffffff1a;
  }

  .testimonial11_arrow:active {
    background-color: var(--primary);
    color: #fff;
    border-color: #025184;
  }

  .testimonial11_arrow.left:hover {
    color: var(--white);
    background-color: #ffffff1a;
  }

  .testimonial11_arrow.left:active {
    background-color: var(--primary);
    color: var(--white);
  }

  .service-template-about-heading {
    font-size: 3rem;
  }

  .paragraph-6 {
    font-size: 14px;
  }

  .layout353_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout78_list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .layout78_item {
    padding: 1rem;
  }

  .max-width-large-2 {
    text-align: left;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .symtoms-heading {
    text-align: center;
    margin-bottom: 20px;
    font-size: 3rem;
  }

  .back-to-top {
    border: 2px solid var(--primary);
    background-color: var(--primary);
    opacity: 1;
    color: var(--white);
    cursor: pointer;
    border-radius: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    display: flex;
    position: fixed;
    bottom: 14%;
    right: 5%;
  }

  .up-arrow {
    opacity: 1;
    width: 24px;
    height: 24px;
  }

  .back-to-top-code {
    display: none;
  }

  .services-points-wrapper {
    grid-row-gap: 20px;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .locations-link {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 0;
  }

  .display-title {
    font-size: 2.73438rem;
    line-height: 3.51563rem;
  }

  .display-title.bold.home-banner {
    font-size: 3rem;
  }

  .display-title.bold.service-hero-header {
    font-size: 3rem;
    line-height: 1.2;
  }

  .display-title.bold.about-headings {
    font-size: 3rem;
  }

  .display-title.bold.testiemonial-heading {
    font-size: 3rem;
    line-height: 1.3;
  }

  .display-title.bold.staff-headings {
    font-size: 3rem;
    line-height: .9;
  }

  .h1 {
    font-size: 2.34375rem;
    line-height: 3.04688rem;
  }

  .h1.blog-template-heading {
    width: 100%;
  }

  .h2 {
    font-size: 1.95313rem;
    line-height: 2.65625rem;
  }

  .h2.bold {
    text-align: center;
    font-size: 2.8rem;
    line-height: 1.1;
  }

  .h2.bold.meet-doc-heading {
    width: 87%;
  }

  .h2.bold.service-hero-heading {
    text-align: center;
  }

  .h2.mani-post-title.feature-ost-title {
    font-size: 1.25rem;
  }

  .h3 {
    font-size: 1.48438rem;
    line-height: 2.10938rem;
  }

  .h3.bold {
    text-align: center;
  }

  .h5.bold.banner {
    font-size: 1.5rem;
  }

  .body---variant-3.medium {
    text-align: left;
    width: auto;
  }

  .body---variant-3.web-description {
    text-align: left;
  }

  .body---variant-3.blog-caterory-label {
    font-size: 1rem;
  }

  .body---variant-1.bold.doctername-text {
    text-align: center;
  }

  .heading-wrapper.meet-doc-raj-heading {
    text-align: center;
    justify-content: center;
  }

  .main-container {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-container._1285-max-width {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar {
    height: 70px;
    transform: none;
  }

  .header {
    display: none;
  }

  .nav-menu {
    width: 50%;
  }

  .main-body {
    padding-top: 0;
  }

  .nav-contact-number {
    font-size: 1.5rem;
  }

  .hero-section {
    padding-top: 140px;
  }

  .hero-container {
    grid-row-gap: 60px;
    align-items: flex-start;
  }

  .hero-text-wrapper {
    height: 450px;
  }

  .hero-image-wrapper {
    width: 100%;
  }

  .hero-widget {
    grid-row-gap: 12px;
    text-align: center;
    flex-direction: column;
    width: 35%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 10px;
  }

  .hero-widget.home-banner {
    flex-direction: column;
    margin-left: 0;
    top: 50%;
    left: 0%;
  }

  .hero-heading {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .hero-btns-wrapper.home-banner {
    top: 399px;
  }

  .checkup-plans {
    grid-row-gap: 60px;
    width: 100%;
  }

  .checkup-plans-column {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-text-wrapper {
    align-self: auto;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-bottom: 0;
  }

  .checkup-plans-cta-wrapper {
    justify-content: center;
  }

  .contact-points-wrapper {
    align-items: center;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .contact-point {
    align-items: flex-start;
  }

  .contact-point-icon {
    width: 25px;
    height: 25px;
    margin-top: 4px;
  }

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

  .divider-text-wrapper {
    grid-row-gap: 10px;
    padding: 40px;
  }

  .reason-block {
    width: 100%;
    max-width: none;
    padding: 40px 30px;
  }

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

  .services-icons-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .service {
    width: 60px;
    height: 60px;
    padding: 16px;
  }

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

  .footer-content {
    grid-column-gap: 0px;
    grid-row-gap: 35px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    margin-top: 40px;
  }

  .footer-block.with-gap {
    flex-direction: column;
    align-items: center;
  }

  .footer-block.quick-links {
    position: static;
  }

  .footer-column-title, .footer-column-title.office-hours, .footer-column-title.address-title, .footer-column-title.quick-links-title {
    font-size: 1.25rem;
  }

  .footer-social-block {
    grid-column-gap: 15px;
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-copyright-left {
    text-align: left;
  }

  .footer-logo {
    width: 140px;
  }

  .footer-container {
    grid-row-gap: 35px;
    margin-bottom: 50px;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .about-hero-section {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .our-story-section {
    padding-bottom: 0;
  }

  .our-story-image {
    width: 100%;
  }

  .our-story-text-wrapper {
    grid-row-gap: 15px;
    align-items: center;
    width: 100%;
  }

  .our-story-header, .our-story-btn {
    align-self: center;
  }

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

  .why-us-row {
    flex-direction: column;
    align-items: center;
  }

  .why-us-points-wrapper {
    grid-row-gap: 20px;
    width: 100%;
    max-width: none;
    padding: 40px;
  }

  .why-us-text-wrapper.right-why-us-wrapper {
    width: auto;
  }

  .connect-stats-block {
    grid-row-gap: 15px;
    text-align: center;
  }

  .checkup-plans-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .checkup-plans-section.different-bg {
    padding-top: 160px;
  }

  .tab-link {
    text-align: center;
    padding: 10px;
  }

  .tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .menu-button {
    width: 28px;
    height: 28px;
  }

  .overlay {
    height: 100vh;
    inset: -20px 0% 0%;
  }

  .hero-image {
    width: 100%;
    height: 400px;
  }

  .phone-icon {
    width: 1.5rem;
    height: 1.5rem;
  }

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

  .treatment-blocks-wrapper {
    grid-row-gap: 80px;
    flex-direction: column;
    align-items: center;
  }

  .treatmant-block.pediatrician {
    width: 75%;
    height: 220px;
  }

  .treatmant-block.cardiologist {
    width: 75%;
  }

  .treatmant-block.dermatologist, .treatmant-block.coronary-diseases {
    width: 75%;
    height: 220px;
  }

  .treatmant-block.pad {
    width: 75%;
  }

  .treatmant-block.vein-diseases {
    width: 75%;
    height: 220px;
  }

  .services-icons {
    text-align: center;
    width: 135px;
    max-width: 140px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .testimonial-slider {
    width: 100%;
  }

  .testimonial-slide-content-wrapper {
    grid-row-gap: 40px;
    max-width: none;
    padding: 40px;
  }

  .testimonial-light-box {
    height: 300px;
  }

  .left-arrow {
    width: 50px;
    height: 50px;
    left: 3px;
  }

  .right-arrow {
    width: 50px;
    height: 50px;
    inset: 0% 3px 0% auto;
  }

  .contact-form-wrapper {
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-field, .contact-select-field, .contact-message-field {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-btn {
    min-width: auto;
  }

  .checkup-icon {
    width: 50px;
    height: 50px;
  }

  .about-hero-image {
    height: 300px;
    margin-top: 40px;
  }

  .about-widget {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: -65px;
  }

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

  .reasons-blocks-wrapper {
    grid-template-columns: 1fr;
  }

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

  .values-image {
    width: 100%;
    height: auto;
  }

  .values-text-wrapper {
    grid-row-gap: 15px;
    width: 100%;
  }

  .value-header {
    align-self: center;
  }

  .other-checkup-section {
    padding-bottom: 80px;
  }

  .checkup-blocks-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .checkup-block {
    width: 100%;
    max-width: none;
    padding: 40px 30px;
  }

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

  .doctors-hero-gradient {
    height: 25vh;
  }

  .doctors-container {
    flex-direction: column;
  }

  .doctors-plans-heading.out-team {
    order: -1;
    margin-bottom: 60px;
  }

  .doctors-blocks-wrapper {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .doctor-block {
    max-width: 100%;
  }

  .doctor-image {
    height: 240px;
  }

  .appointment-cta {
    margin-top: 15px;
  }

  .doctor-block-text {
    align-items: center;
  }

  .style-hero-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .services-hero-gradient {
    height: 25vh;
  }

  .services-hero-section {
    padding-bottom: 80px;
  }

  .service-block {
    width: 100%;
    max-width: none;
    padding: 40px 30px;
  }

  .spacer {
    display: none;
  }

  .background-placeholder {
    border-bottom-right-radius: 8rem;
  }

  .quote-container {
    text-align: left;
    flex-direction: column;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .quote-person-bio {
    justify-content: center;
  }

  .person-picture {
    width: 160px;
  }

  .persion-position {
    width: auto;
  }

  .background-placeholder--treatmnet {
    border-top-right-radius: 8rem;
  }

  .heading-5 {
    text-align: center;
    font-size: 3rem;
    line-height: 1.1;
  }

  .image-6 {
    height: auto;
    display: inline-block;
  }

  .heading-6 {
    margin-top: 0;
    display: flex;
  }

  .heading-7 {
    align-items: flex-start;
    margin-top: 0;
    font-size: 2rem;
    line-height: 1.3;
    display: flex;
  }

  .italic-text {
    font-size: 2rem;
    line-height: 1.3;
  }

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

  .section-blog-hero {
    padding-top: 140px;
    padding-bottom: 80px;
  }

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

  .section-blog-post-content {
    padding-bottom: 80px;
  }

  .dr-rajs-awards-section {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .doctor-intro-video-container {
    display: none;
  }

  .dr-rajas-s-storey-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .dr-jar-s-story-image {
    width: 100%;
  }

  .storey-content {
    flex-direction: column;
  }

  .dr-rajas-s-work-history {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sotery-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .services-treatment-section, .testiemonial-slider-section {
    padding-bottom: 80px;
  }

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

  .location-blocks-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .location-details {
    width: 40%;
  }

  .location-address {
    justify-content: space-between;
    align-items: center;
  }

  .margin-bottom.margin-xlarge {
    top: 0;
  }

  .impulso-laptop-component {
    width: auto;
  }

  .quick-stack-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  .l-large-btn, .l-large-btn.b {
    left: -3px;
  }

  .gold-outer {
    width: 274px;
    height: 576px;
    top: 50%;
  }

  .l-small-btn {
    left: -3px;
  }

  .phone-main {
    width: auto;
    height: 572px;
  }

  .outer-light {
    width: 319px;
    height: 591px;
    top: 51%;
  }

  .cell-4 {
    justify-content: flex-start;
  }

  .cell-5 {
    padding-left: 0;
  }

  .wordhistory-point {
    align-items: flex-start;
  }

  .about-hero-section-copy {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-wrapper-copy {
    flex-direction: row;
  }

  .privacy-section {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .privacy-label-header {
    margin-bottom: 15px;
  }

  .privacy-policy-text p, .privacy-policy-text li {
    font-size: 17px;
  }

  .terms-and-consdition-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .image-10 {
    height: 75%;
  }

  .div-block-6 {
    justify-content: flex-start;
  }

  .page-padding {
    padding-left: 3em;
    padding-right: 3em;
  }

  .card-img {
    height: 19em;
  }

  .div-block-7 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .cell-11 {
    align-items: stretch;
  }

  .cell-12 {
    align-items: center;
    padding-top: 52px;
    display: flex;
  }

  .quick-stack-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-8 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: row;
    align-items: center;
    width: 100%;
  }

  .post-date {
    align-self: center;
    align-items: center;
  }

  .main-blog-post-container {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
  }

  .post-conetnt {
    width: 100%;
  }

  .recent-post-item {
    flex-direction: column;
  }

  .recent-post-image {
    width: 100%;
  }

  .recent-post-image-copy {
    height: 220px;
  }

  .main-blog-post-container-copy {
    flex-direction: column-reverse;
    display: flex;
  }

  .section-blog-content {
    padding-bottom: 80px;
  }

  .section-blog-template-hero {
    padding-top: 160px;
    padding-bottom: 80px;
  }

  .date-icon-template {
    width: 1.25rem;
  }

  .image-14 {
    object-fit: cover;
  }

  .slide-next.mobile-next {
    width: 100%;
    height: 100%;
  }

  .slide-next.desktop-arrow {
    display: none;
  }

  .wrapper {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .inner-swipe {
    z-index: 1;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 100%;
    display: grid;
    position: absolute;
    top: 0;
    left: 0;
  }

  .slide-prev.desktop-arrow {
    display: none;
  }

  .slide-prev.mobile-prev {
    width: 100%;
    height: 100%;
  }

  .slide-item {
    border-radius: 0;
    width: 100vw;
    height: 100%;
    transform: scale(1);
  }

  .slide-item-wrapper {
    border-radius: 0;
    width: 100vw;
    height: 100%;
  }

  .content-wrapper, .image-27, .image-29 {
    object-fit: cover;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .logo_component-slider {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .logo-slider-img {
    width: 125px;
  }

  .logov3_marquee {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .slider-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .icon {
    width: 1.5rem;
  }

  .right-arrow-3, .left-arrow-3 {
    width: 40px;
    height: 40px;
  }

  .section-blog-content-template {
    padding-bottom: 80px;
  }

  .c-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .h2-2 {
    font-size: 2.2rem;
  }

  ._2-4-grid {
    min-height: auto;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  ._2-4-grid.vertical-mobile {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .spacer-xxl {
    display: none;
  }

  .divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .hero-video-overlay {
    border-bottom-right-radius: 8rem;
    margin-right: 10px;
  }

  .services-section-home {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .services-section-home.different-bg {
    padding-top: 180px;
  }

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

  .important-features-section.different-bg {
    padding-top: 180px;
  }

  .mg-bottom-64px {
    margin-bottom: 48px;
  }

  .input {
    border-radius: 6px;
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .grid-1-column.gap-row-22px {
    grid-row-gap: 15px;
  }

  .grid-2-columns {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.hero-top {
    grid-row-gap: 20px;
  }

  .text-100 {
    font-size: 14px;
  }

  .collection-list-2 {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
  }

  .category-heading {
    flex-direction: row;
    justify-content: center;
  }

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

  .section-3.hero-home {
    padding-top: 32px;
    padding-bottom: 40px;
  }

  .home-tabs-points-wrapper {
    align-items: flex-start;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .body-2 {
    padding-top: 0;
  }

  .lightbox-image.testimonial-slider-image {
    min-height: 140px;
  }

  .vimeo-play-butn {
    width: 3rem;
    height: 3rem;
  }

  .testimonial10_content {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 1.5rem;
    overflow: hidden;
  }

  .testimonial10_logo-wrapper {
    margin-top: 1rem;
  }

  .testimonial10_client {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .testimonial10_lightbox {
    border-radius: 0;
    align-items: center;
    overflow: hidden;
  }

  .testimonial10_divider {
    display: none;
  }

  .testimonial10_component {
    border-radius: 1rem;
    grid-template-columns: 1fr;
  }

  .testimonial10_component.home {
    background-color: #0000;
    overflow: hidden;
  }

  .uui-button {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-button.testimonial:hover {
    border-color: var(--primary);
    background-color: var(--primary);
  }

  .testimonial-client-name {
    border-right: 1px solid var(--heading-color);
    padding-right: 10px;
    line-height: 1.2;
  }

  .testimonial10_logo {
    max-height: 2.5rem;
  }

  .page-padding-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial10_client-info {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    align-items: center;
  }

  .div-block-12 {
    flex: 0 auto;
    overflow: visible;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .home8-testimonial_component {
    padding-top: 5rem;
    padding-bottom: 0;
  }

  .home8-blog_image-wrapper {
    height: 100%;
  }

  .home8-testimonial_arrow {
    inset: 0% 0% auto auto;
  }

  .home8-testimonial_arrow.left {
    right: 3.5rem;
  }

  .home8-faq_icon-wrapper {
    width: 1.75rem;
  }

  .home8-testimonial_rating-wrapper {
    align-self: center;
  }

  .home8-services_list {
    grid-row-gap: 3rem;
  }

  .text-color-white.service-template-hero {
    font-size: 3rem;
  }

  .home8-testimonial_client {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .home8-customers_logo {
    max-height: 3rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .button-group {
    justify-content: center;
  }

  .text-size-medium-2 {
    font-size: 17px;
  }

  .text-weight-semibold {
    text-align: center;
    font-size: 1rem;
  }

  .home8-faq_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .home8-customers_component {
    padding-top: 1rem;
  }

  .home8-blog_item {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .home8-testimonial_slide-nav {
    inset: 0% auto auto 0%;
  }

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

  .margin-top.margin-medium.service-cta {
    display: none;
  }

  .margin-top.margin-medium.service-cta-mobile {
    display: block;
  }

  .home8-testimonial_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home8-faq_list.first-col {
    border-bottom-style: none;
  }

  .home8-blog_list, .home8-services_component, .home8-about_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home8-testimonial_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .home8-faq_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

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

  .home8-about_item {
    font-size: 17px;
  }

  .navbar9_menu {
    padding-bottom: 6rem;
  }

  .navbar9_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .navbar9_dropdown-content-layout {
    grid-row-gap: .5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar9_component {
    min-height: 4rem;
  }

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

  .margin-bottom-3.margin-small {
    text-align: center;
    flex-direction: column;
    display: flex;
  }

  .margin-bottom-3.margin-small.sticky_heading {
    position: static;
    top: 22%;
  }

  .navbar02_menu-dropdown {
    font-size: 1.5rem;
  }

  .uui-styleguide_logomark-bg {
    background-image: none;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .button-secondary-gray {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-secondary-gray:hover {
    background-color: #fff;
  }

  .navbar02_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-button-2 {
    padding: .75rem 1.25rem;
    font-size: 1.5rem;
  }

  .uui-button-2:hover {
    border-color: var(--primary);
    background-color: var(--primary);
  }

  .navbar02_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar02_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .navbar02_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar02_link {
    font-size: 1.5rem;
  }

  .button-link-gray {
    font-size: 1rem;
  }

  .button-link-gray:hover {
    color: #667085;
  }

  .uui-button-tertiary-gray {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-tertiary-gray:hover {
    background-color: #0000;
  }

  .navbar02_dropdown-content-right {
    padding: 2rem 1rem;
  }

  .button-row {
    align-self: stretch;
  }

  .button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .badge-2 {
    padding: .125rem .5rem;
  }

  .navbar02_dropdown-toggle {
    font-size: 1.5rem;
  }

  .navbar02_blog-item {
    padding: 0;
  }

  .navbar02_blog-item:hover {
    background-color: #0000;
  }

  .button-link {
    font-size: 1rem;
  }

  .button-link:hover {
    color: #6941c6;
  }

  .text-block-42 {
    font-size: 1.5rem;
  }

  .testimonial11_component {
    height: 56rem;
    min-height: 44.5rem;
    padding-top: 5rem;
    padding-bottom: 0;
  }

  .testimonial11_slide {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial11_content {
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
    height: 100%;
  }

  .testimonial11_logo-wrapper {
    margin-top: 1rem;
  }

  .testimonial11_divider {
    display: none;
  }

  .testimonial11_slide-nav {
    inset: 0% auto auto 0%;
  }

  .testimonial08_logo {
    max-height: 2.5rem;
  }

  .testimonial11_client-image {
    object-fit: cover;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 1.5px;
    height: 100%;
  }

  .testimonial11_content-right {
    margin-right: 0;
    padding: 2rem 1rem;
  }

  .testimonial11_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 1rem;
  }

  .testimonial11_arrow {
    width: 3rem;
    height: 3rem;
    inset: 0% 0% auto auto;
  }

  .testimonial11_arrow:hover {
    background-color: #ffffff1a;
  }

  .testimonial11_arrow.left {
    width: 3rem;
    height: 3rem;
    right: 3.5rem;
  }

  .service-template-about-heading {
    font-size: 2.2rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .layout353_content-item.content-item-4 {
    top: 56%;
  }

  .layout353_content-item.content-item-2 {
    top: 52%;
  }

  .layout353_content-item.content-item-3 {
    top: 54%;
  }

  .layout353_content-item.content-item-1 {
    top: 50%;
  }

  .layout353_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    position: relative;
  }

  .section_layout353 {
    position: relative;
  }

  .layout353_content-left {
    margin-bottom: 4rem;
    padding-bottom: 0;
    display: block;
    position: sticky;
    top: 15%;
  }

  .layout353_content-left.hide-mobile {
    display: none;
  }

  .layout78_list {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .layout78_component {
    align-items: stretch;
  }

  .uui-button-3 {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-3:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .text-size-medium-3 {
    font-size: 1rem;
  }

  .page-padding-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .layout78_item {
    padding: 1.5rem;
  }

  .max-width-large-2 {
    text-align: left;
  }

  .layout78_item-content {
    flex-wrap: wrap;
    display: block;
  }

  .button-secondary-gray-2 {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-secondary-gray-2:hover {
    color: #344054;
    background-color: #fff;
  }

  .symtoms-heading {
    font-size: 2.2rem;
  }

  .up-arrow {
    width: 16px;
  }

  .services-points-wrapper {
    align-items: flex-start;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .locations-link {
    justify-content: space-between;
  }
}

@media screen and (max-width: 479px) {
  body {
    padding-top: 0;
  }

  .display-title.bold.home-banner {
    text-align: center;
    align-self: auto;
    font-size: 2.2rem;
  }

  .display-title.bold.service-hero-header {
    width: 100%;
    font-size: 2.2rem;
  }

  .display-title.bold.about-headings {
    margin-bottom: 0;
    font-size: 2.2rem;
  }

  .display-title.bold.about-headings.privacy-heading {
    text-align: left;
    margin-bottom: 15px;
  }

  .display-title.bold.about-headings.terms-heading {
    text-align: center;
  }

  .display-title.bold.about-headings.financial-policy-heading {
    text-align: left;
  }

  .display-title.bold.testiemonial-heading {
    font-size: 2.2rem;
    line-height: 1.1;
  }

  .display-title.bold.staff-headings {
    font-size: 2rem;
  }

  .display-title.bold.dr-raj-heading {
    font-size: 2.2rem;
  }

  .display-title.bold.doctor-skills {
    text-align: center;
    margin-bottom: 0;
    font-size: 2rem;
  }

  .display-title.bold.doctor-family-heading {
    font-size: 2rem;
  }

  .display-title.bold.work-history {
    text-align: center;
    font-size: 2rem;
  }

  .h1.blog-template-heading {
    width: 100%;
    font-size: 2.2rem;
    line-height: 1.2;
  }

  .h2.bold {
    font-size: 2rem;
  }

  .h2.bold.meet-doc-heading {
    width: 97%;
  }

  .h2.bold.service-hero-heading {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 900;
  }

  .h2.bold.appoinment-header {
    margin-bottom: 0;
  }

  .h2.bold.about-value-heading {
    margin-top: 5px;
  }

  .h2.bold.blog-heading {
    font-size: 2.2rem;
    font-weight: 900;
  }

  .h2.mani-post-title {
    font-size: 1.5rem;
  }

  .h2.mani-post-title.feature-ost-title {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .h4.bold {
    text-align: left;
    font-size: 2rem;
  }

  .h5.bold {
    font-size: 1.25rem;
  }

  .h5.bold.banner {
    font-size: 1rem;
    line-height: 1.5;
  }

  .h5.bold.treatment-heading-text {
    word-break: normal;
    overflow-wrap: anywhere;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1rem;
    line-height: 1.5;
  }

  .body---variant-3 {
    line-height: 2.1rem;
  }

  .body---variant-3.medium {
    text-align: left;
    width: auto;
  }

  .body---variant-3.web-description {
    text-align: left;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .body---variant-3.certificate-text {
    font-size: 1rem;
  }

  .body---variant-3.work-value {
    line-height: 1.5;
  }

  .body---variant-3.blog-about-text {
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .body---variant-2.history-years {
    font-size: 1rem;
    line-height: 1.5;
  }

  .body {
    font-size: 1.25rem;
    line-height: 1.7rem;
  }

  .body.medium, .body---variant-1 {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .body---variant-1.bold {
    font-size: 1rem;
  }

  .body---variant-1.bold.doctername-text {
    font-size: 1rem;
    line-height: 1.4;
  }

  .body---variant-1.bold.about-main-header-label {
    font-size: 1rem;
    line-height: 1.5;
  }

  .body---variant-1.bold.medical-team-label {
    font-size: 1rem;
  }

  .body---variant-1.recent-post-summary {
    font-size: 1.25rem;
  }

  .heading-wrapper {
    margin-bottom: 5px;
  }

  .heading-wrapper.story-heading-medical-page {
    margin-bottom: 0;
  }

  .main-container {
    padding-top: 0;
  }

  .main-container.footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar {
    top: 10px;
  }

  .header {
    text-align: center;
    height: auto;
    min-height: 45px;
    padding: 5px;
  }

  .brand.w--current {
    padding-left: 0;
  }

  .nav-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-menu {
    width: 75%;
  }

  .nav-menu-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-links {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
  }

  .nav-buttons {
    align-items: center;
  }

  .nav-link {
    text-align: center;
    padding-right: 0;
  }

  .nav-contact-number {
    flex-wrap: nowrap;
  }

  .primary-btn.call-btn {
    align-items: stretch;
  }

  .nav-btn {
    align-self: center;
    width: auto;
  }

  .hero-section {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 0;
    overflow: hidden;
  }

  .hero-text-wrapper {
    flex-direction: column;
    align-self: auto;
    align-items: center;
    height: auto;
    display: flex;
  }

  .hero-image-wrapper {
    width: 100%;
  }

  .hero-widget {
    margin-bottom: 0;
    margin-right: 0;
  }

  .hero-widget.home-banner {
    flex-direction: row;
    width: 210px;
    margin-bottom: 30px;
    position: static;
    top: 30%;
  }

  .hero-heading {
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .hero-widget-image {
    width: 40px;
    height: 40px;
  }

  .hero-btns-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .hero-btns-wrapper.home-banner {
    grid-row-gap: 15px;
    padding-top: 0;
    display: inline-block;
    position: static;
    top: 350px;
  }

  .hero-primary {
    margin-bottom: 15px;
    padding-top: 0;
  }

  .p5.bold.meet {
    font-size: 1rem;
    line-height: 1.5;
  }

  .checkup-plans-column {
    padding-left: 0;
    padding-right: 0;
  }

  .checkup-plans-cta-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .checkup-plans-image {
    width: 100%;
    height: auto;
  }

  .contact-points-wrapper {
    align-self: auto;
    align-items: center;
    padding-left: 0;
  }

  .contact-points-wrapper.book {
    align-self: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .contact-point {
    width: 100%;
  }

  .contact-point.middle-section {
    margin-bottom: 5px;
  }

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

  .light-box-play-btn {
    width: 55px;
    height: 55px;
  }

  .reason-block {
    max-width: none;
    padding: 30px 20px;
  }

  .reason-block-title {
    margin-top: 25px;
    margin-bottom: 8px;
  }

  .services-icons-wrapper {
    margin-top: 40px;
  }

  .service {
    width: 80px;
    height: 80px;
    padding: 10px;
  }

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

  .footer-section {
    padding-top: 30px;
    padding-bottom: 15px;
  }

  .footer-content {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    display: flex;
  }

  .footer-block.addresses {
    grid-row-gap: 8px;
    text-align: left;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .footer-column-title, .footer-column-title.office-hours {
    margin-bottom: 10px;
  }

  .footer-column-title.address-title {
    text-align: left;
    flex: 0 auto;
    align-self: auto;
    width: 100%;
    margin-bottom: 0;
  }

  .footer-column-title.quick-links-title {
    margin-bottom: 10px;
  }

  .footer-link.days {
    margin-top: 0;
    top: 0;
  }

  .footer-link.days:hover {
    transform: none;
  }

  .footer-link.hours, .footer-link.quick-links-list {
    margin-top: 0;
    top: 0;
  }

  .footer-link.privacy-policy-link, .footer-link.terms-and-conditions-link, .footer-link.financial-policy, .footer-link.notice-of-privacy-practice, .footer-link.hipaa-notice, .footer-link.patient-rights-and-responsibilities {
    margin-top: 0;
  }

  .footer-social-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-self: center;
    margin-left: 0;
  }

  .footer-social-link {
    margin-left: 0;
  }

  .footer-copyright-left {
    text-align: center;
  }

  .footer-logo {
    width: 100px;
  }

  .footer-container {
    grid-row-gap: 30px;
    margin-bottom: 30px;
  }

  .footer-bottom-wrapper {
    padding-right: 0;
  }

  .about-hero-section {
    padding-top: 120px;
    padding-bottom: 30px;
  }

  .about-hero-header {
    margin-bottom: 10px;
  }

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

  .our-story-section {
    padding-top: 40px;
  }

  .our-story-container {
    grid-row-gap: 60px;
  }

  .our-story-image {
    object-position: 15px 50%;
    height: auto;
  }

  .our-story-header {
    margin-bottom: 0;
  }

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

  .why-us-row {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .why-us-points-wrapper {
    padding: 20px;
  }

  .why-us-points-row {
    margin-bottom: 6px;
    line-height: 26px;
  }

  .checkup-plans-section.different-bg {
    padding-top: 120px;
  }

  .tabs {
    margin-top: 30px;
  }

  .tab-link {
    flex: 1 0 110px;
    align-self: center;
    padding: 7px;
  }

  .tab-link.w--current {
    align-self: center;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .menu-button {
    width: 27px;
    height: 27px;
  }

  .mobile-nav-logo {
    margin-left: -5px;
  }

  .checkup-plans-image-wrapper {
    width: 100%;
  }

  .hero-image {
    object-position: 100% 50%;
  }

  .hero-circle {
    width: 300px;
    height: 300px;
  }

  .treatment-container {
    align-items: center;
  }

  .treatmant-block {
    height: 220px;
    padding-left: 0;
    padding-right: 0;
  }

  .treatmant-block.pediatrician, .treatmant-block.cardiologist, .treatmant-block.dermatologist, .treatmant-block.coronary-diseases, .treatmant-block.pad, .treatmant-block.vein-diseases {
    width: 100%;
  }

  .treatment-block-text-wrapper {
    width: 85%;
  }

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

  .testimonial-slider {
    max-height: 1200px;
    margin-top: 0;
  }

  .testimonial-slide {
    padding: 0 10px 40px;
  }

  .testimonial-slide-content-wrapper {
    padding: 0;
  }

  .testimonial-light-box {
    height: 250px;
    display: none;
  }

  .testimonial-quote-icon {
    align-self: flex-start;
    width: 75px;
    height: 75px;
  }

  .quote {
    line-height: 1.7;
  }

  .light-box-play-btn-embed {
    width: 16px;
    height: 16px;
    margin-right: -2px;
  }

  .left-arrow {
    width: 40px;
    height: 40px;
    inset: auto 0% 38px 80px;
  }

  .right-arrow {
    width: 40px;
    height: 40px;
    inset: auto 80px 38px 0%;
  }

  .contact-circle {
    width: 400px;
    height: 400px;
    top: -280px;
    right: -180px;
  }

  .contact-form-wrapper {
    padding: 20px;
  }

  .contact-header {
    text-align: center;
    margin-bottom: -15px;
    font-size: 1rem;
    line-height: 1.5;
  }

  .contact-header.book {
    align-self: center;
    font-size: 1rem;
    line-height: 1.5;
  }

  .footer-btn {
    width: 100%;
    min-width: auto;
  }

  .our-story-image-wrapper {
    margin-top: 0;
  }

  .about-widget {
    text-align: center;
    flex-wrap: wrap;
    width: 40%;
    margin-bottom: 0;
    margin-right: 0;
  }

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

  .reasons-blocks-wrapper {
    grid-row-gap: 30px;
  }

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

  .values-image {
    border-radius: 20px;
  }

  .values-points-wrapper {
    justify-content: center;
  }

  .value-point {
    min-width: auto;
    font-size: 16px;
    line-height: 1.5;
  }

  .checkup-hero-header {
    margin-bottom: 15px;
  }

  .checkup-blocks-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr;
    max-width: 360px;
  }

  .checkup-block {
    max-width: none;
    padding: 30px 20px;
  }

  .checkup-block-title {
    margin-top: 0;
    margin-bottom: 8px;
  }

  .doctors-container.certifications {
    top: -30px;
  }

  .doctors-hero-header {
    align-self: center;
  }

  .doctors-blocks-wrapper {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .doctor-block-row {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
  }

  .doctor-experience {
    align-self: stretch;
  }

  .doctor-block-text {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button-elements {
    grid-row-gap: 6px;
  }

  .style-hero-section {
    padding-top: 70px;
  }

  .utility-block-links-wrapper {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .services-hero-section {
    padding-top: 120px;
  }

  .services-hero-header {
    margin-bottom: 15px;
  }

  .service-block {
    max-width: none;
    padding: 30px 20px;
  }

  .service-block-title {
    margin-top: 25px;
    margin-bottom: 8px;
  }

  .services-blocks-wrapper {
    max-width: 360px;
  }

  .spacer {
    height: 62px;
    margin-top: 0;
    display: block;
  }

  .background-placeholder {
    border-bottom-right-radius: 0;
    margin-right: 0;
  }

  .background-placeholder--treatmnet {
    border-top-right-radius: 6rem;
    margin-right: 0;
  }

  .contact-info {
    align-self: flex-start;
  }

  .text-block-2 {
    font-size: 1rem;
    line-height: 1.5;
  }

  .quick-stack-2 {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    margin-bottom: 0;
    padding: 15px 0;
  }

  .heading-5 {
    font-size: 2rem;
  }

  .image-5 {
    align-self: auto;
    height: 60px;
  }

  .image-6 {
    width: 100%;
    height: 60px;
  }

  .heading-6 {
    text-align: center;
    align-self: center;
    font-size: 2.2rem;
    line-height: 1.1;
  }

  .heading-7 {
    text-align: center;
    font-size: 2rem;
    line-height: 1.1;
  }

  .italic-text {
    text-align: center;
    font-size: 2rem;
  }

  .about-dr-jajeev-section, .section-blog-hero {
    padding-top: 120px;
  }

  .dr-rajs-awards-section {
    overflow: hidden;
  }

  .dr-rajeev-storey-container {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .dr-jar-s-story-image {
    border-radius: 10px;
  }

  .sotery-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .left-col, .right-col {
    position: static;
  }

  .vimeo-video-emebd {
    margin-top: 0;
  }

  .slider {
    height: 20rem;
  }

  .location-section {
    overflow: hidden;
  }

  .location-blocks-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    display: none;
    overflow: auto;
  }

  .location-block {
    height: 260px;
  }

  .location-details {
    width: 61%;
  }

  .impulso-laptop-component {
    width: 100%;
  }

  .video-mock-up {
    width: 300px;
    height: 413px;
  }

  .story.front {
    padding-bottom: 24px;
  }

  .quick-stack-3 {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .phone-top {
    top: -1%;
  }

  .camera {
    margin-right: 20px;
  }

  .mic {
    margin-right: 10px;
  }

  .phone-outer {
    border-radius: 31px;
    width: 208px;
    height: 450px;
  }

  .gold-outer {
    border-radius: 31px;
    width: 208px;
    height: 452px;
    top: 50%;
  }

  .phone-main {
    border-radius: 31px;
    width: 208px;
    height: 444px;
  }

  .outer-light {
    border-radius: 31px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 208px;
    height: 453px;
    display: block;
    top: 51%;
    left: 51%;
  }

  .quick-stack-4 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .location-image {
    object-fit: cover;
  }

  .cell-4 {
    align-items: center;
    padding-bottom: 16px;
  }

  .cell-5 {
    align-items: center;
    padding-bottom: 16px;
    padding-left: 0;
  }

  .location-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .about-hero-section-copy {
    padding-top: 70px;
  }

  .video_button {
    width: 2rem;
    height: 2rem;
  }

  .video_button-bg {
    width: auto;
    height: auto;
    inset: 0%;
  }

  .video_button-icon {
    width: 40%;
    height: 47%;
  }

  .heading-wrapper-copy {
    flex-direction: column;
    align-items: center;
  }

  .footer-link-addreses.lagrange-address {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .footer-link-addreses.lagrange-address:hover {
    transform: none;
  }

  .footer-link-addreses.newnan-address {
    margin-bottom: 0;
  }

  .footer-link-addreses.newnan-address:hover {
    transform: none;
  }

  .footer-link-addreses.warm-springs-address {
    margin-bottom: 0;
  }

  .footer-link-addreses.warm-springs-address:hover {
    transform: none;
  }

  .privacy-section {
    padding-top: 120px;
  }

  .privacy-content-container {
    align-items: center;
  }

  .privacy-label-header {
    text-align: center;
    margin-bottom: 15px;
  }

  .privacy-heading-heading {
    text-align: center;
  }

  .pribacy-policy-text {
    margin-top: 15px;
  }

  .privacy-policy-text p, .privacy-policy-text li {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .privacy-policy-text h4 {
    font-size: 24px;
    line-height: 1.3;
  }

  .privacy-policy-text h3 {
    font-size: 20px;
    line-height: 1.5;
  }

  .terms-and-consdition-section {
    padding-top: 120px;
  }

  .terms-and-conditions-text p, .terms-and-conditions-text h4 {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .terms-heading-heading {
    max-width: none;
  }

  .terms-and-condiiotns-text {
    margin-top: 30px;
  }

  .quick-stack-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-10 {
    width: 200px;
    height: auto;
  }

  .div-block-6 {
    justify-content: center;
    align-self: flex-start;
    width: 100%;
    height: auto;
    top: 0;
  }

  .blog-card {
    padding: 1.2em;
  }

  .par-small.is--white {
    font-size: .65rem;
  }

  .page-padding {
    padding-left: 1.4em;
    padding-right: 1.4em;
  }

  .card-img {
    height: 12em;
  }

  .cell-9 {
    display: none;
  }

  .div-block-7 {
    grid-template-columns: 1fr;
  }

  .cell-11 {
    align-items: center;
  }

  .cell-12 {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .cell-13, .cell-14, .cell-15 {
    align-items: center;
  }

  .slide {
    max-width: 100%;
  }

  .blog-hero-container {
    flex-direction: column;
  }

  .main-post, .random-poast {
    width: 100%;
  }

  .post-content {
    min-height: 380px;
  }

  .div-block-8 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .author-picture, .post-date {
    align-self: flex-start;
  }

  .sidebar {
    width: 100%;
  }

  .post-col-1-heading {
    margin-bottom: 30px;
  }

  .rest-post-heaading-text {
    text-align: center;
    font-size: 1.5rem;
  }

  .post-conetnt {
    width: 100%;
  }

  .recent-post-item {
    flex-direction: column;
  }

  .recent-post-image {
    width: 100%;
  }

  .main-blog-post-container-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .section-blog-template-hero {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .post-meta-info {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
  }

  .blog-author-headshot {
    width: 40px;
    height: 40px;
  }

  .author-name-text-template {
    font-size: 1rem;
  }

  .date-icon-template {
    width: 1rem;
  }

  .date-text {
    font-size: 1rem;
  }

  .wrapper {
    width: 100%;
    height: 100%;
  }

  .inner-swipe {
    position: absolute;
  }

  .owl-carousel-wrapper {
    align-self: center;
    margin-top: 0;
  }

  .page-padding-2.s0 {
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xxlarge {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-vertical.padding-xhuge {
    width: 100%;
  }

  .padding-vertical.symtoms-and-conditon-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .logo_component-slider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: hidden;
  }

  .logo-slider-img {
    width: 100px;
  }

  .certifications {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2rem;
    line-height: 1.1;
  }

  .logov3_marquee {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .navigation-acnchr {
    margin-top: 0;
    display: none;
  }

  .slider-content {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .right-arrow-3 {
    width: 40px;
    height: 40px;
    inset: auto 25% -16% auto;
  }

  .left-arrow-3 {
    width: 40px;
    height: 40px;
    inset: auto auto -16% 25%;
  }

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

  .blog-template-rich-txt p {
    color: var(--body);
    font-size: 1.25rem;
  }

  .blog-template-rich-txt ul {
    color: var(--body);
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .c-text-medium {
    font-size: 1.2rem;
  }

  .c-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .c-title-large {
    font-size: 42px;
  }

  .c-title-big {
    font-size: 32px;
  }

  .h2-2 {
    text-align: center;
    font-size: 2rem;
  }

  .main-section.faq {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  ._2-4-grid {
    text-align: left;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  ._2-4-grid.vertical-mobile {
    grid-auto-flow: row;
  }

  .p-m-wrap {
    flex: none;
  }

  .faq-p {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
  }

  .faq-answer {
    object-fit: fill;
  }

  .minus {
    flex: none;
  }

  .text-block-6 {
    width: 90%;
    font-size: 1.25rem;
  }

  .text-block-9 {
    width: 95%;
  }

  .categories-wrapper-sidebar {
    text-align: left;
    justify-content: center;
  }

  .divider {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .social-media-grid-top {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .social-icon-square {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .flex-horizontal.space-between {
    word-break: break-all;
  }

  .infinity-slider-item {
    height: 100px;
  }

  .infinity-slider-logo {
    height: 80px;
  }

  .infinity-slider-spacer {
    width: 40px;
  }

  .infinity-slider-item-copy {
    height: 60px;
  }

  .dropdown-toggle-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 20px;
    display: block;
  }

  .dropdown-toggle-2.w--open {
    justify-content: center;
    display: flex;
  }

  .icon-2 {
    margin-right: 0;
    left: auto;
  }

  .icon-3 {
    margin-right: -2px;
    left: auto;
  }

  .dropdown-list {
    position: static;
  }

  .hero-video-overlay {
    border-bottom-right-radius: 0;
    margin-right: 0;
  }

  .dropdown {
    align-self: auto;
  }

  .book-an-appointment {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .services-section-home.different-bg, .important-features-section.different-bg {
    padding-top: 160px;
  }

  .mg-bottom-64px {
    margin-bottom: 40px;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .input {
    font-size: 16px;
    line-height: 18px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .mg-bottom-24px {
    margin-bottom: 16px;
  }

  .grid-1-column.gap-row-22px {
    grid-row-gap: 12px;
  }

  .grid-2-columns.sidebar-content {
    grid-row-gap: 80px;
  }

  .author-container {
    margin-right: 16px;
  }

  .category-heading {
    margin-bottom: 15px;
  }

  .section-3 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-3.hero-home {
    padding-bottom: 0;
  }

  .dr-raj-image {
    object-fit: cover;
  }

  .slide-nav-4 {
    display: none;
  }

  .slider-3 {
    background-color: #0000;
    width: 100%;
    display: block;
  }

  .left-arrow-4 {
    background-color: var(--light-high);
    border-radius: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
    inset: auto auto -5% 30%;
  }

  .left-arrow-4:active {
    background-color: var(--body);
    opacity: 1;
  }

  .html-embed-11 {
    background-color: #0000;
    border-radius: 5px;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 32px;
    height: 32px;
    display: flex;
  }

  .right-arrow-4 {
    background-color: var(--light-high);
    border-radius: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    inset: auto 30% -5% auto;
  }

  .right-arrow-4:active {
    background-color: var(--body);
    opacity: 1;
  }

  .slide-4 {
    height: 320px;
    margin-bottom: 0;
    margin-right: 20px;
  }

  .home-tabs-points-wrapper {
    align-self: center;
    align-items: flex-start;
    padding-left: 0;
  }

  .quick-stack-8 {
    padding-bottom: 52px;
  }

  .cell-16 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .video-medical-staff-mobile {
    align-self: flex-start;
    margin-bottom: 15px;
    display: block;
  }

  .text-block-15 {
    line-height: 1.2;
  }

  .body-2, .body-3 {
    padding-top: 0;
  }

  .vimeo-play-butn.about-playbutton {
    width: 3.4rem;
    height: 3.4rem;
    padding: 15px 10px 15px 15px;
  }

  .vimeo-play-butn.patient-resources {
    width: 3.6rem;
    height: 3.6rem;
    padding: 15px 15px 15px 20px;
  }

  .testimonial10_content {
    background-color: #fff;
    align-items: center;
    padding: 2rem 1rem;
  }

  .bold-text-12 {
    font-size: 1.25rem;
  }

  .testimonial-quote-2 {
    color: #055484;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.25rem;
    line-height: 1.6;
  }

  .testimonial10_client {
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
  }

  .testimonial-client-position {
    text-align: center;
    font-size: 1.15rem;
    font-style: italic;
  }

  .testimonial10_lightbox {
    border-radius: 0;
    height: 100%;
    overflow: visible;
  }

  .testimonial10_divider {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .testimonial10_rating-wrapper {
    justify-content: center;
  }

  .testimonial10_component {
    grid-template-columns: 1fr;
  }

  .testimonial10_component.home {
    background-color: #0000;
    border-radius: 10px;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
    overflow: hidden;
  }

  .uui-button.testimonial {
    margin-top: 2rem;
    margin-left: 0;
  }

  .testimonial-client-name {
    color: #055484;
    text-align: center;
  }

  .text-block-16 {
    color: var(--heading-color);
    justify-content: center;
    font-size: 1rem;
    display: flex;
  }

  .section_testimonial10 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .page-padding-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial10_client-info {
    align-self: auto;
  }

  .div-block-12 {
    border-radius: 0 0 1rem 1rem;
    overflow: visible;
  }

  .text-block-41 {
    font-size: 1.25rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .container-large-2 {
    justify-content: flex-start;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .procude-block {
    aspect-ratio: 1;
    border-radius: 10px;
    height: auto;
  }

  .procude-overlay {
    padding-left: 5px;
    padding-right: 5px;
  }

  .home8-services_item {
    display: flex;
  }

  .home8-testimonial_arrow-icon {
    width: 1rem;
  }

  .home8-header_content {
    min-height: auto;
    max-height: none;
  }

  .home8-blog_image-wrapper {
    padding-top: 66%;
  }

  .home8-testimonial_arrow {
    width: 2.5rem;
    height: 2.5rem;
  }

  .home8-testimonial_arrow:active {
    border-color: var(--body);
    background-color: var(--body);
  }

  .home8-testimonial_arrow.left {
    width: 2.5rem;
    height: 2.5rem;
  }

  .home8-testimonial_arrow.left:active {
    border-color: var(--body);
    background-color: var(--body);
  }

  .home8-services_list {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .text-color-white.service-template-hero {
    font-size: 2.2rem;
  }

  .home8-testimonial_divider {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .heading-style-h5.service-item-heading {
    font-size: 1.5rem;
  }

  .heading-style-h5.symtom-item-heading {
    text-align: center;
    font-size: 1.5rem;
  }

  .padding-section-large.hero {
    padding-top: 120px;
  }

  .button-group {
    justify-content: center;
  }

  .text-size-medium-2, .text-size-medium-2.text-color-white {
    font-size: 1.25rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-weight-semibold {
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
  }

  .text-weight-semibold.testimonial-text {
    text-align: left;
  }

  .home8-customers_component {
    justify-content: center;
  }

  .home8-blog_item {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .margin-top.margin-medium.service-cta {
    display: none;
  }

  .home8-testimonial_content {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .home8-services_component, .home8-about_component, .home8-faq_component {
    grid-template-columns: 1fr;
  }

  .home8-about_item-text-wrapper {
    font-size: 1.25rem;
  }

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

  .home8-about_item {
    font-size: 1.25rem;
  }

  .navbar9_dropdown-content-layout {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar9_dropdown-link {
    padding-left: 0;
  }

  .navbar9_bottom-bar-content {
    flex-direction: column;
    margin-left: 0;
    display: flex;
  }

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

  .margin-bottom-3.margin-tiny.titlte-block {
    margin-bottom: 10px;
  }

  .margin-bottom-3.margin-xxlarge {
    text-align: left;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .navbar02_dropdown-link {
    flex-direction: column;
    grid-template-columns: max-content;
    padding-left: 0;
    display: flex;
  }

  .navbar02_dropdown-blog-item-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .uui-button-2.view-more {
    padding: .5rem 1rem;
    font-size: 1.25rem;
  }

  .navbar02_dropdown-content-left {
    flex-direction: row;
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar02_item-right {
    flex-direction: column;
    margin-top: 10px;
  }

  .text-size-small.hide-mobile-landscape {
    white-space: normal;
    overflow-wrap: break-word;
  }

  .text-size-small.hide-mobile-landscape.service {
    display: none;
  }

  .icon-1x1-xsmall.text-color-primary600 {
    width: 1.25rem;
    height: 1.25rem;
  }

  .navbar02_blog-content {
    margin-top: .5rem;
  }

  .navbar02_dropdown-content-right {
    max-width: none;
    padding: 0;
  }

  .navbar02_icon-wrapper {
    width: 50%;
  }

  .navbar02_blog-item {
    flex-direction: column;
    display: flex;
  }

  .text-weight-semibold.text-color-gray900 {
    text-align: left;
  }

  .navbar02_dropdown-content-wrapper {
    width: 100%;
  }

  .menu-icon {
    width: 20px;
    height: 20px;
  }

  .testimonial11_component {
    width: 100%;
    height: auto;
    min-height: auto;
    padding-top: 3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial11_slide {
    width: 100%;
    height: auto;
    margin-right: 0;
  }

  .testimonial-quote-3 {
    color: #055484;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.25rem;
    line-height: 1.6;
  }

  .testimonial11_content {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    grid-template-columns: 1fr;
    height: 100%;
  }

  .testimonial-client-position-2 {
    text-align: center;
    font-size: 1.15rem;
    font-style: italic;
  }

  .testimonial11_mask {
    width: 100%;
    height: auto;
  }

  .testimonial11_divider {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .testimonial08_logo {
    text-align: left;
  }

  .testimonial11_client-image {
    object-fit: cover;
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    height: 100%;
  }

  .testimonial-client-name-2 {
    color: #055484;
    text-align: center;
  }

  .testimonial11_content-right {
    align-items: center;
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .testimonial11_client {
    align-items: center;
  }

  .testimonial11_client-image-wrapper {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    min-height: 16rem;
  }

  .testimonial11_arrow {
    width: 2.5rem;
    height: 2.5rem;
  }

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

  .testimonial11_arrow:active {
    background-color: var(--body);
  }

  .testimonial11_arrow.left {
    width: 2.5rem;
    height: 2.5rem;
  }

  .testimonial11_arrow.left:hover {
    background-color: var(--white);
    color: var(--primary);
  }

  .testimonial11_arrow.left:active {
    background-color: var(--body);
  }

  .service-template-about-heading {
    text-align: center;
    font-size: 2rem;
  }

  .paragraph-5 {
    font-size: 1.25rem;
  }

  .text-size-small-3.text-weight-semibold.text-color-primary600.menu-headline {
    text-align: left;
  }

  .layout353_component {
    grid-template-columns: 1fr;
  }

  .layout78_item {
    align-items: center;
    padding: 1rem;
  }

  .symtom_label {
    text-align: center;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
  }

  .symtoms-heading {
    text-align: center;
    font-size: 2rem;
  }

  .back-to-top {
    bottom: 5%;
  }

  .services-points-wrapper {
    align-self: auto;
    align-items: center;
    padding-left: 20px;
  }

  .locations-link {
    flex-wrap: wrap;
  }

  .list {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .text-block-43 {
    font-size: 1.125rem;
  }

  .big-banner-video {
    display: none;
  }

  .big-banner-video.no-border-radius {
    display: block;
  }
}

#w-node-_1243dc17-cac3-6525-a00c-1f71be3bf3a4-5cad2d40, #w-node-_878cee5b-bbdf-4137-1bc6-a4aa560ec54a-5cad2d40, #w-node-_8b4bd27e-45d0-83bb-7b10-0abf2ece4806-5cad2d40, #w-node-edd158eb-4a36-63b8-6c8d-900532f2b9d5-5cad2d40, #w-node-_4367aec8-87c4-f7d7-6270-8ecfd9288fde-5cad2d40, #w-node-_8372284e-8079-c15c-74b2-bdce3a8cd1ec-5cad2d40, #w-node-_976d445e-1702-7a7d-bb0f-0a9774f551d2-5cad2d40, #w-node-_18873937-8f34-2dea-6691-af6a4cc7d47e-5cad2d40, #w-node-_03c9bd84-fd2f-3e56-13a8-d2e5cb18753a-5cad2d40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6220432f-fcff-c169-ab1e-0e8daa0dbf7f-5cad2d40 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 3.5fr;
}

#w-node-_6220432f-fcff-c169-ab1e-0e8daa0dbf80-5cad2d40, #w-node-_6220432f-fcff-c169-ab1e-0e8daa0dbf98-5cad2d40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc793677-511d-2129-b7db-2f127e93d577-7e93d565 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-bc793677-511d-2129-b7db-2f127e93d578-7e93d565 {
  align-self: center;
}

#w-node-bc793677-511d-2129-b7db-2f127e93d57a-7e93d565, #w-node-fd241ccf-29a0-a9ff-8192-e7044405f756-7e93d565 {
  justify-self: start;
}

#w-node-bc793677-511d-2129-b7db-2f127e93d582-7e93d565 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-bc793677-511d-2129-b7db-2f127e93d583-7e93d565 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-_0445f6d4-66e0-1818-5359-d621f0bf31de-7e93d565 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-bc793677-511d-2129-b7db-2f127e93d598-7e93d565 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-bc793677-511d-2129-b7db-2f127e93d599-7e93d565 {
  align-self: center;
}

#w-node-bc793677-511d-2129-b7db-2f127e93d59b-7e93d565, #w-node-bc793677-511d-2129-b7db-2f127e93d59d-7e93d565, #w-node-_777d7e12-2025-4bec-8691-b5f43d22c7b7-7e93d565 {
  justify-self: start;
}

#w-node-bc793677-511d-2129-b7db-2f127e93d58d-7e93d565 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: auto;
}

#w-node-bc793677-511d-2129-b7db-2f127e93d58e-7e93d565 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: start;
}

#w-node-bc793677-511d-2129-b7db-2f127e93d590-7e93d565, #w-node-bc793677-511d-2129-b7db-2f127e93d592-7e93d565, #w-node-bc793677-511d-2129-b7db-2f127e93d594-7e93d565, #w-node-_0dcb560b-0a67-cdbf-f28b-cea8839f3db1-7e93d565 {
  justify-self: start;
}

#w-node-afabe1b4-7f0d-35bc-f96a-e632299433b7-7e93d565 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e9743b05-230c-6d24-cf0d-81722e4c01e8-7e93d565 {
  justify-self: start;
}

#w-node-dd8398ba-ec2b-ad0c-13df-9063ff7372bd-7e93d565 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-dd8398ba-ec2b-ad0c-13df-9063ff7372be-7e93d565, #w-node-dd8398ba-ec2b-ad0c-13df-9063ff7372bf-7e93d565 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f4e89ff-5a71-286a-5a85-0d5ab6bc607b-de95e4ab {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.75fr;
}

#w-node-_4f4e89ff-5a71-286a-5a85-0d5ab6bc607c-de95e4ab, #w-node-_4f4e89ff-5a71-286a-5a85-0d5ab6bc607d-de95e4ab, #w-node-b67d6d7a-0bff-0298-dfd9-0113a072be6e-70bbf53e, #w-node-_59f0785d-eea4-4428-8e96-340e5b9a068b-70bbf53e, #w-node-f1e4c724-81e6-e011-fd8f-c72f9101b0f8-70bbf53e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d94bb9da-b48e-46b0-e5d0-2f9e0f315155-70bbf53e {
  grid-template-rows: auto minmax(auto, 1fr);
  grid-template-columns: .5fr .5fr 1fr;
}

#w-node-_4bea9e54-b0a4-46dc-db00-a3a7d7272558-70bbf53e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7c2e7709-00a3-3ca2-a373-455fc45dfeed-70bbf53e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d75eea2b-37ed-7291-e7db-f82adc5142c6-70bbf53e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0849679f-7582-8f4e-fb64-63428f4d642b-70bbf53e {
  grid-template-rows: auto minmax(auto, 1fr);
  grid-template-columns: .5fr .5fr 1fr;
}

#w-node-_0849679f-7582-8f4e-fb64-63428f4d642c-70bbf53e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0849679f-7582-8f4e-fb64-63428f4d6431-70bbf53e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0849679f-7582-8f4e-fb64-63428f4d6433-70bbf53e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7960476e-879a-252b-efaf-0b99e5ad937f-5cad2d53, #w-node-_33f63bdc-372e-4fbd-f61f-30d133b4c1f2-5cad2d53, #w-node-f91a941a-05cb-80b0-db41-1cd92ff6e5d2-5cad2d53, #w-node-_8cda24aa-d6ac-1f7b-5005-f91eb2d00e0e-5cad2d53, #w-node-a6f5cabf-5a1f-b16f-3925-829863a66d22-63a66d20, #w-node-a6f5cabf-5a1f-b16f-3925-829863a66d28-63a66d20, #w-node-a6f5cabf-5a1f-b16f-3925-829863a66d38-63a66d20, #w-node-a6f5cabf-5a1f-b16f-3925-829863a66d47-63a66d20, #w-node-a6f5cabf-5a1f-b16f-3925-829863a66d53-63a66d20, #w-node-a6f5cabf-5a1f-b16f-3925-829863a66d62-63a66d20, #w-node-a6f5cabf-5a1f-b16f-3925-829863a66d6e-63a66d20, #w-node-a6f5cabf-5a1f-b16f-3925-829863a66d82-63a66d20, #w-node-a6f5cabf-5a1f-b16f-3925-829863a66d8e-63a66d20, #w-node-_33e32a7a-704c-0ca8-a6b0-6ed7714bb17b-5cad2d5a, #w-node-_172b9b21-a422-c7e2-319e-2517cee539c3-5cad2d5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f38ded2-02f1-05fd-6c67-711998c7385e-5cad2d5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a8a52170-b829-a8fe-782c-75ca19b05b73-5cad2d5a {
  align-self: center;
}

#w-node-_8f38ded2-02f1-05fd-6c67-711998c73860-5cad2d5a, #w-node-_04b47474-c631-02ce-6b68-7ccd1da2053f-5cad2d5a, #w-node-_23f7e188-2410-0297-c91a-8d947d8872af-5cad2d5a, #w-node-ea903ad9-1aaa-eaf9-b66c-14b8b061240f-5cad2d5a, #w-node-f4ff2417-a98f-0caf-2ab8-80fc24bcbce3-5cad2d5a, #w-node-_5e6865c4-52f0-7daa-adac-62f6412c8960-5cad2d5a, #w-node-ad082bc4-9145-2252-dc72-350d3ca0b744-5cad2d5a, #w-node-_50f4dc2d-b884-0655-b90f-49b4f5cb4232-5cad2d5a, #w-node-_4fa1c257-b780-432f-b519-42b5a07edad1-5cad2d5a, #w-node-_437ab1ef-658f-bf68-b3e1-92d99fe54e3b-5cad2d5a, #w-node-_32b979bd-8168-a29a-c471-f2bca08a650d-5cad2d5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ef0ae17-a0cf-ac6a-4bb1-7d7815aa6809-5cad2d5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_2ef0ae17-a0cf-ac6a-4bb1-7d7815aa680a-5cad2d5a {
  align-self: center;
}

#w-node-_2ef0ae17-a0cf-ac6a-4bb1-7d7815aa680e-5cad2d5a, #w-node-_2ef0ae17-a0cf-ac6a-4bb1-7d7815aa6813-5cad2d5a, #w-node-_2ef0ae17-a0cf-ac6a-4bb1-7d7815aa6818-5cad2d5a, #w-node-_2ef0ae17-a0cf-ac6a-4bb1-7d7815aa681d-5cad2d5a, #w-node-_2ef0ae17-a0cf-ac6a-4bb1-7d7815aa6822-5cad2d5a, #w-node-_2ef0ae17-a0cf-ac6a-4bb1-7d7815aa6827-5cad2d5a, #w-node-_2ef0ae17-a0cf-ac6a-4bb1-7d7815aa682c-5cad2d5a, #w-node-_2ef0ae17-a0cf-ac6a-4bb1-7d7815aa6831-5cad2d5a, #w-node-_2ef0ae17-a0cf-ac6a-4bb1-7d7815aa6836-5cad2d5a, #w-node-_2ef0ae17-a0cf-ac6a-4bb1-7d7815aa683b-5cad2d5a, #w-node-_2ef0ae17-a0cf-ac6a-4bb1-7d7815aa6840-5cad2d5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7f35358-7e27-08d8-e517-45796c70b6ec-5cad2d5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8cac7adc-3c5e-b467-c009-89c6188d67d8-5cad2d5a {
  align-self: center;
}

#w-node-d7f35358-7e27-08d8-e517-45796c70b6ee-5cad2d5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8cac7adc-3c5e-b467-c009-89c6188d67d7-5cad2d5a {
  align-self: center;
}

#w-node-c753c7cf-3d63-851f-a862-f3a8b1b460ea-5cad2d5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8cac7adc-3c5e-b467-c009-89c6188d67d6-5cad2d5a {
  align-self: center;
}

#w-node-_5db16c11-34f5-0ab8-a728-537dda108af3-5cad2d5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8cac7adc-3c5e-b467-c009-89c6188d67d5-5cad2d5a {
  align-self: center;
}

#w-node-a25786d7-aa69-47be-a22a-e043b0e021fc-5cad2d5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8cac7adc-3c5e-b467-c009-89c6188d67d4-5cad2d5a {
  align-self: center;
}

#w-node-_7f4b59b8-bc0f-b2cb-3819-0062f87ab977-5cad2d5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8cac7adc-3c5e-b467-c009-89c6188d67d3-5cad2d5a {
  align-self: center;
}

#w-node-_8787cbe0-9cb7-ec72-0a80-1106f40a1c81-5cad2d5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8cac7adc-3c5e-b467-c009-89c6188d67d2-5cad2d5a {
  align-self: center;
}

#w-node-_15bc3a65-38e1-541c-3678-926fba729060-5cad2d5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-afad686a-a44c-751c-2bd1-acdc84797f5f-5cad2d5a {
  align-self: center;
}

#w-node-_0440de61-a016-cc0b-073f-d219181153ba-5cad2d5a, #w-node-_445f5b04-ad92-ab25-3795-eb49b52014d3-5cad2d5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_445f5b04-ad92-ab25-3795-eb49b52014d4-5cad2d5a {
  place-self: center;
}

#w-node-_445f5b04-ad92-ab25-3795-eb49b52014d5-5cad2d5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_445f5b04-ad92-ab25-3795-eb49b52014d6-5cad2d5a {
  align-self: center;
}

#w-node-_445f5b04-ad92-ab25-3795-eb49b52014d7-5cad2d5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_445f5b04-ad92-ab25-3795-eb49b52014d8-5cad2d5a {
  align-self: center;
}

#w-node-_445f5b04-ad92-ab25-3795-eb49b52014d9-5cad2d5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_445f5b04-ad92-ab25-3795-eb49b52014da-5cad2d5a {
  align-self: center;
}

#w-node-_445f5b04-ad92-ab25-3795-eb49b52014db-5cad2d5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_445f5b04-ad92-ab25-3795-eb49b52014dc-5cad2d5a {
  align-self: center;
}

#w-node-_445f5b04-ad92-ab25-3795-eb49b52014dd-5cad2d5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_445f5b04-ad92-ab25-3795-eb49b52014de-5cad2d5a {
  align-self: center;
}

#w-node-_445f5b04-ad92-ab25-3795-eb49b52014df-5cad2d5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_445f5b04-ad92-ab25-3795-eb49b52014e0-5cad2d5a {
  align-self: center;
}

#w-node-_445f5b04-ad92-ab25-3795-eb49b52014e1-5cad2d5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_445f5b04-ad92-ab25-3795-eb49b52014e2-5cad2d5a {
  align-self: center;
}

#w-node-_2e0fe72e-0052-ee98-284d-9a2eff4557e4-5cad2d5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a752e74-4ca7-0862-ff4d-7d32ac5456eb-5cad2d5a {
  align-self: start;
}

#w-node-_36336dff-b113-11d9-2daf-c87193bdb0d8-5cad2d63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0bfd6685-73c3-f78c-c121-3bcc63e7052d-5cad2da2 {
  grid-template-rows: auto minmax(auto, 1fr);
  grid-template-columns: .5fr .5fr 1fr;
}

#w-node-_0bfd6685-73c3-f78c-c121-3bcc63e7052e-5cad2da2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0bfd6685-73c3-f78c-c121-3bcc63e70532-5cad2da2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0bfd6685-73c3-f78c-c121-3bcc63e70534-5cad2da2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a09efb59-dc4c-0b3f-7c95-b88c87b27a32-5cad2da2 {
  grid-template-rows: auto minmax(auto, 1fr);
  grid-template-columns: .5fr .5fr 1fr;
}

#w-node-a09efb59-dc4c-0b3f-7c95-b88c87b27a33-5cad2da2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a09efb59-dc4c-0b3f-7c95-b88c87b27a37-5cad2da2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a09efb59-dc4c-0b3f-7c95-b88c87b27a39-5cad2da2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-bc793677-511d-2129-b7db-2f127e93d583-7e93d565 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-db48bc3c-b3af-5e4a-ec42-07ea3c96bb87-7e93d565 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d10d5c56-e79a-a3bb-3416-00449529ecbe-7e93d565 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_98554d0e-4562-6153-15ad-246fd575f918-7e93d565 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-bc793677-511d-2129-b7db-2f127e93d58e-7e93d565 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-bc793677-511d-2129-b7db-2f127e93d590-7e93d565 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-bc793677-511d-2129-b7db-2f127e93d592-7e93d565 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-bc793677-511d-2129-b7db-2f127e93d594-7e93d565 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_0dcb560b-0a67-cdbf-f28b-cea8839f3db1-7e93d565 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-afabe1b4-7f0d-35bc-f96a-e632299433b7-7e93d565 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-e9743b05-230c-6d24-cf0d-81722e4c01e8-7e93d565 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_4f4e89ff-5a71-286a-5a85-0d5ab6bc607b-de95e4ab {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4f4e89ff-5a71-286a-5a85-0d5ab6bc607c-de95e4ab {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4f4e89ff-5a71-286a-5a85-0d5ab6bc607d-de95e4ab {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b67d6d7a-0bff-0298-dfd9-0113a072be72-70bbf53e, #w-node-_59f0785d-eea4-4428-8e96-340e5b9a0696-70bbf53e, #w-node-f1e4c724-81e6-e011-fd8f-c72f9101b103-70bbf53e {
    order: 9999;
  }

  #w-node-_9a752e74-4ca7-0862-ff4d-7d32ac5456eb-5cad2d5a {
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6220432f-fcff-c169-ab1e-0e8daa0dbf7f-5cad2d40 {
    grid-template-rows: auto;
    grid-template-columns: .25fr;
  }

  #w-node-_6220432f-fcff-c169-ab1e-0e8daa0dbf80-5cad2d40, #w-node-_6220432f-fcff-c169-ab1e-0e8daa0dbf98-5cad2d40 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bc793677-511d-2129-b7db-2f127e93d582-7e93d565 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-bc793677-511d-2129-b7db-2f127e93d598-7e93d565 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-bc793677-511d-2129-b7db-2f127e93d58d-7e93d565 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-b67d6d7a-0bff-0298-dfd9-0113a072be6e-70bbf53e, #w-node-b67d6d7a-0bff-0298-dfd9-0113a072be72-70bbf53e {
    order: -9999;
  }

  #w-node-_59f0785d-eea4-4428-8e96-340e5b9a0696-70bbf53e {
    order: 9999;
  }

  #w-node-f1e4c724-81e6-e011-fd8f-c72f9101b0f8-70bbf53e, #w-node-f1e4c724-81e6-e011-fd8f-c72f9101b103-70bbf53e {
    order: -9999;
  }

  #w-node-a97071b4-7a5f-3a48-0671-4d1ca66b6757-5cad2d53 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-a6b72491-a8eb-0c86-fb6c-efec61886634-5cad2d53, #w-node-_33f63bdc-372e-4fbd-f61f-30d133b4c1f3-5cad2d53, #w-node-f91a941a-05cb-80b0-db41-1cd92ff6e5d3-5cad2d53, #w-node-_8cda24aa-d6ac-1f7b-5005-f91eb2d00e0f-5cad2d53 {
    order: -9999;
  }

  #w-node-a6f5cabf-5a1f-b16f-3925-829863a66d28-63a66d20 {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6220432f-fcff-c169-ab1e-0e8daa0dbf7f-5cad2d40 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
  }

  #w-node-_6220432f-fcff-c169-ab1e-0e8daa0dbf80-5cad2d40 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6220432f-fcff-c169-ab1e-0e8daa0dbf98-5cad2d40 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dd8398ba-ec2b-ad0c-13df-9063ff7372bd-7e93d565 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-dd8398ba-ec2b-ad0c-13df-9063ff7372be-7e93d565, #w-node-dd8398ba-ec2b-ad0c-13df-9063ff7372bf-7e93d565 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d94bb9da-b48e-46b0-e5d0-2f9e0f315155-70bbf53e {
    grid-template-rows: auto minmax(auto, 1fr);
    grid-template-columns: 5.75fr .5fr;
  }

  #w-node-_4bea9e54-b0a4-46dc-db00-a3a7d7272558-70bbf53e, #w-node-_7c2e7709-00a3-3ca2-a373-455fc45dfeed-70bbf53e, #w-node-d75eea2b-37ed-7291-e7db-f82adc5142c6-70bbf53e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0849679f-7582-8f4e-fb64-63428f4d642b-70bbf53e {
    grid-template-rows: auto minmax(auto, 1fr);
    grid-template-columns: 13.75fr 1fr;
  }

  #w-node-_0849679f-7582-8f4e-fb64-63428f4d642c-70bbf53e, #w-node-_0849679f-7582-8f4e-fb64-63428f4d6431-70bbf53e, #w-node-_0849679f-7582-8f4e-fb64-63428f4d6433-70bbf53e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_160866db-f068-652f-783f-5918889efc58-5cad2d51 {
    order: -9999;
  }

  #w-node-_172b9b21-a422-c7e2-319e-2517cee539c3-5cad2d5a {
    align-self: auto;
  }
}

@font-face {
  font-family: 'Fa Brands 400';
  src: url('https://assets.website-files.com/64aee56ef6008314b844efca/64b20d54a440469bf89530f3_fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('https://assets.website-files.com/64aee56ef6008314b844efca/64b20d54af31e414a4de8338_fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('https://assets.website-files.com/64aee56ef6008314b844efca/64aee56ef6008314b844f061_Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('https://assets.website-files.com/64aee56ef6008314b844efca/64aee56ef6008314b844f062_Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('https://assets.website-files.com/64aee56ef6008314b844efca/64aee56ef6008314b844f05e_Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('https://assets.website-files.com/64aee56ef6008314b844efca/64aee56ef6008314b844f060_Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('https://assets.website-files.com/64aee56ef6008314b844efca/64aee56ef6008314b844f05f_Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}