@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-black {
  background-color: #2B3947;
}
.bg-blue {
  background-color: #0350CB;
}
.bg-primary {
  background-color: #969696;
}
.bg-secondary {
  background-color: #2B3947;
}
.bg-tertiary {
  background-color: #F5FBFF;
}
/* text color */
.tc-white {
  color: #FFF;
}
.tc-black {
  color: #2B3947;
}
.tc-blue {
  color: #0350CB;
}
.tc-primary {
  color: #969696;
}
.tc-secondary {
  color: #2B3947;
}
.tc-tertiary {
  color: #F5FBFF;
}
.tc-primary-forecolor {
  color: #FFF;
}
.tc-secondary-forecolor {
  color: #FFF;
}
.tc-tertiary-forecolor {
  color: #2B3947;
}
.btn {
  padding: 15px 25px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2.1px;
  text-transform: uppercase;
}
.btn.btn-style1 {
  background: #969696 !important;
  color: #FFF !important;
  border-radius: 2px;
  height: 55px;
  display: inline-flex;
  align-items: center;
  padding: 0 26px;
}
a {
  color: #969696;
}
a:hover {
  color: #2B3947;
}
@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: 'Lato', sans-serif;
  background: #FFF;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  color: #2B3947;
}
h1 {
  font-size: 52px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 23px;
}
p {
  font-size: 14px;
  line-height: 1.7;
}
a, a:hover {
  text-decoration: none !important;
}
a, button {
  outline: none !important;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent !important;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent !important;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent !important;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent !important;
}
input::placeholder {
  color: transparent !important;
}
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent !important;
}
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent !important;
}
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent !important;
}
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent !important;
}
textarea::placeholder {
  color: transparent !important;
}
.btn-link {
  font-size: 15px;
  font-weight: normal;
  line-height: 23px;
  color: #969696;
  display: flex;
  text-transform: capitalize;
  align-items: center;
  justify-content: center;
  height: 25px;
}
.btn-link span {
  font-size: 18px;
  margin-left: 10px;
}
.view-more-property-details {
  width: 100%;
  margin-top: 40px;
  display: block;
}
.view-more-property-details a {
  font-family: 'Lato', sans-serif;
  color: #969696;
  font-size: 13px;
  line-height: 16px;
  font-weight: normal;
  text-transform: capitalize;
}
.view-more-property-details a span {
  font-size: 16px;
  vertical-align: middle;
}
.view-more-property-details .row {
  width: 100%;
  display: flex;
  justify-content: center;
}
.for-rent-cont {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}
.for-rent-cont h4 {
  font-size: 29px;
  font-weight: bold;
  letter-spacing: 2.5px;
  margin-bottom: 5px;
}
.for-rent-cont h6 {
  font-size: 23px;
  font-weight: bold;
}
#main {
  position: relative;
  padding-top: 270px;
  z-index: 2;
  background: #FFF;
}
#main .infobox-data {
  padding-left: 0;
  padding-right: 0;
}
#main .infobox-data .icon {
  font-size: 25px;
  position: relative;
}
#main .infobox-data .icon .info-tooltip {
  position: absolute;
  bottom: 38px;
  right: 0;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 0 !important;
  font-size: 14px;
  width: max-content;
  min-width: 70px;
  display: inline-block;
  padding: 5px 10px;
  line-height: 18px;
  text-transform: capitalize;
  color: white;
  background-color: black;
}
#main .infobox-data .icon .info-tooltip:before {
  content: '';
  width: 0;
  height: 0;
  border-width: 6px 6px 0 6px;
  border-color: black transparent transparent transparent;
  border-style: solid;
  position: absolute;
  bottom: -5px;
  right: 10px !important;
}
#main .infobox-data p {
  font-size: 17px;
  margin-left: 10px;
  font-weight: normal;
}
#main .infobox {
  margin: 0 auto;
  width: 100%;
  max-width: 860px;
  padding: 70px 0;
  background: #FFF;
  position: relative;
  left: 50%;
  top: -165px;
  transform: translateX(-50%);
  box-shadow: 0 10px 25px rgba(43, 94, 113, 0.2);
  border-radius: 4px;
  position: absolute;
  z-index: 151;
}
#main .infobox .content-fixed {
  width: 100%;
  padding: 0 90px;
}
#main .infobox .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
#main .infobox span:not(.icon):not(.more-text):not(.dots) {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 5px;
}
#main .infobox p {
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  color: #2B3947;
  white-space: pre-wrap;
}
#main .infobox .infobox-desc {
  padding-top: 72px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#main .infobox .infobox-desc p .read-more-link {
  display: block;
  margin: 20px auto 0;
  cursor: pointer;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #969696;
}
#main .infobox .infobox-desc p .read-more-link .icon {
  font-size: 14px;
  vertical-align: middle;
}
#main .infobox .infobox-desc p .more-text {
  display: none;
}
#main .infobox .icon {
  color: #969696;
}
#main.prop-info-count-0 .infobox-desc {
  padding-top: 0;
}
#main .section {
  padding: 80px 0;
}
#main .section#overview {
  text-align: center;
}
#main .section#overview p {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  color: #2B3947;
}
#main .section#moreInfo .infoBox {
  text-align: center;
  max-width: 70%;
  margin-bottom: 50px;
  margin-top: 50px;
}
#main .section#moreInfo .infoBox > .row {
  justify-content: center;
}
#main .section#moreInfo .infoBox h3 {
  font-weight: bold;
  margin-bottom: 40px;
}
#main .section#moreInfo .infoBox .infobox-data {
  display: flex;
  justify-content: center;
  align-items: center;
}
#main .section#moreInfo .infoBox .infobox-data span:not(.icon):not(.info-tooltip):not(.parking-tooltip) {
  display: none !important;
}
#main .section#moreInfo .infoBox .infobox-data span.icon {
  font-size: 28px;
  color: #969696;
  display: block !important;
}
#main .section#moreInfo .infoBox .infobox-data span.icon.dollar {
  font-family: 'Lato', sans-serif !important;
}
#main .section#moreInfo .infoBox .infobox-data p {
  font-size: 17px;
}
#main .section#features {
  padding-top: 0;
  padding-bottom: 40px;
}
#main .section#features .feature-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  /*li {
                    color: $black;
                    font-size: 14px;
                    font-weight: 300;
                    margin-bottom: 25px;
                    position: relative;
                    padding-left: 25px;
                    line-height: 1.5;
                    width: 100%;
                    max-width: 235px;
                    display: block;
                    &.mid {
                        margin-left: 55px;
                        margin-right: 55px;
                    }
                    &:before {
                        content: '';
                        position: absolute;
                        width: 12px;
                        height: 10px;
                        background: url('../images/ico-check.svg');
                        background-position: center center;
                        background-repeat: no-repeat;
                        background-size: 100%;
                        left: 0;
                        top: 6px;
                    }
                }*/
}
#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: #2B3947;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 25px;
  position: relative;
  padding-left: 25px;
  line-height: 25px;
  /* &:before {
                            content: '';
                            position: absolute;
                            width: 12px;
                            height: 10px;
                            background: url('../images/ico-check.svg');
                            background-position: center center;
                            background-repeat: no-repeat;
                            background-size: 100%;
                            left: 0;
                            top: 6px;
                        } */
}
#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: "";
  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: 12px;
  position: absolute;
  left: 0;
  top: 6px;
  color: #969696;
}
#main .section#features .feature-list .col-2 {
  margin-left: 40px;
  margin-right: 40px;
}
#main .section#features .view-more {
  text-align: center;
}
#main .section#features .view-more a {
  font-weight: bold;
  font-size: 15px;
  color: #969696 !important;
  position: relative;
  padding-right: 15px;
  margin-top: 50px;
  display: inline-block;
}
#main .section#features .view-more a:hover {
  opacity: 0.8;
}
#main .section#tour {
  padding-top: 0;
}
#main .section#tour .content-pane {
  margin-top: 50px;
}
#main .section#tour .content-pane .tab-pane {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  background: #FFF;
  /*.slick-dots {
                        height: 80px;
                        width: 100%;
                        overflow: hidden;
                        > li {
                            opacity: 0.4;
                            &.slick-active {
                                opacity: 1;
                            }
                            button {
                                > div {
                                    border-radius: 4px;
                                }
                            }
                        }
                    }*/
}
#main .section#tour .content-pane .tab-pane.photos, #main .section#tour .content-pane .tab-pane.floorplan {
  padding: 0;
  height: 100%;
  background: transparent;
  /*.folio-slider-thumbs { display: none; }
                        .flex-control-thumbs { top: 0; }*/
  /*.thumbs-arrow { height: 45px !important; }*/
}
#main .section#tour .content-pane .tab-pane.photos .mySlides a + div, #main .section#tour .content-pane .tab-pane.floorplan .mySlides a + div {
  background-size: contain !important;
}
#main .section#tour .content-pane .tab-pane iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main .section#tour .content-pane .tab-pane .folio-slider {
  background: #FFF;
  /*.slick-slider {
                            .flex-control-thumbs {
                                height: 80px;
                                overflow: hidden;
                                position: relative;
                                .slick-dots {
                                    li {
                                        width: 105px;
                                        height: 80px;
                                    }
                                }
                            }
                        }*/
}
#main .section#tour .content-pane .tab-pane .slides .slick-prev:before, #main .section#tour .content-pane .tab-pane .slides .slick-next:before {
  color: #2B3947;
}
#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 .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 .mobile-btn-holder {
  text-align: center;
  display: none;
}
#main .section#tour .content-pane .tab-pane .mobile-btn-holder .slick-arrow {
  width: 25px;
  height: 25px;
  position: relative;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  transform: translate(0, 0) !important;
  display: inline-block;
  cursor: pointer;
}
#main .section#tour .content-pane .tab-pane .mobile-btn-holder .slick-arrow:before {
  color: #2B3947;
  font-family: "pu-themes" !important;
  font-size: 25px;
  content: '';
}
#main .section#tour .content-pane .tab-pane .mobile-btn-holder .slick-arrow.slick-prev {
  margin-right: 20px;
}
#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 .nav-tabs {
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#main .section#tour .nav-tabs li {
  margin-right: 50px;
  display: block;
}
#main .section#tour .nav-tabs li:last-child {
  margin-right: 0;
}
#main .section#tour .nav-tabs li a {
  font-family: 'Lato', sans-serif;
  padding: 10px 0;
  font-size: 23px;
  font-weight: bold;
  background: transparent !important;
  border-radius: 0;
  text-transform: capitalize;
  border: 0 !important;
  opacity: 0.35;
  position: relative;
  color: #2B3947;
}
#main .section#tour .nav-tabs li a:hover {
  opacity: 1;
}
#main .section#tour .nav-tabs li a:before {
  content: '';
  width: 100%;
  height: 3px;
  background: #969696;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
}
#main .section#tour .nav-tabs li.active a {
  opacity: 1 !important;
}
#main .section#tour .nav-tabs li.active a:before {
  display: block;
}
#main .section#gallery h2 {
  font-family: 'Lato', sans-serif;
  text-transform: capitalize;
  font-weight: bold;
}
#main .section#gallery .load-more-button {
  margin-top: 40px;
}
#main .section#gallery .load-more-button.loading {
  pointer-events: none;
  opacity: 0.5;
}
#main .section#location {
  padding-bottom: 80px;
}
#main .section#location h2 {
  font-family: 'Lato', sans-serif;
  text-transform: capitalize;
  font-weight: bold;
  position: relative;
}
#main .section#location #map {
  padding-bottom: 45%;
  height: 0 !important;
  box-shadow: 0 10px 25px rgba(43, 94, 113, 0.2);
  border-radius: 4px;
  overflow: hidden;
}
#main .section#gallery-secondary {
  background: #FFF;
  padding-bottom: 80px;
}
#main .section#gallery-secondary h2 {
  font-family: 'Lato', sans-serif;
  text-transform: capitalize;
  font-weight: bold;
  position: relative;
}
#main .section#gallery-secondary .photo-item a {
  position: relative;
  display: block;
  padding-bottom: 76.25%;
  height: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#main .section#gallery-secondary .photo-item a:before {
  content: '';
  background: #333;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#main .section#gallery-secondary .photo-item a:hover {
  opacity: 0.3;
}
#main .section#gallery-secondary .photo-item a img {
  transform: scale(2);
  display: none;
}
#main .section#nearby-schools .school-list {
  margin-top: 50px;
}
#main .section#nearby-schools .school-list .school-cont {
  font-family: 'Lato', sans-serif;
}
#main .section#nearby-schools .school-list .school-cont .rating-cont {
  border-radius: 4px;
  background-color: #969696;
  color: #FFF;
}
#main .section#nearby-schools .school-list .school-cont .rating-cont span {
  font-size: 17px;
}
#main .section#nearby-schools .school-list .school-cont .school-info h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 27px;
  margin-bottom: 5px;
}
#main .section#nearby-schools .school-list .school-cont .school-info p {
  font-size: 17px;
  line-height: 27px;
  color: rgba(43, 57, 71, 0.8);
}
#main .section#nearby-schools .load-more-schools {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
#main .section#nearby-schools .load-more-schools button {
  font-size: 15px;
  background-color: unset !important;
  font-weight: normal;
  line-height: 23px;
  color: #969696 !important;
  display: flex;
  letter-spacing: normal;
  text-transform: capitalize;
  align-items: center;
  justify-content: center;
  height: 25px;
}
#main .section#nearby-schools .about-greatSchools {
  margin-top: 80px;
}
#main .section#nearby-schools .about-greatSchools h3 {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 30px;
}
#main .section#nearby-schools .about-greatSchools p {
  font-size: 15px;
  font-weight: normal;
  line-height: 27px;
  color: rgba(43, 57, 71, 0.8);
}
#main .section#mortgageCalc {
  position: relative;
}
#main .section#mortgageCalc:before {
  content: '';
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  background-image: url('/themes/west/img/west-bg.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  height: 100%;
}
#main .section#mortgageCalc .content-fixed {
  width: 70%;
}
#main .section#mortgageCalc .calc-header h3 {
  font-size: 30px;
  font-weight: bold;
  color: #2B3947;
}
#main .section#mortgageCalc .mort-form {
  max-width: 340px;
}
#main .section#mortgageCalc .mortgage-calc-cont {
  justify-content: space-between;
}
#main .section#mortgageCalc .mortgage-calc-cont .calc-cont .input-container {
  margin-bottom: 20px;
  width: 100%;
}
#main .section#mortgageCalc .mortgage-calc-cont .calc-cont .input-container label {
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  margin-bottom: 10px;
  color: #2B3947;
}
#main .section#mortgageCalc .mortgage-calc-cont .calc-cont .input-container label .subtitle {
  color: rgba(43, 57, 71, 0.55);
  opacity: 1;
}
#main .section#mortgageCalc .mortgage-calc-cont .calc-cont .input-container input, #main .section#mortgageCalc .mortgage-calc-cont .calc-cont .input-container select {
  font-size: 15px;
  color: #2B3947;
  width: 100%;
  border-radius: 3px;
  border: 1px solid rgba(43, 57, 71, 0.15);
  box-shadow: 0px 4px 15px rgba(43, 57, 71, 0.15);
}
#main .section#mortgageCalc .mortgage-calc-cont .calc-cont .input-container .with-select {
  background-color: white;
}
#main .section#mortgageCalc .mortgage-calc-cont .calc-cont .input-container .custom-select-input {
  background-color: #FFF;
  border: 1px solid rgba(43, 57, 71, 0.15);
  border-radius: 3px;
  box-shadow: 0px 4px 15px rgba(43, 57, 71, 0.15);
}
#main .section#mortgageCalc .mortgage-calc-cont .calc-cont .input-container .custom-select-input input, #main .section#mortgageCalc .mortgage-calc-cont .calc-cont .input-container .custom-select-input select {
  background-color: transparent;
  border: 0;
  box-shadow: none;
}
#main .section#mortgageCalc .mortgage-calc-cont .calc-cont .input-container .custom-select-input input {
  width: 78%;
}
#main .section#mortgageCalc .mortgage-calc-cont .calc-cont .input-container .custom-select-input select {
  width: 22%;
  padding-left: 0;
}
#main .section#mortgageCalc .mortgage-calc-cont .calc-cont .adjustments-btn {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: normal;
}
#main .section#mortgageCalc .mortgage-calc-cont .est-cont .est-box:before {
  background-color: rgba(150, 150, 150, 0.35);
}
#main .section#mortgageCalc .mortgage-calc-cont .est-cont .est-box h6 {
  text-transform: capitalize;
  letter-spacing: normal;
  font-size: 15px;
  font-weight: normal;
  color: #2B3947;
  margin-bottom: 12px;
}
#main .section#mortgageCalc .mortgage-calc-cont .est-cont .est-box h4 {
  color: #969696;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 5px;
}
#main .section#mortgageCalc .mortgage-calc-cont .est-cont .est-box h4 + p {
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
  color: rgba(43, 57, 71, 0.55);
}
#main .section#contact {
  position: relative;
  padding-bottom: 120px;
  /*.info,.form-wrap { width: 50%; }*/
}
#main .section#contact:before {
  content: '';
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  /* background-image: url('/themes/west/img/pattern-bg.png'); */
  background-color: #F5FBFF;
  background-image: url('/themes/west/img/west-bg.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  height: 100%;
}
#main .section#contact h2 {
  font-family: 'Lato', sans-serif;
  text-transform: capitalize;
  font-weight: bold;
}
#main .section#contact p {
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  opacity: 0.55;
  font-weight: 400;
  line-height: 22px;
  padding: 10px 0;
  width: 100%;
  max-width: 300px;
  color: #2B3947;
}
#main .section#contact .wrapper {
  width: 80%;
  margin: 0 auto;
}
#main .section#contact .info {
  width: 220px;
  margin-left: 80px;
}
#main .section#contact .info .avatar {
  width: 180px;
  height: 180px;
  overflow: hidden;
  border-radius: 4px;
  margin-right: 20px;
  margin-bottom: 30px;
}
#main .section#contact .info .info-details {
  width: 100%;
  max-width: 300px;
}
#main .section#contact .info .info-details .name {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;
  color: #2B3947;
}
#main .section#contact .info .info-details .email, #main .section#contact .info .info-details .contact, #main .section#contact .info .info-details .website {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(43, 57, 71, 0.8);
}
#main .section#contact .info .info-details .website a {
  color: #969696;
  word-break: break-word;
  /* img {
                                width: 12px;
                                height: auto;
                                vertical-align: middle;
                                margin-left: 5px;
                                position: relative;
                                top: -1.5px;
                            } */
}
#main .section#contact .info .info-details .website a .icon {
  font-size: 12px;
  position: relative;
  top: -1.5px;
  margin-left: 5px;
}
#main .section#contact .info .info-details .website a:hover {
  color: #969696;
}
#main .section#contact .contact-form {
  width: 100%;
}
#main .section#contact .contact-form .form-group {
  margin-bottom: 18px;
}
#main .section#contact .contact-form .form-group:nth-last-child(3) {
  margin-bottom: 25px;
}
#main .section#contact .contact-form label {
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  color: #2B3947;
  padding-bottom: 10px;
}
#main .section#contact .contact-form label .required {
  color: #2B3947;
}
#main .section#contact .contact-form .form-control {
  border: 1px solid rgba(20, 31, 41, 0.15);
  border-radius: 3px;
  padding-left: 20px;
  padding-right: 20px;
  background: #FFF;
  box-shadow: 0 4px 15px rgba(43, 94, 113, 0.15);
}
#main .section#contact .contact-form .btn-submit {
  color: #FFF !important;
  font-size: 12px;
  font-weight: bold;
  padding: 20px;
  height: auto;
  font-family: 'Lato', sans-serif;
  box-shadow: 0 8px 20px rgba(64, 82, 124, 0.36);
  border: 0 !important;
  margin-top: 35px !important;
}
#main .section#contact .form-wrap {
  width: calc(100% - 300px);
}
#main .section#multi-agent .multiagent-container {
  margin: 80px 0 0;
}
#main .section#multi-agent .agent-container {
  font-family: 'Lato', sans-serif;
  color: #FFF;
  text-align: left;
  width: auto;
  padding: 0 40px;
}
#main .section#multi-agent .agent-container .agent-img {
  background-color: rgba(43, 57, 71, 0.1);
  border-radius: 4px;
  width: 182px;
  height: 182px;
  margin: 0;
  margin-bottom: 25px;
}
#main .section#multi-agent .agent-container .agent-img h5 {
  color: #2B3947;
  font-size: 30px;
  font-weight: bold;
}
#main .section#multi-agent .agent-container .agent-img:before {
  background-color: #969696;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  padding-top: 10px;
}
#main .section#multi-agent .agent-container .agent-img:hover:before {
  font-size: 15px;
  justify-content: center;
  letter-spacing: normal;
  text-transform: capitalize;
}
#main .section#multi-agent .agent-container h6 {
  font-size: 17px;
  color: #2B3947;
  line-height: 28px;
  font-weight: bold;
}
#main .section#multi-agent .agent-container p {
  font-size: 15px;
  line-height: 28px;
  font-weight: normal;
  margin-bottom: 20px;
  color: #2B3947;
}
#main .section#multi-agent .agent-container span {
  opacity: 0.7;
  line-height: 18px;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: normal;
  color: rgba(43, 57, 71, 0.5);
  letter-spacing: normal;
}
#main .section#multi-agent .agent-container a {
  color: #969696;
  font-size: 15px;
  font-weight: regular;
  justify-content: flex-start;
  text-transform: capitalize;
  letter-spacing: normal;
}
#main .section#multi-agent .agent-container a .chevron-right {
  opacity: 0.5;
  margin-left: 5px;
}
#main .section#multi-agent .agent-container a .chevron-right:after {
  border-right-color: #969696;
  border-bottom-color: #969696;
}
#main.no-prop-desc {
  padding-top: 200px;
}
#main.no-prop-desc .infobox {
  top: -150px;
}
#main.no-prop-desc.prop-info-count-0 {
  padding-top: 80px;
}
#main.no-prop-desc.prop-info-count-0 .infobox {
  display: none;
}
body.unbranded-theme #mortgageCalc .calc-header {
  justify-content: center;
  text-align: center;
}
body .parking-cont .parking-tooltip {
  font-size: 14px;
  bottom: -50px;
  text-transform: capitalize !important;
}
.contact-form {
  width: 90%;
}
.contact-form .form-control {
  background: #FFF;
  border: none;
  border-radius: 3px;
  font-size: 13px;
  color: #2B3947;
  padding: 15px 30px;
  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 .intl-tel-input input {
  padding-left: 75px !important;
}
.contact-form .btn-submit {
  margin-top: 15px;
}
.contact-form .selected-flag {
  height: 48px !important;
}
.contact-form-success {
  padding-bottom: 0 !important;
  padding-top: 20px;
}
.fancybox-slide--html .agent-popup {
  color: #2B3947;
}
.fancybox-slide--html .agent-popup .agent-img {
  border-radius: 4px;
  width: 150px;
  height: 150px;
  margin: 0;
  background-color: rgba(43, 57, 71, 0.1);
}
.fancybox-slide--html .agent-popup .agent-img h5 {
  color: #2B3947;
  font-size: 30px;
  font-weight: bold;
}
.fancybox-slide--html .agent-popup .agent-img + div {
  font-family: 'Lato', 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: 17px;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  color: #2B3947;
  letter-spacing: normal;
  text-transform: capitalize;
}
.fancybox-slide--html .agent-popup .agent-img + div a {
  font-size: 17px;
  font-weight: bold;
  color: #969696;
}
.fancybox-slide--html .agent-popup .agent-details label {
  font-size: 17px;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  color: #2B3947;
  letter-spacing: normal;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.fancybox-slide--html .agent-popup .agent-details label + p {
  font-weight: normal;
  font-size: 15px;
}
.fancybox-slide--html .agent-popup .agent-details label ~ a {
  color: #969696;
  font-size: 15px;
}
.fancybox-slide--html .agent-popup .agent-details .social-link li a {
  color: #969696;
  opacity: 1;
}
/* responsive */
@media (max-width: 991px) {
  #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#moreInfo .infoBox {
    max-width: unset;
  }
  #main .section#contact .wrapper {
    display: block;
    width: 100%;
  }
  #main .section#contact .form-wrap, #main .section#contact .info {
    width: 100%;
  }
  #main .section#contact .form-wrap > h2, #main .section#contact .form-wrap > p {
    text-align: center;
  }
  #main .section#contact .form-wrap > p {
    margin: 0 auto;
  }
  #main .section#contact .info {
    padding: 0;
    text-align: center;
    margin-left: 0;
  }
  #main .section#contact .info .avatar {
    margin-left: auto;
    margin-right: auto;
  }
  #main .section#contact .info .info-details {
    margin-left: auto;
    margin-right: auto;
  }
  #main .section#mortgageCalc .calc-header {
    flex-direction: column;
  }
  #main .section#mortgageCalc .calc-header h3 {
    margin-bottom: 30px;
  }
  #main .section#mortgageCalc .mortgage-calc-cont .calc-cont .input-container .custom-select-input select {
    width: 30%;
  }
  #main .section#mortgageCalc .mortgage-calc-cont .est-cont .est-box:before {
    display: none;
  }
  #main .section#nearby-schools .school-list-container {
    padding-top: 30px;
  }
  #main .section#nearby-schools .school-list {
    margin-top: 0;
  }
  #main .infobox .row {
    width: 100%;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
  #main .infobox .content-fixed {
    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;
  }
}
@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 {
    padding-top: 0 !important;
  }
  #main .infobox {
    width: 100%;
    padding-top: 50px;
    top: 0;
    position: relative !important;
    left: auto;
    transform: translateX(0);
  }
  #main .infobox .content-fixed {
    padding: 0 30px;
  }
  #main .infobox .infobox-data {
    margin-bottom: 40px;
    text-align: center;
    display: block;
    padding: 0;
  }
  #main .infobox .infobox-data img {
    margin-bottom: 5px;
  }
  #main .infobox .infobox-data p {
    margin-left: 0;
  }
  #main .infobox .infobox-desc {
    text-align: center;
    padding-top: 40px;
  }
  #main .infobox .row {
    max-width: 300px;
  }
  #main .section#moreInfo .infoBox .infobox-data {
    flex-direction: column;
  }
  #main .section#moreInfo .infoBox .infobox-data p {
    margin-left: 0;
    margin-top: 5px;
  }
  #main .section#moreInfo .infoBox .infobox-data.mls .info-tooltip, #main .section#moreInfo .infoBox .infobox-data.dues .info-tooltip {
    min-width: 110px;
  }
  #main .section#moreInfo .infoBox .infobox-data.year .info-tooltip, #main .section#moreInfo .infoBox .infobox-data.taxes .info-tooltip, #main .section#moreInfo .infoBox .infobox-data.type .info-tooltip {
    min-width: 55px;
  }
  #main .section#moreInfo .infoBox .infobox-data.parking .info-tooltip, #main .section#moreInfo .infoBox .infobox-data.zoned .info-tooltip {
    min-width: 68px;
  }
  #main .section#moreInfo .infoBox .infobox-data .parking-cont {
    margin-top: 8px;
    justify-content: center;
  }
  #main .section#moreInfo .infoBox .infobox-data .parking-cont p {
    margin-top: 0;
  }
  #main .section#features {
    padding-top: 80px;
  }
  #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;
    /*li {
                        &:nth-child(even) {
                            margin-left: 0 !important;
                        }
                    }*/
  }
  #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#features .infoBox > .row {
    flex-wrap: wrap;
  }
  #main .section#features .infoBox > .row .infobox-data {
    flex-direction: column;
  }
  #main .section#features .infoBox > .row .infobox-data .icon {
    margin-bottom: 10px;
    font-size: 30px;
  }
  #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;
    margin: 0 auto;
    flex-wrap: wrap;
    /*display: block;*/
    text-align: center;
  }
  #main .section#tour .nav-tabs li {
    display: block;
    margin-right: 0;
    margin-top: 10px;
    width: 50%;
  }
  #main .section#tour .nav-tabs li a {
    display: inline-block;
    font-size: 16px;
  }
  #main .section#tour .content-fixed {
    width: 100%;
  }
  #main .section#tour .folio-slider .slick-arrow {
    display: none;
  }
  #main .section#tour .content-pane .tab-pane#gallery, #main .section#tour .content-pane .tab-pane#virtualTour, #main .section#tour .content-pane .tab-pane#videos, #main .section#tour .content-pane .tab-pane#floorPlan {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #main .section#tour .content-pane .tab-pane#gallery .slider-photo .slick-arrow, #main .section#tour .content-pane .tab-pane#gallery .slider-video .slick-arrow, #main .section#tour .content-pane .tab-pane#virtualTour .slider-photo .slick-arrow, #main .section#tour .content-pane .tab-pane#virtualTour .slider-video .slick-arrow, #main .section#tour .content-pane .tab-pane#videos .slider-photo .slick-arrow, #main .section#tour .content-pane .tab-pane#videos .slider-video .slick-arrow, #main .section#tour .content-pane .tab-pane#floorPlan .slider-photo .slick-arrow, #main .section#tour .content-pane .tab-pane#floorPlan .slider-video .slick-arrow {
    display: none !important;
  }
  #main .section#tour .content-pane .tab-pane#gallery .mobile-btn-holder, #main .section#tour .content-pane .tab-pane#virtualTour .mobile-btn-holder, #main .section#tour .content-pane .tab-pane#videos .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, #main .section#tour .content-pane .tab-pane#gallery .mobile-btn-holder {
    margin-top: 30px;
  }
  #main .section#tour .content-pane .tab-pane#virtualTour.slider-active, #main .section#tour .content-pane .tab-pane#videos.slider-active {
    margin-bottom: 50px;
  }
}
@media (max-width: 620px) {
  #main .section#tour .content-pane .tab-pane {
    padding-bottom: 0;
    min-height: 500px;
  }
  #main .section#tour .content-pane .tab-pane .slider-video .mySlides {
    padding-bottom: 0;
    min-height: 500px;
  }
}
@media (max-width: 375px) {
  #main .infobox .infobox-data {
    width: 48%;
  }
  #main .section#moreInfo .infoBox .infobox-data {
    width: 100% !important;
  }
  #main .section#moreInfo .infoBox .infobox-data.dues .info-tooltip {
    right: -8px;
  }
}
@media (max-width: 354px) {
  #main .section#tour .nav-tabs li a {
    font-size: 20px;
  }
}
.section-grid .layout-photogrid.layout-photogrid_3 .photo-grid {
  margin: 0px !important;
}
.section-grid .layout-photogrid.layout-photogrid_3 .photo-grid .grid-sizer, .section-grid .layout-photogrid.layout-photogrid_3 .photo-grid .photo-item {
  width: calc(98% / 4) !important;
}
.section-grid .layout-photogrid.layout-photogrid_3 .photo-grid .grid-gutter {
  width: 0 !important;
}
.section-grid .layout-photogrid.layout-photogrid_3 .photo-grid .photo-item {
  margin: 0;
  background: #2B3947;
}
.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: 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: 150px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  min-height: 700px;
}
#headerSec .banner {
  height: 100vh;
  width: 100%;
  background: #FFF url('/themes/west/img/banner-bg.jpg') no-repeat center center;
  background-size: cover;
  min-height: 700px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
#headerSec:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
#headerSec header {
  padding: 50px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
#headerSec header .logo {
  max-width: 150px;
  width: 100%;
  margin: 0 auto;
}
#headerSec header .logo img {
  width: 100%;
  height: auto;
}
#headerSec .siteTitle {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
#headerSec .siteTitle h1 {
  font-weight: 800;
  letter-spacing: 1px;
}
#headerSec .siteTitle h1 span {
  display: block;
  font-size: 29px;
  font-weight: bold;
  padding-top: 15px;
  line-height: 1.5;
}
#headerSec .siteTitle .price {
  color: #fff;
  font-size: 26px;
  font-weight: bolder;
  line-height: 32px;
  padding-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#headerSec .siteTitle .sell-type-pill {
  border: 2px solid #FFF;
  letter-spacing: 2px;
  border-radius: 2px;
  height: 25px;
  padding: 0 12px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 800;
}
#headerSec .siteTitle .btn {
  font-size: 12px;
  font-weight: bold;
  margin-top: 40px;
}
#headerSec .siteTitle.for-rent .nw-av {
  font-size: 23px;
  font-weight: bold;
}
#headerSec .siteTitle .for-rent-cont h4 {
  justify-content: center;
  align-items: center;
}
#headerSec.prop-info-count-0.no-prop-desc {
  padding-bottom: 0;
}
header {
  position: fixed;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(43, 57, 71, 0.97);
  padding: 26px 0;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  pointer-events: none;
}
header h5 {
  font-size: 22px;
  font-weight: bold;
  color: #FFF;
}
header.show {
  opacity: 1;
  pointer-events: auto;
}
/* responsive */
@media (max-width: 1097px) {
  #headerSec + header #header-menu-wrap .menu-header {
    padding: 26px 8%;
    min-height: unset;
  }
  #headerSec + header #header-menu-wrap .menu-header h4 {
    font-size: 22px;
    font-size: bold;
  }
  #headerSec + header #header-menu-wrap > ul {
    height: auto;
    display: block;
  }
  #headerSec + header .nav-col .mobile-nav {
    margin: 30px auto;
  }
  #headerSec + header .nav-col .mobile-nav h4 {
    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 {
    display: block;
    font-size: 22px;
    font-size: bold;
  }
  #headerSec + header.sticky .logo-col {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #headerSec {
    height: 100vh;
    min-height: unset;
    padding-bottom: 0;
    /* background-attachment: scroll !important; */
  }
  #headerSec .banner {
    position: absolute;
    height: 100%;
  }
  #headerSec header {
    position: relative;
    top: auto;
    left: auto;
  }
  #headerSec .siteTitle {
    text-align: center;
    padding-top: 0;
  }
  #headerSec .siteTitle h1 span {
    font-size: 25px;
  }
}
header .menu-element .menu-items {
  padding: 0;
  margin-right: 25px;
  position: relative;
}
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;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: capitalize;
}
header .menu-element .menu-items a:hover {
  /*color: $green;*/
}
header .menu-element .menu-items a.btn {
  font-weight: bold;
  font-size: 15px;
  height: 48px;
  padding: 0 22px;
  text-transform: capitalize;
}
header .menu-element .menu-items a .menu-icon {
  font-size: 24px;
}
header .menu-element .menu-items.menu-dropdown > p {
  font-size: 16px;
  line-height: unset;
}
header .menu-element .menu-items.menu-dropdown > p > .chevron-down {
  position: relative;
  height: 10px;
  width: 10px;
  display: inline-block;
  cursor: pointer;
  left: 3px;
}
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: 30px;
  background: #2B3947;
  width: max-content;
  padding: 15px 0;
  display: none;
  box-shadow: 0 10px 25px rgba(43, 94, 113, 0.2);
}
header .menu-element .menu-items.menu-dropdown > ul li {
  display: block;
  width: 100%;
  padding: 0;
}
header .menu-element .menu-items.menu-dropdown > ul li a {
  color: #FFF;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 15px;
  padding: 0 20px;
  line-height: 35px;
  display: block;
  text-align: left;
  text-transform: capitalize;
}
header .menu-element .menu-items.menu-dropdown > ul li a:hover {
  /*color: $green;*/
}
header .menu-element .menu-items.menu-dropdown > ul:before {
  content: '';
  width: 0;
  height: 0;
  border-width: 0 7.5px 7.5px 7.5px;
  border-color: transparent transparent #2B3947 transparent;
  border-style: solid;
  position: absolute;
  right: 32px;
  top: -7px;
}
header .menu-element .menu-items.menu-dropdown:hover:after {
  display: block;
}
header .menu-element .menu-items.menu-dropdown:hover > p > a {
  /*color: $green !important;*/
}
header .menu-element .menu-items.menu-dropdown:hover > p > .chevron-down:before {
  /*border-left-color: $green !important;
                                border-bottom-color: $green !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: fixed;
  top: 30px;
  right: 50px;
  opacity: 1 !important;
}
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;
}
header .menu-element .close:hover {
  opacity: 0.8 !important;
}
.mobile-nav {
  display: none;
}
.mobile-nav .hamburger {
  width: 38px;
  height: 26px;
  position: relative;
  cursor: pointer;
}
.mobile-nav .hamburger span {
  height: 1px;
  width: 100%;
  border-radius: 1px;
  background: #FFF;
  display: block;
  position: absolute;
  left: 0;
}
.mobile-nav .hamburger span:first-child {
  top: 0;
}
.mobile-nav .hamburger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.mobile-nav .hamburger span:last-child {
  bottom: 0;
}
@media (hover: none) {
  .menu-element .menu-items.menu-dropdown:hover:after {
    display: block;
  }
  .menu-element .menu-items.menu-dropdown:hover > p > a {
    color: #FFF !important;
  }
  .menu-element .menu-items.menu-dropdown:hover > p > .chevron-down:before {
    border-left-color: #FFF !important;
    border-bottom-color: #FFF !important;
    opacity: 1;
  }
  .menu-element .menu-items.menu-dropdown:hover > ul {
    display: none;
  }
}
@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: rgba(43, 57, 71, 0.97);
  }
  header #header-menu-wrap .close {
    display: block;
    right: 30px;
  }
  header #header-menu-wrap > ul {
    text-align: center;
  }
  header #header-menu-wrap > ul li {
    padding: 0;
    display: block;
    width: 100%;
    padding: 25px 0;
  }
  header #header-menu-wrap > ul li a {
    color: #FFF;
  }
  header #header-menu-wrap > ul li.menu-dropdown > p > .chevron-down:before {
    left: 10px;
  }
  header #header-menu-wrap > ul li.menu-dropdown ul {
    position: relative;
    top: 0;
    left: 0;
    padding: 5px 0;
    padding: 0;
    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 {
    padding: 0;
  }
  header #header-menu-wrap > ul li.menu-dropdown ul li a {
    text-transform: capitalize;
    text-align: center;
    opacity: 0.8;
    color: #FFF;
  }
  .show-nav {
    overflow: hidden;
  }
  .show-nav #header-menu-wrap {
    display: flex;
    overflow: scroll;
    align-items: center;
  }
}
#footerSec {
  padding: 75px 0 80px 0;
  position: relative;
  z-index: 2;
  background-color: #2B3947;
}
#footerSec .footer-rent {
  font-size: 23px;
  font-weight: bold;
  color: #FFF;
}
#footerSec .pw-property-info h4 {
  color: #FFF;
  font-weight: 800;
  line-height: 38px;
  font-size: 30px;
}
#footerSec .pw-property-info h4.subtitle {
  display: block;
  opacity: 0.85;
  font-size: 23px;
  line-height: 24px;
  font-weight: bold;
  margin-top: 2px;
}
#footerSec .pw-property-info .price {
  font-size: 26px;
  font-weight: bold;
  margin-top: 30px !important;
  color: #FFF;
}
#footerSec .pw-property-info .info-details .name {
  color: #FFF;
  font-size: 17px;
  font-weight: bold;
  line-height: 24px;
}
#footerSec .pw-property-info .info-details .email, #footerSec .pw-property-info .info-details .contact, #footerSec .pw-property-info .info-details .license-number {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.8);
}
#footerSec .pw-property-info .info-details .license-number {
  margin-top: 2px;
}
#footerSec .pw-property-info .info-details .contact-link {
  color: #969696;
  font-size: 15px;
  font-weight: normal;
  line-height: 24px;
}
#footerSec .pw-property-info .info-details .contact-link > span {
  font-size: 17px;
  margin-top: 3px;
}
#footerSec .pw-property-info .license-number {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.8);
}
#footerSec .pw-property-info .website-url {
  color: #969696;
  font-size: 15px;
  font-weight: normal;
  line-height: 24px;
  display: flex;
  align-items: center;
}
#footerSec .pw-property-info .website-url span {
  margin-left: 5px;
}
#footerSec .pw-property-info .footer-logo p.subtitle {
  font-size: 17px;
  font-weight: bold;
  color: #FFF;
}
#footerSec .pw-property-info .footer-logo .info-text {
  margin-top: 5px;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.8);
}
#footerSec .pw-property-info .footer-logo .info-text.broker-disclosure {
  opacity: 0.5;
}
#footerSec .footer-cont .copyright-cont p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}
#footerSec .footer-cont .social-link ul li a {
  color: #FFF;
  opacity: 1;
}
#footerSec .footer-cont .social-link ul li a:hover {
  opacity: 0.5;
  color: #FFF;
}
#footerSec.no-secondary-photo:before {
  height: 100%;
}
#footerSec.no-secondary-photo #gallery-secondary {
  display: none;
}
#footerSec.location-set:not(.second-gallery-set):before {
  height: 70%;
}
#footerSec.second-gallery-set:not(.location-set):before {
  height: 70%;
}
#footerSec.second-gallery-set:not(.location-set) #gallery-secondary {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  #footerSec.location-set:not(.second-gallery-set):before {
    height: 100%;
    max-height: 1300px;
  }
}
@media (max-width: 991px) {
  #footerSec {
    padding: 90px 0 45px !important;
  }
  #footerSec.location-set:not(.second-gallery-set):before {
    height: 100%;
    max-height: 1650px;
  }
}
@media (max-width: 767px) {
  #footerSec #location .content-fixed, #footerSec #gallery-secondary .content-fixed {
    width: 100%;
  }
  #footerSec #location #map {
    padding-bottom: 55%;
  }
}
@media (min-width: 360px) {
  .g-recaptcha {
    transform: scale(1) !important;
  }
}
.flyer-theme {
  background: #2B3947;
  border-top: 5px solid #969696;
  height: 1034px;
}
.flyer-theme #flyer-header {
  background: #fff;
}
.flyer-theme #flyer-header header {
  position: relative;
  background: none;
  padding: 0;
  opacity: 1;
  font-family: "DM Sans", sans-serif;
}
.flyer-theme #flyer-header header .title-sec {
  background: #fff;
}
.flyer-theme #flyer-header header .title-sec .siteTitle h1 {
  color: #231F20;
  font-size: 32px;
  font-weight: bold;
  font-family: "DM Sans", sans-serif;
}
.flyer-theme #flyer-header header .title-sec .siteTitle h1 + div .sub-add {
  color: #2B3947;
  font-size: 18px;
  display: block;
  line-height: 24px;
}
.flyer-theme #flyer-header header .title-sec .siteTitle h1 + div .pill {
  font-size: 13px;
  padding: 0 8px;
  color: #969696;
  border-color: rgba(150, 150, 150, 0.3);
}
.flyer-theme #flyer-header header .title-sec .price {
  color: #969696;
}
.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, #2b3947 20%, rgba(43, 57, 71, 0) 100%);
}
.flyer-theme #flyer-content {
  height: 100%;
  background: #fff;
  padding-top: 20px;
}
.flyer-theme #flyer-content p {
  font-size: 13px;
  font-family: "DM Sans", sans-serif;
  color: #5E5E5E;
  line-height: 21px;
}
.flyer-theme #flyer-content .infobox {
  padding: 10px 0 0;
}
.flyer-theme #flyer-content .infobox ul li span, .flyer-theme #flyer-content .infobox ul li p {
  text-transform: capitalize;
}
.flyer-theme #flyer-content .infobox ul li span {
  color: rgba(94, 94, 94, 0.8);
}
.flyer-theme #flyer-content .infobox ul li p {
  color: #969696;
}
.flyer-theme #flyer-content .feature-list li {
  font-size: 13px;
  color: #5E5E5E;
  line-height: 21px;
  margin-bottom: 10px;
  position: relative;
  display: flex;
}
.flyer-theme #flyer-content .feature-list li svg {
  margin: 0 10px 0 0;
  display: none;
}
.flyer-theme #flyer-content .feature-list li svg path {
  stroke: #969696;
}
.flyer-theme #flyer-content .feature-list li .check-icon {
  margin-right: 10px;
  color: #969696;
  margin-top: 3px;
}
.flyer-theme #flyer-content .feature-list li:last-child {
  margin-bottom: 0;
}
.flyer-theme #flyer-content .feature-list.with-check li::before {
  content: '';
}
.flyer-theme #flyer-content #overview {
  padding-right: 35px;
}
.flyer-theme #flyer-content #overview p {
  overflow: visible;
  max-height: 150px;
}
.flyer-theme #flyer-content #features {
  padding-left: 35px;
}
.flyer-theme #flyer-footer {
  background: #2B3947;
}
.flyer-theme #flyer-footer .footer-content {
  height: 110px;
}
.flyer-theme #flyer-footer .footer-content h3, .flyer-theme #flyer-footer .footer-content p {
  color: #FFF;
}
.flyer-theme.long-title #flyer-header header .banner {
  height: 362px;
}
.flyer-theme.long-title #flyer-header header .title-sec {
  max-height: 222px;
  padding: 25px 0;
}
.flyer-theme.long-title #flyer-header header .title-sec .first-sect, .flyer-theme.long-title #flyer-header header .title-sec .second-sect {
  float: none;
  width: 100%;
}
.flyer-theme.long-title #flyer-header header .title-sec .price {
  font-size: 30px;
}
.flyer-theme.long-title #flyer-header header .title-sec .siteTitle h1 {
  font-size: 30px;
}
.flyer-theme.long-title #flyer-header .infobox {
  padding: 30px 0 0 0;
  height: 80px;
}
.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(43, 57, 71, 0.8);
}
