@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../fonts/../fonts/NeueHaasDisplay-Black.eot");
  src: url("../fonts/../fonts/NeueHaasDisplay-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/../fonts/NeueHaasDisplay-Black.woff2") format("woff2"), url("../fonts/../fonts/NeueHaasDisplay-Black.woff") format("woff"), url("../fonts/../fonts/NeueHaasDisplay-Black.ttf") format("truetype"), url("../fonts/../fonts/NeueHaasDisplay-Black.svg#NeueHaasDisplay-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../fonts/../fonts/NeueHaasDisplay-Roman.eot");
  src: url("../fonts/../fonts/NeueHaasDisplay-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/../fonts/NeueHaasDisplay-Roman.woff2") format("woff2"), url("../fonts/../fonts/NeueHaasDisplay-Roman.woff") format("woff"), url("../fonts/../fonts/NeueHaasDisplay-Roman.ttf") format("truetype"), url("../fonts/../fonts/NeueHaasDisplay-Roman.svg#NeueHaasDisplay-Roman") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../fonts/NeueHaasDisplay-Bold.eot");
  src: url("../fonts/NeueHaasDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NeueHaasDisplay-Bold.woff2") format("woff2"), url("../fonts/NeueHaasDisplay-Bold.woff") format("woff"), url("../fonts/NeueHaasDisplay-Bold.ttf") format("truetype"), url("../fonts/NeueHaasDisplay-Bold.svg#NeueHaasDisplay-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../fonts/NeueHaasDisplay-Thin.eot");
  src: url("../fonts/NeueHaasDisplay-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/NeueHaasDisplay-Thin.woff2") format("woff2"), url("../fonts/NeueHaasDisplay-Thin.woff") format("woff"), url("../fonts/NeueHaasDisplay-Thin.ttf") format("truetype"), url("../fonts/NeueHaasDisplay-Thin.svg#NeueHaasDisplay-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../fonts/NeueHaasDisplay-Mediu.eot");
  src: url("../fonts/NeueHaasDisplay-Mediu.eot?#iefix") format("embedded-opentype"), url("../fonts/NeueHaasDisplay-Mediu.woff2") format("woff2"), url("../fonts/NeueHaasDisplay-Mediu.woff") format("woff"), url("../fonts/NeueHaasDisplay-Mediu.ttf") format("truetype"), url("../fonts/NeueHaasDisplay-Mediu.svg#NeueHaasDisplay-Mediu") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../fonts/NeueHaasDisplay-Light.eot");
  src: url("../fonts/NeueHaasDisplay-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/NeueHaasDisplay-Light.woff2") format("woff2"), url("../fonts/NeueHaasDisplay-Light.woff") format("woff"), url("../fonts/NeueHaasDisplay-Light.ttf") format("truetype"), url("../fonts/NeueHaasDisplay-Light.svg#NeueHaasDisplay-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.neue-haas {
  font-family: "Neue Haas Grotesk Display Pro";
}

a:focus,
a:hover,
a {
  text-decoration: none !important;
  outline: none !important;
}

html,
body {
  overflow-x: hidden;
}

body {
  margin: 0px;
  padding: 0px;
  -webkit-font-smoothing: antialiased;
  font-family: "Neue Haas Grotesk Display Pro";
}

.montserrat-font {
  font-family: "Neue Haas Grotesk Display Pro";
}

.container-fluid {
  width: 100%;
}

.mobileBanner {
  position: relative;
}
.mobileBanner::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .mobileBanner img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.mobileBanner .mobile-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.mobileBanner .mobile-caption * {
  color: #ffffff;
  font-weight: 500;
}
.mobileBanner .mobile-caption h2 {
  line-height: 1.5;
}
.mobileBanner .mobile-caption h2 span {
  background-color: #005eb8;
  padding: 5px;
}

.banner-home-wrp {
  width: 100%;
  background-image: url(../images/home-banner-new.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .banner-home-wrp {
    height: auto !important;
    background-color: #ffffff;
    background-image: none;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .banner-home-wrp {
    height: 120vh;
  }
}
.banner-home-wrp .container-1200-wrp {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .banner-home-wrp .container-1200-wrp {
    top: initial;
    transform: initial;
  }
}

.header-full-wrp {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 30px 0 0;
  z-index: 999;
  transition: all 0.5s ease;
  border-bottom: 2px solid transparent;
}

.small {
  background-color: #fff;
  border-bottom: 2px solid #3e81c8;
}

.container-1200-wrp {
  width: 1100px;
  margin: 0 auto;
}

#ham-menu {
  width: 65px;
  height: 65px;
  display: inline-block;
}

.sub-head-wrp {
  width: auto;
  display: inline-block;
  padding: 18px 0px;
}

.sub-head-wrp a {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding-left: 25px;
  margin: 0px 0px 0px 50px;
  transition: all 0.5s ease;
}

.small .sub-head-wrp a {
  color: #3e81c8;
}

.sub-head-wrp a.icn-1 {
  background-image: url(../images/call-icn.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

.sub-head-wrp a.icn-2 {
  background-image: url(../images/download-icn.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

.small .sub-head-wrp a.icn-1 {
  background-image: url(../images/call-icn-blue.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

.small .sub-head-wrp a.icn-2 {
  background-image: url(../images/download-icn-blue.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

.banner-caption-lhs {
  width: 500px;
  max-width: 100%;
}

.banner-caption-lhs h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 100;
  margin: 0px;
  font-weight: 500;
  line-height: 1.3;
}
.banner-caption-lhs h2 span {
  display: inline-block;
  color: #ffc300;
}

.form-cover {
  width: 444px;
  height: 620px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 15px 25px;
  border-radius: 5px;
}

.form-cover h2 {
  color: #fff;
  font-weight: 100;
  font-size: 22px;
  margin: 0px;
}

.form-cover h2 span {
  color: #007fc5;
}

.form-holder {
  width: 100%;
}

.form-sen-title {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  margin: 0px;
}

.radio label {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}

.form-control {
  background-color: transparent;
  border-radius: 0px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #615b50;
  padding-left: 0px;
  padding-right: 0px;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  margin: 1px 0px 1px;
}

/* .form-control:focus {
  color: #fff;
  background-color: transparent;
  border-color: #615b50;
  outline: 0;
} */
.form-control::-webkit-input-placeholder {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}

.form-control::-moz-placeholder {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}

.form-control:-ms-input-placeholder {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}

.form-control:-moz-placeholder {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}

.radio {
  margin: 0.5rem 0rem;
}

.radio input[type=radio] {
  position: absolute;
  opacity: 0;
}

.radio input[type=radio] + .radio-label:before {
  content: "";
  background: transparent;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.1em;
  margin-right: 0.2em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}

.radio input[type=radio]:checked + .radio-label:before {
  background-color: #007fc5;
  box-shadow: inset 0 0 0 4px #fff;
}

.radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #fff;
}

.radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}

.radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

p.form-legend {
  color: #fff;
  font-weight: 300;
  font-size: 10px;
}

.submit-btn {
  width: 100%;
  border: none;
  height: 45px;
  background-color: #3e81c8;
  color: #fff;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 0px;
}

.beautiful-wrp {
  width: 100%;
}

.common-pad-top {
  padding-top: 50px;
}

.common-pad-btm {
  padding-bottom: 50px;
}

h2.common-center-title {
  font-weight: 200;
  color: #333333;
  font-size: 40px;
  margin: 0px;
  text-align: center;
  font-weight: 600;
}

h2.common-center-title span {
  color: #007fc5;
}

.design-wrp {
  width: 100%;
  background-image: url(../images/section-1bg_03.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  padding: 100px 0px 100px;
}

.beauti-box {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  height: 355px;
  padding: 30px 30px;
  transition: all 0.5s ease;
}

.beauti-box:hover {
  background-color: #007fc5;
}

.beauti-pic-box {
  padding-bottom: 10px;
}

.beauti-pic-box img {
  margin: 0 auto;
  display: block;
}

.beauti-box h2 {
  text-align: center;
  font-weight: 700;
  color: #333333;
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 10px;
  background-image: url(../images/dashed.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  transition: all 0.5s ease;
}

.beauti-box p {
  font-weight: 300;
  font-size: 13px;
  line-break: 22px;
  text-align: center;
  transition: all 0.5s ease;
}

.beauti-box:hover h2 {
  color: #fff;
}

.beauti-box:hover p {
  color: #fff;
}

.visualizer-wrp {
  width: 100%;
}

.visualizer-wrp-inner {
  width: 100%;
  margin-top: 50px;
  background-image: url(../images/designer-ceilings-bg.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.visualizer-lhs-wrp p {
  color: #333333;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 200;
}

a.common-cta {
  text-align: center;
  background-color: #007fc5;
  padding: 10px 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  border-radius: 20px;
  margin-top: 20px;
  display: inline-block;
}

.happy-home-wrp {
  width: 100%;
  height: 100vh;
  background-image: url(../images/happy-bg_06.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.clr-white {
  color: #fff !important;
}

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

.happy-slider-1 {
  width: 100%;
  margin: 50px 0px 0px;
  position: relative;
}

.happy-item {
  width: 100%;
}

.happy-lhs-desc {
  width: 100%;
  padding: 0px 0px 0px 35px;
  background-image: url(../images/quote-2.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.happy-lhs-desc h2 {
  font-weight: 200;
  font-size: 50px;
  line-height: 1;
  color: #fff;
  padding: 60px 0px 0px 0px;
  background-image: url(../images/quote-1.png);
  background-repeat: no-repeat;
  background-position: top left;
}

.happy-lhs-desc p.happy-small-desc {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}

.center {
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -40px;
}

.happy-right {
  margin-left: -60px;
}

.happy-left {
  margin-right: -60px;
  float: right;
}

.happy-pic-wrp {
  width: 300px;
}

.gallery-wrp {
  width: 100%;
  height: auto;
}

.gallery-box-main {
  width: 100%;
  background-image: url(../images/gyp-gallery-bg_07.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  position: relative;
}

.gallery-item {
  width: 100%;
  padding: 50px 0px;
}

.gallery-rhs-desc-box {
  width: 100%;
  padding: 40px 0px 0px 0px;
}

p.living-space {
  color: #007fc5;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}

.space-desc {
  font-weight: 200;
  font-size: 36px;
  line-height: 42px;
  color: #333;
}

.center2 {
  width: 100%;
  position: absolute;
  bottom: 50px;
  text-align: right;
  z-index: 1000;
}

#custom-pager a {
  font-weight: 700;
  color: #333;
  font-size: 14px;
  display: inline-block;
  padding: 0px 8px;
  position: relative;
}

#custom-pager a::before {
  content: " / ";
  position: absolute;
  top: 0px;
  right: -4px;
}

#custom-pager strong:last-child a::before {
  display: none;
}

.cycle-pager-active {
  border-bottom: 1px solid #7d7d7d;
}

.cycle-pager-active a {
  color: #7d7d7d !important;
}

.about-wrp-main {
  width: 100%;
  height: 100vh;
  background-image: url(../images/about-bg_09.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-wrp-inner {
  width: 100%;
  padding: 50px 0px;
  text-align: center;
}

p.about-title-blue {
  color: #007fc5;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}

h2.about-big-desc {
  color: #fff;
  font-size: 64px;
  line-height: 1.2;
  font-weight: 200;
}

h2.about-big-desc span {
  font-weight: 800;
}

.faq-wrp-full {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .faq-wrp-full {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.faq-wrp-full .faq-bg {
  width: 100px;
  position: absolute;
  top: 0;
  right: 7%;
}

#accordion {
  width: 100%;
  margin: 30px 0px 0px;
}

.card-header {
  padding: 0px;
}

.card {
  border: none;
  margin: 0px 0px 20px;
}

.card-body {
  width: 100%;
  padding: 20px 0px 0px;
  color: #333;
  font-weight: 400;
  font-size: 14px;
}

.btn-link:focus,
.btn-link:hover {
  outline: none;
  outline-style: none;
}

.card-header {
  background-color: transparent;
  border-bottom: none;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header h5 button {
  padding: 20px 0px;
  display: block;
  width: 100%;
  font-size: 20px;
  text-decoration: none;
  font-weight: 500;
  text-align: left;
  color: #005eb8;
  outline: 0;
}

.card-header h5 button:hover {
  padding: 20px 0px;
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  text-align: left;
  color: #005eb8;
}

.card-header h5 button.collapsed {
  padding: 20px 0px;
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  color: #7d7d7d !important;
  text-align: left;
  background-color: #fff !important;
}

.btn-link,
.btn-link:active,
.btn-link:focus {
  text-decoration: none !important;
}

.card-body ul {
  list-style: none;
  list-style-type: none;
  margin: 0px;
  padding: 10px 0px 0px 10px;
}

.card-body ul li {
  padding: 0px 0px 10px 15px;
  background-image: url(../images/list-arrw.png);
  background-repeat: no-repeat;
  background-position: 0px 4px;
}

.card-header h5 > button:before {
  float: right !important;
  font-family: FontAwesome;
  content: "\f068";
  padding-right: 5px;
  color: #f37221;
}

.card-header h5 > button.collapsed:before {
  float: right !important;
  content: "\f067";
  color: #f37221;
}

.footer-full-wrp {
  width: 100%;
  background-color: #272727;
  padding: 0px 0px;
}

.footer-logo {
  width: 100%;
  text-align: right;
  margin-top: 5px;
}

.copy-right {
  color: #fff;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
}

.copy-right:hover {
  color: #fff;
}

.copy-right-lhs {
  color: #fff;
  padding: 20px 0px;
}

.form-group {
  position: relative;
}

/* .radio-cover {
  position: relative;
}

.radio-cover label.error {
  bottom: 0px !important;
} */
label.error {
  position: absolute;
  bottom: -20px;
  left: 0px;
  color: #007fc5;
  font-weight: 700;
  font-size: 12px;
  margin: 0px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fff !important;
}

.modal-dialog {
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
  max-width: 800px;
}

@media (max-width: 768px) {
  .modal-dialog {
    min-height: calc(100vh - 20px);
  }
}
.modal-body {
  padding: 0px;
}

.close {
  position: absolute;
  right: 0px;
  float: none;
  top: -30px;
  color: #fff;
  font-size: 37px;
  font-weight: 100;
  opacity: 1;
}

.lp-form-wrp h2 {
  font-weight: 300;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 20px;
}

.lp-form-wrp h2 span {
  color: #007fc5;
}

.lp-form-wrp .form-control {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0px;
}

.form-legend {
  font-size: 12px;
  font-weight: 400;
  margin: 20px 0px;
  color: #000;
}

.lp-form-wrp .sub-btn {
  width: 100%;
  border: none;
  height: 45px;
  background-color: #3e81c8;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 20px 20px 20px 20px;
}

.res-sol-sldr {
  width: 100%;
}

.res-sol-sldr .swiper-slide {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

.res-sol-sldr .swiper-slide.rs-bnr1 {
  background-image: url(../images/rs-bnr-new1.jpg);
}

.res-sol-sldr .swiper-slide.rs-bnr2 {
  background-image: url(../images/rs-bnr-new2.jpg);
}

.res-sol-sldr .swiper-slide.rs-bnr3 {
  background-image: url(../images/rs-bnr-new3.jpg);
}

.banner-form-rhs {
  z-index: 99;
}


.form-cover-new {
  width: 385px;
  height: 620px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 0px;
  padding: 35px 41px;
  border-bottom: solid 5px #005eb8;
}
@media screen and (max-width: 767px) {
  .form-cover-new {
    padding: 0;
  }
}

.form-cover-new h2 {
  color: #000;
  font-weight: 600;
  font-size: 20px;
  margin: 0px;
  margin-bottom: 20px;
  color: #005eb8;
}
.form-cover-new h2 span {
  color: #007fc5;
}

.form-legend {
  color: #000 !important;
}

.mdc-text-field,
.mdc-select {
  width: 100%;
  margin-bottom: 15px;
}

.landing_city {
  border: 1px solid rgba(0, 0, 0, 0.38) !important;
  height: 56px !important;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
}

.toll-numb-bnr {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin: 40px 0px 0px;
  display: block;
  width: fit-content;
  font-weight: 700;
}

.toll-numb-bnr:hover {
  color: #fff;
}

.toll-numb {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin: 0px;
  display: none;
}

.toll-numb:hover {
  color: #fff;
}

.white-clr {
  color: #fff;
}

select option {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
}

label.error_new {
  bottom: 0px !important;
  width: 100% !important;
  position: absolute;
  right: 0px;
  color: #007fc5;
  font-weight: 700;
  font-size: 12px;
  margin: 0px;
}

label.error {
  position: absolute;
  bottom: -19px;
  right: 10px;
  left: inherit;
  font-size: 12px !important;
  background-color: inherit !important;
  color: red !important;
  padding: 0 5px;
}

.radio input[type=radio] {
  z-index: 9;
  width: 22px;
  height: 30px;
}

/* input[name="name"] {
text-transform:capitalize;
}

input[name="email"] {
text-transform:capitalize;
}

input[name="phone"] {
text-transform:capitalize;
}  */
/* abhijeet cookie warning  */
.cookie-warning {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5000;
  background: #000000;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  transition: all 0.5s;
  max-width: 100vw;
}

.field-title {
  color: #fff;
  font-size: 14px;
  padding-top: 13px;
}

.form-group {
  margin-bottom: 0.4rem;
}

/* .sub-head-wrp a {font-size: 12px; background-image:none !important; margin: 0px 0px 0px 0px; padding-left:4px; text-transform: capitalize;  }
{padding: 10px 0px;color:#FFF;} */
.form-cover {
  padding: 15px 13px;
}

.form-cover h2 {
  font-size: 20px;
}

.sub-head-wrp {
  background-color: #e4e4e4;
  width: 100%;
  text-align: center;
}

.sub-head-wrp a {
  color: #000;
  font-size: 18px;
  margin: 0px 0px 0px 25px;
}

.sub-head-wrp a.icn-1 {
  background-image: url(../images/black-call-icn.png);
  background-position: left 3px;
}

.sub-head-wrp a.icn-2 {
  background-image: url(../images/black-download-icn.png);
  background-position: left 3px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .container-1200-wrp {
    width: 1100px;
  }
  .happy-lhs-desc h2 {
    font-size: 42px;
  }
  h2.about-big-desc {
    font-size: 52px;
  }
}
@media only screen and (min-device-width: 20rem) and (max-device-width: 30rem) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .ua-mobile-iphone .cookie-warning {
    padding-bottom: 30px;
  }
}
@media print, screen and (min-width: 40em) {
  .cookie-warning {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media print, screen and (min-width: 60em) {
  .cookie-warning {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 80em) {
  .cookie-warning {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.cookie-warning p {
  color: #ffffff;
}

.cookie-warning button {
  margin-left: 20px;
  position: relative;
  background: #000000;
  border: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.cookie-warning button:before,
.cookie-warning button:after {
  content: "";
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #ffffff;
  left: 0;
}

.cookie-warning button:before {
  transform: rotate(45deg);
}

.cookie-warning button:after {
  transform: rotate(-45deg);
}

.cookie-warning button:active,
.cookie-warning button:focus {
  outline: none;
}

/*
##Device = Tablets, Ipads (portrait)
##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
  .cookie-warning p {
    width: 100%;
    font-size: 12px;
    line-height: 16px;
  }
  .cookie-warning button {
    width: 20px;
    height: 20px;
  }
}
/*
##Device = Tablets, Ipads (landscape)
##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .cookie-warning p {
    width: 100%;
    font-size: 12px;
    line-height: 16px;
  }
  .cookie-warning button {
    width: 20px;
    height: 20px;
  }
}
/*
##Device = Low Resolution Tablets, Mobiles (Landscape)
##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
  .form-cover-new {
    width: 100%;
  }
  .cookie-warning p {
    width: 100%;
    font-size: 12px;
    line-height: 16px;
  }
  .cookie-warning button {
    width: 20px;
    height: 20px;
  }
}
/*
##Device = Most of the Smartphones Mobiles (Portrait)
##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
  .form-cover-new {
    width: 100%;
  }
  .cookie-warning p {
    width: 100%;
    font-size: 12px;
    line-height: 16px;
  }
  .cookie-warning button {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .toll-numb {
    display: block;
    text-align: center;
    line-height: 1.3;
    margin-top: 10px;
  }
  .cmxform .form-cover .col-md-12.col-12 {
    padding: 0px 0px;
  }
  .cmxform .form-cover .col-md-6 {
    padding: 0px 0px;
  }
}
.mdc-text-field,
.mdc-select {
  height: 35px !important;
}

.mdc-text-field {
  border: none !important;
  border-radius: 0px !important;
}

.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing,
.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.landing_city {
  border: none !important;
  border-bottom: solid 1px #a4a4a4 !important;
  border-radius: 0px !important;
}

.mdc-notched-outline__leading {
  display: none;
}

.mdc-text-field .mdc-floating-label {
  top: 62% !important;
}

.mdc-text-field--outlined {
  padding-left: 0px !important;
}

.landing_city {
  height: 40px !important;
  padding-left: 0px;
  color: rgba(0, 0, 0, 0.6);
}

.landing_city:focus-visible {
  border: none !important;
}

.mdc-radio .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle {
  border-color: #005eb8 !important;
}

.form-holder label {
  display: inline-block;
  margin-bottom: 0rem;
}

.mdc-radio .mdc-radio__native-control:enabled:not(:checked) + .mdc-radio__background .mdc-radio__outer-circle {
  border-color: #d9d9d9 !important;
  background-color: #d9d9d9 !important;
}

.mdc-form-field {
  margin-bottom: 10px;
}

.form-holder .submit-btn {
  background-color: #005eb8;
  font-weight: 600;
}

.form-holder h5 {
  font-size: 16px;
}

.new-title {
  font-weight: 500;
  font-size: 50px;
  line-height: 1.2;
  color: #333333;
}
.new-title span {
  color: #005eb8;
}
@media screen and (max-width: 767px) {
  .new-title {
    font-size: 30px;
    line-height: 40px;
  }
}

#beautifuldesign {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #beautifuldesign {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  #beautifuldesign .container-1200-wrp {
    padding: 0 15px;
  }
}
#beautifuldesign .beautifuldesignbox {
  display: flex;
  margin-bottom: 40px;
}
#beautifuldesign .beautifuldesignbox .icon img {
  width: 70px;
}
#beautifuldesign .beautifuldesignbox .beautifuldesignDesc {
  margin-left: 20px;
}
#beautifuldesign .beautifuldesignbox .beautifuldesignDesc h6 {
  color: #005eb8;
  font-weight: 600;
  font-size: 20px;
  padding-top: 6px;
}
@media screen and (max-width: 767px) {
  #beautifuldesign .beautifuldesign-left {
    margin-bottom: 50px;
  }
}

#new-visualizer-wrp {
  background-color: #005eb8;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #new-visualizer-wrp {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#new-visualizer-wrp .visualiser {
  position: absolute;
  top: -25px;
  left: 10%;
  width: 100px;
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  #new-visualizer-wrp .visualiser {
    left: 5%;
  }
}
#new-visualizer-wrp .features {
  position: absolute;
  top: 50px;
  right: 10%;
  width: 100px;
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  #new-visualizer-wrp .features {
    right: 5%;
  }
}
#new-visualizer-wrp .new-title {
  color: #ffffff;
}
#new-visualizer-wrp .subheading {
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  #new-visualizer-wrp .subheading {
    width: 50%;
  }
}
#new-visualizer-wrp .visualiserImg {
  position: relative;
}
#new-visualizer-wrp .visualiserImg .visualiser-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 220px;
  background-color: #f37221;
  position: absolute;
  top: 0%;
  right: 10%;
  transform: translateY(-50%);
  text-align: center;
  color: #ffffff;
}
#new-visualizer-wrp .visualiserImg .visualiser-link span {
  display: block;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  #new-visualizer-wrp .visualiserImg .visualiser-link span {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #new-visualizer-wrp .visualiserImg .visualiser-link .linkContent {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  #new-visualizer-wrp .visualiserImg .visualiser-link {
    width: 60px;
    height: 90px;
  }
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}

.testimonials-wrp {
  position: relative;
  min-height: 100vh;
  background-image: url("../images/testimonials-bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  overflow: hidden;
}
.testimonials-wrp::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .testimonials-wrp {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.testimonials-wrp .container-1200-wrp {
  position: relative;
}
.testimonials-wrp .container-1200-wrp .sliderArrows {
  position: absolute;
  top: 70px;
  right: 0;
  width: 122px;
  height: 61px;
}
@media screen and (max-width: 767px) {
  .testimonials-wrp .container-1200-wrp .sliderArrows {
    position: relative;
    top: 15px;
    left: 50%;
  }
}
.testimonials-wrp .container-1200-wrp .sliderArrows .swiper-button-next,
.testimonials-wrp .container-1200-wrp .sliderArrows .swiper-button-prev {
  position: relative;
  left: initial;
  top: initial;
  right: initial;
  bottom: initial;
  transform: initial;
}
.testimonials-wrp .container-1200-wrp .sliderArrows .swiper-button-next {
  float: right;
}
.testimonials-wrp .container-1200-wrp .sliderArrows .swiper-button-prev {
  float: left;
}
.testimonials-wrp .container-1200-wrp .testimonialsSwiper {
  overflow: visible;
}
.testimonials-wrp .container-1200-wrp .testimonialsSwiper .swiper-slide:not(:first-child) {
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .testimonials-wrp .container-1200-wrp .testimonialsSwiper .swiper-slide:not(:first-child) {
    margin-top: 0;
  }
}
.testimonials-wrp .container-1200-wrp .testimonialsSwiper .swiper-slide:not(:first-child):nth-child(odd) {
  margin-top: 300px;
}
@media screen and (max-width: 767px) {
  .testimonials-wrp .container-1200-wrp .testimonialsSwiper .swiper-slide:not(:first-child):nth-child(odd) {
    margin-top: 0;
  }
}
.testimonials-wrp .container-1200-wrp .testimonialsSwiper .swiper-slide .testiwrap {
  width: 290px;
}
@media screen and (max-width: 767px) {
  .testimonials-wrp .container-1200-wrp .testimonialsSwiper .swiper-slide .testiwrap {
    margin: 0 auto;
  }
}
.testimonials-wrp .container-1200-wrp .testimonialsSwiper .swiper-slide .testiwrap .whiteBox {
  background-color: #ffffff;
  padding: 15px;
  margin-bottom: 1.5rem;
}
.testimonials-wrp .container-1200-wrp .testimonialsSwiper .swiper-slide .testiwrap .whiteBox .caption {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  margin-top: 16px;
}
.testimonials-wrp .container-1200-wrp .testimonialsSwiper .swiper-slide .testiwrap .content p {
  color: #ffffff;
  font-size: 18px;
}
.testimonials-wrp .container-1200-wrp .titleWrp {
  width: 150px;
  height: 337px;
  background-color: #f37221;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 70px;
}
.testimonials-wrp .container-1200-wrp .titleWrp h3 {
  color: #ffffff;
  font-size: 40px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .testimonials-wrp .container-1200-wrp .titleWrp {
    margin: 0 auto;
  }
}
.testimonials-wrp .testimonials-txt {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}
.testimonials-wrp .common-cta-new {
  background-color: rgba(0, 0, 0, 0.5);
}

.trust-gyprock {
  position: relative;
  padding-top: 100px;
  background-color: #ffffff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .trust-gyprock {
    padding-top: 50px;
  }
}
.trust-gyprock::before {
  content: "";
  width: 60%;
  height: 100%;
  background-color: #005eb8;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .trust-gyprock::before {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .trust-gyprock .trust-gyprock-left {
    margin-bottom: 50px;
  }
}
.trust-gyprock .new-title {
  color: #ffffff;
}
.trust-gyprock h4 {
  color: #ffffff;
  font-size: 26px;
  margin-bottom: 32px;
  line-height: 1.3;
}

.common-cta-new {
  display: block;
  width: 200px;
  border: 1px solid #ffffff;
  text-align: center;
  padding: 1rem;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  transition: all 0.5s;
}
.common-cta-new:hover {
  background-color: #ffffff;
  color: #005eb8;
}

.our-spaces {
  position: relative;
  padding-top: 100px;
  padding-bottom: 200px;
  overflow: hidden;
}
.our-spaces .our-spaces-txt {
  position: absolute;
  top: 0;
  left: 10%;
  width: 130px;
}
@media screen and (max-width: 767px) {
  .our-spaces .our-spaces-txt {
    display: none;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .our-spaces .our-spaces-txt {
    left: 2%;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1600px) {
  .our-spaces .our-spaces-txt {
    left: 4%;
  }
}
.our-spaces .sliderArrows {
  height: 60px;
  max-width: 200px;
}
.our-spaces .sliderArrows .swiper-button-prev {
  left: 50px;
}
.our-spaces .sliderArrows .swiper-button-next {
  right: 30px;
}
@media screen and (max-width: 767px) {
  .our-spaces {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .our-spaces .container-1200-wrp {
    padding: 0 15px;
  }
}
.our-spaces .ourSpacesSwiper {
  overflow: visible;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .our-spaces .ourSpacesSwiper {
    margin-top: 25px;
  }
}
.our-spaces .ourSpacesSwiper .swiper-slide {
  position: relative;
}
.our-spaces .ourSpacesSwiper .swiper-slide .content {
  position: absolute;
  width: 70%;
  bottom: -18%;
  right: 0;
  padding: 32px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .our-spaces .ourSpacesSwiper .swiper-slide .content {
    position: relative;
    width: 100%;
    padding: 16px 0;
  }
}
.our-spaces .ourSpacesSwiper .swiper-slide .content h4 {
  font-size: 30px;
  color: #005eb8;
}
.our-spaces .ourSpacesSwiper .swiper-slide .content p {
  font-size: 18px;
  color: #333333;
}
.our-spaces .ourSpacesSwiper .swiper-slide .content .common-cta-new {
  background-color: #005eb8;
}
.our-spaces .ourSpacesSwiper .swiper-slide .content .common-cta-new:hover {
  background-color: #007fc5;
  color: #ffffff;
}

.footer-wrap {
  display: table;
  width: 100%;
  background-color: #333333;
}
@media screen and (max-width: 767px) {
  .footer-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.footer-wrap .footer_top {
  margin-bottom: 50px;
}
.footer-wrap .footer_top .extras {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 100px;
  row-gap: 20px;
  background-color: #525252;
}
@media screen and (max-width: 767px) {
  .footer-wrap .footer_top .extras {
    grid-template-columns: repeat(1, 1fr);
  }
}
.footer-wrap .footer_top .extras .grid a {
  color: #ffffff;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.footer-wrap .footer_top .extras .grid a p {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
}
.footer-wrap .footer_top .extras::after {
  content: "";
  width: 1px;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 767px) {
  .footer-wrap .footer_top .extras::after {
    width: 90%;
    height: 1px;
  }
}
.footer-wrap .footer_bottom h2 {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 20px;
}
.footer-wrap .footer_bottom a {
  color: rgba(255, 255, 255, 0.5);
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
}
.footer-wrap .footer_bottom .ttle {
  text-transform: capitalize;
  font-weight: 700;
  color: #ffffff;
}
.footer-wrap .footer_bottom p {
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .footer-wrap .footer_bottom p.collapsedGroup::before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f067";
    padding-right: 5px;
    color: #f37221;
  }
  .footer-wrap .footer_bottom p.collapsedGroup.show::before {
    content: "\f068";
  }
}
@media screen and (max-width: 767px) {
  .footer-wrap .footer_bottom .footerLinks-wrp {
    display: none;
  }
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}/*# sourceMappingURL=style-new.css.map */