@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300&display=swap");
.inline-block {
  display: inline-block;
}

.d-flex, .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.align-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.col {
  padding: 0 15px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.justify-content-between {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.justify-content-center {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.align-items-between {
  -ms-flex-pack: justify;
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
}

.align-items-center {
  -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-self-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.px-5 {
  padding: 0 5px;
}

.pr-0 {
  padding-right: 0;
}

.m-0 {
  margin: 0;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.textRight, .text-right {
  text-align: right;
}

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

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.list-unstyled {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 300px;
}

.position-relative {
  position: relative;
}

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

.font-weight-600 {
  font-weight: 600;
}

.font-weight-400 {
  font-weight: 400;
}

.text-top {
  vertical-align: text-top;
}

.font-17 {
  font-size: 17px;
  letter-spacing: 0;
  line-height: 30px;
  font-family: "Inter";
}

.line-height-100 {
  line-height: 100%;
}

.mt-12 {
  margin-top: 12px;
}

.mt-25 {
  margin-top: 25px;
}

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

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

@media (max-width: 1023px) {
  .font-17 {
    font-size: 14px;
    line-height: 24px;
  }
}
@font-face {
  font-family: "Times";
  src: url("../fonts/times/Times-Bold.eot");
  src: url("../fonts/times/Times-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/times/Times-Bold.svg#Times-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Times";
  src: url("../fonts/times/Times-BoldItalic.eot");
  src: url("../fonts/times/Times-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/times/Times-BoldItalic.woff2") format("woff2"), url("../fonts/times/Times-BoldItalic.woff") format("woff"), url("../fonts/times/Times-BoldItalic.ttf") format("truetype"), url("../fonts/times/Times-BoldItalic.svg#Times-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Times";
  src: url("../fonts/times/Times-Italic.eot");
  src: url("../fonts/times/Times-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/times/Times-Italic.woff") format("woff"), url("../fonts/times/Times-Italic.ttf") format("truetype"), url("../fonts/times/Times-Italic.svg#Times-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Times";
  src: url("../fonts/times/Roman/Times-Roman.eot");
  src: url("../fonts/times/Roman/Times-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/times/Roman/Times-Roman.woff2") format("woff2"), url("../fonts/times/Roman/Times-Roman.woff") format("woff"), url("../fonts/times/Roman/Times-Roman.ttf") format("truetype"), url("../fonts/times/Roman/Times-Roman.svg#Times-Roman") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.black-text {
  color: #231F20;
}

.pearl-bg {
  background-color: #F9F4ED;
}

.pearl-bg2 {
  background-color: #Faf5ee !important;
}

.pearl-bg3 {
  background-color: #F3E3D8;
}

.dawn-pink-bg {
  background-color: #F2E2D7;
}

.light-pink-bg {
  background-color: #e1cdc0;
}

.light-pink-bg2 {
  background-color: #D7C3B6;
}

.white-bg {
  background-color: #ffffff;
}

.white-text {
  color: #ffffff;
}

.black-bg {
  background-color: #231F20;
}

.light-green-text {
  color: #00B81F;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter";
  color: #231F20;
  font-size: 17px;
  line-height: 35px;
  letter-spacing: -0.12px;
  font-weight: 300;
  background-color: #ffffff;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

button {
  cursor: pointer;
}

svg,
img {
  max-width: 100%;
}

img {
  height: auto;
  width: auto;
}

.btn-styled-removed {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.container {
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
}

.middle-content {
  min-height: 400px;
  padding-top: 130px;
}

.link-text a,
.link-text button {
  line-height: 50px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  color: #231F20;
  position: relative;
  display: inline-block;
}
.link-text a:after,
.link-text button:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #221f1f;
  border-radius: 44px;
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: center;
          transform-origin: center;
  position: absolute;
  bottom: 13px;
  left: 0;
}
.link-text a:hover:after,
.link-text button:hover:after {
  -webkit-transform: scaleX(0.8);
  transform: scaleX(0.8);
}

textarea {
  resize: none;
}

iframe {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Times";
  font-weight: bold;
}

h2, .wc-txt, .card-title {
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -0.2px;
}

.page-title h1 {
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -0.15px;
}
.page-title h2 {
  font-size: 17px;
  line-height: 50px;
  font-family: "Inter";
  font-weight: 500;
  text-transform: uppercase;
}

.page-title2 h1, .page-title2 .start-nj-home-addition-title {
  font-size: 70px;
  line-height: 1.21;
  letter-spacing: 0px;
  margin-bottom: 30px;
}

.stretched-link {
  text-align: center;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.location-title {
  font-size: 17px;
  font-family: "Inter";
  letter-spacing: 0.12px;
  font-weight: 300;
  margin-bottom: 12px;
  font-style: normal;
}

.section-full-image img {
  display: block;
}

.opacity-0 {
  opacity: 0 !important;
}

video,
iframe {
  max-width: 100%;
}

.btn-black-bg {
  min-height: 45px;
  min-width: 139px;
  font-size: 13px;
  line-height: 16px;
  color: #ffffff;
  background-color: #231F20;
  font-weight: 700;
  border: 1px solid #231F20;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Inter";
}
.btn-black-bg:hover {
  background-color: transparent;
  color: #231F20;
}

.error-message {
  color: #F67A7A;
  font-size: 13px;
  line-height: 40px;
  font-weight: 400;
  display: none;
}

#errorMsgDiv {
  color: #F67A7A;
  font-size: 13px;
  line-height: 40px;
  font-weight: 400;
}

.grecaptcha-badge {
  bottom: 100px !important;
  z-index: 99;
}

.image-label {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(35, 31, 32, 0.9);
  padding: 0 40px;
  width: auto;
}
.image-label h6 {
  color: #ffffff;
  margin: 0;
  font-weight: 300;
  font-size: 17px;
  line-height: 40px;
  font-family: "Inter";
}
@media (max-width: 1023px) {
  .image-label h6 {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1023px) {
  .image-label {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 1600px) {
  body {
    font-size: 14px;
    line-height: 24px;
  }
  .location-title {
    font-size: 14px;
  }
  h2 {
    font-size: 47px;
    line-height: 52px;
  }
  .page-title h1 {
    font-size: 47px;
    line-height: 52px;
  }
  .page-title h2 {
    font-size: 14px;
    line-height: 45px;
  }
}
@media (max-width: 1440px) {
  h2, .wc-txt {
    font-size: 44px;
    line-height: 48px;
  }
  .page-title h1 {
    font-size: 44px;
    line-height: 48px;
  }
}
@media (max-width: 1300px) {
  h2, .wc-txt {
    font-size: 38px;
    line-height: 45px;
  }
  .page-title h1 {
    font-size: 38px;
    line-height: 45px;
  }
}
@media (max-width: 1199px) {
  h2, .wc-txt {
    font-size: 31px;
    line-height: 1.2;
  }
  .page-title h1 {
    font-size: 31px;
    line-height: 1.2;
  }
}
@media (max-width: 1023px) {
  .container {
    padding: 0 20px;
  }
  h2 {
    font-size: 25px;
  }
  .page-title h1 {
    font-size: 25px;
  }
  .middle-content {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .page-title2 h1, .page-title2 .start-nj-home-addition-title {
    font-size: 45px;
    line-height: 60px;
  }
}
@media (max-width: 389px) {
  .image-label {
    padding: 0 12px;
  }
}
@media (max-width: 1023px) {
  .section-form .image-label span.image-label-heading {
    font-size: 14px;
    line-height: 24px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

figcaption strong {
  font-weight: bold;
  display: block;
}

.black-text {
  color: #231F20;
}

.pearl-bg {
  background-color: #F9F4ED;
}

.pearl-bg2 {
  background-color: #Faf5ee !important;
}

.pearl-bg3 {
  background-color: #F3E3D8;
}

.dawn-pink-bg {
  background-color: #F2E2D7;
}

.light-pink-bg {
  background-color: #e1cdc0;
}

.light-pink-bg2 {
  background-color: #D7C3B6;
}

.white-bg {
  background-color: #ffffff;
}

.white-text {
  color: #ffffff;
}

.black-bg {
  background-color: #231F20;
}

.light-green-text {
  color: #00B81F;
}

.body-header-submenu-active header {
  background-color: #ffffff !important;
  -webkit-transition: background-color 0.6s ease-in-out !important;
  transition: background-color 0.6s ease-in-out !important;
}

@-webkit-keyframes resetAnimation2 {
  0% {
    width: 58px;
  }
  50% {
    width: 65px;
  }
  100% {
    width: 58px;
  }
}

@keyframes resetAnimation2 {
  0% {
    width: 58px;
  }
  50% {
    width: 65px;
  }
  100% {
    width: 58px;
  }
}
header {
  padding: 40px 0 40px;
  -webkit-transition: background-color 0.3s, opacity 0.3s !important;
  transition: background-color 0.3s, opacity 0.3s !important;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  background-color: #ffffff;
}
header .container {
  max-width: 100%;
  padding: 0 70px;
}
header .menu-btn-toggle {
  display: none;
}
header sup {
  font-size: 45%;
  margin-top: -0.6em;
}
header .login-url-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .col-logo {
  max-width: 273px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  line-height: 0;
}
header .logo {
  max-width: 142px;
}
header .mobile-login-url {
  display: none;
}
header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header nav ul li {
  padding: 10px 16px;
  position: relative;
}
header nav ul .menu-locations.active-submenu .header-full-submenu-wrap, header nav ul .menu-locations.active-footer-submenu .header-full-submenu-wrap {
  overflow-y: auto;
  max-height: 851px;
  height: 99vh;
}
header nav a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #231F20;
  letter-spacing: -0.16px;
  padding: 0;
  display: block;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
}
header nav a:hover {
  border-color: #231F20;
}
header nav .active {
  font-style: italic;
  font-weight: 700;
}
header .col-get-started {
  max-width: 370px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 340px;
          flex: 0 0 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .col-get-started .login-url {
  padding-right: 35px;
  font-weight: 400;
}
header .col-get-started a {
  font-size: 17px;
  line-height: 21px;
  color: #231F20;
  font-weight: 700;
}
header .col-get-started .contact-url a {
  background-color: #231F20;
  color: #ffffff;
  min-width: 120px;
  display: inline-block;
  padding: 12px;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid transparent;
}
header .col-get-started .contact-url a:hover {
  color: #231F20;
  background-color: transparent;
  border-color: #231F20;
}
header .login-menu-url .active-submenu .header-full-submenu-wrap {
  max-height: 427px;
}
header .login-menu-url .header-full-submenu {
  padding-bottom: 53px;
}
header .coming-soon-btn h4 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  background-color: #e1cdc0;
  padding: 3px 12px;
  display: inline-block;
  min-width: 111px;
  text-align: center;
  font-family: "Inter";
}

.header-sticky header {
  background-color: #ffffff;
}

.announcement-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 30px;
  letter-spacing: 0;
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
  -webkit-transition: opacity 0.4s ease-in-out !important;
  transition: opacity 0.4s ease-in-out !important;
  min-height: 40px;
}
.announcement-bar * {
  color: #ffffff;
  letter-spacing: 0;
}
.announcement-bar p {
  font-weight: 400;
}
.announcement-bar .slick-slide {
  padding: 0 30px;
}

.header-full-submenu-wrap {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 99;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.6s ease-in-out;
  transition: max-height 0.6s ease-in-out;
}
.header-full-submenu-wrap .header-full-submenu {
  padding: 115px 107px 2px;
  border-top: 1px solid #231F20;
  border-bottom: 1px solid #231F20;
}
@media (max-width: 1210px) {
  .header-full-submenu-wrap .header-full-submenu {
    border-color: transparent;
  }
}
.header-full-submenu-wrap .col {
  max-width: 33.33%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  margin-bottom: 60px;
}
.header-full-submenu-wrap .col-first p {
  margin-bottom: 0;
}
.header-full-submenu-wrap h5, .header-full-submenu-wrap .location-submenu-heading {
  font-size: 25px;
  line-height: 28px;
  margin-bottom: 30px;
  font-family: "Times";
  font-weight: 700;
}
.header-full-submenu-wrap h5 sup, .header-full-submenu-wrap .location-submenu-heading sup {
  font-size: 40%;
  margin-left: -4px;
}
.header-full-submenu-wrap p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 25px;
}
.header-full-submenu-wrap .content {
  max-width: 522px;
}
.header-full-submenu-wrap .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 522px;
}
.header-full-submenu-wrap .card .col-first p {
  margin-bottom: 0;
}
.header-full-submenu-wrap .card:not(.card-map):hover .card-image:after {
  background-color: rgba(35, 31, 32, 0.2);
}
@media (max-width: 1196px) {
  .header-full-submenu-wrap .card:not(.card-map):hover .card-image:after {
    background-color: transparent;
  }
}
.header-full-submenu-wrap .card:not(.card-map):hover .card-content .arrow {
  border-color: #231F20;
  opacity: 1;
  -webkit-animation: resetAnimation2 0.3s;
          animation: resetAnimation2 0.3s;
}
@media (max-width: 1196px) {
  .header-full-submenu-wrap .card:not(.card-map):hover .card-content .arrow {
    width: 58px;
    -webkit-transform: none;
            transform: none;
  }
}
.header-full-submenu-wrap .card:not(.card-map):hover .card-content .head,
.header-full-submenu-wrap .card:not(.card-map):hover .card-content .head:after {
  border-color: #231F20;
  opacity: 1;
}
.header-full-submenu-wrap .card .arrow {
  width: 58px;
  height: 2px;
  opacity: 1;
  position: relative;
  background: #231F20;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
  -webkit-transform: scaleY(1.1);
          transform: scaleY(1.1);
}
.header-full-submenu-wrap .card .arrow .head,
.header-full-submenu-wrap .card .arrow .head:after {
  height: 2px;
  border-radius: 1rem;
  width: 10px;
  position: absolute;
  right: -3px;
  top: 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #231F20;
}
.header-full-submenu-wrap .card .arrow .head:after {
  content: "";
  border-color: #231F20;
  right: -4px;
  top: -4px;
  -webkit-transform: rotate(87deg);
          transform: rotate(87deg);
}
.header-full-submenu-wrap .card .card-click {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  border: none;
}
.header-full-submenu-wrap .card .card-image {
  max-width: 37.7%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37.7%;
          flex: 0 0 37.7%;
  position: relative;
  height: 197px;
  padding: 0;
}
.header-full-submenu-wrap .card .card-image:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
.header-full-submenu-wrap .card .card-image img {
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.header-full-submenu-wrap .card .card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 20px;
  padding-top: 0;
}
.header-full-submenu-wrap .card .max-width-256 {
  max-width: 256px;
}
.header-full-submenu-wrap .card-map .card-image img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1710px) {
  header .col-logo {
    max-width: 229px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
  }
}
@media (max-width: 1660px) {
  header .container {
    padding: 0 60px;
  }
  header .col-logo {
    max-width: 170px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
  }
  header nav ul li {
    padding-left: 24px;
    padding-right: 24px;
    padding-inline: 16px;
  }
  header nav ul .menu-locations.active-submenu .header-full-submenu-wrap .header-full-submenu,
  .header-full-submenu,
  .header-full-submenu-wrap .header-full-submenu {
    padding: 80px 80px 3px;
  }
  header .login-menu-url .header-full-submenu {
    padding-bottom: 33px;
  }
}
@media (max-width: 1500px) {
  header nav ul li {
    padding: 0 12px;
  }
}
@media (max-width: 1440px) {
  header .container {
    padding: 0 40px;
  }
  header nav a {
    font-size: 14px;
    line-height: 17px;
  }
  header .col-get-started a {
    font-size: 14px;
    line-height: 24px;
  }
  header .col-logo {
    max-width: 180px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 155px;
            flex: 0 0 155px;
  }
  header nav ul .menu-locations.active-submenu .header-full-submenu-wrap .header-full-submenu,
  .header-full-submenu,
  .header-full-submenu-wrap .header-full-submenu {
    padding: 60px 60px 3px;
  }
  header .login-menu-url .header-full-submenu {
    padding-bottom: 3px;
  }
}
@media (max-width: 1240px) {
  header .col-logo {
    max-width: 150px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
  }
  header nav ul li {
    padding: 0 12px;
  }
  header .col-get-started {
    max-width: 340px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 340px;
            flex: 0 0 340px;
  }
}
@media (max-width: 1210px) {
  header .container {
    padding: 0 16px;
  }
  header nav ul li {
    padding: 0 7px;
  }
  header .col-get-started .login-url {
    padding-right: 20px;
  }
  header .col-get-started {
    max-width: 311px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 275px;
            flex: 0 0 275px;
  }
  header .col-get-started .contact-url a {
    min-width: 118px;
  }
  .header-full-submenu-wrap .card .card-image {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  header nav ul .menu-locations.active-submenu .header-full-submenu-wrap .header-full-submenu,
  .header-full-submenu,
  .header-full-submenu-wrap .header-full-submenu {
    padding: 60px 30px 3px;
  }
  header nav ul .menu-locations.active-submenu .header-full-submenu-wrap {
    max-height: 1000px;
  }
  .header-full-submenu-wrap .col {
    margin-bottom: 30px;
  }
}
@media (min-width: 1201px) and (max-width: 1345px) {
  header .container {
    padding: 0 30px;
  }
  header nav ul li {
    padding: 0 9px;
  }
  header .col-get-started .login-url {
    padding-right: 20px;
  }
  header .col-get-started {
    max-width: 311px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 311px;
            flex: 0 0 311px;
  }
  header .col-get-started .contact-url a {
    min-width: 157px;
  }
}
@media (max-width: 1210px) {
  body:before {
    content: "";
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    z-index: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  header {
    padding: 29px 0;
    background-color: #ffffff !important;
  }
  header .menu-btn-toggle {
    display: block;
    position: fixed;
    top: 34px;
    padding: 5px;
    right: 15px;
    z-index: 9999;
  }
  header .menu-btn-toggle span {
    display: block;
    background-color: #231F20;
    width: 24px;
    height: 2px;
    border-radius: 44px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  header .menu-btn-toggle span + span {
    margin-top: 4px;
  }
  header .header-nav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .mobile-login-url {
    display: block;
    border-top: 0.5px solid #231F20;
    padding-top: 18px;
  }
  header .col-logo {
    position: relative;
    z-index: 99;
  }
  header .col-nav {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  header .col-get-started {
    max-width: 160px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
    position: fixed;
    top: 24px;
    right: 65px;
    z-index: 999;
  }
  header .col-get-started a {
    padding: 9.5px;
  }
  header .col-get-started .login-url {
    display: none;
  }
  header .contact-url {
    padding-right: 50px;
  }
  header nav {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #ffffff;
    padding: 100px 20px 20px 40px;
    z-index: 44;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.25s, -webkit-transform 0.3s;
    transition: opacity 0.25s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.25s;
    transition: transform 0.3s, opacity 0.25s, -webkit-transform 0.3s;
  }
  header nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header nav ul li {
    padding: 10px 0;
  }
  header nav ul li a {
    padding: 0;
  }
  header nav ul li a:hover {
    border-color: transparent;
  }
  header .menu-items-has-children {
    position: relative;
  }
  header .menu-items-has-children a {
    position: relative;
    display: inline-block;
  }
  header .menu-items-has-children a:after {
    content: "";
    display: block;
    background-image: url("../../images/header-images/right-arrow.svg");
    width: 7px;
    height: 12px;
    position: absolute;
    right: -14px;
    background-size: cover;
    background-position: center center;
    top: 3px;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  }
  header .active-submenu a:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .header-open:before {
    opacity: 1;
    z-index: 45;
  }
  .header-open .page-home header {
    background-color: #ffffff;
  }
  .header-open header .menu-btn-toggle span:first-child {
    -webkit-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
  }
  .header-open header .menu-btn-toggle span:nth-child(2) {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  .header-open header .menu-btn-toggle span:last-child {
    -webkit-transform: translateY(-6px) rotate(-225deg);
    transform: translateY(-6px) rotate(-225deg);
  }
  .header-open header nav {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    pointer-events: all;
  }
  .header-open header nav ul {
    height: calc(100vh - 160px);
    overflow: hidden;
    overflow-y: auto;
  }
  header nav ul .menu-locations.active-submenu .header-full-submenu-wrap {
    height: auto;
    max-height: 100vh;
    padding-bottom: 20px;
  }
  .active-submenu .header-full-submenu-wrap {
    width: calc(100vw - 350px);
  }
  .header-full-submenu-wrap {
    top: 90px;
    left: 350px;
    overflow-y: auto;
    width: 0;
    max-height: 100%;
    -webkit-transition: width 0.6s ease-in-out;
    transition: width 0.6s ease-in-out;
    height: 100%;
  }
  .header-full-submenu-wrap .header-full-submenu {
    min-width: calc(100vw - 350px);
  }
  .header-full-submenu-wrap .col {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .header-full-submenu-wrap .card .card-image {
    max-width: 23.5%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23.5%;
            flex: 0 0 23.5%;
    position: relative;
  }
  .header-full-submenu-wrap .card .card-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .header-full-submenu-wrap .card .card-content {
    max-width: 76.5%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 76.5%;
            flex: 0 0 76.5%;
  }
  .header-full-submenu-wrap .card .card-content .card-info {
    margin-bottom: 10px;
  }
  .header-full-submenu-wrap .card a:after {
    display: none;
  }
  .header-full-submenu-wrap .card-map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header-full-submenu-wrap .card-map .card-image {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 46%;
  }
  .header-full-submenu-wrap .card-map .card-image img {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .header-full-submenu-wrap .card-map .card-content {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .header-full-submenu-wrap .card-map .card-content h5, .header-full-submenu-wrap .card-map .card-content .location-submenu-heading {
    margin-bottom: 10px;
    text-align: center;
    max-width: 250px;
  }
  .header-full-submenu-wrap .card-map .card-content .card-info {
    margin-bottom: 0px;
  }
  .header-full-submenu {
    position: relative;
  }
  .header-full-submenu::before {
    content: "";
    display: block;
    height: 650px;
    width: 1px;
    background-color: #231F20;
    position: fixed;
    left: 350px;
    top: 203px;
  }
  .header-full-submenu,
  .header-full-submenu-wrap .header-full-submenu,
  header nav ul .menu-locations.active-submenu .header-full-submenu-wrap .header-full-submenu {
    padding: 30px 20px 80px;
  }
}
@media (max-width: 767px) {
  header nav {
    width: 100%;
    padding-top: 20px;
    top: 75px;
    padding-bottom: 100px;
    max-width: 100%;
  }
  header nav ul li a {
    font-size: 12px;
  }
  header .container {
    padding: 0 20px;
  }
  header .col-logo {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  header .logo img {
    max-width: 120px;
  }
  header .menu-btn-toggle {
    top: 32px;
  }
  header .contact-url {
    padding-right: 6px;
  }
  header .col-get-started {
    top: 28px;
  }
  header .col-get-started .contact-url a {
    line-height: 17px;
    min-width: 117px;
    padding: 5px;
  }
  header .active-submenu a:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .announcement-bar {
    font-size: 14px;
    line-height: 17px;
  }
  .header-open header nav {
    overflow-y: auto;
  }
  .header-open header nav ul {
    height: auto;
  }
  .header-full-submenu-wrap .header-full-submenu,
  header nav ul .menu-locations.active-submenu .header-full-submenu-wrap .header-full-submenu,
  .header-full-submenu {
    padding: 0;
  }
  header nav ul .menu-locations.active-submenu .header-full-submenu-wrap,
  .header-full-submenu-wrap {
    padding-bottom: 0;
  }
  .header-full-submenu-wrap {
    top: 0;
    left: 0;
    min-width: auto;
    overflow-y: auto;
    position: relative;
    max-height: 0;
    -webkit-transition: max-height 0.6s ease-in-out;
    transition: max-height 0.6s ease-in-out;
  }
  .header-full-submenu-wrap .col-first,
  .header-full-submenu-wrap .col-last {
    display: none;
  }
  .header-full-submenu-wrap .row .col {
    margin: 0;
  }
  .header-full-submenu-wrap .row .col + .col {
    margin-top: 30px;
  }
  .header-full-submenu-wrap .row .col:last-child {
    margin-bottom: 0;
  }
  .header-full-submenu-wrap .row .col.col-first + .col {
    margin: 0;
  }
  .header-full-submenu-wrap h5, .header-full-submenu-wrap .location-submenu-heading {
    margin-bottom: 12px;
  }
  .header-full-submenu-wrap p {
    margin-bottom: 0;
  }
  .header-full-submenu-wrap .card {
    min-height: 178px;
  }
  .header-full-submenu-wrap .card .card-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35.5%;
            flex: 0 0 35.5%;
    max-width: 35.5%;
    height: auto;
    padding-bottom: 52%;
  }
  .header-full-submenu-wrap .card .card-content {
    max-width: 64.5%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 64.5%;
            flex: 0 0 64.5%;
  }
  .header-full-submenu-wrap .card .card-content .card-info {
    margin-bottom: 0;
  }
  .header-full-submenu-wrap .card .card-content .coming-soon-btn {
    margin-top: 10px;
  }
  .header-full-submenu-wrap .header-full-submenu {
    min-width: 100%;
  }
  .header-full-submenu-wrap .header-full-submenu::before {
    display: none;
  }
  .mobile-login-url .col-first {
    display: block;
    padding: 18px 15px 24px;
  }
  .active-submenu .header-full-submenu-wrap {
    width: 100%;
    max-height: 1000px !important;
  }
}
@media (max-width: 575px) {
  .announcement-bar .container {
    padding: 0 10px;
  }
  .announcement-bar p {
    font-size: 9px;
  }
}
@media (max-width: 350px) {
  header .col-get-started {
    right: 55px;
  }
  header .col-get-started a {
    min-width: 110px;
  }
}
.home-image-content-slider .slick-prev {
  display: none !important;
}
.home-image-content-slider .slick-next {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 3.6%;
  text-indent: -99em;
  font-size: 0;
  width: 33px;
  height: 10px;
  z-index: 1;
}
.home-image-content-slider .slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  background-image: url("../../images/icons/left-arrow.svg");
  width: 33px;
  height: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.home-image-content-slider .slider-dots {
  min-height: 80px;
}
.home-image-content-slider .slick-dots {
  padding: 40px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  position: absolute;
  left: 11%;
  bottom: 33.2%;
}
.home-image-content-slider .slick-dots ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-image-content-slider .slick-dots li {
  margin: 0 5px;
}
.home-image-content-slider .slick-dots li button {
  width: 10px;
  display: block;
  height: 10px;
  text-indent: -99em;
  border-radius: 100%;
  border: none;
  overflow: hidden;
  background-color: rgba(35, 31, 32, 0.3);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.home-image-content-slider .slick-dots .active button,
.home-image-content-slider .slick-dots .slick-active button {
  background-color: #231F20;
}
.home-image-content-slider .col-img-content .content {
  padding: 0 22%;
  max-width: 100%;
}
.home-image-content-slider .col-img-content .link-text {
  padding-top: 0;
}

.after-before-slider .slick-arrow {
  position: absolute;
  bottom: 14px;
  background-color: transparent;
  border: none;
  text-indent: -99em;
  font-size: 0;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
}
.after-before-slider .slick-arrow:after {
  content: "";
  display: block;
  height: 22px;
  width: 46px;
}
.after-before-slider .slick-arrow.slick-next {
  right: 24px;
  background-image: url("https://chapter-dev-endpoinnt.azureedge.net/public/assets/cdn/icons/right-arrow3.svg");
}
.after-before-slider .slick-arrow.slick-prev {
  left: 24px;
  background-image: url("../../images/icons/left-arrow1.svg");
}
.after-before-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  background-color: #Faf5ee;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 9.5px;
  min-height: 49px;
}
.after-before-slider .slick-dots li {
  padding: 0 5px;
}
.after-before-slider .slick-dots .slick-active button {
  background-color: #231F20;
}
.after-before-slider .slick-dots button {
  background-color: #e1cdc0;
  border: none;
  width: 10px;
  height: 10px;
  text-indent: -99em;
  border-radius: 100%;
  overflow: hidden;
  outline: none;
}

@media (max-width: 1199px) {
  .home-image-content-slider .col-img-content .content {
    padding-right: 30px;
  }
}
@media (max-width: 1023px) {
  .home-image-content-slider .col-img-content .content {
    padding: 0 20px;
  }
  .home-image-content-slider .slick-dots {
    left: 15px;
  }
  .home-image-content-slider .slick-next {
    left: 20px;
    top: 35px;
  }
}
@media (max-width: 991px) {
  .home-image-content-slider .content .content-p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .home-image-content-slider .slider-dots {
    min-height: 60px;
  }
  .home-image-content-slider .slick-dots {
    top: 205px;
    bottom: auto;
    left: 20px;
    padding: 0;
  }
  .home-image-content-slider .col-img-content .content {
    padding: 60px 20px 40px;
  }
  .home-image-content-slider .col-img-content .content .link-text {
    padding-top: 0;
  }
}
@media (max-width: 375px) {
  .home-image-content-slider .content-p {
    min-height: 48px;
  }
  .home-image-content-slider .slick-dots {
    top: 225px;
  }
}
.section-chapter-content {
  padding: 92px 0;
}
.section-chapter-content img {
  max-width: 58px;
  margin-bottom: 20px;
  opacity: 1 !important;
}
.section-chapter-content h2, .section-chapter-content .wc-txt {
  margin-bottom: 54px;
}
.section-chapter-content .spinner-wrapper img.small {
  -webkit-transition: -webkit-transform 3s;
  transition: -webkit-transform 3s;
  transition: transform 3s;
  transition: transform 3s, -webkit-transform 3s;
}
.section-chapter-content .spinner-wrapper img.small.aos-animate, .section-chapter-content .spinner-wrapper img.small:hover {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}

@media (max-width: 1023px) {
  .section-chapter-content {
    padding: 60px 0;
  }
  .section-chapter-content h2, .section-chapter-content .wc-txt {
    margin-bottom: 40px;
  }
}
.section-project-category {
  padding: 5px 15px;
  position: sticky;
  top: 128px;
  left: 0;
  background-color: #ffffff;
  z-index: 9;
  width: 100%;
}
.section-project-category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-project-category ul li {
  padding: 0 25px;
}
.section-project-category ul a {
  font-size: 17px;
  line-height: 50px;
  font-weight: 400;
  color: #231F20;
}
.section-project-category ul .active {
  font-style: italic;
  font-weight: 700;
}

@media (max-width: 1440px) {
  .section-project-category ul a {
    font-size: 14px;
    line-height: 40px;
  }
}
@media (max-width: 1023px) {
  .section-project-category {
    top: 92px;
  }
}
@media (max-width: 767px) {
  .section-project-category {
    top: 86px;
  }
  .section-project-category ul li {
    padding: 0 10px;
  }
}
.section-image-content .col-img {
  min-height: 580px;
}
.section-image-content .col {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.section-image-content h2 {
  margin-bottom: 55px;
}
.section-image-content .content {
  max-width: 520px;
  padding: 30px 15px;
  margin: 0 auto;
}
.section-image-content .content p + p {
  margin-top: 12px;
}
.section-image-content .link-text {
  padding-top: 30px;
}
.section-image-content .row {
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
.section-image-content .row .col-img-content {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.section-image-content-cards .row:nth-child(even) .col-img-content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.section-image-content-miami-cards .row:nth-child(even) .col-img-content {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.section-image-content-miami-cards .row:nth-child(even) .col-img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.section-multiple-image-content-row .bg-image {
  display: none;
}
@media (min-width: 1601px) {
  .section-multiple-image-content-row .bg-image-1920 {
    display: block;
  }
}
@media (max-width: 1600px) {
  .section-multiple-image-content-row .bg-image {
    display: none;
  }
  .section-multiple-image-content-row .bg-image-1600 {
    display: block;
  }
}
@media (max-width: 1440px) {
  .section-multiple-image-content-row .bg-image {
    display: none;
  }
  .section-multiple-image-content-row .bg-image-1280 {
    display: block;
  }
}

.section-image-content-location .content {
  max-width: 700px;
}
.section-image-content-location .btn-wrap {
  margin-top: 60px;
}
.section-image-content-location .col-img {
  position: relative;
}
.section-image-content-location .image-label {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(35, 31, 32, 0.9);
  padding: 0 40px;
  width: auto;
}
.section-image-content-location .image-label h6 {
  color: #ffffff;
  margin: 0;
  font-weight: 300;
  font-size: 17px;
  line-height: 40px;
  font-family: "Inter";
}

.section-image-content-new-location {
  letter-spacing: 0;
}
.section-image-content-new-location .content {
  max-width: 677px;
}
.section-image-content-new-location .btn-wrap {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .section-image-content-new-location .content p {
    max-width: 503px;
    margin: 0 auto;
  }
}

@media (max-width: 1440px) {
  .section-image-content h2 {
    margin-bottom: 40px;
  }
  .section-image-content .link-text {
    padding-top: 10px;
  }
}
@media (max-width: 1199px) {
  .section-image-content .col-img {
    min-height: 500px;
  }
}
@media (max-width: 1023px) {
  .section-image-content .col-img {
    min-height: 400px;
  }
  .section-image-content h2 {
    margin-bottom: 25px;
  }
  .section-image-content-location .btn-wrap {
    margin-top: 30px;
  }
  .section-image-content-location .image-label h6 {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .section-image-content .col {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .section-image-content .col-img {
    min-height: 100%;
    padding-bottom: 75%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .section-image-content .content {
    margin: 0;
    padding: 40px 20px;
    max-width: 100%;
  }
  .section-image-content-location .btn-wrap {
    margin-bottom: 20px;
  }
  .section-image-content-location .image-label {
    width: 100%;
    text-align: center;
  }
}
.section-plan-design-build {
  padding: 115px 134px 60px;
}
.section-plan-design-build * {
  color: #ffffff;
}
.section-plan-design-build .container {
  max-width: 100%;
  padding: 0;
}
.section-plan-design-build .heading-content-wrap {
  padding-bottom: 60px;
  max-width: 895px;
  margin: 0 auto;
  text-align: center;
}
.section-plan-design-build .heading-content-wrap h2 {
  font-size: 50px;
  line-height: 58px;
  margin-bottom: 30px;
}
.section-plan-design-build .heading-content-wrap p {
  font-size: 17px;
  line-height: 35px;
  font-weight: 400;
}
.section-plan-design-build .row {
  margin: 0 -20px;
}
.section-plan-design-build .col {
  padding: 0 20px;
}
.section-plan-design-build .card {
  border: 2px solid #ffffff;
  height: 100%;
}
.section-plan-design-build .card .card-header {
  border-bottom: 2px solid #ffffff;
  min-height: 203px;
}
.section-plan-design-build .card .card-content {
  padding: 42px;
}
.section-plan-design-build .card h6, .section-plan-design-build .card .time-icon, .section-plan-design-build .card .card-number {
  font-size: 17px;
  line-height: 47px;
  font-family: "Inter";
  font-weight: 300;
}
.section-plan-design-build .card h2, .section-plan-design-build .card .card-title {
  line-height: 57px;
}
.section-plan-design-build .card p {
  font-size: 17px;
  line-height: 35px;
  font-weight: 400;
}
.section-plan-design-build .card h5, .section-plan-design-build .card .card-footer-txt {
  font-family: "Inter";
  font-size: 17px;
  line-height: 35px;
  font-weight: 400;
}
.section-plan-design-build .card h5 strong, .section-plan-design-build .card h5 .inf-timeline, .section-plan-design-build .card .card-footer-txt strong, .section-plan-design-build .card .card-footer-txt .inf-timeline {
  font-weight: 700;
  display: inline-block;
  font-family: "Inter";
}
.section-plan-design-build .card h5 .inf-timeline, .section-plan-design-build .card .card-footer-txt .inf-timeline {
  font-size: 17px;
}
.section-plan-design-build .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 -6.5px;
  width: 100%;
  position: absolute;
  bottom: -42px;
}
.section-plan-design-build .slick-dots li {
  padding: 0 6.5px;
  line-height: 0;
}
.section-plan-design-build .slick-dots .slick-active button {
  background-color: #ffffff;
}
.section-plan-design-build .slick-dots button {
  background-color: transparent;
  border: none;
  font-size: 0;
  border: 0.25px solid #ffffff;
  height: 11px;
  width: 11px;
  border-radius: 100%;
}

@media (max-width: 1600px) {
  .section-plan-design-build {
    padding: 90px 100px 60px;
  }
}
@media (max-width: 1440px) {
  .section-plan-design-build {
    padding: 60px;
  }
  .section-plan-design-build .card .card-content {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .section-plan-design-build {
    padding: 60px 0 71px;
  }
  .section-plan-design-build .heading-content-wrap {
    padding: 0 20px 60px;
  }
  .section-plan-design-build .heading-content-wrap .new-section-title {
    max-width: 600px;
    margin: 0 auto;
  }
  .section-plan-design-build .heading-content-wrap h2 {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: -0.15px;
  }
  .section-plan-design-build .heading-content-wrap h2 br {
    display: none;
  }
  .section-plan-design-build .heading-content-wrap p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
  }
  .section-plan-design-build .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section-plan-design-build .row {
    margin: 0;
  }
  .section-plan-design-build .slider-item {
    padding: 0 30px;
    height: inherit;
  }
  .section-plan-design-build .slick-list {
    padding: 0 100px !important;
  }
  .section-plan-design-build .card .card-header {
    min-height: 200px;
    padding-bottom: 35%;
  }
  .section-plan-design-build .card h2, .section-plan-design-build .card .card-title {
    font-size: 40px;
  }
  .section-plan-design-build .card h6,
  .section-plan-design-build .card p,
  .section-plan-design-build .card .time-icon,
  .section-plan-design-build .card .card-number {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .section-plan-design-build {
    padding: 30px 0 71px;
  }
  .section-plan-design-build .heading-content-wrap {
    padding: 0 20px 20px;
  }
  .section-plan-design-build .slider-item {
    padding: 0 15px;
  }
  .section-plan-design-build .slick-list {
    padding: 0 55px !important;
  }
  .section-plan-design-build .new-section-title h2 span {
    display: block;
  }
  .section-plan-design-build .card .card-header {
    min-height: 121px;
    padding-bottom: 40%;
  }
  .section-plan-design-build .card h2, .section-plan-design-build .card .card-title {
    font-size: 35px;
    line-height: 40px;
  }
  .section-plan-design-build .card .card-content {
    padding: 30px 20px 40px;
  }
}
.section-home-project-fingertips {
  padding: 75px 115px 10px;
  min-height: calc(100vh - 114px);
}
.section-home-project-fingertips .desktop-hide,
.section-home-project-fingertips .tablet-show-image {
  display: none;
}
.section-home-project-fingertips .container {
  padding: 0;
  max-width: 100%;
}
.section-home-project-fingertips .new-section-title {
  margin-bottom: 28px;
}
.section-home-project-fingertips .content {
  max-width: 780px;
  padding: 0 0 53px;
  font-size: 17px;
  line-height: 40px;
}
.section-home-project-fingertips .col-image {
  max-width: 53.9%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 53.9%;
          flex: 0 0 53.9%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.section-home-project-fingertips .col-content .row {
  padding-right: 321px;
  margin-left: -65px;
}
.section-home-project-fingertips .col-content .row .col {
  max-width: 33.33%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
}
.section-home-project-fingertips .col-item {
  text-align: center;
  padding-bottom: 45px;
}
.section-home-project-fingertips .col-item h3, .section-home-project-fingertips .col-item .col-item-content-title {
  font-size: 14px;
  line-height: 33px;
  font-weight: 500;
  font-family: "Inter";
}
.section-home-project-fingertips .col-item .col-item-content {
  max-width: 158px;
}
.section-home-project-fingertips .col-item .col-item-content img {
  max-width: 46px;
}
.section-home-project-fingertips .bg-image-full {
  max-width: 617px;
  margin: 0 auto;
}
.section-home-project-fingertips .bg-img-image-wrap {
  padding-bottom: 45px;
  padding-left: 171px;
}
.section-home-project-fingertips .bg-img-image-verticle {
  max-width: 336px;
  margin-bottom: -39.5%;
  position: relative;
  z-index: 1;
}
.section-home-project-fingertips .bg-img-image-horizontal {
  max-width: 774px;
  margin: 0 0 0 98px;
}

@media (max-width: 1600px) {
  .section-home-project-fingertips {
    padding: 50px 80px 10px;
  }
  .section-home-project-fingertips .col-content .row {
    padding-right: 70px;
  }
  .section-home-project-fingertips .bg-img-image-wrap {
    padding-left: 140px;
  }
}
@media (max-width: 1440px) {
  .section-home-project-fingertips {
    padding: 50px 60px 10px;
  }
  .section-home-project-fingertips .col-content .row {
    padding-right: 50px;
    margin-left: -45px;
  }
  .section-home-project-fingertips .col-content .col-item {
    padding-bottom: 30px;
  }
  .section-home-project-fingertips .bg-img-image-wrap {
    padding-left: 110px;
  }
  .section-home-project-fingertips .content {
    line-height: 35px;
    padding-bottom: 30px;
  }
}
@media (max-width: 1300px) {
  .section-home-project-fingertips .content {
    font-size: 17px;
    line-height: 35px;
    padding: 0 0 90px;
  }
  .section-home-project-fingertips .bg-img-image-wrap {
    padding-right: 0;
    padding-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .section-home-project-fingertips {
    padding: 50px 40px;
  }
  .section-home-project-fingertips .col-content .row {
    padding-right: 30px;
  }
  .section-home-project-fingertips .bg-img-image-wrap {
    padding-left: 70px;
  }
}
@media (max-width: 1023px) {
  .section-home-project-fingertips {
    padding: 55px 0 0 58px;
    overflow: hidden;
  }
  .section-home-project-fingertips .col-image {
    margin-bottom: -80px;
    margin-top: -140px;
  }
  .section-home-project-fingertips .tablet-show-image {
    display: block;
  }
  .section-home-project-fingertips .desktop-hide.bg-img-mobile,
  .section-home-project-fingertips .mobile-hide.bg-image-full {
    display: none;
  }
  .section-home-project-fingertips .col-content,
  .section-home-project-fingertips .col-image {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0;
  }
  .section-home-project-fingertips .col-content .row {
    padding: 0;
    max-width: 435px;
    margin-left: -35px;
  }
  .section-home-project-fingertips .col-content .row .col img {
    max-width: 45px;
  }
  .section-home-project-fingertips .content {
    max-width: 519px;
  }
  .section-home-project-fingertips .bg-img-image-wrap {
    padding-right: 0;
    padding-left: 0;
  }
  .section-home-project-fingertips .bg-image-full {
    max-width: 595px;
    margin: 0 0 0 auto;
  }
  .section-home-project-fingertips .bg-img-image-verticle {
    margin-left: auto;
    margin-right: -110px;
    margin-bottom: -520px;
  }
}
@media (max-width: 767px) {
  .section-home-project-fingertips {
    padding: 19px 30px 0;
  }
  .section-home-project-fingertips .desktop-hide {
    display: block;
  }
  .section-home-project-fingertips .mobile-hide {
    display: none;
  }
  .section-home-project-fingertips .tablet-show-image {
    display: none;
  }
  .section-home-project-fingertips .desktop-hide.bg-img-mobile {
    display: block;
  }
  .section-home-project-fingertips .new-section-title {
    margin-bottom: 10px;
  }
  .section-home-project-fingertips .new-section-title h2 br {
    display: none;
  }
  .section-home-project-fingertips .content {
    font-size: 14px;
    line-height: 30px;
    padding-right: 36px;
    padding-bottom: 55px;
  }
  .section-home-project-fingertips .col-content .row {
    margin-left: -30px;
  }
  .section-home-project-fingertips .col-content .row .col img {
    max-width: 36px;
  }
  .section-home-project-fingertips .col-content .col-item {
    padding-bottom: 20px;
  }
  .section-home-project-fingertips .col-content .col-item h3, .section-home-project-fingertips .col-content .col-item .col-item-content-title {
    font-size: 14px;
  }
  .section-home-project-fingertips .bg-img-image-horizontal {
    display: none;
  }
  .section-home-project-fingertips .bg-img-image-verticle {
    margin: 0 auto;
    max-width: 208px;
  }
  .section-home-project-fingertips .col-image {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 45px;
  }
  .section-home-project-fingertips .bg-img-image-wrap {
    padding-bottom: 0;
    text-align: center;
    max-width: 208px;
    margin: 0 auto -10px;
  }
}
.section-get-started-with-renovation-project {
  padding: 115px 115px 30px;
  letter-spacing: 0;
}
.section-get-started-with-renovation-project .content {
  max-width: 648px;
}
.section-get-started-with-renovation-project .content h2 {
  margin-bottom: 30px;
}
.section-get-started-with-renovation-project .content p {
  line-height: 35px;
}
.section-get-started-with-renovation-project .content .btn-wrap {
  margin-top: 30px;
}
.section-get-started-with-renovation-project .btn-wrap-mobile {
  display: none;
}
.section-get-started-with-renovation-project .content-item {
  margin-bottom: 30px;
  max-width: 625px;
  position: relative;
}
.section-get-started-with-renovation-project .content-item .circle {
  height: 7px;
  width: 7px;
  background-color: #231F20;
  display: block;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  left: -78px;
}
.section-get-started-with-renovation-project .content-item:before {
  content: "";
  background-image: url("../../images/icons/messages.svg");
  height: 60px;
  width: 60px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  left: -105px;
  top: 0;
}
.section-get-started-with-renovation-project .content-item:after {
  content: "";
  height: calc(100% - 60px);
  width: 60px;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: -75px;
  top: 60px;
  border-left: 1px dashed #231F20;
}
.section-get-started-with-renovation-project .content-item:nth-child(2)::before {
  background-image: url("../../images/icons/eye-camera.svg");
}
.section-get-started-with-renovation-project .content-item:nth-child(3)::before {
  background-image: url("../../images/icons/note.svg");
}
.section-get-started-with-renovation-project .content-item:nth-child(4)::before {
  background-image: url("../../images/icons/airoplane.svg");
}
.section-get-started-with-renovation-project .content-item:last-child:after {
  display: none;
}
.section-get-started-with-renovation-project .content-item:last-child .circle {
  display: none;
}
.section-get-started-with-renovation-project .content-item h6, .section-get-started-with-renovation-project .content-item .step-number {
  font-size: 17px;
  line-height: 47px;
  font-weight: 300;
  font-family: "Inter";
}
.section-get-started-with-renovation-project .content-item h3 {
  font-size: 50px;
  line-height: 57px;
}
.section-get-started-with-renovation-project .content-item p {
  line-height: 35px;
}
.section-get-started-with-renovation-project .col-left,
.section-get-started-with-renovation-project .col-right {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.section-get-started-with-renovation-project .content-wrap {
  position: relative;
  padding-left: 55px;
}

@media (max-width: 1600px) {
  .section-get-started-with-renovation-project {
    padding: 60px 60px 30px;
  }
  .section-get-started-with-renovation-project .content-item h6, .section-get-started-with-renovation-project .content-item .step-number {
    font-size: 14px;
  }
  .section-get-started-with-renovation-project .content-item h3 {
    font-size: 45px;
  }
}
@media (max-width: 1023px) {
  .section-get-started-with-renovation-project {
    padding: 60px 32px 0px;
  }
  .section-get-started-with-renovation-project .content-item {
    max-width: 100%;
    margin-bottom: 70px;
  }
  .section-get-started-with-renovation-project .content-item + .content-item {
    margin-top: 60px;
  }
  .section-get-started-with-renovation-project .content-item:nth-child(2) {
    margin-top: 90px;
  }
  .section-get-started-with-renovation-project .content-item:last-child {
    margin-bottom: 30px;
  }
  .section-get-started-with-renovation-project .content-item:last-child .circle {
    display: none;
  }
  .section-get-started-with-renovation-project .content-item:last-child p {
    margin-bottom: 48px;
  }
  .section-get-started-with-renovation-project .content-item:first-child p {
    margin-bottom: 30px;
    padding-bottom: 0;
  }
  .section-get-started-with-renovation-project .content-item::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 45px;
    width: 45px;
    top: -35px;
  }
  .section-get-started-with-renovation-project .content-item:after {
    display: none;
  }
  .section-get-started-with-renovation-project .content-item h6, .section-get-started-with-renovation-project .content-item .step-number {
    font-size: 14px;
  }
  .section-get-started-with-renovation-project .content-item h3 {
    font-size: 40px;
    line-height: 57px;
  }
  .section-get-started-with-renovation-project .content-item p {
    line-height: 24px;
    margin-bottom: 90px;
    padding-bottom: 12px;
  }
  .section-get-started-with-renovation-project .content-item .circle {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -31px;
  }
  .section-get-started-with-renovation-project .content-item .circle:after {
    content: "";
    height: 30px;
    width: 0px;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -30px;
    border-left: 1px dashed #231F20;
  }
  .section-get-started-with-renovation-project .col-left,
  .section-get-started-with-renovation-project .col-right {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .section-get-started-with-renovation-project .btn-wrap-mobile {
    display: block;
    padding-bottom: 12px;
  }
  .section-get-started-with-renovation-project .content {
    text-align: center;
    padding-bottom: 60px;
    margin: 0 auto;
  }
  .section-get-started-with-renovation-project .content h2 {
    line-height: 30px;
    max-width: 250px;
    margin: 0 auto 15px;
  }
  .section-get-started-with-renovation-project .content h2 br {
    display: none;
  }
  .section-get-started-with-renovation-project .content p {
    line-height: 24px;
  }
  .section-get-started-with-renovation-project .content .btn-wrap {
    display: none;
  }
  .section-get-started-with-renovation-project .content-wrap {
    padding: 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .section-get-started-with-renovation-project {
    padding: 60px 20px 0;
  }
  .section-get-started-with-renovation-project .content h2 {
    margin-bottom: 30px;
  }
  .section-get-started-with-renovation-project .content h2 br {
    display: block;
  }
  .section-get-started-with-renovation-project .content-item:before {
    width: 32px;
    height: 32px;
  }
  .section-get-started-with-renovation-project .content-item h3 {
    font-size: 25px;
    line-height: 30px;
  }
  .section-get-started-with-renovation-project .content-item h6, .section-get-started-with-renovation-project .content-item .step-number {
    line-height: 24px;
  }
}
.section-client-slider {
  padding: 115px 184px 33px;
  min-height: calc(100vh - 114px);
}
.section-client-slider .container {
  max-width: 100%;
  padding: 0;
}
.section-client-slider .images-icon {
  padding-right: 5px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.section-client-slider .slick-active .images-icon {
  opacity: 1;
}
.section-client-slider .slider-item {
  -webkit-transition: none !important;
  transition: none !important;
}
.section-client-slider .circle-ui {
  background-color: #F3E3D8;
  width: 513px;
  height: 513px;
  border-radius: 100%;
  position: absolute;
  top: 0;
  right: 134px;
  z-index: 0;
}
.section-client-slider .client-image {
  border-radius: 100%;
  overflow: hidden;
  max-width: 437px;
  max-height: 437px;
  position: relative;
  margin: -190px 0 0 auto;
}
.section-client-slider .client-image:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 31, 32, 0.2);
  left: 0;
  top: 0;
  z-index: 0;
  position: absolute;
  -webkit-transition: background-color 0.6s ease-in-out;
  transition: background-color 0.6s ease-in-out;
}
.section-client-slider .client-image:hover:after {
  background-color: rgba(35, 31, 32, 0.4);
}
.section-client-slider .client-image .btn-client-play {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.section-client-slider .home-client-slider {
  position: static;
}
.section-client-slider .col-left {
  position: relative;
  max-width: 56.3%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 56.3%;
          flex: 0 0 56.3%;
  padding-right: 0;
}
.section-client-slider .col-left .content {
  position: relative;
  z-index: 1;
  max-width: 525px;
  min-height: 331px;
}
.section-client-slider .col-left .content h2, .section-client-slider .col-left .content .tc-quote-txt {
  font-size: 55px;
  line-height: 1.2;
  font-family: "Inter";
  margin-bottom: 27px;
  letter-spacing: 0;
  font-weight: bold;
  display: inline-block;
}
.section-client-slider .col-left .content h3, .section-client-slider .col-left .content .testimonial-author {
  font-family: "Inter";
  font-size: 17px;
  line-height: 40px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-client-slider .col-left .content h3 img, .section-client-slider .col-left .content .testimonial-author img {
  margin: 0 11px;
}
.section-client-slider .col-right {
  padding-left: 9%;
  padding-top: 70px;
  max-width: 43.7%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 43.7%;
          flex: 0 0 43.7%;
  position: relative;
}
.section-client-slider .col-right .client-content-wrap {
  max-width: 425px;
}
.section-client-slider .col-right .wave-icon {
  margin-bottom: 58px;
}
.section-client-slider .col-right .content h2, .section-client-slider .col-right .content .tc-quote-txt {
  font-size: 75px;
  line-height: 1.07;
  max-width: 472px;
  margin-bottom: 32px;
}
.section-client-slider .col-right .content-p {
  font-family: "Inter";
  font-size: 17px;
  line-height: 40px;
  font-weight: 400;
}
.section-client-slider .slick-dots {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  position: absolute;
  bottom: 40px;
  left: 116%;
  z-index: 1;
}
.section-client-slider .slick-dots ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-client-slider .slick-dots li {
  margin: 0 6.5px;
}
.section-client-slider .slick-dots li button {
  width: 7px;
  display: block;
  height: 7px;
  text-indent: -99em;
  border-radius: 100%;
  border: none;
  overflow: hidden;
  background-color: #e1cdc0;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.section-client-slider .slick-dots .active button,
.section-client-slider .slick-dots .slick-active button {
  background-color: #231F20;
}
.section-client-slider .slick-prev {
  display: none !important;
}
.section-client-slider .text-label-wrap1 {
  position: absolute;
  min-width: 300px;
  bottom: 0px;
  margin-left: 45px;
  color: #231F20;
}
.section-client-slider .text-label-wrap1 .button-label {
  color: #231F20;
}
.section-client-slider .custom-next-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 272px;
  position: absolute;
  bottom: 23px;
  font-size: 12px;
  line-height: 40px;
  font-weight: 400;
  font-family: "Inter";
}
.section-client-slider .custom-next-arrow img {
  margin-right: 25px;
  margin-bottom: 10px;
}

@media (min-width: 1921px) {
  .section-client-slider .slick-dots {
    left: calc(100% + 120px);
  }
}
@media (max-width: 1800px) {
  .section-client-slider {
    padding: 100px 140px 33px;
  }
  .section-client-slider .circle-ui {
    width: 430px;
    height: 430px;
  }
  .section-client-slider .client-image {
    max-width: 360px;
    max-height: 360px;
  }
}
@media (max-width: 1600px) {
  .section-client-slider {
    padding: 90px 110px 30px;
  }
  .section-client-slider .circle-ui {
    width: 443px;
    height: 443px;
    top: 25px;
    right: 110px;
  }
  .section-client-slider .client-image {
    max-width: 377px;
    max-height: 377px;
    margin: -100px 0 0 auto;
  }
  .section-client-slider .col-left .content h2, .section-client-slider .col-left .content .tc-quote-txt {
    font-size: 55px;
  }
  .section-client-slider .col-right .content h2, .section-client-slider .col-right .content .tc-quote-txt {
    font-size: 75px;
  }
}
@media (max-width: 1440px) {
  .section-client-slider {
    padding: 70px 80px 30px;
  }
  .section-client-slider .circle-ui {
    right: 80px;
  }
  .section-client-slider .col-left .content h2, .section-client-slider .col-left .content .tc-quote-txt {
    font-size: 50px;
  }
  .section-client-slider .col-right .content h2, .section-client-slider .col-right .content .tc-quote-txt {
    font-size: 70px;
  }
}
@media (max-width: 1300px) {
  .section-client-slider {
    padding: 70px 40px 30px;
  }
  .section-client-slider .circle-ui {
    right: 30px;
  }
  .section-client-slider .col-left .content h2, .section-client-slider .col-left .content .tc-quote-txt {
    font-size: 45px;
  }
  .section-client-slider .col-right .content h2, .section-client-slider .col-right .content .tc-quote-txt {
    font-size: 65px;
  }
  .section-client-slider .text-label-wrap1 {
    min-width: 250px;
    margin-left: 35px;
  }
}
@media (max-width: 1199px) {
  .section-client-slider .col-right {
    padding-left: 30px;
  }
  .section-client-slider .slick-dots {
    left: 104%;
  }
  .section-client-slider .custom-next-arrow {
    left: 160px;
  }
}
@media (max-width: 1100px) {
  .section-client-slider .circle-ui {
    right: 10px;
    max-width: 390px;
    max-height: 390px;
  }
  .section-client-slider .client-image {
    margin: -90px 0 0 auto;
    max-width: 320px;
    max-height: 320px;
  }
}
@media (max-width: 1023px) {
  .section-client-slider {
    padding: 0 59px;
  }
  .section-client-slider .home-client-slider {
    padding-bottom: 0;
  }
  .section-client-slider .home-client-slider .slider-item {
    padding-bottom: 141px;
  }
  .section-client-slider .images-icon {
    padding-right: 0;
  }
  .section-client-slider .client-image {
    margin: -30px 50px 0 auto;
  }
  .section-client-slider .client-image .btn-client-play img {
    max-width: 154px;
  }
  .section-client-slider .circle-ui {
    right: 140px;
    top: 0;
  }
  .section-client-slider .row {
    margin: 0;
  }
  .section-client-slider .slick-dots {
    left: 0;
    bottom: 60px;
    right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section-client-slider .btn-next-success-story {
    display: none !important;
  }
  .section-client-slider .col-left {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .section-client-slider .col-left .content {
    max-width: 396px;
    min-height: 240px;
  }
  .section-client-slider .col-left .content h2, .section-client-slider .col-left .content .tc-quote-txt {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 8px;
  }
  .section-client-slider .col-left .content h3, .section-client-slider .col-left .content .testimonial-author {
    font-size: 17px;
    line-height: 35px;
  }
  .section-client-slider .col-right {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 43px 0 65px;
    margin-bottom: 50px;
    position: relative;
  }
  .section-client-slider .col-right .client-content-wrap {
    max-width: 446px;
  }
  .section-client-slider .col-right .content {
    max-width: 374px;
  }
  .section-client-slider .col-right .content h2, .section-client-slider .col-right .content .tc-quote-txt {
    font-size: 70px;
    line-height: 80px;
  }
  .section-client-slider .col-right .content-p {
    font-size: 17px;
    line-height: 35px;
  }
  .section-client-slider .col-right .wave-icon {
    position: absolute;
    bottom: 0;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .section-client-slider {
    padding: 0 30px;
    position: relative;
  }
  .section-client-slider .home-client-slider {
    padding-bottom: 0;
    position: static;
  }
  .section-client-slider .home-client-slider .slider-item {
    padding-bottom: 98px;
  }
  .section-client-slider .col-right {
    padding-bottom: 47px;
    margin-bottom: 32px;
  }
  .section-client-slider .col-right .content {
    padding-right: 60px;
  }
  .section-client-slider .col-right .content h2, .section-client-slider .col-right .content .tc-quote-txt {
    font-size: 45px;
    line-height: 60px;
    margin-bottom: 18px;
  }
  .section-client-slider .col-right .content-p {
    font-size: 14px;
    line-height: 30px;
    padding-right: 100px;
  }
  .section-client-slider .col-left {
    padding: 0;
    position: static;
  }
  .section-client-slider .col-left .content {
    max-width: 231px;
    min-height: 140px;
  }
  .section-client-slider .col-left .content h2, .section-client-slider .col-left .content .tc-quote-txt {
    font-size: 20px;
    line-height: 24px;
  }
  .section-client-slider .col-left .content h3, .section-client-slider .col-left .content .testimonial-author {
    font-size: 11px;
    line-height: 35px;
  }
  .section-client-slider .circle-ui {
    right: 13%;
    height: 259px;
    width: 259px;
  }
  .section-client-slider .client-image {
    max-width: 220px;
    max-height: 220px;
    margin: -25px 0px 0 auto;
  }
  .section-client-slider .client-image .btn-client-play img {
    max-width: 90px;
  }
  .section-client-slider .slick-dots li {
    margin: 0 4px;
  }
  .section-client-slider .slick-dots li button {
    height: 7px;
    width: 7px;
  }
}
@media (max-width: 389px) {
  .section-client-slider .circle-ui {
    right: 12%;
    height: 229px;
    width: 229px;
  }
  .section-client-slider .client-image {
    max-width: 200px;
    max-height: 200px;
    margin: 5px 2px 0 auto;
  }
}
.modal {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: auto;
  bottom: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal .modal-content {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.031372549);
          box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.031372549);
  border: 1px solid #C2C2C2;
  border-radius: 10px;
  max-width: 70%;
  width: 100%;
  padding: 24px 0;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.modal .mid-content {
  padding: 0 12px;
  max-height: 70vh;
  overflow: hidden;
  overflow-y: auto;
}
.modal .btn-close {
  position: absolute;
  right: 10px;
  top: 17px;
  padding: 0;
}
.modal .modal-header {
  border-bottom: 1px solid #C2C2C2;
  padding: 0 24px;
  margin-bottom: 12px;
  min-height: 34px;
}
.modal .modal-footer {
  padding: 24px 12px 0;
  border-top: 1px solid #C2C2C2;
}
.modal .modal-footer .button-group button + button {
  margin-left: 24px;
}

.modal-backdrop {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-tap-highlight-color: transparent;
  z-index: -1;
}

.modal-open .modal-backdrop {
  opacity: 1;
  -webkit-transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.modal-home-client-video {
  display: none;
}
.modal-home-client-video .modal-content {
  max-width: 85%;
  padding: 0;
  position: relative;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}
.modal-home-client-video .mid-content {
  padding: 80px;
  max-height: 100%;
  overflow: initial;
}
.modal-home-client-video .modal-header {
  margin-bottom: 0;
  min-height: auto;
  border: none;
}
.modal-home-client-video .modal-header .btn-close {
  top: 10px;
  z-index: 999;
  position: fixed;
  top: 15px;
  right: 15px;
  height: 28px;
  width: 28px;
  border-radius: 100%;
}
.modal-home-client-video .modal-header .btn-close img {
  max-width: 20px;
}
.modal-home-client-video .video-box {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  min-height: 200px;
  padding-bottom: 56.25%;
}
.modal-home-client-video .video-box video,
.modal-home-client-video .video-box iframe {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: none;
}

@media (max-width: 991px) {
  .modal-home-client-video .mid-content {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .modal-home-client-video .mid-content {
    padding: 0px;
  }
}
.black-text {
  color: #231F20;
}

.pearl-bg {
  background-color: #F9F4ED;
}

.pearl-bg2 {
  background-color: #Faf5ee !important;
}

.pearl-bg3 {
  background-color: #F3E3D8;
}

.dawn-pink-bg {
  background-color: #F2E2D7;
}

.light-pink-bg {
  background-color: #e1cdc0;
}

.light-pink-bg2 {
  background-color: #D7C3B6;
}

.white-bg {
  background-color: #ffffff;
}

.white-text {
  color: #ffffff;
}

.black-bg {
  background-color: #231F20;
}

.light-green-text {
  color: #00B81F;
}

footer {
  padding: 30px 0 60px 0;
  width: 100%;
  background-color: #231F20;
  color: #ffffff;
  letter-spacing: 0;
}
footer a {
  color: #ffffff;
}
footer input:-webkit-autofill,
footer input:-webkit-autofill:hover,
footer input:-webkit-autofill:focus {
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0px 1000px inherit inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  line-height: 30px;
  font-size: 17px;
}
footer .container {
  padding: 0 20px;
  max-width: 100%;
}
footer .footer-subscribe-section {
  border-top: 0.5px solid #Faf5ee;
  border-bottom: 0.5px solid #Faf5ee;
}
footer .footer-subscribe-section .email-address-section {
  padding: 30px 20px;
}
footer .dynamic-subscribe {
  font-weight: 700;
  color: #ffffff;
  font-family: "Inter";
  margin-bottom: 15px;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
}
footer form #Zc_SignupSuccess {
  font-size: 13px;
}
footer form #Zc_SignupSuccess h5 {
  font-size: 13px;
}
footer form h6, footer form .newsletter-text {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 15px;
  font-family: "Inter";
}
footer form h5 {
  font-size: 17px;
  line-height: 21px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 6px;
  font-family: "Inter";
}
footer form .form-group {
  position: relative;
  margin: 0;
}
footer form .form-control {
  border: 1px solid #ffffff;
  width: 100%;
  border-radius: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 14px;
  background-color: transparent;
  font-weight: 300;
  color: #ffffff;
  height: 46px;
  line-height: 35px;
  padding-right: 46px;
  font-size: 17px;
}
footer form .form-control::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
footer form .form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
footer form .form-control::-o-placeholder {
  color: #ffffff;
  opacity: 1;
}
footer form .form-control::-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
@media (max-width: 1023px) {
  footer form .form-control {
    font-size: 14px;
    line-height: 17px;
  }
}
footer form .form-control:-webkit-autofill, footer form .form-control:-webkit-autofill:hover {
  -webkit-text-fill-color: #ffffff;
  background-image: none !important;
  -webkit-box-shadow: inset 0 0 0 1000px inherit;
  font-size: inherit !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
footer form .email-btn {
  background-color: #ffffff;
}
footer form button {
  height: 46px;
  width: 46px;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #ffffff !important;
}
footer form button img {
  max-width: 7px;
}
footer .quick-links {
  padding: 30px 0px;
  max-width: 350px;
  margin: 0 auto;
}
footer .quick-links h3, footer .quick-links .quick-links-heading {
  font-family: Inter;
  font-size: 14px;
  line-height: 32px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}
footer .quick-links .dynamic-sub-quick-links {
  padding: 0 9px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .quick-links .dynamic-sub-quick-links li {
  padding-inline: 12px;
  margin-bottom: 12px;
}
footer .trusted-by-section {
  max-width: 350px;
  margin: 0 auto;
  margin-bottom: 30px;
}
footer .trusted-by-section .line-trusted {
  font-family: "Inter";
  font-weight: 700;
  color: #ffffff;
  padding-top: 30px;
  display: inline-block;
  border-top: 0.5px solid white;
  min-width: 74px;
  display: block;
}
footer .trusted-by-section .symbol-section {
  margin: 0px 58px 12px;
  position: relative;
}
footer .trusted-by-section .symbol-section img {
  max-width: 100px;
  height: 74px;
  width: auto;
}
footer .trusted-by-section .symbol-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .trusted-by-section .symbol-section ul li {
  padding: 0 3px 6px 3px;
}
footer .trusted-by-section .symbol-section .feather-right {
  position: absolute;
  bottom: 15px;
  right: -58px;
  width: 34px;
  height: 74px;
}
footer .trusted-by-section .symbol-section .feather-left {
  position: absolute;
  bottom: 15px;
  left: -58px;
  width: 34px;
  height: 74px;
}
footer .trusted-by-section .trusted-rating-section {
  line-height: 0;
}
footer .trusted-by-section .trusted-rating-section img {
  padding-bottom: 20px;
}
footer .license-number-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 1023px) {
  footer .license-number-section {
    margin-bottom: 45px;
  }
}
footer .license-number-section h5, footer .license-number-section .license-numbers-heading {
  font-family: Inter;
  font-weight: 700;
  font-size: 14px;
  line-height: 32px;
  color: #ffffff;
}
footer .license-number-section .license-number-cities {
  padding: 12px 14px 0 14px;
  max-width: 350px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
footer .license-number-section .license-number-cities li {
  padding-inline: 12px;
  padding-bottom: 12px;
  position: relative;
}
footer .license-number-section .license-number-cities li + li::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 15px;
  height: 12px;
  width: 1px;
  background: #ffffff;
}
footer .license-number-section .license-number-cities li:last-child::after {
  display: none;
}
footer .license-number-section .license-number-cities li:nth-child(4)::after {
  display: none;
}
footer .license-number-section .license-number-cities li h2, footer .license-number-section .license-number-cities li .lic-city-name {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #ffffff;
}
footer .license-number-section .license-number-cities li h3, footer .license-number-section .license-number-cities li .license-number-city, footer .license-number-section .license-number-cities li .lic-number {
  font-family: Roboto Mono;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #ffffff;
}
footer .license-number-section::after {
  content: "";
  width: 74px;
  background-color: #ffffff;
  display: block;
  height: 1px;
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  bottom: -10px;
}
footer .license-number-section::before {
  content: "";
  width: 74px;
  background-color: #ffffff;
  display: block;
  height: 1px;
  margin: 0 auto;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 1024px) {
  footer .license-number-section::before {
    display: none;
  }
}
footer .footer-contact-section {
  margin-bottom: 32px;
}
footer .footer-contact-section .contact-url a {
  background-color: #Faf5ee;
  color: #231F20;
  min-width: 183px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #231F20;
  font-size: 20px;
  line-height: 20px;
  min-height: 46px;
}
footer .footer-contact-section .contact-url a:hover {
  color: #ffffff;
  background-color: #231F20;
  border-color: #ffffff;
}
@media (max-width: 1024px) {
  footer .footer-contact-section .contact-url a {
    font-size: 14px;
  }
}
footer .social-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .social-wrap ul li {
  padding: 0 17px;
}
footer .social-wrap ul li:first-child {
  padding-left: 0;
}
footer .social-wrap ul li:last-child {
  padding-right: 0;
}

.footer-intro-text {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  padding: 55px 0 55.38px 0;
  background-color: #faf5ee;
  color: #231f20;
}
.footer-intro-text a {
  text-decoration: underline;
  color: #231f20;
}
.footer-intro-text .container {
  padding: 0 20px;
  max-width: 100%;
}
.footer-intro-text .container .new-chapter-text {
  margin-bottom: 0;
}
.footer-intro-text .start-a-new-cahpter {
  max-width: 350px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.footer-intro-text .start-a-new-cahpter .start-new-chapter-logo-text {
  width: 44px;
  margin-bottom: 24px;
  line-height: 0;
}
.footer-intro-text .start-a-new-cahpter .start-new-chapter-logo-text img {
  height: auto;
  width: 43.9px;
}
.footer-intro-text .start-a-new-cahpter h2, .footer-intro-text .start-a-new-cahpter .new-chapter-text {
  font-family: Inter;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.08px;
  color: #231f20;
}
.footer-intro-text .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-intro-text .footer-links .privary-terms-links {
  position: relative;
  margin-bottom: 17px;
}
.footer-intro-text .footer-links .privary-terms-links a {
  font-family: "Inter";
  font-weight: 300;
  text-underline-offset: 3px;
  padding: 0 18.5px;
}
.footer-intro-text .footer-links .privary-terms-links a:first-child::after {
  content: "";
  display: block;
  position: absolute;
  height: 13px;
  width: 1px;
  background-color: #231f20;
  right: 53.5%;
  top: 6px;
}
.footer-intro-text .footer-links .copyright-link {
  position: relative;
}
.footer-intro-text .footer-links .copyright-link p {
  font-family: Inter;
  font-weight: 300;
  color: #231f20;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  footer .footer-subscribe-section .email-address-section {
    max-width: 513px;
    margin: 0 auto;
    padding-inline: 0;
  }
  footer .quick-links {
    max-width: 512px;
  }
  footer .trusted-by-section {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  footer .trusted-by-section .symbol-section ul li {
    margin-bottom: -5px;
    padding: 0 12px 0 12px;
  }
  footer .quick-links .dynamic-sub-quick-links {
    padding: 12px 9px 0;
    font-size: 17px;
  }
  footer .quick-links .dynamic-sub-quick-links li:first-child {
    padding-left: 0;
  }
  footer .quick-links .dynamic-sub-quick-links li:last-child {
    padding-right: 0;
  }
  footer .trusted-by-section .symbol-section .feather-right {
    position: absolute;
    top: 0px;
    right: -48px;
  }
  footer .trusted-by-section .symbol-section .feather-left {
    position: absolute;
    top: 0px;
    left: -48px;
  }
  footer .license-number-section .license-number-cities {
    max-width: 412px;
  }
  footer .license-number-section .license-number-cities li {
    padding-bottom: 24px;
  }
  footer .license-number-section:after {
    margin-top: 18px;
  }
  footer .license-number-section .license-number-cities li:last-child::after {
    content: "";
    position: absolute;
    display: block;
    left: 0px;
    top: 15px;
    height: 12px;
    width: 1px;
    background: #ffffff;
  }
  .footer-intro-text .footer-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-intro-text .footer-links .privary-terms-links {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0;
  }
  .footer-intro-text .footer-links .copyright-link {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 20px;
  }
  .footer-intro-text .footer-links .copyright-link::after {
    content: "";
    display: block;
    position: absolute;
    height: 13px;
    width: 1px;
    background-color: #231f20;
    right: 0px;
    top: 6px;
  }
}
@media (min-width: 1024px) {
  footer .footer-subscribe-section .email-address-section {
    max-width: 567px;
    margin: 0 auto;
    padding-inline: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .grid-section {
    display: -ms-grid;
    display: grid;
        grid-template-areas: "left-column middle-column right-column" "left-column contact-us-middle right-column" "social-middle-column  social-middle-column social-middle-column";
    -ms-grid-columns: 1fr minmax(250px, 2fr) 1fr;
    grid-template-columns: 1fr minmax(250px, 2fr) 1fr;
    -ms-grid-rows: 0.5fr auto auto;
    grid-template-rows: 0.5fr auto auto;
    padding: 51px 0 0px 0;
  }
  .quick-links {
    grid-area: left-column;
  }
  .trusted-by-section {
    grid-area: middle-column;
  }
  .footer-contact-section {
    grid-area: contact-us-middle;
  }
  .license-number-section {
    grid-area: right-column;
  }
  .footer-social-links {
    grid-area: social-middle-column;
    -ms-grid-column-align: center;
        justify-self: center;
  }
  footer {
    padding: 60px 0 89px 0;
  }
  footer .container {
    padding: 0 60px;
  }
  footer .dynamic-subscribe {
    font-size: 20px;
    line-height: 20px;
  }
  footer form h6, footer form .newsletter-text {
    font-size: 17px;
    line-height: 35px;
    margin-bottom: 15px;
    text-align: center;
  }
  footer form .form-control {
    height: 46px;
    width: 567px;
  }
  footer .trusted-by-section {
    position: relative;
    margin-bottom: 0px;
  }
  footer .trusted-by-section .speration-line {
    line-height: 0;
  }
  footer .trusted-by-section .line-trusted {
    display: inline-block;
    border: none;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 27px;
    padding-top: 0;
  }
  footer .trusted-by-section::after, footer .trusted-by-section::before {
    content: "";
    display: block;
    height: 266px;
    width: 0.5px;
    background-color: #faf5ee;
    position: absolute;
    top: 18px;
  }
  footer .trusted-by-section::before {
    left: -48px;
  }
  footer .trusted-by-section::after {
    right: -48px;
  }
  footer .trusted-by-section .symbol-section ul li {
    padding: 0 9.5px 4px 9.5px;
  }
  footer .trusted-by-section .symbol-section img {
    width: 100px;
    height: auto;
  }
  footer .trusted-by-section .symbol-section .feather-right,
  footer .trusted-by-section .symbol-section .feather-left {
    width: 44px;
  }
  footer .trusted-by-section .symbol-section .feather-right {
    right: -44px;
    height: 130px;
    top: -15px;
  }
  footer .trusted-by-section .symbol-section .feather-left {
    left: -44px;
    height: 130px;
    top: -15px;
  }
  footer .trusted-by-section .trusted-rating-section img {
    border: 0;
    padding-bottom: 51px;
    width: 100px;
  }
  footer .footer-contact-section {
    margin-bottom: 60px;
  }
  footer .quick-links {
    padding: 0;
    margin: 0;
  }
  footer .quick-links h3, footer .quick-links .quick-links-heading {
    text-align: left;
    font-size: 20px;
    line-height: 20px;
  }
  footer .quick-links .dynamic-sub-quick-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: -9px;
  }
  footer .quick-links .dynamic-sub-quick-links > li {
    margin-bottom: 12px;
    padding: 0;
  }
  footer .license-number-section {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  footer .license-number-section::after {
    display: none;
  }
  footer .license-number-section h5, footer .license-number-section .quick-links-heading, footer .license-number-section .license-numbers-heading {
    font-size: 20px;
    line-height: 20px;
  }
  footer .license-number-section .license-number-cities {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-inline: 0;
    margin: 0 4px 0 0;
  }
  footer .license-number-section .license-number-cities li + li::after {
    display: none !important;
  }
  footer .license-number-section .license-number-cities li {
    padding-inline: 0;
    padding-bottom: 12px;
  }
  footer .license-number-section .license-number-cities li h2,
  footer .license-number-section .license-number-cities li h3, footer .license-number-section .license-number-cities li .lic-city-name, footer .license-number-section .license-number-cities li .lic-number {
    text-align: left;
    font-size: 17px;
    line-height: 24px;
  }
  .footer-intro-text {
    padding: 55.19px 60px;
  }
  .footer-intro-text .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
    padding: 0;
  }
  .footer-intro-text .start-a-new-cahpter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 100%;
    margin: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-intro-text .start-a-new-cahpter .start-new-chapter-logo-text {
    margin: 0 44px 0 0;
  }
  .footer-intro-text .start-a-new-cahpter h3, .footer-intro-text .start-a-new-cahpter .new-chapter-text {
    font-size: 20px;
    line-height: 24px;
  }
  .footer-intro-text .footer-links {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .footer-intro-text .footer-links .privary-terms-links a {
    padding-left: 19.5px;
  }
  .footer-intro-text .footer-links .privary-terms-links a:first-child::after {
    left: 50%;
  }
  .footer-intro-text .footer-links .privary-terms-links a:last-child {
    padding-right: 0;
  }
  footer .social-wrap ul li {
    padding: 0 30px;
  }
}
@media (min-width: 1024px){
  .quick-links {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .trusted-by-section {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .footer-contact-section {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .license-number-section {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }
  .footer-social-links {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}
@media (min-width: 1600px) {
  footer .trusted-by-section:after {
    right: -150px;
  }
  footer .trusted-by-section::before {
    left: -150px;
  }
}
@media (min-width: 1920px) {
  footer .container {
    padding: 0 60px;
  }
  footer .trusted-by-section::before {
    left: -148px;
  }
  footer .trusted-by-section::after {
    right: -148px;
  }
  .footer-links .copyright-link p {
    font-size: 17px;
    line-height: 35px;
  }
  .footer-links .privary-terms-links a {
    font-size: 17px;
    line-height: 35px;
  }
  footer .footer-contact-section .contact-url a {
    padding: 4.5px;
  }
  .footer-intro-text .footer-links .copyright-link:after {
    height: 20px;
  }
  .footer-intro-text .footer-links .privary-terms-links a:first-child:after {
    height: 20px;
  }
}
@media (max-width: 389px) {
  footer .license-number-section .license-number-cities {
    padding: 0;
  }
  footer .license-number-section .license-number-cities li {
    padding-inline: 8px;
  }
}
@media (max-width: 1023px) {
  .line-trusted {
    font-size: 25px;
  }
}
header {
  padding: 50px 0 12px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  background-color: #ffffff;
  text-align: center;
}
header .compass-chapter-img {
  line-height: 0;
}
header h2, header .page-subtitle {
  font-family: "Inter";
  font-weight: 700;
  font-size: 20px;
  line-height: 55px;
}

.mobile-hide {
  display: block;
}

.desktop-hide {
  display: none;
}

.middle-content {
  padding-top: 0;
}
.middle-content .black-btn-bg {
  background-color: #231F20;
  color: #ffffff;
  border: 1px solid #231F20;
}
.middle-content .black-btn-bg:hover {
  background-color: #ffffff;
  color: #231F20;
}
.middle-content .btn-compass {
  min-width: 249px;
  display: inline-block;
  font-family: "Inter";
  font-weight: 700;
  font-size: 19px;
  line-height: 19px;
  text-align: center;
  padding: 23px 21px;
}
.middle-content .your-renovation-partner .col {
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.middle-content .renovation-partner-content {
  padding: 58px 98px 115px 15px;
}
.middle-content .renovation-partner-content.rp-content {
  padding-top: 164px;
}
.middle-content .renovation-partner-content h1 {
  font-family: "Times";
  font-size: 75px;
  line-height: 85px;
  font-weight: 700;
  margin-bottom: 60px;
}
.middle-content .renovation-partner-content .renovation-partner-para {
  font-family: "Inter";
  font-weight: 400;
  font-size: 17px;
  line-height: 35px;
  margin-bottom: 60px;
}
.middle-content .book-generate-btn {
  margin-bottom: 60px;
  gap: 24px;
}
.middle-content .book-generate-btn .white-btn-bg {
  background-color: #ffffff;
  color: #231F20;
  border: 1px solid #231F20;
}
.middle-content .book-generate-btn .white-btn-bg:hover {
  background-color: #231F20;
  color: #ffffff;
}
.middle-content .need-information h3, .middle-content .need-information .need-information-heading {
  font-weight: 700;
  font-family: "Inter";
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 12px;
}
.middle-content .need-information img {
  margin-right: 18px;
}
.middle-content .need-information .profile-name {
  font-family: "Times";
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 7px;
}
.middle-content .need-information .profile-info {
  font-family: "Inter";
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
}
.middle-content .need-information .profile-email,
.middle-content .need-information a {
  color: #231F20;
  font-family: "Inter";
  font-weight: 400;
  line-height: 24px;
  font-size: 17px;
}
.middle-content .need-information .profile-email {
  text-decoration: underline;
  text-underline-offset: 3.3px;
}
.middle-content .need-information span {
  width: 4px;
  height: 4px;
  background-color: #231F20;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.middle-content .renovation-partner-image {
  padding-inline: 15px;
  padding-top: 100px;
}
.middle-content .renovation-partner-image .renovation-partner-background-img {
  background-image: url(/images/compass/agents/rightsideimg-new.webp);
  min-height: 718px;
}
.middle-content .renovation-partner-image .right-side-img-clap-mobile {
  background-image: url(/images/compass/agents/rightsidemobilevisiblewhiteshirt.webp);
  min-height: 299px;
}
.middle-content .renovation-partner-image.rp-image {
  padding-top: 180px;
}
.middle-content .founding-vision-our-story {
  padding: 115px;
  background-color: #231F20;
  color: #ffffff;
}
.middle-content .founding-vision-our-story h5, .middle-content .founding-vision-our-story .who-we-are-heading {
  font-family: "Times";
  font-weight: 700;
  font-size: 50px;
  line-height: 57px;
  margin-bottom: 60px;
}
.middle-content .founding-vision-our-story .creation-innovation {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 89px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 60px auto;
  grid-template-rows: auto auto;
  row-gap: 60px;
  -webkit-column-gap: 89px;
     -moz-column-gap: 89px;
          column-gap: 89px;
}
.middle-content .founding-vision-our-story .creation-innovation > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.middle-content .founding-vision-our-story .creation-innovation > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.middle-content .founding-vision-our-story .creation-innovation > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.middle-content .founding-vision-our-story .creation-innovation > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.middle-content .founding-vision-our-story .we-para-heading {
  font-family: "Inter";
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 6px;
}
.middle-content .founding-vision-our-story .black-we-paragraph {
  font-family: "Inter";
  font-weight: 400;
  font-size: 17px;
  line-height: 35px;
  letter-spacing: 0;
}
.middle-content .founding-vision-our-story .black-we-paragraph:nth-child(2) {
  padding-bottom: 30px;
}
.middle-content .founding-vision-our-story .img-label {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(35, 31, 32, 0.9);
  padding: 0 40px;
  width: auto;
  font-family: "Inter";
  font-weight: 300;
  font-size: 17px;
  line-height: 40px;
  color: #ffffff;
}
.middle-content .founding-vision-our-story .founding-right-bg-image {
  background-image: url(/images/compass/agents/homeadditioncoralgables.webp);
  min-height: 407px;
  position: relative;
}
.middle-content .founding-vision-our-story .founding-left-bg-image {
  background-image: url(/images/compass/agents/penthousebgimagepenthouse.webp);
  min-height: 372px;
  position: relative;
}
.middle-content .partner-image-exclusive {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #231F20;
}
.middle-content .partner-image-exclusive > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.middle-content .partner-image-exclusive > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.middle-content .partner-image-exclusive > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.middle-content .partner-image-exclusive > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.middle-content .partner-image-exclusive .why-partner-with-Chapter {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  background-color: #faf5ee;
}
.middle-content .partner-image-exclusive .head-para {
  margin: 115px 115px 155px 115px;
}
.middle-content .partner-image-exclusive .partner-head {
  font-family: "Times";
  font-weight: 700;
  font-size: 50px;
  line-height: 57px;
  margin-bottom: 30px;
}
.middle-content .partner-image-exclusive .partner-para {
  font-family: "Inter";
  font-weight: 400;
  font-size: 17px;
  line-height: 35px;
}
.middle-content .partner-image-exclusive .why-partner-hellochapter-img {
  background-image: url(/images/compass/agents/chapterimgcompass.webp);
  min-height: 640px;
}
.middle-content .partner-image-exclusive .exclusive-3-year-warranty {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 144px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 72px auto 72px auto;
  grid-template-rows: auto auto auto;
  -webkit-column-gap: 144px;
     -moz-column-gap: 144px;
          column-gap: 144px;
  row-gap: 72px;
  background-color: #F3E3D8;
  padding: 115px 158px 136px 158px;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}
.middle-content .partner-image-exclusive .exclusive-3-year-warranty > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.middle-content .partner-image-exclusive .exclusive-3-year-warranty > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.middle-content .partner-image-exclusive .exclusive-3-year-warranty > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.middle-content .partner-image-exclusive .exclusive-3-year-warranty > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.middle-content .partner-image-exclusive .exclusive-3-year-warranty > *:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.middle-content .partner-image-exclusive .exclusive-3-year-warranty > *:nth-child(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.middle-content .partner-image-exclusive .warranty-img {
  line-height: 0;
}
.middle-content .partner-image-exclusive .exclusive-items {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}
.middle-content .partner-image-exclusive .exclusive-img {
  margin-bottom: 24px;
}
.middle-content .partner-image-exclusive .exclusive-head {
  font-family: "Inter";
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 7px;
  min-height: 40px;
}
.middle-content .partner-image-exclusive .exclusive-para {
  padding-inline: 2px;
  font-family: "Inter";
  font-weight: 400;
  font-size: 17px;
  line-height: 35px;
}
.middle-content .agent-benefits-wrapper {
  color: #ffffff;
  background-color: #231F20;
}
.middle-content .agent-benefits-wrapper .agent-benefits {
  padding: 115px 0;
  color: #Faf5ee;
}
.middle-content .agent-benefits-wrapper .agent-benefits-head {
  font-family: "Times";
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 30px;
}
.middle-content .agent-benefits-wrapper .agent-benefits-para {
  font-family: "Inter";
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 34px;
}
.middle-content .agent-benefits-wrapper .agents-benefits-numbers {
  max-width: 1272px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.middle-content .agent-benefits-wrapper .agents-benefits-numbers h3 {
  font-family: "Times";
  font-weight: 700;
  font-size: 100px;
  line-height: 100px;
  margin-bottom: 30px;
}
.middle-content .agent-benefits-wrapper .agents-benefits-numbers p {
  font-family: "Inter";
  font-weight: 400;
  font-size: 17px;
  line-height: 17px;
  max-width: 320px;
  margin: 0 auto;
}
.middle-content .agent-benefits-wrapper .agents-benefits-numbers .col:nth-child(2) {
  max-width: 18%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18%;
          flex: 0 0 18%;
}
.middle-content .agent-benefits-wrapper .agents-benefits-last-content {
  max-width: 695px;
  margin: 0 auto;
  font-family: "Inter";
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
}
.middle-content .agent-benefits-wrapper .agents-benefits-last-content sup {
  line-height: 0;
}
.middle-content .client-expert-visualize {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}
.middle-content .client-expert-visualize > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.middle-content .client-expert-visualize > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.middle-content .client-expert-visualize > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.middle-content .client-expert-visualize > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.middle-content .client-expert-visualize > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.middle-content .client-expert-visualize > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.middle-content .client-expert-visualize .client-save-earn {
  background-color: #Faf5ee;
}
.middle-content .client-expert-visualize .client-expert-visualize-box {
  margin: 0 204px 0 115px;
  padding: 119px 0 154px;
}
.middle-content .client-expert-visualize .client-save-earn-head {
  font-family: "Times";
  font-weight: 700;
  font-size: 50px;
  line-height: 52px;
  margin-bottom: 30px;
  letter-spacing: 0;
  width: 587px;
}
.middle-content .client-expert-visualize .client-save-earn-para {
  font-family: "Inter";
  font-weight: 300;
  font-size: 17px;
  line-height: 35px;
  margin-bottom: 30px;
  letter-spacing: 0;
}
.middle-content .client-expert-visualize .client-save-earn-para sup {
  line-height: 0;
}
.middle-content .client-expert-visualize .referral-program-image {
  background-image: url(/images/compass/agents/referralprogram.webp);
  min-height: 667px;
  padding-bottom: 69%;
}
.middle-content .client-expert-visualize .right-two-white-tshirts {
  background-image: url(/images/compass/agents/whiteshirtrightside.webp);
  min-height: 926px;
  padding-bottom: 47%;
}
.middle-content .client-expert-visualize .right-two-white-tshirts-tablet {
  background-image: url(/images/compass/agents/rightsidetabletwhitetshirt.webp);
  display: none;
}
.middle-content .client-expert-visualize .right-two-white-tshirts-mobile {
  background-image: url(/images/compass/agents/rightsidetwotshirtsmobile.webp);
  display: none;
}
.middle-content .client-expert-visualize .visualize-the-potential {
  background-image: url(/images/compass/agents/visualfloorplans.webp);
  min-height: 781px;
  padding-bottom: 33%;
}
.middle-content .client-expert-visualize .visualize-the-potential-mobile {
  background-image: url(/images/compass/agents/visualisethepotentialformobile.webp);
  display: none;
}
.middle-content .client-expert-visualize .visualize-the-potential-with-rendering {
  background-color: #faf5ee;
}
.middle-content .client-expert-visualize .complimentary-lists {
  font-family: "Inter";
  font-weight: 300;
  font-size: 14px;
  line-height: 35px;
  margin-top: 30px;
}
.middle-content .client-expert-visualize .complimentary-lists sup {
  line-height: 0;
}

.bhs-agents-page .bhs-header {
  position: relative;
  padding-top: 40px;
}
.bhs-agents-page .middle-content .client-expert-visualize .referral-program-image {
  background-image: url(https://chapter-dev-endpoinnt.azureedge.net/public/assets/cdn/images/partnership/bhs/helping-clinet.webp);
}
.bhs-agents-page .bhs-chapter-img {
  height: 108px;
}
.bhs-agents-page .bhs-chapter-img img {
  height: 100%;
}

.color-gold {
  color: #DAA900;
}

.bhs-agents-page .bhs-header {
  text-align: left;
  padding-top: 30px;
}

.middle-content .your-renovation-partner > .row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.middle-content .renovation-partner-image {
  padding-top: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.middle-content .renovation-partner-image .renovation-partner-background-img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 100%;
  min-height: 0;
}
.middle-content .renovation-partner-content {
  padding-top: 0;
}
.middle-content .renovation-partner-content h1 {
  margin-bottom: 30px;
}
.middle-content .renovation-partner-content .renovation-partner-para {
  margin-bottom: 30px;
}
.middle-content .founding-vision-our-story .creation-innovation {
  row-gap: 30px;
}
.middle-content .founding-vision-our-story .founding-right-bg-image {
  margin-bottom: 20px;
}
.middle-content .book-generate-btn {
  margin-bottom: 30px;
}
.middle-content .partner-image-exclusive .exc-container {
  padding-inline: 115px;
  background-color: #FAF5EE;
}
.middle-content .partner-image-exclusive .exc-container .why-partner-with-Chapter {
  background-color: unset;
}
.middle-content .partner-image-exclusive .exc-container .head-para {
  text-align: center;
  margin: 60px 0 30px 0;
}
.middle-content .partner-image-exclusive .exc-container .exclusive-3-year-warranty {
  padding: 0 0 100px 0;
  background-color: #FAF5EE;
}

@media (max-width: 1630px) {
  .middle-content .renovation-partner-content {
    padding: 0 70px 115px 15px;
  }
  .middle-content .renovation-partner-content.rp-content {
    padding-top: 164px;
  }
  .middle-content .renovation-partner-image {
    padding-left: 0;
    padding-right: 15px;
  }
  .middle-content .client-expert-visualize .client-save-earn-head {
    width: auto;
  }
}
@media (max-width: 1599px) {
  .middle-content .renovation-partner-content h1 {
    font-size: 70px;
  }
}
@media (max-width: 1440px) {
  .middle-content .renovation-partner-content {
    padding: 0 50px 100px 15px;
  }
  .middle-content .renovation-partner-content.rp-content {
    padding-top: 164px;
  }
  .middle-content .renovation-partner-image {
    padding-right: 15px;
    padding-left: 0;
  }
  .middle-content .founding-vision-our-story {
    padding: 100px 60px;
  }
  .middle-content .partner-image-exclusive .head-para {
    margin: 60px;
  }
  .middle-content .agent-benefits-wrapper .agent-benefits {
    padding: 100px;
  }
  .middle-content .client-expert-visualize .client-expert-visualize-box {
    margin-inline: 60px;
    padding: 100px 0 125px;
  }
  .middle-content .partner-image-exclusive .exclusive-3-year-warranty {
    -webkit-column-gap: 125px;
       -moz-column-gap: 125px;
            column-gap: 125px;
    row-gap: 50px;
    padding: 100px 60px 100px 100px;
  }
  .middle-content .partner-image-exclusive .exclusive-img {
    margin-bottom: 18px;
  }
  .middle-content .need-information .profile-name {
    font-size: 30px;
  }
  .middle-content .client-expert-visualize .referral-program-image {
    min-height: 612px;
  }
  .middle-content .client-expert-visualize .right-two-white-tshirts {
    min-height: 902px;
  }
  .middle-content .client-expert-visualize .visualize-the-potential {
    min-height: 762px;
  }
}
@media (max-width: 1380px) {
  .middle-content .partner-image-exclusive .exclusive-3-year-warranty {
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
    row-gap: 40px;
  }
  .middle-content .partner-image-exclusive .exclusive-img {
    margin-bottom: 12px;
  }
  .middle-content .client-expert-visualize .client-expert-visualize-box {
    margin-inline: 60px;
    padding: 43px 0 90px;
  }
  .middle-content .client-expert-visualize .referral-program-image {
    min-height: 605px;
  }
  .middle-content .client-expert-visualize .right-two-white-tshirts {
    min-height: 845px;
  }
}
@media (max-width: 1280px) {
  .middle-content .book-generate-btn {
    gap: 7px;
  }
  .middle-content .renovation-partner-content {
    padding-right: 40px;
    padding-left: 15px;
  }
  .middle-content .renovation-partner-image {
    padding-left: 15px;
  }
  .middle-content .founding-vision-our-story .creation-innovation {
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
  }
  .middle-content .partner-image-exclusive .exclusive-3-year-warranty {
    -webkit-column-gap: 90px;
       -moz-column-gap: 90px;
            column-gap: 90px;
    row-gap: 30px;
  }
  .middle-content .client-expert-visualize .client-expert-visualize-box {
    padding: 80px 0 53px;
  }
  .middle-content .agent-benefits-wrapper .agent-benefits {
    padding: 80px;
  }
}
@media (max-width: 1220px) {
  .middle-content .renovation-partner-content {
    padding-right: 20px;
  }
  .middle-content .renovation-partner-image {
    padding-left: 15px;
  }
  .middle-content .btn-compass {
    padding: 23px 6px;
    min-width: 230px;
  }
  .middle-content .partner-image-exclusive .exclusive-3-year-warranty {
    padding: 100px 60px 100px 60px;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
}
@media (max-width: 1102px) {
  .middle-content .btn-compass {
    padding: 20px 2px;
    min-width: 210px;
  }
  .middle-content .founding-vision-our-story .img-label {
    padding: 0 20px;
  }
}
@media (max-width: 1023px) {
  header {
    padding: 50px 0 25px;
  }
  header h2, header .page-subtitle {
    line-height: 30px;
    margin-top: 7.4px;
  }
  .middle-content .your-renovation-partner .col {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .middle-content .renovation-partner-content {
    padding: 0 30px 60px;
    text-align: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .middle-content .renovation-partner-content .header-container {
    text-align: center;
  }
  .middle-content .renovation-partner-content h1 {
    margin-bottom: 30px;
    line-height: 80px;
    margin-inline: -3px;
  }
  .middle-content .renovation-partner-content .renovation-partner-para {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 24px;
  }
  .middle-content .need-information img {
    width: 90px;
  }
  .renovation-partner-para strong {
    font-weight: 700;
  }
  .middle-content .book-generate-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .middle-content .btn-compass {
    padding: 15px 21px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48.1%;
            flex: 0 1 48.1%;
    font-weight: 700;
    font-size: 13px;
    line-height: 13px;
  }
  .middle-content .need-information h3,
  .middle-content .need-information .need-information-heading {
    font-weight: 700;
    font-size: 14px;
    line-height: 35px;
  }
  .middle-content .book-generate-btn {
    gap: 24px;
  }
  .middle-content .book-generate-btn {
    margin-bottom: 30px;
  }
  .need-information .director-profile {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .middle-content .need-information .profile-info {
    text-align: start;
  }
  .middle-content .need-information .profile-name {
    font-size: 25px;
    line-height: 30px;
  }
  .middle-content .need-information .profile-info {
    font-size: 14px;
    line-height: 24px;
  }
  .middle-content .need-information .profile-email,
  .middle-content .need-information a {
    font-size: 14px;
  }
  .middle-content .renovation-partner-image {
    padding: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .middle-content .renovation-partner-image .renovation-partner-background-img {
    min-height: 373px;
    background-position: top;
  }
  .middle-content .founding-vision-our-story {
    padding: 60px 30px;
  }
  .middle-content .founding-vision-our-story .founding-right-bg-image {
    margin-bottom: 0;
  }
  .middle-content .founding-vision-our-story h5,
  .middle-content .founding-vision-our-story .who-we-are-heading {
    letter-spacing: -0.15px;
    margin-bottom: 30px;
    line-height: 50px;
  }
  .middle-content .founding-vision-our-story .we-para-heading {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .middle-content .founding-vision-our-story .black-we-paragraph {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
  }
  .middle-content .founding-vision-our-story .creation-innovation {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  .middle-content .partner-image-exclusive .partner-head {
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
  }
  .middle-content .partner-image-exclusive .partner-para {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
  }
  .middle-content .partner-image-exclusive .exclusive-img {
    width: 32px;
  }
  .middle-content .partner-image-exclusive .exclusive-head {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    min-height: auto;
    margin-bottom: 0;
  }
  .middle-content .partner-image-exclusive .exclusive-para {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
  }
  .founding-left-bg-image:nth-child(3) {
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .middle-content .founding-vision-our-story .founding-right-bg-image {
    min-height: 359px;
  }
  .middle-content .founding-vision-our-story .founding-left-bg-image {
    min-height: 359px;
  }
  .middle-content .founding-vision-our-story .img-label {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
  }
  .middle-content .founding-vision-our-story .img-label {
    padding: 0 30px;
  }
  .why-partner-with-Chapter {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    grid-area: item1;
  }
  .middle-content .partner-image-exclusive .exclusive-3-year-warranty {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    grid-area: item2;
    padding: 0px 100px 60px;
  }
  .why-partner-hellochapter-img {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    grid-area: item3;
  }
  .middle-content .partner-image-exclusive {
        grid-template-areas: "item1" "item2" "item3";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .middle-content .client-expert-visualize .right-two-white-tshirts-tablet {
    display: block;
    background-position: top;
    min-height: 512px;
  }
  .middle-content .client-expert-visualize .right-two-white-tshirts {
    display: none;
  }
  .middle-content .partner-image-exclusive .head-para {
    text-align: center;
    max-width: 555px;
    margin: 60px auto 30px;
  }
  .visualize-the-potential-with-rendering {
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .middle-content .partner-image-exclusive .why-partner-with-Chapter {
    background-color: #F3E3D8;
  }
  .middle-content .partner-image-exclusive .why-partner-hellochapter-img {
    min-height: 454px;
    background-position: top;
  }
  .middle-content .agent-benefits-wrapper .agent-benefits {
    padding: 60px 32px;
  }
  .middle-content .agent-benefits-wrapper .agent-benefits-head {
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .middle-content .agent-benefits-wrapper .agent-benefits-para {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 30px;
  }
  .middle-content .agent-benefits-wrapper .agents-benefits-numbers h3 {
    font-weight: 700;
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 6px;
  }
  .middle-content .agent-benefits-wrapper .agents-benefits-numbers p {
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
  }
  .middle-content .agent-benefits-wrapper .agents-benefits-numbers p strong {
    font-weight: 600;
  }
  .agents-benefits-numbers .col {
    max-width: 33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
  }
  .middle-content .agent-benefits-wrapper .agents-benefits-numbers .col:nth-child(2) {
    max-width: 29%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 29%;
  }
  .middle-content .agent-benefits-wrapper .agents-benefits-numbers {
    max-width: 664px;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
  .middle-content .client-expert-visualize {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .middle-content .client-expert-visualize .referral-program-image {
    -ms-grid-row: 1;
    grid-row: 1;
    min-height: 512px;
    background-position: top;
  }
  .middle-content .client-expert-visualize .client-expert-visualize-box {
    padding: 60px 0;
  }
  .middle-content .client-expert-visualize .client-expert-visualize-box .btn-compass {
    min-width: 309px;
  }
  .middle-content .client-expert-visualize .client-save-earn-para {
    font-family: "Inter";
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
  }
  .middle-content .client-expert-visualize .client-save-earn-para strong {
    font-weight: 700;
  }
  .middle-content .client-expert-visualize .right-two-white-tshirts {
    -ms-grid-row: 3;
    grid-row: 3;
    min-height: 512px;
    background-position: top;
  }
  .middle-content .client-expert-visualize .visualize-the-potential {
    min-height: 512px;
    background-position: top;
  }
  .middle-content .client-expert-visualize .client-save-earn-head {
    width: 455px;
  }
}
@media (max-width: 767px) {
  .mobile-hide {
    display: none;
  }
  .desktop-hide {
    display: block;
  }
  .compass-chapter-img img {
    width: auto;
    height: 30px;
  }
  header {
    padding: 27px 0;
  }
  header h2, header .page-subtitle {
    padding-inline: 36px;
    margin-top: 28px;
  }
  .middle-content {
    padding-top: 180px;
  }
  .middle-content .book-generate-btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .middle-content .client-expert-visualize .right-two-white-tshirts-tablet {
    min-height: 366px;
    display: none;
  }
  .middle-content .client-expert-visualize .right-two-white-tshirts-mobile {
    display: block;
    min-height: 366px;
  }
  .middle-content .client-expert-visualize .referral-program-image {
    min-height: 260px;
  }
  .middle-content .client-expert-visualize .client-expert-visualize-box {
    margin-inline: 20px;
  }
  .middle-content .client-expert-visualize .right-two-white-tshirts {
    min-height: 366px;
  }
  .middle-content .client-expert-visualize .visualize-the-potential {
    min-height: 260px;
    display: none;
  }
  .middle-content .client-expert-visualize .visualize-the-potential-mobile {
    min-height: 260px;
    display: block;
  }
  .middle-content .founding-vision-our-story .founding-right-bg-image {
    min-height: 311px;
    background-position: center left;
  }
  .middle-content .founding-vision-our-story .founding-left-bg-image {
    min-height: 311px;
  }
  .middle-content .renovation-partner-content {
    padding: 10px 20px 31px 20px;
  }
  .middle-content .renovation-partner-content h1 {
    font-weight: 700;
    font-size: 45px;
    line-height: 60px;
    padding-inline: 15px;
  }
  .middle-content .renovation-partner-content .renovation-partner-para {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
  }
  .middle-content .btn-compass {
    padding: 15px 21px;
    font-weight: 700;
    font-size: 13px;
    line-height: 13px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .middle-content .need-information img {
    width: 76px;
  }
  .middle-content .need-information .profile-name {
    margin-bottom: 12px;
  }
  .middle-content .renovation-partner-image .renovation-partner-background-img {
    min-height: 299px;
  }
  .middle-content .founding-vision-our-story {
    padding: 60px 20px;
  }
  .middle-content .founding-vision-our-story h5,
  .middle-content .founding-vision-our-story .who-we-are-heading {
    font-weight: 700;
    font-size: 45px;
    line-height: 60px;
  }
  .middle-content .founding-vision-our-story .we-para-heading {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .middle-content .founding-vision-our-story .black-we-paragraph {
    font-size: 14px;
    line-height: 24px;
  }
  .middle-content .founding-vision-our-story .creation-innovation {
    row-gap: 30px;
  }
  .middle-content .founding-vision-our-story .img-label {
    font-weight: 300;
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px;
    width: 100%;
    text-align: center;
  }
  .middle-content .client-expert-visualize .client-save-earn-head {
    width: auto;
    line-height: 52px;
  }
  .middle-content .partner-image-exclusive .partner-head-mobile {
    font-family: "Times";
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    max-width: 304px;
    margin: 60px auto 30px;
  }
  .why-choose-chapter-mobile {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    grid-area: item1;
    background-color: #FAF5EE;
  }
  .middle-content .partner-image-exclusive .exclusive-3-year-warranty {
    row-gap: 32px;
    padding: 0px 53px 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .middle-content .partner-image-exclusive .why-partner-hellochapter-img {
    min-height: 158px;
  }
  .middle-content .agent-benefits-wrapper .agent-benefits {
    padding: 60px 20px;
  }
  .middle-content .agent-benefits-wrapper .agent-benefits-para {
    font-size: 14px;
    line-height: 24px;
  }
  .middle-content .agent-benefits-wrapper .agent-benefits-para span {
    display: block;
  }
  .agents-benefits-numbers .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0 90px;
    margin-bottom: 32px;
  }
  .agents-benefits-numbers .col:last-child {
    margin-bottom: 0;
  }
  .middle-content .agent-benefits-wrapper .agents-benefits-numbers .col:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .middle-content .client-expert-visualize .client-expert-visualize-box .btn-compass {
    width: 100%;
  }
  .bhs-agents-page .middle-content {
    padding-top: 0;
  }
}
@media (max-width: 1023px){
  .why-partner-with-Chapter {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .middle-content .partner-image-exclusive .exclusive-3-year-warranty {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .why-partner-hellochapter-img {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .why-choose-chapter-mobile {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media (max-width: 389px) {
  .compass-chapter-img img {
    width: auto;
  }
  .middle-content .client-expert-visualize .client-expert-visualize-box .btn-compass {
    min-width: 100%;
  }
  header h2, header .page-subtitle {
    padding: 0;
  }
}
@media (max-width: 369px) {
  header h2, header .page-subtitle {
    padding-inline: 13px;
  }
}
@media (max-width: 343px) {
  header h2, header .page-subtitle {
    padding-inline: 1px;
  }
}