@font-face {
  font-family: Icofont;
  src: url('../fonts/icofont.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --paragraph: #666;
  --heading: #292b31;
  --background: #151616;
  --footer-text: #bcbcbc;
  --secondary: #d81e1e;
  --navbar-links: #7f7f7f;
  --white: white;
  --primary: #0071f5;
  --secondary-parapgraph: #8e8e99;
  --white-2: white;
  --black: black;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  color: var(--paragraph);
  font-family: Jost, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

h1 {
  color: var(--heading);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 68px;
  font-weight: 700;
  line-height: 78px;
}

h2 {
  color: var(--background);
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 56px;
  font-weight: 700;
  line-height: 66px;
}

h3 {
  color: var(--heading);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

p {
  max-width: 800px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}

a {
  color: var(--footer-text);
  font-family: Jost, sans-serif;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
}

ol {
  margin-top: 38px;
  margin-bottom: 40px;
  padding-left: 20px;
  line-height: 40px;
}

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

label {
  color: #000;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  display: block;
}

blockquote {
  background-color: #f3f3f3;
  border-left: 5px #e2e2e2;
  margin-top: 38px;
  margin-bottom: 38px;
  padding: 45px 45px 45px 40px;
  font-family: Jost, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-logo-wrapper {
  width: 100%;
  max-width: 186px;
  max-height: 49px;
}

.nav-list {
  flex: none;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.main-logo {
  width: 100%;
  min-width: auto;
  max-width: 190px;
  min-height: auto;
  margin-top: -27px;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
  display: block;
  position: relative;
}

.container.space-between-horizontal {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

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

.container._4-column-grid {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container._4-column-grid.flex-in-desktop {
  flex-flow: wrap;
  display: flex;
}

.container.flex-horizontal {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.container.middle-allign {
  text-align: center;
  display: flex;
}

.container.cta-container {
  background-image: url('../images/beautiful-car-washing-service-1_1beautiful-car-washing-service 1.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: row;
  max-width: 1600px;
  min-height: 460px;
  padding: 78px 0 95px;
  display: flex;
}

.container.video-section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.container.breadcrumb-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-start;
  max-width: 1640px;
  display: flex;
}

.container._2-column-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1420px;
  display: grid;
}

.container.style-guide-page {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cross-icon {
  display: none;
}

.nav-button-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.nav-link {
  color: var(--navbar-links);
  margin-left: 0;
  margin-right: 0;
  padding: 5px 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  transition: color .3s ease-out;
}

.nav-link:hover {
  color: #d01818;
}

.nav-link:focus {
  color: #ff7a8c;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 2px solid #0050bd;
}

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

.nav-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.menu-button {
  padding-bottom: 15px;
}

.navbar {
  z-index: 101;
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 0;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 5px #0003;
}

.secondary-button {
  text-align: center;
  background-color: #d01818;
  justify-content: center;
  align-items: center;
  padding: 12px 28px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  transition: background-color .4s;
  display: flex;
}

.secondary-button:hover {
  background-color: #ffb11b;
}

.secondary-button.full-width-button {
  width: 100%;
}

.nav-menu-wrapper {
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  min-width: 850px;
  max-width: 880px;
  padding-left: 0;
  display: flex;
}

.icon {
  color: var(--background);
  font-family: Icofont, sans-serif;
  line-height: 16px;
}

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

.icon.arrow-icon {
  color: #8f8f8f;
  background-color: #f9f9f9;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: 3px 2px;
  font-size: 40px;
  line-height: 40px;
  transition: color .2s;
  display: flex;
}

.icon.arrow-icon:hover {
  color: var(--secondary);
}

.icon.contact-icon {
  color: var(--primary);
  margin-bottom: 47px;
  font-size: 50px;
  line-height: 50px;
}

.icon.category-arrow {
  font-size: 16px;
}

.flex-horizontal {
  align-items: center;
  display: flex;
}

.flex-horizontal.hide {
  display: none;
}

.phone-number {
  color: var(--navbar-links);
  padding-left: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.top-navigation {
  background-color: var(--background);
  flex-direction: column;
  max-height: 40px;
}

.information-container {
  grid-column-gap: 30px;
  flex-direction: row;
  display: flex;
}

.social-icon-container {
  flex-direction: row;
  display: flex;
}

.header-info-text {
  color: #d6d6d6;
  letter-spacing: .2px;
  margin-top: 2px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.logo-and-text-block {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.logo-and-text-block.hide-from-tablet {
  grid-column-gap: 13px;
  align-items: center;
}

.social-icon {
  color: #d6d6d6;
  border-left: 1px solid #ffffff4d;
  padding: 12px;
  font-family: Icofont, sans-serif;
  line-height: 16px;
  text-decoration: none;
  transition: color .3s ease-in, background-color .3s ease-out, font-size .3s;
  display: block;
}

.social-icon:hover {
  color: #fff;
  background-color: #4267b2;
  font-size: 18px;
}

.social-icon.gmail:hover {
  background-color: #ea4335;
}

.social-icon.twitter:hover {
  background-color: #1da1f2;
}

.social-icon.youtube:hover {
  background-color: red;
}

.social-icon.both-side-border {
  border-right: 1px solid #ffffff4d;
}

.social-icon.both-side-border:hover {
  background-color: #0077b5;
}

.hero-section {
  background-image: linear-gradient(270deg, #000, #0000), url('../images/Hero-Banner-1_1Hero Banner (1).webp');
  background-position: 0 0, 50%;
  min-height: 740px;
  margin-top: 0;
  padding-top: 150px;
  padding-bottom: 200px;
}

.hero-contents {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  max-width: 602px;
  margin-left: 50px;
  display: flex;
  overflow: hidden;
}

.hero-heading {
  margin-top: 0;
  margin-bottom: 0;
}

.hero-heading.color-white {
  font-size: 60px;
}

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

.hero-paragraph {
  color: #e2e2e2;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.primary-button {
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  transition: background-color .5s cubic-bezier(.19, 1, .22, 1);
  display: flex;
}

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

.primary-button.margin-top-35px {
  margin-top: 35px;
}

.primary-button.book-now-button {
  margin-top: 80px;
  padding: 8px 20px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.margin-top-20px {
  margin-top: 20px;
}

.bold-title {
  color: var(--background);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.bold-title.yellow-color {
  color: #ebb000;
}

.bold-title.before-text, .bold-title.after-text {
  color: var(--white);
}

.bold-title.contact-paragraph {
  color: #a7a7a7;
  font-weight: 500;
}

.bold-title.negative-margin {
  margin-bottom: -5px;
}

.vertical-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.vertical-wrapper.hero-button-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 24px;
}

.vertical-wrapper.about-counter-box {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  max-width: 135px;
}

.features-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 30px 30px 43px;
  display: flex;
  box-shadow: 0 10px 30px #243fa01a;
}

.footer {
  background-color: #f6f6f6;
  margin-top: 120px;
}

.svg-image-40px {
  max-width: 40px;
}

.svg-image-40px.margin-bottom-30px {
  margin-bottom: 30px;
}

.svg-image-40px.margin-bottom-14px {
  margin-bottom: 14px;
}

.features-section {
  z-index: 2;
  margin-top: -90px;
}

.empty-block {
  width: 100%;
}

.partner-logos {
  min-width: 60px;
  max-width: 120px;
  height: 100%;
  min-height: 60px;
}

.footer-link {
  justify-content: flex-start;
  text-decoration: none;
  transition: color .4s ease-out;
}

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

.footer-link.w--current {
  color: #d01818;
}

.footer-block {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 160px;
  display: flex;
}

.footer-block.subscribe-block {
  max-width: 370px;
}

.footer-block.first-block {
  width: 100%;
  max-width: 380px;
}

.footer-icon {
  color: var(--footer-text);
  cursor: pointer;
  border-radius: 50%;
  padding: 0;
  font-family: Icofont, sans-serif;
  font-size: 20px;
  line-height: 26px;
  transition: transform .4s, color .4s;
}

.footer-icon:hover {
  color: var(--secondary);
  transform: scale(1.1);
}

.information-text {
  color: var(--footer-text);
  font-family: Inter, sans-serif;
  font-weight: 300;
  line-height: 26px;
}

.social-share-icon {
  width: 18px;
  height: 18px;
  color: var(--footer-text);
  background-color: #0000;
  border: 1px solid #fff0;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 15px;
  font-family: Icofont, sans-serif;
  font-size: 18px;
  line-height: 30px;
  transition: border-color .4s, color .5s ease-in-out, background-color .2s, transform .4s;
  display: flex;
}

.social-share-icon:hover {
  border-color: #0000;
  transform: translate(0, -3px);
}

.social-share-icon.linkedin:hover {
  color: #fff;
  background-color: #0077b5;
}

.social-share-icon.pinterest:hover {
  color: #fff;
  background-color: #e60023;
}

.social-share-icon.twitter {
  font-size: 18px;
  line-height: 18px;
}

.social-share-icon.twitter:hover {
  color: #fff;
  background-color: #1da1f2;
}

.social-share-icon.youtube:hover {
  color: #fff;
  background-color: red;
}

.information-block {
  grid-column-gap: 20px;
  align-items: flex-start;
  display: flex;
}

.footer-logo-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -6px;
  display: grid;
}

.social-share-icon-container {
  flex-direction: row;
  margin-top: 10px;
  margin-left: -5px;
  display: flex;
}

.footer-title {
  color: var(--white);
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.footer-wrapper {
  grid-column-gap: 40px;
  border-bottom: 1px solid #d1d1d1;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 60px;
  display: flex;
}

.information-wrapper {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-bottom {
  justify-content: center;
  align-items: center;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  display: flex;
}

.footer-copyright {
  grid-column-gap: 5px;
  color: var(--secondary-parapgraph);
  flex-wrap: wrap;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
}

.list-block {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.webflow-link {
  color: #8e8e99;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}

.main-footer {
  background-color: var(--background);
}

.about {
  background-image: linear-gradient(to right, #f0f0f0, #f0f0f000 65%), url('../images/Vector-2_1Vector 2.webp');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 648px;
  margin-top: 120px;
  padding-top: 111px;
  padding-bottom: 111px;
}

.about-contents {
  flex-direction: column;
  align-items: flex-start;
  max-width: 582px;
  margin-top: 30px;
  display: flex;
}

.heading {
  max-width: 1050px;
  color: var(--background);
  margin-top: 0;
  font-size: 56px;
  line-height: 70px;
}

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

.heading.no-margin {
  margin-bottom: 0;
}

.about-image {
  max-width: 828px;
  max-height: 500px;
  padding-left: 20px;
}

.about-counter-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  width: 100%;
  margin-top: 55px;
  display: flex;
}

.number {
  color: #565656;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.counter-text {
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.section {
  margin-top: 120px;
  margin-bottom: 120px;
  position: relative;
}

.section.cta-section {
  margin-top: 250px;
  margin-bottom: 190px;
}

.section.logo-section {
  background-image: url('../images/Logo-Background_1Logo Background.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.padding {
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.faq-section {
  background-image: url('../images/pexels-sasha-martynov-1260727-1_1pexels-sasha-martynov-1260727 1.webp');
  background-position: 0 0;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 140px;
}

.section.appoint-form-section {
  background-image: url('../images/Vector-1_1Vector 1.webp');
  background-position: 50% 85%;
  background-repeat: no-repeat;
  background-size: 1920px;
}

.section.single-page {
  margin-top: 50px;
}

.title-paragraph {
  font-family: Jost, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.title-paragraph.cta-paragraph {
  color: #ffffffe6;
  margin-top: -15px;
}

.title-paragraph.low-opacity-white {
  z-index: 2;
  color: #fffc;
  position: relative;
}

.title-paragraph.faq-paragraph {
  color: #475467;
  max-width: 650px;
}

.title-paragraph.contact-paragraph {
  color: #a1a1a1;
  margin-top: -10px;
  margin-bottom: 20px;
  font-weight: 600;
}

._4-column-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

._4-column-flex.wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  place-content: stretch center;
  align-items: center;
}

.service-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid #efefef;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 360px;
  height: 100%;
  padding: 105px 40px 60px;
  transition: background-color .35s cubic-bezier(.86, 0, .07, 1), box-shadow .2s;
  display: flex;
  position: relative;
}

.service-card:hover {
  background-color: #fff;
  box-shadow: 0 10px 40px #243fa01a;
}

.service-logo {
  max-width: 70px;
  max-height: 70px;
  position: absolute;
  top: -35px;
  bottom: auto;
}

.blue-overlay {
  z-index: -1;
  filter: blur(250px);
  background-color: #0071f540;
  border-radius: 100%;
  width: 408px;
  height: 408px;
  position: absolute;
  inset: 86px auto auto 0%;
}

.blue-overlay.about-overlay {
  z-index: 0;
  filter: blur(125px);
  background-color: #0071f51a;
  width: 403px;
  height: 436px;
  inset: 0% 0% auto auto;
}

.blue-overlay.top-left {
  inset: 0% auto auto 0%;
}

.cta-image {
  z-index: 0;
  object-fit: contain;
  max-height: 726px;
  position: absolute;
  bottom: -73.5px;
}

.cta-block {
  z-index: 1;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 610px;
  margin-right: 40px;
  display: flex;
  position: relative;
}

.why-choose-us {
  background-color: #f9f9f9;
  max-height: 550px;
  margin-top: 30px;
  margin-bottom: 175px;
}

.grid-2-column {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  min-width: 500px;
  max-width: 810px;
  margin-top: 80px;
  position: relative;
}

.why-choose-us-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  max-width: 362px;
  display: flex;
}

.why-choose-us-video {
  z-index: 1;
  border-top-left-radius: 50px;
  width: 100%;
  max-width: 650px;
  height: 100%;
  min-height: 650px;
  max-height: 650px;
  top: -50px;
}

.gallery {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.mask {
  position: relative;
  overflow: hidden;
}

.mask.top-left-border-radius {
  border-top-left-radius: 40px;
  padding-right: 0;
}

.mask.bottom-border-radius {
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

.mask.bottom-left-and-top-right {
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

.mask.bottom-right-radius {
  border-bottom-right-radius: 40px;
}

.mask.border-top-both {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.mask.related-post {
  width: 100%;
  max-width: 120px;
}

.mask.blog-thumbnail {
  height: 100%;
}

.after-wash {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.absolute-wrapper {
  z-index: 1;
  position: absolute;
  inset: auto 30px 30px auto;
}

.pricing-slider {
  z-index: 1;
  background-color: #ddd0;
  width: 100%;
  height: 100%;
  margin-top: -90px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 126px;
  padding-right: 0;
}

.hidden {
  display: none;
}

.pricing-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 378px;
  padding: 40px 50px;
  display: flex;
  box-shadow: 8px 6px 30px #301dab1a;
}

.pricing-title {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.price {
  color: #f50100;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
}

.pricing-feature {
  border-bottom: 1px solid #f0f0f0;
  width: 100%;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-weight: 300;
  line-height: 36px;
}

.pricing-feature.bold {
  color: #000;
  border-bottom-style: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.pricing-feature-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.pricing-slider-mask {
  max-width: 410px;
  overflow: visible;
}

.navigation-wrapper {
  max-width: 44px;
  max-height: 46px;
  inset: 25px auto auto 570px;
}

.navigation-wrapper.right-arrow {
  left: 630px;
}

.background {
  z-index: -1;
  background-color: var(--secondary);
  border-top-right-radius: 40px;
  width: 100%;
  max-width: 705px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.pricing-titles-wrapper {
  max-width: 513px;
  padding-top: 68px;
}

.logo-title {
  max-width: 920px;
  color: var(--white);
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
}

.logo-container {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  width: 100%;
  margin-top: 90px;
  display: flex;
}

.logo-card {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 250px;
  height: 200px;
  display: flex;
}

.logo {
  object-fit: contain;
  max-width: 125px;
}

.testimonial-author-name {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.testimonial-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.testimonial-author-designation {
  color: #666;
  margin-top: -4px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.testimonial-author-block {
  grid-column-gap: 12px;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 60px;
  display: flex;
}

.star-icon {
  color: #ffb11b;
  font-family: Icofont, sans-serif;
  font-size: 26px;
  line-height: 26px;
}

.testimonial-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ececec;
  border-top-right-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 510px;
  height: 100%;
  padding: 60px 45px 85px 60px;
  font-weight: 300;
  line-height: 28px;
  display: flex;
  position: relative;
}

.testimonial-author {
  border: 1px solid #eee;
  border-radius: 100%;
  max-width: 50px;
  height: 50px;
}

.star-wrapper {
  grid-column-gap: 7px;
  flex-direction: row;
  margin-top: 14px;
  display: flex;
}

.testimonial-slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
  margin-top: 70px;
  overflow: hidden;
}

.testimonial-navigation {
  display: none;
}

.testimonial-mask {
  max-width: 540px;
  overflow: visible;
}

.paragraph {
  font-size: 16px;
  line-height: 26px;
}

.footer-paragraph {
  color: var(--white);
  font-size: 20px;
  line-height: 30px;
}

.page-wrapper {
  overflow: hidden;
}

.phone-svg {
  max-width: 24px;
}

.wrapper {
  justify-content: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.wrapper.contact-wrapper {
  max-width: 600px;
}

.banner {
  background-color: #000;
  background-image: linear-gradient(#000c, #000c), url('../images/Hero-Banner-1_1Hero Banner (1).webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  max-height: 200px;
  padding-top: 69px;
  padding-bottom: 73px;
  display: flex;
}

.page-name {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 36px;
}

.text-merge {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.breadcrumb {
  color: #fff9;
}

.about-us-image {
  border-top-right-radius: 40px;
  max-width: 600px;
  max-height: 640px;
}

.margin-on-both-side {
  margin-top: 20px;
  margin-bottom: 54px;
}

.about-image-background {
  z-index: -1;
  background-color: #f3f9ff;
  border: 1px dashed #000;
  border-bottom-left-radius: 40px;
  position: absolute;
  inset: 43px 45px -43px -45px;
}

.about-image-background.contact-background {
  inset: 43px 46px -43px -46px;
}

.tire-track {
  max-width: 413px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.tire-image {
  max-width: 176px;
  position: absolute;
  inset: auto 200px 0% auto;
}

.svg-background {
  z-index: -1;
  max-width: 295px;
  position: absolute;
  inset: auto 400px -19px auto;
}

.team-member-image {
  cursor: pointer;
  height: 100%;
}

.team-member-wrapper {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 380px;
  height: 437px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 7px 7px 30px #301dab1a;
}

.member-name {
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  position: absolute;
  bottom: 46px;
}

.member-designation {
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  position: absolute;
  top: auto;
  bottom: 26px;
}

.faq-grid {
  grid-column-gap: 35px;
  grid-row-gap: 50px;
  width: 100%;
  max-width: 1140px;
  margin-top: 70px;
}

.faq-block {
  grid-column-gap: 18px;
  flex-direction: row;
  display: flex;
}

.faq-icon-wrapper {
  flex-direction: row;
  margin-top: 5px;
  display: flex;
}

.faq-title-block {
  grid-row-gap: 12px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.faq-title {
  color: #1d2939;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.faq-pragraph {
  color: #475467;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.faq-svg {
  object-fit: contain;
  max-width: 20px;
  max-height: 20px;
}

.grid-3-column {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 70px;
}

.subscription-container {
  width: 100%;
  max-width: 1600px;
  color: var(--white);
  background-image: url('../images/pexels-markus-spiske-1729993-1_1pexels-markus-spiske-1729993 1.webp');
  background-position: 50%;
  background-size: auto;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 135px;
  display: flex;
  position: relative;
}

.semi-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
}

.semi-heading.black {
  color: #414141;
}

.subscription-field {
  background-color: #eeeefa;
  border-radius: 2px;
  max-width: 370px;
  min-height: 52px;
  margin-bottom: 0;
}

.subscription-form {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  margin-top: 50px;
  display: flex;
}

.subscription-block {
  z-index: 1;
  max-width: 620px;
  position: relative;
}

.subscription-image {
  max-width: 700px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.newletter-section {
  padding-left: 20px;
  padding-right: 20px;
}

.full-width-block {
  width: 100%;
}

.full-width-block.margin-top-40px {
  margin-top: 40px;
}

.contact-form-wrapper {
  background-color: #fff;
  border-top-right-radius: 40px;
  width: 100%;
  max-width: 600px;
  margin-bottom: 0;
  padding: 60px 70px 87px;
  box-shadow: 0 10px 30px #243fa01a;
}

.contact-field {
  background-color: #f4f4f4;
  border: 1px #000;
  border-radius: 2px;
  width: 100%;
  min-height: 60px;
  margin-bottom: 22px;
  padding: 20px 16px;
}

.contact-field.text-area {
  min-height: 140px;
  margin-bottom: 0;
}

.contact-form {
  flex-direction: column;
  display: flex;
}

.fields-input-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.contact-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.contact-info-block {
  text-align: center;
  background-color: #131212;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 74px;
  padding-bottom: 105px;
  display: flex;
}

.contact-info-block.middle-block {
  background-color: #f3f3f3;
}

.property-cta-block {
  grid-row-gap: 50px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  margin-left: 40px;
  padding-top: 160px;
  padding-bottom: 100px;
  display: flex;
}

.property-half-image-wrapper {
  width: 100%;
  overflow: hidden;
}

.blog-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.about-carhub {
  background-color: var(--background);
  height: 100%;
  max-height: 690px;
  display: flex;
  position: relative;
}

.limited-width-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 700px;
  display: flex;
}

.full-height-image {
  height: 100%;
}

.negative-margin-paragraph {
  color: #fffc;
  margin-top: -12px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 26px;
}

.our-service-card {
  background-color: #fbfbfb;
  border: 1px solid #eee;
  width: 100%;
  max-width: 378px;
  transition: background-color .3s;
}

.our-service-card:hover {
  background-color: #fff;
}

.middle-allign-vertical-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.middle-allign-vertical-wrapper.service-body {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding: 30px 30px 40px;
}

.service-image {
  height: 100%;
  max-height: 255px;
}

.pricing-section {
  margin-bottom: 120px;
}

.gray-background {
  background-color: #f6f6f6;
  padding-top: 100px;
  padding-bottom: 80px;
}

.red-background {
  background-color: #c23231;
  padding-top: 80px;
  padding-bottom: 300px;
}

.negative-margin-section {
  margin-top: -230px;
}

.black-background {
  background-color: var(--background);
  padding-top: 120px;
  padding-bottom: 140px;
}

.appoinment-form-wrapper {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 900px;
  margin-bottom: 0;
  padding: 80px 140px;
  box-shadow: 0 10px 30px #0000001a;
}

.appoinment-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 37px;
  display: flex;
}

.appoinment-field {
  color: #727272;
  background-color: #f2f2f2;
  border: 1px #000;
  border-radius: 2px;
  min-height: 56px;
  margin-bottom: 0;
  padding: 14px 16px;
}

.appoinment-field::placeholder {
  color: #727272;
}

.appoinment-field.text-area {
  min-height: 132px;
}

.form-text {
  margin-top: 30px;
}

.gallery-collumn {
  grid-row-gap: 15px;
  column-count: 2;
  flex-direction: column;
  width: 100%;
  max-width: none;
}

.gallery-collumn.three-column {
  column-count: 3;
}

.gallery-lightbox {
  border-radius: 2px;
  margin-bottom: 30px;
  position: relative;
}

.hover-overlay {
  opacity: .95;
  background-color: #20557d;
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-end;
  display: none;
  position: absolute;
  inset: 0%;
}

.hover-overlay.doctor-overlay {
  grid-row-gap: 20px;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hover-line-wrapper {
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 25%;
  display: flex;
  position: relative;
}

.hover-line {
  background-color: #fff;
  border-radius: 20px;
  width: 60px;
  height: 1px;
  position: absolute;
}

.hover-line.rotate-90 {
  transform: rotate(90deg);
}

.review-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  background-color: #ffb11b;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  font-weight: 500;
  transition: background-color .2s;
  display: flex;
}

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

._20px-svg {
  max-width: 20px;
  max-height: 20px;
}

.testimonial-heading-container {
  border-bottom: 1px solid #dbdbdb;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 30px;
  display: flex;
}

.changelog-section {
  color: #000;
  margin-top: 80px;
  margin-bottom: 400px;
  padding-left: 20px;
  padding-right: 20px;
}

.changelog-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.version-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.version-description {
  line-height: 28px;
}

.license-paragraph {
  margin-bottom: 4px;
}

.license-title {
  color: #4d4d4d;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.license-block {
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.license-link-block {
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.license-main-text {
  margin-bottom: 60px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.license-section {
  margin-top: 80px;
  padding-left: 20px;
  padding-right: 20px;
}

.license-wrapper {
  color: #000;
  max-width: 555px;
}

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

.title-with-border {
  color: #4d4d4d;
  border-bottom: 3px solid #d9d9d9;
  margin-bottom: 45px;
  padding-bottom: 10px;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
}

.style-guide-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.color-box {
  background-color: var(--secondary);
  border-radius: 4px;
  width: 100px;
  height: 100px;
}

.color-box.one {
  background-color: #000;
}

.color-box.two {
  background-color: var(--primary);
}

.color-box.three {
  background-color: #000;
}

.color-box.four {
  background-color: var(--paragraph);
}

.color-box.five {
  background-color: var(--white);
  border: 1px solid #c1c1c1;
}

.color-box-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-start;
  display: flex;
}

.font-weight-bold-text {
  color: #3a3a3a;
  text-transform: uppercase;
  margin-top: 13px;
  margin-bottom: 1px;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.color-hex-code {
  color: #3a3a3a;
  text-transform: uppercase;
  line-height: 24px;
}

.color-box-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 70px;
  display: flex;
}

.button-style-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  display: flex;
}

.heading-style-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #efefef;
  width: 100%;
  max-width: 710px;
  margin-bottom: 40px;
  padding: 50px;
  display: flex;
}

.tag-box {
  background-color: #0071f5;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
}

.heading-details {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: -10px;
  display: flex;
}

.heading-details-block {
  grid-column-gap: 20px;
  display: flex;
}

.sub-title-of-style-guide {
  color: #475467;
  min-width: 100px;
  margin-right: 0;
  font-weight: 400;
  line-height: 20px;
}

.font-details-text {
  margin-left: 0;
  margin-right: 0;
  line-height: 20px;
}

.text-type {
  color: #4d4d4d;
  margin-bottom: -5px;
  font-size: 30px;
  font-weight: 600;
  line-height: 50px;
}

.tag-text {
  color: #fff;
  font-size: 100px;
  font-weight: 600;
  line-height: 130px;
}

.section-title-wrapper {
  grid-row-gap: 18px;
  flex-direction: column;
  display: flex;
}

.secondary-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.secondary-container.two-columns-flex {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.two-column-grid {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  position: relative;
}

.category-container {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.search-wrapper {
  flex-direction: row;
  margin-bottom: 37px;
  display: flex;
  position: relative;
}

.search-wrapper.single-blog-search {
  margin-bottom: 0;
}

.sidebar-title {
  color: #373737;
  border-bottom: 1px solid #e7e7e7;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 4px;
  font-family: Jost, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.main-block {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-width: 650px;
  display: flex;
}

.featured-properties-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.search-button {
  color: #666;
  background-color: #3898ec00;
  padding: 0;
  font-family: Icofont, sans-serif;
  line-height: 16px;
  position: absolute;
  inset: 0% 14px 0% auto;
}

.sidebar {
  width: 100%;
  min-width: 255px;
  max-width: 360px;
}

.sidebar.blog-sidebar {
  flex-direction: column;
  display: flex;
}

.tags-container {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-wrap: wrap;
  display: flex;
}

.search-input-field {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  height: 56px;
  margin-bottom: 0;
  padding: 0 14px;
}

.widget {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.blog-main-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  max-height: 500px;
}

.separator {
  background-color: #dbdbdb;
  width: 1px;
  height: 15px;
}

.blog-rich-text {
  color: var(--heading);
  margin-top: 15px;
}

.blog-rich-text p {
  margin-bottom: 38px;
}

.blog-rich-text h3 {
  font-size: 26px;
  line-height: 40px;
}

.blog-heading {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Jost, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
}

.info-block {
  grid-column-gap: 15px;
  grid-row-gap: 6px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
  position: relative;
}

.author-image {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 40px;
  max-width: none;
  height: 40px;
}

.author-block {
  grid-column-gap: 6px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.text-merge-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.text-link {
  color: var(--paragraph);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.blog-page {
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.featured-blogs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.featured-image {
  object-fit: cover;
  height: 90px;
  transition: transform .2s;
}

.featured-image:hover {
  transform: scale(1.1);
}

.bold-text {
  color: #373737;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.property-category-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #475467;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.property-category-block:hover {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #e97777;
}

.icon-2 {
  font-family: Icofont, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.icon-2.category-arrow {
  color: #000;
  font-size: 16px;
  line-height: 16px;
}

.category {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

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

.tag-button {
  color: #000;
  background-color: #f5f5f5;
  border-radius: 2px;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: color .45s, background-color .2s;
}

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

.agent-image {
  height: 230px;
  transition: transform .4s;
}

.agent-image:hover {
  transform: scale(1.1);
}

.blog-body {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 20px 30px 30px;
  display: flex;
}

.sub-title {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.sub-title:hover {
  color: #000;
}

.card {
  border: 1px dashed #fff;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 360px;
  height: 100%;
  transition: box-shadow .4s;
  display: flex;
  box-shadow: 0 0 50px #0000000f;
}

.card:hover {
  box-shadow: 0 10px 50px #0000001a;
}

.card.box-shadow-black {
  box-shadow: 0 0 50px #0000000f;
}

.category-link {
  color: var(--secondary);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.created-date {
  color: #999;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.category-and-title-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

._404-text {
  color: #c8c8c8;
  margin-top: 0;
  margin-bottom: 60px;
}

._404-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-arrow {
  font-family: Icofont, sans-serif;
}

.icon-arrow.button-arrow-icon {
  margin-top: -3px;
  font-size: 30px;
}

._404-button-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

._404-image-wrapper {
  width: 100%;
  max-width: 921px;
  height: 100%;
  max-height: 205px;
  position: relative;
}

.background-404 {
  z-index: -1;
  object-fit: contain;
  max-height: 607px;
  position: absolute;
  inset: -50% 0% 50%;
}

._404-button {
  text-align: center;
  background-color: #d01818;
  border-radius: 4px;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: background-color .4s;
}

._404-button:hover {
  background-color: #ffb11b;
}

._404-button.button-with-arrow {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 20px;
  line-height: 30px;
  display: flex;
}

.buy-now-details {
  z-index: 1;
}

.buy-now-button {
  color: #000;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  transition: opacity .4s;
  display: flex;
}

.buy-now-button:hover {
  opacity: .6;
}

.buy-now {
  z-index: 999;
  background-color: #000;
  border-radius: 4px;
  flex-flow: column;
  width: 282px;
  padding: 14px 20px;
  display: flex;
  position: fixed;
  inset: auto 30px 30px auto;
  overflow: hidden;
  box-shadow: 0 0 20px #fff3;
}

.buy-now-icon {
  color: #fff;
  width: 20px;
  height: 20px;
}

.buy-now-favicon {
  width: auto;
  height: auto;
}

.buy-now-list {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  display: flex;
}

.buy-now-list-icon {
  background-color: #ececff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.buy-now-text {
  color: #bbb;
  margin-top: 10px;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.buy-now-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #bbb;
  letter-spacing: -.32px;
  justify-content: flex-start;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  transition: color .5s;
  display: flex;
}

.buy-now-item:hover, .buy-now-title {
  color: #fff;
}

.buy-now-line {
  width: 100%;
  height: 6px;
}

.paragraph-2, .paragraph-3, .paragraph-4 {
  font-size: 14px;
}

.heading-2 {
  color: #151616;
  max-width: 1050px;
  margin-top: 0;
  font-size: 56px;
  line-height: 70px;
}

.bold-title-2 {
  color: #151616;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.bold-title-2.before-text, .bold-title-2.after-text {
  color: #fff;
}

@media screen and (min-width: 1280px) {
  .nav-menu-wrapper {
    max-width: 1050px;
  }

  .flex-horizontal.hide {
    display: flex;
  }

  .hero-section {
    margin-top: 0;
  }
}

@media screen and (min-width: 1440px) {
  .main-logo {
    margin-top: -27px;
    padding-top: 0;
  }

  .hero-section {
    margin-top: 0;
  }

  .text-block {
    color: var(--primary);
  }
}

@media screen and (max-width: 991px) {
  .hamburger-and-close-icon-wrapper {
    align-items: center;
    display: flex;
  }

  .navbar-logo-wrapper {
    z-index: 1;
  }

  .nav-list {
    text-align: center;
    border-bottom: 1px #fff3;
    width: 100%;
    display: flex;
  }

  .hamburger-icon {
    color: #d01818;
    background-color: #fff0;
    border: 1px #0000;
    flex-direction: row;
    font-size: 36px;
    display: block;
  }

  .main-logo {
    margin-top: -25px;
    padding-top: 0;
  }

  .container {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.hero-column {
    display: flex;
  }

  .container._4-column-grid {
    grid-template-columns: 1fr 1fr;
  }

  .container._4-column-grid.flex-in-desktop {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .container.flex-horizontal {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-direction: column;
  }

  .container.cta-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.video-section {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .container._2-column-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .cross-icon {
    color: var(--secondary);
    background-color: #0000;
    flex-direction: row;
    font-family: Icofont, sans-serif;
    font-size: 30px;
    font-style: normal;
    display: none;
  }

  .nav-button-list {
    text-align: center;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .nav-link {
    color: #000;
    width: 100%;
    padding: 0 5px;
    font-weight: 400;
  }

  .nav-menu {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    text-align: center;
    background-color: #eee;
    border-radius: 0;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 25px 0 40px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .menu-button {
    flex-direction: row;
    padding: 0;
    display: block;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #0000;
  }

  .nav-menu-wrapper {
    background-color: #0000;
    border-radius: 0;
    flex-direction: row;
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    top: 0;
  }

  .flex-horizontal.hide {
    display: flex;
  }

  .hero-section {
    background-image: linear-gradient(0deg, #000, #0000 88%), url('../images/Hero-Banner-1_1Hero Banner (1).webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    min-height: auto;
    margin-top: -1px;
    padding-top: 130px;
    padding-bottom: 150px;
  }

  .hero-contents {
    width: auto;
  }

  .hero-paragraph {
    color: #f7f7f7;
  }

  .empty-block {
    display: none;
  }

  .partner-logos {
    max-width: 200px;
  }

  .footer-block {
    grid-row-gap: 20px;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-block.subscribe-block {
    border-top: 1px solid #bdbdbd;
    max-width: none;
  }

  .footer-block.first-block {
    border-bottom: 1px solid #bdbdbd;
    max-width: none;
  }

  .footer-logo-grid {
    width: 100%;
    max-width: 450px;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-bottom {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .about {
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .about-contents {
    max-width: none;
    margin-top: 0;
  }

  .heading {
    font-size: 52px;
    line-height: 68px;
  }

  .about-image {
    max-width: none;
    max-height: none;
  }

  .section {
    z-index: 1;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .section.cta-section {
    margin-top: 100px;
    margin-bottom: 100px;
  }

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

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

  ._4-column-flex {
    grid-column-gap: 30px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .cta-image {
    display: none;
  }

  .why-choose-us {
    max-height: none;
    margin-bottom: 0;
    padding-bottom: 60px;
  }

  .grid-2-column {
    min-width: auto;
  }

  .why-choose-us-video {
    max-width: 500px;
    min-height: 550px;
    position: relative;
    top: auto;
    right: auto;
  }

  .gallery {
    grid-template-columns: 1fr 1fr;
  }

  .logo-container {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .testimonial-card {
    max-width: none;
  }

  .testimonial-slider {
    overflow: visible;
  }

  .testimonial-mask {
    max-width: none;
    overflow: hidden;
  }

  .wrapper.contact-wrapper {
    justify-content: center;
    max-width: none;
  }

  .page-name {
    font-size: 30px;
  }

  .about-us-image {
    max-width: 90%;
  }

  .about-image-background {
    bottom: -31px;
    left: 17px;
  }

  .about-image-background.contact-background {
    display: none;
  }

  .grid-3-column {
    grid-template-columns: 1fr 1fr;
  }

  .subscription-container {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .subscription-image {
    opacity: .3;
  }

  .contact-grid {
    grid-template-columns: 1fr 1fr;
  }

  .property-cta-block {
    margin-left: 0;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 0;
  }

  .property-half-image-wrapper {
    max-height: 400px;
  }

  .about-carhub {
    flex-direction: column;
    max-height: none;
  }

  .black-background {
    padding-top: 100px;
  }

  .appoinment-form-wrapper {
    padding-left: 70px;
    padding-right: 70px;
  }

  .gallery-collumn.three-column {
    column-gap: 15px;
  }

  .gallery-lightbox {
    margin-bottom: 15px;
  }

  .section-title-wrapper {
    max-width: 555px;
  }

  .secondary-container.two-columns-flex {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
    flex-direction: column-reverse;
  }

  .main-block {
    min-width: auto;
  }

  .sidebar {
    max-width: none;
  }

  .blog-main-image {
    max-width: 100%;
    max-height: 450px;
  }

  .blog-rich-text {
    margin-top: 0;
  }

  .info-block {
    width: 100%;
  }

  .featured-blogs {
    max-width: 440px;
  }

  .featured-image {
    max-width: 200px;
  }

  .card {
    max-width: 340px;
  }

  ._404-text {
    max-width: 70%;
  }

  ._404-button-wrapper {
    position: absolute;
    top: 403px;
  }

  ._404-image-wrapper {
    max-width: 600px;
  }

  .buy-now-button {
    font-size: 16px;
  }

  .buy-now {
    width: 250px;
    bottom: 15px;
    right: 15px;
  }

  .buy-now-icon {
    width: 16px;
    height: 16px;
  }

  .buy-now-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .buy-now-list-icon {
    width: 24px;
    height: 24px;
  }

  .buy-now-text {
    font-size: 14px;
  }

  .buy-now-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    font-size: 14px;
  }

  .heading-2 {
    font-size: 52px;
    line-height: 68px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
    line-height: 68px;
  }

  .navbar-logo-wrapper {
    z-index: 1;
    max-width: 120px;
  }

  .main-logo {
    margin-top: -5px;
  }

  .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .container._4-column-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .container._4-column-grid.flex-in-desktop {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }

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

  .container.video-section {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .cross-icon {
    font-size: 30px;
    font-style: normal;
    line-height: 40px;
    display: none;
  }

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

  .nav-menu {
    border-radius: 0;
  }

  .navbar {
    z-index: 99999;
    max-width: 100%;
  }

  .header-info-text {
    font-size: 12px;
  }

  .logo-and-text-block.hide-from-tablet {
    grid-column-gap: 8px;
  }

  .social-icon {
    padding: 7px;
  }

  .hero-section {
    margin-top: 0;
    padding-top: 90px;
  }

  .hero-contents {
    margin-left: 0;
  }

  .primary-button {
    font-size: 16px;
    line-height: 26px;
  }

  .primary-button.book-now-button {
    margin-top: 50px;
  }

  .bold-title.contact-paragraph {
    font-size: 18px;
    line-height: 28px;
  }

  .footer-block {
    flex-direction: column;
    max-width: 150px;
  }

  .footer-block.subscribe-block {
    border-top: 1px solid #d2d2d2;
    max-width: none;
  }

  .footer-wrapper {
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-bottom {
    text-align: center;
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .footer-copyright {
    flex-direction: column;
    max-width: 600px;
    font-size: 14px;
    line-height: 20px;
  }

  .about {
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading {
    font-size: 45px;
    line-height: 60px;
  }

  .heading.form-heading {
    font-size: 40px;
  }

  .section {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .section.logo-section, .section.padding, .section.faq-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .title-paragraph {
    font-size: 17px;
    line-height: 27px;
  }

  ._4-column-flex {
    grid-column-gap: 20px;
  }

  ._4-column-flex.wrap {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .service-card {
    padding-top: 80px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .pricing-slider {
    margin-top: 0;
    padding-top: 90px;
    padding-bottom: 100px;
  }

  .navigation-wrapper {
    left: 140px;
  }

  .navigation-wrapper.right-arrow {
    left: 190px;
  }

  .logo-container {
    grid-template-columns: 1fr 1fr;
    margin-top: 60px;
  }

  .testimonial-card {
    max-width: none;
  }

  .testimonial-mask {
    max-width: none;
    overflow: hidden;
  }

  .page-name {
    font-size: 30px;
  }

  .svg-background {
    inset: auto 0% 0% auto;
  }

  .team-member-wrapper {
    height: 380px;
  }

  .faq-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .grid-3-column {
    grid-template-columns: 1fr;
  }

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

  .semi-heading {
    font-size: 30px;
    line-height: 45px;
  }

  .subscription-field {
    max-width: none;
  }

  .subscription-form {
    flex-direction: column;
  }

  .contact-form-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .property-cta-block {
    min-width: auto;
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .middle-allign-vertical-wrapper.service-body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .black-background {
    padding-top: 80px;
  }

  .appoinment-form-wrapper {
    padding: 50px 41px;
  }

  .gallery-collumn, .gallery-collumn.three-column {
    column-count: 2;
  }

  .hover-line {
    width: 30px;
    height: 3px;
  }

  .changelog-section {
    margin-top: 40px;
    margin-bottom: -40px;
  }

  .heading-style-box {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
    padding: 30px;
  }

  .tag-box {
    width: 100%;
    height: 150px;
  }

  .tag-text {
    font-size: 70px;
    line-height: 70px;
  }

  .two-column-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr;
  }

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

  .blog-main-image {
    max-height: 320px;
  }

  .separator {
    display: none;
  }

  .info-block {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
    font-size: 15px;
  }

  .agent-image {
    height: 300px;
  }

  .card {
    max-width: 400px;
  }

  ._404-text {
    max-width: none;
    margin-bottom: 30px;
  }

  ._404-button-wrapper {
    max-width: 90%;
  }

  .heading-2 {
    font-size: 45px;
    line-height: 60px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 45px;
    line-height: 60px;
  }

  blockquote {
    padding: 30px 20px;
  }

  .navbar-logo-wrapper {
    max-width: 80px;
    padding-left: 0;
  }

  .hamburger-icon {
    background-color: #fff0;
    font-size: 25px;
  }

  .main-logo {
    max-width: 150px;
    margin-top: 1px;
    display: block;
    overflow: clip;
  }

  .container {
    align-items: center;
    padding: 0 15px;
  }

  .container._4-column-grid, .container._4-column-grid.flex-in-desktop {
    grid-template-columns: 1fr;
  }

  .cross-icon {
    font-size: 25px;
  }

  .nav-link.w--current {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu {
    grid-row-gap: 15px;
    flex-direction: column;
    overflow: visible;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .secondary-button {
    padding: 5px 16px;
    font-size: 16px;
    line-height: 26px;
  }

  .information-container {
    display: none;
  }

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

  .hero-heading.color-white {
    font-size: 40px;
    line-height: 55px;
  }

  .hero-paragraph {
    font-size: 17px;
    line-height: 26px;
  }

  .primary-button {
    padding: 9px 20px;
    font-size: 15px;
    line-height: 24px;
  }

  .bold-title {
    font-size: 18px;
    line-height: 28px;
  }

  .vertical-wrapper.about-counter-box {
    max-width: 120px;
  }

  .features-section {
    margin-top: -60px;
  }

  .footer-link {
    font-size: 16px;
    line-height: 26px;
  }

  .footer-block {
    grid-row-gap: 20px;
    border-top: 1px solid #d2d2d2;
    max-width: none;
  }

  .footer-block.first-block {
    border-top-style: none;
  }

  .information-block {
    grid-column-gap: 15px;
  }

  .footer-logo-grid {
    margin-top: 0;
  }

  .footer-title {
    font-size: 22px;
    line-height: 32px;
  }

  .footer-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

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

  .heading {
    font-size: 36px;
    line-height: 50px;
  }

  .heading.form-heading {
    font-size: 23px;
    line-height: 43px;
  }

  .about-counter-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .section {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .section.logo-section {
    padding-top: 55px;
    padding-bottom: 55px;
  }

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

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

  .title-paragraph {
    font-size: 16px;
    line-height: 26px;
  }

  ._4-column-flex {
    grid-template-columns: 1fr;
  }

  .blue-overlay {
    display: none;
  }

  .grid-2-column {
    grid-template-columns: 1fr;
  }

  .why-choose-us-video {
    min-height: 360px;
  }

  .gallery {
    grid-template-columns: 1fr;
  }

  .mask.related-post {
    max-width: 90px;
  }

  .pricing-slider {
    padding-bottom: 80px;
  }

  .pricing-card {
    padding-left: 40px;
    padding-right: 40px;
  }

  .pricing-slider-mask {
    max-width: none;
    overflow: hidden;
  }

  .navigation-wrapper {
    left: -20%;
    right: 0%;
  }

  .navigation-wrapper.right-arrow {
    left: 0%;
    right: -20%;
  }

  .pricing-titles-wrapper {
    padding-top: 40px;
  }

  .logo-title {
    font-size: 26px;
    line-height: 40px;
  }

  .logo-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 40px;
  }

  .logo-card {
    height: 160px;
  }

  .testimonial-author-name {
    font-size: 14px;
    line-height: 24px;
  }

  .testimonial-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .testimonial-author-block {
    margin-left: 20px;
  }

  .star-icon {
    font-size: 20px;
    line-height: 20px;
  }

  .testimonial-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 30px 20px 40px;
  }

  .star-wrapper {
    margin-top: 0;
  }

  .testimonial-mask {
    max-width: none;
    overflow: hidden;
  }

  .wrapper.contact-wrapper {
    width: 100%;
  }

  .banner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .page-name {
    font-size: 24px;
    line-height: 32px;
  }

  .breadcrumb {
    font-size: 14px;
    line-height: 24px;
  }

  .about-image-background {
    bottom: -15px;
    left: 6px;
  }

  .tire-track, .tire-image {
    display: none;
  }

  .svg-background {
    max-width: 163px;
    display: none;
  }

  .team-member-wrapper {
    height: 290px;
  }

  .subscription-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .semi-heading {
    font-size: 28px;
    line-height: 42px;
  }

  .subscription-form {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 30px;
  }

  .contact-form-wrapper {
    max-width: none;
    padding: 40px 30px 50px;
  }

  .fields-input-wrapper {
    flex-direction: column;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .property-cta-block {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .blog-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-carhub {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .limited-width-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .black-background {
    padding-top: 60px;
  }

  .appoinment-form-wrapper {
    padding: 20px;
  }

  .gallery-collumn, .gallery-collumn.three-column {
    column-count: 1;
  }

  .changelog-section {
    margin-bottom: -20px;
  }

  .license-paragraph {
    font-size: 14px;
    line-height: 21px;
  }

  .license-title {
    font-size: 18px;
    line-height: 27px;
  }

  .license-main-text {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .license-section {
    margin-top: 40px;
  }

  .style-guide-wrapper {
    width: 100%;
  }

  .heading-style-box {
    padding: 20px;
  }

  .heading-details-block {
    grid-column-gap: 14px;
  }

  .sub-title-of-style-guide {
    min-width: 85px;
    font-size: 14px;
  }

  .font-details-text {
    font-size: 14px;
  }

  .secondary-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .two-column-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .blog-main-image {
    width: 100%;
    max-width: 100%;
  }

  .separator {
    display: none;
  }

  .blog-heading {
    font-size: 28px;
    line-height: 40px;
  }

  .featured-image {
    height: 70px;
  }

  .agent-image {
    height: 200px;
  }

  .blog-body {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._404-text {
    font-size: 24px;
    line-height: 40px;
  }

  ._404-button {
    padding: 5px 16px;
    font-size: 16px;
    line-height: 26px;
  }

  ._404-button.button-with-arrow {
    padding: 10px 20px;
  }

  .buy-now {
    padding-left: 18px;
    padding-right: 18px;
    bottom: 15px;
    right: 7px;
  }

  .heading-2 {
    font-size: 36px;
    line-height: 50px;
  }

  .bold-title-2 {
    font-size: 18px;
    line-height: 28px;
  }
}

#w-node-_582332b0-e3f5-8451-2074-3fb967baff4b-618ddb8a, #w-node-a2354f5d-ac29-82dc-ece1-3f8f2f17e8c1-618ddb8a, #w-node-b7c9eab5-0db3-2ee3-63be-1684f9046806-618ddb8a, #w-node-_9f3cdae4-bf71-d0c6-d435-bf89f1ffbe43-618ddb8a, #w-node-_7d4a7d83-0c01-a5a2-1201-9187f5140095-618ddb8a, #w-node-_638ce9f8-8191-19cb-65bd-c130f8f81294-618ddb8a, #w-node-fe5cbde9-6b8d-559c-9114-3bbc956b13ed-618ddb8a, #w-node-b2dd4451-71c8-4824-7d39-bdfa8a0ee103-618ddb8a, #w-node-_383520e3-a800-a861-2e58-725dff204d1f-618ddb8a, #w-node-_093547ea-638a-b3a8-128b-7f7860edbe39-618ddb8a, #w-node-b356bcda-dcd3-3ec0-3e7c-0fbe888b39a7-618ddb8a, #w-node-b356bcda-dcd3-3ec0-3e7c-0fbe888b39af-618ddb8a, #w-node-b356bcda-dcd3-3ec0-3e7c-0fbe888b3987-618ddb8a, #w-node-b356bcda-dcd3-3ec0-3e7c-0fbe888b398f-618ddb8a, #w-node-b356bcda-dcd3-3ec0-3e7c-0fbe888b397f-618ddb8a, #w-node-b356bcda-dcd3-3ec0-3e7c-0fbe888b399f-618ddb8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Icofont';
  src: url('../fonts/icofont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}