@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: #F5F5F5;
}
.bg-black {
  background-color: #242424;
}
.bg-gray {
  background-color: #676767;
}
.bg-orange {
  background-color: #E97544;
}
.bg-gray-2 {
  background-color: #8D8D8D;
}
.bg-primary {
  background-color: #E97544;
}
.bg-secondary {
  background-color: #242424;
}
.bg-tertiary {
  background-color: #F5F5F5;
}
/* text color */
.tc-white {
  color: #FFF;
}
.tc-offWhite {
  color: #F5F5F5;
}
.tc-black {
  color: #242424;
}
.tc-gray {
  color: #676767;
}
.tc-orange {
  color: #E97544;
}
.tc-gray-2 {
  color: #8D8D8D;
}
.tc-primary {
  color: #E97544;
}
.tc-secondary {
  color: #242424;
}
.tc-tertiary {
  color: #F5F5F5;
}
.tc-primary-forecolor {
  color: #FFF;
}
.tc-secondary-forecolor {
  color: #FFF;
}
.tc-tertiary-forecolor {
  color: #242424;
}
.btn {
  padding: 15px 25px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 5px;
  outline: 0 !important;
}
.btn.btn-style1 {
  background: #E97544 !important;
  color: #FFF !important;
  border-radius: 0;
}
.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;
}
h1 {
  font-size: 65px;
}
h2 {
  font-size: 50px;
}
h3 {
  font-size: 40px;
}
h4 {
  font-size: 30px;
}
h5 {
  font-size: 20px;
}
p {
  font-size: 15px;
  line-height: 1.7;
}
a, a:hover {
  text-decoration: none !important;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(245, 245, 245, 0.5) !important;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(245, 245, 245, 0.5) !important;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(245, 245, 245, 0.5) !important;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(245, 245, 245, 0.5) !important;
}
.view-more-property-details {
  width: 100%;
  margin-top: 40px;
  display: block;
  padding-left: 15px;
}
.view-more-property-details a {
  color: #E97544;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  text-transform: capitalize;
}
.view-more-property-details a span {
  font-size: 16px;
  vertical-align: middle;
}
.view-more-property-details .additional-properties-cont {
  margin-top: 30px;
}
.view-more-property-details .additional-properties-cont .row {
  width: 100%;
  display: flex;
  margin-top: 20px;
  justify-content: flex-start;
}
.for-rent-cont {
  width: 100%;
  text-align: left;
  font-family: "DM Sans", sans-serif;
  letter-spacing: -0.3px;
}
.for-rent-cont h4 {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #FFF;
}
.for-rent-cont h6 {
  font-size: 20px;
  font-weight: normal;
  opacity: 0.75;
}
.scroll-top-cont {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #FFF;
  box-shadow: 0px 5px 20px rgba(36, 36, 36, 0.22);
  position: fixed;
  bottom: 77px;
  right: 60px;
  cursor: pointer;
  z-index: 5;
  text-align: center;
}
.scroll-top-cont .arrow-icon {
  font-size: 40px;
  line-height: 58px;
  vertical-align: middle;
  color: #242424;
}
#main .section {
  padding: 80px 0;
}
#main .section#overview {
  padding-top: 120px;
  position: relative;
}
#main .section#overview:before {
  content: '';
  width: 200px;
  height: 200px;
  background: #F5F5F5;
  position: absolute;
  top: 0;
  right: 0;
}
#main .section#overview .small-title {
  font-size: 20px;
  font-weight: normal;
  text-transform: capitalize;
  margin-bottom: 12px;
}
#main .section#overview h2 {
  font-weight: bold;
  font-size: 38px;
  color: #242424;
  line-height: 48px;
}
#main .section#overview h2 span {
  display: block;
  color: #242424;
}
#main .section#overview > .clearfix {
  position: relative;
  z-index: 1;
}
#main .section#overview .overview-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
#main .section#overview .overview-header .btn-link {
  font-size: 14px;
  font-weight: bold;
  color: #E97544;
  letter-spacing: 5px;
}
#main .section#overview .overview-p {
  column-count: 2;
  column-gap: 60px;
}
#main .section#overview .infoBox {
  text-align: left;
}
#main .section#overview .infoBox .infobox-data {
  text-align: left;
}
#main .section#overview .infoBox .infobox-data span {
  font-size: 15px;
  color: rgba(36, 36, 36, 0.5);
  letter-spacing: -0.3px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#main .section#overview .infoBox .infobox-data p {
  color: #242424;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.3px;
}
#main .section#features {
  overflow: hidden;
  position: relative;
  /*background: $primary;*/
  padding-bottom: 85px;
}
#main .section#features:after {
  content: '';
  width: 90%;
  height: calc(100% - 85px);
  background: #E97544;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
}
#main .section#features:before {
  content: '';
  width: 100%;
  height: 50%;
  background: #242424 url('/themes/grid/img/bg-pattern.png');
  background-repeat: repeat;
  background-position: top center;
  background-size: 160px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#main .section#features > .content-fixed {
  position: relative;
  z-index: 3;
}
#main .section#features > .content-fixed > .clearfix.d-flex {
  flex-wrap: wrap;
  flex-direction: column;
}
#main .section#features .view-more {
  padding-left: 15px;
}
#main .section#features .view-more a {
  font-weight: bold;
  font-size: 14px;
  color: #FFF !important;
  position: relative;
  padding-right: 15px;
  margin-top: 45px;
  display: inline-block;
  letter-spacing: 5px;
}
#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;
  max-width: 155px;
  font-size: 38px;
  line-height: 48px;
  text-align: left;
}
#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;
  margin: 0 0 0 15px;
  min-width: 60vw;
}
#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;
}
#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: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 7.5px;
  left: -10px;
  background: #FFF;
  opacity: 0.5;
}
#main .section#features .feature-list .col-2, #main .section#features .feature-list .col-3 {
  margin-left: 55px !important;
  margin-right: 0 !important;
}
#main .section#features .title-wrap {
  min-width: 250px;
}
#main .section#features .content-wrap {
  padding-left: 70px;
  padding-bottom: 80px;
}
#main .section#gallery {
  position: relative;
  padding-top: 40px;
}
#main .section#gallery h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 38px;
  font-weight: bold;
  color: #242424;
  line-height: 48px;
  padding: 10px 0;
  width: 100%;
  max-width: 170px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding: 10px 0;
}
#main .section#gallery h2:before {
  content: '';
  width: 90%;
  height: 10px;
  background: #E97544;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}
#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:before {
  content: '';
  background: #333;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#main .section#gallery .photo-item:hover {
  opacity: 0.3;
}
#main .section#gallery .photo-item img {
  transform: scale(2);
  display: none;
}
#main .section#tour {
  position: relative;
  padding-bottom: 40px;
}
#main .section#tour h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 38px;
  font-weight: bold;
  color: #242424;
  line-height: 48px;
}
#main .section#tour .content-pane {
  margin-top: 50px;
  position: relative;
}
#main .section#tour .content-pane .tab-pane {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  background: #242424;
}
#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 .slick-arrow {
  width: 40px;
  height: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40px;
  font-size: 0;
}
#main .section#tour .content-pane .tab-pane.floorplan .slick-arrow:before {
  /* 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: 40px;
  color: #E97544;
}
#main .section#tour .content-pane .tab-pane.floorplan .slick-arrow.slick-prev {
  /* background-image: url('/themes/grid/img/left-arrow.svg'); */
  left: -60px;
}
#main .section#tour .content-pane .tab-pane.floorplan .slick-arrow.slick-prev:before {
  content: "";
}
#main .section#tour .content-pane .tab-pane.floorplan .slick-arrow.slick-next {
  /* background-image: url('/themes/grid/img/right-arrow.svg'); */
  right: -60px;
}
#main .section#tour .content-pane .tab-pane.floorplan .slick-arrow.slick-next:before {
  content: "";
}
#main .section#tour .content-pane .tab-pane.floorplan .folio-slider {
  background: transparent;
}
#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 .navi {
  width: 40px;
  height: 40px;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
#main .section#tour .content-pane .navi.prev {
  left: 0;
}
#main .section#tour .content-pane .navi.next {
  right: 0;
}
#main .section#tour .content-pane .mobile-navi-wrap {
  /*display: flex;*/
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: none;
}
#main .section#tour .content-pane .mobile-navi-wrap .navi {
  position: relative;
  top: auto;
  margin: 0;
}
#main .section#tour .content-pane .mobile-navi-wrap .navi.prev {
  margin-right: 20px;
}
#main .section#tour .content-pane .mobile-navi-wrap .navi.next {
  margin-left: 20px;
}
#main .section#tour .content-pane .tab-content {
  max-width: calc(100% - 100px);
  margin-left: auto;
  margin-right: auto;
}
#main .section#tour > .content-fixed {
  position: relative;
  z-index: 3;
}
#main .section#tour .virtual-tours {
  padding-bottom: 80px;
}
#main .section#tour .virtual-tours iframe {
  width: 100%;
}
#main .section#tour .virtual-tours .title-sec {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 35px;
}
#main .section#tour .virtual-tours .title-sec h2 {
  position: relative;
  width: 100%;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
}
#main .section#tour .virtual-tours .title-sec h2:before {
  content: '';
  width: 90%;
  height: 10px;
  background: #E97544;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}
#main .section#tour .virtual-tours .slider-sec {
  padding-right: 0;
}
#main .section#tour .virtual-tours .slider-arrow-holder {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 15px;
}
#main .section#tour .virtual-tours .slider-arrow-holder .slick-arrow {
  width: 40px;
  height: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40px;
  font-size: 0;
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  margin-right: 30px;
  transform: translate(0, 0);
}
#main .section#tour .virtual-tours .slider-arrow-holder .slick-arrow:before {
  /* 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: 40px;
  color: #E97544;
}
#main .section#tour .virtual-tours .slider-arrow-holder .slick-arrow.slick-prev:before {
  content: "";
}
#main .section#tour .virtual-tours .slider-arrow-holder .slick-arrow.slick-next {
  margin-right: 0;
}
#main .section#tour .virtual-tours .slider-arrow-holder .slick-arrow.slick-next:before {
  content: "";
}
#main .section#tour .virtual-tours .slider-arrow-holder.bottom {
  display: none;
  text-align: center;
}
#main .section#tour .virtual-tours .slider-arrow-holder.bottom .slick-arrow {
  display: inline-block;
  transform: translate(0, 0);
  margin-top: 20px;
}
#main .section#tour .virtual-tours .grid-video-slider {
  width: calc(100% - 100px);
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
#main .section#tour .virtual-tours .grid-video-slider .item {
  position: relative;
  padding-bottom: 56.25%;
  /*padding-bottom: 16.25%;*/
  height: 0;
  background: #202020;
  transition: all 0.4s ease-in-out;
  width: 100%;
}
#main .section#tour .virtual-tours .grid-video-slider .item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main .section#tour .virtual-tours .grid-video-slider .slick-slide {
  margin-left: 0;
}
#main .section#tour .virtual-tours .grid-video-slider .slick-list {
  /*padding:0 20% 0 0;*/
  /*margin-left: -45px;*/
}
#main .section#tour .virtual-tours .grid-video-slider .slick-arrow {
  width: 40px;
  height: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40px;
  font-size: 0;
}
#main .section#tour .virtual-tours .grid-video-slider .slick-arrow:before {
  /* 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: 40px;
  color: #E97544;
}
#main .section#tour .virtual-tours .grid-video-slider .slick-arrow.slick-prev {
  left: -60px;
}
#main .section#tour .virtual-tours .grid-video-slider .slick-arrow.slick-prev:before {
  content: "";
}
#main .section#tour .virtual-tours .grid-video-slider .slick-arrow.slick-next {
  right: -60px;
}
#main .section#tour .virtual-tours .grid-video-slider .slick-arrow.slick-next:before {
  content: "";
}
#main .section#tour:before {
  content: '';
  width: 100%;
  max-width: 450px;
  height: 500px;
  background: #F5F5F5;
  position: absolute;
  top: 0;
  right: 0;
  display: none !important;
}
#main .section#tour .slider-video {
  width: 100%;
}
#main .section#tour .slider-video .mySlides {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
#main .section#tour .slider-video .folio-slider {
  padding-bottom: 0;
}
#main .section#tour .slider-video .folio-slider .slides {
  height: auto;
}
#main .section#tour .slider-video .flex-control-thumbs, #main .section#tour .slider-video .folio-slider-thumbs {
  display: none;
}
#main .section#tour .slider-video .slick-arrow {
  width: 40px;
  height: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40px;
  font-size: 0;
}
#main .section#tour .slider-video .slick-arrow:before {
  /* 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: 40px;
  color: #E97544;
}
#main .section#tour .slider-video .slick-arrow.slick-prev {
  left: -60px;
}
#main .section#tour .slider-video .slick-arrow.slick-prev:before {
  content: "";
}
#main .section#tour .slider-video .slick-arrow.slick-next {
  right: -60px;
}
#main .section#tour .slider-video .slick-arrow.slick-next:before {
  content: "";
}
#main .section#tour .bottom-navi-slider {
  width: 100px;
  margin: 0 auto;
  overflow: hidden;
  display: none;
  padding-top: 25px;
}
#main .section#tour .bottom-navi-slider .slick-arrow {
  width: 40px;
  height: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40px;
  font-size: 0;
  position: relative;
  top: auto !important;
  transform: translate(0, 0);
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  float: left;
  cursor: pointer;
}
#main .section#tour .bottom-navi-slider .slick-arrow:before {
  /* 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: 40px;
  color: #E97544;
}
#main .section#tour .bottom-navi-slider .slick-arrow.slick-prev {
  margin-right: 20px;
}
#main .section#tour .bottom-navi-slider .slick-arrow.slick-prev:before {
  content: "";
}
#main .section#tour .bottom-navi-slider .slick-arrow.slick-next:before {
  content: "";
}
#main .section#tour .nav-tabs li a {
  color: #242424 !important;
}
#main .section#mapSec {
  padding-top: 40px !important;
}
#main .section#schedule {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
#main .section#schedule .info {
  display: flex;
  align-content: center;
  justify-content: flex-start;
}
#main .section#schedule .info .avatar {
  width: 125px;
  min-width: 125px;
  max-width: 125px;
  min-height: 125px;
  max-height: 125px;
  height: 125px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
  margin-right: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#main .section#schedule .info .info-details {
  width: calc(100% - 125px);
}
#main .section#schedule .info .name, #main .section#schedule .info .contact, #main .section#schedule .info .website, #main .section#schedule .info .email {
  font-size: 16px;
  color: #F5F5F5;
  margin-bottom: 10px;
  opacity: 0.8;
}
#main .section#schedule .info .name {
  font-size: 22px;
  font-weight: bold;
  opacity: 1;
}
#main .section#schedule .info .website a {
  line-height: 20px;
  color: #E97544;
  word-break: break-word;
  /* img {
                            width: 12px;
                            height: auto;
                            vertical-align: middle;
                        } */
}
#main .section#schedule .info .website a .icon {
  width: 12px;
  vertical-align: middle;
  margin-left: 3px;
}
#main .section#schedule .info .website a:hover {
  color: #E97544;
}
#main .section#schedule h2 {
  font-weight: bold;
  margin-bottom: 35px;
  font-size: 38px;
  letter-spacing: -0.3px;
  text-transform: uppercase !important;
}
#main .section#schedule .map-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
  /*min-height: 480px;*/
}
#main .section#schedule .map-wrap #map {
  height: 480px !important;
}
#main .section#schedule.big-map .map-wrap #map {
  height: 660px !important;
}
#main .section#gallery-secondary h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 38px;
  font-weight: bold;
  color: #242424;
  line-height: 48px;
  width: 100%;
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding: 10px 0;
}
#main .section#gallery-secondary h2:before {
  content: '';
  width: 90%;
  height: 10px;
  background: #E97544;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}
#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: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:hover {
  opacity: 0.3;
}
#main .section#gallery-secondary .photo-item img {
  transform: scale(2);
  display: none;
}
#main .section#nearby-schools {
  padding: 80px 0 90px;
  position: relative;
}
#main .section#nearby-schools:before {
  /*content: '';
                height: 410px;
                width: 90%;
                min-width: 920px;
                position: absolute;
                background-color: $primary;
                top: 80px;
                left: 0;
                z-index: 0;*/
}
#main .section#nearby-schools .main-school-cont {
  min-height: 410px;
  align-items: flex-start;
  width: 80%;
  padding-left: 8%;
  padding-top: 3%;
  padding-bottom: 3%;
  background: #E97544;
}
#main .section#nearby-schools .main-school-cont .school-list {
  max-width: 100%;
  margin-left: 5%;
  display: flex;
  flex-direction: column;
}
#main .section#nearby-schools .main-school-cont .school-list > div {
  width: 100%;
  margin-bottom: 35px;
}
#main .section#nearby-schools .main-school-cont .school-list .school-cont {
  align-items: center;
}
#main .section#nearby-schools .main-school-cont .school-list .school-cont .rating-cont {
  background-color: rgba(36, 36, 36, 0.2);
}
#main .section#nearby-schools .main-school-cont .school-list .school-cont .rating-cont sup {
  color: #FFF;
  font-size: 33px;
}
#main .section#nearby-schools .main-school-cont .school-list .school-cont .rating-cont span {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}
#main .section#nearby-schools .main-school-cont .school-list .school-cont .school-info h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  color: white;
}
#main .section#nearby-schools .main-school-cont .school-list .school-cont .school-info p {
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
}
#main .section#nearby-schools .main-school-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 .main-school-cont .school-list .school-cont .school-info p:last-child {
  padding-left: 15px;
}
#main .section#nearby-schools .school-list-container .schools {
  padding-bottom: 0;
}
#main .section#nearby-schools .school-list-container .load-more-schools .btn {
  margin-left: 20px;
  background: none;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 7px;
}
#main .section#nearby-schools .content-fixed {
  position: relative;
  z-index: 1;
}
#main .section#nearby-schools .school-header {
  max-width: 20%;
}
#main .section#nearby-schools .school-header h2 {
  color: #FFF;
  font-weight: bold;
  font-size: 38px;
  line-height: 48px;
  margin: 10px 0 30px;
}
#main .section#nearby-schools .school-header p {
  font-size: 15px;
  font-weight: normal;
  letter-spacing: -0.3px;
  color: rgba(255, 255, 255, 0.7);
}
#main .section#nearby-schools .school-header .btn-link {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  letter-spacing: 10px;
  color: #FFF;
}
#main .section#nearby-schools .about-greatSchools {
  margin-top: 80px;
  text-align: left;
  margin-left: 0;
  display: flex;
  padding-left: 8%;
  width: 80%;
  background-color: white;
}
#main .section#nearby-schools .about-greatSchools h3 {
  max-width: 30%;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: -0.3px;
}
#main .section#nearby-schools .about-greatSchools p {
  margin-left: 90px;
  font-size: 15px;
  line-height: 25px;
  color: rgba(36, 36, 36, 0.9);
}
#main .section#mortgageCalc {
  color: #FFF;
}
#main .section#mortgageCalc .mort-form {
  max-width: 380px;
}
#main .section#mortgageCalc .calc-header h3 {
  font-size: 38px;
  text-transform: capitalize;
  font-weight: bold;
  letter-spacing: -0.3px;
  line-height: 48px;
  color: #FFF;
}
#main .section#mortgageCalc .calc-header .btn-link {
  font-size: 14px;
  font-weight: bold;
  color: #E97544;
  letter-spacing: 5px;
}
#main .section#mortgageCalc .calc-cont .input-container {
  margin-bottom: 40px;
}
#main .section#mortgageCalc .calc-cont .input-container label {
  font-size: 15px;
  margin-bottom: 5px;
}
#main .section#mortgageCalc .calc-cont .input-container label .subtitle {
  color: #FFF;
}
#main .section#mortgageCalc .calc-cont .input-container .with-symbol:before {
  color: rgba(255, 255, 255, 0.8);
}
#main .section#mortgageCalc .calc-cont .input-container input, #main .section#mortgageCalc .calc-cont .input-container select {
  font-size: 15px;
  line-height: 20px;
  color: #FFF;
  border-color: rgba(255, 255, 255, 0.25);
}
#main .section#mortgageCalc .calc-cont .input-container .custom-select-input {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
#main .section#mortgageCalc .calc-cont .adjustments-btn {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 5px;
  color: #E97544;
}
#main .section#mortgageCalc .est-cont .est-box {
  font-family: "DM Sans", sans-serif;
  padding-top: 40px;
  padding-left: 0;
}
#main .section#mortgageCalc .est-cont .est-box::before {
  width: 90px;
  height: 10px;
  top: 0;
  background-color: #E97544;
}
#main .section#mortgageCalc .est-cont .est-box h6 {
  font-size: 15px;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.5);
}
#main .section#mortgageCalc .est-cont .est-box h4 {
  font-size: 25px;
  font-weight: bold;
  line-height: 38px;
  color: #FFF;
}
#main .section#mortgageCalc .est-cont .est-box h4 + p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
#main .section#multi-agent h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 38px;
  font-weight: bold;
  color: #242424;
  line-height: 48px;
  padding: 10px 0;
  width: 100%;
  max-width: 170px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding: 10px 0;
}
#main .section#multi-agent h2:before {
  content: '';
  width: 90%;
  height: 10px;
  background: #E97544;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}
#main .section#multi-agent .multiagent-container {
  margin: 40px 0;
}
#main .section#multi-agent .agent-container {
  font-family: "DM Sans", sans-serif;
  color: #242424;
}
#main .section#multi-agent .agent-container .agent-img {
  background-color: #FFF;
  width: 150px;
  height: 150px;
  box-shadow: 0px 3px 25px rgba(36, 36, 36, 0.2);
  margin-bottom: 37px;
}
#main .section#multi-agent .agent-container .agent-img h5 {
  color: rgba(36, 36, 36, 0.3);
  font-size: 38px;
  font-weight: bold;
}
#main .section#multi-agent .agent-container .agent-img:before {
  background-color: #E97544;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 5px;
  padding-top: 10px;
}
#main .section#multi-agent .agent-container h6 {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  margin-top: 10px;
}
#main .section#multi-agent .agent-container p {
  font-size: 15px;
  line-height: 28px;
  font-weight: normal;
}
#main .section#multi-agent .agent-container span {
  opacity: 0.5;
  line-height: 18px;
  text-transform: capitalize;
  letter-spacing: normal;
  font-size: 15px;
  font-weight: regular;
}
#main .section#multi-agent .agent-container a {
  color: #E97544;
  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: #E97544;
  border-bottom-color: #E97544;
}
body.unbranded-theme #main .section#mortgageCalc .calc-header {
  justify-content: center;
  text-align: center;
}
body.unbranded-theme #main .section#schedule {
  padding: 0;
}
body.unbranded-theme #main .section#schedule:not(.no-map) {
  height: 400px;
}
body.unbranded-theme #main .section#schedule > .content-fixed {
  display: none;
}
body.unbranded-theme #main .section#schedule .map-wrap {
  width: 100%;
}
body.unbranded-theme #main .section#schedule .map-wrap #map {
  height: 400px !important;
}
body .parking-cont {
  margin-top: 7px;
}
body .parking-cont .parking-tooltip {
  background-color: #FFF;
  color: #242424 !important;
  font-size: 14px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}
body .parking-cont .parking-tooltip:before {
  border-color: transparent transparent #FFF transparent;
}
.contact-form-success {
  width: 100%;
  max-width: 380px;
}
.contact-form {
  width: 100%;
  max-width: 380px;
}
.contact-form .form-control {
  background: transparent;
  border: none;
  border-radius: 0;
  font-size: 15px;
  color: #FFF;
  padding: 10px 0;
  height: 40px;
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.contact-form .form-control:focus {
  box-shadow: none;
}
.contact-form textarea {
  resize: none;
  height: 100px !important;
}
.contact-form label {
  color: #FFF;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  padding-bottom: 5px;
}
.contact-form label > span {
  color: #E97544;
}
.contact-form .intl-tel-input {
  width: 100%;
}
.contact-form .intl-tel-input.separate-dial-code .selected-flag {
  background: #FFF;
}
.contact-form .btn-submit {
  margin-top: 50px;
  background: #6A6A6A !important;
  color: #FFF !important;
  height: 65px;
}
.contact-form .selected-flag {
  height: 38px !important;
  background: transparent !important;
}
.contact-form .selected-flag .selected-dial-code {
  color: #FFF;
}
.contact-form .selected-flag .iti-arrow {
  border-top-color: #FFF;
}
.contact-form .form-group {
  margin-bottom: 50px;
}
.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: #202020 !important;
  font-size: 38px;
  font-weight: bold;
  background: transparent !important;
  border-radius: 0;
  text-transform: capitalize;
  border: 0 !important;
  opacity: 0.5;
  position: relative;
}
.nav-tabs li a:hover {
  opacity: 1;
}
.nav-tabs li a:before {
  content: '';
  width: 90%;
  height: 10px;
  background: #E97544;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  display: none;
}
.nav-tabs li.active a {
  opacity: 1;
}
.nav-tabs li.active a:before {
  display: block;
}
.social-link li {
  margin-right: 25px;
}
.social-link li:last-child {
  margin-right: 0;
}
.social-link li a {
  font-size: 18px;
  opacity: 0.7;
}
.social-link li a:hover {
  opacity: 1;
}
.social-link li a:hover span {
  color: #E97544;
}
.social-link li a:active, .social-link li a:visited {
  color: #FFF;
}
body:not(.unbranded-theme) #main .section#overview:before {
  width: 150px;
  height: 150px;
}
.fancybox-slide--html .agent-popup .agent-img {
  background-color: #FFF;
  width: 150px;
  height: 150px;
  box-shadow: 0px 3px 25px rgba(36, 36, 36, 0.2);
  margin-bottom: 37px;
}
.fancybox-slide--html .agent-popup .agent-img h5 {
  color: rgba(36, 36, 36, 0.3);
  font-size: 38px;
  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: 38px;
  font-weight: bold;
  line-height: 48px;
  margin-bottom: 10px;
}
.fancybox-slide--html .agent-popup .agent-img + div h6 {
  font-size: 15px;
  font-weight: normal;
  font-family: "DM Sans", sans-serif;
  color: #242424;
  text-transform: capitalize;
  letter-spacing: normal;
  margin-bottom: 5px;
  opacity: 0.5;
}
.fancybox-slide--html .agent-popup .agent-img + div a {
  font-size: 20px;
  font-weight: bold;
  color: #E97544;
}
.fancybox-slide--html .agent-popup .agent-details label {
  font-size: 15px;
  font-weight: normal;
  font-family: "DM Sans", sans-serif;
  color: #242424;
  text-transform: capitalize;
  letter-spacing: normal;
  margin-bottom: 10px;
  opacity: 0.5;
}
.fancybox-slide--html .agent-popup .agent-details label + p {
  color: #242424;
  font-weight: bold;
  font-size: 20px;
}
.fancybox-slide--html .agent-popup .agent-details label ~ a {
  color: #E97544;
  font-size: 14px;
}
.fancybox-slide--html .agent-popup .agent-details .social-link li a {
  color: #E97544;
  opacity: 1;
}
/* responsive */
@media (max-width: 1199px) {
  #main .section#features {
    padding-bottom: 0 !important;
  }
  #main .section#features:after {
    width: 100%;
    height: 100%;
  }
  #main .section#features .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  #main .section#overview:before {
    width: 120px;
    height: 120px;
  }
  #main .section#overview .overview-p {
    column-count: 1;
  }
  #main .section#overview .overview-header {
    align-items: flex-start;
    flex-direction: column;
  }
  #main .section#overview .overview-header .btn-link {
    margin-top: 30px !important;
  }
  #main .section#features .content-fixed {
    display: block;
  }
  #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 .feature-list {
    max-width: 540px;
    margin: 0 auto 0 auto;
  }
  #main .section#features .feature-list .col-2 {
    margin-left: 55px !important;
    margin-right: 0 !important;
  }
  #main .section#features .content-wrap > .d-flex {
    display: block;
  }
  #main .section#features .title-wrap h2 {
    max-width: 100%;
    text-align: center;
  }
  #main .section#features .view-more {
    text-align: center;
  }
  #main .section#schedule {
    padding-bottom: 0;
  }
  #main .section#schedule > .content-fixed > .d-flex {
    display: block;
  }
  #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: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
  #main .section#schedule > .content-fixed .info .avatar {
    margin-right: 30px;
  }
  #main .section#schedule > .content-fixed .info .info-details {
    width: 100%;
  }
  #main .section#schedule .map-wrap {
    width: 100%;
    position: relative;
  }
  #main .section#schedule .map-wrap #map {
    padding-bottom: 55%;
    height: 0 !important;
  }
  #main .section#tour .virtual-tours > .clearfix {
    display: block;
    width: 85%;
    margin: 0 auto;
  }
  #main .section#tour .virtual-tours .title-sec {
    padding: 0;
    width: 100%;
  }
  #main .section#tour .virtual-tours .title-sec > div {
    margin: 0 auto;
    padding-bottom: 35px;
  }
  #main .section#tour .virtual-tours .title-sec > div h2 {
    text-align: center;
  }
  #main .section#tour .virtual-tours .slider-sec {
    width: 100%;
  }
  #main .section#tour .virtual-tours .slider-arrow-holder.top {
    display: none;
  }
  #main .section#tour .virtual-tours .slider-arrow-holder.bottom {
    display: block;
  }
  #main .section#tour .virtual-tours .grid-video-slider {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  #main .section#tour .virtual-tours .grid-video-slider .slick-slide {
    margin-left: 0;
  }
  #main .section#tour .virtual-tours .grid-video-slider .slick-list {
    padding: 0 0 0 0;
    margin-left: 0;
  }
  #main .section#tour .content-pane .tab-content {
    max-width: 100%;
  }
  #main .section#tour .layout-featured .slides .slick-arrow.slick-next {
    right: -55px !important;
  }
  #main .section#tour .layout-featured .slides .slick-arrow.slick-prev {
    left: -55px !important;
  }
  #main .section#gallery-secondary {
    padding-top: 50px;
  }
  #main .section#nearby-schools:before {
    height: 530px;
    width: 95%;
    min-width: unset;
  }
  #main .section#nearby-schools .content-fixed {
    max-width: 70%;
  }
  #main .section#nearby-schools .school-header > div {
    text-align: left;
  }
  #main .section#nearby-schools .school-list-container .schools {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #main .section#nearby-schools .main-school-cont {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 530px;
    width: 100%;
  }
  #main .section#nearby-schools .main-school-cont .school-header {
    max-width: 100%;
  }
  #main .section#nearby-schools .main-school-cont .school-header h2 {
    margin-bottom: 15px;
  }
  #main .section#nearby-schools .main-school-cont .school-list {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  #main .section#nearby-schools .main-school-cont .school-list > div {
    padding: 0;
    margin-bottom: 0;
  }
  #main .section#nearby-schools .main-school-cont .school-list .school-cont {
    margin: 20px 0;
  }
  #main .section#nearby-schools .about-greatSchools {
    width: 94%;
    flex-direction: column;
  }
  #main .section#nearby-schools .about-greatSchools h3 {
    max-width: unset;
    margin-bottom: 20px;
  }
  #main .section#nearby-schools .about-greatSchools p {
    margin-left: 0;
  }
  #main .section#mortgageCalc .mortgage-calc-cont .est-cont .est-box {
    padding: 40px 0;
  }
  #main .section#mortgageCalc .mortgage-calc-cont .est-cont .est-box:before {
    display: block;
    left: 17%;
  }
  .contact-form-success {
    margin: 0 auto;
  }
  .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 {
    color: #E97544;
  }
}
@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:before {
    width: 80px !important;
    height: 80px !important;
  }
  #main .section#overview h2 span {
    font-size: 25px;
  }
  #main .section#overview p {
    column-count: 1;
  }
  #main .section#overview .overview-header, #main .section#overview .overview-p {
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  #main .section#overview .overview-header {
    flex-direction: column;
  }
  #main .section#overview .overview-header .btn-link {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  #main .section#overview .infoBox {
    text-align: center;
  }
  #main .section#overview .infoBox > .row {
    flex-wrap: wrap;
  }
  #main .section#overview .infoBox > .row .infobox-data {
    text-align: center;
  }
  #main .section#overview .infoBox > .row .parking-cont {
    justify-content: center;
  }
  #main .section#features {
    padding-bottom: 90px !important;
  }
  #main .section#features:before {
    height: 55px;
    background: #242424 !important;
    z-index: 3;
  }
  #main .section#features .content-fixed > div.clearfix > div:first-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #main .section#features .feature-list {
    width: 100%;
    max-width: 100%;
    transition: 0.4s height linear;
  }
  #main .section#features .feature-list .col-1 {
    width: 100%;
    max-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;
    flex-direction: column;
  }
  #main .section#tour .nav-tabs li {
    margin-top: 20px;
    margin-right: 0;
    width: auto;
  }
  #main .section#tour .nav-tabs li:first-child {
    margin-right: 0;
  }
  #main .section#tour .mobile-navi-wrap {
    display: flex !important;
  }
  #main .section#tour #video .slider-video .slick-arrow {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  #main .section#tour #video .bottom-navi-slider {
    display: block;
    padding-top: 0;
  }
  #main .section#tour #floorPlan .folio-slider .slick-arrow {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  #main .section#tour #floorPlan .bottom-navi-slider {
    display: block;
  }
  #main .section#tour #floorPlan .slider-photo {
    width: 100%;
  }
  #main .section#gallery {
    margin-top: 50px;
  }
  #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;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 320px;
  }
  #main .section#nearby-schools {
    padding: 0;
    padding-bottom: 80px;
  }
  #main .section#nearby-schools:before {
    top: 0;
    width: 100%;
    height: 680px;
  }
  #main .section#nearby-schools .content-fixed {
    max-width: unset;
  }
  #main .section#nearby-schools .school-header {
    text-align: center;
    justify-content: center;
    width: 100%;
  }
  #main .section#nearby-schools .school-header > div {
    text-align: center;
  }
  #main .section#nearby-schools .school-header > div .btn-link {
    margin-top: 30px !important;
    display: block;
  }
  #main .section#nearby-schools .main-school-cont {
    min-height: 680px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
  }
  #main .section#nearby-schools .main-school-cont .school-list {
    max-width: 90%;
  }
  #main .section#nearby-schools .main-school-cont .school-list .school-cont .school-info p {
    display: block;
    padding: 0 !important;
  }
  #main .section#nearby-schools .main-school-cont .school-list .school-cont .school-info p:after {
    display: none !important;
  }
  #main .section#nearby-schools .main-school-cont .school-list-container {
    width: 100%;
  }
  #main .section#nearby-schools .main-school-cont .load-more-schools {
    display: flex;
    justify-content: center;
  }
  #main .section#nearby-schools .main-school-cont .load-more-schools .btn {
    margin-left: 0;
    margin: 0 auto;
  }
  #main .section#nearby-schools .about-greatSchools {
    text-align: center;
  }
  .gallery .imglist {
    flex-wrap: wrap;
  }
  .gallery .img-item {
    width: 100%;
  }
  .gallery .img-item img {
    width: 100%;
  }
  .scroll-top-cont {
    bottom: 50px;
    right: 30px;
  }
}
@media (max-width: 620px) {
  #main .section#tour .virtual-tours .grid-video-slider .item {
    padding-bottom: 0;
    min-height: 500px;
  }
}
@media (max-width: 410px) {
  #main .section#tour .nav-tabs {
    display: block;
  }
  #main .section#tour .nav-tabs li {
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: block;
    width: 100%;
    text-align: center;
  }
  #main .section#tour .nav-tabs li a {
    display: inline-block;
  }
  #main .section#nearby-schools .main-school-cont .school-list {
    max-width: unset;
  }
}
@media (max-width: 375px) {
  #main .section#overview .infoBox > .row .infobox-data {
    width: 100%;
    text-align: center;
  }
  #main .section#overview .infoBox > .row .infobox-data .parking-cont {
    justify-content: center;
  }
}
.section-grid .layout-photogrid.layout-photogrid_3 .photo-grid {
  margin: 0.5% 1% !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(97% / 4) !important;
}
.section-grid .layout-photogrid.layout-photogrid_3 .photo-grid .grid-gutter {
  width: 1% !important;
}
.section-grid .layout-photogrid.layout-photogrid_3 .photo-grid .photo-item {
  margin: 0;
  background: #242424;
  display: inline-block;
  float: left;
  height: auto;
  margin: 0.5% 0;
  overflow: hidden;
}
.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;
  min-height: 100vh;
  width: 100%;
  background: #242424 url('/themes/grid/img/bg-pattern.png');
  position: relative;
  /*    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;*/
  background-repeat: repeat;
  background-position: top center;
  background-size: 160px;
  overflow: hidden;
  padding-top: 150px;
  z-index: 6;
  /*.contact-btn-tab { display: none; }*/
}
#headerSec header {
  padding: 15px 0;
  position: absolute;
  top: 30px;
  width: 100%;
  left: 0;
  z-index: 99;
  background: #242424;
}
#headerSec header.sticky {
  position: fixed;
  top: 0;
}
#headerSec header.sticky .logo-col {
  display: block !important;
}
#headerSec header .logo-col h5 {
  font-size: 30px;
  letter-spacing: -0.3px;
  color: #FFF;
  font-weight: bold;
}
#headerSec header .logo img {
  height: auto;
  width: 100%;
  max-height: 65px !important;
}
#headerSec .title-cont {
  position: relative;
  height: calc(100vh - 200px);
}
#headerSec .siteTitle {
  /*padding-top: 150px;*/
  width: 100%;
  max-width: 50%;
  padding-left: 7.5%;
  height: calc(100vh - 190px);
  display: flex;
  position: relative;
  align-items: center;
  min-height: 425px;
  padding-bottom: 95px;
}
#headerSec .siteTitle:before {
  content: '';
  width: 90px;
  height: 10px;
  background: #E97544;
  position: absolute;
  top: 0;
}
#headerSec .siteTitle .content-fixed {
  position: relative;
  width: 100%;
}
#headerSec .siteTitle .nw-av {
  font-size: 20px;
  letter-spacing: -0.3px;
  color: rgba(255, 255, 255, 0.85);
}
#headerSec .siteTitle h1 {
  font-weight: bold;
  color: white;
}
#headerSec .siteTitle h1 span {
  display: block;
  font-size: 40px;
  font-weight: 300;
  padding-top: 15px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.85);
}
#headerSec .siteTitle .btn {
  margin: 20px 0;
}
#headerSec .siteTitle .price {
  color: #FFF;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  padding-top: 30px;
  display: flex;
  align-items: center;
}
#headerSec .sell-type-pill {
  border: 2px solid #E97544;
  letter-spacing: 2.5px;
  border-radius: 0;
  padding: 0 12px;
  height: 30px;
  text-transform: uppercase;
  color: #E97544;
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: bold;
  opacity: 1;
}
#headerSec .for-rent-cont {
  margin-top: 30px;
}
#headerSec .infobox {
  padding: 0;
  margin-top: 80px;
  width: 100%;
  max-width: 50%;
  position: absolute;
  bottom: -15px;
  z-index: 2;
  padding-left: 7.5%;
}
#headerSec .infobox .content-fixed {
  width: 100%;
}
#headerSec .infobox span {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: capitalize;
  font-weight: 400 !important;
  letter-spacing: -0.3px;
}
#headerSec .infobox p {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
  letter-spacing: -0.3px;
  color: #FFF;
}
#headerSec .infobox .row {
  width: 100%;
  max-width: 435px;
  margin: 0;
}
#headerSec .infobox .infobox-data {
  width: 25%;
  padding: 15px 0;
}
#headerSec .infobox .infobox-data.home {
  width: 120px !important;
}
#headerSec .infobox .infobox-data.beds {
  width: 95px !important;
}
#headerSec .infobox .infobox-data.baths {
  width: 90px !important;
}
#headerSec .infobox .infobox-data.lot {
  width: 125px !important;
}
#headerSec .infobox .infobox-data.year-built {
  width: 120px !important;
}
#headerSec .infobox .infobox-data.garage {
  width: 183px !important;
}
#headerSec .infobox .infobox-data.type {
  width: 124px !important;
}
#headerSec #header-menu-wrap > ul {
  height: 100%;
}
#headerSec #header-menu-wrap > ul > li > a {
  line-height: 18px;
  display: block;
}
#headerSec #header-menu-wrap > ul > li > p {
  line-height: 18px;
}
#headerSec .contact-btn-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  display: none;
}
#headerSec .contact-btn-mobile a {
  display: block;
  width: 100%;
  border-radius: 0;
}
#headerSec .contact-btn-tab a {
  width: 100%;
  font-size: 11px !important;
  font-weight: bold;
  letter-spacing: 5px;
}
#banner {
  width: 40%;
  min-width: 530px;
  position: absolute;
  top: 170px;
  right: 0;
  height: 1005px;
  overflow: hidden;
}
#banner img.tab, #banner img.mobile {
  display: none;
}
#banner .banner-slider {
  height: 100%;
  min-height: 425px;
  max-height: calc(100vh - 245px);
  overflow: hidden;
}
#banner .banner-slider .slick-arrow {
  display: none;
}
#banner .banner-slider .item {
  width: 530px;
  min-height: 425px;
  height: calc(100vh - 245px);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: white !important;
}
#banner .banner-btn ul {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
  padding-right: 60px;
  padding-top: 20px;
}
#banner .banner-btn ul li {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
#banner .banner-btn ul li:last-child {
  margin-right: 0;
}
#banner .banner-btn ul li a {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40px;
  width: 40px;
  height: 40px;
}
#banner .banner-btn ul li a.prev {
  background-image: url('/themes/grid/img/left-arrow-slider.svg');
}
#banner .banner-btn ul li a.next {
  background-image: url('/themes/grid/img/right-arrow-slider.svg');
}
#banner .banner-btn ul li a:hover {
  opacity: 0.5;
}
#mobile-banner {
  display: none;
  width: 85%;
  margin: 0 auto;
}
#mobile-banner .banner-btn {
  padding-bottom: 20px;
  padding-top: 10px;
}
#mobile-banner .banner-btn ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 15px;
  padding-left: 15px;
}
#mobile-banner .banner-btn ul li {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
#mobile-banner .banner-btn ul li:last-child {
  margin-right: 0;
}
#mobile-banner .banner-btn ul li a {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40px;
  width: 40px;
  height: 40px;
}
#mobile-banner .banner-btn ul li a.prev {
  background-image: url('/themes/grid/img/left-arrow-slider.svg');
}
#mobile-banner .banner-btn ul li a.next {
  background-image: url('/themes/grid/img/right-arrow-slider.svg');
}
#mobile-banner .banner-btn ul li a:hover {
  opacity: 0.5;
}
body.unbranded-theme #headerSec #header-menu-wrap > ul {
  justify-content: flex-start;
}
body:not(.unbranded-theme) #headerSec #header-menu-wrap > ul {
  justify-content: flex-end;
}
body #headerSec header.sticky #header-menu-wrap > ul {
  justify-content: flex-end;
}
/* responsive */
@media (max-width: 1199px) {
  #headerSec .siteTitle, #headerSec .infobox {
    max-width: 60%;
    position: relative;
    z-index: 1;
    padding-top: 0;
    margin-top: 0;
  }
  #headerSec .siteTitle h1 {
    font-size: 45px;
    width: 65%;
  }
  #headerSec .siteTitle h1 span {
    font-size: 30px;
  }
}
@media (max-width: 1097px) {
  #headerSec header #header-menu-wrap .menu-header {
    padding: 20px 8%;
    min-height: unset;
  }
  #headerSec header #header-menu-wrap > ul {
    height: auto;
  }
  #headerSec header .nav-col .mobile-nav {
    margin: 30px auto;
  }
  #headerSec header .nav-col .mobile-nav h4, #headerSec header .nav-col .mobile-nav img {
    display: none;
  }
  #headerSec header.sticky .nav-col .mobile-nav {
    margin: 0;
    width: 100%;
    justify-content: space-between !important;
  }
  #headerSec header.sticky .nav-col .mobile-nav h4, #headerSec header.sticky .nav-col .mobile-nav img {
    display: block;
  }
  #headerSec header.sticky .logo-col {
    display: none !important;
  }
}
@media (max-width: 991px) {
  #headerSec .siteTitle h1 {
    width: 90%;
  }
  #headerSec .infobox {
    /*margin-top: 0;*/
    position: absolute;
    bottom: 50px;
  }
  #headerSec .infobox .row {
    width: 100%;
  }
  #headerSec .infobox .row .infobox-data {
    width: 25% !important;
    padding: 15px 0;
  }
  #headerSec .infobox .row .infobox-data.beds, #headerSec .infobox .row .infobox-data.baths {
    max-width: 60px !important;
  }
  #headerSec .infobox .row .infobox-data:not(:last-child) {
    margin-right: 25px;
  }
  #headerSec .contact-btn-tab {
    display: none;
  }
  #banner {
    height: 600px;
    min-width: 300px;
    top: 20%;
  }
  #banner .banner-slider, #banner .slick-list, #banner .slick-track, #banner .slick-slide, #banner .slick-slide div {
    height: 100%;
  }
  #banner .banner-slider .item {
    width: 100%;
  }
  .is-free-plan.show-nav #headerSec {
    z-index: 10;
  }
}
@media (max-width: 767px) {
  #headerSec {
    min-height: 1000px;
    height: auto;
    display: block;
    padding-top: 100px;
  }
  #headerSec .title-cont {
    height: auto;
  }
  #headerSec .siteTitle {
    max-width: 100%;
    text-align: center;
    padding: 110px 0 50px;
    height: auto;
  }
  #headerSec .siteTitle:before {
    left: 0;
    top: 10%;
    right: 0;
    margin: 0 auto;
  }
  #headerSec .siteTitle h1 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  #headerSec .siteTitle h1 span {
    font-size: 25px;
  }
  #headerSec .siteTitle .content-fixed {
    padding-bottom: 0;
  }
  #headerSec .siteTitle .content-fixed:before {
    left: 50%;
    margin-left: -45px;
  }
  #headerSec .siteTitle .price {
    text-align: center;
  }
  #headerSec .siteTitle .for-rent-cont h4 {
    justify-content: center;
  }
  #headerSec .for-rent-cont {
    text-align: center;
  }
  #headerSec header {
    top: 0;
  }
  #headerSec .infobox {
    padding: 20px 0;
    position: relative;
    max-width: 100%;
    margin-top: 85px;
  }
  #headerSec .infobox:before {
    width: 100%;
  }
  #headerSec .infobox .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 100%;
  }
  #headerSec .infobox .row .infobox-data {
    width: 48% !important;
    padding: 20px 0;
    text-align: center;
    margin: 0 !important;
  }
  #headerSec .infobox .row .infobox-data.beds, #headerSec .infobox .row .infobox-data.baths {
    max-width: unset !important;
  }
  #headerSec .infobox .row .infobox-data:last-child {
    width: 100%;
  }
  #headerSec .infobox > .content-fixed {
    max-width: 320px;
  }
  #headerSec .contact-btn-mobile {
    display: block;
  }
  #headerSec .contact-btn-tab {
    display: none;
  }
  #banner {
    display: none;
  }
  #mobile-banner {
    display: block;
  }
  #mobile-banner img {
    width: 100%;
    height: auto;
  }
  #mobile-banner img.desktop, #mobile-banner img.tab {
    display: none;
  }
  #mobile-banner img.mobile {
    display: block;
  }
}
@media (max-height: 700px) {
  #headerSec {
    height: auto;
  }
  #headerSec .title-cont {
    display: flex;
    position: relative;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height: 100%;
  }
  #headerSec .siteTitle {
    padding-bottom: 0;
    padding-top: 0;
    min-height: 500px;
  }
  #headerSec .infobox {
    margin-bottom: 80px;
    margin-top: 0;
    position: static;
  }
  #banner .banner-slider {
    max-height: unset;
  }
  #banner .banner-slider .item {
    min-height: 500px;
  }
}
header .menu-element .menu-items {
  position: relative;
  padding-right: 40px;
}
header .menu-element .menu-items:first-child .about {
  display: none;
}
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 a {
  color: #FFF;
  letter-spacing: -0.3px;
  font-size: 14px;
  font-weight: 400 !important;
  text-transform: capitalize;
}
header .menu-element .menu-items a:hover {
  color: #E97544;
}
header .menu-element .menu-items a.btn.btn-style1 {
  padding: 18px 20px;
  font-size: 11px;
  font-weight: bold !important;
  letter-spacing: 5px;
  text-transform: uppercase;
  line-height: 12px !important;
}
header .menu-element .menu-items.menu-dropdown > p > .chevron-down {
  position: relative;
  height: 10px;
  width: 10px;
  display: inline-block;
  cursor: pointer;
  margin-left: 5px;
}
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: 50px;
  background: #FFF;
  width: max-content;
  padding: 10px 0;
  display: none;
  z-index: 1;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
}
header .menu-element .menu-items.menu-dropdown > ul li {
  display: block;
  width: 100%;
  line-height: 35px;
}
header .menu-element .menu-items.menu-dropdown > ul li a {
  color: #242424;
  padding: 0 20px;
  font-size: 14px;
  font-weight: normal;
  display: block;
  text-transform: capitalize;
}
header .menu-element .menu-items.menu-dropdown > ul li a:hover {
  cursor: pointer;
  color: #E97544;
}
header .menu-element .menu-items.menu-dropdown > ul:before {
  content: '';
  width: 0;
  height: 0;
  border-color: transparent transparent #FFF transparent;
  border-style: solid;
  position: absolute;
  right: 40px;
}
header .menu-element .menu-items.menu-dropdown:hover:after {
  display: block;
}
header .menu-element .menu-items.menu-dropdown:hover > p > a {
  color: #E97544 !important;
}
header .menu-element .menu-items.menu-dropdown:hover > p > .chevron-down:before {
  border-left-color: #E97544 !important;
  border-bottom-color: #E97544 !important;
  opacity: 1;
}
header .menu-element .menu-items.menu-dropdown:hover > ul {
  display: block;
}
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 #FFF;
  position: absolute;
  transform: rotate(45deg);
  left: 18px;
}
header .menu-element .close:before {
  content: '';
  height: 40px;
  border-left: 2px solid #FFF;
  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;
  }
  .mobile-nav {
    display: block;
  }
  .nav-col > div {
    justify-content: flex-end;
  }
  header #header-menu-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #242424;
  }
  header #header-menu-wrap .close {
    display: block;
  }
  header #header-menu-wrap > ul {
    width: 100%;
    padding: 30px 15px;
    text-align: center;
    max-width: 300px;
    height: auto !important;
  }
  header #header-menu-wrap > ul li {
    padding: 0;
    display: block;
    width: 100%;
    padding: 15px 0;
    height: auto !important;
  }
  header #header-menu-wrap > ul li a {
    color: #FFF;
    line-height: normal !important;
  }
  header #header-menu-wrap > ul li a:hover {
    color: #E97544;
  }
  header #header-menu-wrap > ul li.menu-dropdown {
    padding: 10px 0;
  }
  header #header-menu-wrap > ul li.menu-dropdown > p a {
    line-height: normal !important;
  }
  header #header-menu-wrap > ul li.menu-dropdown ul {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
    display: none;
    box-shadow: none;
  }
  header #header-menu-wrap > ul li.menu-dropdown ul:before, header #header-menu-wrap > ul li.menu-dropdown ul:after {
    display: none;
  }
  header #header-menu-wrap > ul li.menu-dropdown ul li {
    text-align: center;
  }
  .show-nav {
    overflow: hidden;
  }
  .show-nav #header-menu-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#footerSec {
  min-height: 445px;
  display: flex;
  padding: 0;
  align-items: flex-end;
  padding-bottom: 40px;
  padding-top: 50px;
}
#footerSec footer {
  width: 100%;
}
#footerSec .pw-property-info {
  position: relative;
  display: flex;
  justify-content: center;
}
#footerSec .pw-property-info:before {
  content: '';
  height: 10px;
  width: 90px;
  background-color: #E97544;
  position: absolute;
  top: -70px;
}
#footerSec .pw-property-info h4 {
  color: #FFF;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 5px;
  font-size: 35px;
}
#footerSec .pw-property-info h4.subtitle {
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.5);
}
#footerSec .pw-property-info .price {
  font-size: 25px;
  font-weight: bold;
  margin-top: 25px !important;
  color: #FFF;
}
#footerSec .pw-property-info .info-details .name {
  color: #FFF;
  font-size: 25px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 2px;
}
#footerSec .pw-property-info .info-details .email, #footerSec .pw-property-info .info-details .contact, #footerSec .pw-property-info .info-details .license-number {
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.6);
}
#footerSec .pw-property-info .info-details .license-number {
  margin-top: 5px;
}
#footerSec .pw-property-info .info-details .contact-link {
  color: #E97544;
  font-size: 18px;
  font-weight: normal;
  line-height: 21px;
}
#footerSec .pw-property-info .info-details .contact-link > span {
  font-size: 19px;
}
#footerSec .pw-property-info a img {
  height: 50px;
  margin-bottom: 5px;
}
#footerSec .pw-property-info a.website-url {
  color: #E97544;
  font-size: 18px;
  font-weight: normal;
  line-height: 21px;
  margin-top: 5px;
}
#footerSec .pw-property-info a.website-url .icon {
  margin-left: 7px;
  font-size: 12px;
}
#footerSec .pw-property-info .license-number {
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.6);
}
#footerSec .pw-property-info .footer-logo p.subtitle {
  font-size: 25px;
  font-weight: bold;
  line-height: 34px;
  color: #FFF;
}
#footerSec .pw-property-info .footer-logo .info-text {
  margin-top: 5px;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.6);
}
#footerSec .pw-property-info .footer-logo .info-text.broker-disclosure {
  opacity: 0.5;
}
#footerSec.for-rent .pw-property-info:before {
  top: 0px;
}
#footerSec .footer-cont {
  margin-top: 75px;
}
#footerSec .footer-cont .copyright-cont p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
#footerSec .footer-cont .social-link li a {
  font-size: 16px;
}
#footerSec .footer-rent {
  color: rgba(255, 255, 255, 0.75);
  font-size: 20px;
  margin-top: 40px;
  letter-spacing: -0.3px;
}
#footerSec .for-rent-cont {
  text-align: center;
}
body:not(.unbranded-theme) #footerSec {
  min-height: 505px;
}
body:not(.unbranded-theme) #footerSec .btn {
  height: 65px;
  padding: 0 32px;
  letter-spacing: 5px;
  font-size: 14px;
  line-height: 65px;
}
@media (max-width: 1097px) {
  #footerSec .pw-property-info .footer-logo p.subtitle {
    font-size: 20px;
  }
}
@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;
  }
  #footerSec .pw-property-info .footer-logo p.subtitle {
    font-size: 25px;
  }
  body:not(.unbranded-theme) #footerSec {
    padding: 100px 0 50px;
  }
}
@media (max-width: 767px) {
  #footerSec .pw-property-info:before {
    top: -50px;
  }
}
.flyer-theme {
  background: #242424;
  height: 1034px;
}
.flyer-theme #flyer-header {
  position: relative;
  overflow: hidden;
  height: 468px;
}
.flyer-theme #flyer-header header .title-sec {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: none;
  width: 100%;
  color: #FFF;
}
.flyer-theme #flyer-header header .title-sec .price {
  color: #E97544;
}
.flyer-theme #flyer-header header .title-sec .pm {
  color: rgba(255, 255, 255, 0.8);
}
.flyer-theme #flyer-header header .siteTitle h1 {
  color: #FFFFFF;
  font-weight: bold;
}
.flyer-theme #flyer-header header .siteTitle h1 + div .sub-add {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  display: block;
}
.flyer-theme #flyer-header header .siteTitle h1 + div .pill {
  font-size: 13px;
  padding: 0 8px;
  color: #E97544;
  border-color: rgba(233, 117, 68, 0.5);
}
.flyer-theme #flyer-header header .infobox {
  text-align: left;
  max-width: 400px;
}
.flyer-theme #flyer-header header .infobox span {
  color: #929292;
  font-size: 11px;
  line-height: 16px;
  /*opacity: 0.5;*/
  display: block;
  text-transform: capitalize;
}
.flyer-theme #flyer-header header .infobox p {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 15px;
}
.flyer-theme #flyer-header .banner-image-section {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.flyer-theme #flyer-header .banner-image-section:before {
  width: 100%;
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  background: linear-gradient(180deg, #202020 -20%, rgba(32, 32, 32, 0) 100%);
}
.flyer-theme #flyer-header .banner-image-section .qr-cont {
  background: linear-gradient(50deg, #242424 20%, rgba(36, 36, 36, 0) 100%);
}
.flyer-theme #flyer-content {
  background: #fff;
  height: 100%;
}
.flyer-theme #flyer-content .infobox {
  background-color: #E97544;
  color: #FFF;
  height: 115px;
  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 ul, .flyer-theme #flyer-content .features span {
  color: #676767;
}
.flyer-theme #flyer-content .features ul {
  overflow: hidden;
}
.flyer-theme #flyer-content .features ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}
.flyer-theme #flyer-content .features ul li:last-child {
  margin-bottom: 0;
}
.flyer-theme #flyer-content .features ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #E97544;
  position: absolute;
  top: 7px;
  left: 0;
}
.flyer-theme #flyer-content.data-count-0 {
  height: calc(100% - 580px);
}
.flyer-theme #flyer-footer {
  padding: 30px 0;
  background: #242424;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #FFF;
}
.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(36, 36, 36, 0.8);
}
