@charset "UTF-8";
/* Define standard variables and values for website */
/* Font-weights */
.fw-bold, bold, b {
  font-weight: 700 !important;
}
.fw-semibold {
  font-weight: 500 !important;
}
.fw-regular {
  font-weight: 400 !important;
}
/* 5 column grid */
.col-xs-5-cols, .col-sm-5-cols, .col-md-5-cols, .col-lg-5-cols {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5-cols {
  width: 20%;
  float: left;
}
/*background*/
.bg-white {
  background-color: #FFF;
}
.bg-white-2 {
  background-color: #F2F2F2;
}
.bg-black-1 {
  background-color: #1F1F1F;
}
.bg-black {
  background-color: #202020;
}
.bg-gray-1 {
  background-color: #676767;
}
.bg-gray-2 {
  background-color: #727272;
}
.bg-gray-3 {
  background-color: #8D8D8D;
}
.bg-yellow {
  background-color: #DDC88C;
}
.bg-primary {
  background-color: #DBA33B;
}
.bg-secondary {
  background-color: #202020;
}
.bg-tertiary {
  background-color: #F7F7F7;
}
/* text color */
.tc-white {
  color: #FFF;
}
.tc-white-2 {
  color: #F2F2F2;
}
.tc-black-1 {
  color: #1F1F1F;
}
.tc-black {
  color: #202020;
}
.tc-gray-1 {
  color: #676767;
}
.tc-gray-2 {
  color: #727272;
}
.tc-gray-3 {
  color: #8D8D8D;
}
.tc-yellow {
  color: #DDC88C;
}
.tc-primary {
  color: #DBA33B;
}
.tc-secondary {
  color: #202020;
}
.tc-tertiary {
  color: #F7F7F7;
}
.tc-primary-forecolor {
  color: #FFF;
}
.tc-secondary-forecolor {
  color: #FFF;
}
.tc-tertiary-forecolor {
  color: #202020;
}
.btn {
  padding: 0 36px;
  line-height: 53px;
  height: 55px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 5px;
}
.btn.btn-style1 {
  background: transparent !important;
  color: #FFF !important;
  border: 2px solid #DBA33B;
  border-radius: 0;
}
.btn.btn-style1:hover {
  background: #DBA33B !important;
  color: #202020 !important;
}
@media (min-width: 768px) {
  .col-sm-5-cols {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5-cols {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5-cols {
    width: 20%;
    float: left;
  }
}
body {
  font-family: "DM Sans", sans-serif;
}
body .parking-cont {
  margin-top: 10px;
  justify-content: center;
}
body .parking-cont p {
  margin-top: 0 !important;
  max-width: unset !important;
  width: auto !important;
  margin: 0 !important;
}
body .parking-cont .info-tooltip {
  opacity: 0.4;
  margin: 0 !important;
  margin-left: 7px !important;
}
body .parking-cont .info-tooltip:hover {
  opacity: 1;
}
body .parking-cont .info-tooltip:hover + .parking-tooltip {
  display: block !important;
}
body .parking-cont .parking-tooltip {
  display: none !important;
  background-color: #202020;
  color: #FFF !important;
  font-size: 16px !important;
  text-transform: capitalize !important;
  right: -90%;
  bottom: -60px;
  letter-spacing: 1px !important;
}
body .parking-cont .parking-tooltip:before {
  border-color: transparent transparent #202020 transparent;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
}
h1 {
  font-size: 60px;
}
h2 {
  font-size: 50px;
}
h3 {
  font-size: 40px;
}
h4 {
  font-size: 30px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 10px;
}
p {
  font-size: 14px;
  line-height: 1.7;
}
a, a:hover {
  text-decoration: none !important;
}
a, button {
  outline: 0 !important;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent !important;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent !important;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent !important;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent !important;
}
input::placeholder {
  color: transparent !important;
}
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent !important;
}
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent !important;
}
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent !important;
}
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent !important;
}
textarea::placeholder {
  color: transparent !important;
}
.btn-link {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #DBA33B;
  font-weight: bold;
  letter-spacing: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
}
.btn-link span {
  font-size: 18px;
  margin-left: 10px;
}
.view-more-property-details {
  width: 100%;
  margin-top: 40px;
  display: block;
}
.view-more-property-details a {
  color: #DBA33B;
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.view-more-property-details a span {
  font-size: 16px;
  vertical-align: middle;
}
.view-more-property-details .row {
  width: 100%;
  display: flex;
  justify-content: center;
}
.for-rent-cont {
  width: 100%;
  text-align: center;
}
.for-rent-cont h4 {
  font-size: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500 !important;
  letter-spacing: normal;
  line-height: 34px;
  margin-top: 40px;
  justify-content: center;
  align-items: center;
}
.for-rent-cont h6 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: normal !important;
  margin-top: 10px;
}
#main {
  background: #FFF;
  position: relative;
  z-index: 2;
}
#main .section {
  padding: 80px 0;
}
#main .section#overview {
  text-align: center;
}
#main .section#overview h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 30px;
  padding-bottom: 10px;
  text-align: center;
  padding-left: 2.5%;
  opacity: 0.25;
}
#main .section#overview h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  line-height: 1.5;
}
#main .section#overview h4 + h5 {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  display: block;
  margin-bottom: 30px;
}
#main .section#overview .infoBox {
  max-width: 840px;
  margin: auto;
}
#main .section#overview .infoBox .infobox-data span {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #202020;
  margin-bottom: 10px;
  display: block;
}
#main .section#overview .infoBox .infobox-data p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
}
#main .section#overview p {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  color: #202020;
}
#main .section#features {
  padding-top: 0;
}
#main .section#features .feature-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 820px;
  margin: 0 auto;
}
#main .section#features .feature-list .col-1, #main .section#features .feature-list .col-2, #main .section#features .feature-list .col-3 {
  width: 100%;
  max-width: 235px;
  display: block;
}
#main .section#features .feature-list .col-1 > div, #main .section#features .feature-list .col-2 > div, #main .section#features .feature-list .col-3 > div {
  color: #202020;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 25px;
  position: relative;
  padding-left: 15px;
  line-height: 1.5;
  /* &:after {
                            content: '';
                            width: 23px;
                            height: 23px;
                            border-radius: 100px;
                            background: url('/themes/east/img/icons8-checked.svg') no-repeat center center;
                            background-size: 23px;
                            position: absolute;
                            top: 0;
                            left: -20px;
                            z-index: 1;
                        } */
}
#main .section#features .feature-list .col-1 > div:after, #main .section#features .feature-list .col-2 > div:after, #main .section#features .feature-list .col-3 > div:after {
  content: "";
  font-family: "pu-themes" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #DBA33B;
  position: absolute;
  top: 0;
  left: -20px;
  z-index: 1;
  font-size: 23px;
}
#main .section#features .feature-list .col-2 {
  margin-left: 55px;
  margin-right: 55px;
}
#main .section#features .view-more {
  text-align: center;
}
#main .section#features .view-more a {
  font-weight: bold;
  font-size: 14px;
  color: #DBA33B !important;
  position: relative;
  padding-right: 15px;
  margin-top: 50px;
  letter-spacing: 5px;
  display: inline-block;
}
#main .section#features .view-more a:hover {
  opacity: 0.8;
}
#main .section#tour {
  background-image: url('/themes/east/img/black-bg-pattern.png');
  background-repeat: repeat;
  background-position: top center;
  background-size: 160px;
  background-color: #202020;
  padding-bottom: 0;
}
#main .section#tour .content-pane {
  margin-top: 50px;
}
#main .section#tour .content-pane .tab-pane {
  position: relative;
  padding-bottom: 1px;
  max-width: 796px;
  margin: 0 auto;
}
#main .section#tour .content-pane .tab-pane.floorplan {
  padding: 0;
  height: auto;
  background: transparent;
}
#main .section#tour .content-pane .tab-pane.floorplan .layout-featured {
  width: 100%;
}
#main .section#tour .content-pane .tab-pane.floorplan .folio-slider {
  background: transparent !important;
  /*.flex-control-thumbs {
                                position: relative;
                                left: 0 !important;
                                .slick-dots { 
                                    width: 100% !important;
                                    li {
                                        opacity: 0.3;
                                        &.slick-active { opacity: 1; }
                                    }
                                }
                            }*/
}
#main .section#tour .content-pane .tab-pane.floorplan .folio-slider .mySlides {
  overflow: hidden;
  /*img {
                                    transform: scale(2);
                                }*/
}
#main .section#tour .content-pane .tab-pane.floorplan .mySlides a + div {
  background-size: contain !important;
}
#main .section#tour .content-pane .tab-pane iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main .section#tour .content-pane .tab-pane .slides {
  background: transparent;
}
#main .section#tour .content-pane .tab-pane .slider-video {
  width: 100%;
}
#main .section#tour .content-pane .tab-pane .slider-video .mySlides {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
#main .section#tour .content-pane .tab-pane .slider-video .folio-slider {
  padding-bottom: 0;
}
#main .section#tour .content-pane .tab-pane .slider-video .folio-slider .slides {
  height: auto;
}
#main .section#tour .content-pane .tab-pane .slider-video .flex-control-thumbs, #main .section#tour .content-pane .tab-pane .slider-video .folio-slider-thumbs {
  display: none;
}
#main .section#tour .content-pane .tab-pane .slider-video .slick-prev {
  left: -60px;
}
#main .section#tour .content-pane .tab-pane .slider-video .slick-next {
  right: -60px;
}
#main .section#tour .content-pane .tab-pane .slick-arrow {
  width: 25px;
  height: 25px;
}
#main .section#tour .content-pane .tab-pane .slick-arrow:before {
  color: #fff;
  font-size: 25px;
  font-family: "pu-themes" !important;
  content: '';
}
#main .section#tour .content-pane .tab-pane .slick-arrow.slick-prev {
  left: -100px;
}
#main .section#tour .content-pane .tab-pane .slick-arrow.slick-prev:before {
  content: "";
}
#main .section#tour .content-pane .tab-pane .slick-arrow.slick-next {
  right: -100px;
}
#main .section#tour .content-pane .tab-pane .slick-arrow.slick-next:before {
  content: "";
}
#main .section#tour .content-pane .tab-pane .mobile-btn-holder {
  text-align: center;
  display: none;
}
#main .section#tour .content-pane .tab-pane .mobile-btn-holder .slick-arrow {
  width: 25px;
  height: 25px;
  position: relative;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  transform: translate(0, 0) !important;
  display: inline-block;
  cursor: pointer;
}
#main .section#tour .content-pane .tab-pane .mobile-btn-holder .slick-arrow:before {
  color: #fff;
  font-family: "pu-themes" !important;
  font-size: 25px;
  content: '';
}
#main .section#tour .content-pane .tab-pane .mobile-btn-holder .slick-arrow.slick-prev:before {
  content: "";
}
#main .section#tour .content-pane .tab-pane .mobile-btn-holder .slick-arrow.slick-next:before {
  content: "";
}
#main .section#tour .content-pane .tab-pane .folio-slider {
  background: transparent !important;
}
#main .section#tour .nav-tabs {
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#main .section#tour .nav-tabs li {
  margin-right: 50px;
  display: block;
}
#main .section#tour .nav-tabs li:last-child {
  margin-right: 0;
}
#main .section#tour .nav-tabs li a {
  font-family: 'Poppins', sans-serif;
  padding: 10px 0;
  color: white;
  font-size: 20px;
  font-weight: bold;
  background: transparent !important;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 5px;
  border: 0 !important;
  opacity: 0.35;
  position: relative;
}
#main .section#tour .nav-tabs li a:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #DBA33B;
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
#main .section#tour .nav-tabs li a:hover {
  opacity: 1;
}
#main .section#tour .nav-tabs li.active a {
  opacity: 1 !important;
}
#main .section#tour .nav-tabs li.active a:before {
  display: block;
}
#main .section#gallery {
  background-image: url('/themes/east/img/black-bg-pattern.png');
  background-repeat: repeat;
  background-position: top center;
  background-size: 160px;
  background-color: #202020;
}
#main .section#gallery h2 {
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  letter-spacing: 20px;
  font-weight: bold;
  font-size: 35px;
  line-height: 40px;
  color: white !important;
}
#main .section#gallery .load-more-button {
  margin-top: 40px;
  color: white !important;
}
#main .section#gallery .load-more-button.loading {
  pointer-events: none;
  opacity: 0.5;
}
#main .section#gallery .load-more-button:hover {
  color: #FFF !important;
}
#main .section#gallery .photo-item a {
  position: relative;
  display: block;
  padding-bottom: 76.25%;
  height: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#main .section#gallery .photo-item a:before {
  content: '';
  background: #333;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#main .section#gallery .photo-item a:hover {
  opacity: 0.3;
}
#main .section#gallery .photo-item img {
  transform: scale(2);
  display: none;
}
#main .section#gallery-secondary {
  background-image: url('/themes/east/img/black-bg-pattern.png');
  background-repeat: repeat;
  background-position: top center;
  background-size: 160px;
  background-color: #202020;
}
#main .section#gallery-secondary h2 {
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  letter-spacing: 20px;
  font-weight: bold;
  font-size: 35px;
  line-height: 40px;
}
#main .section#gallery-secondary .photo-item a {
  position: relative;
  display: block;
  padding-bottom: 76.25%;
  height: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#main .section#gallery-secondary .photo-item a:before {
  content: '';
  background: #333;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#main .section#gallery-secondary .photo-item a:hover {
  opacity: 0.3;
}
#main .section#gallery-secondary .photo-item img {
  transform: scale(2);
  display: none;
}
#main .section#contact {
  position: relative;
  padding: 0;
}
#main .section#contact.no-map {
  padding-top: 35px;
}
#main .section#contact.no-map h2 {
  text-align: center;
}
#main .section#contact.no-map .col-lg-offset-6 {
  margin-left: auto;
  margin: auto;
  width: 70%;
}
#main .section#contact.no-map .info {
  justify-content: center;
}
#main .section#contact.no-map .info .info-details {
  width: auto;
}
#main .section#contact .map-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 100%;
  z-index: 1;
  background: #676767;
}
#main .section#contact .map-wrap > div {
  height: 100% !important;
}
#main .section#contact .info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 80%;
  margin: 0 auto;
  padding-top: 100px;
}
#main .section#contact .info .avatar {
  width: 90px;
  height: 90px;
  overflow: hidden;
  border: 6px solid #DBA33B;
  border-radius: 50%;
  margin-right: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#main .section#contact .info .info-details {
  width: calc(100% - 120px);
}
#main .section#contact .info .info-details .name {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #202020;
}
#main .section#contact .info .info-details .email, #main .section#contact .info .info-details .contact, #main .section#contact .info .info-details .website {
  font-size: 14px;
  font-weight: 300;
  font-family: "DM Sans", sans-serif;
  color: #202020;
  line-height: 22px;
  opacity: 0.8;
}
#main .section#contact .info .info-details .website {
  opacity: 1;
}
#main .section#contact .info .info-details .website a {
  color: #DBA33B;
  word-break: break-word;
  /* img {
                                width: 12px;
                                height: auto;
                                vertical-align: middle;
                                position: relative;
                                top: -1px;
                            } */
}
#main .section#contact .info .info-details .website a .icon {
  font-size: 12px;
  margin-left: 3px;
}
#main .section#contact .info .info-details .website a:hover {
  color: #DBA33B;
}
#main .section#contact h2 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  letter-spacing: 5px;
  font-size: 35px;
  margin-bottom: 50px;
}
#main .section#contact .contact-form {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 100px;
}
#main .section#contact .contact-form label {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  color: #202020;
  opacity: 0.8;
}
#main .section#contact .contact-form label .required {
  color: #FF4B4B;
}
#main .section#contact .contact-form .form-group {
  margin-bottom: 50px;
}
#main .section#contact .contact-form .form-group textarea {
  padding: 10px 0;
}
#main .section#contact .contact-form .form-control {
  border-bottom: 1px solid rgba(32, 32, 32, 0.1);
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  color: #202020;
}
#main .section#contact .contact-form .btn-submit {
  color: #202020 !important;
  text-transform: uppercase;
  font-size: 14px;
  height: 65px;
  padding: 0 42px;
  font-weight: bold;
  letter-spacing: 5px;
  margin-top: 20px;
}
#main .section#contact .contact-form .intl-tel-input .flag-container .selected-dial-code {
  color: #202020;
}
#main .section#contact .contact-form .intl-tel-input .flag-container .iti-arrow {
  border-top-color: #202020;
}
#main .section#nearby-schools {
  background-image: url('/themes/east/img/black-bg-pattern.png');
  background-repeat: repeat;
  background-position: top center;
  background-size: 160px;
  background-color: #202020;
}
#main .section#nearby-schools .school-header h2 {
  text-transform: uppercase;
  letter-spacing: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  font-size: 35px;
  line-height: 44px;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.9);
}
#main .section#nearby-schools .school-header p {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: lighter;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
}
#main .section#nearby-schools .school-list {
  margin-top: 70px;
}
#main .section#nearby-schools .school-list .school-cont {
  color: white;
}
#main .section#nearby-schools .school-list .school-cont .school-info h3 {
  font-size: 20px;
  line-height: 26px;
}
#main .section#nearby-schools .school-list .school-cont .school-info p {
  font-size: 14px;
  line-height: 26px;
}
#main .section#nearby-schools .about-greatSchools {
  margin-top: 70px;
  color: white;
  max-width: 70%;
}
#main .section#nearby-schools .about-greatSchools h3 {
  font-weight: lighter;
  margin-bottom: 20px;
}
#main .section#nearby-schools .about-greatSchools p {
  font-weight: normal;
}
#main .section#nearby-schools .load-more-schools {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
#main .section#nearby-schools .load-more-schools button {
  text-transform: uppercase;
}
#main .section#mortgageCalc .content-fixed {
  width: 70%;
}
#main .section#mortgageCalc .mortgage-calc-cont {
  margin-top: 60px;
  justify-content: space-between;
}
#main .section#mortgageCalc .mortgage-calc-cont .calc-cont .input-container .with-symbol:before {
  color: rgba(32, 32, 32, 0.5);
}
#main .section#mortgageCalc .mort-form {
  max-width: 380px;
}
#main .section#mortgageCalc .calc-header h3 {
  font-size: 35px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 40px;
  color: #202020;
}
#main .section#mortgageCalc .calc-header .btn-link {
  margin: 0;
  margin-top: 20px;
  line-height: 20px;
}
#main .section#mortgageCalc .calc-cont .input-container {
  margin-bottom: 40px;
}
#main .section#mortgageCalc .calc-cont .input-container label {
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 5px;
  color: rgba(32, 32, 32, 0.6);
}
#main .section#mortgageCalc .calc-cont .input-container label .subtitle {
  font-size: 13px;
  font-weight: normal;
  opacity: 0.5;
  color: #202020;
}
#main .section#mortgageCalc .calc-cont .input-container input, #main .section#mortgageCalc .calc-cont .input-container select {
  font-size: 15px;
  font-family: "DM Sans", sans-serif;
  line-height: 20px;
  border-color: rgba(32, 32, 32, 0.35);
  color: #202020;
}
#main .section#mortgageCalc .calc-cont .input-container .with-select:after {
  color: rgba(32, 32, 32, 0.8);
}
#main .section#mortgageCalc .calc-cont .input-container .custom-select-input {
  border-bottom: 1px solid rgba(32, 32, 32, 0.35);
}
#main .section#mortgageCalc .calc-cont .adjustments-btn {
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 5px;
  color: #DBA33B;
}
#main .section#mortgageCalc .est-cont .est-box {
  border: 2px solid #dba33b;
  padding: 30px 40px 30px 30px;
  background-color: transparent;
}
#main .section#mortgageCalc .est-cont .est-box::before {
  display: none;
}
#main .section#mortgageCalc .est-cont .est-box h6 {
  font-size: 15px;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: capitalize;
  color: rgba(32, 32, 32, 0.65);
}
#main .section#mortgageCalc .est-cont .est-box h4 {
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  margin-top: 10px;
  margin-bottom: 5px;
  color: #202020;
}
#main .section#mortgageCalc .est-cont .est-box h4 + p {
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  color: rgba(32, 32, 32, 0.65);
}
#main .section#multi-agent {
  background-image: url('/themes/east/img/black-bg-pattern.png');
  background-repeat: repeat;
  background-position: top center;
  background-size: 160px;
  background-color: #202020;
}
#main .section#multi-agent h2 {
  text-transform: uppercase;
  letter-spacing: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  font-size: 35px;
  line-height: 44px;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.9);
}
#main .section#multi-agent .multiagent-container {
  margin: 80px 0 0;
}
#main .section#multi-agent .agent-container {
  font-family: "DM Sans", sans-serif;
  color: #FFF;
}
#main .section#multi-agent .agent-container .agent-img {
  background-color: #DBA33B;
  border: 6px solid #dba33b;
  box-shadow: 0px 3px 25px rgba(32, 32, 32, 0.07);
  width: 150px;
  height: 150px;
}
#main .section#multi-agent .agent-container .agent-img h5 {
  font-size: 30px;
  font-weight: medium;
  color: #FFF;
}
#main .section#multi-agent .agent-container .agent-img:before {
  background-color: #DBA33B;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  padding-top: 10px;
}
#main .section#multi-agent .agent-container .agent-img:hover:before {
  justify-content: center;
  letter-spacing: 5px;
}
#main .section#multi-agent .agent-container h6 {
  font-size: 20px;
  line-height: 28px;
  font-family: 'Poppins', sans-serif;
  color: #F2F2F2;
  margin-bottom: 10px;
}
#main .section#multi-agent .agent-container p {
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  margin-bottom: 20px;
  color: #F2F2F2;
}
#main .section#multi-agent .agent-container span {
  line-height: 18px;
  font-size: 12px;
  font-weight: bold;
  color: #676767;
}
#main .section#multi-agent .agent-container a {
  color: #DBA33B;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 5px;
  margin-top: 30px;
}
#main .section#multi-agent .agent-container a .chevron-right {
  opacity: 0.5;
}
#main .section#multi-agent .agent-container a .chevron-right:after {
  border-right-color: #DBA33B;
  border-bottom-color: #DBA33B;
}
body.unbranded-theme #main .section#contact:not(.no-map) {
  height: 400px;
}
body.unbranded-theme #main .section#contact:not(.no-map) > .content-fixed {
  display: none;
}
body.unbranded-theme #main .section#contact:not(.no-map) .map-wrap {
  height: 400px;
  width: 100%;
}
.contact-form {
  width: 90%;
}
.contact-form .form-control {
  background: #F7F7F7;
  border: none;
  border-radius: 3px;
  font-size: 13px;
  color: #202020;
  padding: 0;
  height: 40px;
  box-shadow: none;
}
.contact-form .form-control:focus {
  box-shadow: none;
}
.contact-form textarea {
  resize: none;
  height: 100px !important;
}
.contact-form label {
  display: none;
}
.contact-form .intl-tel-input {
  width: 100%;
}
.contact-form .intl-tel-input.separate-dial-code .selected-flag {
  background: #F7F7F7;
}
.contact-form .intl-tel-input input {
  padding-left: 85px !important;
}
.contact-form .btn-submit {
  margin-top: 15px;
}
.contact-form .selected-flag {
  height: 38px !important;
}
.contact-form-success {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.agent-popup .agent-img {
  background-color: #DBA33B;
  border: 6px solid #dba33b;
  box-shadow: 0px 3px 25px rgba(32, 32, 32, 0.07);
  width: 150px;
  height: 150px;
}
.agent-popup .agent-img h5 {
  font-size: 30px;
  font-weight: medium;
  color: #FFF;
}
.agent-popup .agent-img + div h4 {
  font-size: 30px;
  font-weight: 500;
  line-height: 55px;
}
.agent-popup .agent-img + div h6 {
  font-size: 12px;
  font-weight: normal;
  font-family: 'Poppins', sans-serif;
  color: #727272;
}
.agent-popup .agent-img + div a {
  font-size: 16px;
  font-weight: bold;
  color: #DBA33B;
  font-family: "DM Sans", sans-serif;
}
.agent-popup .agent-details label {
  font-size: 12px;
  font-weight: normal;
  font-family: 'Poppins', sans-serif;
  color: #727272;
}
.agent-popup .agent-details label + p {
  color: #202020;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
}
.agent-popup .agent-details label ~ a {
  color: #DBA33B;
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
}
.agent-popup .agent-details .social-link li a {
  color: #DBA33B;
}
/* responsive */
@media (min-width: 900px) {
  #main .section#nearby-schools .school-list {
    margin-top: 0;
    margin: 0 auto;
  }
  #main .section#nearby-schools .school-list > div {
    width: 33.33%;
  }
  #main .section#nearby-schools .school-list .school-cont {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .contact-form .g-recaptcha {
    transform: scale(1) !important;
  }
}
@media (max-width: 991px) {
  #main .section#features .content-fixed {
    width: 100%;
  }
  #main .section#features .content-fixed > div.clearfix {
    display: block;
  }
  #main .section#features .content-fixed > div.clearfix > div {
    float: none;
  }
  #main .section#features .content-fixed > div.clearfix > div:first-child {
    width: 80%;
    margin: 0 auto;
    padding-right: 15px !important;
  }
  #main .section#features .img {
    transform: scale(1);
  }
  #main .section#features .feature-list {
    max-width: 540px;
  }
  #main .section#features .feature-list .col-2 {
    margin-left: 55px !important;
    margin-right: 0 !important;
  }
  #main .section#features .feature-list .col-3 {
    display: none;
  }
  #main .section#contact {
    padding-top: 70px;
    padding-bottom: 0;
  }
  #main .section#contact > .content-fixed > .clearfix {
    display: block;
  }
  #main .section#contact > .content-fixed > .clearfix > div {
    width: 100%;
    float: none;
    margin: 0 !important;
  }
  #main .section#contact .map-wrap {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 500px;
    z-index: 1;
    background: #676767;
  }
  #main .section#contact .info {
    justify-content: center;
    padding-top: 0;
  }
  #main .section#contact .info .info-details {
    width: calc(50% - 120px);
  }
  #main .section#contact h2 {
    text-align: center;
  }
  #main .section#nearby-schools .school-list {
    margin-top: 0;
    margin: 0 auto;
    max-width: 375px;
  }
  #main .section#nearby-schools .school-list > div {
    width: 100%;
  }
  #main .section#nearby-schools .school-list .school-cont {
    margin-top: 40px;
  }
  .contact-form {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
  }
  .contact-form .g-recaptcha > div {
    margin-left: auto;
    margin-right: auto;
  }
  .contact-form .btn-holder {
    text-align: center;
  }
  #footerSec .pw-property-info .info-details a.contact, #footerSec .pw-property-info .info-details a.email {
    line-height: 24px;
    color: #DBA33B;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 35px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 25px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 15px;
  }
  #main .section#overview .infoBox .row {
    flex-wrap: wrap;
  }
  #main .section#overview h2 {
    padding-left: 0;
    letter-spacing: 15px;
  }
  #main .section#features .content-fixed > div.clearfix > div:first-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #main .section#features .feature-list {
    max-width: 235px;
    transition: 0.4s height linear;
  }
  #main .section#features .feature-list .col-1 {
    width: 100%;
  }
  #main .section#features .feature-list .col-2, #main .section#features .feature-list .col-3 {
    display: none;
  }
  #main .section#tour .clearfix.d-flex {
    flex-wrap: wrap;
    flex-direction: column;
  }
  #main .section#tour h2 {
    text-align: center;
    margin-bottom: 25px;
  }
  #main .section#tour .nav-tabs {
    max-width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    text-align: center;
  }
  #main .section#tour .nav-tabs li {
    display: block;
    margin-right: 30px;
    margin-top: 20px;
    /*width: 100%;*/
    width: calc((100% / 3) - 30px);
  }
  #main .section#tour .nav-tabs li:last-child {
    margin-right: 0;
  }
  #main .section#tour .nav-tabs li a {
    display: inline-block;
    font-size: 16px;
  }
  #main .section#tour .content-pane .tab-pane {
    /*&.floorplan {
                            .slick-arrow {
                                &.slick-prev { left: -60px; }
                                &.slick-next { right: -60px; }
                            }
                        }*/
  }
  #main .section#tour .content-pane .tab-pane#tour, #main .section#tour .content-pane .tab-pane#video, #main .section#tour .content-pane .tab-pane#floorPlan {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #main .section#tour .content-pane .tab-pane#tour .slider-photo .slick-arrow, #main .section#tour .content-pane .tab-pane#tour .slider-video .slick-arrow, #main .section#tour .content-pane .tab-pane#video .slider-photo .slick-arrow, #main .section#tour .content-pane .tab-pane#video .slider-video .slick-arrow, #main .section#tour .content-pane .tab-pane#floorPlan .slider-photo .slick-arrow, #main .section#tour .content-pane .tab-pane#floorPlan .slider-video .slick-arrow {
    display: none !important;
  }
  #main .section#tour .content-pane .tab-pane#tour .mobile-btn-holder, #main .section#tour .content-pane .tab-pane#video .mobile-btn-holder, #main .section#tour .content-pane .tab-pane#floorPlan .mobile-btn-holder {
    display: block;
  }
  #main .section#tour .content-pane .tab-pane#floorPlan .mobile-btn-holder {
    margin-top: 30px;
  }
  #main .section#contact {
    padding: 80px 0 0;
  }
  #main .section#contact .info {
    width: 100%;
    display: block;
  }
  #main .section#contact .info .avatar {
    margin-left: auto;
    margin-right: auto;
  }
  #main .section#contact .info .info-details {
    width: 100%;
    text-align: center;
  }
  #main .section#contact h2 {
    padding-right: 0;
    padding-left: 0;
  }
  #main .section#contact .contact-form-success, #main .section#contact .contact-form {
    width: 100%;
  }
  #main .section#nearby-schools .school-header > div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #main .section#nearby-schools .school-header > div h2 {
    letter-spacing: 5px;
  }
  body.unbranded-theme #headerSec header h5 {
    font-size: 24px !important;
  }
}
@media (max-width: 667px) {
  #main .section#tour .nav-tabs {
    display: block;
  }
  #main .section#tour .nav-tabs li {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 620px) {
  #main .section#tour .content-pane .tab-pane .slider-video .mySlides {
    padding-bottom: 0;
    min-height: 500px;
  }
}
.section-grid .layout-photogrid.layout-photogrid_3 .photo-grid {
  margin: 0px !important;
}
.section-grid .layout-photogrid.layout-photogrid_3 .photo-grid .grid-sizer, .section-grid .layout-photogrid.layout-photogrid_3 .photo-grid .photo-item {
  width: calc(98% / 4) !important;
}
.section-grid .layout-photogrid.layout-photogrid_3 .photo-grid .grid-gutter {
  width: 0 !important;
}
.section-grid .layout-photogrid.layout-photogrid_3 .photo-grid .photo-item {
  margin: 0;
  background: #202020;
}
.section-grid .layout-photogrid.layout-photogrid_3 .photo-grid .photo-item img {
  transition: 0.4s opacity ease-in-out;
}
.section-grid .layout-photogrid.layout-photogrid_3 .photo-grid .photo-item:hover img {
  opacity: 0.4;
}
@media (max-width: 991px) {
  /*    .section-grid {
        .layout-photogrid {
            &.layout-photogrid_3 {
                .photo-grid {
                    .grid-sizer,
                    .photo-item { width: calc(98% / 4) !important; }
                }
            }
        }
    }*/
}
@media (max-width: 767px) {
  .section-grid .layout-photogrid.layout-photogrid_3 .photo-grid .grid-sizer, .section-grid .layout-photogrid.layout-photogrid_3 .photo-grid .photo-item {
    width: 100% !important;
  }
}
#headerSec {
  height: 100vh;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  min-height: 700px;
}
#headerSec .banner {
  height: 100vh;
  width: 100%;
  background: #fff url('/themes/east/img/banner-bg.jpg') no-repeat center center;
  background-size: cover;
  min-height: 830px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
#headerSec:before {
  content: '';
  opacity: 0.9;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  /*background: rgb(22,22,22);
        background: -moz-linear-gradient(0deg, rgba(22,22,22,1) 0%, rgba(0,0,0,0) 50%);
        background: -webkit-linear-gradient(0deg, rgba(22,22,22,1) 0%, rgba(0,0,0,0) 50%);
        background: linear-gradient(0deg, rgba(22,22,22,1) 0%, rgba(0,0,0,0) 50%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#161616",endColorstr="#000000",GradientType=1);*/
  background: #202020;
  opacity: 0.5;
  background: linear-gradient(0deg, rgba(139, 114, 114, 0.07) 30%, #202020 100%);
}
#headerSec:after {
  content: '';
  opacity: 0.6;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 24%, #161616 100%);
}
#headerSec header {
  padding: 30px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 6;
  background-color: #202020;
}
#headerSec .siteTitle {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#headerSec .siteTitle h1 {
  font-weight: bold;
  text-align: center;
  text-shadow: 0 10px 15px rgba(32, 32, 32, 0.3);
}
#headerSec .siteTitle h1 span {
  display: block;
  font-size: 40px;
  font-weight: 300;
  padding-top: 15px;
  text-shadow: 0 5px 15px rgba(32, 32, 32, 0.3);
}
#headerSec .siteTitle .price {
  text-align: center;
  font-weight: 500;
  color: #fff;
  font-size: 30px;
  line-height: 1.5;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#headerSec .siteTitle .sell-type-pill {
  border: 0;
  border-radius: 0;
  background-color: #DBA33B;
  color: #FFF;
  letter-spacing: 5px;
  line-height: 12px;
  padding: 0 10px;
  height: 26px;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: bold;
}
#headerSec .siteTitle .btn {
  margin-top: 40px;
}
#headerSec .siteTitle .btn.btn-style1 {
  color: #FFF !important;
}
#headerSec .siteTitle .nw-av {
  font-size: 20px;
}
#headerSec .infobox {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#headerSec .infobox span {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 5px;
  font-family: "DM Sans", sans-serif;
  color: rgba(255, 255, 255, 0.7);
}
#headerSec .infobox p {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.9);
}
#headerSec .infobox:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #202020;
  height: 100%;
}
#headerSec .infobox .infobox-data {
  /*width: calc(100% / 7);*/
  padding-left: 0;
  padding-right: 0;
}
#headerSec .infobox .infobox-data span {
  opacity: 0.6;
}
#headerSec .infobox .content-fixed {
  max-width: 960px;
}
#headerSec .infobox .content-fixed .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#headerSec.prop-data-count-0:before, #headerSec.prop-data-count-0:after {
  bottom: 0;
}
#headerSec.prop-data-count-0 .infobox {
  display: none;
}
body #headerSec header {
  transition: background 0.3s ease-in-out;
}
body #headerSec header .logo img {
  max-height: 40px;
}
body #headerSec header .logo h5 {
  color: #FFF;
  display: none;
  font-size: 30px;
  font-weight: bold;
}
body #headerSec header.scrolled {
  min-height: 80px;
  display: flex;
  padding: 20px 0;
  align-items: center;
  position: fixed;
  top: 0;
}
body #headerSec header.scrolled .nav-col {
  display: block;
}
body #headerSec header.scrolled .logo img + h5 {
  display: none;
}
body #headerSec header.scrolled .logo h5 {
  display: block;
}
body:not(.unbranded-theme) #headerSec header .logo-col {
  margin: auto;
  text-align: center;
}
body:not(.unbranded-theme) #headerSec header .logo-col .logo {
  display: block;
}
body:not(.unbranded-theme) #headerSec header .logo-col .logo img {
  margin: 0 auto;
}
body:not(.unbranded-theme) #headerSec header:not(.scrolled) .nav-col {
  display: none;
}
body.unbranded-theme #headerSec header {
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.25);
  opacity: 1;
}
body.unbranded-theme #headerSec header:not(.scrolled) {
  opacity: 0;
  pointer-events: none;
}
body.unbranded-theme #headerSec header h5 {
  font-size: 30px;
  font-weight: bold;
  color: #FFF;
}
/* responsive */
@media (max-width: 1199px) {
  #headerSec .infobox .content-fixed {
    max-width: 665px;
  }
  #headerSec .infobox .infobox-data {
    width: calc(100% / 4) !important;
    padding: 15px 0;
  }
  #headerSec .infobox .infobox-data.year, #headerSec .infobox .infobox-data.type, #headerSec .infobox .infobox-data.parking {
    width: calc(100% / 3) !important;
  }
}
@media (max-width: 991px) {
  #headerSec .infobox .infobox-data span {
    font-size: 11px;
  }
  #headerSec .siteTitle .for-rent-cont h4 {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  #headerSec {
    height: 100vh;
    display: flex;
    padding-bottom: 220px;
    /* background-attachment: scroll !important; */
  }
  #headerSec.prop-data-count-0 {
    padding-bottom: 0;
  }
  #headerSec .banner {
    min-height: 900px;
    position: absolute;
  }
  #headerSec .logo {
    margin: 0 auto;
    display: block;
  }
  #headerSec .logo img {
    margin: 0 auto;
  }
  #headerSec header {
    top: 0;
    left: 0;
    padding-bottom: 0;
  }
  #headerSec .siteTitle {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #headerSec .siteTitle h1 span {
    font-size: 25px;
  }
  #headerSec .infobox {
    padding: 20px 0;
    height: 220px;
    position: absolute;
    left: auto;
    bottom: 0;
  }
  #headerSec .infobox:before {
    width: 100%;
  }
  #headerSec .infobox .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #headerSec .infobox .infobox-data {
    width: 50% !important;
    padding: 20px 0;
  }
  #headerSec .infobox .col-md-5-cols.col-sm-5-cols {
    width: calc(100% / 2) !important;
    padding: 30px 0;
    text-align: center;
  }
  #headerSec .infobox .col-md-5-cols.col-sm-5-cols.parking {
    width: 100% !important;
  }
}
@media (max-height: 740px) {
  body #headerSec {
    height: calc(100vh + 220px);
    padding-bottom: 220px;
  }
  body #headerSec.prop-data-count-0 {
    height: 100vh;
    padding-bottom: 0;
  }
  body #headerSec .banner {
    height: calc(100vh + 220px);
  }
  body #headerSec .siteTitle {
    padding-top: 0;
  }
  body #headerSec + #main {
    padding-top: 0;
  }
}
@media (max-height: 740px) and (min-width: 768px) {
  body #headerSec {
    height: calc(100vh + 120px);
    padding-bottom: 120px;
  }
}
@media screen and (max-height: 630px) and (min-width: 768px) {
  body #headerSec {
    min-height: 800px;
  }
  body #headerSec.prop-data-count-0 {
    min-height: 700px;
  }
  body #headerSec.prop-data-count-0 .siteTitle {
    padding-top: 0;
  }
  body #headerSec .siteTitle {
    padding-top: 100px;
  }
}
header .menu-element ul .menu-items a {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  text-transform: capitalize;
}
header .menu-element ul .menu-items a:first-child .ovr {
  display: none;
}
header .menu-element ul .menu-items a:hover {
  color: white;
}
header .menu-element ul .menu-items:not(:first-child) {
  margin-left: 35px;
}
header .menu-element ul .menu-items .btn {
  height: 44px;
  font-size: 12px;
  font-weight: bold;
  padding: 0 15px;
  line-height: 42px !important;
  text-transform: uppercase;
  letter-spacing: 5px;
}
header .menu-element ul .menu-items.menu-dropdown > ul {
  background: #202020;
  top: 30px;
  right: -50px;
  padding: 18px 0 15px;
}
header .menu-element ul .menu-items.menu-dropdown > ul li a {
  line-height: 35px;
  text-transform: capitalize;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  color: rgba(255, 255, 255, 0.8);
}
header .menu-element ul .menu-items.menu-dropdown > ul li a:hover {
  color: white;
}
header .menu-element ul .menu-items.menu-dropdown > ul:before {
  border-color: transparent transparent transparent transparent;
  top: -12px;
  right: 63px;
}
header .menu-element ul .menu-items.menu-dropdown > p > .chevron-down {
  padding-left: 5px;
}
header .menu-element ul .menu-items.menu-dropdown > p > .chevron-down:before {
  border-left-color: #FFF;
  border-bottom-color: #FFF;
}
header .menu-element .hideDesktop {
  display: none;
}
header .menu-element .close {
  display: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 30px;
  right: 50px;
}
header .menu-element .close:after {
  content: '';
  height: 40px;
  border-left: 2px solid #202020;
  position: absolute;
  transform: rotate(45deg);
  left: 18px;
}
header .menu-element .close:before {
  content: '';
  height: 40px;
  border-left: 2px solid #202020;
  position: absolute;
  transform: rotate(-45deg);
  left: 18px;
}
.mobile-nav {
  display: none;
}
.mobile-nav .hamburger {
  width: 38px;
  height: 26px;
  position: relative;
  cursor: pointer;
}
.mobile-nav .hamburger span {
  height: 1px;
  width: 100%;
  border-radius: 1px;
  background: #FFF;
  display: block;
  position: absolute;
  left: 0;
}
.mobile-nav .hamburger span:first-child {
  top: 0;
}
.mobile-nav .hamburger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.mobile-nav .hamburger span:last-child {
  bottom: 0;
}
@media (max-width: 1097px) {
  .menu-element {
    display: none;
  }
  .mobile-nav {
    display: block;
  }
  .mobile-nav h4 {
    font-size: 27px;
    font-weight: bold;
  }
  .nav-col > div {
    justify-content: flex-end;
  }
  header .nav-col .mobile-nav {
    width: 100%;
  }
  #header-menu-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #202020;
    flex-direction: column;
  }
  #header-menu-wrap .menu-header h4 {
    font-size: 27px;
    font-weight: bold;
  }
  #header-menu-wrap .close {
    display: block;
    color: #FFF;
    width: 38px;
    height: 26px;
    top: 34px;
    right: 25px;
    opacity: 0.6;
  }
  #header-menu-wrap .close:before, #header-menu-wrap .close:after {
    border-left-color: #FFF;
    height: 26px;
  }
  #header-menu-wrap > ul {
    width: 100%;
    padding: 30px 15px;
    text-align: center;
    max-width: 300px;
  }
  #header-menu-wrap > ul li {
    padding: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  #header-menu-wrap > ul li a {
    color: #FFF;
    line-height: 20px;
  }
  #header-menu-wrap > ul li a:hover {
    color: #DBA33B;
  }
  #header-menu-wrap > ul li.menu-dropdown > p > .chevron-down:before {
    border-left-color: #FFF;
    border-bottom-color: #FFF;
  }
  #header-menu-wrap > ul li.menu-dropdown ul {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
    padding: 0;
    display: none;
  }
  #header-menu-wrap > ul li.menu-dropdown ul:before, #header-menu-wrap > ul li.menu-dropdown ul:after {
    display: none;
  }
  #header-menu-wrap > ul li.menu-dropdown ul li {
    text-align: center;
    padding: 15px 0;
  }
  #header-menu-wrap > ul li.menu-dropdown ul li:first-child {
    padding-top: 30px;
  }
  #header-menu-wrap > ul li.menu-dropdown ul li:last-child {
    padding-bottom: 0;
  }
  #header-menu-wrap > ul li.menu-dropdown ul li a {
    text-transform: capitalize;
  }
  .show-nav {
    overflow: hidden;
  }
  .show-nav #header-menu-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .mobile-nav {
    margin: 0;
  }
  .mobile-nav .hamburger {
    height: 18px;
    width: 26px;
  }
}
#footerSec {
  background-image: url('/themes/east/img/black-bg-pattern.png');
  background-repeat: repeat;
  background-position: top center;
  background-size: 160px;
  background-color: #202020;
  position: relative;
  z-index: 2;
  padding-top: 90px;
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 45px;
}
#footerSec footer {
  width: 100%;
}
#footerSec .footer-rent {
  color: #FFF;
  font-size: 20px;
}
#footerSec .pw-property-info h4 {
  color: white;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  line-height: 38px;
}
#footerSec .pw-property-info h4.subtitle {
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: lighter;
}
#footerSec .pw-property-info .price {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: lighter;
  margin-top: 35px !important;
  color: white;
}
#footerSec .pw-property-info .btn.btn-style1 {
  color: #FFF !important;
}
#footerSec .pw-property-info .info-details {
  font-family: 'Poppins', sans-serif;
}
#footerSec .pw-property-info .info-details .name {
  color: white;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 24px;
}
#footerSec .pw-property-info .info-details .email, #footerSec .pw-property-info .info-details .contact, #footerSec .pw-property-info .info-details .contact-link, #footerSec .pw-property-info .info-details .license-number {
  font-size: 15px;
  line-height: 25px;
  font-weight: lighter;
  color: white;
}
#footerSec .pw-property-info .info-details .license-number {
  margin-top: 5px;
}
#footerSec .pw-property-info .info-details .contact-link {
  color: #DBA33B;
}
#footerSec .pw-property-info .info-details .contact-link > span {
  font-size: 18px;
}
#footerSec .pw-property-info .info-details .contact-link:hover {
  color: #F7F7F7;
  opacity: 1;
}
#footerSec .pw-property-info .footer-logo p.subtitle {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #FFF;
}
#footerSec .pw-property-info .footer-logo .info-text {
  font-family: 'Poppins', sans-serif;
  margin-top: 5px;
  font-size: 14px;
  line-height: 18px;
  font-weight: lighter;
  color: white;
}
#footerSec .pw-property-info .footer-logo .info-text.broker-disclosure {
  opacity: 0.5;
}
#footerSec .pw-property-info .license-number {
  font-size: 15px;
  line-height: 25px;
  font-weight: lighter;
  color: white;
}
#footerSec .pw-property-info .website-url {
  color: #DBA33B;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: lighter;
  line-height: 21px;
  display: flex;
  align-items: center;
  margin-top: 5px;
}
#footerSec .pw-property-info .website-url span {
  margin-left: 5px;
}
#footerSec .footer-cont .copyright-cont p {
  color: #8D8D8D;
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
}
@media (max-width: 991px) {
  #footerSec .footer-info {
    display: block;
  }
  #footerSec .footer-info .info-logo {
    margin-bottom: 80px;
  }
  #footerSec .footer-info .info-details {
    text-align: center;
    margin-bottom: 80px;
  }
  #footerSec .footer-info .info-details .social-link {
    text-align: center;
  }
  #footerSec .footer-info .info-details .social-link ul {
    display: block !important;
  }
  #footerSec .footer-info .info-details .social-link ul li {
    display: inline-block;
  }
  #footerSec .footer-info .info-extra-details {
    text-align: center;
  }
  #footerSec .footer-bottom {
    display: block;
  }
  #footerSec .footer-bottom .copyright {
    text-align: center;
  }
}
* {
  border: 0;
  outline: 0;
}
.flyer-theme {
  background: #202020;
  height: 1034px;
}
.flyer-theme #flyer-header {
  background: rgba(32, 32, 32, 0.7);
  height: 468px;
  position: relative;
}
.flyer-theme #flyer-header header {
  background: rgba(32, 32, 32, 0.7);
}
.flyer-theme #flyer-header header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flyer-theme #flyer-header header .title-sec {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(32, 32, 32, 0.7);
  width: 100%;
  color: #FFF;
}
.flyer-theme #flyer-header header .title-sec .pm {
  color: rgba(255, 255, 255, 0.8);
}
.flyer-theme #flyer-header header .siteTitle h1 {
  font-size: 34px;
  font-family: "DM Sans", sans-serif;
  font-weight: bold;
  line-height: 40px;
}
.flyer-theme #flyer-header header .siteTitle h1 + div .sub-add {
  font-size: 18px;
  display: block;
  font-weight: bold;
  line-height: 24px;
  font-family: "DM Sans", sans-serif;
  color: rgba(255, 255, 255, 0.8);
}
.flyer-theme #flyer-header header .siteTitle h1 + div .pill {
  font-size: 13px;
  padding: 0 8px;
  color: #DBA33B;
  border-color: rgba(219, 163, 59, 0.5);
}
.flyer-theme #flyer-header header .price {
  color: #DBA33B;
}
.flyer-theme #flyer-header .banner-image-section {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.flyer-theme #flyer-header .banner-image-section .qr-cont {
  background: linear-gradient(50deg, #202020 20%, rgba(32, 32, 32, 0) 100%);
}
.flyer-theme #flyer-content {
  background: white;
  border: 0;
  height: 100%;
}
.flyer-theme #flyer-content .infobox {
  padding: 30px 0 0;
  text-align: left;
  border: 0;
  position: relative;
  text-transform: uppercase;
}
.flyer-theme #flyer-content .infobox ul {
  flex-wrap: wrap;
  justify-content: start;
}
.flyer-theme #flyer-content .infobox ul li {
  width: calc(100% / 4);
}
.flyer-theme #flyer-content .infobox ul li span {
  font-size: 11px;
  letter-spacing: 3px;
  font-family: "DM Sans", sans-serif;
  color: #676767;
}
.flyer-theme #flyer-content .infobox ul li p {
  font-size: 13px;
  font-weight: bold;
  padding-top: 5px;
  font-family: "DM Sans", sans-serif;
  color: #DBA33B;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.flyer-theme #flyer-content .about-section {
  margin-top: 15px;
  margin-bottom: 40px;
}
.flyer-theme #flyer-content .overview {
  padding: 0;
}
.flyer-theme #flyer-content .overview p {
  font-size: 13px;
  line-height: 21px;
  color: #5E5E5E;
  font-family: "DM Sans", sans-serif;
}
.flyer-theme #flyer-content .features .feature-list {
  margin-top: 15px;
  padding-bottom: 8px;
}
.flyer-theme #flyer-content .features .feature-list li {
  font-size: 13px;
  color: #5E5E5E;
  line-height: 21px;
  margin-bottom: 10px;
  font-family: "DM Sans", sans-serif;
  display: flex;
}
.flyer-theme #flyer-content .features .feature-list li svg {
  display: none;
  margin: 0 10px 0 0;
}
.flyer-theme #flyer-content .features .feature-list li svg path {
  fill: #DBA33B;
}
.flyer-theme #flyer-content .features .feature-list li .check-icon {
  color: #DBA33B;
  margin-right: 10px;
  margin-top: 2px;
}
.flyer-theme #flyer-content .features .feature-list li:last-child {
  margin-bottom: 0;
}
.flyer-theme #flyer-content.data-count-0 {
  height: calc(100% - 580px);
}
.flyer-theme #flyer-footer {
  background: #202020;
  padding: 30px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #FFF;
}
.flyer-theme.long-title #flyer-header header .title-sec .first-sect, .flyer-theme.long-title #flyer-header header .title-sec .second-sect {
  float: none;
  width: 100%;
}
.flyer-theme.show-price #flyer-header .banner-image-section .qr-cont:not(.no-vt), .flyer-theme.long-title #flyer-header .banner-image-section .qr-cont:not(.no-vt) {
  background: rgba(32, 32, 32, 0.8);
}
