/*
Theme Name: App Group (OceanWP Child)
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Aamir
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
@font-face {
  font-family: "Futura";
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url(assets/fonts/futura-b.ttf) format('truetype');
}
@font-face {
  font-family: "Futura";
  font-display: swap;
  font-style: normal;
  font-weight: 300;
  src: url(assets/fonts/futura-light.ttf) format('truetype');
}
@font-face {
  font-family: "Futura";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url(assets/fonts/futura-book.ttf) format('truetype');
}
@font-face {
  font-family: "Futura";
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  src: url(assets/fonts/futura-medium.ttf) format('truetype');
}

@font-face {
  font-family: "Futura";
  font-display: swap;
  font-style: normal;
  font-weight: 900;
  src: url(assets/fonts/futura-extra-black.ttf) format('truetype');
}

.login-projects a {
    display: inline-block;
}
.login-projects {
    text-align: right;
}
.login-projects a.reg-realtor-btn {
    max-width: 180px !important;
}
.form-main {
    height: 500px;
    overflow: auto;
}
.floor-inner-pop button.mfp-close {
    display: none;
}
.back-floorplan {
    position: absolute;
    top: 0;
    right: 0;
    background: #377473;
    color: #fff !important;
    height: 40px;
    width: 80px;
    padding-top: 7px;
    border-bottom-left-radius: 20px;
}
.floorpan.blocks p.warning-msg {
    color: orange;
}
body {
	-webkit-overflow-scrolling: touch;
}
body.mfp-active {
	overflow: hidden;
	-webkit-overflow-scrolling: auto;
	width: 100%;
	position: fixed;
	overflow: auto;
}
body .mfp-wrap {
	position: fixed;
	overflow: auto;
	top: 0 !important;
}
.build-categories.Complete {
    pointer-events: none;
    cursor: none;
    position: relative;
    user-select: none;
}

.build-categories.Complete:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(135 135 135 / 60%);
    z-index: 99;
    pointer-events: none;
    cursor: none;
    user-select: none;
}

#site-header {
  display: none; /*footer /#footer*/
} 

.wca-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.wca-col-1 , .wca-col-2 , .wca-col-3 , 
.wca-col-4 , .wca-col-5 , .wca-col-6 , 
.wca-col-7 , .wca-col-8 , .wca-col-9 , 
.wca-col-10 , .wca-col-11 , .wca-col-12 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.wca-container img {
  width: 100%;
}
.project-title{
  font: normal normal bold 48px/64px jost;
  letter-spacing: 0px;
  color: #3F3E3C;
  margin: 0px;
}
a.project-menu-item svg {
    margin-right: 10px;
    width: 100%;
    max-width: 24px;
    height: 24px;
    display: block;
}
a.project-menu-item {
  font: normal normal bold 16px/21px jost;
  letter-spacing: 0px;
  color: #71706E;
  margin-right: 60px;
  padding: 24px 0px 22px;
  display: inline-flex;
  border-bottom: 2px solid transparent;
  align-items: center;
}
.project-nav-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  min-height: 72px;
}
a.fill-info-btn {
  background-color: #DB9748;
  color: #fff;
  padding: 15px 50px;
  border-radius: 10px;
  margin-right: 60px;
  font: normal normal 500 14px/19px jost;
  letter-spacing: 0px;
  box-shadow: 0px 3px 6px #0000001A;
}
a.user-name {
  font: normal normal bold 16px/21px jost;
  color: #71706E;
  letter-spacing: 0px;
  display: inline-flex;
  align-items: center;
}
a.user-name svg {
  width: 100%;
  max-width: 15px;
  margin-left: 10px;
}
.single-projects main#main {
  background-color: #F8F8F6;
}
.project-nav {
  background-color: #fff;
  position: relative;
  padding: 0 70px;
}
.project-tab-content {
  padding: 6rem 0;
  min-height: calc(100vh - 72px);
  animation: fadeEffect 1s;
}
.project-details h2 {
  font: normal normal bold 30px/40px jost;
  letter-spacing: 0px;
  color: #72706E;
}
.project-info h4 {
  font: normal normal bold 16px/21px jost;
  letter-spacing: 0px;
  color: #3F3E3C;
  margin-bottom: 15px;
}
.project-info h4 span {
  font-weight: 500;
}
.project-img-slider .slick-dots {
  display: flex;
  margin: 0;
  list-style: none;
  justify-content: center;
}
.project-img-slider .slick-dots button {
  font-size: 0;
  height: 8px;
  width: 8px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 30px;
  margin: 0px 4px;
}
.project-img-slider .slick-dots .slick-active button {
  border-color: #377473;
  background-color: #377473;
}
.project-img-slider .project-img img {
  max-height: 300px;
  object-fit: cover;
  border-radius: 10px;
}
.project-info {
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 20px;
  box-shadow: 0px 3px 6px #00000029;
}
.project-info h4:last-child {
  margin-bottom: 0;
}
.project-logo {
  width: 50px;
  height: 50px;
  background-color: #377473;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
a.project-menu-item.active, a.project-menu-item:hover {
  color: #377473;
  border-color: #377473;
}
a.project-menu-item.active path, a.project-menu-item:hover path {
  fill: #377473;
}
.project-btn , input[type="button"].project-btn {
  display: block;
  text-align: center;
  background-color: #377473;
  color: #fff;
  padding: 10px 30px;
  border-radius: 40px;
  font: normal normal bold 15px/20px jost;
  letter-spacing: 0px;
  border: 1px solid #377473;
  text-transform: inherit;
}
.project-btn-outline , input[type="button"].project-btn-outline {
  display: block;
  text-align: center;
  background-color: transparent;
  color: #377473;
  padding: 10px 30px;
  border-radius: 40px;
  font: normal normal bold 15px/20px jost;
  letter-spacing: 0px;
  border: 1px solid #377473;
  text-transform: inherit;
}

.project-btns-wrap .project-btn {
  border-radius: 10px;
  margin-bottom: 15px;
}

.user-details-pop {
  position: absolute;
  display: none;
  background-color: #fff;
  box-shadow: 0px 3px 6px #00000029;
  padding: 10px;
  width: 100%;
  max-width: 300px;
  border-radius: 10px;
  right: 0;
  top: 55px;
  z-index: 999;
  min-width: 120px;
}
.user-details-pop .info-tab {
  border: none;
}
.user-details-data, .project-info-boxs {
  background-color: #fff;
  box-shadow: 0px 3px 6px #00000029;
  padding: 20px;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}
.project-btn.disabled , .project-info-boxs.disabled .project-btn{
    background: #71706E;
    border-color: #71706E;
    pointer-events: none;
    cursor: none;
}
.user-details-data .info-tab.view-floorplans {
    border-bottom: none;
}
.user-details-data .wca-col-6 {
    padding: 0;
}
.project-nav-right > a {
  margin: 10px;
}
.project-nav-right {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.progress-bar {
  box-shadow: 0px 3px 6px #0000001a;
  border-radius: 10px;
  margin-bottom: 20px;
  height: 50px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
span.fill-progress {
  background-color: #C13F3F;
  width: 30%;
  font: normal normal bold 15px/20px jost;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-details-pop > p {
  color: #3F3E3C;
  font: normal normal 500 15px/20px jost;
}
.info-tab h4 , .project-info-text b {
  color: #3F3E3C;
  font: normal normal bold 15px/20px jost;
  margin-bottom: 0px;
}
.info-tab p , .project-info-text{
  font: normal normal 500 14px/19px jost;
  color: #3F3E3C;
  margin: 0px;
}
.info-tab {
  border-bottom: 1px solid #E5E4E2;
  padding: 12px 12px 12px 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.828' height='18.828' viewBox='0 0 10.828 18.828'%3E%3Cg id='MoreArrow' transform='translate(1.414 1.414)'%3E%3Cline id='Line_6' data-name='Line 6' x2='8' y2='8' fill='none' stroke='%23403f3d' stroke-linecap='round' stroke-width='2'/%3E%3Cline id='Line_7' data-name='Line 7' y1='8' x2='8' transform='translate(0 8)' fill='none' stroke='%23403f3d' stroke-linecap='round' stroke-width='2'/%3E%3Cline id='Line_8' data-name='Line 8' x2='6' y2='6' transform='translate(2 2)' fill='none' stroke='%23403f3d' stroke-linecap='square' stroke-width='2'/%3E%3Cline id='Line_9' data-name='Line 9' y1='7' x2='7' transform='translate(1 8)' fill='none' stroke='%23403f3d' stroke-linecap='square' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 7px;
  cursor: pointer;
}
.project-title-text {
  font: normal normal 500 18px/24px jost;
  margin: 0;
  color: #72706E;
}
.upgrade-plan {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  height: calc(100% - 50px);
}
.status-icon {
  width: 50px;
}
.status-title {
  width: 100%;
  max-width: calc(100% - 50px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.828' height='10.828' viewBox='0 0 18.828 10.828'%3E%3Cg id='MoreArrow' transform='translate(17.414 1.414) rotate(90)'%3E%3Cline id='Line_6' data-name='Line 6' x2='8' y2='8' fill='none' stroke='%23403f3d' stroke-linecap='round' stroke-width='2'/%3E%3Cline id='Line_7' data-name='Line 7' y1='8' x2='8' transform='translate(0 8)' fill='none' stroke='%23403f3d' stroke-linecap='round' stroke-width='2'/%3E%3Cline id='Line_8' data-name='Line 8' x2='6' y2='6' transform='translate(2 2)' fill='none' stroke='%23403f3d' stroke-linecap='square' stroke-width='2'/%3E%3Cline id='Line_9' data-name='Line 9' y1='7' x2='7' transform='translate(1 8)' fill='none' stroke='%23403f3d' stroke-linecap='square' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 18px;
}
.status-title h4 {
  font: normal normal bold 15px/20px jost;
  color: #3F3E3C;
  margin-bottom: 2px;
}
.status-title p {
  font: normal normal 500 15px/20px jost;
  color: #B6B6B6;
  margin: 0;
}
.warranty-status-card {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px #00000029;
  margin-bottom: 30px;
}
.status-head {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E5E4E2;
  padding: 10px 0;
  cursor: pointer;
}
.status-content {
  margin-top: 20px;
  padding: 0 10px;
}
.warranty-status-list {
  border-left: 1px solid #71706E;
}
.warranty-status {
  position: relative;
  padding-left: 20px;
}
.warranty-status h4 {
  color: #B6B6B6;
  font: normal normal bold 13px/17px jost;
  margin-bottom: 10px;
}
.warranty-status:before {
  content: "";
  height: 18px;
  width: 18px;
  position: absolute;
  background-color: #fff;
  left: -10px;
  border-radius: 30px;
  border: 1px solid #71706E;
  top: 0px;
}
.warranty-status p {
  color: #3F3E3C;
  font: normal normal 500 13px/17px jost;
  margin-bottom: 15px;
  display: none;
}
.warranty-status.active p {
  display: block;
}
.warranty-status.active h4 {
  color: #3F3E3C;
}
.warranty-status.active:before {
  background-color: #377473;
  border-color: #377473;
}
.warranty-status.completed:before {
  background-color: #9AB9B8;
  border-color: #9AB9B8;
}
.warranty-btns-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0 60px 0;
}
.warranty-btns-wrap .project-btn-outline {
  margin-right: 30px;
  width: 100%;
  max-width: 350px;
}
.warranty-btns-wrap .project-btn {
  width: 100%;
  max-width: 350px;
}
.mfp-bg {
  background: #0000004D !important;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) ,
#mortgageform fieldset:not(:first-of-type) {
	display: none;
}
.white-popup-block { 
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}
.warranty-block{
max-width: 350px;
}
#msform {
width: 100%;
margin: 50px auto;
position: relative;
}

#msform .action-button:hover, #msform .action-button:focus {
box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
#msform fieldset {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 3px 6px #00000029;
  position: relative;
  padding: 0;
  overflow: hidden;
}
.pop-head h1 {
  color: #3F3E3C;
  font: normal normal bold 24px/32px jost;
  text-align: center;
  margin: 0;
}
.pop-foot {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #E6E4E3;
  align-items: center;
}
.pop-body ul {
  list-style: none;
  margin: 0;
}
.pop-body ul li label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border-top: 1px solid #E6E4E3;
  font: normal normal 500 15px/20px jost;
  cursor: pointer;
  margin: 0;
}
.pop-foot, .pop-head {
  padding: 30px;
  background-color: #F8F8F6;
}
.pop-body input[type="radio"] {
  border: 1px solid #9D9D9B;
  width: 20px;
  height: 20px;
  border-radius: 30px;
  -webkit-appearance: none;
  -moz-appearance: inherit;
  appearance: none;
}
.pop-body input[type="radio"]:checked {
  border-color: #377473;
  background-color: #377473;
}
.step_4 .pop-body label {
  margin-bottom: 8px;
  display: block;
}
.step_4 textarea {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
}
.step_4 .pop-body {
  background-color: #f8f8f6;
  padding: 0 20px 30px 20px;
  color: #3F3E3C;
  font: normal normal 500 15px/20px jost;
}
.form-pop-status {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  margin: 20px auto 0;
  max-width: 100px;
}
span.status-bar {
  position: absolute;
  height: 1px;
  background-color: #71706E;
  width: 100%;
}
.status-block {
  width: 16px;
  border: 1px solid #71706E;
  height: 16px;
  display: inline-block;
  border-radius: 30px;
  background-color: #fff;
  z-index: 1;
}
.step_1 .step-1-status , .step_2 .step-2-status , .step_3 .step-3-status , .step_4 .step-4-status {
  background-color: #377473;
  border-color: #377473;
}
.step_2 .step-1-status , .step_3 .step-1-status , .step_3 .step-2-status , .step_4 .step-1-status , .step_4 .step-2-status , .step_4 .step-3-status {
  background-color: #9AB9B8;
  border-color: #9AB9B8;
}
.register-form label.gfield_label {
  font: normal normal bold 13px/17px jost;
  color: #8B8A88;
}
.register-form .gform_wrapper.gravity-theme .gfield input  {
  border: 1px solid #707070;
  border-radius: 4px;
}
span.sign-up-note {
  text-align: center;
  font: normal normal bold 12px/15px Futura;
  letter-spacing: 0px;
  color: #8B8A88;
  display: block;
}
.register-form input[type="submit"] {
  background-color: #377473;
  width: 100%;
  border-radius: 30px;
  color: #fff;
  font: normal normal bold 15px/20px jost;
  text-transform: initial;
}
.no-docs {
  background-color: #F8F8F6;
  padding: 40px;
  border: 2px dashed #EAE8E8;
  border-radius: 10px;
  text-align: center;
  margin: 30px 0;
  font: normal normal 500 15px/20px jost;
  color: #B6B6B6;
}
.upgrades-list {
  padding: 50px 0;
}
.document-box {
  font: normal normal bold 15px/20px jost;
  color: #3F3E3C;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  height: 50px;
}
a.view-doc {
  margin-right: 30px;
}
span#attach-file-name {
  border: 2px dashed #EAE8E8;
  border-radius: 10px;
  width: 100%;
  display: block;
  text-align: center;
  padding: 30px 10px;
  color: #3F3E3C;
  font: normal normal 500 15px/20px jost;
  display: flex;
  align-items: center;
  justify-content: center;
}
input#attach_file {
  display: none;
}
span#attach-file-name img {
  margin-right: 8px;
  max-width: 18px;
}
input#addattachment {
  background-image: url(assets/img/upload.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  font-size: 0;
  width: 60px;
  height: 30px;
  background-position: center;
  border-radius: 10px;
  background-color: #377473;
  margin: 0 0 0 auto;
  display: block;
  padding: 0;
}
ul.attachment-list {
  color: #B6B6B6;
  font: normal normal 500 15px/20px jost;
}
ul.attachment-list li:before {
  content: "";
  display: inline-flex;
  width: 20px;
  background-image: url(assets/img/up-pin.svg);
  height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
}
ul.attachment-list li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.personal-info-pop {
  background-color: #F8F8F6;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  padding: 30px;
}
div#personal-info-modal {
  max-width: 400px;
}
.personal-info-pop h4 {
  font: normal normal bold 15px/20px jost;
  color: #3F3E3C;
  text-align: center;
  margin-bottom: 10px;
}
.personal-info-pop p.gform_required_legend {
  display: none;
}
.personal-info-pop span.gform_description {
  margin-bottom: 30px;
  font: normal normal 500 15px/20px jost;
  color: #3F3E3C;
  display: block;
}
.personal-info-pop label.gfield_label {
  font: normal normal bold 13px/17px jost;
  letter-spacing: 0px;
  color: #8B8A88;
}
.personal-info-pop .gform_wrapper.gravity-theme .gfield input.large {
  border: 1px solid #707070;
  border-radius: 4px;
  background-color: #fff;
  padding: 5px 10px;
}
.personal-info-pop  .gform_footer.top_label {
  padding-bottom: 0 !important;
}
.gform_wrapper.gravity-theme .gform_footer input {
  margin: 0;
  background-color: #377473;
  border-radius: 20px;
  text-transform: inherit;
  font: normal normal bold 15px/15px jost;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.gf-user-activation main#main {
  min-height: 70vh;
  background-color: #f8f8f6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gf-user-activation div#content {
  max-width: 550px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
  padding: 30px 60px 30px 60px;
  border-radius: 10px;
  text-align: center;
  font: normal normal 500 16px/21px jost;
  letter-spacing: 0px;
  color: #8B8A88;
}
.gf-user-activation div#content h2 {
  font: normal normal bold 30px/40px jost;
  letter-spacing: 0px;
  color: #403E3E;
}
div#calendly-app {
  height: 710px;
  display: inline-block;
  width: 100%;
  max-width: 700px;
}
.showroom-add h4 {
  font: normal normal bold 15px/20px jost;
  color: #3F3E3C;
  margin-bottom: 5px;
}
.showroom-add p {
  margin: 0;
}
.showroom-add {
  font: normal normal 500 14px/19px jost;
  letter-spacing: 0px;
  color: #3F3E3C;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  background-color: #fff;
  padding: 30px 30px;
}
.showroom-map {
  margin: 66px 0 30px;
  box-shadow: 0px 3px 6px #00000029;
  mix-blend-mode: luminosity;
  border-radius: 10px;
}
div#floorplan-modal , .floor-inner-pop{
  max-width: 80%;
  margin: 0 auto;
  position: relative;
  background-color: #F8F8F6;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  height: 85vh;
}
.floorpan.blocks h4 , .floor-inner-pop h3{
  font: normal normal bold 15px/20px jost;
  letter-spacing: 0px;
  color: #3F3E3C;
  margin-bottom: 8px;
}
.floorpan.blocks p {
  font: normal normal 500 15px/20px jost;
  letter-spacing: 0px;
  color: #3F3E3C;
  margin-bottom: 10px;
}
.floor-filter ul {
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: center;
  font: normal normal bold 15px/20px jost;
  letter-spacing: 0px;
  color: #3F3E3C;
}
.floor-filter ul li {
  margin: 0 10px;
}
.floor-plans-wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  overflow: auto;
  flex: 1;
  align-items: baseline;
  width: 100%;
}
.no-floorplan {
  border: 2px dashed #EAE8E8;
  border-radius: 10px;
  width: 100%;
  font: normal normal 500 15px/20px jost;
  letter-spacing: 0px;
  color: #B6B6B6;
  padding: 40px;
  background-color: #F8F8F6;
}
.floor-plan {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  width: 100%;
  max-width: 23%;
  background-color: #fff;
  margin: 1%;
  padding: 20px 10px 10px 10px;
  font: normal normal 500 14px/19px jost;
  color: #3F3E3C;
}
.floor-plan img {
  height: 120px;
  width: 100%;
  object-fit: contain;
  margin-bottom: 20px;
  cursor: pointer;
}
input.floor_layout {
  border: 1px solid #707070;
  border-radius: 4px;
  height: 20px;
  width: 20px;
}
input[type=checkbox]:checked:before {
  display: none;
}
input[type=checkbox]:checked {
  background-color: #377473;
  border-color: #377473;
}
.floor-filter {
  padding-bottom: 20px;
}
.floorpan.blocks {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.floorplan-btns {
  display: flex;
  justify-content: center;
  padding: 30px 0 10px;
}
.floorplan-btns a {
  margin: 0 10px;
}
/*.project-menu-item.inactive {
  pointer-events: none;
  cursor: none;
}*/
#mortgageform .pop-body {
  background-color: #f8f8f6;
  padding: 0 30px 30px;
}
div.mortgage-block {
    max-width: 400px;
    padding: 0;
    background-color: #F8F8F6;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
}
.mortgage-block input[type="button"] {
  width: 100%;
}
.mortgage-block h4 {
  color: #3F3E3C;
  font: normal normal bold 16px/19px jost;
  text-align: center;
}
.step_1 .pop-body {
  font: normal normal 500 14px/18px jost;
}
form#mortgageform label {
  font: normal normal bold 13px/17px jost;
  color: #8B8A88;
  display: block;
}
.mortgage-block select, .mortgage-block input:not([type='checkbox'],[type='submit'],[type='button'],[type='radio']) {
  border: 1px solid #707070;
  border-radius: 4px;
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  padding: 5px 10px;
}
.mortgage-block .form-group {
  margin-bottom: 12px;
}
span.currency-field {
  position: relative;
  display: flex;
}
span.currency {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  left: 0;
  font: normal normal 500 14px/14px jost;
  color: #707070;
  height: 100%;
  display: flex;
  align-items: center;
  width: 20px;
  justify-content: center;
  border-right: 1px solid;
}
.currency-field input[type="number"], .currency-field input[type="text"] {
  padding-left: 25px !important;
}
.mortgage-block .form-group > span {
  font: normal normal 500 12px/16px jost;
  color: #8B8A88;
  display: block;
  margin-bottom: 3px;
}
.project-images .slide-arrow {
  position: absolute;
  bottom: 45%;
  color: #F8F8F6;
  font-size: 28px;
  opacity: 0;
  transition: 0.2s;
  z-index: 99;
  cursor: pointer;
  line-height: 1;
}
.project-images .next-arrow {
  right: -10px;
}
.project-images .prev-arrow {
  left: -10px;
}
.project-images:hover .next-arrow {
  right: 10px;
  opacity: 1;
}
.project-images:hover .prev-arrow {
  left: 10px;
  opacity: 1;
}
.project-images:hover .zoom-icon {
  opacity: 1;
}
.project-images {
  position: relative;
}
span.zoom-icon {
  position: absolute;
  z-index: 99;
  width: 28px;
  height: 28px;
  bottom: 50%;
  right: 50%;
  background-color: #f8f8f6;
  border-radius: 30px;
  padding: 6px;
  display: flex;
  transform: translate(50%, 50%) scale(0.6);
  cursor: pointer;
  opacity: 0;
  transition: 0.2s;
}
.project-images:hover span.zoom-icon {
  opacity: 1;
  transform: translate(50%, 50%) scale(1);
}
.slick-lightbox .slick-arrow {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  font-size: 0;
  background-color: transparent;
  border: none;
  z-index: 99;
}
.slick-lightbox .slick-arrow:before {
  font-family: "Font Awesome 5 Free";
  font-size: 24px;
  font-weight: 900;
  color: #F8F8F6;
}
.slick-lightbox .slick-prev:before {
  content: "\f137";
}
.slick-lightbox .slick-next:before {
  content: "\f138";
}
.slick-lightbox-close:before {
  font-size: 36px !important;
}
div#login {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  background-color: #fff;
  padding: 30px;
  text-align: center;
  font: normal normal 500 13px/17px jost;
  color: #8B8A88;
}
div#login h2 {
  font: normal normal bold 30px/40px jost;
  letter-spacing: 0px;
  color: #403E3E;
  margin-bottom: 10px;
}
div#login h4 {
  font: normal normal bold 16px/20px jost;
  letter-spacing: 0px;
  color: #403E3E;
}
form#loginform {
  text-align: left;
  max-width: 300px;
  margin: 0 auto;
}
form#loginform label {
  display: block;
  margin: 5px 0;
  font-weight: 700;
}
form#loginform a.forgot-pwd {
  margin: 20px 0;
  display: block;
}
form#loginform  input#wp-submit {
  display: block;
  text-align: center;
  background-color: #377473;
  color: #fff;
  padding: 10px 30px;
  border-radius: 40px;
  font: normal normal bold 15px/20px jost;
  letter-spacing: 0px;
  border: 1px solid #377473;
  width: 100%;
  text-transform: inherit;
}

.flr-image-sec{display:none;}
.flr-image-sec.active{display:block;}

.warranty-error{background-color: #f8f8f6;text-align:center;color:red;}
.floor-plan input[type="checkbox"] , .floor-inner-btns input[type="checkbox"]{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='18.35' viewBox='0 0 20 18.35'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_95' data-name='Rectangle 95' width='20' height='18.35' transform='translate(0 0)' fill='%233f3e3c'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_131' data-name='Group 131' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_27' data-name='Path 27' d='M14.5,0A5.988,5.988,0,0,0,10,2.09,5.988,5.988,0,0,0,5.5,0,5.447,5.447,0,0,0,0,5.5c0,3.78,3.4,6.86,8.55,11.54L10,18.35l1.45-1.32C16.6,12.36,20,9.28,20,5.5A5.447,5.447,0,0,0,14.5,0M10.1,15.55l-.1.1-.1-.1C5.14,11.24,2,8.39,2,5.5A3.418,3.418,0,0,1,5.5,2,3.909,3.909,0,0,1,9.07,4.36h1.87A3.885,3.885,0,0,1,14.5,2,3.418,3.418,0,0,1,18,5.5c0,2.89-3.14,5.74-7.9,10.05' fill='%233f3e3c'/%3E%3C/g%3E%3C/svg%3E%0A");
  border: none;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: none;
}
.floor-plan input[type=checkbox]:checked , .floor-inner-btns input[type="checkbox"]:checked{
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg id='heart' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='18.35' viewBox='0 0 20 18.35'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_95' data-name='Rectangle 95' width='20' height='18.35' transform='translate(0 0)' fill='%233f3e3c'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-2'%3E%3Crect id='Rectangle_96' data-name='Rectangle 96' width='20' height='18.35' transform='translate(0 0)' fill='%23377473'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_131' data-name='Group 131' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_27' data-name='Path 27' d='M14.5,0A5.988,5.988,0,0,0,10,2.09,5.988,5.988,0,0,0,5.5,0,5.447,5.447,0,0,0,0,5.5c0,3.78,3.4,6.86,8.55,11.54L10,18.35l1.45-1.32C16.6,12.36,20,9.28,20,5.5A5.447,5.447,0,0,0,14.5,0M10.1,15.55l-.1.1-.1-.1C5.14,11.24,2,8.39,2,5.5A3.418,3.418,0,0,1,5.5,2,3.909,3.909,0,0,1,9.07,4.36h1.87A3.885,3.885,0,0,1,14.5,2,3.418,3.418,0,0,1,18,5.5c0,2.89-3.14,5.74-7.9,10.05' fill='%233f3e3c'/%3E%3C/g%3E%3Cg id='Group_132' data-name='Group 132' transform='translate(0 0)' clip-path='url(%23clip-path-2)'%3E%3Cpath id='Path_29' data-name='Path 29' d='M14.5,0A5.988,5.988,0,0,0,10,2.09,5.988,5.988,0,0,0,5.5,0,5.447,5.447,0,0,0,0,5.5c0,3.78,3.4,6.86,8.55,11.54L10,18.35l1.45-1.32C16.6,12.36,20,9.28,20,5.5A5.447,5.447,0,0,0,14.5,0' fill='%23377473'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.floorplan-img-slider .slide-arrow {
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.829' height='18.828' viewBox='0 0 10.829 18.828'%3E%3Cg id='MoreArrow' transform='translate(1.414 1.414)'%3E%3Cline id='Line_6' data-name='Line 6' x2='8' y2='8' fill='none' stroke='%23377473' stroke-linecap='round' stroke-width='2'/%3E%3Cline id='Line_7' data-name='Line 7' y1='8' x2='8' transform='translate(0 8)' fill='none' stroke='%23377473' stroke-linecap='round' stroke-width='2'/%3E%3Cline id='Line_8' data-name='Line 8' x2='6' y2='6' transform='translate(2 2)' fill='none' stroke='%23377473' stroke-linecap='square' stroke-width='2'/%3E%3Cline id='Line_9' data-name='Line 9' y1='7' x2='7' transform='translate(1 8)' fill='none' stroke='%23377473' stroke-linecap='square' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 10px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  z-index: 999;
  background-position: center;
  border: 1px solid #377473;
  border-radius: 30px;
  right: 0;
  cursor: pointer;
}
.flr-image-sec img {
  width: 100%;
  max-height: 65vh;
  object-fit: contain;
}
.floor-inner-btns input[type="checkbox"] {
  background-color: transparent;
  border: 1px solid #377473;
  height: 40px;
  width: 40px;
  background-size: 18px;
  border-radius: 30px;
  margin-left: 10px;
}
.floorplan-img-slider .slide-arrow.prev-arrow {
  right: auto;
  left: 0;
  transform: translateY(50%) rotate(180deg);
}
.floorplan-btns input[type="button"] {
  margin: 0px 10px;
}
.floor-inner-btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
a.floor-btn {
  display: block;
  text-align: center;
  background-color: transparent;
  color: #377473;
  padding: 10px 30px;
  border-radius: 40px;
  font: normal normal bold 15px/20px jost;
  letter-spacing: 0px;
  border: 1px solid #377473;
  text-transform: inherit;
  margin-right: 20px;
  width: 100%;
  max-width: 150px;
}
a.floor-btn.active {
  background-color: #377473;
  color: #fff;
}
div#involved-modal {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  background-color: #F8F8F6;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  max-height: 85vh;
  overflow: auto;
}
div#involved-modal .pop-foot {
  padding: 0;
  border: none;
}
.involved-popup h2 {
  font: normal normal bold 24px/32px jost;
  letter-spacing: 0px;
  color: #3F3E3C;
}
.involved-popup p {
  margin: 0;
  text-align: left;
  font: normal normal 500 15px/20px jost;
  letter-spacing: 0px;
  color: #3F3E3C;
}
div#involved-modal .pop-foot {
  padding: 30px 0 0 0;
  border: none;
}
.projects-main {
  padding: 30px;
}
.login-projects a.project-btn-outline {
  margin-left: auto;
  max-width: 120px;
}
.projects-main .project-list {
  padding: 30px 0;
}
.project-block {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}.project-block h3 {
  margin: 18px;
  font: normal normal bold 16px/21px Futura;
  letter-spacing: 0px;
  color: #72706E;
}
.project-block a.reg-btn, .view-project {
  margin: 0px 0 20px 20px;
  max-width: fit-content;
}
.project-block img {
  height: 280px;
  width: 100%;
  object-fit: cover;
}
div#reg-modal, #reg-realtor-modal {
  background-color: #fff;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  max-width: 580px;
  padding: 30px 60px;
}
div#reg-modal h2 {
  font: normal normal bold 30px/40px jost;
  text-align: center;
  color: #403E3E;
}
 #reg-realtor-modal h2 {
  font: normal normal bold 30px/40px Futura;
  letter-spacing: 0px;
  text-align: center;
  color: #72706E;
}
div#reg-realtor-modal li {
  list-style: disc;
  list-style-position: inside;
  font: normal normal 500 16px/21px Futura;
  letter-spacing: 0px;
  color: #71706E;
}
div#reg-realtor-modal li::marker {
  color: #E5BC61;
}
div#built-for-you-modal {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  background-color: #FFF;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  height: 85vh;
  display: flex;
  flex-wrap: wrap;
}
.plans-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.build-categories , .select-plan{
  padding: 30px;
  background-color: #F8F8F6;
  border-radius: 10px 0px 0px 10px;
  display: flex;
  width: 100%;
  max-width: 300px;
  flex-direction: column;
}
.build-categories h4 {
  font: normal normal 500 18px/25px jost;
  letter-spacing: 0px;
  color: #898785;
  text-align: center;
}
.cat-btns a.project-btn {
  margin: 10px 0;
}
.cat-btns , .build-plan-img {
  flex: 1;
}
.total-cost {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.total-cost span {
  font: normal normal 500 18px/25px jost;
  letter-spacing: 0px;
  color: #3F3E3C;
}
.total-cost b {
  font: normal normal bold 18px/25px jost;
  color: #3F3E3C;
}
.build-plans , .plan-preview{
  width: 100%;
  max-width: calc(100% - 300px);
  box-shadow: 0px 3px 6px #00000029;
  font: normal normal 500 18px/25px jost;
  letter-spacing: 0px;
  color: #898785;
}
.build-plans {
  padding: 30px;
  height: 100%;
  overflow: auto;
}
.build-plans h2 {
  font: normal normal bold 48px/63px jost;
  letter-spacing: 0px;
  color: #3F3E3C;
  margin-bottom: 10px;
}
.plan-detail.selection-missing {
  background-color: #F8F8F6;
  border: 2px dashed #EAE8E8;
  border-radius: 10px;
  text-align: center;
  font: normal normal 500 15px/20px jost;
  color: #B6B6B6;
  padding: 20px;
  height: 250px;
  display: grid;
  place-content: center;
}
span.img-plan {
  height: 250px;
  display: block;
  border-radius: 10px;
  text-align: center;
  background-color: #f8f8f6;
  border: 1px dashed #EAE8E8;
  overflow: hidden;
}
.plan-detail h4 {
  font: normal normal bold 18px/25px jost;
  text-align: center;
  color: #72706E;
  margin: 15px 0 0 0;
}
.main-build-wrap , .selection-wraper{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.hide {
  display: none;
}
div#built-for-you-modal > div {
  width: 100%;
}
.plan-thumbs {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-content: start;
  justify-content: space-between;
  padding: 20px 0px;
}
.plan {
  width: 100%;
  max-width: calc(50% - 8px);
  height: 100px;
  margin-bottom: 16px;
}
.plan label {
  border: 1px solid #707070;
  border-radius: 10px;
  display: block;
  overflow: hidden;
  height: 100px;
  transition: 0.2s;
  cursor: pointer;
}
.plan label img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}
.plan input[type="radio"]:checked+label ,
.plan input[type=checkbox]:checked+label {
  box-shadow: 0 0 0 4px #377473;
  border: 1px solid #377473;
}
.build-plan-img img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.plan input[type=checkbox] ,
.plan input[type="radio"] {
  display: none;
}
.plan-preview h2 {
  font: normal normal bold 48px/63px jost;
  margin: 0;
  color: #3F3E3C;
  padding: 30px 30px 10px 30px;
}
.plan-preview {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  background-color: #fff;
}
.plan-footer {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
}
.preview-price {
  font: normal normal bold 18px/25px jost;
  margin-right: 20px;
  color: #3F3E3C;
}
.preview-name {
  font: normal normal bold 18px/25px jost;
  margin-right: 20px;
  color: #72706E;
}
.preview-details {
  font: normal normal 500 18px/25px jost;
  color: #72706E;
}
a.btn-back {
  font: normal normal bold 15px/20px jost;
  margin-bottom: 30px;
  color: #377473;
  text-transform: capitalize;
}
a.btn-back:before {
  content: "";
  width: 8px;
  height: 10px;
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='231.09 151.05 289.24 449.79'%3E%3Cpath d='m456.04 151.05c16.574 0 33.152 6.1562 45.465 18.941 25.102 25.102 25.102 65.828 0 91.402l-114.61 114.61 114.61 114.61c25.102 25.102 25.102 65.828 0 91.402-25.102 25.102-65.828 25.102-91.402 0l-160.07-160.54c-12.312-12.312-18.941-28.414-18.941-45.465s6.6289-33.625 18.941-45.465l160.55-160.54c12.785-12.785 29.359-18.941 45.461-18.941z' fill='%23367372'%3E%3C/path%3E%3C/svg%3E");
}
.total-cost-block .complete_selection {
  width: 100%;
}
input.complete_selection:disabled {
  background-color: #B6B6B6;
  border-color: #B6B6B6;
}
.project-btn.sel-done {
  background-color: transparent;
  color: #377473;
}
.jc-bs3-container {
  max-width: 380px;
}
.jconfirm-box {
  padding: 30px !important;
}
span.jconfirm-title {
  font: normal normal bold 36px/47px jost !important;
  text-align: center;
  color: #3F3E3C;
  width: 100%;
}
.jconfirm-content-pane {
  font: normal normal 500 18px/25px jost !important;
  letter-spacing: 0px;
  color: #72706E;
}
.jconfirm-buttons {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0 !important;
}
.jconfirm-buttons .project-btn {
  border-radius: 20px !important;
  width: 100% !important;
  padding: 10px !important;
  font: normal normal bold 15px/20px jost !important;
  text-transform: initial !important;
}
.close-outline {
  background-color: transparent;
  color: #377473;
  padding: 10px 30px !important;
  border-radius: 40px !important;
  font: normal normal bold 15px/20px jost !important;
  letter-spacing: 0px;
  border: 1px solid #377473 !important;
  text-transform: inherit !important;
}
.stay-btn {
  background-color: #377473;
  color: #fff;
  padding: 10px 60px !important;
  border-radius: 40px !important;
  font: normal normal bold 15px/20px jost !important;
  letter-spacing: 0px;
  border: 1px solid #377473 !important;
  text-transform: inherit !important;
}
#built-for-you-modal button.mfp-close {
  display: none;
}
#built-for-you-modal a.close-popup {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0px;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  color: #000000;
  font-style: normal;
  font-size: 24px;
  font-family: Arial,Baskerville,monospace;
  z-index: 99;
  padding: 0;
}
.project-info-row {
  display: grid;
  grid-template-columns: 1fr 150px;
  align-items: center;
  gap: 10px;
}
button.project-btn {
  width: 100%;
  margin: 0 !important;
  border-radius: 50px !important;
}
.project-info-boxs.disabled {
  background-color: #f8f8f6;
}
div#tab-showroom {
  background-color: #f8f8f8;
  max-width: 80%;
  margin: 0 auto;
  position: relative;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  padding: 30px 20px 0px 30px;
}
#tab-showroom .project-title-text {
  margin-bottom: 30px;
}
.mfp-wrap {
  transform: scale(0.6);
  opacity: 0;
  transition: 0.4s;
}
.mfp-wrap.mfp-ready.mfp-removing {
  transform: scale(0.6);
  opacity: 0;
}
.mfp-wrap.mfp-ready {
  transform: scale(1);
  opacity: 1;
}
div#reserve-info-modal {
  max-width: 380px;
  font: normal normal 500 15px/20px jost;
}
.ginput_container_consent {
  display: flex;
  align-items: start;
}
.ginput_container_consent input {
  margin-top: 5px;
}

.project-btn.no-reserve, button.grey-out {
    background: #71706E;
    border-color: #71706E;
}

[data-title] {
  font-size: 30px; /*optional styling*/
  position: relative;
  cursor: help;
}

[data-title]:hover::before {
  content: attr(data-title);
  position: absolute;
  bottom: -35px;
  display: inline-block;
  padding: 3px 6px;
  border-radius: 2px;
  background: #71706E;
  color: #fff;
  font-size: 12px;
  font-family: sans-serif;
  white-space: nowrap;
}
[data-title]:hover::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  display: inline-block;
  color: #fff;
  border: 8px solid transparent;	
  border-bottom: 8px solid #71706E;
}
.realtor-main h3 {
  font: normal normal bold 16px/21px Futura;
  letter-spacing: 0px;
  color: #71706E;
  text-align: center;
  margin-bottom: 15px;
}
.realtor-list {
  display: grid;
  grid-template-columns: 300px 1fr 300px;
  column-gap: 30px;
  align-items: start;
  margin-bottom: 30px;
}
.page-id-885 main#main ,
.page-id-880 main#main {
  background: transparent linear-gradient(180deg, #F0EDE5 0%, #F8F8F6 100%) 0% 0% no-repeat padding-box;
}
.realtor-main > p {
  text-align: center;
  font: normal normal 500 16px/21px Futura;
  letter-spacing: 0px;
  color: #71706E;
}
.realtor-title {
  font: normal normal bold 48px/63px Futura;
  letter-spacing: 0px;
  color: #3F3E3C;
  margin: 0;
}
.realtor-price {
  font: normal normal bold 30px/40px Futura;
  letter-spacing: 0px;
  color: #72706E;
  margin: 0;
}
.realtor-location {
  font: normal normal bold 16px/21px Futura;
  letter-spacing: 0px;
  color: #71706E;
  margin: 0;
}
.realtor-block img {
  border-radius: 10px;
}
.project-list-wrap {
  margin-top: 60px;
}
.realtor-btn-fill , input[type="submit"].realtor-btn-fill{
  background-color: #E5BC61;
  color: #fff;
  font: normal normal bold 15px/20px Futura;
  letter-spacing: 0px;
  padding: 10px 40px;
  text-decoration: none !important;
  border-radius: 20px;
  display: block;
  text-align: center;
  border: 1px solid #E5BC61;
  margin-bottom: 10px;
}
.realtor-btn-outline {
  background-color: #fff;
  color: #E5BC61;
  font: normal normal bold 15px/20px Futura;
  letter-spacing: 0px;
  padding: 10px 40px;
  text-decoration: none !important;
  border-radius: 20px;
  display: block;
  text-align: center;
  border: 1px solid #E5BC61;
  margin-bottom: 10px;
}
.realtor-btn-outline:hover {
  color: #fff;
  background-color: #E5BC61;
}
.realtor-btn-fill:hover , input[type="submit"].realtor-btn-fill:hover{
  color: #E5BC61;
  background-color: #fff;
}
.page-id-885 div#content-wrap ,
.page-id-880 div#content-wrap {
  width: 1400px;
}
.realtor-client-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.realtor-invite-link .realtor-btn-fill {
  max-width: 200px;
  margin: 0;
}
.realtor-tabs a {
  font: normal normal bold 15px/20px Futura;
  letter-spacing: 0px;
  padding: 10px 40px;
  text-decoration: none !important;
  border-radius: 20px;
  display: inline-block;
  border: 1px solid #fff;
  color: #71706E;
  outline: none !important;
}
.realtor-tabs a.active {
  background-color: #E5BC61;
  color: #fff;
  border: 1px solid #E5BC61;
}
.realtor-tabs {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 3px 6px #0000001a;
}
.realtor-active-table th, .realtor-invited-table th {
  font: normal normal bold 16px/21px Futura;
  letter-spacing: 0px;
  color: #71706E;
  padding: 15px;
}
.realtor-active-table tr {
  display: grid;
  grid-template-columns: repeat(4 , minmax(180px, 25%));
}
.realtor-invited-table tr {
  display: grid;
  grid-template-columns: repeat(3 , minmax(180px, 33.33%));
}
.realtor-active-table tbody tr, .realtor-invited-table tbody tr {
  margin-bottom: 16px;
  box-shadow: 0px 3px 6px #00000029;
  background-color: #fff;
  border-radius: 10px;
}
.realtor-active-table  td , .realtor-invited-table td {
  padding: 15px;
  font: normal normal 500 16px/21px Futura;
  letter-spacing: 0px;
  color: #71706E;
}
.realtor-invited-table td button {
  font: normal normal bold 16px/21px Futura;
  letter-spacing: 0px;
  color: #71706E;
  background-color: transparent;
  border: none;
  display: block;
  margin-left: auto;
}
#invite-client h4 {
  font: normal normal bold 30px/40px Futura;
  letter-spacing: 0px;
  color: #403E3E;
}
#invite-client .gform_description {
  font: normal normal 500 16px/21px Futura;
  letter-spacing: 0px;
  color: #72706E;
}
#invite-client textarea {
  border: 1px solid #707070;
  border-radius: 10px;
  text-align: center;
  padding: 15px;
}
#invite-client input[type="email"] {
  border: 1px solid #707070;
  border-radius: 4px;
}
#invite-client label {
  font: normal normal 700 13px/17px Futura;
  letter-spacing: 0px;
  color: #8B8A88;
}
#invite-client .gform_description a {
  color: #E5BC61;
}
#invite-client input[type="submit"].realtor-btn-fill {
  margin: 0 auto;
}
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

/* homepage css */

.homepage-slider-wrap {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  border-radius: 0px 0px 10px 10px;
  overflow: hidden;
  position: relative;
}
.homeslider-img {
  padding: 25rem 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.homeslider-img h2 {
  font: normal normal bold 48px/63px Futura;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-shadow: 0px 3px 6px #00000029;
  text-align: center;
  margin-bottom: 30px;
}

.homeslider-img p {
  font: normal normal bold 30px/40px Futura;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-shadow: 0px 3px 6px #00000029;
  text-align: center;
  margin: 0;
}

.homeslider .slick-arrow {
  position: absolute;
  bottom: 50%;
  font-size: 0px;
  height: 43px;
  width: 43px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.828' height='10.828' viewBox='0 0 18.828 10.828'%3E%3Cg id='MoreArrow' transform='translate(17.414 1.414) rotate(90)'%3E%3Cline id='Line_6' data-name='Line 6' x2='8' y2='8' fill='none' stroke='%2371706e' stroke-linecap='round' stroke-width='2'%3E%3C/line%3E%3Cline id='Line_7' data-name='Line 7' y1='8' x2='8' transform='translate(0 8)' fill='none' stroke='%2371706e' stroke-linecap='round' stroke-width='2'%3E%3C/line%3E%3Cline id='Line_8' data-name='Line 8' x2='6' y2='6' transform='translate(2 2)' fill='none' stroke='%2371706e' stroke-linecap='square' stroke-width='2'%3E%3C/line%3E%3Cline id='Line_9' data-name='Line 9' y1='7' x2='7' transform='translate(1 8)' fill='none' stroke='%2371706e' stroke-linecap='square' stroke-width='2'%3E%3C/line%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  border-radius: 35px;
  background-size: 18px;
  box-shadow: 0px 3px 6px #0000001A;
  background-color: #F8F8F6;
  z-index: 99;
  border: none;
  outline: none;
}

.homeslider .slick-arrow.slick-next {
  right: 20px;
  transform: translateY(50%) rotate(-90deg);
  background-position: 50% 52%;
}

.homeslider .slick-arrow.slick-prev {
  left: 20px;
  transform: translateY(50%) rotate(90deg);
  background-position: 50% 52%;
}
.homeslider ul.slick-dots {
  margin: 0;
  position: absolute;
  bottom: 30px;
  display: flex;
  justify-content: center;
  width: 100%;
  list-style: none;
}

.homeslider ul.slick-dots li button {
  font-size: 0px;
  padding: 0;
  margin: 0 4px;
  width: 8px;
  height: 8px;
  background-color: #FFFFFF;
  border: 1px solid #707070;
  border-radius: 15px;
}

.homeslider ul.slick-dots li.slick-active button {
  background-color: #377473;
  border-color: #377473;
}
.home-projects h2 {
  font: normal normal bold 30px/40px Futura;
  letter-spacing: 0px;
  color: #72706E;
  text-align: center;
  margin: 0;
}
.home-projects .data-list {
  font: normal normal normal 16px/21px Futura;
  letter-spacing: 0px;
  color: #72706E;
  padding: 0 18px 18px;
}
.home-content {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  font: normal normal normal 16px/21px Futura;
  color: #3F3E3C;
  padding: 0 20px 40px;
}
.project-banner-image {
  max-width: 1640px;
  margin: 0 auto;
  border-radius: 0px 0px 10px 10px;
  overflow: hidden;
}
.project-banner-image img {
  width: 100%;
  max-height: 550px;
  object-fit: cover;
}
.project-single-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 60% 40%;
  padding: 10px 20px 200px;
}
.project-single-inner .project-title {
  font: normal normal bold 48px/63px Futura;
}
.project-single-inner h2 {
  font: normal normal bold 30px/40px Futura;
  letter-spacing: 0px;
  color: #72706E;
}
.right-proejct-section > .form {
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    padding: 30px 40px;
    margin-left: 20px;
    margin-top: 30px;
}
.right-proejct-section .form h1 {
  font: normal normal bold 28px/37px Futura;
  letter-spacing: 0px;
  color: #72706E;
  text-align: center;
  margin-bottom: 10px;
}
.right-proejct-section .form h3 {
  font: normal normal 500 26px/35px Futura;
  letter-spacing: 0px;
  color: #72706E;
  text-align: center;
  margin-bottom: 10px;
}
.project-single-inner .project-info h4 {
  display: flex;
  justify-content: space-between;
  padding: 8px;
  margin: 0;
  font: normal normal bold 16px/21px Futura;
  letter-spacing: 0px;
  color: #3F3E3C;
}
.project-single-inner .project-info h4 span {
  font-weight: 700;
  padding-left: 20px;
  text-align: right;
}
.project-single-inner .project-info > h4:nth-child(even) {
  background-color: #0000000D;
  border-radius: 5px;
}
.floor-type-single-list span {
  background-color: #0000000D;
  padding: 8px 30px;
  margin: 0px 18px 20px 0px;
  border-radius: 5px;
  font: normal normal bold 16px/21px Futura;
  letter-spacing: 0px;
  color: #3F3E3C;
  display: inline-block;
}
.project-single-inner .project-info {
  padding: 18px 18px 0px 18px;
  margin-bottom: 30px;
  border-radius: 10px;
}
.map-head {
  display: flex;
  font: normal normal bold 16px/21px Futura;
  letter-spacing: 0px;
  color: #3F3E3C;
  justify-content: space-between;
  background-color: #fff;
  padding: 18px 36px;
}
.map-head a {
  font: normal normal 500 16px/21px Futura;
  letter-spacing: 0px;
  color: #377473;
  text-decoration: underline;
}
.project-single-map {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  overflow: hidden;
}
.inventory-and-prices h3 {
  font: normal normal bold 16px/21px Futura;
  letter-spacing: 0px;
  color: #3F3E3C;
  grid-column: 1 / 3;
  margin-bottom: 36px;
}
.inventory-and-prices {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  background-color: #fff;
  margin-top: 30px;
  padding: 18px 36px;
  display: grid;
  grid-template-columns: 70% 30%;
  align-items: start;
}
.inventory-and-prices p {
  margin: 0px 30px 20px;
  font: normal normal 500 16px/21px Futura;
  letter-spacing: 0px;
  color: #3F3E3C;
}
.project-info-amenities {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  background-color: #fff;
  margin-top: 30px;
  padding: 18px 36px;
}
.project-info-amenities h4 {
  font: normal normal bold 16px/21px Futura;
  letter-spacing: 0px;
  color: #3F3E3C;
  margin-bottom: 30px;
}
.project-info-amenities span {
  border: 1px solid #377473;
  border-radius: 30px;
  padding: 8px 20px;
  margin-right: 20px;
  font: normal normal normal 16px/21px Futura;
  margin-bottom: 18px;
  display: inline-block;
}
.myproperties-btn a {
  background-color: #377473;
  color: #fff;
  display: inline-block;
  font: normal normal bold 15px/20px Futura;
  padding: 8px 20px;
  border-radius: 30px;
  margin-right: 10px;
}
.my-propertys-main > h2 {
  font: normal normal bold 48px/63px Futura;
  letter-spacing: 0px;
  color: #3F3E3C;
  text-align: center;
  margin: 40px 0 0px;
}
.notification-bar{ width: 100%; height: 70px; background: #BE0404;}
.realtor-property {
  width: 100%;
  max-width: 1470px;
  background: #fff;
  margin: 20px auto 30px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 300px 1fr 320px;
  padding: 30px;
}
.realtor-property .property-details {
  padding: 0 30px;
  align-self: center;
}
.property_image img {
  border-radius: 1em;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.realtor-property .property-details h2 {
  font: normal normal bold 36px/47px Futura;
  letter-spacing: 0px;
  color: #3F3E3C;
  margin: 0;
}
.realtor-property .property-details h3 {
  font: normal normal bold 26px/35px Futura;
  letter-spacing: 0px;
  color: #72706E;
  margin-bottom: 20px;
}
.realtor-property .property-details h4 {
  font: normal normal bold 16px/21px Futura;
  letter-spacing: 0px;
  color: #71706E;
  margin: 0;
}
.realtor-property button {
  width: 100%;
}
.my-propertys-mortages {
  margin: 0 auto 40px;
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.my-propertys-mortages h2 {
  font: normal normal bold 36px/47px Futura;
  letter-spacing: 0px;
  color: #3F3E3C;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.my-propertys-mortages h3 {
  font: normal normal bold 26px/35px Futura;
  letter-spacing: 0px;
  color: #72706E;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}
.my-propertys-mortages p {
  width: 100%;
  font: normal normal bold 16px/21px Futura;
  letter-spacing: 0px;
  color: #72706E;
  text-align: center;
}


@media(min-width: 992px) and (max-width: 1320px){
  a.project-menu-item {
    margin-right: 20px;
}
a.fill-info-btn {
  margin-right: 20px;
  padding: 15px 20px;
}
.project-nav {
  padding: 0 0px 0 70px;
}
.realtor-list {
  grid-template-columns: 250px 1fr 250px;
  column-gap: 20px;
}
.realtor-title {
font-size: 32px;
line-height: 42px;
}
.realtor-price {
font-size: 20px;
line-height: 30px;
}

}

@media(min-width: 768px) and (max-width: 991px){
  .realtor-list {
    grid-template-columns: 1fr 50%;
}.realtor-list > div:first-child {
  grid-row: 1 / 4;
}
.realtor-title {
  font-size: 32px;
  line-height: 42px;
}
.realtor-price {
  font-size: 20px;
  line-height: 30px;
  }
  .realtor-location {
    margin-bottom: 20px;
}
}
@media(min-width: 992px){
  .project-btns-wrap {
    margin-left: 40px;
  }
  .wca-col-1 {
    max-width: 8.33%;
  }
  .wca-col-2 {
    max-width: 16.66%;
  }
  .wca-col-3 {
    max-width: 25%;
  }
  .wca-col-4 {
    max-width: 33.33%;
  }
  .wca-col-5 {
    max-width: 41.66%;
  }
  .wca-col-6 {
    max-width: 50%;
  }
  .wca-col-7 {
    max-width: 58.33%;
  }
  .wca-col-8 {
    max-width: 66.66%;
  }
  .wca-col-9 {
    max-width: 75%;
  }
  .wca-col-10 {
    max-width: 83.33%;
  }
  .wca-col-11 {
    max-width: 91.66%;
  }
  .wca-col-12 {
    max-width: 100%;
  }
  .single-projects main#main {
    background: transparent linear-gradient(180deg, #E5F0F0 20%, #F8F8F6 50%) 0% 0% no-repeat padding-box;
  }

}

@media(max-width:991px){
  .realtor-property {
    grid-template-columns: 100%;
    row-gap: 30px;
}
.property_image img {
  height: 300px;
}
  .right-proejct-section > .form {
    padding: 20px;
}
.inventory-and-prices p {
    margin: 0 10px 20px;
}
  .right-proejct-section .form h1 {
    font-size: 18px;
    line-height: 24px;
}
.right-proejct-section .form h3 {
  font-size: 16px;
  line-height: 24px;
}
.project-single-inner .project-title {
  font-size: 28px;
  line-height: 36px;
  text-align: left;
}
.project-single-inner h2 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}
  .project-btns-wrap {
    margin-top: 40px;
}
  .project-menu {
    position: fixed;
    bottom: 0;
    z-index: 999;
    background-color: #fff;
    width: 100%;
    left: 0;
    padding: 0 20px;
    display: flex;
    justify-content: space-around;
    border-top: 1px solid #D8D8D8;
}
a.project-menu-item {
  margin: -1px 0 0 0;
  border-top: 2px solid transparent;
  border-bottom: 0;
}
.project-logo, a.user-name {
  display: none;
}
.project-nav-right {
  width: 100%;
}
a.fill-info-btn {
  display: block;
  margin: 10px auto;
  text-align: center;
  max-width: 360px;
}
.project-nav {
  background-color: #F8F8F6;
  padding: 0;
}
.project-details h2 {
  font: normal normal 500 18px/24px jost;
  text-align: center;
}
.project-title {
  font: normal normal bold 24px/32px jost;
  text-align: center;
}
.project-tab-content {
  padding: 1rem 0 12rem;
}
.project-info {
  margin: 0 -15px;
  border-radius: 0;
  padding: 20px 10px;
}
.warranty-btns-wrap .project-btn-outline {
  margin: 0 0 10px 0px;
}
.project-btn-outline, input[type="button"].project-btn-outline , .project-btn, input[type="button"].project-btn {
  padding: 10px;
}
.project-title-text {
  font: normal normal 500 15px/20px jost;
}
}

@media(max-width:767px){
  .project-single-inner {
    grid-template-columns: 100%;
}
.project-single-inner .project-info h4 {
  font-size: 14px;
}
.inventory-and-prices h3 {
  grid-column: 1;
  margin-bottom: 10px;
}
.project-info-amenities span {
  font-size: 14px;
  padding: 4px 10px;
  margin: 0 10px 10px 0;
}
.right-proejct-section > .form {
  margin-left: 0;
}
  .homeslider-img h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 20px;
}
.inventory-and-prices {
  grid-template-columns: 100%;
  padding: 20px 20px;
}
.homeslider-img p {
    font-size: 18px;
    line-height: 28px;
}

.homeslider-img {
    padding: 15rem 20px;
}

.homeslider .slick-arrow {width: 34px;height: 34px;background-size: 14px;}
  .project-info-row {
    grid-template-columns: 1fr;
}
  a.project-menu-item svg {
    margin: 0 0 10px 0;
    max-width: 20px;
}
a.project-menu-item {
  display: flex;
  flex-direction: column;
  padding: 16px 15px 14px;
  font: normal normal bold 12px/15px jost;
}
.realtor-list {
  grid-template-columns: 100%;
}
.realtor-location {
    margin-bottom: 20px;
}
.realtor-title {
  font-size: 32px;
  line-height: 42px;
}
.realtor-price {
  font-size: 20px;
  line-height: 30px;
  }
  .realtor-invite-link {
    width: 100%;
    margin-top: 10px;
}
.tables-wrap {
  overflow: auto;
}
.my-propertys-main > h2 , .realtor-property .property-details h2 , .my-propertys-mortages h2{
  font-size: 28px;
  line-height: 32px;
}
.property_image img {
  height: 200px;
}
.realtor-property .property-details {
  padding: 0;
}
.realtor-property .property-details h3 , .my-propertys-mortages h3 {
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0;
}
.my-propertys-mortages {
  justify-content: center;
}
}

.login-gf a {
    font: normal normal 500 14px/19px jost;
    text-decoration: none !important;
}
.login-gf h1 a {
	background-image: none;
    text-indent: initial;
    top: 355px;
    left: 852px;
    width: 100%;
    text-align: center;
    font: normal normal 500 30px/40px jost;
    letter-spacing: 0px;
    color: #403E3E;
    opacity: 1;
    margin: 0 !important;
}

form#gform_0 {
    text-align: left;
}

.login-gf {
    max-width: 520px;
    margin: 0 auto;
    padding: 40px 80px 20px !important;
}

input#gform_submit_button_0 {
    width: 100%;
}
.block-3d-box iframe {
  height: 100%;
}

.block-3d-box {
  height: calc(100% - 100px);
}

.selected-doc {
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 2px;
    color: green;
    background-color: rgb(255 255 255);
    padding: 5px;
    line-height: 1;
    border-radius: 30px;
    box-shadow: 0px 0px 15px -5px #ccc;
    cursor: pointer;
}