* {
  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: "Inter", sans-serif;
  font-weight: normal;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  padding: 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: "Inter", 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;
}

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: "Inter", sans-serif;
  font-weight: normal;
  color: var(--dark);
  text-decoration: none;
  outline: none !important;
}

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

body a:hover {
  color: var(--primary);
  outline: none !important;
}

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

ul,
li {
  list-style: none;
}

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

span {
  display: block;
}

.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 {
  color: var(--text);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  padding-bottom: 10px;
}

body p a {
  color: var(--dark);
  font-weight: 900;
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", sans-serif !important;
}

h1 {
  color: var(--white);
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 20px;
  font-weight: 900;
}

h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: var(--secondary);
  font-weight: 700;
}

h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 8px;
  color: var(--secondary);
}

.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: #fafafa;
  padding: 14px 16px !important;
  color: #000;
  font-size: 13px !important;
  font-weight: 400;
  border-radius: 0.75rem;
  font-family: "Inter", sans-serif !important;
  border: 1px solid #e0e0e0;
  outline: 2px solid transparent;
  line-height: normal !important;
}

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

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

.gform_wrapper .gfield input:focus, .gform_wrapper .gfield select:focus, .gform_wrapper .gfield textarea:focus {
  outline-color: red;
}

.gform_wrapper .gfield select {
  line-height: normal !important;
}

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

.gform_wrapper .gfield_checkbox input, .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: 14px;
  width: 14px;
  line-height: 14px !important;
  padding: 0 !important;
  margin-right: 9px;
  position: relative;
  cursor: pointer;
  height: auto !important;
}

.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: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.gform_wrapper .gfield legend.gfield_label {
  margin-bottom: 20px;
}

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

.gform_wrapper .gfield_checkbox label {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-transform: capitalize;
}

.gform_wrapper .gfield select {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.gform_wrapper .gfield .ginput_container_select::before {
  position: absolute;
  content: "";
  background-image: url("../images/drop-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 7px;
  right: 15px;
  top: 0;
  pointer-events: none;
  bottom: 0;
  margin: auto 0;
}

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: 100%;
  margin: 15px 0px 12px 0px !important;
  padding: 0 !important;
}

.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 {
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 11;
  margin: 0 !important;
  width: 100%;
  letter-spacing: 0.48px;
  border: 1px solid var(--primary);
  line-height: normal;
  position: relative;
  background: var(--primary);
  padding: 15.5px 32px;
  display: flex;
  border-radius: 12px;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  color: var(--white);
  gap: 10px;
  font-size: 15px;
  font-weight: 700;
  align-items: center;
}

.gform_wrapper .gform_footer .gform_button:hover {
  background: #ac1515;
  color: var(--white);
}

.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: grid;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}

.gform_wrapper .gfield_radio > .gchoice {
  border-radius: 5px;
  border: 1px solid #E6E6E6;
  padding: 10px 15px 10px 14px;
}

.gform_wrapper .gfield_radio label {
  color: #999;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  cursor: pointer;
  white-space: nowrap;
}

.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: 12px 12px !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: 15px;
  background: #e1ffe1;
  padding: 15px 15px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 10px;
}

.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: #141414;
  margin: 0 auto;
  padding: 12px 0px;
}

#header.fixed {
  padding: 8px 0px;
}

#header::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #141414;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  pointer-events: none;
  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 {
  color: var(--white);
  position: relative;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}

#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: 8px;
  cursor: pointer;
  transition: all ease 0.5s;
  background-size: contain;
  pointer-events: none;
}

#header .wrapper ul#menu-header-menu ul.sub-menu {
  background-color: var(--white);
  width: 240px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 0;
  padding: 10px;
  top: 40px;
  transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.5s;
  -webkit-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
  -moz-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
  -o-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transform-origin: top;
  border-radius: 5px;
}

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

#header .wrapper ul#menu-header-menu ul.sub-menu li a {
  display: block;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 14px;
  color: var(--dark);
  font-weight: 600;
  transition: none;
  cursor: pointer;
  transition: all 0.5s;
  line-height: 120%;
  border-radius: 5px;
}

#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 .wrapper ul#menu-header-menu > li:last-child {
  margin-right: 0px;
}

#header .wrapper .right-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  position: relative;
  z-index: 99;
}

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

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

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

#header .header-logo a img {
  max-height: unset;
  width: 84px;
  height: auto;
  transition-duration: 0.3s;
}

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

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

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

.res_navigation .nav-toggle {
  display: flex;
  position: relative;
  transition: 0.3s ease;
  z-index: 9;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
}

.res_navigation .nav-toggle span {
  position: absolute;
  height: 2px;
  border-radius: 10px;
  width: 100%;
  background: #fff;
  left: auto;
  right: 0;
  top: 2px;
  transition: 0.2s ease-in-out;
}

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

.res_navigation .nav-toggle span:last-child {
  top: 16px;
}

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

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

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

#header.fixed .header-logo a img {
  width: 60px;
  transition-duration: 0.3s;
}

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

.header-title {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: normal;
  font-weight: 300;
}

a.phone-btn {
  display: flex;
  gap: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

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

:root {
  --primary:#CC1919;
  --secondary:#1A1A1A;
  --title: #000000;
  --text: #666666;
  --dark: #000000;
  --white: #ffffff;
}

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

.btn-main {
  background: var(--primary);
  padding: 15px 34px;
  display: flex;
  border-radius: 12px;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  color: var(--white);
  gap: 10px;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}

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

.btn-main.sm {
  font-size: 13px;
  padding: 12px 19px;
  font-weight: 600;
}

.btn-main.lg {
  font-size: 18px;
  padding: 19px 37px;
  font-weight: 600;
}

/* width */
/* Track */
/* Handle */
.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(--secondary) !important;
}

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

.page-not-found {
  padding: 180px 0px 60px;
  position: relative;
}

.page-not-found h1 {
  color: var(--primary);
  margin-bottom: 40px;
  font-weight: 800;
}

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

/* common-inner-banner-section */
.common-inner-banner-section {
  padding: 130px 0px 60px 0px;
  background: #141414;
}

.common-inner-banner-section h1 {
  margin-bottom: 0px;
}

.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;
  text-transform: capitalize;
  color: var(--secondary);
}

.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-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-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: 11px;
  border-radius: 50px;
  background: #000;
}

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

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

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

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

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

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

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

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

.entry-title {
  display: none;
}

.mobile {
  display: none !important;
}

.destop {
  display: flex !important;
}

body img.gform_ajax_spinner {
  display: none !important;
}

.gform_wrapper .gfield_error [aria-invalid=true] {
  border-color: red !important;
}

.py-16 {
  padding: 64px 0px;
}

.banner-section {
  padding: 112px 0px 64px 0px;
  position: relative;
  background-size: cover;
  background-position: center center;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.banner-section:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(20, 20, 20, 0.8);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  pointer-events: none;
}

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

.review-info-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  margin-bottom: 20px;
}

.review-info-wrap .user-img-list {
  display: flex;
  align-items: center;
}

.review-info-wrap .user-img-list img {
  height: 36px;
  width: 36px;
  border-radius: 100px;
  border: 2px solid var(--white);
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: -8px;
}

.review-info-wrap .user-img-list img:first-child {
  margin-left: 0px;
}

img.star-img {
  margin: 0;
}

span.review-content {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  display: block;
  line-height: 20px;
}

.banner-section .subtitle {
  color: var(--primary);
  text-transform: uppercase;
  margin-bottom: 12px;
  font-weight: 300;
  letter-spacing: 0.05em;
  font-size: 13px;
  padding-bottom: 0px;
  display: block;
}

.banner-section .row-wrapper .left-col p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 32px;
  font-weight: 300;
  padding-bottom: 0px;
}

.small-icon-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.small-icon-wrapper .small-icon-box {
  padding: 10px 12px;
  position: relative;
  background: rgba(255, 255, 255, 0.1019607843);
  border-radius: 0.75rem;
  gap: 8px;
  display: flex;
  align-items: center;
}

.small-icon-wrapper .small-icon-box img {
  height: 18px;
  width: 18px;
  margin: 0;
}

.small-icon-wrapper .small-icon-box span {
  color: var(--white);
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

.contact-form {
  padding: 32px;
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
}

.contact-form h4 {
  color: var(--secondary);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.75rem;
  margin-bottom: 4px;
}

.contact-form p {
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 0px;
  line-height: 20px;
}

.contact-form span.bottom-msg {
  font-size: 12px;
  line-height: 16px;
  color: #666;
}

.benifit-section {
  position: relative;
  background-color: #f2f2f2;
}

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

.icon-card-box-listing .icon-card-box {
  position: relative;
  padding: 24px;
  background-color: var(--white);
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  transition-duration: 0.15s;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.icon-card-box-listing .icon-card-box:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.icon-card-box-listing .icon-card-box .icon {
  height: 48px;
  width: 48px;
  min-width: 48px;
  background-color: rgba(204, 25, 25, 0.1019607843);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.icon-card-box-listing .icon-card-box p {
  font-size: 13.4px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-bottom: 0px;
}

.icon-card-box-listing .icon-card-box a.link {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--primary);
  margin-top: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.icon-card-box-listing .icon-card-box a.link:hover {
  text-decoration: underline;
}

.family-info-section {
  position: relative;
  background-color: #fafafa;
}

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

.family-info-section .image {
  height: 420px;
  width: 100%;
}

.family-info-section .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  -o-object-position: top;
     object-position: top;
}

.owner-quote {
  padding-left: 20px;
  position: relative;
  margin-bottom: 32px;
  border-left: 4px solid var(--primary);
}

.owner-quote p {
  font-style: italic;
  color: var(--secondary);
  padding-bottom: 0px;
  margin-bottom: 13px;
  font-size: 17px;
}

.owner-quote .user-nane {
  font-weight: 600;
  color: var(--text);
  font-size: 0.875rem;
  line-height: 1.25rem;
}

ul.family-info {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

ul.family-info li {
  display: flex;
  gap: 12px;
}

ul.family-info li .icon {
  height: 40px;
  width: 40px;
  min-width: 40px;
  background-color: rgba(204, 25, 25, 0.1019607843);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.family-info li h5 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  margin-bottom: 5px;
}

ul.family-info li p {
  font-size: 0.75rem;
  line-height: 1rem;
}

.estimate-section {
  position: relative;
  background-color: #ededed;
}

.estimate-section h2 {
  margin-bottom: 2.5rem;
}

.estimate-wrapper {
  max-width: 48rem;
  margin: 0 auto;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.estimate-wrapper .estimate-box {
  padding: 1.5rem;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  background-color: var(--white);
  border-top: 4px solid rgba(102, 102, 102, 0.4);
  position: relative;
}

.estimate-wrapper .estimate-box h3 {
  margin-bottom: 16px;
}

.estimate-wrapper .estimate-box.write {
  border-top-color: var(--secondary);
}

ul.wrong, ul.write {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

ul.wrong li {
  background-image: url(../images/wrong-icon.svg);
  color: var(--text);
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: top 2px left 0;
}

ul.write li {
  background-image: url(../images/right-icon.svg);
  color: var(--text);
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: top 2px left 0;
}

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

.join-the-membership-section {
  position: relative;
  background-color: #fafafa;
}

.join-the-membership-section .membership-box {
  padding: 2.5rem;
  position: relative;
  background-color: var(--white);
  border-radius: 12px;
  border: 2px solid rgba(204, 25, 25, 0.3019607843);
  max-width: 42rem;
  margin: 0 auto;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.join-the-membership-section .membership-box h2 {
  margin-bottom: 8px;
}

.join-the-membership-section .membership-box p {
  margin-bottom: 1.5rem;
  padding-bottom: 0px;
  font-size: 15px;
  font-weight: 300;
}

.join-the-membership-section .membership-box ul.write {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
}

.join-the-membership-section .membership-box ul.write li {
  color: var(--secondary);
  background-image: url(../images/right-icon-red.svg);
}

.join-the-membership-section .membership-box .btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.testimonial-section {
  position: relative;
  background-color: #f2f2f2;
}

.testimonial-section h2 {
  margin-bottom: 32px;
}

.testimonial-box {
  padding: 24px;
  background-color: var(--white);
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  position: relative;
}

.testimonial-box .top-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.testimonial-box .user-img {
  height: 48px;
  width: 48px;
  border-radius: 100%;
  overflow: hidden;
}

.testimonial-box .user-img img {
  height: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonial-box .user-name {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: var(--secondary);
}

.testimonial-box .user-position {
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--text);
  font-weight: 300;
}

.testimonial-box img.star-img {
  height: 16px;
  margin-bottom: 12px;
}

.testimonial-box p {
  font-style: italic;
  color: var(--secondary);
  padding-bottom: 0px;
  font-size: 13px;
  line-height: 1.25rem;
  font-weight: 400;
}

.testimonial-listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.how-it-work-section {
  position: relative;
  background-color: #fafafa;
}

.how-it-work-section h2 {
  margin-bottom: 40px;
}

.how-it-work-list {
  max-width: 48rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  position: relative;
}

.how-it-work-list .how-it-work-box {
  position: relative;
}

.how-it-work-list .how-it-work-box:before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 56%;
  top: 29px;
  border: 1px solid #e0e0e0;
}

.how-it-work-list .how-it-work-box:last-child::before {
  display: none;
}

.how-it-work-list .how-it-work-box .number {
  height: 56px;
  width: 56px;
  margin: 0 auto;
  border-radius: 100%;
  background-color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  position: relative;
}

.how-it-work-list .how-it-work-box h3 {
  font-size: 16px;
}

.how-it-work-list .how-it-work-box p {
  font-size: 14px;
  line-height: 1.25rem;
}

.how-it-work-section .btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.services-section {
  position: relative;
  background-color: #ededed;
}

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

.service-listing .service-box {
  position: relative;
  padding: 24px;
  background-color: var(--white);
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.service-listing .service-box .icon {
  height: 56px;
  width: 56px;
  background-color: rgba(204, 25, 25, 0.1019607843);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 16px;
}

.service-listing .service-box h3 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 6px;
}

.service-listing .service-box p {
  font-size: 0.75rem;
  line-height: 1rem;
}

.faq-section {
  position: relative;
  background-color: #fafafa;
}

.faq-section h2 {
  margin-bottom: 32px;
}

.faq-listing {
  margin: 0 auto;
  max-width: 640px;
}

.faq-box {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  margin-bottom: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  background-color: #fff;
}

.faq-question {
  padding: 16px 16px;
  cursor: pointer;
  position: relative;
}

.faq-question h3 {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  padding-right: 19px;
}

.faq-content p {
  font-size: 13px;
  line-height: 1.25rem;
}

/* Arrow using borders */
.faq-question::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 2px solid var(--secondary);
  border-bottom: 2px solid var(--secondary);
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease;
  border-radius: 1px;
}

/* Rotate on active */
.faq-box.active .faq-question::after {
  transform: translateY(-50%) rotate(-135deg);
}

/* Content */
.faq-content {
  display: none;
  padding: 0 16px 16px;
}

html .cta-btn-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px 12px;
  background-color: var(--secondary);
  border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
  gap: 8px;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  z-index: 99999;
}

html .cta-btn-wrapper a {
  width: 100%;
}

.call-btn {
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1019607843) !important;
  color: var(--white) !important;
  border-radius: 12px;
  padding: 14px 5px;
  gap: 7px;
  font-size: 13px;
  font-weight: 600;
  justify-content: center;
}

html .cta-btn-wrapper .btn-main {
  justify-content: center;
}

body.page-id-148 #header .header-title {
  display: none;
}

body.page-id-148 #header .wrapper .right-wrap .btn-main.sm {
  display: none !important;
}

body.page-id-148 .cta-section {
  display: none;
}

body.page-id-148 footer.footer-section .footer-top {
  display: none;
}

body.page-id-148 footer.footer-section {
  padding: 0;
  margin-top: auto;
}

body.page-id-148 footer.footer-section .footer-bottom {
  padding-bottom: 24px;
  margin-top: 0px;
}

html body.page-id-148 .cta-btn-wrapper, body.page-template-common-template .cta-btn-wrapper {
  display: none !important;
}

body.page-id-148 #header .wrapper .middle-wrap {
  display: none !important;
}

body.page-id-148 #header {
  position: unset;
}

body.page-id-148 #header::before {
  display: none !important;
}

body.page-id-148 #header .header-logo a {
  max-width: 72px;
}

body.page-id-148 {
  display: flex;
  flex-direction: column;
  background-color: #fafafa;
  height: 100vh;
}

.thank-you-section {
  padding: 64px 0px 64px 0px;
  position: relative;
  background-color: #fafafa;
}

.thank-you-section .icon {
  height: 64px;
  width: 64px;
  margin: 0 auto;
  background-color: rgba(41, 163, 86, 0.1019607843);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.thank-you-section h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.thank-you-section .thank-you-content {
  max-width: 515px;
  margin: 0 auto;
}

.thank-you-section p {
  margin-bottom: 1.5rem;
  font-weight: 300;
}

.thank-you-section .card-box {
  text-align: left;
  padding: 24px;
  position: relative;
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  margin-bottom: 32px;
}

.thank-you-section .card-box p {
  padding-bottom: 0px;
  margin-bottom: 15px;
  color: var(--secondary);
  font-size: 14px;
  line-height: normal;
}

.thank-you-section p b, .thank-you-section p strong {
  color: var(--secondary);
}

.thank-you-section .card-box ol {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 20px;
}

.thank-you-section .card-box ol li {
  color: #666;
  font-size: 14px;
  list-style: decimal;
  font-weight: 300;
}

.thank-you-section span.small {
  color: #666;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 1.5rem;
}

.thank-you-section .btn-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}

.back-home-btn {
  color: var(--primary);
  font-weight: 600;
  font-size: 13px;
  line-height: 1.25rem;
}

.back-home-btn:hover {
  text-decoration: underline;
}

html .ti-widget.ti-goog .ti-review-item > .ti-inner {
  background-color: #ffffff !important;
}

.cta-section {
  position: relative;
  padding: 80px 0px;
  background-color: #141414;
}

.cta-section h2 {
  color: var(--white);
  font-size: 2.25rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
}

.cta-section p {
  max-width: 36rem;
  margin: 0 auto;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  font-weight: 300;
  padding-bottom: 0px;
}

.cta-section .btn-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.cta-section span {
  color: rgba(255, 255, 255, 0.7019607843);
  font-size: 16px;
}

.cta-section span a {
  color: #fff;
  text-decoration: underline;
}

footer.footer-section {
  padding: 48px 0px;
  position: relative;
  background-color: #141414;
}

.footer-top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  position: relative;
}

.footer-logo {
  margin-bottom: 16px;
  display: block;
  max-width: 72px;
}

.footer-top p {
  font-size: 13px;
  line-height: 1.25rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
}

.footer-top .middle-col p:first-child {
  gap: 8px;
  display: flex;
  align-items: center;
}

.footer-top .middle-col p {
  color: rgba(255, 255, 255, 0.8);
}

.footer-top .middle-col a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
}

.footer-top .middle-col a:hover {
  color: var(--primary);
}

ul.social-listing {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 12px;
}

ul.social-listing li a {
  color: rgba(255, 255, 255, 0.6);
}

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

ul.link {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

ul.link li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
}

ul.link li a:hover {
  color: #fff;
}

.footer-bottom {
  position: relative;
  padding-top: 24px;
  margin-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
}

p.copyrights {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  line-height: 1rem;
}

@media only screen and (min-width: 1500px) and (max-width: 1699px) {
  .container {
    width: 1350px;
  }
  .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;
  }
  .cta-section {
    padding: 60px 0px;
  }
  footer.footer-section {
    padding: 48px 0px 30px 0px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  .container {
    width: 1250px;
  }
  .common-content-section .common-content-wrapper p {
    font-size: 16px;
  }
  .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;
  }
  .cta-section {
    padding: 60px 0px;
  }
  footer.footer-section {
    padding: 48px 0px 30px 0px;
  }
  h1 {
    font-size: 45px;
  }
  body p {
    font-size: 16px;
  }
  .cta-section h2 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1121px) and (max-width: 1279px) {
  .container {
    width: 1121px;
  }
  .common-content-section .common-content-wrapper p {
    font-size: 16px;
  }
  .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;
  }
}
@media (max-width: 1279px) {
  .cta-section {
    padding: 50px 0px;
  }
  footer.footer-section {
    padding: 48px 0px 30px 0px;
  }
  h1 {
    font-size: 40px;
  }
  body p {
    font-size: 16px;
  }
  .cta-section h2 {
    font-size: 29px;
  }
  .banner-section .row-wrapper .left-col p {
    margin-bottom: 25px;
  }
  .how-it-work-list .how-it-work-box .number {
    height: 50px;
    width: 50px;
    font-size: 18px;
  }
  .service-listing {
    gap: 15px;
  }
  .testimonial-listing {
    gap: 20px;
  }
  h3 {
    font-weight: 700;
  }
  .btn-main.lg {
    font-size: 16px;
    padding: 15px 30px;
  }
}
@media (max-width: 1120px) {
  /**/
  .container {
    width: 100%;
  }
  .common-content-section .common-content-wrapper p {
    font-size: 16px;
  }
  .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;
  }
}
@media (max-width: 991px) {
  .page-not-found {
    padding: 130px 0px 50px;
  }
  .page-not-found h1 {
    margin-bottom: 25px;
  }
  .gform_wrapper .gfield_radio {
    grid-template-columns: repeat(2, 1fr);
  }
  .banner-section {
    min-height: auto;
  }
  .banner-section .row-wrapper {
    grid-template-columns: 100%;
    gap: 32px;
  }
  br {
    display: none;
  }
  h1 {
    font-size: 36px;
  }
  .icon-card-box-listing {
    gap: 15px;
  }
  .family-info-section .row-wrapper {
    grid-template-columns: 100%;
  }
  .testimonial-listing {
    gap: 15px;
  }
  .service-listing {
    grid-template-columns: repeat(2, 1fr);
  }
  footer.footer-section {
    padding: 30px 0px 30px 0px;
  }
  .cta-section span {
    font-size: 15px;
  }
  .header-title {
    display: none;
  }
  body.page-id-148 {
    height: -moz-fit-content;
    height: fit-content;
  }
  .common-content-section.py-16 {
    padding: 40px 0px;
  }
  .common-inner-banner-section {
    padding: 110px 0px 40px 0px;
  }
}
@media (max-width: 767px) {
  .mobile {
    display: flex !important;
  }
  .destop {
    display: none !important;
  }
  #header .wrapper ul#menu-header-menu > li:hover > a {
    color: var(--white) !important;
  }
  #header .wrapper ul#menu-header-menu {
    margin: 0 !important;
    display: block !important;
  }
  #header .wrapper ul#menu-header-menu li {
    text-align: center;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  #header .wrapper ul#menu-header-menu li.btn-main:hover a {
    color: var(--white) !important;
  }
  #header .wrapper ul#menu-header-menu li:last-child {
    margin-bottom: 0px;
  }
  #header .wrapper ul#menu-header-menu li a {
    width: 100%;
    text-transform: unset;
    font-weight: 500;
  }
  #header .res_navigation {
    display: block;
    position: relative;
    z-index: 99;
  }
  body:not(.home) #header .wrapper ul#menu-header-menu > li.btn-main:hover > a {
    color: var(--white) !important;
  }
  #header::before {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
    opacity: 1;
    visibility: visible;
  }
  html.menu-open #header .wrapper .mobile-menu {
    left: 0;
    transform: translateX(0) translateY(0);
  }
  #header .wrapper ul#menu-header-menu span.submenu-click-arrow {
    top: 0;
    filter: brightness(0) saturate(100%) invert(20%) sepia(0%) saturate(4713%) hue-rotate(332deg) brightness(93%) contrast(20%);
    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;
    opacity: 1 !important;
    visibility: visible !important;
    padding-left: 15px;
  }
  #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: 15px;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
  }
  #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 !important;
  }
  #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: #000;
    z-index: 9;
    padding: 95px 16px 24px 16px;
    overflow-y: auto;
    float: none;
    margin: 0 !important;
    height: -moz-fit-content;
    height: fit-content;
  }
  #header.fixed .wrapper .mobile-menu {
    padding: 72px 16px 24px 16px;
  }
  legend.gfield_label {
    font-size: 16px !important;
  }
  .gform_wrapper .gfield_radio {
    gap: 13px;
  }
  .gform_wrapper .gfield_radio label {
    font-size: 12px !important;
  }
  .gform_wrapper .gfield_radio > .gchoice {
    padding: 5px 12px 5px 12px;
  }
  .ginput_container_consent label.gfield_consent_label {
    font-size: 14px;
  }
  .page-not-found {
    padding: 120px 0px 50px;
  }
  .page-not-found h1 {
    margin-bottom: 20px;
    font-size: 25px;
  }
  .gform_wrapper .gfield_radio {
    grid-template-columns: 100%;
  }
  .common-content-section .common-content-wrapper p {
    font-size: 15px;
  }
  .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: 26px;
  }
  .common-content-section .common-content-wrapper h2 {
    font-size: 24px;
  }
  .common-content-section .common-content-wrapper h3 {
    font-size: 22px;
  }
  .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;
  }
  .mobile-list-menu {
    display: block;
  }
  .banner-section {
    padding: 96px 0px 64px 0px;
  }
  h1 {
    font-size: 31px;
    line-height: 1.25;
  }
  .banner-section .row-wrapper .left-col p {
    font-size: 17px;
  }
  .small-icon-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-form {
    padding: 24px;
  }
  .icon-card-box-listing {
    grid-template-columns: 100%;
  }
  .family-info-section .image {
    height: 313px;
  }
  ul.family-info {
    grid-template-columns: 100%;
  }
  .estimate-wrapper {
    grid-template-columns: 100%;
  }
  h2 {
    font-size: 24px;
    line-height: 2rem;
  }
  .join-the-membership-section .membership-box {
    padding: 32px;
  }
  .testimonial-listing {
    grid-template-columns: 100%;
  }
  .how-it-work-list {
    grid-template-columns: 100%;
    gap: 25px;
  }
  .how-it-work-list .how-it-work-box:before {
    display: none;
  }
  .service-listing {
    grid-template-columns: 100%;
  }
  .cta-section h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .footer-top {
    grid-template-columns: 100%;
    gap: 32px;
  }
  html .cta-btn-wrapper {
    display: grid !important;
  }
  body.home {
    padding-bottom: 64px;
  }
  #header .wrapper .middle-wrap {
    order: 3;
  }
  #header .wrapper .right-wrap {
    margin-left: auto;
    order: 2;
  }
  #header .wrapper .left-wrap {
    order: 1;
  }
  a.phone-btn {
    gap: 0px;
    font-size: 0px;
  }
  a.phone-btn svg {
    height: 20px;
    width: 20px;
    color: var(--white) !important;
  }
  .thank-you-section h2 {
    font-size: 30px;
  }
  body.page-id-148 a.phone-btn svg {
    height: 16px;
    width: 16px;
  }
  body.page-id-148 a.phone-btn {
    gap: 8px;
    font-size: 13px;
  }
}/*# sourceMappingURL=style.css.map */


