@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-offWhite {
  background-color: #f7f7f7;
}
.bg-black {
  background-color: #393939;
}
.bg-gray {
  background-color: #797979;
}
.bg-green {
  background-color: #7AB232;
}
.bg-primary {
  background-color: #a41616;
}
.bg-secondary {
  background-color: #393939;
}
.bg-tertiary {
  background-color: #F7F7F7;
}
/* text color */
.tc-white {
  color: #FFF;
}
.tc-offWhite {
  color: #f7f7f7;
}
.tc-black {
  color: #393939;
}
.tc-gray {
  color: #797979;
}
.tc-green {
  color: #7AB232;
}
.tc-primary {
  color: #a41616;
}
.tc-secondary {
  color: #393939;
}
.tc-tertiary {
  color: #F7F7F7;
}
.tc-primary-forecolor {
  color: #FFF;
}
.tc-secondary-forecolor {
  color: #FFF;
}
.tc-tertiary-forecolor {
  color: #393939;
}
.btn {
  padding: 17px 42px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 18px;
}
.btn.btn-style1 {
  background: #a41616 !important;
  color: #FFF !important;
  border-radius: 3px;
}
.btn.btn-style1:hover {
  opacity: 0.8;
}
@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;
}
body .parking-cont p {
  margin-top: 0 !important;
}
body .parking-cont .info-tooltip {
  opacity: 0.4;
}
body .parking-cont .info-tooltip:hover {
  opacity: 1;
}
body .parking-cont .parking-tooltip {
  background-color: #393939;
  color: #FFF !important;
  font-size: 14px;
  right: -100%;
  bottom: -50px;
  letter-spacing: 2px !important;
}
body .parking-cont .parking-tooltip:before {
  border-color: transparent transparent #393939 transparent;
}
h1 {
  font-size: 65px;
}
h2 {
  font-size: 50px;
}
h3 {
  font-size: 45px;
}
h4 {
  font-size: 30px;
}
h5 {
  font-size: 28px;
}
h6 {
  font-size: 25px;
}
.subtitle {
  font-size: 22px;
}
p {
  font-size: 15px;
  line-height: 30px;
  font-weight: normal;
}
a, a:hover {
  text-decoration: none !important;
}
button, a {
  outline: 0 !important;
}
.content-fixed {
  max-width: 960px;
}
.btn-link {
  font-size: 15px;
  letter-spacing: 1.5px;
  font-weight: bold;
  color: #a41616;
  display: flex;
  align-items: center;
  height: 18px;
}
.btn-link span {
  font-size: 20px;
  margin-left: 10px;
}
.btn-link.primary {
  color: #a41616;
}
.btn-link.primary span {
  color: rgba(164, 22, 22, 0.5);
}
.btn-link.secondary {
  color: #FFF;
}
.btn-link.secondary span {
  color: rgba #FFF, 0.5;
}
.view-more-property-details {
  width: 100%;
  margin-top: 40px;
  display: block;
  float: left;
  padding-left: 15px;
}
.view-more-property-details a {
  font-family: "DM Sans", sans-serif;
  color: #a41616;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.view-more-property-details a span {
  font-size: 16px;
  vertical-align: middle;
}
.view-more-property-details > div {
  width: 100%;
}
.view-more-property-details > div .row {
  display: flex;
}
#main {
  position: relative;
  z-index: 3;
}
#main .section {
  padding: 80px 0 75px;
  display: flex;
  align-items: center;
}
#main .section#overview h2 {
  font-weight: bold;
  color: #393939;
  line-height: 1.2;
  margin-bottom: 30px;
  max-width: 65%;
}
#main .section#overview h2 span {
  display: block;
  font-size: 30px;
  font-weight: 300;
}
#main .section#overview > div {
  padding-left: 55px;
  padding-right: 85px;
  border-left: 2px solid #a41616;
  position: relative;
}
#main .section#overview .infoBox {
  margin-top: 45px;
}
#main .section#overview .infoBox .infobox-data {
  text-align: left;
}
#main .section#overview .infoBox .infobox-data span {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 16px;
  text-transform: uppercase;
  color: rgba(57, 57, 57, 0.8);
}
#main .section#overview .infoBox .infobox-data p {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  color: #a41616;
}
#main .section#overview:after {
  content: '';
  width: 135px;
  height: 305px;
  background: url('/themes/eco/img/main-sec-white.png');
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  z-index: 1;
}
#main .section#features {
  overflow: hidden;
  position: relative;
}
#main .section#features .features-header {
  max-width: 800px;
  justify-content: space-between;
  margin: auto;
}
#main .section#features:before {
  content: '';
  width: 100%;
  height: 100%;
  background: url('/themes/eco/img/features-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#main .section#features > .content-fixed {
  position: relative;
  z-index: 2;
}
#main .section#features > .content-fixed > .clearfix.d-flex {
  flex-wrap: wrap;
  flex-direction: column;
}
#main .section#features .view-more {
  text-align: center;
}
#main .section#features .view-more a {
  font-weight: bold;
  font-size: 14px;
  color: #FFF !important;
  position: relative;
  padding-right: 15px;
  margin-top: 50px;
  display: inline-block;
}
#main .section#features .view-more a:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: rotate(-44deg);
  transform-origin: center;
  position: relative;
  top: -3px;
  left: 10px;
}
#main .section#features .view-more a.reduce:after {
  transform: rotate(-223deg);
  top: 1px;
}
#main .section#features .view-more a:hover {
  opacity: 0.8;
}
#main .section#features h2 {
  font-weight: bold;
  margin-bottom: 50px;
}
#main .section#features .img {
  transform: scale(1.5);
  transform-origin: left;
}
#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: #FFF;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 25px;
  position: relative;
  padding-left: 15px;
  line-height: 1.5;
  /* &:before {
                            content: '';
                            position: absolute;
                            top: 7px;
                            left: -15px;
                            width: 15px;
                            height: 8px;
                            background-image: url('/themes/eco/img/ico-check.svg');
                            background-position: center center;
                            background-repeat: no-repeat;
                            background-size: 15px;
                        } */
}
#main .section#features .feature-list .col-1 > div:before, #main .section#features .feature-list .col-2 > div:before, #main .section#features .feature-list .col-3 > div:before {
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'pu-themes' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  vertical-align: middle;
  position: absolute;
  top: 7px;
  left: -15px;
  color: rgba(255, 255, 255, 0.5);
}
#main .section#features .feature-list .col-2 {
  margin-left: 55px;
  margin-right: 55px;
}
#main .section#features .feature-list-2 {
  max-width: 820px;
  margin: 0 auto;
  margin-top: 30px;
}
#main .section#features .feature-list-2 ul {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  column-width: 235px;
  column-gap: 55px;
  break-inside: avoid-column;
  page-break-inside: avoid;
  break-inside: avoid-column;
}
#main .section#features .feature-list-2 ul li {
  color: #FFF;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 25px;
  position: relative;
  padding-left: 15px;
  line-height: 1.5;
  display: inline-block;
}
#main .section#features .feature-list-2 ul li:before {
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'pu-themes' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  vertical-align: middle;
  position: absolute;
  top: 7px;
  left: -15px;
  color: rgba(255, 255, 255, 0.5);
}
#main .section#gallery {
  position: relative;
  padding-bottom: 120px;
}
#main .section#gallery:before {
  content: '';
  width: 100%;
  height: 100%;
  background: url('/themes/eco/img/for-white-bg.png') no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#main .section#gallery .load-more-button.loading {
  pointer-events: none;
  opacity: 0.5;
}
#main .section#gallery > .content-fixed {
  position: relative;
  z-index: 2;
}
#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#tour {
  position: relative;
}
#main .section#tour:before {
  content: '';
  width: 100%;
  height: 100%;
  background: url('/themes/eco/img/media-bg.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#main .section#tour:after {
  content: '';
  width: 100%;
  height: 0;
  background: #F7F7F7;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
#main .section#tour .content-pane {
  margin-top: 50px;
}
#main .section#tour .content-pane .tab-pane {
  position: relative;
  /*background: #202020;*/
  background: transparent;
}
#main .section#tour .content-pane .tab-pane.floorplan {
  padding: 0;
  height: auto;
  background: transparent;
}
#main .section#tour .content-pane .tab-pane.floorplan .slick-dots li {
  opacity: 0.3;
}
#main .section#tour .content-pane .tab-pane.floorplan .slick-dots li.slick-active {
  opacity: 1;
}
#main .section#tour .content-pane .tab-pane.floorplan .folio-slider {
  background: transparent;
}
#main .section#tour .content-pane .tab-pane.floorplan .folio-slider .slides {
  background: transparent;
}
#main .section#tour .content-pane .tab-pane.floorplan .folio-slider .mySlides {
  overflow: hidden;
}
#main .section#tour .content-pane .tab-pane.floorplan .content-fixed {
  width: 100%;
}
#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%;
  transform-origin: center;
}
#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 {
  font-size: 25px;
}
#main .section#tour .content-pane .tab-pane .slick-arrow.slick-prev {
  left: -60px;
}
#main .section#tour .content-pane .tab-pane .slick-arrow.slick-next {
  right: -60px;
}
#main .section#tour .content-pane .tab-pane .mobile-btn-holder {
  /*background: #f7f7f7;*/
  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;
}
#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 .content-pane .tab-pane .folio-slider .slides {
  background: transparent !important;
}
#main .section#tour > .content-fixed {
  position: relative;
  z-index: 3;
}
#main .section#mapSec {
  padding-top: 80px !important;
}
#main .section#mapSec .map-wrap #map {
  padding-bottom: 45%;
  height: 0 !important;
}
#main .section#schedule {
  padding-bottom: 105px;
}
#main .section#schedule .info .info-details {
  padding-right: 30px;
}
#main .section#schedule .info .avatar {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
  background: #e2e2e2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#main .section#schedule .info .name, #main .section#schedule .info .contact, #main .section#schedule .info .website, #main .section#schedule .info .email {
  font-size: 16px;
  color: #393939;
  margin-bottom: 10px;
}
#main .section#schedule .info .name {
  font-size: 22px;
  font-weight: bold;
}
#main .section#schedule .info .website a {
  color: #a41616;
  line-height: 20px;
  word-break: break-word;
  /* img {
                            width: 12px;
                            height: auto;
                            vertical-align: middle;
                            margin-left: 5px;
                        } */
}
#main .section#schedule .info .website a .icon {
  font-size: 12px;
  margin-left: 5px;
  vertical-align: middle;
}
#main .section#schedule .info .website a:hover {
  color: #a41616;
}
#main .section#schedule h2 {
  font-weight: bold;
  margin-bottom: 30px;
}
#main .section#nearby-schools {
  padding-bottom: 120px;
  font-family: "DM Sans", sans-serif;
}
#main .section#nearby-schools .school-header h2 {
  font-weight: bold;
  font-size: 45px;
  margin-bottom: 10px;
}
#main .section#nearby-schools .school-header p {
  font-size: 25px;
  line-height: 33px;
  font-weight: normal;
}
#main .section#nearby-schools .school-header .btn-link {
  line-height: 27px;
  height: 30px;
  display: block;
  color: white;
}
#main .section#nearby-schools .school-header .btn-link span {
  vertical-align: middle;
}
#main .section#nearby-schools .nearby-schools-cont {
  display: flex;
  margin-top: 50px;
  align-items: flex-start;
}
#main .section#nearby-schools .nearby-schools-cont .load-more-schools button {
  text-transform: uppercase;
  background-color: #F7F7F7 !important;
  color: #a41616 !important;
  padding: 17px 56px;
}
#main .section#nearby-schools .nearby-schools-cont .school-list {
  max-width: 60%;
  display: flex;
  flex-direction: column;
}
#main .section#nearby-schools .nearby-schools-cont .school-list > div {
  width: 100%;
  margin-bottom: 40px;
}
#main .section#nearby-schools .nearby-schools-cont .school-list .school-cont {
  align-items: flex-start;
  width: 33rem;
}
#main .section#nearby-schools .nearby-schools-cont .school-list .school-cont .rating-cont {
  border-radius: 100%;
  background: #393939;
  color: #a41616;
}
#main .section#nearby-schools .nearby-schools-cont .school-list .school-cont .school-info h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
  color: white;
}
#main .section#nearby-schools .nearby-schools-cont .school-list .school-cont .school-info p {
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  color: white;
}
#main .section#nearby-schools .nearby-schools-cont .school-list .school-cont .school-info p:nth-child(2):after {
  content: '|';
  margin-left: 15px;
  color: rgba(255, 255, 255, 0.5);
}
#main .section#nearby-schools .nearby-schools-cont .school-list .school-cont .school-info p:last-child {
  padding-left: 15px;
}
#main .section#nearby-schools .nearby-schools-cont .about-greatSchools {
  max-width: 40%;
  text-align: left;
  margin: 0;
  margin-left: auto;
}
#main .section#nearby-schools .nearby-schools-cont .about-greatSchools h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 18px;
  line-height: 28px;
  color: white;
}
#main .section#nearby-schools .nearby-schools-cont .about-greatSchools p {
  font-size: 15px;
  line-height: 25px;
  color: white;
}
#main .section#nearby-schools .nearby-schools-cont .about-greatSchools p .read-more-link {
  color: #393939;
}
#main .section#mortgageCalc .mort-form {
  max-width: 535px;
}
#main .section#mortgageCalc .box-input .calc-cont .input-container {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
  font-family: "DM Sans", sans-serif;
}
#main .section#mortgageCalc .box-input .calc-cont .input-container label {
  width: 30%;
  font-size: 15px;
  color: #393939;
}
#main .section#mortgageCalc .box-input .calc-cont .input-container label + div {
  width: 100%;
  max-width: 370px;
}
#main .section#mortgageCalc .box-input .calc-cont .input-container .with-symbol input {
  width: 100%;
}
#main .section#mortgageCalc .box-input .calc-cont .input-container .with-select {
  background-color: white;
}
#main .section#mortgageCalc .box-input .calc-cont .input-container input, #main .section#mortgageCalc .box-input .calc-cont .input-container select {
  font-size: 15px;
  color: #393939;
}
#main .section#mortgageCalc .box-input .calc-cont .input-container .custom-select-input {
  background-color: #FFF;
}
#main .section#mortgageCalc .adjustments-btn {
  text-transform: uppercase;
  color: #a41616;
  display: block;
  letter-spacing: 1.5px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  margin-left: 30%;
  margin-top: 30px;
}
#main .section#mortgageCalc .est-cont .est-box {
  position: relative;
  padding: 10px;
  padding-left: 22px;
}
#main .section#mortgageCalc .est-cont .est-box h6 {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #393939;
}
#main .section#mortgageCalc .est-cont .est-box h4 {
  font-weight: bold;
  color: #a41616;
  line-height: 38px;
}
#main .section#mortgageCalc .est-cont .est-box h4 + p {
  color: #a41616;
  font-size: 15px;
  line-height: 20px;
}
#main .section#mortgageCalc .est-cont .est-box:before {
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #a41616;
}
#main .section#multi-agent .multiagent-container {
  margin: 40px 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: #FFF;
}
#main .section#multi-agent .agent-container .agent-img h5 {
  color: #393939;
  font-size: 30px;
  font-weight: bold;
}
#main .section#multi-agent .agent-container .agent-img:before {
  background-color: #a41616;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  padding-top: 10px;
}
#main .section#multi-agent .agent-container .agent-img:hover::before {
  content: 'Contact Me';
}
#main .section#multi-agent .agent-container h6 {
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
}
#main .section#multi-agent .agent-container p {
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
  margin-bottom: 20px;
}
#main .section#multi-agent .agent-container span {
  opacity: 0.7;
  line-height: 18px;
  font-size: 12px;
  font-weight: bold;
}
#main .section#multi-agent .agent-container a {
  color: #a41616;
  font-size: 14px;
  font-weight: bold;
}
#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: #a41616;
  border-bottom-color: #a41616;
}
body.unbranded-theme #main .section#nearby-schools .school-header {
  justify-content: center;
  text-align: center;
}
body.unbranded-theme #mortgageCalc .calc-header {
  justify-content: center;
  text-align: center;
}
.contact-form .form-control {
  background: #FFF;
  border: none;
  border-radius: 3px;
  font-size: 15px;
  color: #797979;
  padding: 15px 24px;
  height: 50px;
  box-shadow: none;
}
.contact-form .form-control:focus {
  box-shadow: none;
}
.contact-form textarea {
  resize: none;
  height: 150px !important;
}
.contact-form label {
  display: none;
}
.contact-form .intl-tel-input {
  width: 100%;
}
.contact-form .intl-tel-input.separate-dial-code .selected-flag {
  background: #FFF;
}
.contact-form .g-recaptcha {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.contact-form .btn-submit {
  margin-top: 0;
}
.contact-form-success {
  width: 100%;
}
.nav-tabs {
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-tabs li {
  margin-right: 50px;
  display: block;
}
.nav-tabs li:last-child {
  margin-right: 0;
}
.nav-tabs li a {
  padding: 10px 0;
  color: #FFF;
  font-size: 25px;
  font-weight: bold;
  background: transparent !important;
  border-radius: 0;
  text-transform: capitalize;
  border: 1px solid transparent !important;
}
.nav-tabs li a:hover {
  color: #a41616;
}
.nav-tabs li.active a {
  color: #a41616 !important;
  border-bottom-color: #a41616 !important;
}
.social-link li a:hover span {
  color: #a41616;
}
.social-link li a:active, .social-link li a:visited {
  color: #FFF;
}
/* responsive */
@media (max-width: 991px) {
  #main .section {
    padding: 80px 0;
  }
  #main .section#overview > div {
    padding-right: 20px;
  }
  #main .section#overview .overview-header {
    flex-direction: column;
  }
  #main .section#overview .overview-header h2 {
    max-width: unset;
  }
  #main .section#overview .overview-header .btn-link {
    margin-bottom: 30px;
  }
  #main .section#overview .infoBox {
    width: 100%;
  }
  #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#features .feature-list-2 {
    max-width: 540px;
  }
  #main .section#features .feature-list-2 ul {
    column-count: 2;
  }
  #main .section#features .features-header {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  #main .section#features .features-header h2 {
    margin-bottom: 30px;
  }
  #main .section#features .features-header .btn-link {
    margin-bottom: 60px;
  }
  #main .section#schedule > .content-fixed > .d-flex {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  #main .section#schedule > .content-fixed > .d-flex > div {
    width: 100%;
  }
  #main .section#schedule > .content-fixed h2 {
    text-align: center;
  }
  #main .section#schedule > .content-fixed .info {
    display: block !important;
  }
  #main .section#schedule > .content-fixed .info .avatar {
    margin-right: auto !important;
    margin-left: auto !important;
    margin-bottom: 30px;
  }
  #main .section#schedule > .content-fixed .info .info-details {
    text-align: center;
    padding-right: 0;
  }
  #main .section#nearby-schools .school-header .btn-link {
    margin-bottom: 0 !important;
  }
  #main .section#nearby-schools .nearby-schools-cont {
    flex-direction: column;
    align-items: center;
  }
  #main .section#nearby-schools .nearby-schools-cont .school-list, #main .section#nearby-schools .nearby-schools-cont .about-greatSchools {
    max-width: 100%;
    margin: 0;
  }
  #main .section#nearby-schools .nearby-schools-cont .school-list .school-cont {
    width: 100%;
    margin: 0;
  }
  #main .section#nearby-schools .nearby-schools-cont .school-list .school-cont .school-info h3 {
    margin-bottom: 10px;
  }
  #main .section#nearby-schools .nearby-schools-cont .about-greatSchools {
    margin-top: 50px;
  }
  #main .section#nearby-schools .nearby-schools-cont .about-greatSchools p {
    text-align: center;
  }
  #main .section#nearby-schools .nearby-schools-cont .about-greatSchools h3 {
    text-align: center;
  }
  #main .section#nearby-schools .load-more-schools button {
    width: 100%;
  }
  .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;
  }
  .contact-form-success {
    margin-left: auto;
    margin-right: auto;
  }
  #footerSec .pw-property-info .info-details a.contact, #footerSec .pw-property-info .info-details a.email {
    color: #F7F7F7;
  }
}
@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 {
    padding-top: 40px;
  }
  #main .section#overview > div {
    padding-left: 30px;
  }
  #main .section#overview h2 span {
    font-size: 25px;
  }
  #main .section#overview .overview-header {
    flex-direction: column;
  }
  #main .section#overview .overview-header .btn-link {
    margin-top: 25px;
    margin-bottom: 60px;
  }
  #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, #main .section#features .feature-list .col-2, #main .section#features .feature-list .col-3 {
    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: 320px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  #main .section#tour .nav-tabs li {
    margin-top: 20px;
    margin-right: 0;
    padding: 0 15px;
  }
  #main .section#tour .nav-tabs li a {
    font-size: 25px;
    text-align: center;
    border-bottom: 0;
  }
  #main .section#tour .content-pane .tab-pane#virtualTour, #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#virtualTour .folio-slider .slick-arrow, #main .section#tour .content-pane .tab-pane#video .folio-slider .slick-arrow, #main .section#tour .content-pane .tab-pane#floorPlan .folio-slider .slick-arrow {
    display: none !important;
  }
  #main .section#tour .content-pane .tab-pane#virtualTour .folio-slider .slick-arrow:before, #main .section#tour .content-pane .tab-pane#video .folio-slider .slick-arrow:before, #main .section#tour .content-pane .tab-pane#floorPlan .folio-slider .slick-arrow:before {
    color: #FFF;
  }
  #main .section#tour .content-pane .tab-pane#virtualTour .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: 20px;
  }
  #main .section#mapSec {
    display: none;
  }
  #main .section#schedule .info {
    display: block !important;
  }
  #main .section#schedule .info .avatar {
    margin-right: auto !important;
    margin-left: auto !important;
    margin-bottom: 30px;
  }
  #main .section#schedule .info .info-details {
    text-align: center;
  }
  #main .section#schedule .contact-form {
    width: 100%;
  }
  #main .section#gallery h6 {
    font-size: 25px;
    font-weight: bold;
  }
  #main .section#nearby-schools .nearby-schools-cont .school-list .school-cont .school-info {
    width: 65%;
  }
  #main .section#nearby-schools .nearby-schools-cont .school-list .school-cont .school-info p {
    display: block;
  }
  #main .section#nearby-schools .nearby-schools-cont .school-list .school-cont .school-info p:last-child {
    padding-left: 0;
  }
  #main .section#nearby-schools .nearby-schools-cont .school-list .school-cont .school-info p:nth-child(2):after {
    content: '';
  }
  .gallery .imglist {
    flex-wrap: wrap;
  }
  .gallery .img-item {
    width: 100%;
  }
  .gallery .img-item img {
    width: 100%;
  }
}
.fancybox-slide--html .agent-popup .agent-img {
  background-color: #FFF;
  border: 1px solid #393939;
}
.fancybox-slide--html .agent-popup .agent-img h5 {
  color: #393939;
  font-size: 30px;
  font-weight: bold;
}
.fancybox-slide--html .agent-popup .agent-img + div {
  font-family: "DM Sans", sans-serif;
}
.fancybox-slide--html .agent-popup .agent-img + div h4 {
  font-size: 30px;
  font-weight: bold;
  line-height: 55px;
}
.fancybox-slide--html .agent-popup .agent-img + div h6 {
  font-size: 12px;
  font-weight: bold;
  font-family: "DM Sans", sans-serif;
  color: #393939;
  line-height: 18px;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.fancybox-slide--html .agent-popup .agent-img + div a {
  font-size: 16px;
  font-weight: bold;
  color: #a41616;
}
.fancybox-slide--html .agent-popup .agent-details label {
  font-size: 12px;
  font-weight: bold;
  font-family: "DM Sans", sans-serif;
  color: #393939;
}
.fancybox-slide--html .agent-popup .agent-details label + p {
  color: #a41616;
  font-weight: bold;
  font-size: 16px;
}
.fancybox-slide--html .agent-popup .agent-details label ~ a {
  color: #a41616;
}
.fancybox-slide--html .agent-popup .agent-details .social-link li a {
  color: #a41616;
}
@media (max-width: 620px) {
  #main .section#tour .content-pane .tab-pane#virtualTour {
    width: 100%;
  }
  #main .section#tour .content-pane .tab-pane .slider-video .mySlides {
    padding-bottom: 0;
    min-height: 500px;
  }
}
@media (max-width: 599px) {
  #main .section#tour .content-pane .tab-pane#virtualTour .slick-arrow, #main .section#tour .content-pane .tab-pane#video .slick-arrow {
    top: 30%;
  }
}
@media (max-width: 479px) {
  #main .section#tour .content-pane .tab-pane.floorplan .slick-arrow.slick-prev {
    left: -55px;
  }
  #main .section#tour .content-pane .tab-pane.floorplan .slick-arrow.slick-next {
    right: -55px;
  }
}
@media (max-width: 410px) {
  #main .section#tour .nav-tabs {
    max-width: 100%;
  }
  #main .section#tour .nav-tabs li {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #main .section#tour .nav-tabs li a {
    display: inline-block;
  }
}
.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% / 3) !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: #393939;
}
.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, .section-grid .layout-photogrid.layout-photogrid_3 .photo-grid .photo-item {
    width: calc(98% / 2) !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;
  padding-bottom: 115px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 700px;
}
#headerSec .banner {
  height: 100vh;
  width: 100%;
  background: #FFF url('/themes/eco/img/header-bg.jpg') no-repeat center center;
  background-size: cover;
  min-height: 950px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
#headerSec:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #343434;
  opacity: 0.4;
  z-index: 2;
}
#headerSec header {
  padding: 15px 0;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 99;
  background: #393939;
}
#headerSec header .logo img {
  height: auto;
  width: 100%;
  max-width: 150px;
}
#headerSec header .logo-col h5 {
  color: #FFF;
  font-weight: bold;
}
#headerSec .siteTitle {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 40px;
}
#headerSec .siteTitle h1 {
  font-weight: bold;
}
#headerSec .siteTitle h1 span {
  display: block;
  font-size: 40px;
  font-weight: normal;
}
#headerSec .siteTitle .price {
  color: #FFF;
  font-size: 30px;
  text-align: left;
  padding-top: 30px;
  display: flex;
  align-items: center;
}
#headerSec .siteTitle .sell-type-pill {
  border: 2px solid #FFF;
  letter-spacing: 1.5px;
  border-radius: 3px;
  padding: 0 12px;
  height: 27px;
  text-transform: uppercase;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: bold;
}
#headerSec .siteTitle .btn-style1 {
  margin-top: 45px;
}
#headerSec .for-rent-cont {
  margin-top: 30px;
}
#headerSec .for-rent-cont h4 {
  align-items: center;
}
#headerSec .infobox {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  /*&:before {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 63%;
            background: $tertiary;
            height: 100%;
        }*/
}
#headerSec .infobox span {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 5px;
}
#headerSec .infobox p {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}
#headerSec .infobox .whiteBG-trail {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 55%;
  min-width: 680px;
  background: #F7F7F7;
  height: 100%;
  width: 100%;
  border-top-right-radius: 2px;
}
#headerSec .infobox .infobox-data {
  padding: 0 0;
}
#headerSec .infobox .infobox-data.home {
  width: 160px;
}
#headerSec .infobox .infobox-data.beds {
  width: 100px;
}
#headerSec .infobox .infobox-data.baths {
  width: 110px;
}
#headerSec .infobox .infobox-data.lot {
  width: 140px;
}
#headerSec .infobox .infobox-data.type {
  width: 160px;
}
#headerSec .infobox .infobox-data.year {
  width: 160px;
}
#headerSec .infobox .infobox-data.parking {
  width: 208px;
}
#headerSec .infobox .content-fixed {
  display: flex;
  height: 115px;
  align-items: center;
}
#headerSec .infobox .row {
  margin: 0;
  padding: 0 0;
}
#headerSec.prop-data-count-0 .infobox {
  display: none;
}
body:not(.unbranded-theme) #headerSec .logo img {
  max-height: 50px;
  max-width: 240px;
}
/* responsive */
@media (max-width: 1097px) {
  #headerSec header #header-menu-wrap .menu-header {
    padding: 30px 8%;
    min-height: unset;
  }
  #headerSec header .nav-col .mobile-nav {
    margin: 0 auto;
  }
  #headerSec header .nav-col .mobile-nav h4, #headerSec header .nav-col .mobile-nav img {
    display: none;
    font-size: 28px;
    font-weight: bold;
  }
  #headerSec header.scrolled .nav-col .mobile-nav {
    margin: 0;
    width: 100%;
    justify-content: space-between !important;
  }
  #headerSec header.scrolled .nav-col .mobile-nav h4, #headerSec header.scrolled .nav-col .mobile-nav img {
    display: block;
  }
}
@media (max-width: 991px) {
  #headerSec .infobox:before {
    width: 100%;
  }
  #headerSec .infobox .infobox-data.parking {
    width: 40%;
  }
  body #headerSec {
    justify-content: center;
  }
  body #headerSec .siteTitle {
    text-align: center;
  }
  body #headerSec .siteTitle .price {
    text-align: center;
    justify-content: center;
  }
  body #headerSec .siteTitle .for-rent-cont h4 {
    justify-content: center;
  }
  body #headerSec .infobox .whiteBG-trail {
    min-width: 615px;
  }
  body #headerSec .infobox .content-fixed {
    height: 155px;
  }
  body:not(.unbranded-theme) #headerSec header {
    padding: 37px 0;
  }
  body:not(.unbranded-theme) #headerSec .logo-col {
    display: block;
  }
  body:not(.unbranded-theme) #headerSec .nav-col {
    padding: 0 !important;
  }
  body:not(.unbranded-theme) #headerSec .nav-col .mobile-nav {
    margin: 0;
  }
  body.unbranded-theme .logo-col {
    display: none;
  }
  body.unbranded-theme .nav-col {
    padding: 35px 0 !important;
    text-align: center;
  }
  body.unbranded-theme .scrolled .nav-col {
    padding: 5px 0 !important;
  }
  body.unbranded-theme .scrolled .nav-col .mobile-nav {
    margin: 0;
    width: 100%;
    justify-content: space-between !important;
  }
  body.unbranded-theme .scrolled .nav-col .mobile-nav h4 {
    display: block;
  }
  body.unbranded-theme .scrolled .nav-col .mobile-nav .hamburger {
    height: 18px;
    width: 26px;
  }
  body.unbranded-theme .scrolled .logo-col {
    display: block;
  }
}
@media (max-width: 810px) {
  #headerSec .infobox .row {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  body #headerSec {
    height: 100vh;
    padding-bottom: 220px;
  }
  body #headerSec .infobox .row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    max-width: unset;
  }
  body #headerSec .infobox .row > div {
    width: 50% !important;
    text-align: center;
    padding: 15px;
  }
  body #headerSec .infobox .content-fixed {
    height: 220px;
    width: 100%;
    padding: 0 30px;
    background: #F7F7F7;
  }
  body #headerSec .infobox .whiteBG-trail {
    display: none;
  }
  body #headerSec .siteTitle {
    padding-bottom: 0;
  }
  body #headerSec .siteTitle h1 span {
    font-size: 25px;
  }
  body #headerSec .siteTitle .price {
    font-size: 25px;
  }
  body.unbranded-theme .nav-col {
    padding: 20px 0 !important;
  }
}
@media (max-width: 479px) {
  #headerSec .siteTitle .for-rent-cont h4 {
    flex-direction: column;
  }
  #headerSec .siteTitle .for-rent-cont h4 .sell-type-pill {
    margin: 0;
    margin-top: 15px;
  }
}
@media (max-height: 740px) {
  body #headerSec {
    height: calc(100vh + 220px);
    padding-bottom: 220px;
  }
  body #headerSec .siteTitle {
    padding-top: 0;
  }
}
header .content-fixed {
  max-width: unset;
}
header .menu-element .menu-items {
  padding: 0 15px;
  position: relative;
}
header .menu-element .menu-items:after {
  content: '';
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: -30px;
  right: 0;
  background: transparent;
  display: none;
}
header .menu-element .menu-items:first-child span.about {
  display: none;
}
header .menu-element .menu-items a {
  color: #FFF;
  letter-spacing: 0.15em;
  font-size: 14px;
}
header .menu-element .menu-items a:hover {
  color: #a41616;
}
header .menu-element .menu-items a .menu-icon {
  font-size: 24px;
}
header .menu-element .menu-items a.btn {
  padding: 17px 30px;
}
header .menu-element .menu-items.menu-dropdown > p > .chevron-down {
  position: relative;
  height: 10px;
  width: 10px;
  display: inline-block;
  cursor: pointer;
}
header .menu-element .menu-items.menu-dropdown > p > .chevron-down:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: rotate(-44deg);
  position: relative;
  top: -1.5px;
  opacity: 0.7;
}
header .menu-element .menu-items.menu-dropdown > ul {
  position: absolute;
  right: 0;
  top: 40px;
  background: #393939;
  width: max-content;
  padding: 20px 0;
  display: none;
}
header .menu-element .menu-items.menu-dropdown > ul li {
  display: block;
  width: 100%;
}
header .menu-element .menu-items.menu-dropdown > ul li a {
  color: #FFF;
  display: block;
  font-size: 14px;
  line-height: 40px;
  padding: 0 20px;
  font-weight: bold;
  text-transform: uppercase;
}
header .menu-element .menu-items.menu-dropdown > ul li a:hover {
  color: #a41616;
}
header .menu-element .menu-items.menu-dropdown > ul:before {
  content: '';
  width: 0;
  height: 0;
  border-color: transparent transparent #393939 transparent;
  border-style: solid;
  position: absolute;
  right: 32px;
}
header .menu-element .menu-items.menu-dropdown:hover:after {
  display: block;
}
header .menu-element .menu-items.menu-dropdown:hover > p > a {
  color: #a41616 !important;
}
header .menu-element .menu-items.menu-dropdown:hover > p > .chevron-down:before {
  border-left-color: #a41616 !important;
  border-bottom-color: #a41616 !important;
  opacity: 1;
}
header .menu-element .menu-items.menu-dropdown:hover > ul {
  display: block;
}
header .menu-element .menu-items.menu-dropdown.menu-drp > ul {
  right: -15px;
}
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 #393939;
  position: absolute;
  transform: rotate(45deg);
  left: 18px;
}
header .menu-element .close:before {
  content: '';
  height: 40px;
  border-left: 2px solid #393939;
  position: absolute;
  transform: rotate(-45deg);
  left: 18px;
}
.mobile-nav {
  display: none;
}
.mobile-nav .hamburger {
  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;
  }
  .logo-col {
    display: none !important;
  }
  .nav-col > div {
    justify-content: center;
  }
  #header-menu-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(57, 57, 57, 0.95);
  }
  #header-menu-wrap .close {
    display: block;
    color: #FFF;
    width: 38px;
    height: 26px;
    top: 34px;
    right: 54px;
  }
  #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: 15px 0;
  }
  #header-menu-wrap > ul li a {
    color: #FFF;
  }
  #header-menu-wrap > ul li a:hover {
    color: #FFF !important;
  }
  #header-menu-wrap > ul li.menu-dropdown {
    padding: 5px 0;
  }
  #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: 5px 0;
  }
  #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: uppercase;
    opacity: 0.8;
  }
  .show-nav {
    overflow: hidden;
  }
  .show-nav #header-menu-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#footerSec {
  padding: 75px 0 45px;
  position: relative;
  z-index: 3;
}
#footerSec .content-fixed {
  max-width: unset;
}
#footerSec .copyright p {
  font-size: 13px;
  opacity: 0.7;
}
#footerSec:before {
  content: '';
  width: 100%;
  height: 100%;
  background: url('/themes/eco/img/footer-bg.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#footerSec .footer-rent {
  color: #FFF;
  font-size: 22px;
}
#footerSec .pw-property-info {
  display: flex;
  align-items: center;
}
#footerSec .pw-property-info h4 {
  color: #FFF;
  font-weight: bold;
  line-height: 39px;
}
#footerSec .pw-property-info h4.subtitle {
  display: block;
  font-size: 22px;
  line-height: 29px;
  font-weight: normal;
}
#footerSec .pw-property-info .price {
  color: #a41616;
  font-size: 22px;
  font-weight: bold;
  line-height: 25px;
}
#footerSec .pw-property-info .info-details div {
  line-height: 28px;
}
#footerSec .pw-property-info .info-details .name {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -0.5px;
}
#footerSec .pw-property-info .info-details .contact, #footerSec .pw-property-info .info-details .email, #footerSec .pw-property-info .info-details .license-number {
  font-size: 16px;
  opacity: 0.7;
  font-weight: normal;
}
#footerSec .pw-property-info .info-details .license-number {
  margin-top: 3px;
}
#footerSec .pw-property-info .info-details .contact-link {
  font-size: 16px;
  line-height: 21px;
  opacity: 0.7;
  color: #a41616;
}
#footerSec .pw-property-info .info-details .contact-link > span {
  font-size: 20px;
  margin-top: 1px;
}
#footerSec .pw-property-info .info-details .contact-link:hover {
  color: #a41616;
}
#footerSec .pw-property-info .license-number {
  font-size: 16px;
  opacity: 0.7;
  font-weight: normal;
}
#footerSec .pw-property-info a {
  text-align: right;
}
#footerSec .pw-property-info a img {
  margin-bottom: 14px;
  height: 40px;
  width: auto;
  float: right;
}
#footerSec .pw-property-info a.website-url {
  font-size: 16px;
  line-height: 21px;
  opacity: 0.7;
  color: #a41616;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  /* > img {
                    width: 12px;
                    height: auto;
                    vertical-align: middle;
                    margin: 0 0 0 3px;
                } */
}
#footerSec .pw-property-info a.website-url .icon {
  font-size: 12px;
  margin: 0 0 0 3px;
  vertical-align: middle;
}
#footerSec .pw-property-info a.website-url:hover {
  color: #a41616;
}
#footerSec .pw-property-info .footer-logo {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#footerSec .pw-property-info .footer-logo .subtitle {
  color: #FFF;
  text-align: right;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: -0.15px;
  margin-bottom: 5px;
}
#footerSec .pw-property-info .footer-logo .info-text {
  margin-top: 5px;
  font-size: 13px;
  opacity: 0.7;
  line-height: 18px;
}
#footerSec .pw-property-info .footer-logo .info-text.broker-disclosure {
  opacity: 0.5;
}
#footerSec .footer-cont {
  margin-top: 80px;
}
#footerSec .footer-cont .copyright-cont p {
  color: #FFF;
  font-size: 13px;
  font-weight: normal;
}
#footerSec .footer-cont .copyright-cont p img {
  height: 14px;
  width: auto;
  margin-left: 4px;
}
#footerSec .footer-cont .social-link li a {
  color: #FFF;
}
.unbranded-theme #footerSec .footer-cont .copyright-cont {
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  #footerSec .footer-info {
    display: block;
  }
  #footerSec .footer-info .info-details {
    text-align: center;
    margin-bottom: 50px;
  }
  #footerSec .footer-info .info-extra-details {
    text-align: center;
    margin-top: 50px;
  }
  #footerSec .footer-bottom {
    display: block;
  }
  #footerSec .footer-bottom .social-link {
    text-align: center;
    margin-bottom: 50px;
  }
  #footerSec .footer-bottom .social-link ul {
    display: block;
  }
  #footerSec .footer-bottom .social-link ul li {
    display: inline-block;
  }
  #footerSec .footer-bottom .copyright {
    text-align: center;
  }
  body:not(.unbranded-theme) #footerSec {
    padding: 40px 0 50px;
  }
  body:not(.unbranded-theme) #footerSec .pw-property-info {
    flex-direction: column;
    text-align: center;
  }
  body:not(.unbranded-theme) #footerSec .pw-property-info > div {
    margin-bottom: 60px;
  }
  body:not(.unbranded-theme) #footerSec .pw-property-info > div:last-child {
    order: 0;
  }
  body:not(.unbranded-theme) #footerSec .pw-property-info > div:nth-child(2) {
    order: 1;
  }
  body:not(.unbranded-theme) #footerSec .pw-property-info > div:first-child {
    order: 2;
    margin-bottom: 0;
  }
  body:not(.unbranded-theme) #footerSec .pw-property-info .footer-logo {
    justify-content: center;
  }
  body:not(.unbranded-theme) #footerSec .pw-property-info .footer-logo * {
    float: unset;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }
  body:not(.unbranded-theme) #footerSec .social-link ul {
    justify-content: center;
    margin-bottom: 30px;
  }
}
.flyer-theme {
  background: #fff;
}
.flyer-theme #flyer-header {
  background: #fff;
}
.flyer-theme #flyer-header header {
  position: relative;
  background: none;
  padding: 0;
  opacity: 1;
}
.flyer-theme #flyer-header header .logo img {
  width: auto;
  height: 55px;
}
.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, #393939 20%, rgba(57, 57, 57, 0) 100%);
}
.flyer-theme #flyer-header .title-sec {
  background: #fff;
}
.flyer-theme #flyer-header .title-sec .siteTitle h1 {
  color: #202020;
  font-size: 32px;
  font-weight: bold;
}
.flyer-theme #flyer-header .title-sec .siteTitle h1 + div .sub-add {
  color: rgba(32, 32, 32, 0.8);
  font-size: 18px;
  display: block;
  line-height: 24px;
}
.flyer-theme #flyer-header .title-sec .siteTitle h1 + div .pill {
  font-size: 13px;
  padding: 0 8px;
  color: #a41616;
  border-color: rgba(164, 22, 22, 0.5);
}
.flyer-theme #flyer-header .title-sec .price {
  color: #a41616;
}
.flyer-theme #flyer-content .infobox {
  background-color: #a41616;
  background-image: url('/themes/eco/img/pattern.svg');
  background-position: center;
  background-size: cover;
  color: #FFF;
  height: 98px;
  display: flex;
  align-items: center;
}
.flyer-theme #flyer-content .infobox ul li span, .flyer-theme #flyer-content .infobox ul li p {
  text-transform: capitalize;
}
.flyer-theme #flyer-content .overview p {
  font-size: 13px;
  line-height: 21px;
  color: #676767;
}
.flyer-theme #flyer-content .features .feature-list li {
  font-size: 13px;
  color: #676767;
  line-height: 21px;
  margin-bottom: 10px;
  position: relative;
  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 {
  stroke: #a41616;
}
.flyer-theme #flyer-content .features .feature-list li .check-icon {
  margin-right: 10px;
  color: #a41616;
  margin-top: 3px;
}
.flyer-theme #flyer-content .features .feature-list li:last-child {
  margin-bottom: 0;
}
.flyer-theme #flyer-footer {
  background: #fff;
}
.flyer-theme #flyer-footer footer:before {
  content: '';
  height: 1px;
  display: block;
  width: calc(100% + 40px);
  margin-left: -20px;
  background-color: rgba(164, 22, 22, 0.5);
}
.flyer-theme #flyer-footer .footer-content {
  height: 110px;
}
.flyer-theme #flyer-footer .footer-content h3 {
  color: #a41616;
}
.flyer-theme #flyer-footer .footer-content p {
  color: #202020;
}
.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(57, 57, 57, 0.8);
}
