﻿@import "https://fonts.googleapis.com/css2?family=Playfair+Display&family=Raleway:wght@300;400;600&display=swap";
@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";
.md-custom-code,
#app,
main {
  background-color: rgba(0, 0, 0, 0) !important;
}
.mg-container {
  max-width: 100% !important;
  width: 100% !important;
}
.md-form {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.visible-after-animation {
  opacity: 1 !important;
}
[class*="fade-"] {
  opacity: 0;
  will-change: opacity, transform;
  animation-play-state: paused;
  backface-visibility: hidden;
  perspective: 1000px;
  animation-fill-mode: forwards !important;
}
[class*="fade-"].fade-in,
[class*="fade-"][class$="-active"] {
  animation-play-state: running;
  animation-duration: var(--anim-duration, 0.8s);
  animation-delay: var(--anim-delay, 0s);
  animation-timing-function: var(
    --anim-easing,
    cubic-bezier(0.25, 0.1, 0.25, 1)
  );
  animation-fill-mode: forwards !important;
}
.fade-in {
  animation-name: fadeIn;
}
.fade-up,
.fade-up-active {
  animation-name: fadeUp;
}
.fade-down,
.fade-down-active {
  animation-name: fadeDown;
}
.fade-left,
.fade-left-active {
  animation-name: fadeLeft;
}
.fade-right,
.fade-right-active {
  animation-name: fadeRight;
}
.fade-scale,
.fade-scale-active {
  animation-name: fadeScale;
}
.fade-scale-up,
.fade-scale-up-active {
  animation-name: fadeScaleUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeScale {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeScaleUp {
  0% {
    opacity: 0;
    transform: scale(0.9) translateY(30px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
.delay-100 {
  --anim-delay: 0.1s;
}
.delay-200 {
  --anim-delay: 0.2s;
}
.delay-300 {
  --anim-delay: 0.3s;
}
.delay-400 {
  --anim-delay: 0.4s;
}
.delay-500 {
  --anim-delay: 0.5s;
}
.delay-800 {
  --anim-delay: 0.8s;
}
.delay-1000 {
  --anim-delay: 1s;
}
.duration-300 {
  --anim-duration: 0.3s;
}
.duration-500 {
  --anim-duration: 0.5s;
}
.duration-800 {
  --anim-duration: 0.8s;
}
.duration-1000 {
  --anim-duration: 1s;
}
.duration-1500 {
  --anim-duration: 1.5s;
}
.duration-2000 {
  --anim-duration: 2s;
}
.ease-linear {
  --anim-easing: linear;
}
.ease-in {
  --anim-easing: cubic-bezier(0.42, 0, 1, 1);
}
.ease-out {
  --anim-easing: cubic-bezier(0, 0, 0.58, 1);
}
.ease-in-out {
  --anim-easing: cubic-bezier(0.42, 0, 0.58, 1);
}
.ease-bounce {
  --anim-easing: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
@media (prefers-reduced-motion: reduce) {
  [class*="fade-"] {
    transition: opacity 0.1s ease-in-out !important;
    animation: none !important;
    transform: none !important;
  }
  .fade-in,
  [class*="fade-"][class$="-active"] {
    opacity: 1;
  }
}
.lazy {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.lazy.fade-in {
  opacity: 1;
}
body {
  margin: 0;
  padding: 0;
}
body .cherieYoung-main {
  width: 100%;
  opacity: 1 !important;
}
body .cherieYoung-main .neptune {
  width: 100%;
  position: relative;
}
body .cherieYoung-main .neptune h1 {
  font-family: "Playfair Display", serif;
  font-size: 3.5rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  margin-top: -10px;
  line-height: 95%;
}
@media (max-width: 1200px) {
  body .cherieYoung-main .neptune h1 {
    font-size: 3rem;
  }
}
@media (max-width: 800px) {
  body .cherieYoung-main .neptune h1 {
    font-size: 2.5rem;
  }
}
body .cherieYoung-main .neptune h2 {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
}
.neptune > section.featured-lifestyles > div > div.featured-tiles > a > span > h2 {
  background: rgba(0, 0, 0, 0.25);
    transition: 0.5s;
    z-index: 0;
    border-radius: 5px;
    padding: 10px;
}
@media (max-width: 1200px) {
  body .cherieYoung-main .neptune h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 800px) {
  body .cherieYoung-main .neptune h2 {
    font-size: 2rem;
  }
}
body .cherieYoung-main .neptune h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 1200px) {
  body .cherieYoung-main .neptune h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 800px) {
  body .cherieYoung-main .neptune h3 {
    font-size: 1rem;
  }
}
body .cherieYoung-main .neptune p {
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  color: #000;
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
}
body .cherieYoung-main .neptune .background-content {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  filter: brightness(0.8);
  background-position: center;
  background-size: cover;
}
@media (max-width: 1200px) {
  body .cherieYoung-main .neptune .background-content {
    background-size: cover;
  }
  body .cherieYoung-main .neptune .background-content iframe {
    display: none !important;
  }
}
body .cherieYoung-main .neptune .hero {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
@media (max-width: 320px) {
  body .cherieYoung-main .neptune .hero {
    height: 110vh;
  }
}
body .cherieYoung-main .neptune .hero .bottom-cta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  background-color: rgba(0, 0, 0, 0.5);
  gap: 30px;
}
body .cherieYoung-main .neptune .hero .bottom-cta a {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  letter-spacing: 2px;
  font-size: 1rem;
  position: relative;
}
@media (max-width: 800px) {
  body .cherieYoung-main .neptune .hero .bottom-cta a {
    text-align: left !important;
    width: 100% !important;
    margin: auto;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 0px !important;
    font-size: 0.8rem;
  }
}
body .cherieYoung-main .neptune .hero .bottom-cta a:first-of-type {
  width: 60%;
  border-right: 1px solid #fff;
  text-align: center;
}
@media (max-width: 800px) {
  body .cherieYoung-main .neptune .hero .bottom-cta {
    flex-direction: column;
    gap: 0px;
  }
}
body .cherieYoung-main .neptune .hero .hero-content .hero-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  gap: 30px;
}
@media (max-width: 800px) {
  body .cherieYoung-main .neptune .hero .hero-content .hero-cta {
    flex-direction: column;
    gap: 10px;
  }
}
body .cherieYoung-main .neptune .hero .hero-content .hero-cta a {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
  padding: 1rem 2rem;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  position: relative;
}
body .cherieYoung-main .neptune .hero .hero-content .hero-cta a:hover {
  background-color: rgb(15, 159, 172);
}
body .cherieYoung-main .neptune .hero .hero-content .hero-cta a:hover span {
  color: #000;
  transition: 0.5s;
}
body .cherieYoung-main .neptune .hero .hero-content .hero-cta a span {
  font-weight: bold;
  color: rgb(15, 159, 172);
  transition: 0.5s;
}
@media (max-width: 800px) {
  body .cherieYoung-main .neptune .hero .hero-content .hero-cta a {
    font-size: 1.5rem;
    width: 90%;
    margin: auto;
    padding-left: 5px;
    padding-right: 5px;
  }
}
body .cherieYoung-main .neptune .welcome {
  padding: 60px 0;
  background-color: #fff;
  position: relative;
}
@media (max-width: 800px) {
  body .cherieYoung-main .neptune .welcome {
    padding: 30px 0;
  }
}
body .cherieYoung-main .neptune .welcome .welcome-content {
  max-width: 1500px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 60px;
  padding: 0 30px;
}
body .cherieYoung-main .neptune .welcome .welcome-content h1 {
  padding-bottom: 15px;
}
body .cherieYoung-main .neptune .welcome .welcome-content h1,
body .cherieYoung-main .neptune .welcome .welcome-content p {
  color: #000;
  text-align: left;
  margin-bottom: 15px;
}
body .cherieYoung-main .neptune .welcome .welcome-content div {
  width: 50%;
}
body .cherieYoung-main .neptune .welcome .welcome-content img {
  width: 100%;
}
body .cherieYoung-main .neptune .welcome .welcome-content .toggle-button {
  font-family: "Poppins", sans-serif;
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid rgb(15, 159, 172);
  color: #000;
  padding: 0.7rem 1.5rem;
  border-radius: 4px;
  cursor: pointer;
  margin: 1rem 0;
  position: relative;
  transition: all 0.3s ease;
  font-weight: 500;
}
body .cherieYoung-main .neptune .welcome .welcome-content .toggle-button::after {
  content: "▼";
  display: inline-block;
  margin-left: 8px;
  transition: transform 0.3s ease;
  font-size: 0.75em;
}
body .cherieYoung-main .neptune .welcome .welcome-content .toggle-button:hover {
  background-color: rgb(15, 159, 172);
  color: #000;
}
body
  .cherieYoung-main
  .neptune
  .welcome
  .welcome-content
  .toggle-button.expanded::after {
  transform: rotate(180deg);
}
body .cherieYoung-main .neptune .welcome .welcome-content .read-more {
  overflow: hidden;
  transition: height 0.5s ease, opacity 0.5s ease;
  height: 0;
  opacity: 0;
  width: 100%;
}
body .cherieYoung-main .neptune .welcome .welcome-content .read-more p {
  margin-bottom: 1rem;
}
body .cherieYoung-main .neptune .welcome .welcome-content .read-more.expanded {
  height: auto;
  opacity: 1;
}
body .cherieYoung-main .neptune .welcome .welcome-content .welcome-cta {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-top: 2rem;
  gap: 30px;
  width: 100%;
}
body .cherieYoung-main .neptune .welcome .welcome-content .welcome-cta a {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
  padding: 1rem 2rem;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  position: relative;
}
body .cherieYoung-main .neptune .welcome .welcome-content .welcome-cta a:hover {
  background-color: rgb(15, 159, 172);
}
body .cherieYoung-main .neptune .welcome .welcome-content .welcome-cta a:hover span {
  color: #000;
  transition: 0.5s;
}
body .cherieYoung-main .neptune .welcome .welcome-content .welcome-cta a span {
  font-weight: bold;
  color: rgb(15, 159, 172);
  transition: 0.5s;
}
@media (max-width: 1000px) {
  body .cherieYoung-main .neptune .welcome .welcome-content .welcome-cta {
    justify-content: center;
  }
}
@media (max-width: 786px) {
  body .cherieYoung-main .neptune .welcome .welcome-content .welcome-cta {
    flex-direction: column;
    gap: 10px;
  }
  body .cherieYoung-main .neptune .welcome .welcome-content .welcome-cta a {
    font-size: 1.5rem;
    width: 80%;
    margin: auto;
    max-width: 200px;
  }
}
@media (max-width: 1200px) and (min-width: 801px) {
  body .cherieYoung-main .neptune .welcome .welcome-content .welcome-cta {
    margin-right: -50vw;
    width: fit-content;
  }
}
@media (max-width: 800px) {
  body .cherieYoung-main .neptune .welcome .welcome-content {
    flex-direction: column;
    gap: 30px;
  }
  body .cherieYoung-main .neptune .welcome .welcome-content div:last-of-type {
    width: 100%;
    order: 1;
  }
  body .cherieYoung-main .neptune .welcome .welcome-content div:first-of-type {
    width: 100%;
    order: 2;
  }
}
body .cherieYoung-main .neptune .featured-lifestyles,
body .cherieYoung-main .neptune .featured-areas {
  padding-bottom: 2px;
  background-color: #fff;
}
body
  .cherieYoung-main
  .neptune
  .featured-lifestyles
  .featured-content
  .featured-header,
body .cherieYoung-main .neptune .featured-areas .featured-content .featured-header {
  padding-top: 30px;
  padding-bottom: 30px;
}
body
  .cherieYoung-main
  .neptune
  .featured-lifestyles
  .featured-content
  .featured-header
  h1,
body
  .cherieYoung-main
  .neptune
  .featured-areas
  .featured-content
  .featured-header
  h1 {
  color: #000;
}
body
  .cherieYoung-main
  .neptune
  .featured-lifestyles
  .featured-content
  .featured-tiles,
body .cherieYoung-main .neptune .featured-areas .featured-content .featured-tiles {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  gap: 2px;
}
body
  .cherieYoung-main
  .neptune
  .featured-lifestyles
  .featured-content
  .featured-tiles
  .tile.large,
body
  .cherieYoung-main
  .neptune
  .featured-areas
  .featured-content
  .featured-tiles
  .tile.large {
  width: 99%;
}
body
  .cherieYoung-main
  .neptune
  .featured-lifestyles
  .featured-content
  .featured-tiles
  .tile{
  /* width: 33%; */
  display: flex;
  /* justify-content: center;
  align-items: center; */
  flex-direction: column;
  position: relative;
  flex: 1 1 33%;
  box-sizing: border-box;
  align-self: stretch;
  /* min-height: 360px; */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  justify-content: center;
  z-index: 1;
  padding: 15px 0;
  min-height: 500px;
}
body
  .cherieYoung-main
  .neptune
  .featured-areas
  .featured-content
  .featured-tiles
  .tile {
  /* width: 33%; */
  display: flex;
  /* justify-content: center;
  align-items: center; */
  flex-direction: column;
  position: relative;
  flex: 1 1 33%;
  box-sizing: border-box;
  align-self: stretch;
  /* min-height: 360px; */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  justify-content: center;
  z-index: 1;
  padding: 15px 0;
  min-height: 700px;
}
body
  .cherieYoung-main
  .neptune
  .featured-lifestyles
  .featured-content
  .featured-tiles
  .tile-small {
  /* width: 33%; */
  display: flex;
  /* justify-content: center;
  align-items: center; */
  flex-direction: column;
  position: relative;
  flex: 1 1 24%;
  box-sizing: border-box;
  align-self: stretch;
  min-height: 360px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  justify-content: center;
  z-index: 1;
  padding: 15px 0;
  min-height: 600px;
}
body
  .cherieYoung-main
  .neptune
  .featured-lifestyles
  .featured-content
  .featured-tiles
  .tile:hover::before
/* body
  .cherieYoung-main
  .neptune
  .featured-areas
  .featured-content
  .featured-tiles
  .tile:hover::before  */ {
  background-color: rgba(0, 0, 0, 0);
  transition: 0.5s;
}
body
  .cherieYoung-main
  .neptune
  .featured-lifestyles
  .featured-content
  .featured-tiles
  .tile::before,
body
  .cherieYoung-main
  .neptune
  .featured-areas
  .featured-content
  .featured-tiles
  .tile::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  z-index: 2;
}
@media (max-width: 800px) {
  body
    .cherieYoung-main
    .neptune
    .featured-lifestyles
    .featured-content
    .featured-tiles
    .tile::before,
  body
    .cherieYoung-main
    .neptune
    .featured-areas
    .featured-content
    .featured-tiles
    .tile::before {
      display: none;
  }
}
body
  .cherieYoung-main
  .neptune
  .featured-lifestyles
  .featured-content
  .featured-tiles
  .tile
  img,
body
  .cherieYoung-main
  .neptune
  .featured-areas
  .featured-content
  .featured-tiles
  .tile
  img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
body
  .cherieYoung-main
  .neptune
  .featured-lifestyles
  .featured-content
  .featured-tiles
  .tile
  span,
body
  .cherieYoung-main
  .neptune
  .featured-areas
  .featured-content
  .featured-tiles
  .tile
  span {
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  z-index: 11;
  /* margin-top: -0.5rem; */
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  top: auto;
  left: auto;
}
/* .neptune > section.featured-areas > div > div.featured-tiles > div:nth-child(3) > span > h2{
  margin-bottom: 20px!important;
} */
@media (max-width: 1200px) {
  body
    .cherieYoung-main
    .neptune
    .featured-lifestyles
    .featured-content
    .featured-tiles
    .tile,
  body
    .cherieYoung-main
    .neptune
    .featured-areas
    .featured-content
    .featured-tiles
    .tile {
    flex: 0 0 49%;
    min-height: 500px;
  }
    body
    .cherieYoung-main
    .neptune
    .featured-areas
    .featured-content
    .featured-tiles
    .tile:last-child {
    flex: 0 0 100%;
    min-height: 400px;
  }
}
@media (max-width: 800px) {
  body
    .cherieYoung-main
    .neptune
    .featured-lifestyles
    .featured-content
    .featured-tiles
    .tile,
  body
    .cherieYoung-main
    .neptune
    .featured-areas
    .featured-content
    .featured-tiles
    .tile {
    flex: 0 0 100%;
    min-height: 350px;
  }
}
/* @media (max-width: 600px) {
  body
    .cherieYoung-main
    .neptune
    .featured-lifestyles
    .featured-content
    .featured-tiles
    .tile,
  body
    .cherieYoung-main
    .neptune
    .featured-areas
    .featured-content
    .featured-tiles
    .tile {
    min-height: 350px;
  }
} */
body
  .cherieYoung-main
  .neptune
  .featured-lifestyles
  .featured-content
  .featured-tiles
  .tile
  span
  .link-group,
body
  .cherieYoung-main
  .neptune
  .featured-areas
  .featured-content
  .featured-tiles
  .tile
  span
  .link-group {
    /* flex-wrap: wrap;
    display: flex;
    justify-content: center;
    gap: 5px;*/
    padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(194px, 32%));
  gap: 5px;
  width: 100%;
  justify-content: center;
  }
  .cherieYoung-main .neptune .featured-areas .featured-content .featured-tiles .tile span .tile-link{
    margin-top: 20px;
  }
  .cherieYoung-main .neptune > .featured-areas > div > div.featured-tiles > div > span > div.link-group {
    margin-top: 20px;
    flex-wrap: wrap!important;
    display: flex!important;
    justify-content: center!important;
    width: 90%!important;
    gap: 5px;
  }
  @media (max-width: 450px) {
    .neptune > section.featured-areas > div > div.featured-tiles > div:nth-child(2) > span > div.link-group {
      width: 95%!important;
    }

  }
  .neptune > section.featured-areas > div > div.featured-tiles > div:nth-child(2) > span > h2,
  .neptune > section.featured-areas > div > div.featured-tiles > div:nth-child(5) > span > h2 {
    margin-bottom: 40px;
  }
body
  .cherieYoung-main
  .neptune
  .featured-lifestyles
  .featured-content
  .featured-tiles
  .tile
  span
  .tile-link,
body
  .cherieYoung-main
  .neptune
  .featured-areas
  .featured-content
  .featured-tiles
  .tile
  span
  .tile-link {
  font-family: "Poppins", sans-serif;
  color: #fff;
  padding: 12px;
  border-radius: 15px;
  transition: 0.3s;
  font-size: 20px;
  text-align: center;
  height: fit-content;
}
body
  .cherieYoung-main
  .neptune
  .featured-areas
  .featured-content
  .featured-tiles
  .tile
  span
  .tile-link:hover {
  background-color: rgba(15, 159, 172, 1);
}
body .cherieYoung-main .neptune .home-worth,
body .cherieYoung-main .neptune .sold-listings {
  padding: 10vw 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 800px) {
  body .cherieYoung-main .neptune .home-worth,
  body .cherieYoung-main .neptune .sold-listings {
    padding: 0;
  }
}
body .cherieYoung-main .neptune .home-worth .banner-content,
body .cherieYoung-main .neptune .sold-listings .banner-content {
  border: 2px solid rgba(0, 0, 0, 0);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 60px;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 60px;
  transition: 0.5s;
}
body .cherieYoung-main .neptune .home-worth .banner-content img,
body .cherieYoung-main .neptune .sold-listings .banner-content img {
  width: 100px;
}
body .cherieYoung-main .neptune .home-worth .banner-content:hover,
body .cherieYoung-main .neptune .sold-listings .banner-content:hover {
  border: 2px solid rgb(15, 159, 172);
  transition: 0.5s;
}
@media (max-width: 800px) {
  body .cherieYoung-main .neptune .home-worth .banner-content,
  body .cherieYoung-main .neptune .sold-listings .banner-content {
    gap: 30px;
    padding: 30px 15px;
    width: 100%;
  }
}
body .cherieYoung-main .neptune .home-worth .banner-content a,
body .cherieYoung-main .neptune .sold-listings .banner-content a {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
  padding: 1rem 2rem;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  position: relative;
}
@media (max-width: 800px) {
  body .cherieYoung-main .neptune .home-worth .banner-content a,
  body .cherieYoung-main .neptune .sold-listings .banner-content a {
    font-size: 1.5rem;
    width: 80%;
    margin: auto;
    padding-left: 5px;
    padding-right: 5px;
    max-width: 200px;
  }
}
body .cherieYoung-main .neptune .home-worth .banner-content a:hover,
body .cherieYoung-main .neptune .sold-listings .banner-content a:hover {
  background-color: rgb(15, 159, 172);
}
body .cherieYoung-main .neptune .home-worth .banner-content a:hover span,
body .cherieYoung-main .neptune .sold-listings .banner-content a:hover span {
  color: #000;
  transition: 0.5s;
}
body .cherieYoung-main .neptune .home-worth .banner-content a span,
body .cherieYoung-main .neptune .sold-listings .banner-content a span {
  font-weight: bold;
  color: rgb(15, 159, 172);
  transition: 0.5s;
}
body .cherieYoung-main .neptune .stats {
  padding: 8vw 0;
  background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 800px) {
  body .cherieYoung-main .neptune .stats {
    padding: 50px 15px;
  }
}
body .cherieYoung-main .neptune .stats .stats-content {
  max-width: 1500px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 60px;
}
body .cherieYoung-main .neptune .stats .stats-content > h1 {
  width: 100%;
}
body .cherieYoung-main .neptune .stats .stats-content > div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  padding: 0 30px;
}
body .cherieYoung-main .neptune .stats .stats-content .stat {
  width: 30%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 1200px) {
  body .cherieYoung-main .neptune .stats .stats-content .stat {
    width: 50%;
  }
}
@media (max-width: 800px) {
  body .cherieYoung-main .neptune .stats .stats-content .stat {
    width: 100%;
  }
}
body .cherieYoung-main .neptune .stats .stats-content a {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
  padding: 1rem 2rem;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  position: relative;
}
@media (max-width: 800px) {
  body .cherieYoung-main .neptune .stats .stats-content a {
    font-size: 1.5rem;
    width: 80%;
    margin: auto;
    padding-left: 5px;
    padding-right: 5px;
    max-width: 250px;
  }
}
body .cherieYoung-main .neptune .stats .stats-content a:hover {
  background-color: #0f9fac;
}
body .cherieYoung-main .neptune .stats .stats-content a:hover span {
  color: #000;
  transition: 0.5s;
}
body .cherieYoung-main .neptune .stats .stats-content a span {
  font-weight: bold;
  color: rgb(15, 159, 172);
  transition: 0.5s;
}
body .cherieYoung-main .neptune .socials {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0px;
}
body .cherieYoung-main .neptune .socials h1 {
  padding-top: 30px;
  color: #000;
}
body .cherieYoung-main .neptune .socials h3 {
  color: #000;
}
body .cherieYoung-main .neptune .socials .social-feed {
  padding: 60px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
body .cherieYoung-main .neptune .contact {
  padding: 4vw 30px;
  /* background-color: rgba(0, 0, 0, 0.3); */
}
body .cherieYoung-main .neptune .contact .contact-content {
  max-width: 1800px;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: start;
  gap: 20px;
}
@media (max-width: 800px) {
  body .cherieYoung-main .neptune .contact .contact-content {
    flex-direction: column;
    gap: 30px;
  }
}
body .cherieYoung-main .neptune .contact .contact-content > div {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 15px;
}
@media (max-width: 800px) {
  body .cherieYoung-main .neptune .contact .contact-content > div {
    width: 100% !important;
  }
  body .cherieYoung-main .neptune .contact .contact-content > .contact-info{
    display: none;
  }
}
body
  .cherieYoung-main
  .neptune
  .contact
  .contact-content
  .contact-info
  img:first-of-type {
  max-width: 100px;
  margin-bottom: 10px;
}
body
  .cherieYoung-main
  .neptune
  .contact
  .contact-content
  .contact-info
  img:last-of-type {
  max-width: 700px;
  width: 100%;
}
body .cherieYoung-main .neptune .contact .contact-content .contact-info a {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  letter-spacing: 2px;
  font-family: "Poppins", sans-serif;
}
body
  .cherieYoung-main
  .neptune
  .contact
  .contact-content
  .contact-form
  .contact-form-inject {
  width: 100%;
}
body .cherieYoung-main .neptune .buyer-seller {
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  position: relative;
}
body .cherieYoung-main .neptune .buyer-seller::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
body .cherieYoung-main .neptune .buyer-seller .buyer-seller-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1500px;
  margin: auto;
  gap: 30px;
  z-index: 1;
  position: relative;
}
body
  .cherieYoung-main
  .neptune
  .buyer-seller
  .buyer-seller-content
  .buyer-seller-item {
  padding-top: 60px;
  padding-bottom: 60px;
  width: calc(33% - 60px);
  text-align: center;
}
body
  .cherieYoung-main
  .neptune
  .buyer-seller
  .buyer-seller-content
  .buyer-seller-item
  img{
    max-width: 100px;
  }
body
  .cherieYoung-main
  .neptune
  .buyer-seller
  .buyer-seller-content
  .buyer-seller-item
  h2 {
  margin-top: 10px;
  color: #fff;
}
body
  .cherieYoung-main
  .neptune
  .buyer-seller
  .buyer-seller-content
  .buyer-seller-item
  p {
  color: #fff;
  margin-top: 30px;
}
body
  .cherieYoung-main
  .neptune
  .buyer-seller
  .buyer-seller-content
  .buyer-seller-item
  a {
  text-align: center;
  font-family: "Poppins", sans-serif;
  background-color: #009ca6;
  border: 1px solid #009ca6;
  border-radius: 40px;
  display: inline-block;
  color: #fff !important;
  text-transform: uppercase;
  padding: 9px 45px 8px 45px;
  transition: 0.5s;
  margin-top: 25px;
  font-weight: 400;
}

body
  .cherieYoung-main
  .neptune
  .buyer-seller
  .buyer-seller-content
  .buyer-seller-item
  a:hover {
  background-color: #EF3A87;
  border: 1px solid #EF3A87;
}

@media (max-width: 1200px) {
  body
    .cherieYoung-main
    .neptune
    .buyer-seller
    .buyer-seller-content
    .buyer-seller-item {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 90%;
    margin: auto;
  }
}
@media (max-width: 1200px) {
  body .cherieYoung-main .neptune .buyer-seller .buyer-seller-content {
    flex-direction: column;
    gap: 0px;
  }
}

/*///////////////////////////  non template///////////////////////////////////////////////////*/
/*///////////////////////////  non template///////////////////////////////////////////////////*/
/*///////////////////////////  non template///////////////////////////////////////////////////*/
/*///////////////////////////  non template///////////////////////////////////////////////////*/
.black {
  color: #000 !important;
}
.md-header.layout6 .header-container{
      background: linear-gradient(180deg, rgba(25, 25, 25, 0.7) 1.31%, rgba(25, 25, 25, 0.0001) 100%);
}
.md-hero.layout3 .media-content-v2 {
  margin-top: 210px;
}
@media (max-width: 800px) {
  .md-hero.layout3 .media-content-v2 {
    margin-top: -15px;
    gap: 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .md-hero.layout3 .media-content-v2 {
    display: none;
  }
}
.md-header.layout6 .header-container .head-menu>.menu-item, .md-header.layout6 .header-container .head-account>.menu-item
{
  margin: 0 25px;
}
.md-hero.layout3 .media-content-v2 .media-content-box{
  max-width: 800px;
  width: 90%!important;
}
#app > header.md-header.layout6:not(.transparent) .header-container {
  background: #009ca6;
}
.md-hero.layout11 .banner{
  align-items: center;
}
@media (max-width: 800px) {
  .banner{
    align-items: flex-end;
  }

}
.md-hero.layout11 .media-content-v2 .media-content-box{
  position: absolute;
}
.info-form2 .submit-content .submit-box .submit{
  color: #fff;
}
.md-header.layout6 .header-container .head-menu>.menu-item a:not(.icon-more)::before, .md-header.layout6 .header-container .head-account>.menu-item a:not(.icon-more)::before
{
  background-color: #EF3A87;
}
#app > div.md-hero.layout11.banner-with-search-group.mg-bg > div > div.media-content-v2.media-content-search-group.row2column.appear-down.appear-down-enter-to > div.media-content-box > div > div.tab-header > ul > li.option.active{
    border-radius: 15px 15px 0px 0px;
    margin: 0;
}
.search-bar.layout3 .search-by-section .search-category .keyword-submit:hover::after{
  display: none;
}
.banner .single-picture{
  background-attachment: fixed;
}
.md-header.layout6 .header-container .line-wrap{
  border: none;
}
#about{
	padding-top:60px;
	margin-bottom: 30px;
  gap: 5%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
@media (max-width: 1200px) {
  #about{
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 800px) {
  #about{
    margin-bottom: 40px;
  }
}
@media(max-width: 600px) {
  #about{
    padding-top: 20px;
  }

}
#about .inner {
	padding: 0px 40px;
	max-width: 90%;
}
@media(max-width: 800px) {
  #about .inner{
    padding: 0px 20px;
  }
}
#about .lenders {
	max-width: 55%;
	/* filter: invert(1); */
	margin-bottom: 0px;
  min-width: 200px;
}
#about h2::after{
	content: "";
	display:block;
	position: relative;
	border-bottom:1px solid #ccc;
	width: 100px;
	margin-top:20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
#about p{
	text-align: left!important;
  line-height: 1.8;
}
#about > div.half-banner.text-holder > div > a.btn{
  font-family: "Poppins", sans-serif;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 8px;
    font-size: 15px;
    font-weight: 400;
    background-color: #009ca6;
    border: 1px solid #0f9fac;
    color: #fff;
    margin-top: 20px;
    border-radius: 0;
    -webkit-transition: 300ms ease all;
    transition: 300ms ease all;
    padding: 15px;
}
#about > div.half-banner.text-holder > div > a.btn:hover {
    border-color: #EF3A87;
    background-color: #EF3A87;
    color: #fff;
}
#about .half-banner{
    width: 45%;
    text-align: center;
    overflow: hidden;
    padding: 0;
    margin: 0;
    justify-content: center;
    display: flex;
}
@media (max-width: 1200px){
  #about .half-banner{
      width: 100%;
  }
  #about .half-banner:nth-child(2){
      display: none;
  }
}
#design-container #about .logo-filter {
    max-width: 45%;
}
.video-responsive {
    height: auto;
    padding-bottom: 25px;
    position: relative;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 550px;
}
@media (max-width: 800px) {
  .video-responsive {
    min-height: 300px;  }

}
@media (min-width: 800px) {
    #design-container #about.photo-holder .video-responsive {
        padding-right: 60px;
        padding-bottom: 50px;
    }
}
.disclaimer-wrap.opt-in .disclaimer-content{
  font-family: "Poppins", sans-serif;
}
.md-form.layout3 .info-form2 .input-content .v-input.message textarea,
.md-form.layout3 .info-form2 .input-content .basic-info .basic-info-input input{
  color: #000;
}
.md-form.layout3 .info-form2 .input-content .v-input.message textarea:focus,
.md-form.layout3 .info-form2 .input-content .basic-info .basic-info-input input:focus{
  border-color: #000;
}

#app > div.md-hero.layout3.banner-with-search-group.mg-bg > div > div.media-content-v2.media-content-search-group.row2column.appear-down.appear-down-enter-to > div.media-content-box > div{
  background: rgba(0, 0, 0, 0.3);
  transition: 0.5s;
  z-index: 0;
  border-radius: 15px;
  padding: 25px 55px 25px 25px;
}
@media (max-width: 800px) {
  #app > div.md-hero.layout3.banner-with-search-group.mg-bg > div > div.media-content-v2.media-content-search-group.row2column.appear-down.appear-down-enter-to > div.media-content-box > div{
    padding: 25px;
  }
}
.search-bar.layout3 .search-by-section .search-category .keyword .search-input{
  background-color: rgba(255, 255, 255, 0.1);
}
.search-bar.layout3 .search-by-section .search-category .keyword .search-input::placeholder{
  color: #fff;
  font-weight: 500;
}
.search-bar.layout3 .search-by-section .search-category .keyword .search-input{
  border-radius: 10px 0 0 10px;
  color: #fff;
  border: rgba(255, 255, 255, 0.34) solid 1px;
  height: 75px;
}
.search-bar.layout3 .search-by-section .search-category .keyword{
  height: 75px;
}
.search-bar.layout3 .search-by-section .search-category .keyword-submit{
  position: relative;
  padding-left: 15px;
  width: 155px;
  transition: all .2s ease;
  height: 75px;
}
.keyword-submit::before{
  content: "";
      border-bottom: 37px solid transparent;
    border-left: 30px solid #0f9fac;
    border-top: 38px solid transparent;
    height: 0px;
    position: absolute;
    right: -60px;
    top: 0;
    width: 30px;
    z-index: 2;
    transition: all .2s ease;
}
.search-bar.layout3 .search-by-section .search-category .keyword-submit:hover::before{
    /* border-bottom: 30px solid #EF3A87; */
    border-left: 30px solid #EF3A87;
    /* border-top: 30px solid #EF3A87; */
}
.search-bar.layout3 .search-by-section .search-category .keyword-submit:hover{
  background-color: #EF3A87!important;
}
@media (max-width: 800px){
  .search-bar.layout3 .search-by-section .search-category{
    flex-direction: column;
  }
  .search-bar.layout3 .search-by-section .search-category .keyword{
    width: 100%;
  }
.search-bar.layout3 .search-by-section .search-category .keyword .search-input{
  width: 100%;
  border-radius: 10px 10px 0 0;
}
  .search-bar.layout3 .search-by-section .search-category .keyword-submit{
    width: 100%;
    border-radius: 0 0 10px 10px;
  }
  .search-bar.layout3 .search-by-section .search-category .keyword-submit::before{
    display: none;
  }

}
#app > header.md-header.layout6:not(.transparent) .header-container #info_banner{
  display: none;
}
#app > header.md-header.layout6:not(.transparent) .header-container .head-menu{
  align-items: center;
}
.md-header.layout6 .header-container .head-menu{
  flex-wrap: wrap;
}
.md-header.layout6 .header-container .head-menu>.menu-item{
  height: 46px;
}
#info_banner{
  width: 100%;
  text-align: center;
}
@media (max-width: 1200px) {
  #info_banner{
    display: none;
  }
}
#info_banner > div{
  display: flex;
  justify-content: center;
  align-items: center;
}
#info_banner p {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    padding-right: 38px;
    color: #fff;
}
#info_banner.cy-custom p span {
    color: #00adb6;
    font-weight: bold;
}
#info_banner.cy-custom .btn-alt {
    background: #00adb6;
    color: #fff;
    display: inline-block;
    padding: 10px 25px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0;
    border-radius: 0;
    font-size: 15px;
    letter-spacing: 0px;
    font-weight: 600;
    position: relative;
    transition: 300ms ease all;
    overflow: hidden;
}
@media (max-width: 600px) {
  .md-header.layout6
  {
    height: 83px;
    background-color: #00adb6;
  }
#app > div.md-hero.layout3.banner-with-search-group.mg-bg > div > div.single-picture{
  background-size: contain!important;
  background-position: center 0!important;
  background-attachment: local;
}
}
#hero_cta_bar {
  display: none;
  z-index: 99;
  width: 100%;
  width: 100%;
  position: relative;
  height: 115px;
}
@media (max-width: 767px) {
  #hero_cta_bar {
    display: block;
    background: #000;
    margin-bottom: 0;
    height: auto;
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  #hero_cta_bar {
    padding: 10px 0 15px;
  }
}
#hero_cta_bar .r-logo {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 174, 184, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
@media (max-width: 600px) {
  #hero_cta_bar .r-logo {
    padding: 20px;
  }
}
#hero_cta_bar .container {
  display: flex;
  align-items: center;
  max-width: 1300px;
}
@media (max-width: 1200px) {
  #hero_cta_bar .container {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  #hero_cta_bar .container {
    flex-direction: column;
    padding-inline: 30px;
  }
}
@media (max-width: 600px) {
  #hero_cta_bar .container {
    padding-inline: 10px;
  }
}
#hero_cta_bar .container .cta {
  width: 33.3333333333%;
  padding: 20px 30px;
}
@media (max-width: 992px) {
  #hero_cta_bar .container .cta {
    padding: 20px 10px;
  }
}
@media (max-width: 767px) {
  #hero_cta_bar .container .cta {
    width: 100%;
    padding: 10px;
  }
}
#hero_cta_bar .container .cta a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 500;
  border-bottom: 2px solid #00adb6;
  text-decoration: none;
  padding-bottom: 5px;
  padding-top: 10px;
  transition: 500ms ease all;
  font-family: "Poppins", "Montserrat", Helvetica, sans-serif;
  position: relative;
}
#hero_cta_bar .container .cta a:after {
  content: "›";
  position: absolute;
  color: #00adb6;
  right: 10px;
  bottom: 3px;
  font-size: 30px;
  line-height: 1;
  transition: all 200ms ease 0s;
}
#hero_cta_bar .container .cta a span {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  padding-bottom: 5px;
  padding-top: 3px;
  text-transform: none;
}
@media (max-width: 992px) {
  #hero_cta_bar .container .cta a span {
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
  }
}
#hero_cta_bar .container .cta a:hover {
  padding-bottom: 15px;
  padding-top: 0;
}
#hero_cta_bar .container .cta a:hover:after {
  transform: rotate(360deg) translateY(-15px);
}