@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  box-sizing: border-box;
}

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

html {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:focus {
  outline: none;
}

input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
}

input[type=file]::-moz-file-upload-button {
  cursor: pointer;
}

input[type=file]::-ms-file-upload-button {
  cursor: pointer;
}

input[type=file]::-o-file-upload-button {
  cursor: pointer;
}

input[type=file] {
  cursor: pointer;
}

html body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  padding: 90px 0px 0px 0px;
  margin: 0px;
  position: relative;
}

*::-moz-selection {
  color: var(--white);
  background: var(--primary);
}

*::selection {
  color: var(--white);
  background: var(--primary);
}

*::-moz-selection {
  color: var(--white);
  background: var(--primary);
}

*::-webkit-selection {
  color: var(--white);
  background: var(--primary);
}

*::-ms-selection {
  color: var(--white);
  background: var(--primary);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-family: "Poppins", sans-serif;
  border: 0;
  outline: 0;
  font-size: 100%;
}

b,
strong {
  font-weight: 600;
}

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

a,
div a:hover,
div a:active,
div a:focus,
button {
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

a,
span,
div a:hover,
div a:active,
button {
  text-decoration: none;
}

*::after,
*::before,
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body a {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  color: var(--dark);
  text-decoration: none;
  outline: none !important;
  transition: all 0.5s;
}

body a:focus {
  outline: none !important;
}

body a:hover {
  color: var(--secondary);
  outline: none !important;
  transition: all 0.5s;
}

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

ul,
li {
  list-style: none;
}

input,
select,
textarea,
.site textarea {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  width: 100%;
  background: #fff;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  outline: none !important;
}

body p {
  font-family: "Poppins", sans-serif;
  padding-bottom: 10px;
  color: var(--text);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 177.778%;
}

body p a {
  color: var(--primary);
  font-weight: 500;
}

body p:last-child {
  padding-bottom: 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lora", serif;
}

html body .owl-carousel .owl-nav button.owl-prev,
html body .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  left: -35px;
  right: auto;
  top: 50%;
  bottom: auto;
  margin: auto;
  font-size: 0;
  background-image: url("../images/owl-arrow.svg");
  background-repeat: no-repeat;
  width: 27px;
  height: 27px;
  z-index: 1;
  transform: translateY(-50%) rotate(180deg);
  background-size: contain;
}

html body .owl-carousel .owl-nav button.owl-next {
  transform: translateY(-50%) rotate(0deg);
  left: auto !important;
  right: -35px;
}

html body .owl-carousel .owl-nav button.disabled {
  opacity: 0.5;
}

html body .owl-dots {
  text-align: center;
  margin: 0 0 20px;
}

html body .owl-dots button {
  height: 6px;
  width: 32px;
  background: #CFCFCF !important;
  border-radius: 50px;
  padding: 0;
  border: 0;
  transition: unset;
  margin: 0 5px;
}

html body .owl-dots button.active {
  background: var(--primary) !important;
  transition: unset;
  position: relative;
}

html body .owl-dots button span {
  display: none;
}

.gform_wrapper .gform_heading {
  display: none;
}

.gform_wrapper.gravity-theme form {
  position: relative;
}

.gform_wrapper .gfield input, .gform_wrapper .gfield select, .gform_wrapper .gfield textarea {
  background: rgb(255, 255, 255);
  height: 60px;
  padding: 5px 20px !important;
  color: rgba(51, 51, 51, 0.6);
  font-size: 16px !important;
  font-weight: 400;
  font-family: "Poppins", sans-serif !important;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: var(--white);
  width: 100% !important;
}

.gform_wrapper .gfield input::-moz-placeholder, .gform_wrapper .gfield select::-moz-placeholder, .gform_wrapper .gfield textarea::-moz-placeholder {
  color: rgba(51, 51, 51, 0.6);
  font-weight: 400;
}

.gform_wrapper .gfield input::placeholder, .gform_wrapper .gfield select::placeholder, .gform_wrapper .gfield textarea::placeholder {
  color: rgba(51, 51, 51, 0.6);
  font-weight: 400;
}

.gform_wrapper .gfield select option {
  color: #000;
}

html .gform_wrapper input[type=checkbox] {
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.04);
  height: 24px !important;
  width: 24px !important;
  padding: 0 !important;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
}

.gform_wrapper .gfield_error legend {
  color: #222 !important;
}

.gform_wrapper .gfield_error label {
  color: #999 !important;
}

.gform_wrapper .gfield .gfield_checkbox .gfield_label {
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
}

.gform_wrapper .gfield_checkbox {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.gform_wrapper .gfield_checkbox .gchoice {
  display: flex;
}

.gform_wrapper .gfield legend.gfield_label .gfield_required {
  display: none;
}

.gform_wrapper .gfield_checkbox label {
  /* text-transform: capitalize; */
  color: var(--dark);
  font-size: 15px !important;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.gform_wrapper .gfield select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: normal !important;
  background-image: url("../images/drop-arrow.svg");
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: right 15px top 23px;
  padding-right: 40px !important;
}

html .gform_wrapper .gfield textarea {
  height: 120px !important;
  resize: none;
  padding: 15px 20px !important;
}

.gform_wrapper .gfield div.ginput_container {
  background-color: transparent;
  width: 100%;
}

.gform_wrapper::-webkit-input-placeholder,
.gform_wrapper:-ms-input-placeholder,
.gform_wrapper::placeholder {
  color: #fff !important;
  opacity: 1 !important;
  font-weight: 400;
}

.gform_wrapper .gform_footer {
  position: relative;
  width: -moz-max-content;
  width: max-content;
}

.ginput_container_consent label.gfield_consent_label {
  color: #4D4D4D;
  font-size: 16px;
}

.gform_wrapper .gfield div.ginput_container {
  position: relative;
}

.ginput_container_consent label.gfield_consent_label a {
  color: var(--primary);
}

.ginput_container_consent label.gfield_consent_label a:hover {
  color: var(--dark);
}

.gform_wrapper .gform_footer .gform_button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 11;
  cursor: pointer;
  margin: 0 !important;
  width: 100%;
  background: var(--primary);
  border: 1px solid var(--primary);
  transition: all 0.5s;
  text-transform: capitalize;
  border-radius: 100px;
  position: relative;
  display: flex;
  padding: 14px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}

.gform_wrapper .gform_footer .gform_button:hover {
  background-color: #00818D;
  border-color: #00818D;
  color: var(--white);
  transition: all 0.5s;
}

.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
  width: 100%;
  padding-bottom: 0px;
}

.gform_wrapper input::-webkit-outer-spin-button,
.gform_wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

.gform_wrapper input[type=radio] {
  height: 15px !important;
  width: 15px !important;
  margin-right: 5px;
  line-height: normal !important;
}

.gform_wrapper .gfield_radio {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.gform_wrapper .gfield_radio label {
  cursor: pointer;
  color: var(--text);
  font-size: 18px !important;
  font-weight: 400;
}

.gform_validation_errors {
  background: transparent !important;
  border: 1px solid red !important;
  margin: 15px 0 !important;
  padding: 0 !important;
  text-align: center;
  height: auto !important;
  line-height: normal;
  box-shadow: unset !important;
}

.gform_validation_errors h2.gform_submission_error {
  padding: 10px !important;
  font-size: 12px !important;
  line-height: 120% !important;
  background: transparent;
  font-weight: 500 !important;
  margin-top: 0px !important;
  letter-spacing: 0.4px;
  color: red !important;
  text-align: center;
  margin: 0 !important;
  text-transform: capitalize;
}

.gform_validation_errors span.gform-icon.gform-icon--close {
  display: none !important;
}

.gfield_validation_message {
  background: transparent !important;
  border: 0 !important;
  font-size: 13px !important;
  padding: 0 !important;
  color: red !important;
  font-weight: 400;
  letter-spacing: 0.5px !important;
}

.instruction.validation_message {
  display: none;
}

.gform_confirmation_message h3 {
  padding: 20px 0 0;
  font-weight: 600;
}

.gform_confirmation_message p {
  font-size: 18px !important;
  color: var(--text);
}

.gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: unset !important;
  grid-gap: 10px 13px !important;
}

legend.gfield_label {
  color: #222;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400 !important;
  letter-spacing: -0.4px;
}

.gform_confirmation_message img {
  margin-left: 0;
}

.gform_confirmation_message h3 {
  padding: 10px 0 0;
  font-weight: 600;
  font-size: 30px;
  color: #fff;
}

.gform_confirmation_message p {
  line-height: normal;
  font-size: 18px;
  color: var(--text);
}

.gform_confirmation_message {
  margin-top: 10px;
  color: green;
  font-weight: 700;
  font-size: 18px;
  background: #e1ffe1;
  padding: 20px 30px;
  text-align: center;
  border-radius: 5px;
}

.id-wrapper {
  margin-top: -120px;
  padding-top: 120px;
  display: block;
  width: 100%;
  pointer-events: none;
}

.for-mobile {
  display: none;
}

.fixed {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

#header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 888;
  transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  transition-property: all;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  -webkit-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  -moz-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  background: var(--white);
  margin: 0 auto;
  padding: 10px 60px;
}

#header::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
}

#header .wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

#header .wrapper ul#menu-header-menu {
  display: flex;
  align-items: center;
}

#header .wrapper ul#menu-header-menu > li {
  position: relative;
  margin-right: 35px;
}

#header .wrapper ul#menu-header-menu li a {
  position: relative;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  text-transform: capitalize;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#header .wrapper ul#menu-header-menu li a:hover,
#header .wrapper ul#menu-header-menu li.active,
#header .wrapper ul#menu-header-menu li.menu-has-children:hover a {
  color: var(--primary);
}

#header .wrapper ul#menu-header-menu li a:hover::before,
#header .wrapper ul#menu-header-menu li.active a::before,
#header .wrapper ul#menu-header-menu li.menu-has-children:hover > a::before {
  opacity: 1;
}

#header .wrapper ul#menu-header-menu li.menu-item-has-children a::before {
  content: none;
}

#header .wrapper ul#menu-header-menu li.menu-has-children:hover > a {
  color: var(--primary);
}

#header .mobile-info-wrap {
  display: none;
}

#header .wrapper ul#menu-header-menu span.submenu-click-arrow {
  background: url("../images/ic-menu-dropdown-arrow-black.svg") no-repeat;
  display: block;
  width: 10px;
  height: 7px;
  position: absolute;
  left: auto;
  right: 0px;
  top: 11px;
  cursor: pointer;
  transition: all ease 0.5s;
  background-size: contain;
  pointer-events: none;
  filter: brightness(0);
}

#header .wrapper ul#menu-header-menu ul.sub-menu {
  background-color: var(--white);
  width: 240px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 0;
  padding: 20px;
  top: 40px;
  transform-origin: top;
  border-radius: 10px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
}

#header .wrapper ul#menu-header-menu ul.sub-menu li {
  width: 100%;
  height: auto;
  margin: 0 0 10px;
  position: relative;
  padding: 0px;
  text-align: left;
}

#header .wrapper ul#menu-header-menu ul.sub-menu li:last-child {
  margin-bottom: 0px;
}

#header .wrapper ul#menu-header-menu ul.sub-menu li a {
  display: block;
  cursor: pointer;
  transition: all 0.5s;
  color: #222;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#header .wrapper ul#menu-header-menu ul.sub-menu li:last-child a {
  border: 0;
}

#header .wrapper ul#menu-header-menu li.menu-item-has-children {
  padding-right: 20px;
}

#header .wrapper ul#menu-header-menu li.menu-item-has-children:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
}

#header .wrapper ul#menu-header-menu li.menu-item-has-children::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 20px;
  top: auto;
  bottom: -19px;
}

#header .wrapper ul#menu-header-menu > li:hover > a {
  color: var(--primary) !important;
}

body:not(.home) #header .wrapper ul#menu-header-menu > li:hover > a,
#header .wrapper ul#menu-header-menu ul.sub-menu li:hover a {
  color: var(--primary) !important;
}

#header.fixed .wrapper ul#menu-header-menu > li:hover > a {
  color: var(--primary) !important;
}

#header .wrapper ul#menu-header-menu > li:last-child {
  margin-right: 0px;
}

#header .wrapper .right-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

#header .wrapper .middle-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

#header .header-btn-wrap {
  margin-left: 47px;
}

#header .header-logo a {
  display: block;
  max-width: 170px;
  position: relative;
  z-index: 99;
}

#header .header-logo a img {
  width: 100%;
  max-height: unset;
  height: auto;
}

#header .wrapper ul#menu-header-menu ul.sub-menu li a:hover {
  color: var(--primary) !important;
}

/**/
#header .res_navigation {
  cursor: pointer;
  display: none;
}

.res_navigation .nav-toggle {
  display: block;
  position: relative;
  transition: 0.3s ease;
  z-index: 9;
  width: 27px;
  height: 22px;
  top: 2px;
}

.res_navigation .nav-toggle span {
  position: absolute;
  height: 3px;
  border-radius: 10px;
  width: 100%;
  background: #030303;
  left: auto;
  right: 0;
  top: 0;
}

.res_navigation .nav-toggle span:first-child,
.res_navigation .nav-toggle span:nth-child(2) {
  transition: 0.2s ease-in-out;
  width: 25px;
}

.res_navigation .nav-toggle span:nth-child(2) {
  top: 8px;
}

.res_navigation .nav-toggle span:last-child {
  top: 16px;
  width: 16px;
  transition: opacity 0.2s ease-in-out;
}

.res_navigation .nav-toggle.active {
  transform: rotate(45deg);
}

.res_navigation .nav-toggle.active span:first-child {
  transform: translateX(-3%) rotate(90deg);
  top: 8px;
}

.res_navigation .nav-toggle.active span:last-child {
  opacity: 0;
}

#header.fixed .header-logo a {
  max-width: 150px;
}

.mobile-list-menu {
  display: none;
}

#header .header-btn-wrapper .btn-main.sm:hover {
  background: var(--primary);
}

#header .wrapper ul#menu-header-menu > li.current-menu-parent > a, #header .wrapper ul#menu-header-menu > li.current_page_item > a {
  color: var(--primary);
}

#header .wrapper ul#menu-header-menu ul.sub-menu li.current_page_item > a, .footer-links ul li.current_page_item > a {
  color: var(--primary);
}

#header .wrapper ul#menu-header-menu > li.not-link > a, #header .wrapper ul#menu-header-menu > li.not-link > a {
  color: unset !important;
}

#header .wrapper ul#menu-header-menu ul.sub-menu li.not-link > a, .footer-links ul li.not-link > a {
  color: unset !important;
}

/* section css start */
.container {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  float: none;
  padding: 0 15px;
}

:root {
  --primary:#5AC8C3;
  --secondary:#BD8C91;
  --title: #000000;
  --dark: #000000;
  --text: #333;
  --white: #ffffff;
}

.text-center {
  text-align: center;
}

.btn-main {
  background-color: var(--primary);
  display: flex;
  border-radius: 100px;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  color: var(--white);
  gap: 10px;
  text-transform: capitalize;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 15px 30px;
}

.btn-main:hover {
  background-color: #00818D;
  color: var(--white);
}

.btn-main.btn-outline {
  background-color: transparent;
  color: var(--primary);
  border: 1px solid var(--primary);
}

.btn-main.btn-outline:hover {
  background-color: var(--primary);
  color: var(--white);
}

.btn-main.btn-outline-light {
  background-color: transparent;
  color: var(--text);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.btn-main.btn-outline-light:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.btn-main.sm {
  padding: 8px 25px;
  font-size: 16px;
}

.btn-main.btn-hover-white:hover {
  background-color: var(--white);
  color: var(--secondary);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
}

/* width */
::-webkit-scrollbar {
  height: 4px;
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2) !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 10px;
}

.mCSB_scrollTools {
  opacity: 1 !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: var(--primary) !important;
}

.jump-link {
  display: block;
  width: 100%;
  margin-top: -82px;
  padding-top: 82px;
}

.page-not-found {
  position: relative;
}

.page-not-found h1 {
  color: #ee0000;
  margin-bottom: 40px;
  letter-spacing: normal;
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  line-height: 120%;
}

.page-not-found .btn-wrap {
  display: flex;
  justify-content: center;
}

/* common-inner-banner-section */
.common-inner-banner-section {
  position: relative;
  background-color: #a47076;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.common-inner-banner-section h1 {
  color: var(--white);
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: 106.25%;
  text-transform: capitalize;
  letter-spacing: 0px;
  margin-bottom: 0px;
}

.common-content-section {
  position: relative;
  display: flex;
  flex-direction: column;
}

.common-content-section .common-content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}

.common-content-section .common-content-wrapper h1, .common-content-section .common-content-wrapper h2, .common-content-section .common-content-wrapper h3, .common-content-section .common-content-wrapper h4, .common-content-section .common-content-wrapper h5, .common-content-section .common-content-wrapper h6 {
  margin: 10px 0px;
  line-height: 130%;
  text-align: left;
  letter-spacing: 0px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--dark);
}

.common-content-section .common-content-wrapper p {
  line-height: 150%;
}

.common-content-section .common-content-wrapper ol {
  margin: 15px 0px;
  position: relative;
  padding-left: 30px;
}

.common-content-section .common-content-wrapper ol > li {
  color: var(--text);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 15px;
  list-style: decimal !important;
}

.common-content-section .common-content-wrapper ul {
  position: relative;
  margin: 20px 0px;
}

.common-content-section .common-content-wrapper ul > li {
  position: relative;
  color: var(--text);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 15px;
  padding-left: 20px;
}

.common-content-section .common-content-wrapper ul > li::before {
  content: "";
  height: 9px;
  width: 9px;
  display: block;
  position: absolute;
  left: 0px;
  top: 10px;
  border-radius: 50px;
  background: var(--primary);
}

.common-content-section .common-content-wrapper h1 {
  font-size: 40px;
}

.common-content-section .common-content-wrapper h2 {
  font-size: 37px;
}

.common-content-section .common-content-wrapper h3 {
  font-size: 34px;
}

.common-content-section .common-content-wrapper h4 {
  font-size: 28px;
}

.common-content-section .common-content-wrapper h5 {
  font-size: 24px;
}

.common-content-section .common-content-wrapper h6 {
  font-size: 20px;
}

.common-content-section .common-content-wrapper a {
  color: var(--dark);
  font-weight: 500;
}

.common-content-section .common-content-wrapper a:hover {
  color: var(--primary);
}

.entry-title {
  display: none;
}

button.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 99;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 0px;
  background-color: rgba(0, 0, 0, 0.06) !important;
  left: 0;
  transition: all 0.5s;
}

.slick-next.slick-arrow {
  right: 0;
  left: auto;
}

.slick-prev.slick-arrow::before {
  transform: rotate(180deg) !important;
}

button.slick-arrow:before {
  content: "";
  height: 20px;
  width: 20px;
  background-image: url(../images/slick-arrow-black.svg);
  background-repeat: no-repeat;
  background-size: 17px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  top: 0px;
  margin: auto;
  background-position: center center;
  transition: all 0.5s;
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.2;
}

.slick-prev.slick-disabled, .slick-next.slick-disabled {
  pointer-events: none;
}

button.slick-arrow:hover:before {
  transition: all 0.5s;
  background-image: url(../images/slick-arrow-white.svg);
}

.slick-prev.slick-arrow {
  left: -30px;
}

.slick-next.slick-arrow {
  right: -30px;
}

button.slick-arrow:hover {
  background-color: var(--secondary) !important;
}

h1 {
  color: var(--dark);
  font-family: "Lora", serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 15px;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  color: var(--secondary);
  font-family: "Allura", cursive;
  font-weight: 400;
}

h2 {
  color: var(--dark);
  font-family: "Lora", serif;
  font-size: 50px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: normal;
}

h2 span {
  font-size: 70px;
}

.title-wrapper {
  margin-bottom: 30px;
}

.light-pink {
  color: var(--secondary);
  font-family: "Lora", serif;
}

.subtitle {
  color: var(--text);
  font-size: 22px;
  font-weight: 500;
  line-height: 154.545%;
}

.title-two {
  color: var(--text);
  font-size: 32px;
  font-weight: 400;
  line-height: 140.625%;
  margin-bottom: 5px;
}

.main-banner-section {
  padding: 65px 0px;
  position: relative;
  background-color: #D3DCE6;
}

.main-banner-section:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background: linear-gradient(90deg, #FFF -41.02%, rgba(255, 255, 255, 0.58) 17.83%, rgba(255, 255, 255, 0.24) 63.46%, rgba(255, 255, 255, 0) 76.67%);
  pointer-events: none;
}

.main-banner-section .row-wrapper {
  display: grid;
  grid-template-columns: auto 550px;
  gap: 50px;
  position: relative;
  align-items: center;
}

.main-banner-section .btn-wrapper {
  margin-top: 20px;
}

.video-box-one {
  height: 485px;
  width: 100%;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  outline: rgba(0, 0, 0, 0.2) solid 1px;
  border: 6px solid var(--white);
}

.video-box-one .video-thumbnail-image,
.video-box-two .video-thumbnail-image,
.video-box-three .video-thumbnail-image {
  position: absolute;
  inset: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.video-box-one .video-button,
.video-box-two .video-button-two {
  z-index: 5;
  cursor: pointer;
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background-color: var(--white);
  padding: 5px 11px;
  color: var(--secondary);
  font-size: 16px;
  font-weight: 500;
  transition: all 0.5s;
}

.close-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 35px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: monospace;
  color: #fff;
  cursor: pointer;
  z-index: 1100;
}

.video-modal,
.video-modal-two,
.video-modal-three {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  justify-content: center;
  align-items: center;
  z-index: 1000;
  padding: 10px;
}

.video-modal:not(.hidden),
.video-modal-two:not(.hidden),
.video-modal-three:not(.hidden) {
  display: flex;
}

.video-modal video,
.video-modal iframe,
.video-modal-two video,
.video-modal-two iframe,
.video-modal-three video,
.video-modal-three iframe {
  max-width: 90%;
  max-height: 80%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.video-box-one .video-button:hover, .video-box-two .video-button-two:hover {
  background-color: var(--secondary);
  color: var(--white);
  transition: all 0.5s;
}

.video-box-two {
  height: 460px;
  width: 100%;
  position: relative;
}

.online-evaluation-section {
  position: relative;
}

.online-evaluation-section .row-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 52px;
  position: relative;
}

.online-evaluation-section .btn-wrapper {
  margin-top: 20px;
}

.help-section {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.help-section:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background: linear-gradient(183deg, rgba(255, 255, 255, 0.7) 12.51%, rgba(251, 251, 252, 0) 97.69%);
  pointer-events: none;
}

.help-section .row-wrapper {
  display: grid;
  grid-template-columns: auto 460px;
  gap: 20px;
  position: relative;
}

.help-section .row-wrapper .left-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.help-box {
  position: relative;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: var(--white);
  padding: 20px 15px 20px 20px;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.help-box .icon {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  border: 1px solid rgba(102, 164, 154, 0.15);
  background-color: #EFF3F2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  margin-bottom: 15px;
}

.help-box .title {
  color: var(--dark);
  font-size: 24px;
  font-weight: 500;
  line-height: 133%;
  padding-bottom: 15px;
}

.help-box p {
  font-size: 16px;
  line-height: 150%;
}

.help-box .btn-wrapper {
  margin-top: auto;
}

.help-box .btn-wrapper .btn-main {
  margin-top: 5px;
}

.find-out-box {
  position: relative;
  padding: 20px 15px 20px 20px;
  display: flex;
  flex-direction: column;
  text-align: left;
  height: 100%;
  outline: var(--secondary) solid 1px;
  background: var(--secondary);
  border: 5px solid var(--white);
  border-radius: 20px;
}

.find-out-box:before {
  content: "";
  display: block;
  width: 103px;
  height: 101px;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  background-image: url(../images/bg-shap-light.svg);
  background-repeat: no-repeat;
}

.find-out-box .title {
  color: var(--white);
  font-family: "Allura", cursive;
  font-size: 65px;
  font-weight: 400;
  line-height: 92.308%;
  position: relative;
  z-index: 3;
}

.find-out-box p {
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
  line-height: 133.333%;
  position: relative;
  z-index: 3;
}

.find-out-box .btn-wrapper {
  margin-top: auto;
  position: relative;
  z-index: 3;
}

.find-out-box .btn-wrapper .btn-main {
  margin-top: 15px;
  font-size: 16px;
}

.find-out-box .logo-image {
  margin-bottom: 20px;
  width: -moz-fit-content;
  width: fit-content;
}

.stealing-health-and-happiness-section {
  padding: 100px 0px;
  position: relative;
  background: rgba(211, 220, 230, 0.2);
}

.stealing-health-and-happiness-section .row-wrapper {
  display: grid;
  grid-template-columns: auto 635px;
  gap: 115px;
  position: relative;
  align-items: center;
}

.stealing-health-and-happiness-section .title-wrapper {
  margin-bottom: 50px;
}

.stealing-health-and-happiness-section .title-wrapper .subtitle {
  font-weight: 300;
}

.stealing-health-and-happiness-section .title-wrapper .title {
  margin-bottom: 10px;
}

.stealing-health-and-happiness-section .image {
  height: 445px;
  width: 100%;
}

.stealing-health-and-happiness-section .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.border-listing {
  display: flex;
  flex-direction: column;
  margin: 15px 0px;
  list-style: none;
  padding-left: 0px;
}

.border-listing li {
  position: relative;
  color: #333;
  font-size: 18px;
  font-weight: 300;
  line-height: 177%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
  margin-bottom: 15px;
  padding-left: 25px;
  list-style: none;
}

.border-listing li:before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: var(--secondary);
  position: absolute;
  left: 0;
  top: 11px;
}

.patients-section {
  padding: 100px 0px;
  position: relative;
}

.patients-listing {
  margin: -40px 0px;
}

.patients-box {
  background-color: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 20px 15px 20px 15px;
  position: relative;
  display: flex !important;
  flex-direction: column;
  transition: all 0.5s;
  height: inherit !important;
  margin: 45px 8px;
  cursor: pointer;
}

.patients-box:hover {
  transition: all 0.5s;
  filter: drop-shadow(0 0 25px rgba(0, 0, 0, 0.2));
}

.patients-box .icon {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  border: 1px solid rgba(102, 164, 154, 0.15);
  background-color: #EFF3F2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  margin-bottom: 20px;
}

.patients-box .title {
  color: var(--text);
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  padding-bottom: 5px;
}

.patients-box p {
  font-size: 15px;
  line-height: 153%;
}

.patients-box .btn-wrapper {
  margin-top: auto;
}

.patients-box .btn-wrapper .btn-main {
  margin-top: 5px;
}

.patients-box:hover .btn-wrapper .btn-main.btn-outline-light {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.patients-listing .slick-track {
  display: flex !important;
}

.diagnosis-section {
  position: relative;
  padding: 100px 0px;
  background-color: rgba(189, 140, 145, 0.2);
}

.video-box-three {
  height: 480px;
  width: 100%;
  border-radius: 20px;
  position: relative;
}

.video-box-three .video-button-three {
  z-index: 5;
  cursor: pointer;
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  padding: 5px 11px;
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.5s;
}

.video-box-three .video-button-three:hover {
  background-color: var(--secondary) !important;
  transition: all 0.5s;
  color: var(--white) !important;
  border-color: var(--secondary) !important;
}

.diagnosis-section .row-wrapper-one {
  display: grid;
  grid-template-columns: auto 570px;
  gap: 100px;
  position: relative;
  margin-bottom: 100px;
}

.diagnosis-section .row-wrapper-one .left-col h2 {
  font-size: 40px;
  line-height: 127%;
  margin-bottom: 20px;
}

.diagnosis-section .row-wrapper-one .left-col h2 span {
  font-size: 50px;
}

.diagnosis-section .row-wrapper-one .btn-wrapper {
  margin-top: 20px;
}

.diagnosis-section .row-wrapper-two {
  display: grid;
  grid-template-columns: auto 570px;
  gap: 100px;
  position: relative;
}

.diagnosis-section .row-wrapper-two .right-col h2 {
  font-size: 40px;
  line-height: 127%;
  margin-bottom: 10px;
}

.diagnosis-section .row-wrapper-two .right-col h2 span {
  font-size: 50px;
}

.diagnosis-section .row-wrapper-two .image-two {
  height: 750px;
  width: 100%;
}

.diagnosis-section .row-wrapper-two .image-two img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.diagnosis-section .row-wrapper-two .right-col .message-box {
  border-radius: 20px;
  background: var(--white);
  position: relative;
  padding: 20px 30px 20px 20px;
  margin-top: 10px;
}

.diagnosis-section .row-wrapper-two .right-col .message-box p {
  font-size: 16px;
}

.testimonial-section {
  position: relative;
  background-color: #D3DCE6;
  padding: 100px 0px;
}

.testimonial-listing .testimonial-box {
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--white);
  padding: 30px 20px;
  position: relative;
  display: flex !important;
  flex-direction: column;
  margin: 0px 6px;
  height: inherit;
  gap: 20px;
  min-height: 312px;
  cursor: pointer;
}

.testimonial-listing .testimonial-box p {
  font-size: 16px;
}

.testimonial-listing .testimonial-box .name {
  color: #222;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  margin-top: auto;
}

.testimonial-listing .slick-prev.slick-arrow {
  left: -50px;
}

.testimonial-listing .slick-next.slick-arrow {
  right: -50px;
}

.testimonial-section .btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.testimonial-listing .slick-track {
  display: flex !important;
}

.blog-section {
  padding: 100px 0px;
  position: relative;
}

.blog-section .top-wrapper, .releted-blog-section .top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 25px;
}

.blog-listing, .releted-blog-section .related-blog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  position: relative;
}

.blog-box {
  position: relative;
  background-color: var(--white);
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex !important;
  flex-direction: column;
  transition: all 0.5s;
  overflow: hidden;
}

.blog-box .blog-image {
  height: 230px;
  min-height: 230px;
  width: 100%;
  overflow: hidden;
}

.blog-box .blog-image a {
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.blog-box .blog-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
}

.blog-box:hover .blog-image img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.blog-box .content-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 20px 20px 25px 20px;
  height: 100%;
}

.blog-box .date {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.blog-box .title {
  margin-bottom: 25px;
}

.blog-box .title a {
  color: var(--text);
  font-size: 20px;
  font-weight: 500;
}

.blog-box .title a:hover {
  color: var(--primary);
}

.blog-box .bottom-wrap {
  margin-top: auto;
}

.arrow-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  color: var(--primary);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  transition: all 0.5s;
}

.arrow-btn img {
  margin: 0;
  transition: all 0.5s;
}

.arrow-btn:hover {
  color: var(--dark);
}

.arrow-btn:hover img {
  filter: brightness(0);
  transition: all 0.5s;
}

.contact-box-form-section {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 58px 0px;
}

.contact-box-form-section .contact-box-wrapper {
  display: flex;
  justify-content: end;
  position: relative;
}

.contact-box-form-section .contact-box-wrapper .contact-form-box {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.85);
  width: 680px;
  display: flex;
  flex-direction: column;
  padding: 35px 30px;
  position: relative;
}

.contact-box-form-section .contact-box-wrapper h2 {
  font-size: 44px;
}

.contact-box-form-section .contact-box-wrapper p {
  color: #333;
  font-weight: 400;
}

.contact-box-form-section .contact-box-wrapper .contact-form-box .contact-form-wrapper .message {
  color: #222;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.contact-box-form-section .contact-box-wrapper .contact-form-box .contact-form-wrapper {
  margin-top: 15px;
}

.sleep-struggles-section {
  padding: 100px 0px 80px 0px;
  position: relative;
  background-color: #F6F8FA;
}

.sleep-struggles-section .sleep-struggles-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}

.sleep-struggles-section .sleep-struggles-wrapper p {
  font-weight: 400;
}

.sleep-struggles-section .sleep-struggles-wrapper .arrow-btn {
  margin-top: 10px;
}

.sleep-struggles-section .sleep-struggles-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  padding-bottom: 78px;
  margin-bottom: 62px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.logo-wrapper .subtitle {
  color: var(--dark);
  font-weight: 400;
}

.logo-listing {
  margin: 15px 0px 0px 0px;
  position: relative;
}

.logo-box {
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--white);
  height: 115px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 15px;
  position: relative;
  margin: 10px 5px;
  /* cursor: pointer; */
  transition: all 0.5s;
}

.logo-box:hover {
  transition: all 0.5s;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

.logo-listing .slick-prev.slick-arrow {
  left: -30px;
}

.logo-listing .slick-next.slick-arrow {
  right: -30px;
}

.logo-listing .slick-arrow {
  background-color: unset !important;
  border-radius: 0px !important;
  height: 30px;
  width: 30px;
}

.logo-listing .slick-arrow:hover {
  background-color: unset !important;
}

.logo-listing .slick-prev.slick-arrow::before {
  background-image: url(../images/slick-small-arrow-left.svg);
  transform: unset !important;
  background-size: auto;
}

.logo-listing .slick-next.slick-arrow::before {
  background-image: url(../images/slick-small-arrow-right.svg);
  background-size: auto;
}

.map-location-section {
  position: relative;
  background-color: #F2E8E9;
  display: none;
}

.location-box-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  position: relative;
}

.location-box-wrapper .location-box {
  position: relative;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--white);
  gap: 20px;
  display: grid;
  padding: 10px;
  grid-template-columns: repeat(2, 1fr);
}

.location-box-wrapper .location-box .map {
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.location-box-wrapper .location-box .map, .location-box-wrapper .location-box .map iframe {
  display: block;
  height: 100%;
  width: 100%;
}

.location-box-wrapper .location-box .left-col {
  padding: 18px 0px 24px 18px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.location-box-wrapper .location-box .title {
  color: var(--dark);
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}

.location-box-wrapper .location-box .subtitle-mini {
  color: #BD8C91;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.location-box-wrapper .location-box p {
  font-size: 14px;
  line-height: 157.143%;
}

.location-box-wrapper .location-box .top-wrap .wrapper {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

.location-box-wrapper .location-box .top-wrap .wrapper:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px;
}

.location-box-wrapper .location-box .bottom-wrap {
  margin-top: auto;
}

.location-box-wrapper .location-box .bottom-wrap .arrow-btn {
  margin-top: 30px;
  text-decoration: underline;
}

ul.time-list {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 10px;
}

ul.time-list li {
  position: relative;
  background-image: url(../images/clock-icon.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: top 3px left;
  padding-left: 24px;
  color: hsla(0, 0%, 20%, 0.8);
  font-size: 14px;
  font-weight: 300;
  line-height: 157.143%;
}

.mobile-video {
  display: none !important;
}

.mobile-btn {
  display: none !important;
}

.for-mobile {
  display: none !important;
}

.bg-blue-light {
  background-color: #F6F8FA;
}

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

.p-100 {
  padding: 100px 0px;
}

.p-50 {
  padding: 50px 0px;
}

.p-60 {
  padding: 60px 0px;
}

.p-70 {
  padding: 70px 0px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.inner-banner-section {
  position: relative;
}

.inner-banner-section .inner-banner-title-wrapper {
  position: relative;
  margin-bottom: 40px;
}

.inner-banner-section .inner-banner-title-wrapper h1 {
  color: var(--dark);
  font-size: 60px;
  font-weight: 400;
  line-height: 110%;
  text-transform: capitalize;
  margin-bottom: 40px;
}

.inner-banner-section .inner-banner-title-wrapper .btn-wrapper {
  display: flex;
  justify-content: center;
}

.inner-banner-section .inner-banner-title-wrapper.big h1 {
  font-size: 75px;
  line-height: 104%;
}

.our-team-listing {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  gap: 60px;
}

.our-team-listing .our-team-box {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--white);
  overflow: hidden;
  height: 100%;
  transition: all 0.5s;
  cursor: pointer;
}

.our-team-listing .our-team-box:hover {
  transition: all 0.5s;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
}

.our-team-listing .our-team-box .image, .our-team-listing .our-team-box .image a {
  display: block;
  height: 356px;
  width: 100%;
}

.our-team-listing .our-team-box .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.our-team-listing .our-team-box .content {
  display: flex;
  flex-direction: column;
  padding: 30px;
  position: relative;
  height: 100%;
}

.our-team-listing .our-team-box .title a {
  font-size: 30px;
  font-weight: 400;
  text-transform: capitalize;
  font-family: "Lora", serif;
  color: var(--dark);
}

.our-team-listing .our-team-box .title a:hover {
  color: var(--primary);
}

.our-team-listing .our-team-box .small-sm-title {
  color: var(--dark);
  font-weight: 500;
}

.our-team-listing .our-team-box .top-wrap {
  margin-bottom: 40px;
}

.our-team-listing .our-team-box .bottom-wrap {
  margin-top: auto;
}

.right-position {
  right: 20px !important;
  left: auto !important;
}

.bg-blue-gradiant {
  position: relative;
}

.bg-blue-gradiant:before {
  content: "";
  display: block;
  height: 585px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
  background: linear-gradient(359deg, #FFF 0.83%, #D3DCE6 98.92%);
}

.team-detail-section .row-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 510px auto;
  gap: 80px;
}

.team-detail-section .row-wrapper .team-member-image {
  height: 516px;
  width: 100%;
  border-radius: 10px;
  border: 5px solid #FFF;
  background: #F2E8E9;
  margin-bottom: 40px;
}

.team-detail-section .row-wrapper .team-member-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.team-detail-section .team-membe-name {
  color: var(--dark);
  font-family: "Lora", serif;
  font-size: 40px;
  text-transform: uppercase;
  line-height: normal;
}

.team-detail-section .team-member-position {
  color: var(--secondary);
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize;
}

.team-detail-section .siderbar {
  position: sticky;
  top: 100px;
}

body.single-ourteam {
  overflow: unset;
}

.team-detail-section .main-title {
  color: var(--dark);
  font-family: "Lora", serif;
  font-size: 75px;
  line-height: 106.667%;
  text-transform: capitalize;
  padding-bottom: 0px;
  margin-bottom: 30px;
}

.team-detail-section .team-member-content p {
  color: var(--dark);
  line-height: 166.667%;
  padding-bottom: 25px;
}

.team-detail-section .team-member-content a {
  font-weight: 600;
  color: var(--secondary);
}

.team-detail-section .team-member-content a:hover {
  color: var(--dark);
}

.team-detail-section .team-member-content strong, .team-detail-section .team-member-content b {
  font-weight: 500;
}

.book-box {
  position: relative;
  background: var(--secondary);
  border-radius: 20px;
  outline: 1px solid var(--secondary);
  outline-offset: 6px;
  padding: 52px 72px;
  display: grid;
  gap: 60px;
  grid-template-columns: repeat(2, 1fr);
}

.book-box:before {
  content: "";
  display: block;
  width: 153px;
  height: 180px;
  position: absolute;
  right: 16px;
  top: 0;
  z-index: 1;
  pointer-events: none;
  background-image: url(../images/bg-light-shap-00111.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.book-box .left-col, .book-box .right-col {
  position: relative;
  z-index: 5;
}

.book-box.align-center {
  align-items: center;
}

.book-box .title {
  color: var(--white);
  font-family: "Lora", serif;
  font-size: 36px;
  line-height: 144.444%;
}

.book-box p {
  color: var(--white);
}

.book-box .btn-wrapper {
  margin-top: 15px;
}

.book-box .btn-wrapper .btn-main {
  padding: 10px 25px;
}

.book-box h1, .book-box h2, .book-box h3, .book-box h4, .book-box h5, .book-box h6 {
  color: var(--white);
}

.book-box.two {
  grid-template-columns: auto 335px;
}

.book-box.two p {
  text-transform: capitalize;
}

ul.list, ul.list li, ol.list, ol.list li {
  list-style: unset;
  font-size: 18px;
  color: var(--dark);
  text-transform: capitalize;
  margin-bottom: 10px;
}

ul.list, ol.list {
  padding-left: 30px;
  margin: 15px 0px;
}

ul.list li::marker, ol.list li::marker {
  color: var(--secondary);
  font-size: 20px;
}

ol.list {
  list-style: number;
}

.team-detail-section .team-member-content ul, .team-detail-section .team-member-content ul li, .team-detail-section .team-member-content ol, .team-detail-section .team-member-content ol li {
  list-style: unset;
}

.team-detail-section .team-member-content ul, .team-detail-section .team-member-content ol {
  padding-left: 30px;
  margin: 15px 0px;
}

.team-detail-section .team-member-content ul li::marker, .team-detail-section .team-member-content ol li::marker {
  color: var(--secondary);
}

.team-detail-section .team-member-content ol {
  list-style: number;
}

.team-detail-section .team-member-content h1, .team-detail-section .team-member-content h2, .team-detail-section .team-member-content h3, .team-detail-section .team-member-content h4, .team-detail-section .team-member-content h5, .team-detail-section .team-member-content h6 {
  margin: 15px 0px;
}

.team-detail-section .team-member-content h1 {
  font-size: 30px;
}

.team-detail-section .team-member-content h2 {
  font-size: 25px;
}

.team-detail-section .team-member-content h3 {
  font-size: 23px;
}

.team-detail-section .team-member-content h4 {
  font-size: 20px;
}

.team-detail-section .team-member-content h5 {
  font-size: 18px;
}

.team-detail-section .team-member-content h6 {
  font-size: 16px;
}

.inner-banner-section .common-image-listing-main-wrpper .inner-banner-image {
  height: 353px;
  width: 100%;
}

.inner-banner-section .common-image-listing-main-wrpper .inner-banner-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.inner-banner-section .common-image-listing-main-wrpper {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 50px;
}

.inner-banner-section .common-image-listing-main-wrpper .row-wrapper {
  display: grid;
  grid-template-columns: 556px auto;
  gap: 60px;
}

.inner-banner-section .common-image-listing-main-wrpper .row-wrapper h2 {
  margin-bottom: 20px;
}

.inner-banner-section .common-image-listing-main-wrpper .row-wrapper .subtitle {
  text-transform: capitalize;
}

.if-you-answered-section {
  padding: 90px 0px;
  position: relative;
  background: linear-gradient(179deg, rgba(242, 232, 233, 0.62) 54.16%, rgba(248, 243, 244, 0) 98.04%, rgba(255, 255, 255, 0) 98.04%);
}

.if-you-answered-section .common-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 55px;
  position: relative;
}

.if-you-answered-section .border-listing li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px;
}

.if-you-answered-section .wrapper-one {
  margin-bottom: 50px;
}

.if-you-answered-section .image {
  height: 370px;
  width: 100%;
}

.if-you-answered-section .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  -o-object-position: top;
     object-position: top;
}

.if-you-answered-section .common-wrap.align-start {
  align-items: flex-start;
}

.if-you-answered-section .wrapper-two, .if-you-answered-section .wrapper-three, .if-you-answered-section .wrapper-four {
  margin-bottom: 40px;
}

.if-you-answered-section .wrapper-four .arrow-btn {
  margin-bottom: 20px;
}

.inner-banner-section .common-image-listing-main-wrpper .row-wrapper.sm {
  grid-template-columns: 430px auto;
}

.align-center {
  align-items: center;
}

.better-sleep-section {
  padding: 80px 0px;
  position: relative;
  background-color: #F2E8E9;
}

.better-sleep-section .row-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 52px;
  align-items: center;
}

.better-sleep-section .row-wrapper .image-wrapper .top-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  position: relative;
}

.better-sleep-section .row-wrapper .image-wrapper .top-wrapper .image {
  height: 338px;
  width: 100%;
}

.better-sleep-section .row-wrapper .image-wrapper .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.better-sleep-section .row-wrapper .image-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.better-sleep-section .row-wrapper .image-wrapper .botom-wrapper .image {
  height: 302px;
  width: 100%;
}

.better-sleep-section .right-col h2 {
  margin-bottom: 15px;
  color: var(--text);
}

.sleep-can-do-what-section .row-main-wrapper-listing {
  display: flex;
  flex-direction: column;
  gap: 60px;
  position: relative;
}

.sleep-can-do-what-section .row-main-wrapper-listing .row-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  align-items: center;
  position: relative;
}

.sleep-can-do-what-section .row-main-wrapper-listing .row-wrapper .title {
  color: var(--dark);
  font-size: 28px;
  font-weight: 500;
  line-height: 178%;
}

.sleep-can-do-what-section .row-main-wrapper-listing .row-wrapper .image {
  height: 300px;
  width: 100%;
}

.sleep-can-do-what-section .row-main-wrapper-listing .row-wrapper .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.sleep-can-do-what-section .row-main-wrapper-listing .row-wrapper:nth-child(2n+2) .left-col {
  order: 1;
}

.quality-sleep-section {
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  position: relative;
}

.quality-sleep-section:before {
  content: "";
  display: block;
  height: 50px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}

.quality-sleep-section .row-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 55px;
}

ul.check-listing {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
}

ul.check-listing li {
  border-radius: 10px;
  border: 1px solid #DDE0E6;
  background: var(--white);
  position: relative;
  padding: 22px 50px 22px 50px;
  color: var(--text);
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
  letter-spacing: -0.36px;
  background-image: url(../images/check-icon.svg);
  background-repeat: no-repeat;
  background-position: left 18px top 26px;
}

.treatment-section {
  background-color: rgba(211, 220, 230, 0.2);
  position: relative;
}

.treatment-section .top-wrapper {
  display: grid;
  grid-template-columns: auto 360px;
  align-items: center;
  gap: 50px;
  margin-bottom: 30px;
}

.treatment-box-listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  position: relative;
}

.treatment-box-listing .treatment-box {
  padding: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: var(--white);
}

.treatment-box-listing .treatment-box .icon {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  border: 1px solid rgba(102, 164, 154, 0.15);
  background-color: #EFF3F2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  margin-bottom: 20px;
}

.treatment-box-listing .treatment-box .title {
  color: var(--dark);
  font-size: 24px;
  font-weight: 500;
  line-height: 133%;
  margin-bottom: 30px;
}

.treatment-box-listing .treatment-box .bottom {
  margin-top: auto;
}

.link-btn {
  color: var(--primary);
  font-size: 16px;
  font-weight: 600;
  text-decoration-line: underline;
  text-transform: capitalize;
}

.link-btn:hover {
  color: var(--dark);
  text-decoration-line: underline;
}

.link-btn-black {
  color: var(--dark);
  font-size: 16px;
  font-weight: 600;
  text-decoration-line: underline;
  text-transform: capitalize;
}

.link-btn-black:hover {
  color: var(--primary);
  text-decoration-line: underline;
}

.breathing-problems-snoring-section {
  background-color: #F2E8E9;
}

.breathing-problems-snoring-section .row-wrapper {
  display: grid;
  grid-template-columns: 566px auto;
  gap: 40px;
  position: relative;
  margin-bottom: 30px;
}

.breathing-problems-listing {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  position: relative;
}

.breathing-problems-listing .breathing-problems-box {
  position: relative;
  background-color: var(--white);
  padding: 20px;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 80px auto;
  gap: 20px;
  min-height: 195px;
}

.breathing-problems-listing .breathing-problems-box .icon {
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 10px;
  border: 1px solid rgba(102, 164, 154, 0.15);
  background-color: #EFF3F2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}

.breathing-problems-listing .breathing-problems-box .title {
  color: var(--text);
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.breathing-problems-listing .breathing-problems-box p {
  font-size: 14px;
  line-height: 164%;
}

.breathing-problems-snoring-section .row-wrapper .right-col b {
  color: #00818D;
}

.respiratory-disease-section h2 {
  margin-bottom: 10px;
}

.respiratory-disease-section .subtitle {
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.faqs-main-wrapper {
  display: grid;
  grid-template-columns: auto 370px;
  gap: 70px;
  position: relative;
  margin-top: 60px;
}

.faqs-main-wrapper .left-wrap h2 {
  margin-bottom: 40px;
}

.faqs-main-wrapper .right-wrap h2 {
  margin-bottom: 20px;
}

.faqs-main-wrapper .right-wrap h2 span {
  font-size: 60px;
}

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
}

.faq-accordion .faq-accordion-item {
  position: relative;
  border: 1px solid #DDE0E6;
  border-radius: 10px;
  overflow: hidden;
  background-color: var(--white);
}

.faq-accordion .faq-accordion-header {
  position: relative;
  padding: 20px 50px 20px 24px;
  cursor: pointer;
  transition: all 0.3s;
  background: var(--white);
  color: var(--text);
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.4px;
}

.faq-accordion .faq-accordion-header::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 30px;
  transition: transform 0.3s;
  top: 0;
  bottom: 0;
  margin: auto 0;
  line-height: normal;
  display: flex;
  align-items: center;
  font-family: monospace;
  justify-content: center;
}

.faq-accordion .faq-accordion-item.active .faq-accordion-header::after {
  content: "–";
}

.faq-accordion .faq-accordion-content {
  display: none;
  padding: 0px 24px 24px 24px;
}

.faq-accordion .faq-accordion-content p {
  line-height: 155%;
  letter-spacing: -0.36px;
}

.faq-accordion .faq-accordion-item.active .faq-accordion-content {
  display: block;
}

.patients-resources-listing {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}

.patients-resources-listing .patients-resources-box {
  position: relative;
  background-color: var(--white);
  padding: 20px;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 70px auto;
  gap: 17px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.patients-resources-listing .patients-resources-box .icon {
  width: 70px;
  height: 70px;
  min-width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 10px;
  border: 1px solid rgba(102, 164, 154, 0.15);
  background: #EFF3F2;
}

.patients-resources-listing .patients-resources-box .title {
  color: var(--text);
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  padding-bottom: 5px;
}

.patients-resources-listing .patients-resources-box p {
  font-size: 15px;
  line-height: 153%;
}

body.page-template-faqs-php {
  overflow: unset;
}

.faqs-main-wrapper .right-wrap .sidebar-wrap {
  position: sticky;
  top: 100px;
}

.sidebar-sleep-apnea-box {
  position: relative;
  padding: 20px 15px 20px 20px;
  display: flex;
  flex-direction: column;
  text-align: left;
  outline: var(--secondary) solid 1px;
  background: var(--secondary);
  border: 5px solid var(--white);
  border-radius: 20px;
  gap: 20px;
  min-height: 280px;
}

.sidebar-sleep-apnea-box:before {
  content: "";
  display: block;
  width: 103px;
  height: 101px;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  background-image: url(../images/bg-shap-light.svg);
  background-repeat: no-repeat;
}

.sidebar-sleep-apnea-box .btn-wrapper {
  margin-top: auto;
  position: relative;
  z-index: 3;
}

.sidebar-sleep-apnea-box .title {
  color: var(--white);
  font-family: Lora;
  font-size: 40px;
  line-height: 87%;
  margin-bottom: 10px;
  position: relative;
  z-index: 3;
}

.sidebar-sleep-apnea-box p {
  color: var(--white);
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  text-transform: capitalize;
  position: relative;
  z-index: 3;
}

.faqs-main-wrapper .right-wrap .sidebar-sleep-apnea-box {
  margin: 40px 0px;
}

.testimonial-slider-two {
  padding-bottom: 60px;
}

.testimonial-slider-two button.slick-arrow {
  top: auto;
  bottom: -18px;
}

.testimonial-slider-two button.slick-prev.slick-arrow {
  left: 37%;
}

.testimonial-slider-two button.slick-next.slick-arrow {
  right: 37%;
}

.faqs-main-wrapper .right-wrap .sidebar-wrap .sidebar-testimonial-wrapper h2 {
  font-size: 40px;
  line-height: 117%;
}

.testimonial-slider-two .testimonial-box {
  min-height: auto !important;
}

.inner-banner-video .banner-video {
  height: 382px;
}

.inner-banner-video .banner-video .video-thumbnail-image {
  border-radius: 20px;
}

.inner-banner-video .banner-video .video-btn-sm {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background: unset;
  border: unset;
  color: unset;
  border-radius: unset;
  padding: 0;
  height: 61px;
  width: 61px;
}

.inner-banner-video .banner-video .video-btn-sm img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.inner-banner-video .banner-video .video-btn-sm:hover {
  background-color: unset !important;
}

.blog-detail-content .natural-treatment-option-section {
  background-color: #F2E8E9;
  position: relative;
}

.natural-treatment-option-section .title-wrapper {
  margin-bottom: 50px;
}

.natural-treatment-option-section .title-wrapper h2 {
  margin-bottom: 20px;
}

.natural-treatment-option-section .title-wrapper .content-wrapper {
  max-width: 832px;
  margin: 0 auto;
}

.natural-treatment-listing {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative;
}

.natural-treatment-listing .natural-treatment-box {
  background-color: var(--white);
  border-radius: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 20px 15px 20px 20px;
}

.natural-treatment-listing .natural-treatment-box .icon {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  border: 1px solid rgba(102, 164, 154, 0.15);
  background-color: #EFF3F2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  margin-bottom: 20px;
}

.natural-treatment-listing .natural-treatment-box .title {
  color: var(--text);
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.natural-treatment-listing .natural-treatment-box p {
  font-size: 14px;
  line-height: 164%;
}

.oral-appliance-therapy-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  position: relative;
}

.oral-appliance-therapy-section:before {
  content: "";
  display: block;
  height: 50px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}

.oral-appliance-therapy-section .title-wrapper {
  margin-bottom: 40px;
}

.oral-appliance-therapy-section .row-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.oral-appliance-therapy-section .row-wrapper .image {
  height: 405px;
  width: 100%;
}

.oral-appliance-therapy-section .row-wrapper .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.oral-appliance-therapy-section .row-wrapper .right-col p {
  padding-bottom: 20px;
}

.at-home-diagnostic-solution-section {
  background: linear-gradient(180deg, #F2E8E9 0%, #FFF 100%);
  position: relative;
}

.at-home-diagnostic-solution-section .content-wrapper .book-box {
  margin: 40px 0px;
}

.at-home-diagnostic-solution-section .content-wrapper p {
  padding-bottom: 20px;
}

.at-home-diagnostic-solution-section .content-wrapper p:last-child {
  padding-bottom: 0px;
}

.at-home-diagnostic-solution-section .content-wrapper .two-row-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 55px;
  padding: 15px 0px 45px 0px;
}

.how-does-it-work-section {
  position: relative;
  background: linear-gradient(180deg, #F2E8E9 0%, #FFF 100%);
}

.how-does-it-work-section:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0;
  height: 610px;
  width: 100%;
  background-image: url(../images/bg-light-shap-001.jpg);
  background-repeat: no-repeat;
  pointer-events: none;
  background-size: cover;
  background-position: bottom;
}

.how-does-it-work-section .video-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  position: relative;
  margin-bottom: 30px;
}

.how-does-it-work-section .video-wrapper .video-common-wrap {
  height: 460px;
  margin-bottom: 20px;
}

.how-does-it-work-section h1, .how-does-it-work-section h2, .how-does-it-work-section h3, .how-does-it-work-section h4, .how-does-it-work-section h5, .how-does-it-work-section h6 {
  margin: 15px 0px;
}

html .video-play-btn-white {
  background-color: var(--white) !important;
  color: var(--secondary) !important;
}

.oral-appliances-section .content-list .oral-appliances-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 37px;
  position: relative;
  margin: 40px 0px;
}

.oral-appliances-section .content-list .oral-appliances-list .oral-appliances-box {
  position: relative;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--white);
  text-align: center;
  padding: 20px 20px 50px 20px;
}

.oral-appliances-section .content-list .oral-appliances-list .oral-appliances-box .image {
  border-radius: 10px;
  border: 1px solid rgba(102, 164, 154, 0.15);
  height: 154px;
  width: 100%;
  background: #EFF3F2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-bottom: 25px;
}

.oral-appliances-section .content-list .oral-appliances-list .oral-appliances-box .subtitle {
  font-weight: 700;
}

.oral-appliances-section .content-list .oral-appliances-list .oral-appliances-box p {
  line-height: 166%;
}

.oral-appliances-section .title-two {
  font-family: Lora;
  font-size: 47px;
  text-transform: capitalize;
  margin-bottom: 25px;
  padding-bottom: 0px;
}

.treatment-section .title-wrapper {
  margin-bottom: 60px;
}

.treatment-section .title-wrapper h2 {
  margin-bottom: 25px;
}

.treatment-section .title-wrapper .content-wrapper {
  max-width: 950px;
  margin: 0 auto;
}

body.home .map-location-section, body.page-template-what-is-sleep-apnea .map-location-section, body.page-template-benefits-of-better-sleep .map-location-section, body.page-template-breathing-problem .map-location-section, body.page-template-snoring .map-location-section, body.page-template-faqs .map-location-section, body.page-template-diagnosis .map-location-section, body.page-template-at-home-diagnostic-solution .map-location-section, body.page-template-cpap-alternative .map-location-section, body.page-template-complimentary-consultation .map-location-section, body.page-template-as-seen-on-social-media .map-location-section, body.page-template-insurance .map-location-section, body.page-template-ask-us-a-question .map-location-section, body.page-template-contact .map-location-section, body.page-template-take-our-quiz .map-location-section, body.page-template-common-template .map-location-section, body.post-type-archive-news .map-location-section, body.single-news .map-location-section, body.page-template-last-minute-consultation .map-location-section, body.page-template-common-template-two .map-location-section, body.page-template-pay-with-cherry .map-location-section {
  display: block;
}

.video-box-one .video-button .video-white-icon, .video-box-two .video-button-two .video-white-icon {
  display: none;
}

.video-box-one .video-button:hover .video-white-icon, .video-box-two .video-button-two:hover .video-white-icon {
  display: block;
}

.video-box-one .video-button:hover .video-color-icon, .video-box-two .video-button-two:hover .video-color-icon {
  display: none;
}

html .video-play-btn-white .video-white-icon {
  display: none;
}

html .video-play-btn-white:hover .video-color-icon {
  display: none;
}

html .video-play-btn-white:hover .video-white-icon {
  display: block;
}

.inner-banner-section .common-image-listing-main-wrpper .row-wrapper.row-wrapper-grid-2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

.contact-form-box-two {
  border-radius: 20px;
  background-color: #D3DCE6;
  position: relative;
  padding: 30px;
}

.contact-form-box-two h2 {
  font-size: 37px;
}

.contact-form-box-two .gform_wrapper .gfield input, .contact-form-box-two .gform_wrapper .gfield select {
  height: 50px;
}

.contact-form-box-two .message {
  font-size: 12px;
}

.contact-form-box-two .message {
  color: #222;
  font-size: 12px;
  font-weight: 300;
}

.contact-form-box-two {
  border-radius: 20px;
  background-color: #D3DCE6;
  position: relative;
  padding: 30px 30px 14px 30px;
}

.gform_ajax_spinner {
  display: none !important;
}

.process-step-listing {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative;
}

.process-step-listing .process-step-box {
  background-color: var(--white);
  filter: drop-shadow(0 0 21px rgba(0, 0, 0, 0.1));
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.process-step-listing .process-step-box .step-number {
  position: absolute;
  right: 20px;
  top: 20px;
  color: rgba(189, 140, 145, 0.21);
  font-family: "Lora", serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 75%;
}

.process-step-listing .process-step-box .icon {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  border: 1px solid rgba(102, 164, 154, 0.15);
  background-color: #EFF3F2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  margin-bottom: 30px;
}

.process-step-listing .process-step-box .title {
  font-size: 22px;
  font-weight: 600;
  line-height: 136%;
}

.process-step-listing .process-step-box .content {
  margin-top: auto;
}

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

.process-step-section {
  position: relative;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.process-step-section:before {
  content: "";
  display: block;
  height: 50px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}

.process-step-section .title-wrapper h2 {
  line-height: 130%;
}

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

.social-media-section {
  position: relative;
}

.social-media-section .row-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  position: relative;
}

.social-media-section .row-wrapper .left-col .smalltitle {
  color: var(--secondary);
  font-family: "Lora", serif;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.6px;
  text-transform: capitalize;
}

.social-media-section .row-wrapper .left-col .smalltitle {
  color: var(--secondary);
  font-family: "Lora", serif;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.6px;
  text-transform: capitalize;
  padding-bottom: 0px;
  margin-bottom: 20px;
}

.social-media-section .row-wrapper .left-col h2 {
  font-family: Lora;
  font-size: 60px;
  line-height: 118%;
  text-transform: capitalize;
  margin-bottom: 25px;
}

.contact-form-box-three {
  position: relative;
  background-color: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px 30px 14px 30px;
  border-radius: 20px;
}

.contact-form-box-three h2 {
  font-size: 38px;
  margin-bottom: 20px;
}

html .contact-form-box-three .gform_wrapper .gfield input, html .contact-form-box-three .gform_wrapper .gfield select, html .contact-form-box-three .gform_wrapper .gfield textarea {
  border-color: rgba(0, 0, 0, 0.1);
  opacity: 0.6;
}

html .contact-form-box-three .gform_wrapper .gfield input, html .contact-form-box-three .gform_wrapper .gfield select {
  height: 55px;
}

.contact-form-box-three .gform_wrapper.gravity-theme .gform_fields {
  grid-gap: 18px 18px !important;
}

.gform_wrapper .gfield_required {
  display: none !important;
}

.gform_wrapper.gravity-theme .gfield_label {
  color: rgba(51, 51, 51, 0.7);
  font-size: 14px !important;
  font-weight: 400 !important;
  opacity: 0.6;
}

.ginput_container_date input {
  text-transform: uppercase;
}

html .gform_wrapper .ginput_container_date input {
  text-transform: unset;
  padding-left: 50px !important;
  background-image: url(../images/calender-icon.svg);
  background-repeat: no-repeat;
  background-position: left 20px top 16px;
  background-size: 17px;
}

.time-field .ginput_complex {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.time-field .ginput_complex div {
  width: 100% !important;
  min-width: 100% !important;
}

.time-field .ginput_complex .hour_minute_colon {
  display: none;
}

.contact-form-box-three .message {
  color: hsla(0, 0%, 13%, 0.8);
  font-size: 14px;
  font-weight: 300;
}

.time-field .ginput_complex .gfield_time_ampm {
  margin-left: 0px !important;
}

.inner-banner-section .common-image-listing-main-wrpper .row-wrapper .subtitle-mini {
  color: var(--text);
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  text-transform: none;
}

.color-two {
  color: #00818D;
}

.insurance-detail-section {
  padding: 90px 0px 100px 0px;
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.insurance-detail-section h2 {
  margin-bottom: 15px;
}

.insurance-detail-section .content-wrap {
  margin: 0 auto;
  max-width: 820px;
}

.medical-insurances-logo-section .medical-insurances-logo-listing {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
  margin-top: 40px;
  justify-content: center;
}

.medical-insurances-logo-section .medical-insurances-logo-listing.top {
  margin-bottom: 40px;
}

.medical-insurances-logo-section .medical-insurances-logo-listing .logo-box {
  margin: 0;
  width: 19.3%;
}

.slick-dots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.inner-banner-section .faq-wrapper-two {
  max-width: 840px;
  margin: 0 auto;
  position: relative;
  margin-top: 100px;
}

.blogs-main-wrapper {
  display: grid;
  grid-template-columns: auto 370px;
  gap: 70px;
  position: relative;
  margin-top: 70px;
}

.blogs-main-wrapper .blog-main-listing {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  position: relative;
}

.blogs-main-wrapper .right-col {
  position: relative;
}

.blogs-main-wrapper .right-col .sidebar-main {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 110px;
}

.blogs-main-wrapper .right-col .sidebar-sleep-apnea-box {
  margin: 40px 0px;
}

.category-box {
  position: relative;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #F6F8FA;
}

.category-box .category-title {
  color: #404040;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  display: inline-flex;
  padding-bottom: 6px;
  margin-bottom: 11px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.category-box ul.category-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
}

.category-box ul.category-list li a {
  display: grid;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  grid-template-columns: auto 20px;
  color: rgba(64, 64, 64, 0.8);
  font-size: 16px;
  font-weight: 400;
}

.category-box ul.category-list li a:hover {
  color: var(--primary);
}

.category-box ul.category-list li a .arrow-icon path {
  stroke: #404040;
  transition: stroke 0.3s ease;
}

.category-box ul.category-list li a:hover .arrow-icon path {
  stroke: var(--primary);
}

.paginations {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
}

.paginations .page-numbers {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background-color: var(--white);
  border: 1px solid #DDE0E6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.36px;
  padding: 5px;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.5s;
}

.paginations .page-numbers:hover, .paginations .page-numbers.current {
  background-color: var(--secondary);
  color: var(--white);
  border-color: var(--secondary);
  transition: all 0.5s;
}

.paginations .page-numbers.prev, .paginations .page-numbers.next {
  font-size: 0px;
  background-image: url(../images/pagination-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px;
}

.paginations .page-numbers.prev {
  background-image: url(../images//pagination-arrow-left.svg);
}

.paginations .page-numbers.prev:hover {
  background-image: url(../images//pagination-arrow-left-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 9px;
}

.paginations .page-numbers.next:hover {
  background-image: url(../images//pagination-arrow-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 9px;
}

body.page-template-blog {
  overflow: unset;
}

.blog-details-section {
  padding: 60px 0px 100px 0px;
  position: relative;
}

.back-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #00818D;
  font-size: 18px;
  text-transform: capitalize;
}

.blog-details-section .blog-detail-title-wrapper {
  display: flex;
  flex-direction: column;
  margin: 30px 0px 25px 0px;
  position: relative;
  gap: 25px;
}

.blog-details-section .blog-detail-title {
  font-size: 60px;
  line-height: 110%;
}

.blog-details-section .wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

.blog-details-section .wrapper .mini {
  color: #666;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 0px;
  margin-right: 20px;
}

.blog-details-section .wrapper .two-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
}

.blog-details-section .wrapper .two-wrapper:last-child {
  padding-right: 0px;
  margin-right: 0px;
}

.blog-details-section .wrapper .two-wrapper::before {
  content: "";
  display: block;
  height: 11px;
  width: 0.5px;
  background-color: #666;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.blog-details-section .wrapper .two-wrapper:last-child::before {
  display: none;
}

.blog-details-section .wrapper .two-wrapper p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
}

.blog-details-section .blog-detail-image {
  height: 500px;
  width: 100%;
  margin-bottom: 40px;
}

.blog-details-section .blog-detail-image img {
  height: 100%;
  width: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-details-section .blog-detail-row-wrapper {
  display: grid;
  grid-template-columns: auto 370px;
  gap: 70px;
  position: relative;
}

.blog-details-section .blog-detail-row-wrapper .right-col .sidebar-sleep-apnea-box {
  margin: 40px 0px;
}

.social-share-box {
  border-radius: 20px;
  background: #F6F8FA;
  padding: 20px;
  position: relative;
}

.social-share-box .title {
  color: #666;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.21);
}

.blog-detail-content {
  position: relative;
  display: flex;
  flex-direction: column;
}

.blog-detail-content h1, .blog-detail-content h2, .blog-detail-content h3, .blog-detail-content h4, .blog-detail-content h5, .blog-detail-content h6 {
  margin: 15px 0px;
  font-weight: 500;
  line-height: 120%;
}

.blog-detail-content h1 {
  font-size: 40px;
}

.blog-detail-content h2 {
  font-size: 35px;
}

.blog-detail-content h2 span {
  font-size: unset;
  color: var(--dark);
  font-family: "Lora", serif;
  font-weight: 500;
}

.blog-detail-content h3 {
  font-size: 30px;
}

.blog-detail-content h4 {
  font-size: 25px;
}

.blog-detail-content h5 {
  font-size: 22px;
}

.blog-detail-content h6 {
  font-size: 20px;
}

.blog-detail-content ol, .blog-detail-content ul {
  position: relative;
  list-style: unset;
  padding-left: 30px;
  margin: 15px 0px;
}

.blog-detail-content ol li, .blog-detail-content ul li {
  color: var(--text);
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
  margin-bottom: 10px;
  position: relative;
  list-style: decimal !important;
}

.blog-detail-content ul li {
  list-style: disc !important;
}

.blog-detail-content ul li::marker {
  color: var(--primary);
  font-size: 19px;
}

.blog-detail-content img {
  height: 400px;
  background: rgba(232, 232, 232, 0.46);
  margin: 15px auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}

.blog-detail-content .table-responsive {
  margin: 20px 0 20px;
  overflow-x: auto;
}

.blog-detail-content table {
  width: 100%;
}

.blog-detail-content table thead tr th {
  background: #e4e4e4;
  padding: 8px;
  line-height: 150%;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.blog-detail-content table tbody tr:nth-child(even) td {
  background: #f2f2f2;
}

.blog-detail-content table tbody tr td {
  background: #fff;
  padding: 8px;
  line-height: 130%;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

.blog-detail-content table tfoot tr td {
  background: #f2f2f2;
  padding: 8px;
  line-height: 150%;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  background: rgba(0, 0, 0, 0);
}

.blog-detail-content table > thead > tr > th {
  border: 1px solid #ddd;
}

.blog-detail-content table > tbody > tr > td {
  border: 1px solid #ddd;
}

.blog-detail-content table > tfoot > tr > td {
  border: 1px solid #ddd;
}

.blog-details-section .blog-detail-row-wrapper .blog-details-sidebar {
  position: sticky;
  top: 100px;
}

body.single-post {
  overflow: unset;
}

.social-share-list .a2a_kit a {
  height: 48px;
  width: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  background-color: rgba(255, 255, 255, 0.3) !important;
}

.social-share-list .a2a_kit {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.social-share-list .a2a_kit .addtoany_share {
  display: none;
}

.bg-blue {
  background-color: #eceff3;
}

ul.category-data-listing {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  position: relative;
}

ul.category-data-listing li.category-data-box {
  background-color: var(--white);
  border-radius: 10px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  position: relative;
}

ul.category-data-listing li.category-data-box article {
  display: flex;
  flex-direction: column;
}

ul.category-data-listing li.category-data-box article header {
  display: none;
}

ul.category-data-listing li.category-data-box article img {
  height: 180px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
  border-radius: 5px;
}

ul.category-data-listing li.category-data-box article p {
  font-size: 13px;
}

.contact-us-section-four {
  position: relative;
  background-color: rgba(211, 220, 230, 0.2);
}

.contact-us-section-four:before {
  content: "";
  display: block;
  height: 200px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}

.contact-us-section-four .row-wrapper {
  display: grid;
  grid-template-columns: auto 640px;
  gap: 120px;
  align-items: center;
  position: relative;
}

.contact-us-section-four h2 {
  margin-bottom: 20px;
}

.contact-us-section-four .smalltitle {
  color: var(--secondary);
  font-family: "Lora", serif;
  font-size: 30px;
  letter-spacing: -0.6px;
  text-transform: capitalize;
  line-height: normal;
  margin-bottom: 30px;
  padding-bottom: 0px;
}

.contact-us-section-four .small-title-two {
  margin-bottom: 20px;
  padding-bottom: 0px;
  font-size: 20px;
  font-weight: 600;
  line-height: 145%;
}

.contact-us-section-four .row-wrapper .left-col .content p {
  font-size: 16px;
  line-height: 181.25%;
}

.contact-us-section-four .bg-shap-image {
  position: absolute;
  right: 20px;
  top: 0;
  z-index: -1;
}

.contact-form-box-four {
  border-radius: 20px;
  background-color: #D3DCE6;
  padding: 30px 25px 30px 25px;
  position: relative;
}

.contact-form-box-four h2 {
  font-size: 40px;
}

.contact-form-box-four .message p {
  color: #222;
  font-size: 14px;
  line-height: normal;
}

html .contact-form-box-four .gform_wrapper .ginput_container_date input {
  padding-left: 20px !important;
  background-image: none !important;
}

.contact-form-box-four .message {
  margin: 10px 0px 15px 0px;
}

.contact-message-info-section .row-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: auto 532px;
  gap: 140px;
  align-items: center;
}

.contact-message-info-section .row-wrapper .right-col .button-wrap {
  margin-top: 10px;
}

.blog-details-section .bg-shap-image {
  position: absolute;
  right: 20px;
  top: 0px;
  opacity: 0.1;
}

.step-form-section {
  padding: 100px 0px 60px 0px;
  position: relative;
}

.step-form-section .step-form-content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.step-form-section .step-form-content-wrapper h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 15px;
}

.step-form-section .step-form-content-wrapper h2 span {
  font-size: 64px;
  line-height: 100%;
}

.step-form-main-wrapper {
  position: relative;
  margin-top: 35px;
  padding: 0px 40px;
}

.step-form-main-wrapper .step-form {
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--white);
  position: relative;
  padding: 50px;
}

.step-form-main-wrapper .step-form form {
  display: grid;
  grid-template-columns: auto 660px;
  gap: 100px;
  position: relative;
}

.step-form-main-wrapper .step-form form .gf_page_steps {
  display: flex;
  flex-direction: column;
  position: relative;
  border-bottom: 0px;
  margin-bottom: 0px;
}

.step-form-main-wrapper .step-form form .gf_page_steps .gf_step {
  margin: 0;
  padding-bottom: 50px;
  display: flex;
  cursor: pointer;
  gap: 17px;
  position: relative;
}

.step-form-main-wrapper .step-form form .gf_page_steps .gf_step:last-child {
  padding-bottom: 0px;
}

.step-form-main-wrapper .step-form form .gf_page_steps .gf_step:before {
  content: "";
  display: block;
  height: 100%;
  width: 2px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 25px;
  bottom: 0;
  z-index: 1;
}

.step-form-main-wrapper .step-form form .gf_page_steps .gf_step:last-child::before {
  display: none;
}

.step-form-main-wrapper .step-form form .gf_page_steps .gf_step.gf_step_completed:before {
  background-color: var(--secondary);
}

.step-form-main-wrapper .step-form form .gf_page_steps .gf_step .gf_step_number {
  display: flex;
  width: 50px;
  height: 50px;
  min-width: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background-color: #DDE0E6;
  position: relative;
  z-index: 5;
  font-size: 0px;
  border: 0px;
}

.step-form-main-wrapper .step-form form .gf_page_steps .gf_step .gf_step_label {
  padding-left: 0px;
  line-height: unset;
  font-size: unset;
  font-weight: unset;
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 2px;
}

.step-form-main-wrapper .step-form form .gf_page_steps .gf_step .gf_step_label .step-number {
  color: var(--text);
  font-size: 20px;
  font-weight: 500;
}

.step-form-main-wrapper .step-form form .gf_page_steps .gf_step .gf_step_label .step-name {
  color: var(--text);
  font-size: 16px;
  font-weight: 300;
}

.step-form-main-wrapper .step-form form .gf_page_steps .gf_step.gf_step_active .gf_step_number {
  background-color: #BD8C91;
  color: var(--white);
  border-color: #BD8C91;
  background-image: url(../images/edit-icon.svg);
  background-position: center center;
  background-size: 20px;
  background-repeat: no-repeat;
  outline: var(--secondary) solid 1px;
  border: 3px solid var(--white);
}

.step-form-main-wrapper .step-form form .gf_page_steps .gf_step.gf_step_completed .gf_step_number::before {
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 50px;
  width: 50px;
  background-color: var(--secondary);
  border-radius: 100px;
  outline: var(--secondary) solid 1px;
  border: 3px solid var(--white);
}

.step-form-main-wrapper .step-form form .gf_page_steps .gf_step.gf_step_completed .gf_step_number::after {
  font-size: 40px;
}

.step-form-main-wrapper .step-form form .gform_body.gform-body h2 {
  color: var(--text);
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 15px;
}

.step-form-main-wrapper .step-form form .gform_body.gform-body #gform_page_6_1 .gform_page_footer input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 11;
  cursor: pointer;
  margin: 0 !important;
  width: 100%;
  background: var(--primary);
  border: 1px solid var(--primary);
  transition: all 0.5s;
  text-transform: capitalize;
  border-radius: 100px;
  position: relative;
  display: flex;
  padding: 14px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}

.step-form-main-wrapper .step-form form .gform_body.gform-body #gform_page_6_1 .gform_page_footer input:hover {
  background-color: #00818D;
  border-color: #00818D;
  color: var(--white);
  transition: all 0.5s;
}

.step-form-main-wrapper .step-form form .gform_body.gform-body .gform_page_footer {
  padding: 0px;
  margin-top: 45px;
}

.step-form-main-wrapper .step-form form .gform_body.gform-body .gfield_label {
  color: var(--text);
  font-size: 20px !important;
  font-weight: 500 !important;
  opacity: 1;
}

.step-form-main-wrapper .step-form form .gform_body.gform-body .border-bottom {
  border-bottom: 1px solid #D8E0E9;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.step-form-main-wrapper .step-form form .gform_body.gform-body .step-form-content {
  padding: 40px 0px;
}

.step-form-main-wrapper .step-form form .gform_body.gform-body .step-form-content .small-title {
  line-height: normal;
  margin: 10px 0px 15px 0px;
  padding-bottom: 0px;
}

.step-form-main-wrapper .step-form form .gform_body.gform-body .step-form-content ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.step-form-main-wrapper .step-form form .gform_body.gform-body .step-form-content ul li {
  color: var(--text);
  font-size: 18px;
  font-weight: 300;
  position: relative;
  padding-left: 15px;
}

.step-form-main-wrapper .step-form form .gform_body.gform-body .step-form-content ul li:before {
  content: "";
  display: block;
  height: 4px;
  width: 4px;
  background-color: #000;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 12px;
}

.step-form-main-wrapper .step-form form .gform_body.gform-body .gform_page_footer .gform_previous_button {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  background: #FFF;
  width: -moz-fit-content;
  width: fit-content;
  padding: 11px 14px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  font-style: normal;
  letter-spacing: -0.36px;
  cursor: pointer;
}

.step-form-main-wrapper .step-form form .gform_body.gform-body .gform_page_footer .gform_next_button {
  border-radius: 5px;
  border: 1px solid var(--primary);
  background: var(--primary);
  width: -moz-fit-content;
  width: fit-content;
  padding: 11px 22px;
  color: var(--white);
  font-size: 18px;
  font-style: normal;
  letter-spacing: -0.36px;
  cursor: pointer;
}

.step-form-main-wrapper .step-form form .gform_body.gform-body .gform_page_footer .gform_previous_button:hover, .step-form-main-wrapper .step-form form .gform_body.gform-body .gform_page_footer .gform_next_button:hover {
  background-color: #00818D;
  border-color: #00818D;
  color: var(--white);
  transition: all 0.5s;
}

.step-form-main-wrapper .step-form form .gform_body.gform-body .ginput_container_checkbox {
  margin-top: 15px;
}

.step-form-main-wrapper .step-form form .gform_body.gform-body .message {
  margin-top: 25px;
}

.step-form-main-wrapper .step-form form .gform_body.gform-body .gform_page_footer input[type=submit] {
  border-radius: 5px;
  border: 1px solid var(--primary);
  background: var(--primary);
  width: -moz-fit-content;
  width: fit-content;
  padding: 11px 22px;
  color: var(--white);
  font-size: 18px;
  font-style: normal;
  letter-spacing: -0.36px;
  cursor: pointer;
}

.step-form-main-wrapper .step-form form .gform_body.gform-body .gform_page_footer input[type=submit]:hover {
  background-color: #00818D;
  border-color: #00818D;
  color: var(--white);
  transition: all 0.5s;
}

.step-form-main-wrapper .step-form form .gform_body.gform-body .message p {
  font-size: 15px;
}

.step-form-main-wrapper .step-form .gform_confirmation_message {
  background-color: var(--white);
  padding: 0px;
  color: unset;
  font-size: unset;
  margin: 0;
  font-weight: unset;
  text-align: left;
  border-radius: 0px;
}

.step-form-main-wrapper .step-form .gform_confirmation_message h2 {
  margin-bottom: 20px;
}

.step-form-main-wrapper .step-form .gform_confirmation_message h1, .step-form-main-wrapper .step-form .gform_confirmation_message h2, .step-form-main-wrapper .step-form .gform_confirmation_message h3, .step-form-main-wrapper .step-form .gform_confirmation_message h4, .step-form-main-wrapper .step-form .gform_confirmation_message h5, .step-form-main-wrapper .step-form .gform_confirmation_message h6 {
  color: var(--dark);
  text-align: center;
}

.step-form-main-wrapper .step-form .gform_confirmation_message h1 span, .step-form-main-wrapper .step-form .gform_confirmation_message h2 span, .step-form-main-wrapper .step-form .gform_confirmation_message h3 span, .step-form-main-wrapper .step-form .gform_confirmation_message h4 span, .step-form-main-wrapper .step-form .gform_confirmation_message h5 span, .step-form-main-wrapper .step-form .gform_confirmation_message h6 span {
  font-size: 50px;
}

.step-form-main-wrapper .step-form .gform_confirmation_message .progress-result-image {
  margin: 50px 0px;
  display: flex;
  justify-content: center;
}

.step-form-main-wrapper .step-form .gform_confirmation_message .progress-result-image img {
  margin: 0;
}

.step-form-main-wrapper .step-form .gform_confirmation_message .btn-wrapper {
  display: flex;
  justify-content: center;
  margin: 25px 0px;
}

.step-form-main-wrapper .step-form .gform_confirmation_message br {
  display: none;
}

.mb-30 {
  margin-bottom: 30px;
}

body.login {
  background-color: #89bdc3;
  background-image: url(../images/skytop.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}

.patients-resources-listing .patients-resources-box .mini-title {
  font-weight: 500;
}

.step-form-section .step-form-content-wrapper.hide {
  display: none;
}

.news-main-listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  position: relative;
}

.justify-center {
  justify-content: center;
}

.last-minute-consultation-form {
  position: relative;
  margin: 0 auto;
  max-width: 800px;
}

.treatment-box-listing.treatment-box-listing-single {
  display: flex;
  justify-content: center;
}

.treatment-box-listing.treatment-box-listing-single .treatment-box {
  min-width: 370px;
  text-align: center;
}

.treatment-box-listing.treatment-box-listing-single .treatment-box .icon {
  margin: 0 auto 20px auto;
}

.testimonial-listing .testimonial-box .wrapper {
  height: 200px !important;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 10px;
}

/* width */
.testimonial-listing .testimonial-box .wrapper::-webkit-scrollbar {
  height: 2px;
  width: 2px;
}

.blog-section .left-col h2 {
  text-transform: unset;
}

.natural-treatment-option-section {
  background-color: #F2E8E9;
}

.video-two-section {
  position: relative;
  background-color: #ecf5f6;
}

.video-two-section .row-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  align-items: center;
  position: relative;
}

.process-step-section h2.big {
  font-size: 72px;
}

.areas-wrapper {
  margin-top: 50px;
  position: relative;
}

.areas-listing {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
}

.areas-listing .areas-box {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 10px;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
  font-size: 17px;
  text-align: center;
  font-weight: 500;
  line-height: 140%;
}

.areas-listing .areas-box:hover {
  transition: all 0.5s;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  background-color: var(--secondary);
  color: var(--white);
}

.areas-wrapper .title-wrapper {
  margin-bottom: 15px;
}

.map-location-section .title-wrapper h2 {
  text-transform: unset;
}

.blog-detail-content ol li a, .blog-detail-content ul li a {
  color: var(--primary);
}

.blog-detail-content ol li a:hover, .blog-detail-content ul li a:hover {
  color: var(--secondary);
}

.breathing-problem-section .common-image-listing-main-wrpper .inner-banner-image img {
  -o-object-position: right;
     object-position: right;
}

footer.footer-section {
  padding-top: 55px;
  position: relative;
}

.footer-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 93.333%;
  letter-spacing: -0.3px;
  margin-bottom: 30px;
  padding-bottom: 0px;
}

.footer-links ul li {
  position: relative;
  margin-bottom: 15px;
}

.footer-links ul li:last-child {
  margin-bottom: 0px;
}

.footer-links ul li a {
  color: #222;
  font-size: 14px;
  font-weight: 400;
}

.footer-links ul li a:hover {
  color: var(--primary);
}

.footer-top .left-col {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.footer-top {
  display: grid;
  grid-template-columns: auto 230px;
  gap: 70px;
  justify-content: space-between;
}

.footer-logo a {
  display: block;
  max-width: 100%;
}

.footer-logo {
  margin-bottom: 35px;
}

.footer-logo a img {
  max-width: 215px;
  margin: 0;
}

.footer-logo-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
}

.footer-middle {
  gap: 50px;
  padding: 95px 0px 40px 0px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}

.phone-btn {
  border-radius: 10px;
  background-color: #F6EEDC;
  display: inline-flex;
  position: relative;
  padding: 15px 20px 15px 20px;
  align-items: center;
  gap: 10px;
  transition: all 0.5s;
}

.phone-btn:hover {
  background-color: var(--primary);
  transition: all 0.5s;
}

.phone-btn .icon {
  border-radius: 25px;
  background-color: #00818D;
  height: 50px;
  width: 50px;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}

.phone-btn .small-title {
  color: var(--dark);
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.32px;
  padding-bottom: 5px;
  transition: all 0.5s;
}

.phone-btn .title {
  color: var(--dark);
  font-size: 28px;
  font-weight: 700;
  line-height: 70%;
  letter-spacing: -0.56px;
  transition: all 0.5s;
}

.footer-middle .left-col {
  display: flex;
  gap: 35px;
  position: relative;
  flex-wrap: wrap;
}

.pay-cherry-btn {
  border-radius: 10px;
  border-color: #00818D !important;
  color: #00818D !important;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.48px;
}

.pay-cherry-btn:hover {
  background-color: #00818D !important;
  color: var(--white) !important;
}

ul.social-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

ul.social-link li a {
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.3);
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  min-width: 48px;
}

ul.social-link li a img {
  transition: all 0.5s;
}

ul.social-link li a:hover {
  background: var(--secondary);
}

ul.social-link li a:hover img {
  filter: brightness(0) invert(1);
}

.footer-middle .right-col {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.border-wrap {
  width: -webkit-fill-available;
  background-color: rgba(0, 0, 0, 0.1);
  height: 1px;
}

.footer-bottom {
  position: relative;
  background-color: var(--secondary);
  padding: 20px 0px;
}

.footer-bottom .row-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  position: relative;
}

ul.listing {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
}

ul.listing li {
  margin-right: 15px;
  padding-right: 15px;
  line-height: normal;
  position: relative;
}

ul.listing li:before {
  content: "";
  display: block;
  height: 10px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

ul.listing li .copyrights, ul.listing li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

ul.listing li a:hover {
  color: var(--dark);
}

ul.listing li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

ul.listing li:last-child::before {
  display: none;
}

.poweredbywrap {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.poweredbywrap p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  padding-bottom: 0px;
}

.footer-top .left-col .col-one {
  width: 110px;
}

.footer-top .left-col .col-two {
  width: 180px;
}

.footer-top .left-col .col-three {
  width: 170px;
}

.footer-top .left-col .col-four {
  width: 230px;
}

.footer-top .left-col .col-five {
  width: 115px;
}

@media only screen and (min-width: 1700px) and (max-width: 1899px) {
  #header {
    padding: 15px 0;
  }
  .gform_wrapper .gfield input, .gform_wrapper .gfield select, .gform_wrapper .gfield textarea {
    height: 50px;
    padding: 5px 25px !important;
    font-size: 14px !important;
  }
  .gform_wrapper .gform_footer .gform_button {
    padding: 15px 50px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1699px) {
  .container {
    width: 1350px;
  }
  .common-inner-banner-section h1 {
    font-size: 45px;
  }
  .common-content-section .common-content-wrapper ol > li {
    font-size: 18px;
  }
  .common-content-section .common-content-wrapper ul > li {
    font-size: 18px;
  }
  .common-content-section .common-content-wrapper h1 {
    font-size: 35px;
  }
  .common-content-section .common-content-wrapper h2 {
    font-size: 30px;
  }
  .common-content-section .common-content-wrapper h3 {
    font-size: 26px;
  }
  .common-content-section .common-content-wrapper h4 {
    font-size: 24px;
  }
  .common-content-section .common-content-wrapper h5 {
    font-size: 20px;
  }
  .common-content-section .common-content-wrapper h6 {
    font-size: 18px;
  }
  .gform_wrapper .gfield input, .gform_wrapper .gfield select, .gform_wrapper .gfield textarea {
    height: 50px;
  }
  #header .header-logo a {
    max-width: 145px;
  }
  #header {
    padding: 10px 30px;
  }
  #header .wrapper ul#menu-header-menu li a {
    font-size: 14px;
  }
  #header.fixed .header-logo a {
    max-width: 110px;
  }
  html body {
    padding: 80px 0px 0px 0px;
  }
  h1 {
    font-size: 50px;
    line-height: 120%;
  }
  h2 {
    font-size: 40px;
  }
  h2 span {
    font-size: 70px;
  }
  .process-step-section h2.big {
    font-size: 40px;
  }
  .subtitle {
    font-size: 20px;
  }
  body p {
    font-size: 16px;
  }
  .video-box-one {
    height: 450px;
  }
  .btn-main {
    font-size: 16px;
    padding: 13px 30px;
  }
  .main-banner-section {
    padding: 50px 0px;
  }
  .main-banner-section p br {
    display: none;
  }
  .main-banner-section .row-wrapper {
    grid-template-columns: auto 500px;
  }
  .title-two {
    font-size: 28px;
  }
  .video-box-two {
    height: 400px;
  }
  .help-box .title br {
    display: none;
  }
  .find-out-box .title {
    font-size: 55px;
  }
  .help-box .title {
    font-size: 20px;
  }
  .stealing-health-and-happiness-section {
    padding: 80px 0px;
  }
  .border-listing li:before {
    width: 8px;
    height: 8px;
    top: 9px;
  }
  .border-listing li {
    font-size: 16px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    padding-left: 20px;
  }
  .stealing-health-and-happiness-section .row-wrapper {
    grid-template-columns: auto 590px;
    gap: 85px;
  }
  .patients-section {
    padding: 80px 0px;
  }
  .diagnosis-section {
    padding: 80px 0px;
  }
  .video-box-three {
    height: 430px;
  }
  .diagnosis-section .row-wrapper-one {
    margin-bottom: 80px;
    gap: 70px;
  }
  .diagnosis-section .row-wrapper-two {
    gap: 80px;
  }
  .diagnosis-section .row-wrapper-two .image-two {
    height: 670px;
  }
  .testimonial-section {
    padding: 80px 0px;
  }
  .blog-section {
    padding: 80px 0px;
  }
  .sleep-struggles-section {
    padding: 80px 0px 80px 0px;
  }
  .sleep-struggles-section .sleep-struggles-wrapper {
    gap: 70px;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .location-box-wrapper .location-box .title {
    font-size: 22px;
  }
  .footer-title {
    margin-bottom: 25px;
  }
  .footer-links ul li {
    margin-bottom: 10px;
  }
  .footer-logo {
    margin-bottom: 30px;
  }
  .footer-top {
    gap: 60px;
  }
  .footer-middle {
    padding: 50px 0px 40px 0px;
  }
  .phone-btn .icon {
    border-radius: 25px;
    height: 35px;
    width: 35px;
    min-width: 35px;
    padding: 10px;
  }
  .phone-btn .small-title {
    line-height: 20px;
    font-size: 14px;
  }
  .phone-btn .title {
    font-size: 20px;
    line-height: 60%;
  }
  .phone-btn {
    padding: 15px 15px 15px 15px;
  }
  .footer-middle .left-col {
    gap: 20px;
  }
  .p-100 {
    padding: 80px 0px;
  }
  .pb-100 {
    padding-bottom: 80px;
  }
  .pt-100 {
    padding-top: 80px;
  }
  .inner-banner-section .inner-banner-title-wrapper.big h1 {
    font-size: 55px;
  }
  .team-detail-section .main-title {
    font-size: 65px;
    margin-bottom: 20px;
  }
  .team-detail-section .team-membe-name {
    font-size: 30px;
  }
  .team-detail-section .team-member-position {
    font-size: 20px;
  }
  .book-box .title {
    font-size: 30px;
  }
  .book-box {
    padding: 50px 55px;
  }
  .inner-banner-section .inner-banner-title-wrapper h1 {
    font-size: 50px;
    margin-bottom: 30px;
  }
  .inner-banner-section .common-image-listing-main-wrpper .row-wrapper h2 {
    margin-bottom: 15px;
  }
  .inner-banner-section .common-image-listing-main-wrpper .row-wrapper {
    gap: 50px;
  }
  .if-you-answered-section {
    padding: 80px 0px;
  }
  .better-sleep-section .row-wrapper .image-wrapper .top-wrapper .image {
    height: 290px;
  }
  .better-sleep-section .row-wrapper .image-wrapper .image img {
    border-radius: 10px;
  }
  .better-sleep-section .row-wrapper .image-wrapper .botom-wrapper .image {
    height: 250px;
  }
  .sleep-can-do-what-section .row-main-wrapper-listing .row-wrapper .image img {
    border-radius: 10px;
  }
  .quality-sleep-section .row-wrapper {
    gap: 45px;
  }
  ul.check-listing li {
    padding: 20px 20px 20px 50px;
    font-size: 16px;
    background-position: left 15px top 26px;
  }
  .treatment-box-listing .treatment-box .title {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .treatment-box-listing .treatment-box .icon {
    width: 70px;
    height: 70px;
  }
  .faqs-main-wrapper {
    margin-top: 40px;
  }
  .faqs-main-wrapper .right-wrap h2 span {
    font-size: 50px;
  }
  .faqs-main-wrapper .left-wrap h2 {
    margin-bottom: 30px;
  }
  .sidebar-sleep-apnea-box .title {
    font-size: 35px;
  }
  .sidebar-sleep-apnea-box p {
    font-size: 18px;
  }
  .faqs-main-wrapper .right-wrap .sidebar-sleep-apnea-box {
    margin: 35px 0px;
  }
  .sidebar-sleep-apnea-box {
    min-height: auto;
  }
  .faqs-main-wrapper .right-wrap .sidebar-wrap .sidebar-testimonial-wrapper h2 {
    font-size: 36px;
  }
  .patients-resources-listing .patients-resources-box .icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
  .patients-resources-listing .patients-resources-box {
    grid-template-columns: 60px auto;
  }
  .natural-treatment-option-section .title-wrapper .content-wrapper {
    max-width: 710px;
  }
  .natural-treatment-listing .natural-treatment-box .icon {
    width: 70px;
    height: 70px;
  }
  .natural-treatment-option-section .title-wrapper {
    margin-bottom: 40px;
  }
  .at-home-diagnostic-solution-section .content-wrapper .book-box {
    margin: 20px 0px 40px 0px;
  }
  .at-home-diagnostic-solution-section .content-wrapper .two-row-wrapper {
    gap: 35px;
    padding: 15px 0px 30px 0px;
  }
  .insurance-detail-section {
    padding: 80px 0px;
  }
  .insurance-detail-section .content-wrap {
    max-width: 950px;
  }
  .medical-insurances-logo-section .medical-insurances-logo-listing {
    margin-top: 25px;
  }
  .medical-insurances-logo-section .medical-insurances-logo-listing.top {
    margin-bottom: 25px;
  }
  .inner-banner-section .faq-wrapper-two {
    margin-top: 0px;
  }
  .blog-details-section .blog-detail-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  .container {
    width: 1250px;
  }
  body p {
    font-size: 16px;
  }
  .common-inner-banner-section h1 {
    font-size: 40px;
  }
  .common-content-section .common-content-wrapper ul > li::before {
    height: 7px;
    width: 7px;
    top: 9px;
  }
  .common-content-section .common-content-wrapper ol > li {
    font-size: 16px;
  }
  .common-content-section .common-content-wrapper ul > li {
    font-size: 16px;
  }
  .common-content-section .common-content-wrapper h1 {
    font-size: 35px;
  }
  .common-content-section .common-content-wrapper h2 {
    font-size: 30px;
  }
  .common-content-section .common-content-wrapper h3 {
    font-size: 26px;
  }
  .common-content-section .common-content-wrapper h4 {
    font-size: 24px;
  }
  .common-content-section .common-content-wrapper h5 {
    font-size: 20px;
  }
  .common-content-section .common-content-wrapper h6 {
    font-size: 18px;
  }
  #header {
    padding: 10px 20px;
  }
  #header .wrapper ul#menu-header-menu li a {
    font-size: 14px;
  }
  #header.fixed .header-logo a {
    max-width: 110px;
  }
  #header .header-logo a {
    max-width: 145px;
  }
  #header .wrapper ul#menu-header-menu > li {
    margin-right: 20px;
  }
  html body {
    padding: 80px 0px 0px 0px;
  }
  .btn-main.sm {
    padding: 8px 20px;
    font-size: 14px;
  }
  .main-banner-section h1 br {
    display: none;
  }
  h1 {
    font-size: 45px;
    line-height: 120%;
  }
  h2 {
    font-size: 40px;
  }
  h2 span {
    font-size: 70px;
  }
  .process-step-section h2.big {
    font-size: 40px;
  }
  .subtitle {
    font-size: 18px;
  }
  body p {
    font-size: 16px;
  }
  .video-box-one {
    height: 400px;
  }
  .btn-main {
    font-size: 16px;
    padding: 13px 30px;
  }
  .main-banner-section {
    padding: 50px 0px;
  }
  .main-banner-section p br {
    display: none;
  }
  .main-banner-section .row-wrapper {
    grid-template-columns: auto 500px;
  }
  .title-two {
    font-size: 22px;
  }
  .online-evaluation-section .title-two br {
    display: none;
  }
  .online-evaluation-section .subtitle br {
    display: none;
  }
  .video-box-two {
    height: 350px;
  }
  .online-evaluation-section .btn-wrapper {
    margin-top: 10px;
  }
  .find-out-box p {
    font-size: 16px;
  }
  .help-box .title br {
    display: none;
  }
  .find-out-box .title {
    font-size: 45px;
  }
  .help-box .title {
    font-size: 20px;
  }
  .stealing-health-and-happiness-section {
    padding: 70px 0px;
  }
  .border-listing li:before {
    width: 8px;
    height: 8px;
    top: 9px;
  }
  .border-listing li {
    font-size: 16px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    padding-left: 20px;
  }
  .stealing-health-and-happiness-section .row-wrapper {
    grid-template-columns: auto 590px;
    gap: 60px;
  }
  .patients-section {
    padding: 70px 0px;
  }
  .patients-box .title {
    font-size: 17px;
  }
  .patients-box .icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }
  .diagnosis-section .row-wrapper-one .left-col h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .diagnosis-section .row-wrapper-two .right-col h2 {
    font-size: 32px;
  }
  .diagnosis-section {
    padding: 70px 0px;
  }
  .video-box-three {
    height: 430px;
  }
  .diagnosis-section .row-wrapper-one {
    margin-bottom: 70px;
    gap: 70px;
  }
  .diagnosis-section .row-wrapper-two {
    gap: 80px;
  }
  .diagnosis-section .row-wrapper-two .image-two {
    height: 600px;
  }
  .testimonial-listing .slick-next.slick-arrow {
    right: -35px;
  }
  .testimonial-listing .slick-prev.slick-arrow {
    left: -35px;
  }
  .testimonial-listing .testimonial-box p {
    font-size: 15px;
  }
  .testimonial-listing .testimonial-box .name {
    font-size: 16px;
  }
  .testimonial-section {
    padding: 70px 0px;
  }
  .blog-listing, .releted-blog-section .related-blog-list {
    gap: 20px;
  }
  .contact-box-form-section {
    padding: 50px 0px;
  }
  .contact-box-form-section .contact-box-wrapper h2 {
    font-size: 30px;
    padding-bottom: 10px;
  }
  .contact-box-form-section .contact-box-wrapper .contact-form-box {
    width: 610px;
  }
  .contact-box-form-section .contact-box-wrapper .contact-form-box .contact-form-wrapper .message {
    font-size: 13px;
  }
  .blog-section {
    padding: 70px 0px;
  }
  .sleep-struggles-section {
    padding: 70px 0px 70px 0px;
  }
  .sleep-struggles-section .sleep-struggles-wrapper {
    gap: 70px;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .location-box-wrapper .location-box .title {
    font-size: 22px;
  }
  .footer-title {
    margin-bottom: 25px;
  }
  .footer-links ul li {
    margin-bottom: 10px;
  }
  .footer-logo {
    margin-bottom: 30px;
  }
  .footer-top .left-col {
    gap: 25px;
  }
  .footer-top {
    gap: 40px;
    grid-template-columns: auto 210px;
  }
  .footer-logo a img {
    max-width: 190px;
  }
  .footer-middle {
    padding: 50px 0px 40px 0px;
  }
  .phone-btn .icon {
    border-radius: 25px;
    height: 35px;
    width: 35px;
    min-width: 35px;
    padding: 10px;
  }
  .phone-btn .small-title {
    line-height: 20px;
    font-size: 14px;
  }
  .phone-btn .title {
    font-size: 20px;
    line-height: 60%;
  }
  .phone-btn {
    padding: 15px 15px 15px 15px;
  }
  .footer-middle .left-col {
    gap: 20px;
  }
  .p-100 {
    padding: 70px 0px;
  }
  .pb-100 {
    padding-bottom: 70px;
  }
  .pt-100 {
    padding-top: 70px;
  }
  .inner-banner-section .inner-banner-title-wrapper.big h1 {
    font-size: 50px;
    margin-bottom: 30px;
  }
  .our-team-listing {
    gap: 40px;
  }
  .our-team-listing .our-team-box .top-wrap {
    margin-bottom: 30px;
  }
  .our-team-listing .our-team-box .title a {
    font-size: 25px;
  }
  .our-team-listing .our-team-box .image, .our-team-listing .our-team-box .image a {
    height: 300px;
  }
  .team-detail-section .main-title {
    font-size: 45px;
    margin-bottom: 15px;
  }
  .team-detail-section .team-membe-name {
    font-size: 25px;
  }
  .team-detail-section .team-member-position {
    font-size: 18px;
  }
  .book-box .title {
    font-size: 30px;
  }
  .book-box {
    padding: 50px 55px;
  }
  .team-detail-section .row-wrapper {
    grid-template-columns: 400px auto;
    gap: 70px;
  }
  .team-detail-section .row-wrapper .team-member-image {
    height: 400px;
    margin-bottom: 30px;
  }
  .book-box .btn-wrapper {
    margin-top: 10px;
  }
  .inner-banner-section .inner-banner-title-wrapper h1 {
    font-size: 40px;
    margin-bottom: 25px;
  }
  .inner-banner-section .common-image-listing-main-wrpper .row-wrapper h2 {
    margin-bottom: 15px;
  }
  .inner-banner-section .common-image-listing-main-wrpper .row-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .if-you-answered-section {
    padding: 80px 0px;
  }
  .inner-banner-section .common-image-listing-main-wrpper {
    gap: 40px;
  }
  .if-you-answered-section .image {
    height: 320px;
  }
  ul.list, ul.list li, ol.list, ol.list li {
    font-size: 16px;
  }
  .better-sleep-section .row-wrapper .image-wrapper .top-wrapper .image {
    height: 290px;
  }
  .better-sleep-section .row-wrapper .image-wrapper .image img {
    border-radius: 10px;
  }
  .better-sleep-section .row-wrapper .image-wrapper .botom-wrapper .image {
    height: 250px;
  }
  .sleep-can-do-what-section .row-main-wrapper-listing .row-wrapper .image img {
    border-radius: 10px;
  }
  .quality-sleep-section .row-wrapper {
    gap: 45px;
  }
  ul.check-listing li {
    padding: 20px 20px 20px 50px;
    font-size: 16px;
    background-position: left 15px top 26px;
  }
  .treatment-box-listing .treatment-box .title {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .treatment-box-listing .treatment-box .icon {
    width: 70px;
    height: 70px;
  }
  .breathing-problems-snoring-section .row-wrapper {
    grid-template-columns: 460px auto;
  }
  .breathing-problems-listing .breathing-problems-box {
    min-height: auto;
    grid-template-columns: 70px auto;
  }
  .breathing-problems-listing .breathing-problems-box .icon {
    width: 70px;
    height: 70px;
    min-width: 70px;
  }
  .faqs-main-wrapper {
    margin-top: 35px;
    gap: 50px;
  }
  .faqs-main-wrapper .right-wrap h2 span {
    font-size: 45px;
  }
  .faqs-main-wrapper .left-wrap h2 {
    margin-bottom: 20px;
  }
  .faqs-main-wrapper .right-wrap h2 {
    margin-bottom: 15px;
  }
  .sidebar-sleep-apnea-box .title {
    font-size: 30px;
  }
  .sidebar-sleep-apnea-box p {
    font-size: 18px;
  }
  .faqs-main-wrapper .right-wrap .sidebar-sleep-apnea-box {
    margin: 30px 0px;
  }
  .sidebar-sleep-apnea-box {
    min-height: auto;
  }
  .faqs-main-wrapper .right-wrap .sidebar-wrap .sidebar-testimonial-wrapper h2 {
    font-size: 30px;
  }
  .patients-resources-listing .patients-resources-box .icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
  .patients-resources-listing .patients-resources-box {
    grid-template-columns: 50px auto;
  }
  .patients-resources-listing .patients-resources-box .title {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .faq-accordion {
    gap: 18px;
  }
  .faq-accordion .faq-accordion-header {
    padding: 18px 50px 18px 18px;
    font-size: 17px;
  }
  .faq-accordion .faq-accordion-content {
    padding: 0px 18px 18px 18px;
  }
  .natural-treatment-option-section .title-wrapper .content-wrapper {
    max-width: 710px;
  }
  .natural-treatment-listing .natural-treatment-box .icon {
    width: 70px;
    height: 70px;
  }
  .natural-treatment-option-section .title-wrapper {
    margin-bottom: 40px;
  }
  .inner-banner-video .banner-video {
    height: 350px;
  }
  .at-home-diagnostic-solution-section .content-wrapper .book-box {
    margin: 20px 0px 40px 0px;
  }
  .at-home-diagnostic-solution-section .content-wrapper .two-row-wrapper {
    gap: 35px;
    padding: 15px 0px 30px 0px;
  }
  .oral-appliances-section .title-two {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .contact-form-box-two h2 {
    font-size: 34px;
  }
  .process-step-listing .process-step-box .title {
    font-size: 20px;
  }
  .process-step-listing .process-step-box .icon {
    width: 70px;
    height: 70px;
    margin-bottom: 25px;
  }
  .process-step-listing .process-step-box .step-number {
    font-size: 45px;
  }
  .social-media-section .row-wrapper .left-col .smalltitle {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .social-media-section .row-wrapper .left-col h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .contact-form-box-three h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .insurance-detail-section {
    padding: 70px 0px;
  }
  .insurance-detail-section .content-wrap {
    max-width: 950px;
  }
  .medical-insurances-logo-section .medical-insurances-logo-listing {
    margin-top: 25px;
  }
  .medical-insurances-logo-section .medical-insurances-logo-listing.top {
    margin-bottom: 25px;
  }
  .inner-banner-section .faq-wrapper-two {
    margin-top: 0px;
  }
  .blogs-main-wrapper {
    gap: 55px;
    margin-top: 60px;
  }
  .blog-details-section .blog-detail-row-wrapper {
    gap: 55px;
  }
  .blogs-main-wrapper .blog-main-listing {
    gap: 30px;
  }
  .paginations {
    margin-top: 45px;
  }
  .blogs-main-wrapper .right-col .sidebar-sleep-apnea-box {
    margin: 30px 0px;
  }
  .blog-details-section .blog-detail-row-wrapper .right-col .sidebar-sleep-apnea-box {
    margin: 30px 0px;
  }
  .blog-details-section .blog-detail-image img {
    border-radius: 10px;
  }
  .blog-details-section .blog-detail-image {
    height: 450px;
  }
  .blog-details-section .blog-detail-title {
    font-size: 40px;
  }
  .blog-detail-content ol li, .blog-detail-content ul li {
    font-size: 16px;
  }
  .blog-detail-content img {
    height: 350px;
    border-radius: 15px;
  }
  .contact-us-section-four .row-wrapper {
    grid-template-columns: auto 600px;
    gap: 70px;
  }
  .contact-form-box-four h2 {
    font-size: 35px;
  }
  .contact-us-section-four .smalltitle {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .contact-us-section-four .small-title-two {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .step-form-section .step-form-content-wrapper h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .step-form-section .step-form-content-wrapper h2 span {
    font-size: 40px;
  }
  .step-form-main-wrapper .step-form {
    padding: 45px 30px;
  }
  .step-form-main-wrapper .step-form form .gform_body.gform-body h2 {
    font-size: 30px;
  }
  .news-main-listing {
    gap: 25px;
  }
}
@media only screen and (min-width: 1121px) and (max-width: 1279px) {
  .container {
    width: 1121px;
  }
  body p {
    font-size: 16px;
  }
  .common-inner-banner-section h1 {
    font-size: 35px;
  }
  .common-content-section .common-content-wrapper ul > li::before {
    height: 7px;
    width: 7px;
    top: 9px;
  }
  .common-content-section .common-content-wrapper ol > li {
    font-size: 16px;
  }
  .common-content-section .common-content-wrapper ul > li {
    font-size: 16px;
  }
  .common-content-section .common-content-wrapper h1 {
    font-size: 35px;
  }
  .common-content-section .common-content-wrapper h2 {
    font-size: 30px;
  }
  .common-content-section .common-content-wrapper h3 {
    font-size: 26px;
  }
  .common-content-section .common-content-wrapper h4 {
    font-size: 24px;
  }
  .common-content-section .common-content-wrapper h5 {
    font-size: 20px;
  }
  .common-content-section .common-content-wrapper h6 {
    font-size: 18px;
  }
  .gform_wrapper .gfield input, .gform_wrapper .gfield select, .gform_wrapper .gfield textarea {
    height: 45px;
    padding: 5px 20px !important;
    font-size: 13px !important;
  }
  .gform_wrapper .gform_footer .gform_button {
    padding: 12px 40px;
    font-size: 13px;
  }
  #header {
    padding: 10px 10px;
  }
  #header .wrapper ul#menu-header-menu li a {
    font-size: 12px;
  }
  #header.fixed .header-logo a {
    max-width: 110px;
  }
  #header .header-logo a {
    max-width: 125px;
  }
  #header .wrapper ul#menu-header-menu > li {
    margin-right: 20px;
  }
  #header .wrapper .right-wrap {
    gap: 10px;
  }
  #header .wrapper ul#menu-header-menu ul.sub-menu li a {
    font-size: 12px;
  }
  html body {
    padding: 71px 0px 0px 0px;
  }
  .btn-main.sm {
    padding: 8px 20px;
    font-size: 14px;
  }
  .main-banner-section h1 br {
    display: none;
  }
  h1 {
    font-size: 40px;
    line-height: 120%;
  }
  h2 {
    font-size: 35px;
  }
  h2 span {
    font-size: 50px;
  }
  .process-step-section h2.big {
    font-size: 35px;
  }
  .subtitle {
    font-size: 18px;
  }
  body p {
    font-size: 16px;
  }
  .video-box-one {
    height: 300px;
  }
  .btn-main {
    font-size: 15px;
    padding: 13px 25px;
  }
  .main-banner-section .btn-wrapper {
    margin-top: 10px;
  }
  .help-box .icon {
    width: 60px;
    height: 60px;
  }
  .find-out-box p br {
    display: none;
  }
  .find-out-box .btn-wrapper .btn-main {
    font-size: 12px;
    padding: 13px 20px;
  }
  .help-box .btn-wrapper .btn-main {
    font-size: 12px;
    padding: 13px 20px;
  }
  .help-section .row-wrapper {
    grid-template-columns: auto 360px;
  }
  .main-banner-section {
    padding: 50px 0px;
  }
  .main-banner-section p br {
    display: none;
  }
  .main-banner-section .row-wrapper {
    grid-template-columns: auto 390px;
  }
  .title-two {
    font-size: 22px;
  }
  .online-evaluation-section .title-two br {
    display: none;
  }
  .online-evaluation-section .subtitle br {
    display: none;
  }
  .video-box-two {
    height: 350px;
  }
  .online-evaluation-section .btn-wrapper {
    margin-top: 10px;
  }
  .find-out-box p {
    font-size: 16px;
  }
  .help-box .title br {
    display: none;
  }
  .video-box-one .video-button, .video-box-two .video-button-two {
    left: 15px;
    bottom: 15px;
    padding: 5px 10px;
    font-size: 13px;
  }
  .find-out-box .title {
    font-size: 45px;
  }
  .help-box .title {
    font-size: 20px;
  }
  .stealing-health-and-happiness-section {
    padding: 60px 0px;
  }
  .border-listing li:before {
    width: 8px;
    height: 8px;
    top: 9px;
  }
  .border-listing li {
    font-size: 16px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    padding-left: 20px;
  }
  .stealing-health-and-happiness-section .row-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .stealing-health-and-happiness-section .image {
    height: 360px;
  }
  .patients-section {
    padding: 60px 0px;
  }
  .patients-box .title {
    font-size: 17px;
  }
  .patients-box .icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }
  .diagnosis-section .row-wrapper-one .left-col h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .diagnosis-section .row-wrapper-two .right-col h2 {
    font-size: 32px;
  }
  .diagnosis-section {
    padding: 60px 0px;
  }
  .video-box-three {
    height: 430px;
  }
  .diagnosis-section .row-wrapper-one {
    margin-bottom: 50px;
    gap: 50px;
    grid-template-columns: auto 500px;
  }
  .diagnosis-section .row-wrapper-two {
    gap: 50px;
    grid-template-columns: auto 500px;
  }
  .diagnosis-section .row-wrapper-two .image-two {
    height: 600px;
  }
  .testimonial-listing .slick-next.slick-arrow {
    right: -12px;
  }
  .testimonial-listing .slick-prev.slick-arrow {
    left: -12px;
  }
  .testimonial-listing .testimonial-box {
    padding: 30px 30px;
    min-height: 312px;
  }
  .testimonial-listing .testimonial-box p {
    font-size: 15px;
  }
  .testimonial-listing .testimonial-box .name {
    font-size: 16px;
  }
  .testimonial-section .btn-wrapper {
    margin-top: 30px;
  }
  .testimonial-section {
    padding: 60px 0px;
  }
  .logo-listing .slick-next.slick-arrow {
    right: -10px;
  }
  .logo-listing .slick-prev.slick-arrow {
    left: -10px;
  }
  .blog-listing, .releted-blog-section .related-blog-list {
    gap: 20px;
  }
  .contact-box-form-section {
    padding: 50px 0px;
  }
  .contact-box-form-section .contact-box-wrapper h2 {
    font-size: 30px;
    padding-bottom: 10px;
  }
  .contact-box-form-section .contact-box-wrapper .contact-form-box {
    width: 610px;
  }
  .contact-box-form-section .contact-box-wrapper .contact-form-box .contact-form-wrapper .message {
    font-size: 13px;
  }
  .blog-section {
    padding: 60px 0px;
  }
  .sleep-struggles-section {
    padding: 60px 0px 60px 0px;
  }
  .sleep-struggles-section .sleep-struggles-wrapper {
    gap: 70px;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .location-box-wrapper .location-box .title {
    font-size: 22px;
  }
  .footer-title {
    margin-bottom: 25px;
  }
  .footer-links ul li {
    margin-bottom: 10px;
  }
  .footer-logo {
    margin-bottom: 20px;
  }
  .footer-top .left-col {
    gap: 25px;
  }
  .footer-top .left-col .col-one {
    width: auto;
  }
  .footer-top .left-col .col-two {
    width: auto;
  }
  .footer-top .left-col .col-three {
    width: auto;
  }
  .footer-top .left-col .col-four {
    width: auto;
  }
  .footer-top .left-col .col-five {
    width: auto;
  }
  .footer-top {
    gap: 30px;
    grid-template-columns: 100%;
  }
  .footer-top .right-col {
    order: -1;
    display: flex;
    align-items: center;
    gap: 40px;
  }
  .footer-top .left-col {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .footer-logo a img {
    max-width: 190px;
  }
  .footer-middle {
    padding: 30px 0px 30px 0px;
  }
  .phone-btn .icon {
    border-radius: 25px;
    height: 35px;
    width: 35px;
    min-width: 35px;
    padding: 10px;
  }
  .phone-btn .small-title {
    line-height: 20px;
    font-size: 14px;
  }
  .phone-btn .title {
    font-size: 20px;
    line-height: 60%;
  }
  .phone-btn {
    padding: 15px 15px 15px 15px;
  }
  .footer-middle .left-col {
    gap: 20px;
  }
  .p-100 {
    padding: 60px 0px;
  }
  .pb-100 {
    padding-bottom: 60px;
  }
  .pt-100 {
    padding-top: 60px;
  }
  .inner-banner-section .inner-banner-title-wrapper.big h1 {
    font-size: 45px;
    margin-bottom: 25px;
  }
  .our-team-listing {
    gap: 40px;
  }
  .our-team-listing .our-team-box .top-wrap {
    margin-bottom: 20px;
  }
  .our-team-listing .our-team-box .title a {
    font-size: 25px;
  }
  .our-team-listing .our-team-box .image, .our-team-listing .our-team-box .image a {
    height: 270px;
  }
  .team-detail-section .main-title {
    font-size: 35px;
    margin-bottom: 15px;
  }
  .team-detail-section .team-membe-name {
    font-size: 25px;
  }
  .team-detail-section .team-member-position {
    font-size: 18px;
  }
  .book-box .title {
    font-size: 30px;
  }
  .book-box {
    padding: 30px 40px;
    gap: 30PX;
  }
  .team-detail-section .row-wrapper {
    grid-template-columns: 350px auto;
    gap: 50px;
  }
  .team-detail-section .row-wrapper .team-member-image {
    height: 350px;
    margin-bottom: 25px;
  }
  .book-box .btn-wrapper {
    margin-top: 10px;
  }
  .inner-banner-section .inner-banner-title-wrapper h1 {
    font-size: 40px;
    margin-bottom: 25px;
  }
  .inner-banner-section .common-image-listing-main-wrpper .row-wrapper h2 {
    margin-bottom: 15px;
  }
  .inner-banner-section .common-image-listing-main-wrpper .row-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .if-you-answered-section {
    padding: 70px 0px;
  }
  .inner-banner-section .common-image-listing-main-wrpper {
    gap: 40px;
  }
  .if-you-answered-section .image {
    height: 320px;
  }
  .inner-banner-section .common-image-listing-main-wrpper .inner-banner-image {
    height: 300px;
  }
  .inner-banner-section .common-image-listing-main-wrpper .inner-banner-image img {
    border-radius: 10px;
  }
  ul.list, ul.list li, ol.list, ol.list li {
    font-size: 16px;
  }
  .if-you-answered-section .common-wrap {
    gap: 35px;
  }
  .better-sleep-section .row-wrapper .image-wrapper .top-wrapper .image {
    height: 290px;
  }
  .better-sleep-section .row-wrapper .image-wrapper .image img {
    border-radius: 10px;
  }
  .better-sleep-section .row-wrapper .image-wrapper .botom-wrapper .image {
    height: 250px;
  }
  .sleep-can-do-what-section .row-main-wrapper-listing .row-wrapper .image img {
    border-radius: 10px;
  }
  .quality-sleep-section .row-wrapper {
    gap: 30px;
  }
  ul.check-listing li {
    padding: 20px 20px 20px 50px;
    font-size: 16px;
    background-position: left 15px top 26px;
  }
  .treatment-box-listing .treatment-box .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .treatment-box-listing .treatment-box .icon {
    width: 60px;
    height: 60px;
  }
  .better-sleep-section .row-wrapper {
    gap: 40px;
  }
  .breathing-problems-snoring-section .row-wrapper {
    grid-template-columns: 460px auto;
  }
  .breathing-problems-listing .breathing-problems-box {
    min-height: auto;
    grid-template-columns: 70px auto;
  }
  .breathing-problems-listing .breathing-problems-box .icon {
    width: 70px;
    height: 70px;
    min-width: 70px;
  }
  .faqs-main-wrapper {
    margin-top: 25px;
    gap: 40px;
  }
  .faqs-main-wrapper .right-wrap h2 span {
    font-size: 45px;
  }
  .faqs-main-wrapper .left-wrap h2 {
    margin-bottom: 20px;
  }
  .faqs-main-wrapper .right-wrap h2 {
    margin-bottom: 15px;
  }
  .sidebar-sleep-apnea-box .title {
    font-size: 30px;
  }
  .sidebar-sleep-apnea-box p {
    font-size: 18px;
  }
  .faqs-main-wrapper .right-wrap .sidebar-sleep-apnea-box {
    margin: 30px 0px;
  }
  .sidebar-sleep-apnea-box {
    min-height: auto;
  }
  .faqs-main-wrapper .right-wrap .sidebar-wrap .sidebar-testimonial-wrapper h2 {
    font-size: 30px;
  }
  .patients-resources-listing .patients-resources-box .icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
  .patients-resources-listing .patients-resources-box {
    grid-template-columns: 50px auto;
  }
  .patients-resources-listing .patients-resources-box .title {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .faq-accordion .faq-accordion {
    gap: 18px;
  }
  .faq-accordion .faq-accordion-header {
    padding: 18px 50px 18px 18px;
    font-size: 17px;
  }
  .faq-accordion .faq-accordion-content {
    padding: 0px 18px 18px 18px;
  }
  .natural-treatment-option-section .title-wrapper .content-wrapper {
    max-width: 710px;
  }
  .natural-treatment-listing .natural-treatment-box .icon {
    width: 70px;
    height: 70px;
  }
  .natural-treatment-option-section .title-wrapper {
    margin-bottom: 40px;
  }
  .inner-banner-video .banner-video {
    height: 300px;
  }
  .inner-banner-video .banner-video .video-thumbnail-image {
    border-radius: 10px;
  }
  .natural-treatment-listing {
    gap: 15px;
  }
  .natural-treatment-listing .natural-treatment-box .icon {
    width: 60px;
    height: 60px;
  }
  .natural-treatment-listing .natural-treatment-box .title {
    font-size: 18px;
  }
  .oral-appliance-therapy-section .row-wrapper .right-col p {
    padding-bottom: 15px;
  }
  .oral-appliance-therapy-section .title-wrapper {
    margin-bottom: 30px;
  }
  .treatment-box-listing {
    gap: 15px;
  }
  .at-home-diagnostic-solution-section .content-wrapper .book-box {
    margin: 20px 0px 40px 0px;
  }
  .at-home-diagnostic-solution-section .content-wrapper .two-row-wrapper {
    gap: 25px;
    padding: 15px 0px 30px 0px;
  }
  .oral-appliances-section .title-two {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .video-box-three .video-button-three {
    left: 15px;
    bottom: 15px;
    padding: 5px 10px;
    font-size: 13px;
  }
  .how-does-it-work-section .video-wrapper .video-common-wrap {
    height: 400px;
  }
  .oral-appliances-section .content-list .oral-appliances-list {
    gap: 15px;
    margin: 30px 0px;
  }
  .treatment-section .title-wrapper {
    margin-bottom: 40px;
  }
  .contact-form-box-two h2 {
    font-size: 30px;
  }
  .process-step-listing .process-step-box .title {
    font-size: 18px;
  }
  .process-step-listing .process-step-box .icon {
    width: 60px;
    height: 60px;
    margin-bottom: 25px;
  }
  .process-step-listing .process-step-box .step-number {
    font-size: 40px;
  }
  .process-step-section .title-wrapper h2 {
    line-height: 100%;
  }
  .social-media-section .row-wrapper .left-col .smalltitle {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .social-media-section .row-wrapper .left-col h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .contact-form-box-three h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .insurance-detail-section {
    padding: 60px 0px;
  }
  .insurance-detail-section .content-wrap {
    max-width: 950px;
  }
  .medical-insurances-logo-section .medical-insurances-logo-listing {
    margin-top: 25px;
  }
  .medical-insurances-logo-section .medical-insurances-logo-listing.top {
    margin-bottom: 25px;
  }
  .medical-insurances-logo-section .medical-insurances-logo-listing .logo-box {
    width: 18.9%;
  }
  .inner-banner-section .faq-wrapper-two {
    margin-top: 0px;
  }
  .blogs-main-wrapper {
    gap: 40px;
    margin-top: 50px;
    grid-template-columns: auto 320px;
  }
  .blog-details-section .blog-detail-row-wrapper {
    gap: 40px;
    grid-template-columns: auto 320px;
  }
  .blogs-main-wrapper .blog-main-listing {
    gap: 25px;
  }
  .paginations {
    margin-top: 40px;
  }
  .blogs-main-wrapper .right-col .sidebar-sleep-apnea-box {
    margin: 30px 0px;
  }
  .blog-details-section .blog-detail-row-wrapper .right-col .sidebar-sleep-apnea-box {
    margin: 30px 0px;
  }
  .blog-details-section .blog-detail-image img {
    border-radius: 10px;
  }
  .blog-details-section .blog-detail-image {
    height: 450px;
  }
  .blog-detail-content ol li, .blog-detail-content ul li {
    font-size: 16px;
  }
  .blog-details-section .blog-detail-title {
    font-size: 35px;
  }
  .blog-detail-content img {
    height: 350px;
    border-radius: 15px;
  }
  .contact-us-section-four .row-wrapper {
    grid-template-columns: auto 530px;
    gap: 50px;
  }
  .contact-form-box-four h2 {
    font-size: 35px;
  }
  .contact-us-section-four .smalltitle {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .contact-us-section-four .small-title-two {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .step-form-section .step-form-content-wrapper h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .step-form-section .step-form-content-wrapper h2 span {
    font-size: 37px;
  }
  .step-form-main-wrapper .step-form {
    padding: 40px 30px;
  }
  .step-form-main-wrapper .step-form form .gform_body.gform-body h2 {
    font-size: 28px;
  }
  .step-form-main-wrapper .step-form form {
    grid-template-columns: auto 550px;
    gap: 50px;
  }
  .step-form-main-wrapper .step-form form .gf_page_steps .gf_step .gf_step_label .step-number {
    font-size: 18px;
  }
  .step-form-main-wrapper .step-form form .gf_page_steps .gf_step .gf_step_label .step-name {
    font-size: 15px;
  }
  .step-form-main-wrapper .step-form form .gf_page_steps .gf_step .gf_step_number {
    width: 45px;
    height: 45px;
    min-width: 45px;
  }
  .step-form-main-wrapper .step-form form .gf_page_steps .gf_step.gf_step_completed .gf_step_number::before {
    height: 45px;
    width: 45px;
  }
  .step-form-main-wrapper .step-form form .gf_page_steps .gf_step.gf_step_active .gf_step_number {
    background-size: 17px;
  }
  .step-form-main-wrapper .step-form form .gf_page_steps .gf_step {
    padding-bottom: 40px;
  }
  .step-form-main-wrapper .step-form form .gform_body.gform-body .gform_page_footer {
    margin-top: 30px;
  }
  .step-form-main-wrapper .step-form form .gform_body.gform-body #gform_page_6_1 .gform_page_footer input {
    padding: 10px 25px;
    font-size: 17px;
  }
  .step-form-main-wrapper .step-form form .gform_body.gform-body .step-form-content ul li {
    font-size: 15px;
  }
  .step-form-main-wrapper .step-form form .gform_body.gform-body .step-form-content {
    padding: 30px 0px;
  }
  .step-form-main-wrapper .step-form form .gform_body.gform-body .gfield_label {
    font-size: 17px !important;
  }
  .step-form-main-wrapper {
    margin-top: 30px;
    padding: 0px 0px;
  }
  .news-main-listing {
    gap: 25px;
  }
  .areas-listing .areas-box {
    font-size: 15px;
  }
}
@media (max-width: 1120px) {
  #header .mobile {
    display: block !important;
  }
  #header .destop {
    display: none !important;
  }
  #header {
    width: 100%;
    top: 0 !important;
    border-radius: 0;
  }
  #header .wrapper ul#menu-header-menu {
    margin: 0 !important;
    display: block !important;
  }
  #header .wrapper ul#menu-header-menu > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 !important;
  }
  #header .wrapper ul#menu-header-menu li:last-child {
    border: 0;
  }
  #header .wrapper ul#menu-header-menu li a {
    width: 100%;
    padding: 15px 0;
    display: inline-block;
  }
  #header .res_navigation {
    display: block;
    position: relative;
    order: 3;
    z-index: 99;
  }
  #header::before {
    opacity: 1;
    visibility: visible;
    z-index: 99;
  }
  #header .wrapper .mobile-menu {
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    width: 100%;
    max-width: 100%;
    transition: all 0.5s ease 0s;
    position: fixed;
    top: 0px;
    left: 0;
    bottom: 0;
    background-color: #F6F8FA;
    z-index: 9;
    padding: 150px 30px 30px 30px;
    overflow-y: auto;
    float: none;
    margin: 0 !important;
    height: 100vh;
  }
  html.menu-open #header .wrapper .mobile-menu {
    left: 0;
    transform: translateX(0) translateY(0);
  }
  #header .wrapper ul#menu-header-menu li a:hover {
    color: var(--primary) !important;
    background-color: transparent;
  }
  /**/
  #header .wrapper ul#menu-header-menu span.submenu-click-arrow {
    top: 0;
    height: 50px;
    width: 50px;
    background-position: center;
    background-size: 11px;
    pointer-events: all;
  }
  #header .wrapper ul#menu-header-menu li ul.sub-menu {
    width: 100% !important;
    background: transparent;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    position: static;
    transform-origin: unset;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    opacity: 1 !important;
    visibility: visible !important;
  }
  #header .wrapper ul#menu-header-menu li ul.sub-menu::before {
    content: none;
  }
  #header .wrapper ul#menu-header-menu li ul.sub-menu li a {
    padding: 0px;
    border: 0;
    font-size: 14px;
    font-weight: 400;
    color: #333;
  }
  #header .wrapper ul#menu-header-menu li.menu-item-has-children::after {
    content: none;
  }
  #header .wrapper ul#menu-header-menu ul.sub-menu li {
    margin: 0 0px 16px 0px !important;
  }
  #header .wrapper ul#menu-header-menu li:last-child {
    border: 0 !important;
  }
  #header .header-btn-wrap {
    margin-left: 0;
    margin-right: 30px;
  }
  #header .header-logo a {
    max-width: 195px;
  }
  .container {
    width: 100%;
  }
  body p {
    font-size: 15px;
  }
  .common-inner-banner-section h1 {
    font-size: 35px;
  }
  .common-content-section .common-content-wrapper ul > li::before {
    height: 7px;
    width: 7px;
    top: 9px;
  }
  .common-content-section .common-content-wrapper ol > li {
    font-size: 16px;
  }
  .common-content-section .common-content-wrapper ul > li {
    font-size: 16px;
  }
  .common-content-section .common-content-wrapper h1 {
    font-size: 35px;
  }
  .common-content-section .common-content-wrapper h2 {
    font-size: 30px;
  }
  .common-content-section .common-content-wrapper h3 {
    font-size: 26px;
  }
  .common-content-section .common-content-wrapper h4 {
    font-size: 24px;
  }
  .common-content-section .common-content-wrapper h5 {
    font-size: 20px;
  }
  .common-content-section .common-content-wrapper h6 {
    font-size: 18px;
  }
  .gform_wrapper .gfield input, .gform_wrapper .gfield select, .gform_wrapper .gfield textarea {
    height: 45px;
    padding: 5px 20px !important;
    font-size: 13px !important;
  }
  .gform_wrapper .gform_footer .gform_button {
    padding: 12px 40px;
    font-size: 13px;
  }
  .gform_wrapper .gform_footer {
    margin: 0 auto !important;
    margin-top: 20px !important;
  }
  #header .header-logo a {
    max-width: 100px;
  }
  #header.fixed .header-logo a {
    max-width: 90px;
  }
  #header .wrapper .right-wrap .header-btn-wrapper {
    position: relative;
    z-index: 999;
  }
  #header {
    padding: 10px 20px;
  }
  #header.fixed .header-logo a {
    max-width: 110px;
  }
  #header .header-logo a {
    max-width: 145px;
  }
  #header .wrapper ul#menu-header-menu > li {
    margin-right: 25px;
  }
  .slick-next.slick-arrow {
    right: 0px;
  }
  .slick-prev.slick-arrow {
    left: 0px;
  }
  html .wow {
    animation-name: none !important;
    visibility: visible !important;
  }
  #header .wrapper .right-wrap .header-main-menu {
    order: 1;
  }
  #header .wrapper .right-wrap {
    gap: 20px;
  }
  #header .wrapper ul#menu-header-menu ul.sub-menu li a {
    font-size: 12px;
  }
  html body {
    padding: 80px 0px 0px 0px;
  }
  .btn-main.sm {
    padding: 8px 20px;
    font-size: 14px;
  }
  .main-banner-section h1 br {
    display: none;
  }
  h1 {
    font-size: 40px;
    line-height: 120%;
  }
  h2 {
    font-size: 35px;
  }
  h2 span {
    font-size: 40px;
  }
  .process-step-section h2.big {
    font-size: 35px;
  }
  .subtitle {
    font-size: 18px;
  }
  body p {
    font-size: 16px;
  }
  .video-box-one {
    height: 300px;
  }
  .btn-main {
    font-size: 15px;
    padding: 13px 25px;
  }
  .main-banner-section .btn-wrapper {
    margin-top: 10px;
  }
  .help-box .icon {
    width: 60px;
    height: 60px;
  }
  .find-out-box p br {
    display: none;
  }
  .find-out-box .btn-wrapper .btn-main {
    font-size: 12px;
    padding: 13px 20px;
  }
  .help-box .btn-wrapper .btn-main {
    font-size: 12px;
    padding: 13px 20px;
  }
  .help-section .row-wrapper {
    grid-template-columns: auto 360px;
  }
  .main-banner-section {
    padding: 50px 0px;
  }
  .main-banner-section p br {
    display: none;
  }
  .main-banner-section .row-wrapper {
    grid-template-columns: auto 390px;
  }
  .title-two {
    font-size: 22px;
  }
  .online-evaluation-section .title-two br {
    display: none;
  }
  .online-evaluation-section .subtitle br {
    display: none;
  }
  .video-box-two {
    height: 350px;
  }
  .online-evaluation-section .btn-wrapper {
    margin-top: 10px;
  }
  .find-out-box p {
    font-size: 16px;
  }
  .help-box .title br {
    display: none;
  }
  .video-box-one .video-button, .video-box-two .video-button-two {
    left: 15px;
    bottom: 15px;
    padding: 5px 10px;
    font-size: 13px;
  }
  .find-out-box .title {
    font-size: 45px;
  }
  .help-box .title {
    font-size: 20px;
  }
  .stealing-health-and-happiness-section {
    padding: 60px 0px;
  }
  .border-listing li:before {
    width: 8px;
    height: 8px;
    top: 9px;
  }
  .border-listing li {
    font-size: 16px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    padding-left: 20px;
  }
  .stealing-health-and-happiness-section .row-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .stealing-health-and-happiness-section .image {
    height: 360px;
  }
  .patients-section {
    padding: 60px 0px;
  }
  .patients-box .title {
    font-size: 17px;
  }
  .patients-box .icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }
  .diagnosis-section .row-wrapper-one .left-col h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .diagnosis-section .row-wrapper-two .right-col h2 {
    font-size: 32px;
  }
  .diagnosis-section {
    padding: 60px 0px;
  }
  .video-box-three {
    height: 430px;
  }
  .diagnosis-section .row-wrapper-one {
    margin-bottom: 50px;
    gap: 50px;
    grid-template-columns: auto 500px;
  }
  .diagnosis-section .row-wrapper-two {
    gap: 50px;
    grid-template-columns: auto 500px;
  }
  .diagnosis-section .row-wrapper-two .image-two {
    height: 600px;
  }
  .testimonial-listing .slick-next.slick-arrow {
    right: -12px;
  }
  .testimonial-listing .slick-prev.slick-arrow {
    left: -12px;
  }
  .testimonial-listing .testimonial-box {
    padding: 30px 30px;
    min-height: 312px;
  }
  .testimonial-listing .testimonial-box p {
    font-size: 15px;
  }
  .testimonial-listing .testimonial-box .name {
    font-size: 16px;
  }
  .testimonial-section .btn-wrapper {
    margin-top: 30px;
  }
  .testimonial-section {
    padding: 60px 0px;
  }
  .logo-listing .slick-next.slick-arrow {
    right: -10px;
  }
  .logo-listing .slick-prev.slick-arrow {
    left: -10px;
  }
  .blog-listing, .releted-blog-section .related-blog-list {
    gap: 20px;
  }
  .contact-box-form-section {
    padding: 50px 0px;
    background-position: 30%;
  }
  .contact-box-form-section .contact-box-wrapper h2 {
    font-size: 30px;
    padding-bottom: 10px;
  }
  .contact-box-form-section .contact-box-wrapper .contact-form-box {
    width: 550px;
  }
  .location-box-wrapper .location-box .left-col {
    padding: 10px 0px 10px 10px;
  }
  .contact-box-form-section .contact-box-wrapper .contact-form-box .contact-form-wrapper .message {
    font-size: 13px;
  }
  .blog-section {
    padding: 60px 0px;
  }
  .sleep-struggles-section {
    padding: 60px 0px 60px 0px;
  }
  .sleep-struggles-section .sleep-struggles-wrapper {
    gap: 70px;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .location-box-wrapper .location-box .title {
    font-size: 18px;
  }
  ul.time-list li {
    font-size: 12px;
  }
  .arrow-btn {
    font-size: 15px;
  }
  .blog-box .title a {
    font-size: 18px;
  }
  .blog-box .blog-image {
    height: 180px;
    min-height: 180px;
  }
  .footer-title {
    margin-bottom: 25px;
  }
  .footer-links ul li {
    margin-bottom: 10px;
  }
  .footer-logo {
    margin-bottom: 20px;
  }
  .footer-top .left-col {
    gap: 25px;
  }
  .footer-top .left-col .col-one {
    width: auto;
  }
  .footer-top .left-col .col-two {
    width: auto;
  }
  .footer-top .left-col .col-three {
    width: auto;
  }
  .footer-top .left-col .col-four {
    width: auto;
  }
  .footer-top .left-col .col-five {
    width: auto;
  }
  .footer-top {
    gap: 30px;
    grid-template-columns: 100%;
  }
  .footer-top .right-col {
    order: -1;
    display: flex;
    align-items: center;
    gap: 40px;
  }
  .footer-top .left-col {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .footer-logo a img {
    max-width: 190px;
  }
  .footer-middle {
    padding: 30px 0px 30px 0px;
  }
  .phone-btn .icon {
    border-radius: 25px;
    height: 35px;
    width: 35px;
    min-width: 35px;
    padding: 10px;
  }
  .phone-btn .small-title {
    line-height: 20px;
    font-size: 14px;
  }
  .phone-btn .title {
    font-size: 20px;
    line-height: 60%;
  }
  .phone-btn {
    padding: 15px 15px 15px 15px;
  }
  .footer-middle .left-col {
    gap: 20px;
  }
  .p-100 {
    padding: 60px 0px;
  }
  .pb-100 {
    padding-bottom: 60px;
  }
  .pt-100 {
    padding-top: 60px;
  }
  .inner-banner-section .inner-banner-title-wrapper.big h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .our-team-listing {
    gap: 30px;
  }
  .our-team-listing .our-team-box .top-wrap {
    margin-bottom: 20px;
  }
  .our-team-listing .our-team-box .title a {
    font-size: 25px;
  }
  .our-team-listing .our-team-box .image, .our-team-listing .our-team-box .image a {
    height: 270px;
  }
  .team-detail-section .main-title {
    font-size: 35px;
    margin-bottom: 15px;
  }
  .team-detail-section .team-membe-name {
    font-size: 25px;
  }
  .team-detail-section .team-member-position {
    font-size: 18px;
  }
  .book-box .title {
    font-size: 30px;
  }
  .book-box {
    padding: 30px 40px;
    gap: 30PX;
  }
  .team-detail-section .row-wrapper {
    grid-template-columns: 350px auto;
    gap: 50px;
  }
  .team-detail-section .row-wrapper .team-member-image {
    height: 350px;
    margin-bottom: 25px;
  }
  .book-box .btn-wrapper {
    margin-top: 10px;
  }
  .inner-banner-section .inner-banner-title-wrapper h1 {
    font-size: 40px;
    margin-bottom: 25px;
  }
  .inner-banner-section .common-image-listing-main-wrpper .row-wrapper h2 {
    margin-bottom: 15px;
  }
  .inner-banner-section .common-image-listing-main-wrpper .row-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .if-you-answered-section {
    padding: 70px 0px;
  }
  .inner-banner-section .common-image-listing-main-wrpper {
    gap: 40px;
  }
  .if-you-answered-section .image {
    height: 320px;
  }
  .inner-banner-section .common-image-listing-main-wrpper .inner-banner-image {
    height: 300px;
  }
  .inner-banner-section .common-image-listing-main-wrpper .inner-banner-image img {
    border-radius: 10px;
  }
  ul.list, ul.list li, ol.list, ol.list li {
    font-size: 16px;
  }
  .if-you-answered-section .common-wrap {
    gap: 35px;
  }
  .if-you-answered-section .image img {
    border-radius: 10px;
  }
  .book-box br {
    display: none;
  }
  .better-sleep-section .row-wrapper .image-wrapper .top-wrapper .image {
    height: 290px;
  }
  .better-sleep-section .row-wrapper .image-wrapper .image img {
    border-radius: 10px;
  }
  .better-sleep-section .row-wrapper .image-wrapper .botom-wrapper .image {
    height: 250px;
  }
  .sleep-can-do-what-section .row-main-wrapper-listing .row-wrapper .image img {
    border-radius: 10px;
  }
  .quality-sleep-section .row-wrapper {
    gap: 30px;
  }
  ul.check-listing li {
    padding: 20px 20px 20px 50px;
    font-size: 16px;
    background-position: left 15px top 26px;
  }
  .treatment-box-listing .treatment-box .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .treatment-box-listing .treatment-box .icon {
    width: 60px;
    height: 60px;
  }
  .better-sleep-section .row-wrapper {
    gap: 40px;
  }
  .better-sleep-section {
    padding: 60px 0px;
  }
  .link-btn {
    font-size: 15px;
  }
  .treatment-box-listing {
    gap: 20px;
  }
  .treatment-box-listing .treatment-box {
    border-radius: 10px;
  }
  .sleep-can-do-what-section .row-main-wrapper-listing .row-wrapper .title {
    font-size: 24px;
    line-height: 148%;
  }
  .inner-banner-section .common-image-listing-main-wrpper .row-wrapper.sm {
    grid-template-columns: repeat(2, 1fr);
  }
  .breathing-problems-snoring-section .row-wrapper {
    grid-template-columns: 460px auto;
  }
  .breathing-problems-listing .breathing-problems-box {
    min-height: auto;
    grid-template-columns: 70px auto;
  }
  .breathing-problems-listing .breathing-problems-box .icon {
    width: 70px;
    height: 70px;
    min-width: 70px;
  }
  .faqs-main-wrapper {
    margin-top: 25px;
    gap: 40px;
  }
  .faqs-main-wrapper .right-wrap h2 span {
    font-size: 45px;
  }
  .faqs-main-wrapper .left-wrap h2 {
    margin-bottom: 20px;
  }
  .faqs-main-wrapper .right-wrap h2 {
    margin-bottom: 15px;
  }
  .sidebar-sleep-apnea-box .title {
    font-size: 30px;
  }
  .sidebar-sleep-apnea-box p {
    font-size: 18px;
  }
  .faqs-main-wrapper .right-wrap .sidebar-sleep-apnea-box {
    margin: 30px 0px;
  }
  .sidebar-sleep-apnea-box {
    min-height: auto;
  }
  .faqs-main-wrapper .right-wrap .sidebar-wrap .sidebar-testimonial-wrapper h2 {
    font-size: 30px;
  }
  .patients-resources-listing .patients-resources-box .icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
  .patients-resources-listing .patients-resources-box {
    grid-template-columns: 50px auto;
  }
  .patients-resources-listing .patients-resources-box .title {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .faq-accordion .faq-accordion {
    gap: 18px;
  }
  .faq-accordion .faq-accordion-header {
    padding: 18px 50px 18px 18px;
    font-size: 17px;
  }
  .faq-accordion .faq-accordion-content {
    padding: 0px 18px 18px 18px;
  }
  .natural-treatment-option-section .title-wrapper .content-wrapper {
    max-width: 710px;
  }
  .natural-treatment-listing .natural-treatment-box .icon {
    width: 70px;
    height: 70px;
  }
  .natural-treatment-option-section .title-wrapper {
    margin-bottom: 40px;
  }
  .inner-banner-video .banner-video {
    height: 300px;
  }
  .inner-banner-video .banner-video .video-thumbnail-image {
    border-radius: 10px;
  }
  .natural-treatment-listing {
    gap: 15px;
  }
  .natural-treatment-listing .natural-treatment-box .icon {
    width: 60px;
    height: 60px;
  }
  .natural-treatment-listing .natural-treatment-box .title {
    font-size: 18px;
  }
  .oral-appliance-therapy-section .row-wrapper .right-col p {
    padding-bottom: 15px;
  }
  .oral-appliance-therapy-section .title-wrapper {
    margin-bottom: 30px;
  }
  .treatment-box-listing {
    gap: 15px;
  }
  .at-home-diagnostic-solution-section .content-wrapper .book-box {
    margin: 20px 0px 40px 0px;
  }
  .at-home-diagnostic-solution-section .content-wrapper .two-row-wrapper {
    gap: 25px;
    padding: 15px 0px 30px 0px;
  }
  .at-home-diagnostic-solution-section .content-wrapper .book-box {
    margin: 20px 0px 40px 0px;
  }
  .at-home-diagnostic-solution-section .content-wrapper .two-row-wrapper {
    gap: 25px;
    padding: 15px 0px 30px 0px;
  }
  .oral-appliances-section .title-two {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .video-box-three .video-button-three {
    left: 15px;
    bottom: 15px;
    padding: 5px 10px;
    font-size: 13px;
  }
  .how-does-it-work-section .video-wrapper .video-common-wrap {
    height: 400px;
  }
  .oral-appliances-section .content-list .oral-appliances-list {
    gap: 15px;
    margin: 30px 0px;
  }
  .treatment-section .title-wrapper {
    margin-bottom: 40px;
  }
  .how-does-it-work-section:before {
    height: 400px;
  }
  .oral-appliances-section .content-list .oral-appliances-list .oral-appliances-box {
    border-radius: 10px;
    padding: 10px 10px 25px 10px;
  }
  .treatment-section .title-wrapper h2 {
    margin-bottom: 15px;
  }
  .contact-form-box-two h2 {
    font-size: 25px;
  }
  .process-step-listing .process-step-box .title {
    font-size: 18px;
  }
  .process-step-listing .process-step-box .icon {
    width: 60px;
    height: 60px;
    margin-bottom: 25px;
  }
  .process-step-listing .process-step-box .step-number {
    font-size: 40px;
  }
  .process-step-section .title-wrapper h2 {
    line-height: 100%;
  }
  .contact-form-box-two {
    padding: 25px 25px 14px 25px;
  }
  .process-step-listing {
    gap: 15px;
  }
  .contact-form-box-two .gform_wrapper .gfield input, .contact-form-box-two .gform_wrapper .gfield select {
    height: 45px;
  }
  .social-media-section .row-wrapper .left-col .smalltitle {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .social-media-section .row-wrapper .left-col h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .contact-form-box-three h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  html .contact-form-box-three .gform_wrapper .gfield input, html .contact-form-box-three .gform_wrapper .gfield select {
    height: 45px;
  }
  .contact-form-box-three .gform_wrapper.gravity-theme .gform_fields {
    grid-gap: 13px 13px !important;
  }
  .gform_wrapper .gfield select {
    background-position: right 15px top 18px;
  }
  html .gform_wrapper .ginput_container_date input {
    padding-left: 45px !important;
    background-position: left 18px top 12px;
    background-size: 15px;
  }
  .time-field .ginput_complex {
    gap: 10px;
  }
  .social-media-section .row-wrapper {
    gap: 40px;
  }
  .insurance-detail-section {
    padding: 60px 0px;
  }
  .insurance-detail-section .content-wrap {
    max-width: 950px;
  }
  .medical-insurances-logo-section .medical-insurances-logo-listing {
    margin-top: 25px;
  }
  .medical-insurances-logo-section .medical-insurances-logo-listing.top {
    margin-bottom: 25px;
  }
  .medical-insurances-logo-section .medical-insurances-logo-listing .logo-box {
    width: 18.9%;
  }
  .inner-banner-section .faq-wrapper-two {
    margin-top: 0px;
  }
  .blogs-main-wrapper {
    gap: 40px;
    margin-top: 50px;
    grid-template-columns: auto 320px;
  }
  .blog-details-section .blog-detail-row-wrapper {
    gap: 40px;
    grid-template-columns: auto 320px;
  }
  .blogs-main-wrapper .blog-main-listing {
    gap: 25px;
  }
  .paginations {
    margin-top: 40px;
  }
  .blogs-main-wrapper .right-col .sidebar-sleep-apnea-box {
    margin: 30px 0px;
  }
  .blog-details-section .blog-detail-row-wrapper .right-col .sidebar-sleep-apnea-box {
    margin: 30px 0px;
  }
  .paginations .page-numbers {
    width: 45px;
    height: 45px;
    min-width: 45px;
    font-size: 17px;
  }
  .category-box ul.category-list li a {
    font-size: 15px;
  }
  .blog-detail-content h1 {
    font-size: 28px;
  }
  .blog-detail-content h2 {
    font-size: 25px;
  }
  .blog-detail-content h3 {
    font-size: 23px;
  }
  .blog-detail-content h4 {
    font-size: 21px;
  }
  .blog-detail-content h5 {
    font-size: 18px;
  }
  .blog-detail-content h6 {
    font-size: 15px;
  }
  .blog-detail-content ol li, .blog-detail-content ul li {
    font-size: 15px;
  }
  .blog-detail-content img {
    height: 300px;
    border-radius: 15px;
  }
  .social-share-list .a2a_kit a {
    height: 40px;
    width: 40px;
    min-width: 40px;
  }
  .blog-detail-content .table-responsive {
    margin: 15px 0 15px;
    overflow-x: auto;
  }
  .blog-detail-content table thead tr th {
    padding: 5px;
    font-size: 13px;
  }
  .blog-detail-content table tbody tr td {
    padding: 5px;
    font-size: 13px;
  }
  .blog-detail-content table tfoot tr td {
    padding: 5px;
    font-size: 13px;
  }
  .blog-details-section .blog-detail-image img {
    border-radius: 10px;
  }
  .blog-details-section .blog-detail-image {
    height: 450px;
  }
  .blog-detail-content ol, .blog-detail-content ul {
    margin: 10px 0px;
  }
  .blog-detail-content h1, .blog-detail-content h2, .blog-detail-content h3, .blog-detail-content h4, .blog-detail-content h5, .blog-detail-content h6 {
    margin: 10px 0px;
  }
  .blog-details-section .blog-detail-title {
    font-size: 35px;
  }
  ul.category-data-listing li.category-data-box article p {
    font-size: 11px;
  }
  ul.category-data-listing li.category-data-box article img {
    height: 150px;
    margin-bottom: 10px;
  }
  .contact-message-info-section .row-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
  .contact-us-section-four .row-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
  .contact-form-box-four h2 {
    font-size: 35px;
  }
  .contact-us-section-four .smalltitle {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .contact-us-section-four .small-title-two {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .contact-us-section-four h2 {
    margin-bottom: 15px;
  }
  .contact-us-section-four h2 br {
    display: none;
  }
  .step-form-section .step-form-content-wrapper h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .step-form-section .step-form-content-wrapper h2 span {
    font-size: 37px;
  }
  .step-form-main-wrapper .step-form {
    padding: 40px 30px;
  }
  .step-form-main-wrapper .step-form form .gform_body.gform-body h2 {
    font-size: 28px;
  }
  .step-form-main-wrapper .step-form form {
    grid-template-columns: auto 550px;
    gap: 50px;
  }
  .step-form-main-wrapper .step-form form .gf_page_steps .gf_step .gf_step_label .step-number {
    font-size: 18px;
  }
  .step-form-main-wrapper .step-form form .gf_page_steps .gf_step .gf_step_label .step-name {
    font-size: 15px;
  }
  .step-form-main-wrapper .step-form form .gf_page_steps .gf_step .gf_step_number {
    width: 45px;
    height: 45px;
    min-width: 45px;
  }
  .step-form-main-wrapper .step-form form .gf_page_steps .gf_step.gf_step_completed .gf_step_number::before {
    height: 45px;
    width: 45px;
  }
  .step-form-main-wrapper .step-form form .gf_page_steps .gf_step.gf_step_active .gf_step_number {
    background-size: 17px;
  }
  .step-form-main-wrapper .step-form form .gf_page_steps .gf_step {
    padding-bottom: 40px;
  }
  .step-form-main-wrapper .step-form form .gform_body.gform-body .gform_page_footer {
    margin-top: 30px;
  }
  .step-form-main-wrapper .step-form form .gform_body.gform-body #gform_page_6_1 .gform_page_footer input {
    padding: 10px 25px;
    font-size: 17px;
  }
  .step-form-main-wrapper .step-form form .gform_body.gform-body .step-form-content ul li {
    font-size: 15px;
  }
  .step-form-main-wrapper .step-form form .gform_body.gform-body .step-form-content {
    padding: 30px 0px;
  }
  .step-form-main-wrapper .step-form form .gform_body.gform-body .gfield_label {
    font-size: 17px !important;
  }
  .step-form-main-wrapper {
    margin-top: 30px;
    padding: 0px 0px;
  }
  .step-form-section {
    padding: 60px 0px 60px 0px;
  }
  .news-main-listing {
    gap: 20px;
  }
  .p-60 {
    padding: 50px 0px;
  }
  .p-70 {
    padding: 50px 0px;
  }
  .treatment-box-listing.treatment-box-listing-single .treatment-box {
    min-width: 290px;
  }
  .areas-listing .areas-box {
    font-size: 15px;
  }
  .areas-wrapper {
    margin-top: 40px;
  }
  .areas-listing {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991px) {
  body p {
    font-size: 15px;
  }
  .page-not-found h1 {
    margin-bottom: 25px;
  }
  .gform_wrapper .gfield_radio {
    grid-template-columns: repeat(2, 1fr);
  }
  .main-banner-section .row-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 26px;
  }
  .process-step-section h2.big {
    font-size: 26px;
  }
  .subtitle {
    font-size: 16px;
  }
  .btn-main {
    font-size: 14px;
    padding: 10px 20px;
  }
  .main-banner-section .btn-wrapper {
    margin-top: 5px;
  }
  .help-section .row-wrapper {
    grid-template-columns: 100%;
  }
  .stealing-health-and-happiness-section {
    padding: 50px 0px;
  }
  .border-listing li {
    font-size: 15px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 140%;
  }
  .border-listing li:before {
    top: 7px;
  }
  .stealing-health-and-happiness-section .row-wrapper {
    grid-template-columns: 100%;
  }
  .stealing-health-and-happiness-section .row-wrapper .right-col {
    order: -1;
  }
  .stealing-health-and-happiness-section .image {
    height: 500px;
  }
  .patients-section {
    padding: 50px 0px;
  }
  .diagnosis-section {
    padding: 50px 0px;
  }
  .diagnosis-section .row-wrapper-one {
    gap: 30px;
    grid-template-columns: 100%;
  }
  .diagnosis-section .row-wrapper-one .right-col {
    order: -1;
  }
  .diagnosis-section .row-wrapper-one .left-col h2 {
    font-size: 25px;
  }
  .diagnosis-section .row-wrapper-two {
    gap: 30px;
    grid-template-columns: 100%;
  }
  .diagnosis-section .row-wrapper-two .image-two {
    height: 450px;
    width: 450px;
  }
  .testimonial-section {
    padding: 50px 0px;
  }
  .blog-listing, .releted-blog-section .related-blog-list {
    gap: 10px;
  }
  .blog-box .content-wrapper {
    padding: 20px 15px 20px 15px;
  }
  .contact-box-form-section .contact-box-wrapper .contact-form-box {
    width: 420px;
    padding: 20px 25px;
  }
  .contact-box-form-section .contact-box-wrapper h2 {
    font-size: 25px;
  }
  .contact-box-form-section .contact-box-wrapper .contact-form-box .contact-form-wrapper .message {
    font-size: 12px;
  }
  .gform_wrapper .gform_footer {
    margin-top: 10px !important;
  }
  .contact-box-form-section {
    background-position: 30%;
  }
  .sleep-struggles-section {
    padding: 50px 0px 50px 0px;
  }
  .sleep-struggles-section .sleep-struggles-wrapper p br {
    display: none;
  }
  .sleep-struggles-section .sleep-struggles-wrapper {
    gap: 50px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .logo-listing {
    margin: 5px 0px 0px 0px;
  }
  .title-wrapper {
    margin-bottom: 25px;
  }
  .location-box-wrapper {
    grid-template-columns: 100%;
  }
  .footer-top .left-col {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
  .footer-top .right-col {
    gap: 25px;
  }
  .footer-links ul li {
    margin-bottom: 5px;
  }
  .footer-title {
    margin-bottom: 20px;
  }
  .footer-middle {
    gap: 20px;
    display: flex;
    justify-content: space-between;
  }
  .border-wrap {
    display: none;
  }
  ul.social-link li a {
    height: 38px;
    width: 38px;
    min-width: 38px;
  }
  .poweredbywrap {
    gap: 5px;
    justify-content: flex-end;
  }
  .footer-title {
    margin-bottom: 15px;
  }
  .online-evaluation-section .row-wrapper {
    gap: 40px;
  }
  .our-team-listing {
    gap: 15px;
  }
  .inner-banner-section .inner-banner-title-wrapper.big h1 {
    font-size: 35px;
  }
  .our-team-listing .our-team-box .content {
    padding: 20px 20px 15px 20px;
  }
  .our-team-listing .our-team-box .title a {
    font-size: 23px;
  }
  .our-team-listing .our-team-box .image, .our-team-listing .our-team-box .image a {
    height: 210px;
  }
  .team-detail-section .row-wrapper {
    grid-template-columns: 250px auto;
    gap: 40px;
  }
  .team-detail-section .row-wrapper .team-member-image {
    height: 250px;
    margin-bottom: 20px;
  }
  .team-detail-section .team-membe-name {
    font-size: 19px;
  }
  .team-detail-section .team-member-position {
    font-size: 15px;
  }
  .team-detail-section .main-title {
    font-size: 30px;
  }
  .book-box {
    padding: 30px 30px;
    gap: 25px;
  }
  .book-box .title {
    font-size: 25px;
  }
  .book-box.two {
    grid-template-columns: repeat(2, 1fr);
  }
  .inner-banner-section .inner-banner-title-wrapper h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .inner-banner-section .common-image-listing-main-wrpper .inner-banner-image {
    height: 250px;
  }
  .inner-banner-section .common-image-listing-main-wrpper {
    gap: 30px;
  }
  .if-you-answered-section {
    padding: 60px 0px;
  }
  .if-you-answered-section .image {
    height: 250px;
  }
  .if-you-answered-section .wrapper-one {
    margin-bottom: 30px;
  }
  .if-you-answered-section .wrapper-two, .if-you-answered-section .wrapper-three, .if-you-answered-section .wrapper-four {
    margin-bottom: 30px;
  }
  .inner-banner-section .common-image-listing-main-wrpper .row-wrapper.sm {
    grid-template-columns: 210px auto;
  }
  .better-sleep-section .row-wrapper {
    grid-template-columns: 100%;
  }
  .sleep-can-do-what-section .row-main-wrapper-listing .row-wrapper {
    gap: 30px;
  }
  .sleep-can-do-what-section .row-main-wrapper-listing {
    gap: 35px;
  }
  ul.check-listing li {
    font-size: 15px;
  }
  .quality-sleep-section .row-wrapper {
    gap: 20px;
  }
  .blog-box {
    border-radius: 10px;
  }
  .treatment-section .top-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 20px;
  }
  .treatment-box-listing {
    gap: 10px;
  }
  .treatment-box-listing .treatment-box {
    padding: 20px 15px;
  }
  .treatment-box-listing .treatment-box .title {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .link-btn {
    font-size: 14px;
  }
  .sleep-can-do-what-section .row-main-wrapper-listing .row-wrapper .title {
    font-size: 20px;
  }
  .breathing-problems-snoring-section .row-wrapper {
    grid-template-columns: 100%;
    gap: 20px;
  }
  .breathing-problems-listing {
    grid-template-columns: 100%;
    gap: 15px;
  }
  .breathing-problems-listing .breathing-problems-box .title {
    font-size: 17px;
  }
  .respiratory-disease-section .subtitle {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .faqs-main-wrapper {
    grid-template-columns: 100%;
  }
  .testimonial-slider-two button.slick-prev.slick-arrow {
    left: 44%;
  }
  .testimonial-slider-two button.slick-next.slick-arrow {
    right: 44%;
  }
  .patients-resources-listing {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .inner-banner-video .banner-video {
    height: 250px;
  }
  .inner-banner-video .banner-video .video-btn-sm {
    height: 50px;
    width: 50px;
  }
  .natural-treatment-listing {
    grid-template-columns: repeat(2, 1fr);
  }
  .oral-appliance-therapy-section .row-wrapper {
    grid-template-columns: 100%;
  }
  .oral-appliance-therapy-section .row-wrapper .image {
    height: 340px;
  }
  .how-does-it-work-section .video-wrapper .video-common-wrap {
    height: 290px;
  }
  .oral-appliances-section .title-two {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .treatment-section .title-wrapper {
    margin-bottom: 25px;
  }
  .inner-banner-section .common-image-listing-main-wrpper .row-wrapper.row-wrapper-grid-2 {
    grid-template-columns: 100%;
    gap: 30px;
  }
  .social-media-section .row-wrapper {
    grid-template-columns: 100%;
  }
  .social-media-section .row-wrapper .left-col h2 {
    font-size: 35px;
    margin-bottom: 15px;
  }
  .social-media-section .row-wrapper .left-col h2 br {
    display: none;
  }
  .process-step-listing {
    grid-template-columns: repeat(2, 1fr);
  }
  .process-step-listing .process-step-box {
    border-radius: 10px;
  }
  .medical-insurances-logo-section .medical-insurances-logo-listing .logo-box {
    width: 23%;
  }
  .inner-banner-section .common-image-listing-main-wrpper .row-wrapper .subtitle-mini {
    font-size: 16px;
  }
  .insurance-detail-section {
    padding: 50px 0px;
  }
  .medical-insurances-logo-section .medical-insurances-logo-listing.top {
    margin-bottom: 20px;
  }
  .medical-insurances-logo-section .medical-insurances-logo-listing {
    margin-top: 20px;
  }
  .blogs-main-wrapper {
    gap: 25px;
    margin-top: 40px;
    grid-template-columns: auto 230px;
  }
  .blog-details-section .blog-detail-row-wrapper {
    gap: 25px;
    grid-template-columns: auto 230px;
  }
  .category-box ul.category-list li a {
    font-size: 13px;
    grid-template-columns: auto 17px;
  }
  .category-box .category-title {
    font-size: 14px;
  }
  .blogs-main-wrapper .blog-main-listing {
    gap: 15px;
  }
  .blogs-main-wrapper .right-col .sidebar-sleep-apnea-box {
    margin: 20px 0px;
  }
  .blog-details-section .blog-detail-row-wrapper .right-col .sidebar-sleep-apnea-box {
    margin: 20px 0px;
  }
  .paginations {
    margin-top: 30px;
  }
  .paginations .page-numbers {
    width: 40px;
    height: 40px;
    min-width: 40px;
    font-size: 15px;
  }
  .blogs-main-wrapper .right-col .sidebar-main {
    top: 90px;
  }
  .category-box {
    padding: 20px 15px;
    border-radius: 10px;
  }
  .blog-details-section .blog-detail-image {
    height: 300px;
  }
  .blog-details-section {
    padding: 50px 0px 50px 0px;
  }
  .blog-details-section .blog-detail-title {
    font-size: 26px;
  }
  .back-btn {
    font-size: 16px;
  }
  .blog-details-section .wrapper .two-wrapper p {
    font-size: 14px;
  }
  .blog-details-section .wrapper .mini {
    font-size: 14px;
    margin-right: 15px;
  }
  .social-share-box .title {
    font-size: 15px;
  }
  ul.category-data-listing {
    grid-template-columns: repeat(3, 1fr);
  }
  .contact-us-section-four .row-wrapper {
    grid-template-columns: 100%;
    gap: 30px;
  }
  .step-form-main-wrapper .step-form form {
    grid-template-columns: 100%;
  }
  .gform_wrapper .gfield_radio label {
    font-size: 16px !important;
  }
  .step-form-section .step-form-content-wrapper {
    gap: 30px;
  }
  .step-form-main-wrapper .step-form form .gform_body.gform-body .border-bottom {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .news-main-listing {
    grid-template-columns: repeat(2, 1fr);
  }
  .video-two-section .row-wrapper {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  #header .wrapper .mobile-menu {
    padding: 100px 20px 50px 20px;
  }
  .gform_wrapper.gravity-theme .gform_fields {
    grid-gap: 10px 10px !important;
  }
  legend.gfield_label {
    font-size: 16px !important;
  }
  .gform_wrapper .gfield_radio {
    gap: 13px;
  }
  .gform_wrapper .gfield_radio label {
    font-size: 12px !important;
  }
  .ginput_container_consent label.gfield_consent_label {
    font-size: 14px;
  }
  .gform_confirmation_message {
    font-size: 14px;
    padding: 15px 25px;
  }
  .page-not-found h1 {
    margin-bottom: 20px;
    font-size: 25px;
  }
  .gform_wrapper .gfield_radio {
    grid-template-columns: 100%;
  }
  .common-inner-banner-section h1 {
    font-size: 30px;
  }
  .common-content-section .common-content-wrapper ul > li::before {
    height: 6px;
    width: 6px;
    top: 7px;
  }
  .common-content-section .common-content-wrapper ol > li {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .common-content-section .common-content-wrapper ul > li {
    font-size: 15px;
    margin-bottom: 10px;
    padding-left: 15px;
  }
  .common-content-section .common-content-wrapper h1 {
    font-size: 27px;
  }
  .common-content-section .common-content-wrapper h2 {
    font-size: 25px;
  }
  .common-content-section .common-content-wrapper h3 {
    font-size: 23px;
  }
  .common-content-section .common-content-wrapper h4 {
    font-size: 20px;
  }
  .common-content-section .common-content-wrapper h5 {
    font-size: 17px;
  }
  .common-content-section .common-content-wrapper h6 {
    font-size: 15px;
  }
  .common-content-section .common-content-wrapper ol {
    padding-left: 20px;
  }
  .common-content-section .common-content-wrapper ul {
    margin: 10px 0px;
  }
  .gform_wrapper .gform_footer .gform_button {
    padding: 9px 35px;
  }
  #header .header-logo a {
    max-width: 121px;
  }
  #header.fixed .header-logo a {
    max-width: 90px;
  }
  br {
    display: none;
  }
  button.slick-arrow {
    width: 40px;
    height: 40px;
  }
  .mobile-list-menu {
    display: block;
  }
  html body {
    padding: 70px 0px 0px 0px;
  }
  .main-banner-section {
    padding: 40px 0px;
  }
  .destop-video {
    display: none !important;
  }
  .mobile-video {
    display: block !important;
  }
  .destop-btn {
    display: none !important;
  }
  .mobile-btn {
    display: block !important;
  }
  .main-banner-section .row-wrapper {
    grid-template-columns: 100%;
  }
  .video-modal video, .video-modal iframe, .video-modal-two video, .video-modal-two iframe, .video-modal-three video, .video-modal-three iframe {
    max-height: 35%;
  }
  #header .wrapper .right-wrap .header-main-menu .header-btn-wrapper {
    margin: 20px 0px;
    width: 100%;
  }
  #header .wrapper .right-wrap .header-main-menu .header-btn-wrapper .btn-main {
    width: 100%;
    text-align: center;
    justify-content: center;
    font-size: 16px;
  }
  #header .wrapper .mobile-menu ul.social-link {
    justify-content: center;
    margin: 5px 0px;
  }
  #header .wrapper .mobile-menu ul.social-link li a {
    height: 48px;
    width: 48px;
    min-width: 48px;
  }
  .for-mobile {
    display: block !important;
  }
  .for-destop {
    display: none !important;
  }
  #header .wrapper .mobile-menu ul.social-link.for-mobile {
    display: flex !important;
  }
  .video-box-one {
    height: 378px;
    margin: 20px 0px;
  }
  .main-banner-section .btn-wrapper {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .main-banner-section .btn-wrapper .btn-main {
    justify-content: center;
    width: 100%;
  }
  .online-evaluation-section .title-wrapper.text-center {
    text-align: left;
    margin-bottom: 10px;
  }
  .online-evaluation-section .row-wrapper {
    grid-template-columns: 100%;
    gap: 0px;
  }
  .video-box-one .video-thumbnail-image, .video-box-two .video-thumbnail-image, .video-box-three .video-thumbnail-image {
    border-radius: 20px;
  }
  .video-box-two {
    height: 378px;
    margin: 20px 0px 30px 0px;
  }
  .video-box-two .video-thumbnail-image {
    -o-object-position: 60%;
       object-position: 60%;
  }
  .online-evaluation-section .btn-wrapper {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .online-evaluation-section .btn-wrapper .btn-main {
    justify-content: center;
    width: 100%;
  }
  .help-section .row-wrapper .left-col {
    grid-template-columns: 100%;
  }
  .help-box p {
    font-weight: 400;
  }
  .help-box .btn-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .help-box .btn-wrapper .btn-main {
    justify-content: center;
    width: 100%;
    font-size: 15px;
    padding: 12px 15px;
  }
  .find-out-box .btn-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .find-out-box .btn-wrapper .btn-main {
    justify-content: center;
    width: 100%;
  }
  .stealing-health-and-happiness-section .title-wrapper {
    margin-bottom: 25px;
    text-align: left;
  }
  .stealing-health-and-happiness-section .image {
    height: 300px;
  }
  .stealing-health-and-happiness-section .btn-main {
    font-size: 13px;
    padding: 14px 10px;
    width: 100%;
    justify-content: center;
  }
  .patients-section h2 span {
    display: block;
  }
  .patients-listing {
    margin: -55px 0px 0px 0px;
  }
  .patients-listing button.slick-arrow {
    top: auto;
    bottom: -18px;
  }
  .patients-listing button.slick-prev.slick-arrow {
    left: 37%;
  }
  .patients-listing button.slick-next.slick-arrow {
    right: 37%;
  }
  .patients-box {
    padding: 20px;
    margin: 45px 8px 65px 0px;
  }
  .video-box-three {
    height: 285px;
    margin: 10px 0px 20px 0px;
  }
  .diagnosis-section .row-wrapper-one .btn-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .diagnosis-section .row-wrapper-one .btn-wrapper .btn-main {
    justify-content: center;
    width: 100%;
  }
  .diagnosis-section .row-wrapper-two .image-two {
    height: 415px;
    width: 100%;
    margin: 10px 0px 20px 0px;
  }
  .diagnosis-section .row-wrapper-two .right-col .message-box {
    padding: 20px;
  }
  .testimonial-section h2 span {
    display: block;
  }
  .testimonial-listing .testimonial-box {
    padding: 30px 20px;
    min-height: auto;
  }
  .testimonial-listing {
    padding-bottom: 70px;
  }
  .testimonial-listing button.slick-arrow {
    top: auto;
    bottom: -15px;
  }
  .testimonial-listing button.slick-prev.slick-arrow {
    left: 37%;
  }
  .testimonial-listing button.slick-next.slick-arrow {
    right: 37%;
  }
  .testimonial-listing .btn-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .testimonial-section .btn-wrapper .btn-main {
    justify-content: center;
    width: 100%;
  }
  .btn-main {
    font-size: 14px;
    padding: 10px 20px;
  }
  .title-two {
    font-size: 19px;
  }
  .diagnosis-section .row-wrapper-one .left-col h2 span {
    font-size: 35px;
  }
  .diagnosis-section .row-wrapper-two .right-col h2 {
    font-size: 25px;
  }
  .diagnosis-section .row-wrapper-two .right-col h2 span {
    font-size: 35px;
  }
  .blog-section {
    padding: 50px 0px;
  }
  .blog-listing {
    display: block;
    grid-template-columns: unset;
  }
  .blog-listing .slick-track {
    display: flex !important;
  }
  .blog-listing .blog-box {
    height: inherit;
    margin: 0px 10px;
  }
  .blog-listing {
    padding-bottom: 70px;
  }
  .blog-listing button.slick-arrow {
    top: auto;
    bottom: -15px;
  }
  .blog-listing button.slick-prev.slick-arrow {
    left: 37%;
  }
  .blog-listing button.slick-next.slick-arrow {
    right: 37%;
  }
  .blog-box {
    border-radius: 10px;
  }
  .blog-section .top-wrapper .left-col, .releted-blog-section .top-wrapper .left-col {
    width: 100%;
    text-align: center;
  }
  .blog-section .btn-wrapper {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .blog-section .btn-wrapper .btn-main {
    justify-content: center;
    width: 100%;
  }
  .contact-box-form-section {
    background-image: unset !important;
  }
  .contact-box-form-section {
    padding: 0;
  }
  .contact-box-form-section .contact-box-wrapper {
    width: 100%;
    padding: 50px 20px;
    border-radius: 10px;
    background: #F2E8E9;
  }
  .contact-box-form-section .contact-box-wrapper .contact-form-box {
    border-radius: 10px;
    padding: 30px 20px;
    display: none !important;
    position: fixed !important;
    width: 95%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9999;
    background-color: var(--white);
    height: -moz-fit-content;
    height: 440px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .contact-box-form-section .contact-box-wrapper .contact-form-box .contact-form-wrapper .message {
    display: none;
  }
  .contact-box-form-section .contact-box-wrapper h2, .contact-box-form-section .contact-box-wrapper p {
    text-align: center;
  }
  .contact-box-form-section .contact-box-wrapper .contact-form-box p {
    font-size: 13px;
    line-height: 160%;
  }
  .gform_wrapper .gform_footer {
    padding-bottom: 0px !important;
  }
  html .gform_wrapper .gfield textarea {
    height: 90px !important;
  }
  .contact-box-form-section .contact-box-wrapper .contact-form-box .close-btn {
    color: #000;
    font-size: 22px;
    right: 0;
    top: 0;
    display: flex !important;
  }
  .contact-overlay {
    display: none !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #F2E8E9;
    z-index: 9998;
  }
  .contact-form-box.modal.open-contact-modal,
  .contact-overlay.active {
    display: block !important;
  }
  .contact-box-form-section .contact-box-wrapper .contact-form-mobile .btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 15px;
  }
  .contact-box-form-section .contact-box-wrapper .contact-form-mobile .btn-wrapper .btn-main {
    width: 100%;
    justify-content: center;
  }
  .sleep-struggles-section .sleep-struggles-wrapper {
    grid-template-columns: 100%;
    gap: 15px;
  }
  .logo-wrapper .subtitle {
    font-size: 14px;
  }
  .map-location-section h2 span {
    display: block;
  }
  .logo-box {
    height: 85px;
    padding: 12px 15px;
    border-radius: 10px;
  }
  .location-box-wrapper .location-box {
    border-radius: 10px;
    grid-template-columns: 100%;
    padding: 20px 20px;
  }
  .location-box-wrapper .location-box .left-col {
    padding: 0;
  }
  .location-box-wrapper .location-box .map, .location-box-wrapper .location-box .map iframe {
    height: 165px;
  }
  .location-box-wrapper .location-box .map {
    border-radius: 10px;
    margin: 15px 0px 20px 0px;
  }
  .location-box-wrapper .location-box .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    cursor: pointer;
  }
  .location-box-wrapper .location-box .accordion-header .arrow {
    width: 8px;
    height: 8px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
    transition: transform 0.3s;
  }
  .location-box-wrapper .location-box.active .accordion-header .arrow {
    transform: rotate(-135deg);
  }
  .location-box-wrapper .location-box .content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
  }
  .location-box-wrapper .location-box.active .content {
    max-height: unset;
  }
  .location-box-wrapper .location-box .title {
    padding-bottom: 0px;
  }
  footer.footer-section {
    padding-top: 50px;
  }
  .footer-logo {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
  .footer-logo a img {
    max-width: 215px;
  }
  footer.footer-section .contact-btn-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .phone-btn .small-title {
    line-height: 25px;
    font-size: 15px;
  }
  .phone-btn .title {
    font-size: 24px;
    line-height: 90%;
  }
  .pay-cherry-btn {
    width: 100%;
    justify-content: center;
    font-size: 20px;
  }
  .footer-logo-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 25px 0px 30px 0px;
  }
  .footer-bottom {
    padding: 16px 0px;
  }
  .footer-bottom .row-wrapper {
    gap: 14px;
    flex-direction: column;
  }
  ul.listing {
    justify-content: center;
  }
  ul.listing li:first-child {
    padding-right: 0px;
    margin-right: 0px;
  }
  ul.listing li:first-child:before {
    display: none;
  }
  .p-100 {
    padding: 50px 0px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .inner-banner-section .inner-banner-title-wrapper.big h1 {
    font-size: 33px;
  }
  .inner-banner-section .inner-banner-title-wrapper {
    margin-bottom: 30px;
  }
  .our-team-listing {
    grid-template-columns: 100%;
  }
  .team-detail-section .row-wrapper {
    grid-template-columns: 100%;
    gap: 20px;
  }
  .team-detail-section .row-wrapper .team-member-image {
    height: 300px;
    width: 300px;
  }
  .team-detail-section .main-title {
    font-size: 25px;
  }
  .team-detail-section .team-member-content p {
    padding-bottom: 15px;
  }
  .book-box {
    padding: 25px 20px;
    gap: 15px;
    grid-template-columns: 100%;
  }
  .book-box.two {
    grid-template-columns: 100%;
  }
  .inner-banner-section .common-image-listing-main-wrpper .inner-banner-image {
    height: 180px;
  }
  .inner-banner-section .common-image-listing-main-wrpper .row-wrapper {
    grid-template-columns: 100%;
    gap: 10px;
  }
  .inner-banner-section .inner-banner-title-wrapper h1 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .if-you-answered-section {
    padding: 50px 0px;
  }
  .if-you-answered-section .common-wrap {
    grid-template-columns: 100%;
    gap: 15px;
    margin-bottom: 20px;
  }
  .if-you-answered-section .image {
    height: 210px;
  }
  ul.list li::marker, ol.list li::marker {
    font-size: 18px;
  }
  ul.list, ul.list li, ol.list, ol.list li {
    font-size: 15px;
  }
  .inner-banner-section .common-image-listing-main-wrpper .row-wrapper.sm {
    grid-template-columns: 100%;
  }
  .better-sleep-section {
    padding: 50px 0px;
  }
  .better-sleep-section .row-wrapper .image-wrapper .top-wrapper {
    gap: 10px;
  }
  .better-sleep-section .row-wrapper .image-wrapper {
    gap: 10px;
  }
  .better-sleep-section .row-wrapper .image-wrapper .top-wrapper .image {
    height: 180px;
  }
  .better-sleep-section .row-wrapper .image-wrapper .botom-wrapper .image {
    height: 150px;
  }
  .better-sleep-section .row-wrapper {
    gap: 20px;
  }
  .sleep-can-do-what-section .row-main-wrapper-listing .row-wrapper {
    gap: 10px;
    grid-template-columns: 100%;
  }
  .sleep-can-do-what-section .row-main-wrapper-listing {
    gap: 25px;
  }
  .sleep-can-do-what-section .row-main-wrapper-listing .row-wrapper .image {
    height: 200px;
    margin: 10px 0px 15px 0px;
  }
  .quality-sleep-section .row-wrapper {
    grid-template-columns: 100%;
    gap: 12px;
  }
  ul.check-listing li {
    padding: 15px 15px 15px 35px;
    background-position: left 10px top 19px;
    background-size: 18px;
  }
  .treatment-section .top-wrapper {
    grid-template-columns: 100%;
    gap: 5px;
    text-align: center;
  }
  .treatment-box-listing {
    grid-template-columns: 100%;
  }
  .breathing-problems-snoring-section .video-box-two {
    margin: 0px;
    border-radius: 10px;
    height: 280px;
  }
  .breathing-problems-snoring-section .video-box-two img {
    border-radius: 10px;
  }
  .breathing-problems-listing .breathing-problems-box {
    grid-template-columns: 100%;
    gap: 15px;
  }
  .faq-accordion .faq-accordion-header {
    padding: 15px 35px 15px 15px;
    font-size: 16px;
  }
  .faq-accordion .faq-accordion-header::after {
    right: 12px;
    font-size: 26px;
  }
  .faqs-main-wrapper .left-wrap h2 {
    margin-bottom: 15px;
    text-align: center;
  }
  .faq-accordion {
    gap: 10px;
  }
  .faq-accordion .faq-accordion-content {
    padding: 0px 15px 15px 15px;
  }
  .patients-resources-listing {
    grid-template-columns: 100%;
    gap: 15px;
  }
  .faqs-main-wrapper .right-wrap h2 {
    text-align: center;
  }
  .sidebar-sleep-apnea-box .title {
    font-size: 27px;
  }
  .sidebar-sleep-apnea-box p {
    font-size: 16px;
  }
  .faqs-main-wrapper .right-wrap .sidebar-wrap .sidebar-testimonial-wrapper h2 {
    font-size: 25px;
  }
  .faqs-main-wrapper .right-wrap h2 span {
    font-size: 35px;
  }
  .inner-banner-video .banner-video {
    height: 190px;
    margin: 0px;
  }
  .natural-treatment-option-section .title-wrapper h2 {
    margin-bottom: 10px;
  }
  .natural-treatment-option-section .title-wrapper {
    margin-bottom: 25px;
  }
  .natural-treatment-listing {
    grid-template-columns: 100%;
  }
  .oral-appliance-therapy-section .row-wrapper .image {
    height: 220px;
  }
  .oral-appliance-therapy-section .btn-main.sm {
    font-size: 12px;
  }
  .inner-banner-section .common-image-listing-main-wrpper .row-wrapper h2 {
    margin-bottom: 10px;
  }
  .at-home-diagnostic-solution-section .content-wrapper .two-row-wrapper {
    gap: 15px;
    padding: 10px 0px 20px 0px;
    grid-template-columns: 100%;
  }
  .how-does-it-work-section .video-wrapper {
    grid-template-columns: 100%;
    margin-bottom: 20px;
  }
  .how-does-it-work-section .video-wrapper .video-common-wrap {
    height: 250px;
    border-radius: 10px;
    margin-top: 0px;
  }
  .how-does-it-work-section .video-wrapper .video-common-wrap .video-thumbnail-image {
    border-radius: 10px;
  }
  .oral-appliances-section .content-list .oral-appliances-list {
    margin: 20px 0px;
    grid-template-columns: 100%;
  }
  .contact-form-box-two h2 {
    font-size: 20px;
  }
  .contact-form-box-two {
    padding: 30px 20px 20px 20px;
  }
  .process-step-listing {
    grid-template-columns: 100%;
  }
  .process-step-listing .process-step-box .icon {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
  }
  .process-step-listing .process-step-box .step-number {
    font-size: 35px;
  }
  .social-media-section .row-wrapper .left-col .smalltitle {
    font-size: 18px;
    line-height: 20px;
  }
  .social-media-section .row-wrapper .left-col h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .social-media-section .row-wrapper {
    gap: 25px;
  }
  .contact-form-box-three {
    padding: 20px 15px 20px 15px;
    border-radius: 10px;
  }
  .contact-form-box-three h2 {
    font-size: 22px;
  }
  .contact-form-box-three .message {
    font-size: 12px;
  }
  .inner-banner-section .common-image-listing-main-wrpper .row-wrapper .subtitle-mini {
    font-size: 14px;
  }
  .medical-insurances-logo-section .medical-insurances-logo-listing.top .logo-box {
    width: 48%;
    margin: 0;
  }
  .medical-insurances-logo-section .medical-insurances-logo-listing .logo-box {
    margin: 10px 5px;
  }
  .medical-insurances-logo-section .medical-insurances-logo-listing {
    margin-top: 15px;
  }
  .medical-insurances-logo-section .medical-insurances-logo-listing.top {
    margin-bottom: 15px;
  }
  body.page-template-ask-us-a-question .contact-box-form-section {
    padding-top: 0px;
  }
  .blogs-main-wrapper {
    gap: 30px;
    margin-top: 30px;
    grid-template-columns: 100%;
  }
  .blog-details-section .blog-detail-row-wrapper {
    gap: 30px;
    grid-template-columns: 100%;
  }
  .blogs-main-wrapper .right-col .sidebar-main {
    position: unset;
  }
  .blogs-main-wrapper .blog-main-listing .blog-box .blog-image {
    height: 100px;
    min-height: 100px;
  }
  .blogs-main-wrapper .blog-main-listing {
    gap: 10px;
  }
  .blogs-main-wrapper .blog-main-listing .blog-box .date {
    font-size: 12px;
  }
  .blogs-main-wrapper .blog-main-listing .blog-box .title {
    margin-bottom: 20px;
    line-height: 140%;
  }
  .blogs-main-wrapper .blog-main-listing .blog-box .title a {
    font-size: 15px;
  }
  .blogs-main-wrapper .blog-main-listing .blog-box .arrow-btn {
    font-size: 13px;
  }
  .blogs-main-wrapper .blog-main-listing .blog-box .content-wrapper {
    padding: 15px 10px 15px 10px;
  }
  .paginations {
    margin-top: 20px;
    justify-content: center;
    gap: 5px;
  }
  .paginations .page-numbers {
    width: 33px;
    height: 33px;
    min-width: 33px;
    font-size: 14px;
  }
  .blog-listing, .releted-blog-section .related-blog-list {
    grid-template-columns: 100%;
    gap: 20px;
  }
  .releted-blog-section .btn-wrapper {
    display: flex !important;
    justify-content: center;
    margin-top: 30px;
  }
  .blog-details-section .blog-detail-image {
    height: 200px;
    margin-bottom: 25px;
  }
  .blog-detail-content ul li::marker {
    font-size: 16px;
  }
  .back-btn {
    font-size: 14px;
  }
  .blog-details-section .blog-detail-title-wrapper {
    margin: 15px 0px 15px 0px;
    gap: 15px;
  }
  .blog-details-section .blog-detail-title {
    font-size: 22px;
  }
  .blog-details-section .wrapper .mini {
    font-size: 12px;
    margin-right: 10px;
  }
  .blog-details-section .wrapper .two-wrapper p {
    font-size: 11px;
  }
  .blog-details-section .wrapper .two-wrapper {
    gap: 7px;
    padding-right: 10px;
    margin-right: 10px;
  }
  .blog-detail-content img {
    height: 220px;
    border-radius: 10px;
    margin: 10px 0px;
  }
  .blog-details-section .blog-detail-row-wrapper .blog-details-sidebar {
    position: unset;
  }
  ul.category-data-listing {
    grid-template-columns: 100%;
  }
  .contact-us-section-four .smalltitle {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .contact-us-section-four .small-title-two {
    font-size: 15px;
  }
  .contact-us-section-four .row-wrapper .left-col .content p {
    font-size: 14px;
    line-height: 160%;
  }
  .contact-form-box-four {
    border-radius: 10px;
    padding: 25px 20px 25px 20px;
  }
  .contact-form-box-four h2 {
    font-size: 22px;
  }
  .contact-form-box-four .message {
    margin: 5px 0px 5px 0px;
  }
  .contact-form-box-four .message p {
    color: #222;
    font-size: 12px;
  }
  .contact-message-info-section .row-wrapper {
    grid-template-columns: 100%;
    gap: 15px;
  }
  .contact-us-section-four .bg-shap-image {
    right: 5px;
    width: 120px;
  }
  .blog-details-section .bg-shap-image {
    right: 0px;
    width: 120px;
  }
  .step-form-section {
    padding: 50px 0px 50px 0px;
  }
  .step-form-section .step-form-content-wrapper h2 {
    font-size: 23px;
  }
  .step-form-section .step-form-content-wrapper h2 span {
    font-size: 29px;
  }
  .step-form-main-wrapper .step-form {
    padding: 25px 20px;
    border-radius: 10px;
  }
  .step-form-main-wrapper .step-form form .gf_page_steps .gf_step {
    padding-bottom: 30px;
    gap: 15px;
  }
  .step-form-main-wrapper .step-form form .gf_page_steps .gf_step .gf_step_label .step-number {
    font-size: 16px;
  }
  .step-form-main-wrapper .step-form form .gf_page_steps .gf_step .gf_step_label .step-name {
    font-size: 14px;
  }
  .step-form-main-wrapper .step-form form .gf_page_steps .gf_step .gf_step_number {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
  .step-form-main-wrapper .step-form form .gf_page_steps .gf_step.gf_step_completed .gf_step_number::before {
    height: 40px;
    width: 40px;
  }
  .step-form-main-wrapper .step-form form .gf_page_steps .gf_step:before {
    left: 20px;
  }
  .step-form-main-wrapper .step-form form {
    gap: 30px;
  }
  .step-form-main-wrapper .step-form form .gform_body.gform-body h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .step-form-main-wrapper .step-form form .gform_body.gform-body #gform_page_6_1 .gform_page_footer input {
    padding: 8px 20px;
    font-size: 15px;
  }
  .step-form-main-wrapper .step-form form .gform_body.gform-body .gfield_label {
    font-size: 16px !important;
  }
  .step-form-main-wrapper .step-form form .gform_body.gform-body .border-bottom {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .step-form-main-wrapper .step-form form .gform_body.gform-body .gform_page_footer .gform_previous_button {
    font-size: 15px;
    padding: 5px 14px;
    min-height: unset !important;
  }
  .step-form-main-wrapper .step-form form .gform_body.gform-body .gform_page_footer .gform_next_button {
    padding: 5px 20px;
    font-size: 15px;
  }
  .step-form-main-wrapper .step-form form .gform_body.gform-body .step-form-content {
    padding: 20px 0px;
  }
  .step-form-main-wrapper .step-form form .gform_body.gform-body .step-form-content ul {
    grid-template-columns: 100%;
    gap: 5px;
  }
  .step-form-main-wrapper .step-form form .gf_page_steps .gf_step.gf_step_completed .gf_step_number::after {
    font-size: 30px;
  }
  .mb-30 {
    margin-bottom: 10px;
  }
  .gform_wrapper .gfield_checkbox label {
    font-size: 14px !important;
  }
  html .gform_wrapper input[type=checkbox] {
    height: 17px !important;
    width: 17px !important;
  }
  body.page-template-insurance .contact-box-form-section {
    padding: 50px 0px;
  }
  .news-main-listing {
    grid-template-columns: 100%;
    gap: 15px;
  }
  .treatment-box-listing.treatment-box-listing-single .treatment-box {
    min-width: 100%;
  }
  .video-two-section .row-wrapper {
    grid-template-columns: 100%;
  }
  .video-two-section .video-box-two {
    margin: 0;
    height: 280px;
  }
  .book-box:before {
    width: 80px;
    height: 100px;
    right: 5px;
  }
  .areas-listing {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
  .areas-wrapper .title-wrapper {
    margin-bottom: 10px;
  }
  .areas-wrapper .title-wrapper h2 span {
    display: unset;
  }
  .areas-wrapper {
    margin-top: 30px;
  }
}/*# sourceMappingURL=style.css.map */

/*Areas Served*/

        .tabs-container {
            max-width: 1270px;
            margin: 40px auto 0;
            border-radius: 8px;
            overflow: hidden;
        }

        .tabs-nav {
            display: flex;
            justify-content: center;
        }

        .tab-button {
            width: 30%;
            padding: 15px 20px;
            background: transparent;
            border: none;
            cursor: pointer;
            font-size: 16px;
            font-weight: bold;
            color: #BD8C91;
            transition: background 0.3s;
        }

        .tab-button.active {
            background: white;
            border: 1px solid rgba(0, 0, 0, 0.10);
            border-bottom: transparent;
            transform: translateY(1px);

        }

        .tab-button:hover {
            background: rgba(255,255,255,0.5);
        }

        .tabs-content {
            padding: 30px;
            background-color: white;
            border-radius: 5px;
            border: 1px solid rgba(0, 0, 0, 0.10);
        }

        .tab-pane {
            display: none;
        }

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

        .areas-list {
            list-style: none;
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 15px 30px;
        }

        .areas-list li {
            position: relative;
            padding-left: 20px;
        }
        .areas-list li a:hover{
            text-decoration: underline;
        }

        .areas-list li:before {
            content: "•";
            position: absolute;
            left: 0;
            color: #4a5568;
            font-weight: bold;
        }


        @media (max-width: 768px) {
            .areas-list {
                grid-template-columns: repeat(2, 1fr);
                gap: 10px 15px;
            }

            .tabs-content {
                padding: 20px 15px;
            }

            .tab-button {
                font-size: 18px;
                width: 50%;
                padding: 12px 15px;
            }
             .tab-button:hover {
            background: rgba(255,255,255,1);
        }
        }

       
        @media (max-width: 480px) {
            .tab-button{
                font-size: 16px;
             }
            .areas-list {
                grid-template-columns: repeat(2, 1fr);
            }
            .areas-list li {
                font-size: 14px;
             }
        }