/* $header-img: "../../resources/imgs/hero-img.svg"; */
html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
}

*:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Merriweather', serif;
  font-size: 38px;
  font-style: normal;
  font-weight: bold;
  color: #091638;
}

h6 {
  font-size: 18px;
  margin: 0;
}

h5 {
  font-size: 20px;
  margin: 0;
  padding: 0;
}

a:link,
a:visited {
  color: #FFFFFF;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.2s, color 0.2s;
}

a:hover,
a:active {
  color: #e4e4e4;
  cursor: pointer;
  /* border-bottom: 1px solid #555; */
}

button {
  background-color: #328C4F;
  border-radius: 5px;
  border: 2px solid #328C4F;
  padding: 14px 17px;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 14px;
  transition: border-color 0.4s, background-color 0.4s;
}

button:hover {
  cursor: pointer;
  background-color: #4AB46C;
  border-color: #4AB46C;
}

input[type="text"], input[type="email"] {
  padding: 14px;
  border: 1px solid #DDDDDD;
  box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

input[type="text"]::placeholder, input[type="email"]::placeholder {
  opacity: 0.5;
}

/* label{
  display: inline-block;
  text-align: right;
  margin-bottom: 15px;  
  font-weight: normal;
  color: $header-color;
} */
.mng-lstng-btn {
  border: 2px solid #328C4F;
  background-color: transparent;
  color: #328C4F;
  transition: color 0.4s, border-color 0.4s;
}

.mng-lstng-btn:hover {
  border-color: #4AB46C;
  color: #4AB46C;
  background-color: transparent;
}

/* $header-img: "../../resources/imgs/hero-img.svg"; */
/*-----------------------------------------
      ICONS
-------------------------------------------*/
.checked-icon {
  display: inline-block;
  background: url("../../resources/icons/checked.svg");
  background-position: center;
  background-size: cover;
  width: 16px;
  height: 14px;
}

.big-checked-icon {
  display: inline-block;
  background: url("../../resources/icons/checked.svg");
  background-position: center;
  background-size: cover;
  width: 21px;
  height: 18px;
}

.open-quote-icon {
  display: inline-block;
  background: url("../../resources/icons/open-quote.svg");
  background-position: center;
  background-size: cover;
  width: 50px;
  height: 30px;
  background-size: 100% 100%;
}

.close-quote-icon {
  display: inline-block;
  background: url("../../resources/icons/close-quote.svg");
  background-position: center;
  background-size: cover;
  width: 50px;
  height: 30px;
  background-size: 100% 100%;
}

.search-icon {
  display: inline-block;
  background: url("../../resources/icons/search-icon.svg");
  background-position: center;
  background-size: cover;
  width: 28px;
  height: 28px;
}

.phone-icon {
  display: inline-block;
  background: url("../../resources/icons/phone-icon.svg");
  background-position: center;
  background-size: cover;
  width: 30px;
  height: 30px;
}

.dark-facebook-icon {
  display: inline-block;
  background: url("../../resources/icons/dark-facebook-icon.svg");
  background-position: center;
  background-size: cover;
  width: 16px;
  height: 16px;
}

.dark-instagram-icon {
  display: inline-block;
  background: url("../../resources/icons/dark-instagram-icon.svg");
  background-position: center;
  background-size: cover;
  width: 16px;
  height: 16px;
}

.dark-linkedin-icon {
  display: inline-block;
  background: url("../../resources/icons/dark-linkedin-icon.svg");
  background-position: center;
  background-size: cover;
  width: 16px;
  height: 16px;
}

.dark-twitter-icon {
  display: inline-block;
  background: url("../../resources/icons/dark-twitter-icon.svg");
  background-position: center;
  background-size: cover;
  width: 16px;
  height: 16px;
}

.hamburger-menu-icon {
  display: inline-block;
  background: url("../../resources/icons/hamburger-menu-icon.svg");
  background-position: center;
  background-size: cover;
  width: 50px;
  height: 60px;
  background-size: 100% 100%;
}

html, body {
  color: #151515;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: normal;
}

#telLink {
  color: #328C4F;
}

.indent {
  margin-left: 20px;
}

header {
  margin-bottom: 100px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  z-index: 0;
  position: relative;
}

header .menu-nav {
  display: none;
  position: fixed;
  top: 0;
  z-index: 100;
  height: 0;
  background-color: #328C4F;
  width: 100%;
  transition: 0.5s;
  overflow-y: hidden;
}

header .menu-nav li {
  list-style: none;
  margin: 10px auto;
  padding: 15px 0;
  width: 50%;
  text-align: center;
  border-bottom: 1px solid rgba(228, 228, 228, 0.2);
}

header .menu-nav a {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 111%;
}

header .menu-nav button {
  margin: 0;
  padding: 5px 10px;
  background-color: #f87d7d;
  position: relative;
  left: 90%;
  top: 10%;
  color: #BC2130;
  font-size: 25px;
}

header .header-hero {
  flex: 75%;
  background-image: url("../../resources/imgs/hero.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* & nav {
      background: linear-gradient(180deg, #000000 -24.49%, rgba(0, 126, 209, 0) 100%);
      position: absolute; top: 0%;
      height: 107px; width: 1292px;
    } */
}

header .header-hero .header-socials {
  /* position: relative;
      top: 170px; left: 560px; */
  margin: 90px 0 0 350px;
}

header .header-hero .header-socials li {
  margin-left: 10px;
}

header .header-hero .header-chat {
  position: absolute;
  bottom: 150px;
  right: 300px;
}

header .header-hero .header-chat:hover {
  border-bottom: transparent;
}

header .header-hero .header-dots {
  position: absolute;
  top: 170px;
  left: 580px;
  /* right: 160px; */
  z-index: 1;
}

header .header-logo {
  flex: 25%;
  margin: 49px 20px 55px 160px;
  /* flex: 0.7; */
  height: 100px;
  width: 324px;
  z-index: 100;
}

header .header-logo img {
  width: 100%;
  height: 100%;
}

header .header-logo .menu {
  display: none;
  margin: 5px 10px 10px 20px;
  float: right;
}

header .header-logo .menu button {
  background-color: transparent;
  border: none;
}

header .header-base {
  z-index: 10;
  position: absolute;
  left: 48px;
  top: 200px;
  background: #FCFCFC;
  border-radius: 5px;
  height: 650px;
  width: 785px;
}

header .header-base .header-base-container {
  display: flex;
  flex-wrap: nowrap;
}

header .header-base .header-base-container .base-call {
  flex: 5%;
  margin-right: 21px;
}

header .header-base .header-base-container .base-call .mobile-header-chat-btn {
  display: none;
}

header .header-base .header-base-container .base-features {
  flex: 95%;
}

header .header-base .header-base-container .base-features .mobile-header-btn {
  display: none;
}

header .header-base .header-base-container .base-features .mobile-header-mng-listing-btn {
  display: none;
}

header .header-base .header-base-container .base-features .header-features {
  margin-top: 20px;
}

header .header-base .header-base-container .base-features .header-features label {
  display: block;
  text-align: left;
  font-size: 18px;
}

header .header-base .header-base-container .base-features .header-features label i {
  margin-right: 15px;
}

header .header-base .header-base-container .base-features .header-features span {
  font-size: 18px;
  font-family: sans-serif;
  color: #BC2130;
}

header .header-base .header-base-container .base-features .header-features .fourninenine {
  color: #000000;
}

header .header-base .header-base-container .base-features span {
  font-family: 'Merriweather', serif;
  font-size: 38px;
  font-style: normal;
  font-weight: bold;
  color: #091638;
  color: #3ba55d;
}

header .header-base .header-base-container .base-features p {
  margin: 10px 0 30px 20px;
  font-weight: 700;
  font-size: 18px;
}

header .header-base .header-base-container .base-features p span {
  margin-left: 10px;
  font-size: 18px;
}

header .header-base .header-base-container .base-features p i {
  margin-right: 10px;
  position: relative;
  top: 10px;
}

header .header-base .header-base-container .base-features .base-button {
  margin-top: 59px;
}

header .header-base .header-base-container .base-features .base-button a {
  display: block;
  width: 672px;
  padding: 20px;
  border: 1px solid #328C4F;
  background-color: #328C4F;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}

.header-call-icon {
  margin-left: 35px;
}

.hero-nav {
  list-style: none;
  margin-top: 56px;
}

.hero-nav .first-nav {
  margin-left: 30px;
}

.hero-nav .last-nav {
  margin-right: 25px;
}

.hero-nav li {
  display: inline-block;
  margin-left: 40px;
  font-size: 16px;
}

.hero-nav li button {
  border: 1px solid #328C4F;
  font-size: 14px;
}

.hero-nav li .mng-lstng-btn {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  transition: background-color 0.4s;
  font-size: 14px;
}

.hero-nav li .mng-lstng-btn:hover {
  background-color: rgba(238, 238, 238, 0.068);
}

.hero-nav li .search-listing-btn {
  border: 1px solid #FFFFFF;
  padding: 10px 13px;
  margin-right: 0;
}

.hero-nav .nav-btn {
  margin-left: 5px;
}

.hero-nav .search-nav {
  margin-left: 5px;
}

.center {
  margin: 0 auto;
  clear: both;
}

.mobile-header-socials {
  display: none;
  margin: 10% auto 0 auto;
}

.mobile-header-socials .mobile-socials {
  text-align: center;
}

.mobile-header-socials .mobile-socials li {
  display: inline-block;
}

.mobile-header-socials .mobile-socials span {
  color: #328C4F;
  font-weight: bold;
  font-size: 20px;
  line-height: 50px;
  font-family: 'Merriweather';
  margin-right: 20px;
}

.mobile-header-socials .mobile-socials a img {
  filter: invert(43%) sepia(14%) saturate(1784%) hue-rotate(87deg) brightness(102%) contrast(89%);
}

.mobile-why-us {
  display: none;
}

.why-us {
  margin: 90px 80px 0 0;
}

.why-us .why-us-child {
  display: flex;
}

.why-us .why-us-child .why-us-left {
  flex: 40%;
  margin-right: 50px;
}

.why-us .why-us-child .why-us-left .left-head {
  margin-bottom: 80px;
  position: relative;
  z-index: -1;
}

.why-us .why-us-child .why-us-left .left-head .green-box {
  background-color: #328C4F;
  border: 1px solid #328C4F;
  height: 484px;
  width: 399px;
  background-image: url("../../resources/imgs/green-rectangle.svg");
  z-index: 0;
}

.why-us .why-us-child .why-us-left .left-head img {
  z-index: 1;
  position: absolute;
  left: 138px;
  top: 90px;
  width: 431px;
  height: 337px;
}

.why-us .why-us-child .why-us-left .why-paragraph {
  width: 450px;
  justify-content: center;
  margin: 0 auto;
}

.why-us .why-us-child .why-us-left .why-paragraph p {
  margin-bottom: 50px;
  font-size: 17px;
  font-weight: 400;
  color: #091638;
}

.why-us .why-us-child .why-us-left .why-paragraph p span {
  font-size: 17px;
  font-family: sans-serif;
}

.why-us .why-us-child .why-us-left .why-paragraph p .future {
  color: #BC2130;
  font-weight: 700;
}

.why-us .why-us-child .why-us-left .why-paragraph button {
  margin-top: 30px;
}

.why-us .why-us-child .why-us-right {
  flex: 60%;
  color: #151515;
}

.why-us .why-us-child .why-us-right .social-links {
  margin-top: 50px;
}

.why-us .why-us-child .why-us-right .social-links .social-links-child {
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  background-color: #F6F6F6;
  padding: 1px;
  color: #000000;
  margin-right: 80px;
}

.why-us .why-us-child .why-us-right .social-links .social-links-child a {
  color: #000000;
}

.why-us .why-us-child .why-us-right .welcome-paragraph > p {
  margin-top: 40px;
  width: 90%;
}

.why-us .why-us-child .why-us-right .welcome-paragraph > p span {
  color: #3ba55d;
  font-weight: 600;
}

.why-us .why-us-child .why-us-right .model-lst > div {
  border: 1px solid #F3F3FA;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 30px;
}

.why-us .why-us-child .why-us-right .model-lst > div h6 {
  font-size: 22px;
}

.why-us .why-us-child .why-us-right .model-lst > div h6 i {
  margin-right: 20px;
}

.why-us .why-us-child .why-us-right .model-lst > div p {
  margin: 20px 0 0 40px;
}

.about {
  text-align: center;
  margin: 180px 142px;
  color: #091638;
}

.about .about-us {
  margin-bottom: 50px;
}

.about span {
  font-weight: 700;
}

.about p {
  margin: 50px 145px;
}

.about h2 {
  margin-bottom: 52px;
}

.about .about-btn {
  margin-bottom: 60px;
}

.about .about-fsbo {
  font-size: 20px;
  font-style: italic;
  color: #000000;
  display: flex;
}

.about .about-fsbo .about-col {
  flex: 33.33%;
  margin: 20px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  padding-top: 30px;
}

.about .about-fsbo .about-col p {
  margin: 50px 20px;
}

.listings {
  margin: 90px 200px;
}

.listings .listings-subheading {
  position: relative;
  z-index: -1;
  /* margin: 20px 350px 20px -10px; */
  margin: 20px 300px 50px -15px;
  color: #091638;
  font-size: 18px;
}

.listings .listings-btn-ghost {
  /* margin: 20px 10px 20px 350px; */
  margin-right: 50px;
  float: right;
  position: relative;
}

.listings .listings-btn-ghost .btn-ghost {
  background-color: #FFFFFF;
  color: #328C4F;
  border: 2px solid #328C4F;
  padding-right: 50px;
  padding-left: 50px;
}

ol.carousel-indicators li,
ol.carousel-indicators li.active {
  float: left;
  width: 10%;
  margin: 0;
  height: 4px;
  border-radius: 0;
  background: #ebebeb;
}

ol.carousel-indicators li.active {
  background: #3ba55d;
}

.carousel {
  padding-top: 100px;
  width: 1700px;
}

.carousel-slider {
  overflow: hidden;
  /* & .carousel-control.left {
    right: -100px;
  } */
}

.carousel-slider .carousel-indicators {
  top: 20px;
}

.carousel-slider .carousel-control.left,
.carousel-slider .carousel-control.right {
  background: transparent;
  width: 50px;
  height: 50px;
  bottom: 200px;
}

.carousel-slider .carousel-control.right {
  left: 100px;
}

.carousel-slider .carousel-inner {
  width: 90%;
}

.carousel-slider a:hover {
  border-bottom: none;
}

.carousel-inner > .item.next,
.carousel-inner > .item.active.right {
  transform: translate3d(25%, 0, 0);
}

.carousel-inner > .item.prev,
.carousel-inner > .item.active.left {
  transform: translate3d(-25%, 0, 0);
}

.carousel-inner {
  z-index: -1;
}

.items {
  float: left;
  position: relative;
  width: 25%;
  height: auto;
}

.items .sold-items {
  border: 1px solid #F3F3FA;
  margin-right: 10px;
}

.items .sold-items img {
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 15px;
  height: 250px;
  width: auto;
}

.items .sold-items h5 {
  width: 60%;
  margin-bottom: 25px;
}

.items .sold-items p {
  font-weight: 700;
  color: #3ba55d;
  font-size: 17px;
  margin-bottom: 5px;
}

.items .sold-items span {
  color: #141B2D;
  font-size: 17px;
}

.glyphicon {
  color: #328C4F;
  font-size: 50px;
}

.mobile-listings {
  display: none;
}

.testimonials {
  margin: 135px 165px;
}

.testimonials .testimonials-lst {
  display: flex;
}

.testimonials .testimonials-lst .testimonial-flex {
  flex: 50%;
}

.testimonials .testimonials-lst .testimonial-flex .test-child {
  margin: 30px auto;
  border: 1px solid #F6F6F6;
  background-color: #F6F6F6;
  padding: 40px 30px 40px 40px;
}

.testimonials .testimonials-lst .testimonial-flex .test-child p {
  font-size: 17px;
  line-height: 150%;
}

.testimonials .testimonials-lst .testimonial-flex .test-child h5 {
  margin-top: 30px;
  color: #000000;
  font-size: 22px;
}

.testimonials .testimonials-lst .testimonial-flex .test-child .test-location {
  color: #328C4F;
  font-weight: 600;
  font-size: 20px;
  font-family: 'Merriweather';
}

.testimonials .testimonials-lst .left {
  margin-right: 50px;
}

.testimonials .testimonials-btn {
  text-align: center;
  margin-top: 75px;
}

.testimonials .testimonials-btn button {
  padding: 15px 40px;
}

.subscription {
  background-color: #F6F6F6;
  padding: 100px;
}

.subscription .subscription-form {
  margin-top: 25px;
}

.subscription .subscription-form input[type="submit"] {
  background-color: #FFFFFF;
  border-radius: 5px;
  border: 2px solid #328C4F;
  padding: 14px 17px;
  font-weight: bold;
  color: #328C4F;
  border: 2px solid #328C4F;
  margin-left: 20px;
}

footer {
  margin: 90px 160px;
}

footer .footer-first .footer-logo {
  float: left;
  margin-top: -15px;
}

footer .footer-first .footer-btn {
  float: right;
  margin-top: -17px;
}

footer .footer-first .footer-nav {
  list-style: none;
  margin: 50px;
}

footer .footer-first .footer-nav li {
  display: inline-block;
  margin-left: 40px;
  font-size: 16px;
  margin-left: 60px;
}

footer .footer-first .footer-nav li :link, footer .footer-first .footer-nav li a:visited {
  color: #000000;
}

footer .footer-first .footer-nav li button {
  margin-left: 20px;
}

footer .footer-note {
  color: #091638;
  text-align: center;
  margin: 0 100px 50px 100px;
}

footer .footer-note .footer-socials {
  margin: 50px 0 50px 400px;
}

footer .footer-note p {
  margin-bottom: 30px;
  font-size: 15px;
}

footer .footer-rights {
  text-align: center;
  color: #091638;
  font-size: 18px;
}

.faq {
  margin: 135px 165px;
}

.faq a {
  color: #328C4F !important;
}

.gallery-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.gallery-img {
  max-width: 18%;
  min-width: 250px;
  margin: 10px;
}

.gallery-img img {
  max-height: 100%;
  margin: auto;
  width: auto;
  width: 100%;
}
