@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");
.inline-block {
  display: inline-block;
}

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

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

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

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

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

* {
  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;
}

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

.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 {
    font-size: 44px;
    line-height: 48px;
  }
  .page-title h1 {
    font-size: 44px;
    line-height: 48px;
  }
}
@media (max-width: 1300px) {
  h2 {
    font-size: 38px;
    line-height: 45px;
  }
  .page-title h1 {
    font-size: 38px;
    line-height: 45px;
  }
}
@media (max-width: 1199px) {
  h2 {
    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 {
    font-size: 45px;
    line-height: 60px;
  }
}
@media (max-width: 389px) {
  .image-label {
    padding: 0 12px;
  }
}
.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;
}

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

.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 115px;
}
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 273px;
          flex: 0 0 273px;
  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 27px;
  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: 17px;
  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 370px;
          flex: 0 0 370px;
  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: 157px;
  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: 1023px) {
  .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 {
  font-size: 25px;
  line-height: 28px;
  margin-bottom: 30px;
}
.header-full-submenu-wrap h5 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 229px;
            flex: 0 0 229px;
  }
}
@media (max-width: 1660px) {
  header .container {
    padding: 0 80px;
  }
  header .col-logo {
    max-width: 170px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 170px;
            flex: 0 0 170px;
  }
  header nav ul li {
    padding-left: 24px;
    padding-right: 24px;
  }
  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 14px;
  }
}
@media (max-width: 1440px) {
  header .container {
    padding: 0 60px;
  }
  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 180px;
            flex: 0 0 180px;
  }
  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 150px;
            flex: 0 0 150px;
  }
  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: 1199px) {
  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-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 (max-width: 1023px) {
  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 {
    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 .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 {
    margin-bottom: 12px;
  }
  .header-full-submenu-wrap .arrow {
    display: none !important;
  }
  .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-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 {
  font-size: 17px;
  line-height: 47px;
  font-family: "Inter";
  font-weight: 300;
}
.section-plan-design-build .card h2 {
  line-height: 57px;
}
.section-plan-design-build .card p {
  font-size: 17px;
  line-height: 35px;
  font-weight: 400;
}
.section-plan-design-build .card h5 {
  font-family: "Inter";
  font-size: 17px;
  line-height: 35px;
  font-weight: 400;
}
.section-plan-design-build .card h5 strong {
  font-weight: 700;
}
.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 {
    font-size: 40px;
  }
  .section-plan-design-build .card h6,
  .section-plan-design-build .card p {
    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 {
    font-size: 35px;
    line-height: 40px;
  }
  .section-plan-design-build .card .card-content {
    padding: 30px 20px 40px;
  }
}
.section-values {
  padding: 115px 115px 37px;
}
.section-values .row {
  margin: 0 -45px;
}
.section-values .row .col {
  padding: 0 45px 55px;
}
.section-values .section-title {
  margin-bottom: 60px;
}
.section-values .section-title h2 {
  line-height: 1.15;
}
.section-values .content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section-values .content-item .image {
  max-width: 84px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 84px;
          flex: 0 0 84px;
}
.section-values .content-item .content {
  max-width: 525px;
}
.section-values h4 {
  font-size: 20px;
  line-height: 24px;
  font-family: "Inter";
  font-weight: 600;
  margin-bottom: 6px;
}
.section-values h4 i {
  font-weight: 900;
}
.section-values p {
  font-weight: 400;
  line-height: 35px;
}

@media (max-width: 1660px) {
  .section-values {
    padding: 80px 80px 30px;
  }
}
@media (max-width: 1440px) {
  .section-values {
    padding: 60px 45px 30px;
  }
}
@media (max-width: 1199px) {
  .section-values {
    padding: 60px 25px 30px;
  }
  .section-values .row {
    margin: 0 -30px;
  }
}
@media (max-width: 1023px) {
  .section-values {
    padding: 60px 5px 28px;
  }
  .section-values .row {
    margin: 0 -15px;
  }
  .section-values .row .col {
    padding: 0 15px 32px;
  }
  .section-values .section-title {
    margin-bottom: 30px;
  }
  .section-values .content-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .section-values .content-item .image {
    margin: 0 auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .section-values .content-item .image img {
    max-width: 32px;
  }
  .section-values .content-item h4 {
    font-size: 14px;
    line-height: 24px;
  }
  .section-values .content-item p {
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .section-values {
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .section-values .section-title {
    margin-bottom: 30px;
  }
  .section-values .col {
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
  .section-values .content-item .content {
    margin: 0 auto;
  }
}
.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 {
  font-size: 55px;
  line-height: 1.2;
  font-family: "Inter";
  margin-bottom: 27px;
  letter-spacing: 0;
}
.section-client-slider .col-left .content h3 {
  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 {
  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 {
  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 {
    font-size: 55px;
  }
  .section-client-slider .col-right .content h2 {
    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 {
    font-size: 50px;
  }
  .section-client-slider .col-right .content h2 {
    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 {
    font-size: 45px;
  }
  .section-client-slider .col-right .content h2 {
    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 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 8px;
  }
  .section-client-slider .col-left .content h3 {
    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 {
    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 {
    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 {
    font-size: 20px;
    line-height: 24px;
  }
  .section-client-slider .col-left .content h3 {
    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;
  }
}
.section-accordion {
  padding: 90px 0;
}
.section-accordion .container {
  max-width: 1280px;
}
.section-accordion .section-title {
  padding-bottom: 50px;
  border-bottom: 1px solid #231F20;
  margin-bottom: 5px;
}
.section-accordion button {
  font-size: 17px;
  line-height: 35px;
  letter-spacing: -0.17px;
  font-weight: 300;
  background-color: transparent;
  border: none;
  width: 100%;
  text-align: left;
  position: relative;
  padding: 22.5px 0;
  padding-right: 70px;
  color: #231F20;
  font-family: "Inter";
}
.section-accordion button:after {
  content: "";
  height: 7px;
  min-width: 13px;
  width: 13px;
  background-image: url("../../images/icons/ico-chevron.svg");
  background-size: 100% 100%;
  background-position: 50%;
  display: block;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 40px;
}
.section-accordion .active-btn:after {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.section-accordion .card {
  border-bottom: 1px solid #231F20;
}
.section-accordion .card-content {
  padding-bottom: 40px;
  padding-right: 60px;
}

@media (max-width: 1440px) {
  .section-accordion button {
    font-size: 15px;
    line-height: 30px;
  }
}
@media (max-width: 1023px) {
  .section-accordion {
    padding: 60px 0;
  }
  .section-accordion button {
    font-size: 14px;
    line-height: 1.4;
    padding: 17px 50px 17px 0;
  }
  .section-accordion button:after {
    right: 20px;
  }
  .section-accordion .card-content {
    padding-right: 40px;
  }
}
.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;
}

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

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 {
  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 {
  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;
}
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 {
  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 {
  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 {
  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 .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 h3 {
  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 19.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;
}

@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;
  }
  footer {
    padding: 60px 0 89px 0;
  }
  footer .container {
    padding: 0 60px;
  }
  footer .dynamic-subscribe {
    font-size: 20px;
    line-height: 20px;
  }
  footer form h6 {
    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 {
    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 {
    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 {
    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 {
    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: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;
  }
}
.designs-page .design-intro-section-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (2fr)[2];
  grid-template-columns: repeat(2, 2fr);
}
.designs-page .desktop-hide {
  display: none;
}
.designs-page .btn-black-bg {
  font-size: 19px;
  min-width: 183px;
  min-height: 67px;
}
.designs-page .text-label-wrap {
  margin: 0 auto;
  width: auto;
  display: block;
  margin-bottom: 17px;
}
.designs-page .line {
  height: 52px;
  width: 2px;
  display: block;
  background-color: black;
}
.designs-page .design-intro-section-text {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding-left: 115px;
}
.designs-page .design-intro-section-text .page-title-interior {
  max-width: 670px;
}
.designs-page .design-intro-section-text h1 {
  font-size: 75px;
  font-weight: 700;
  line-height: 86.25px;
  letter-spacing: 1.5px;
}
.designs-page .design-intro-section-text .content {
  max-width: 600px;
  padding: 60px 0;
}
.designs-page .design-intro-section-text p {
  line-height: 34px;
  letter-spacing: 0.15px;
  font-weight: 300;
  font-size: 17px;
}
.designs-page .intro-img {
  min-height: 728px;
}
.designs-page .section-values {
  padding-bottom: 60px;
}
.designs-page .our-interiors-design-process-wrapper {
  padding: 115px 60px;
}
.designs-page .our-interiors-design-process-wrapper .interior-main-text {
  margin-bottom: 60px;
}
.designs-page .our-interiors-design-process-wrapper .interiors-design-process-cards-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  padding: 60px 56px;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  background-color: #Faf5ee;
}
.designs-page .our-interiors-design-process-wrapper .interiors-card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  background-color: #ffffff;
  border-radius: 32px;
}
.designs-page .our-interiors-design-process-wrapper .interiors-title {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 24px;
  line-height: 28.8px;
  letter-spacing: -0.48px;
  font-family: "Inter";
}
.designs-page .our-interiors-design-process-wrapper .interiors-card-content {
  padding: 32px;
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.designs-page .our-interiors-design-process-wrapper .interiors-card-content p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 300;
  font-size: 17px;
  line-height: 35px;
  letter-spacing: 0;
}
.designs-page .our-interiors-design-process-wrapper .our-interior-image-wrapper {
  padding: 38px 32px;
}
.designs-page .our-interiors-design-process-wrapper .interiors-image {
  min-height: 234px;
  border-radius: 32px;
  -webkit-box-shadow: 0px 0px 4.4px 0px rgba(0, 0, 0, 0.06), 0px 5px 19px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 4.4px 0px rgba(0, 0, 0, 0.06), 0px 5px 19px 0px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.designs-page .our-interiors-design-process-wrapper .interiors-image:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.designs-page .our-interiors-design-process-wrapper .image-border {
  position: absolute;
  inset: 0;
  border-width: 8px;
  border-radius: 32px;
  border-style: solid;
  border-color: #ffffff;
}
.designs-page .our-interiors-design-process-wrapper .interiors-card-image-product {
  background-image: url("../../images/design-page-images/firstcardimage.png");
}
.designs-page .our-interiors-design-process-wrapper .interiors-card-image-Conceptualize {
  background-image: url("../../images/design-page-images/secondcardimage.webp");
}
.designs-page .our-interiors-design-process-wrapper .interiors-card-image-Develop {
  background-image: url("../../images/design-page-images/thirdcardimage.webp");
}
.designs-page .our-interiors-design-process-wrapper .interiors-card-image-Build {
  background-image: url("../../images/design-page-images/fourthcardimage.webp");
}
.designs-page .chapter-designer-owns-wrapper {
  padding: 115px 131px 60px 131px;
  background-color: #Faf5ee;
}
.designs-page .chapter-designer-owns-wrapper .chapter-designer-main-text {
  margin-bottom: 64px;
}
.designs-page .chapter-designer-owns-wrapper .chapter-designer-owns-boxes img {
  width: 50px;
}
.designs-page .chapter-designer-owns-wrapper .chapter-designer-owns-boxes .image {
  margin-bottom: 16px;
}
.designs-page .chapter-designer-owns-wrapper .designer-head-title {
  font-weight: 600;
  line-height: 33px;
  letter-spacing: 0;
  font-size: 17px;
  font-family: "Inter";
}
.designs-page .chapter-designer-owns-wrapper .chapter-designer-owns-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 721px;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr 24px 1fr;
  grid-template-rows: repeat(2, 1fr);
  margin: 0 auto 82px;
  row-gap: 24px;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  padding: 0 18px;
}
.designs-page .chapter-designer-owns-wrapper .chapter-designer-owns-grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.designs-page .chapter-designer-owns-wrapper .chapter-designer-owns-grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.designs-page .chapter-designer-owns-wrapper .chapter-designer-owns-grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.designs-page .chapter-designer-owns-wrapper .chapter-designer-owns-grid > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.designs-page .chapter-designer-owns-wrapper .chapter-designer-owns-grid > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.designs-page .chapter-designer-owns-wrapper .chapter-designer-owns-grid > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.designs-page .chapter-designer-owns-wrapper .chapter-designer-owns-prints {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 24px;
}
.designs-page .design-contractor {
  padding: 115px 32px;
}
.designs-page .design-contractor .design-contractor-main-text {
  margin-bottom: 60px;
}
.designs-page .design-contractor .design-contractor-table {
  max-width: 1291px;
  margin: 0 auto;
}
.designs-page .design-contractor .design-contractor-table .mobile-hide {
  display: block;
}
.designs-page .design-contractor .design-contractor-table .mobile-show {
  display: none;
}
.designs-page .design-contractor .design-contractor-head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.22fr 0.39fr 0.39fr;
  grid-template-columns: 0.22fr 0.39fr 0.39fr;
  -ms-grid-rows: 70px;
  grid-template-rows: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.designs-page .design-contractor .design-contractor-head > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.designs-page .design-contractor .design-contractor-head > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.designs-page .design-contractor .design-contractor-head > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.designs-page .design-contractor .design-build-header,
.designs-page .design-contractor .design-build-header-two {
  font-family: "Inter";
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.designs-page .design-contractor .design-icon {
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  vertical-align: sub;
  margin-inline: 6px;
  line-height: 0;
}
.designs-page .design-contractor .design-contractor-body > :nth-child(even) {
  background-color: #Faf5ee;
}
.designs-page .design-contractor .design-contractor-body-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.22fr 0.39fr 0.39fr;
  grid-template-columns: 0.22fr 0.39fr 0.39fr;
  -ms-grid-rows: 70px;
  grid-template-rows: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.designs-page .design-contractor .design-contractor-body-grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.designs-page .design-contractor .design-contractor-body-grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.designs-page .design-contractor .design-contractor-body-grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.designs-page .design-contractor .header1 {
  font-family: "Inter";
  padding-left: 40.5px;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 700;
}
.designs-page .design-contractor .para1,
.designs-page .design-contractor .para2 {
  padding-left: 30px;
  font-weight: 300;
  font-size: 17px;
  line-height: 35px;
  letter-spacing: 0;
}
.designs-page .chapter-design-team {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  background-color: #Faf5ee;
}
.designs-page .chapter-design-team .design-team-content {
  padding: 115px 20px 66px;
  max-width: 640px;
  margin: 0 auto;
}
.designs-page .chapter-design-team .design-team-content-main-text {
  margin-bottom: 30px;
}
.designs-page .chapter-design-team .design-para {
  font-weight: 400;
  font-size: 17px;
  line-height: 35px;
  letter-spacing: 0;
  padding-bottom: 30px;
}
.designs-page .chapter-design-team .chapter-design-team-list {
  margin-left: 30px;
}
.designs-page .chapter-design-team .chapter-design-team-list-for-tablet {
  display: none;
}
.designs-page .chapter-design-team .chapter-design-team-item {
  font-size: 17px;
  line-height: 35px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 17.5px 0;
}
.designs-page .chapter-design-team .image {
  line-height: 0;
  margin-right: 24px;
  display: inline-block;
  width: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.designs-page .chapter-design-team .design-team-image {
  max-width: 100%;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
.designs-page .chapter-design-team .images-layered {
  background-image: url("../../images/design-page-images/components.webp");
  min-height: 580px;
}
.designs-page .recent-project-by-chapter {
  padding: 115px 116px 175px;
  background-color: #F3E3D8;
}
.designs-page .recent-project-by-chapter .recent-project-by-chapter-main-text {
  padding-bottom: 120px;
}
.designs-page .recent-project-by-chapter .card {
  background-color: #ffffff;
  border-radius: 20px;
  position: relative;
  -webkit-box-shadow: 0px 0px 4.4px 0px rgba(0, 0, 0, 0.06), 0px 5px 19px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 4.4px 0px rgba(0, 0, 0, 0.06), 0px 5px 19px 0px rgba(0, 0, 0, 0.08);
}
.designs-page .recent-project-by-chapter .card-image {
  min-height: 507px;
  border: 8px solid #ffffff;
  border-radius: 20px 20px 0 0;
  border-bottom-width: 0px;
  position: relative;
}
.designs-page .recent-project-by-chapter .card-image:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  position: absolute;
  border-radius: 12px 12px 0 0;
  -webkit-transition: background-color 0.6s ease-in-out;
  transition: background-color 0.6s ease-in-out;
}
.designs-page .recent-project-by-chapter .card-image:hover::after {
  background-color: rgba(35, 31, 32, 0.4);
}
.designs-page .recent-project-by-chapter .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.designs-page .recent-project-by-chapter .card-content {
  height: 65px;
  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;
}
.designs-page .recent-project-by-chapter .card-content h3 {
  font-family: "Inter";
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0;
}
.designs-page .section-accordion .section-title {
  padding-bottom: 30px;
  border: none;
}
.designs-page .ready-to-see-your-space {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.designs-page .ready-to-see-your-space .ready-content-wrapper {
  background-color: #Faf5ee;
}
.designs-page .ready-to-see-your-space .ready-content {
  max-width: 740px;
  margin: 0 auto;
  padding: 115px 20px 60px;
}
.designs-page .ready-to-see-your-space .ready-content-main-text {
  margin-bottom: 60px;
}
.designs-page .ready-to-see-your-space .para-content {
  margin-bottom: 50px;
  font-weight: 300;
  font-size: 17px;
  line-height: 35px;
  letter-spacing: 0;
}
.designs-page .ready-to-see-your-space .ready-image {
  background-image: url("../../images/design-page-images/chapterimg.webp");
  position: relative;
}
.designs-page .ready-to-see-your-space .image-water {
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: rgba(35, 31, 32, 0.9);
  padding: 0 42px;
  width: auto;
  font-weight: 300;
  font-size: 17px;
  line-height: 40px;
  color: #ffffff;
}
.designs-page .ready-to-see-your-space .ready-to-see-your-space-wrapper {
  background-color: #F3E3D8;
}
.designs-page .ready-to-see-your-space .ready-to-see-your-space-wrapper-for-tablet-and-below {
  display: none;
}
.designs-page .ready-to-see-your-space .ready-to-see-your-space-layout {
  max-width: 644px;
  padding: 127px 0 82px;
  margin: 0 auto;
}
.designs-page .ready-to-see-your-space .ready-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.designs-page .ready-to-see-your-space .ready-col {
  max-width: 250px;
  margin-bottom: 72px;
}
.designs-page .ready-to-see-your-space .card-block {
  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;
}
.designs-page .ready-to-see-your-space .grid-image {
  margin-bottom: 24px;
}
.designs-page .ready-to-see-your-space .grid-image img {
  width: 60px;
  height: auto;
}
.designs-page .ready-to-see-your-space .ready-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0;
  margin-bottom: 8px;
  font-family: "Inter";
}
.designs-page .ready-to-see-your-space .ready-para {
  font-weight: 300;
  font-size: 17px;
  line-height: 35px;
  letter-spacing: 0;
}
.designs-page .ready-to-see-your-space .ready-last-row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.designs-page .ready-to-see-your-space .ready-last-row .ready-col {
  margin-bottom: 0;
}
.designs-page .recent-project-by-chapter-cards .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;
}
.designs-page .recent-project-by-chapter-cards .slick-dots li {
  padding: 0 6.5px;
  line-height: 0;
}
.designs-page .recent-project-by-chapter-cards .slick-dots button {
  font-size: 0;
  border: 0.25px solid transparent;
  height: 7px;
  width: 7px;
  border-radius: 100%;
  background-color: #e1cdc0;
}
.designs-page .recent-project-by-chapter-cards .slick-dots .slick-active button {
  background-color: #231F20;
}

@media (max-width: 1600px) {
  .designs-page .intro-img {
    min-height: 628px;
  }
  .designs-page .design-intro-section-text {
    padding-left: 80px;
    padding-right: 20px;
  }
  .designs-page .chapter-design-team .design-team-content {
    padding: 115px 60px 66px;
    max-width: 720px;
  }
  .designs-page .recent-project-by-chapter {
    padding: 100px 80px 115px;
  }
  .designs-page .ready-to-see-your-space .ready-content {
    padding: 115px 80px 60px;
  }
}
@media (max-width: 1500px) {
  .designs-page .our-interiors-design-process-wrapper .interiors-design-process-cards-grid {
    -ms-grid-columns: (minmax(250px, 1fr))[2];
    grid-template-columns: repeat(2, minmax(250px, 1fr));
    row-gap: 32px;
  }
}
@media (max-width: 1400px) {
  .designs-page .ready-to-see-your-space .ready-content {
    padding: 80px 40px;
  }
  .designs-page .chapter-design-team .design-team-content {
    padding: 80px 60px 66px;
  }
  .designs-page .our-interiors-design-process-wrapper {
    padding: 80px 60px;
  }
  .designs-page .chapter-designer-owns-wrapper {
    padding: 80px 131px 60px 131px;
  }
  .designs-page .chapter-design-team .images-layered {
    min-height: 470px;
  }
  .designs-page .design-contractor {
    padding: 80px 32px;
  }
  .designs-page .recent-project-by-chapter {
    padding: 80px;
  }
  .designs-page h3 {
    font-size: 20px;
  }
  .designs-page .recent-project-by-chapter .card-content h3 {
    font-size: 17px;
  }
  .designs-page .recent-project-by-chapter {
    padding: 100px 60px 115px;
  }
}
@media (max-width: 1350px) {
  .designs-page .ready-to-see-your-space .ready-row {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .designs-page .chapter-design-team .images-layered {
    min-height: 440px;
  }
}
@media (max-width: 1199px) {
  .designs-page .recent-project-by-chapter {
    padding: 60px 0;
  }
  .designs-page .recent-project-by-chapter .recent-project-by-chapter-main-text {
    padding-bottom: 80px;
  }
  .recent-project-by-chapter-cards.row {
    margin: 0;
  }
  .recent-project-by-chapter-cards .slider-item {
    padding: 0 30px;
  }
  .recent-project-by-chapter-cards .slick-list {
    padding: 0 41px !important;
  }
  .designs-page .our-interiors-design-process-wrapper {
    padding: 60px 30px;
  }
  .designs-page .our-interiors-design-process-wrapper .interior-main-text {
    margin-bottom: 31px;
  }
  .designs-page .chapter-designer-owns-wrapper {
    padding: 60px 131px 60px 131px;
  }
  .designs-page .design-contractor {
    padding: 60px 32px;
  }
  .designs-page .chapter-design-team .design-team-content {
    padding: 60px 60px 66px;
  }
  .designs-page .ready-to-see-your-space .ready-content {
    padding: 60px 40px;
  }
  .designs-page .ready-to-see-your-space .ready-to-see-your-space-layout {
    padding: 127px 10px 100px;
  }
  .designs-page .chapter-design-team .chapter-design-team-item {
    padding: 10.5px 0;
  }
  .designs-page .design-intro-section-text {
    padding-left: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1100px) {
  .designs-page .chapter-design-team .design-team-content {
    padding: 47px;
  }
  .designs-page .chapter-design-team .images-layered {
    width: 597px;
    min-height: 399px;
  }
}
@media (max-width: 1023px) {
  .designs-page .desktop-hide {
    display: block;
  }
  .designs-page .recent-project-by-chapter .recent-project-by-chapter-main-text {
    padding-bottom: 60px;
  }
  .recent-project-by-chapter-cards .slick-slide {
    width: 428px !important;
  }
  .card-content h3 {
    font-size: 14px;
  }
  .designs-page .design-intro-section-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 0 37px 37px;
  }
  .designs-page .design-intro-section-text .page-title-interior {
    text-align: center;
    font-weight: 700;
    font-size: 70px;
    line-height: 80px;
  }
  .designs-page .design-intro-section-text .content {
    text-align: center;
    padding: 30px 0;
  }
  .designs-page .design-contractor .design-contractor-table .design-contractor-head {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
        grid-template-areas: "design-build-header design-build-header-two";
    justify-items: center;
  }
  .design-build-header {
    grid-area: design-build-header;
  }
  .design-build-header-two {
    grid-area: design-build-header-two;
  }
  .designs-page .design-contractor .design-contractor-table .design-contractor-body .design-contractor-body-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
        grid-template-areas: "header1 header1" "para1 para2";
    -ms-grid-rows: 50px 72px;
    grid-template-rows: 50px 72px;
    position: relative;
  }
  .header1 {
    grid-area: header1;
  }
  .para1 {
    grid-area: para1;
  }
  .para2 {
    grid-area: para2;
  }
  .designs-page .design-contractor .design-contractor-main-text {
    margin-bottom: 30px;
  }
  .designs-page .design-contractor .design-icon {
    margin-right: 12px;
    margin-left: 0;
  }
  .design-contractor-body-grid > *:nth-child(1) {
    -ms-grid-row: 1;
    grid-row: 1;
    background-color: #faf5ee;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .designs-page .design-contractor .design-contractor-body > :nth-child(even) {
    background-color: #ffffff;
  }
  .designs-page .design-contractor .para1,
  .designs-page .design-contractor .para2 {
    padding-left: 64px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    padding-right: 28px;
  }
  .designs-page .design-contractor .para1::after,
  .designs-page .design-contractor .para2::after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .designs-page .design-contractor .para1::after {
    background-image: url("../../images/design-page-images/greenIcon.svg");
    left: 4%;
    top: 74px;
  }
  .designs-page .design-contractor .para2::after {
    background-image: url("../../images/design-page-images/redIcon.svg");
    left: 53.5%;
    top: 74px;
  }
  .designs-page .design-contractor .design-build-header,
  .designs-page .design-contractor .design-build-header-two {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
  }
  .designs-page .design-contractor .header1 {
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    padding-left: 24px;
    letter-spacing: -0.07px;
  }
  .designs-page .chapter-design-team {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .designs-page .chapter-design-team .images-layered {
    -ms-grid-column-align: center;
        justify-self: center;
    min-height: 384px;
  }
  .designs-page .chapter-design-team .design-team-content {
    padding: 60px 32px 30px 32px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .designs-page .chapter-design-team .design-para {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
  }
  .designs-page .chapter-design-team .design-para {
    max-width: 538px;
  }
  .designs-page .chapter-design-team .chapter-design-team-item {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
  }
  .designs-page .ready-to-see-your-space {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .designs-page .ready-to-see-your-space .ready-content-main-text {
    text-align: center;
    margin-bottom: 30px;
  }
  .ready-content-para {
    text-align: center;
  }
  .ready-content-para .para-content {
    max-width: 440px;
    text-align: center;
    margin: 0 auto;
  }
  .designs-page .ready-to-see-your-space .para-content {
    margin-bottom: 30px;
    text-align: center;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
  }
  .designs-page .ready-to-see-your-space .ready-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .designs-page .ready-to-see-your-space .ready-para {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
  }
  .designs-page .ready-to-see-your-space .grid-image img {
    width: 32px;
  }
  .designs-page .ready-to-see-your-space .grid-image {
    margin-bottom: 12px;
  }
  .designs-page .ready-to-see-your-space .ready-to-see-your-space-wrapper {
    display: none;
  }
  .designs-page .ready-to-see-your-space .ready-to-see-your-space-wrapper-for-tablet-and-below {
    display: block;
  }
  .designs-page .ready-to-see-your-space .ready-content {
    max-width: none;
    padding: 60px 40px 54px 40px;
  }
  .designs-page .ready-to-see-your-space .ready-to-see-your-space-layout {
    max-width: none;
  }
  .designs-page .ready-to-see-your-space .ready-col {
    max-width: none;
    margin-bottom: 32px;
  }
  .designs-page .ready-to-see-your-space .ready-to-see-your-space-layout {
    padding: 0 10px 30px;
  }
  .ready-to-see-your-space .ready-content-title {
    max-width: 350px;
    margin: 0 auto;
  }
  .designs-page .ready-to-see-your-space .ready-image {
    min-height: 343px;
  }
  .designs-page .chapter-designer-owns-wrapper {
    padding: 60px 24px 24px 24px;
  }
  .designs-page .chapter-designer-owns-wrapper .chapter-designer-owns-grid {
    max-width: 643px;
    padding: 0;
    margin-bottom: 54px;
  }
  .designs-page .chapter-designer-owns-wrapper .chapter-designer-owns-boxes img {
    width: 32px;
  }
  .designs-page .design-intro-section-text h1 {
    line-height: 80px;
    font-size: 70px;
  }
  .designs-page .our-interiors-design-process-wrapper .interiors-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -0.4px;
  }
  .designs-page .our-interiors-design-process-wrapper .interiors-card-content p {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.028px;
    line-height: 24px;
  }
  .designs-page .our-interiors-design-process-wrapper .interiors-card-content {
    padding: 32px 32px 20px 32px;
  }
  .designs-page .our-interiors-design-process-wrapper .our-interior-image-wrapper {
    padding: 25px 32px;
  }
  .designs-page .chapter-designer-owns-wrapper .designer-head-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
  }
  .designs-page .design-intro-section-text {
    max-width: 612px;
    margin: 0 auto;
    justify-items: center;
    padding: 60px 0px 60px;
    text-align: center;
  }
  .designs-page .intro-img {
    min-height: 510px;
  }
  .designs-page .design-intro-section-text p {
    max-width: 405px;
    margin: 0 auto;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
  }
  .designs-page .recent-project-by-chapter .card-content h3 {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0;
  }
  .designs-page .recent-project-by-chapter .card-content {
    height: 65px;
  }
  .designs-page .ready-to-see-your-space .image-water {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1023px){
  .header1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .para1 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .para2 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}
@media (max-width: 1023px){
  .design-build-header {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .design-build-header-two {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .designs-page .our-interiors-design-process-wrapper .interiors-design-process-cards-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 60px;
  }
  .chapter-design-team-list {
    display: none;
  }
  .designs-page .chapter-design-team .chapter-design-team-list-for-tablet {
    display: block;
  }
  .designs-page .chapter-design-team .chapter-design-team-list-for-tablet .chapter-design-team-item {
    height: 60px;
  }
  .chapter-design-team-list-wrapped {
    height: 180px;
  }
}
@media (max-width: 767px) {
  .designs-page .btn-black-bg {
    min-height: 45px;
    min-width: 139px;
    font-size: 13px;
  }
  .designs-page .recent-project-by-chapter .card-image {
    min-height: 237px;
  }
  .recent-project-by-chapter-cards .slick-list {
    padding: 0 28px !important;
  }
  .recent-project-by-chapter-cards .slick-slide {
    padding: 0 12px;
    width: 261px !important;
  }
  .designs-page .recent-project-by-chapter .card {
    min-height: 296px;
  }
  .designs-page .our-interiors-design-process-wrapper .interiors-design-process-cards-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 60px 16px;
  }
  .designs-page .our-interiors-design-process-wrapper {
    padding: 60px 20px;
  }
  .interiors-card-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
  }
  .designs-page .chapter-design-team .images-layered {
    width: 390px;
    min-height: 236px;
  }
  .designs-page .ready-to-see-your-space .ready-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ready-content-para .para-content {
    max-width: 350px;
  }
  .designs-page .ready-to-see-your-space .para-content {
    margin-bottom: 40px;
  }
  .designs-page .ready-to-see-your-space .ready-image {
    background-image: url("../../images/design-page-images/chaptergroupmobile.webp");
    min-height: 174px;
  }
  .designs-page .design-contractor .design-contractor-table .design-contractor-body .design-contractor-body-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
        grid-template-areas: "header1 header1" "para1 para1" "para2 para2";
  }
  .designs-page .design-contractor .para1,
  .designs-page .design-contractor .para2 {
    padding: 12px 0px 12px 40px;
  }
  .designs-page .design-contractor .header1 {
    padding-left: 24px;
  }
  .designs-page .design-contractor .para1::after {
    left: 0;
    top: 74px;
    background-image: url(../../images/design-page-images/greenformobile.svg);
  }
  .designs-page .design-contractor .para2::after {
    left: 0;
    top: 132px;
    background-image: url(../../images/design-page-images/redformobile.svg);
  }
  .chapter-designer-title {
    max-width: 215px;
    margin: 0 auto;
  }
  .designs-page .chapter-designer-owns-wrapper .chapter-designer-main-text {
    margin-bottom: 30px;
  }
  .designs-page .chapter-designer-owns-wrapper .chapter-designer-owns-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    row-gap: 25px;
    margin-bottom: 36px;
    max-width: 388px;
  }
  .designs-page .chapter-designer-owns-wrapper .chapter-designer-owns-prints {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .designs-page .chapter-designer-owns-wrapper {
    padding: 60px 16px 0px 16px;
  }
  .chapter-designer-owns-prints img {
    display: block;
  }
  .designs-page .design-intro-section-text h1 {
    font-weight: 700;
    font-size: 45px;
    line-height: 60px;
  }
  .designs-page .design-intro-section-grid {
    padding: 0 20px 30px;
  }
  .designs-page .design-intro-section-text {
    padding: 30px 0;
  }
  .designs-page .line {
    height: 38px;
  }
  .designs-page .text-label-wrap {
    margin-bottom: 30px;
  }
  .designs-page .intro-img {
    min-height: 329px;
  }
  .designs-page .design-intro-section-text p {
    line-height: 30px;
  }
  .designs-page .ready-to-see-your-space .ready-content {
    padding: 30px 20px;
  }
  .designs-page .ready-to-see-your-space .ready-to-see-your-space-layout {
    padding: 0 10px 30px;
  }
  .ready-to-see-your-space .ready-content-title {
    max-width: 250px;
  }
  .designs-page .design-contractor {
    padding: 60px 20px;
  }
  .designs-page .design-contractor .design-contractor-table .design-contractor-head {
    -ms-grid-columns: 0.4fr 0.4fr;
    grid-template-columns: 0.4fr 0.4fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .designs-page .design-contractor .design-icon {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 17px;
            flex: 1 0 17px;
  }
  .designs-page .ready-to-see-your-space .image-water {
    width: 100%;
    text-align: center;
  }
  .header1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .para1 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .para2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}
@media (max-width: 391px) {
  .designs-page .chapter-design-team .images-layered {
    width: 320px;
    min-height: 193px;
  }
}