@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500;1,700&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;1,100;1,300&display=swap");
/* color Variables */
/* text Variables */
body {
  font-family: "Noto Sans", sans-serif;
  font-family: "Raleway", sans-serif;
}

/*footer CSS */
footer {
  background-color: #0F2A44;
  padding-top: 2rem;
}

@media screen and (max-width: 767px) {
  footer h1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1400px) {
  footer h1 {
    font-size: 2.4rem;
  }
}
footer p {
  font-size: 1.1rem;
  color: #d4e2f7;
  font-weight: 600;
  font-family: "Noto Sans", sans-serif;
}

footer .logo-foot-sec .logo {
  max-width: 250px;
}

@media screen and (max-width: 767px) {
  footer .logo-foot-sec .logo {
    margin: 20px 0px;
  }
}
footer .logo-foot-sec .social-sec {
  padding: 0px;
  display: flex;
  margin: 0 auto;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

footer .logo-foot-sec .social-sec li {
  list-style: none;
  margin-right: 16px;
  font-size: 25px;
  color: #fff;
}

footer .logo-foot-sec .social-sec li a {
  color: #fff;
}

footer .logo-foot-sec .social-sec li a img {
  width: 28px;
  height: 26px;
}

footer .foot-menu {
  margin-top: 3rem;
  margin-bottom: 3rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
}

footer .foot-menu .menu-sec h1 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

footer .foot-menu .menu-sec ul, footer .foot-menu .menu-sec p {
  padding: 0px;
}

footer .foot-menu .menu-sec ul a, footer .foot-menu .menu-sec p a {
  color: #fff;
  text-decoration: none;
  opacity: 0.6;
  transition: 0.5s;
}

footer .foot-menu .menu-sec ul a:hover, footer .foot-menu .menu-sec p a:hover {
  opacity: 1;
}

footer .foot-menu .menu-sec ul li, footer .foot-menu .menu-sec p li {
  list-style: none;
  margin-top: 7px;
  font-size: 1rem;
  color: #d4e2f7;
}

footer .foot-menu .adrs h1 {
  text-align: left !important;
}

@media screen and (max-width: 992px) {
  footer .foot-menu .adrs h1 {
    text-align: left !important;
  }
}
footer .foot-menu .adrs address {
  opacity: 0.7;
}

footer .foot-menu .adrs span, .phone-section {
  opacity: 0.6;
  color: #fff;
}

footer .foot-menu .adrs p, footer .foot-menu .adrs address {
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
  text-align: left;
  font-size: 1.1rem;
  margin-left: 15px;
}

@media screen and (max-width: 992px) {
  footer .foot-menu .adrs p, footer .foot-menu .adrs address {
    text-align: left !important;
  }
}
footer .copy-sec {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1098039216);
  padding-bottom: 20px;
  background: #0B2235;
}

footer .copy-sec p {
  font-size: 1rem;
  color: #b3bcc5;
}

footer .copy-sec a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  margin-right: 12px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: small;
}

footer .copy-sec a:hover {
  color: #EE8D1C;
}

footer hr {
  color: #ccc;
  border-top: 2px solid;
}

.email-txt .submitted-message {
  text-align: center;
  font-size: 1.1rem;
  color: #EE8D1C;
  font-weight: 600;
  font-family: "Noto Sans", sans-serif;
}

.email-txt ul {
  margin: 0;
  list-style: none;
  padding: 3px;
  font-size: 0.85rem;
}

.hs_error_rollup {
  display: none;
}

.hs-error-msg {
  color: red;
}

.email-txt .hs-button {
  border: none;
  padding: 0.65rem 1rem;
  border-radius: 0.5rem;
  background: #EE8D1C;
  min-width: 140px;
  color: #ffffff;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 400ms ease;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
}

.email-txt .hs-button:hover {
  background: #f1a042;
  color: #fff;
  transition: background-color ease 0.4s, border-radius ease 0.4s;
  border-radius: 33px;
}

.email-txt .hs_email {
  max-width: 100% !important;
  width: 60%;
  display: inline-block;
  vertical-align: bottom;
}

.email-txt .hs_submit {
  width: 40%;
  display: inline-block;
}

.email-txt .input input[type] {
  color: rgb(255, 255, 255);
  background: none;
  border-top: none;
  border-bottom: 1px solid rgb(204, 204, 204);
  border-left: none;
  border-right: none;
  width: 100%;
}

footer input::-webkit-input-placeholder {
  color: #fff;
}

footer input:focus {
  outline: none;
}

footer input::-moz-placeholder {
  color: #fff !important;
}

footer input::placeholder {
  color: #fff !important;
}

footer .email-txt {
  flex: 2;
  align-self: center;
}

@media (min-width: 768px) {
  .top-footer-right {
    margin-top: 30px;
  }
  .top-footer-left {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .top-footer-right {
    margin-top: 30px;
  }
  .top-footer-left {
    text-align: center;
  }
  .top-footer-right {
    display: block !important;
  }
  .phone-section {
    margin-left: 0 !important;
  }
}
@media (min-width: 1200px) {
  .top-footer-right {
    margin-top: 0;
  }
  .top-footer-left {
    text-align: left;
  }
  .top-footer-right {
    display: block !important;
  }
  .phone-section {
    margin-left: 0 !important;
  }
  footer .foot-menu .menu-sec ul {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .top-footer-right {
    display: block !important;
  }
  footer .foot-menu .menu-sec ul {
    text-align: left;
  }
}
@media (min-width: 320px) and (max-width: 475px) {
  footer .copy-sec a {
    font-size: small;
  }
  footer .foot-menu .menu-sec ul {
    text-align: center;
    font-size: small;
  }
  footer .foot-menu .adrs address {
    margin-left: 6px;
    font-size: small;
    text-align: center !important;
  }
  footer .copy-sec p, footer .copy-sec {
    text-align: center !important;
    font-size: small;
  }
  .video_placeholder .vid-sec {
    height: 70px !important;
    width: 72px !important;
    top: 34% !important;
    left: 41% !important;
  }
  .address, .phone-section {
    justify-content: center;
  }
  .top-footer-right {
    margin: 21px 0;
  }
  .top-footer-right .d-flex {
    display: block !important;
  }
  footer p {
    font-size: 1rem;
    text-align: center;
  }
  footer .foot-menu {
    margin-top: 0;
    font-size: small;
  }
  footer .foot-menu .menu-sec ul a, footer .foot-menu .menu-sec p a {
    font-size: small;
  }
  .email-txt .hs_email {
    max-width: 100% !important;
    width: 100%;
    display: block;
  }
  .email-txt .hs_submit {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  .top-footer-right div br {
    display: none;
  }
}
html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

section {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
section.inner-page-banner {
  min-height: 50vh;
  overflow: hidden;
  position: relative;
  transition: 0.5s;
}

.primary_btn {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.65rem 1rem;
  border-radius: 0.5rem;
  background: #EE8D1C;
  min-width: 140px;
  color: #ffffff;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 400ms ease;
  text-align: center;
  text-decoration: none;
  font-family: "Noto Sans", sans-serif;
}
.primary_btn:hover {
  background: #f1a042;
  color: #fff;
  transition: background-color ease 0.4s, border-radius ease 0.4s;
  border-radius: 33px;
}

.main-nav .navbar {
  background-color: #ffffff !important;
  box-shadow: 0 8px 8px -4px rgba(221, 221, 221, 0.8);
  padding: 0;
  margin-top: 0;
}
.main-nav .navbar .nav-item a {
  color: #1E3050;
  font-size: 1.1rem;
  font-weight: 500;
  margin-right: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: "Noto Sans", sans-serif;
}
.main-nav .navbar .nav-item a:hover {
  color: #ee8d1c;
}
.main-nav .navbar .nav-item a.active {
  border-bottom: 2px solid #ee8d1c;
  color: #ee8d1c;
  padding: 0;
}
.main-nav .navbar .nav-link {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .main-nav .navbar .nav-link {
    display: block;
  }
}

.banner-image {
  width: 100%;
  transition: 0.5s;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  z-index: -2;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 100%;
}

.banner-overlay {
  width: 100%;
  text-align: center;
  overflow: hidden;
  background: #c4c3c3; /* fallback for old browsers */
  background: linear-gradient(rgb(255, 244, 232), rgba(179, 177, 177, 0.8));
  background-size: cover;
  background-repeat: no-repeat;
}

.inner-banner-content {
  color: #1E3050;
  text-align: center;
}
.inner-banner-content > h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
}
.inner-banner-content > p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  text-align: center;
}

.inner-hero-content {
  color: #1E3050;
  text-align: center;
}
.inner-hero-content > h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
}
.inner-hero-content > p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  text-align: center;
}

.main-container {
  position: absolute;
  top: 98px;
  width: 100%;
}

.py-xl-9 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.banner-overlay section {
  padding: 0;
}

.video_placeholder {
  text-align: center;
  position: relative;
}

.faq-bg {
  background: #FFFCFC;
  padding: 3rem 0;
}

.faq-section {
  text-align: left;
}

.accordion-button {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  padding: 2rem 1rem !important;
  color: #555 !important;
}

.accordion-body {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #555;
  padding: 20px 15px 60px 15px;
  background: #f9f9f9;
}

.accordion {
  --bs-accordion-bg: transparent;
}

.tab-section-bg {
  background: #efece2;
}

.tab-inner-content {
  margin: 0 auto;
}

.tab-inner-content .nav {
  justify-content: space-around;
}

.tab-inner-content .nav-pills .nav-link.active, .tab-inner-content .nav-pills .show > .nav-link {
  color: #ee8d1c;
  background-color: transparent;
  border-bottom: 3px solid #ee8d1c;
  border-radius: 0;
}

.tab-inner-content .nav-pills .nav-link {
  font-size: 1.2rem;
  font-weight: 600;
  color: #8a8585;
}

.q-c-tab_1 {
  padding: 5px 0 5px 0;
}
.q-c-tab_1 > img {
  padding: 20px 0;
}
.q-c-tab_1 > p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  text-align: center;
}
.q-c-tab_1 > h4 {
  font-weight: 600;
}

.iframe_qbw body {
  background-color: transparent !important;
}

.mdl-js body {
  background-color: transparent !important;
  background-image: none !important;
}

.tab-content p {
  font-size: 1.1rem;
}

.q-c-tab_1#pageflip {
  background: #efece2 !important;
}

.video-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  z-index: -1;
}

.video-overlay.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 9999;
}

.video-pop-up {
  position: fixed;
  width: 80%;
  left: 50%;
  transform: translate(-50%, -100%);
  transition: all 400ms;
  top: 20%;
}

.video-pop-up iframe {
  width: 100%;
  aspect-ratio: 18/8;
}

.video-overlay.active .video-pop-up {
  transform: translate(-50%, 0);
}

.video_placeholder .vid-sec {
  height: 115px;
  position: absolute;
  width: 115px;
  border: 2px solid #fff;
  border-radius: 150px;
  text-align: center;
  display: flex;
  align-items: center;
  cursor: pointer;
  top: 38%;
  left: 40%;
  margin: 0 auto;
  transition: 0.2s;
  z-index: 0;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.9490196078);
  box-shadow: 14px 22px 50px rgba(250, 153, 28, 0.3019607843);
}

.vid-sec svg {
  height: 22px;
  margin: 0 auto;
}

.vid-sec .st0 {
  fill: #ffffff !important;
}

.video_placeholder .st0 {
  fill: #ee8d1c !important;
}

@media (max-width: 575.98px) {
  object {
    width: 100%; /* for responsiveness */
  }
  .main-container {
    margin-top: 0;
    top: 70px;
  }
  .hero-banner h1, .hero-banner p {
    font-size: 2rem !important;
  }
  .hero-banner .inner-page-banner {
    min-height: 45vh !important;
  }
  .hero-banner p {
    line-height: 1.3;
  }
  .home-about-sec .image-container {
    position: unset !important;
  }
  .home-about-sec .bg {
    padding: 4% !important;
    width: 100% !important;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  object {
    width: 100%; /* for responsiveness */
  }
  .main-container {
    margin-top: 0;
    top: 70px;
  }
}
.stick-tab {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 7px;
}
.stick-tab ul {
  margin: 0;
  padding: 20px 0;
  list-style: none;
  position: relative;
}
.stick-tab li {
  display: inline;
}
.stick-tab a {
  padding: 0 30px;
  text-decoration: none;
  color: #979292;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.1rem;
}
.stick-tab a:hover {
  color: #0B2235;
}
.stick-tab a.active {
  color: #0B2235;
  border-bottom: 2px solid #FF5D15;
  padding-bottom: 8px;
  font-weight: 500;
}

.over-view-sec .move-title {
  color: #0F2A44;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
}
.over-view-sec .get-dir-title {
  color: #FF5D15;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.1rem;
  padding-left: 8px;
  font-weight: 500;
}
.over-view-sec .get-dir-title .fa {
  font-size: medium;
}
.over-view-sec a.get-dir-title {
  text-decoration: none;
}
.over-view-sec .over-view-text p {
  color: #0F2A44;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.1rem;
}
.over-view-sec .highlight-content {
  margin-top: 20px;
}
.over-view-sec h2 {
  color: #0F2A44;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.over-view-sec .highlight-content .info {
  color: #0F2A44;
  font-family: "Noto Sans", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
}
.over-view-sec .highlight-content .info-icon {
  color: #ee8d1c;
  padding-right: 5px;
}

.community-container {
  position: absolute;
  width: 100%;
}

.community-page-form .agent-card {
  background-color: #1C768F !important;
}

.community-page-form .agent-details p {
  color: #ffffff !important;
}

.community-page-form .agent-form-bg {
  background-color: #165E72 !important;
}

.community-page-form .agent-form-bg .agent-info-request {
  text-align: center;
  color: #ffffff;
  font-size: 1rem;
  font-family: "Noto Sans", sans-serif;
  padding: 20px;
}

.community-page-form .right-side-form .inner-blog-hubspot .hs-error-msgs label {
  color: #f1f1f1;
}

.community-page-form .agent-form-bg .agent-info-request p {
  margin-bottom: 0;
}

.community-page-form .agent-form-bg .inner-blog-hubspot {
  padding: 0 20px 20px 20px;
  color: #ffffff;
}

.agent-card {
  background-color: #032539;
  padding: 1.2rem 1rem;
  color: #ffffff;
}
.agent-card .agent-details, .agent-card .agent-contact, .agent-card .agent-sale-details, .agent-card .agent-info-request {
  text-align: center;
}
.agent-card .form-control {
  border-radius: 0;
}
.agent-card .agent-details p {
  color: #EE8D1C;
  font-weight: 600;
  font-size: 1.1rem;
  font-family: "Noto Sans", sans-serif;
  margin: 0;
}
.agent-card .agent-profile-pic {
  height: 80px;
  background-color: #DEBEB4;
  width: 80px;
  overflow: hidden;
  border-radius: 185px;
  margin: 0 auto;
}
.agent-card .agent-info-request form {
  text-align: left;
}
.agent-card .agent-sale-details {
  font-size: 1rem;
  font-family: "Noto Sans", sans-serif;
}
.agent-card .agent-sale-details i {
  font-size: x-large;
}
.agent-card .agent-contact {
  margin-top: 10px;
}
.agent-card .agent-contact a {
  color: #ffffff;
  font-size: 1rem;
  font-family: "Noto Sans", sans-serif;
  text-decoration: none;
}

.banner-logo img {
  height: 479px;
}

.banner-button {
  position: absolute;
  bottom: 48px;
  right: 100px;
}
.banner-button a {
  text-decoration: none;
}
.banner-button .gery-btn {
  background: #FFFFFF;
  padding: 10px 20px;
  margin-right: 20px;
  border-radius: 4px;
  color: #032539;
  font-size: 0.85rem;
  font-family: "Noto Sans", sans-serif;
}
.banner-button .gery-btn:hover {
  background: #FFFFFF;
  color: #032539;
}

.floorplan-sec .floor-cards {
  padding-top: 30px;
}
.floorplan-sec .floor-cards .badge {
  padding: 10px 15px;
  font-size: 0.85rem;
  font-family: "Noto Sans", sans-serif;
}
.floorplan-sec .floor-cards .text-bg-primary {
  background-color: #0d6efd !important;
}
.floorplan-sec .floor-cards .white-bg {
  background: #ede8e8;
  padding: 7px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.floorplan-sec .floor-cards .card {
  text-align: left;
}
.floorplan-sec .floor-cards .card .card-title {
  font-size: 1.1rem;
  color: #032639;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
}
.floorplan-sec .floor-cards .card .card-text {
  font-size: 0.85rem;
  color: #4C4C4C;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
}
.floorplan-sec .floor-cards .card .card-body {
  padding-left: 6px;
  padding-right: 6px;
}
.floorplan-sec .floor-cards .card .card-footer {
  background-color: transparent;
  padding-left: 6px;
  padding-right: 6px;
}
.floorplan-sec .floor-cards .card .card-footer p {
  font-size: 1rem;
  color: #4C4C4C;
  font-family: "Noto Sans", sans-serif;
}
.floorplan-sec .floor-cards .card .card-footer a {
  font-size: 0.95rem;
  color: #FF5D15;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
}
.floorplan-sec .floor-cards .swiper-pagination-bullet-active {
  background: #4B4B4B;
}
.floorplan-sec .floor-cards .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.site-map-content img {
  width: 1400px;
  margin: 0 auto;
  padding: 30px;
}

.schedule-tour-sec {
  background-color: #0F2A44;
}

.schedule-tour-content {
  color: #fff;
  padding: 0 80px;
  align-self: center;
}

.schedule-tour-content h3 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
}

.schedule-tour-content p {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}

.feature-content {
  background: #F7F7F7;
  margin-top: 35px;
}
.feature-content p {
  text-align: left;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  color: #0F2A44;
  font-size: 1.2rem;
}
.feature-content ul {
  padding-left: 16px;
}
.feature-content ul > li {
  text-align: left;
  text-decoration-style: none;
  padding-bottom: 30px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  color: #4C4C4C;
}

.neighbour-gudie-sec {
  padding-top: 2rem;
  background-color: #F7F7F7;
}
.neighbour-gudie-sec .neighbour-tabs {
  margin-top: 40px;
}
.neighbour-gudie-sec .neighbour-tabs .tab-content {
  margin-top: 60px;
  overflow: hidden;
}
.neighbour-gudie-sec .neighbour-tabs ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.neighbour-gudie-sec .neighbour-tabs .nav-link {
  padding: 0 40px 10px 40px;
  color: #939393;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
}
.neighbour-gudie-sec .neighbour-tabs .nav-tabs .nav-link.active, .neighbour-gudie-sec .neighbour-tabs .nav-tabs .nav-link:hover {
  background: transparent;
  border-color: transparent;
  color: #0B2235;
}
.neighbour-gudie-sec .neighbour-tabs .nav-tabs .nav-link.active {
  color: #0B2235;
  border-bottom: 2px solid #fa991c !important;
}
.neighbour-gudie-sec .neighbour-list {
  margin-top: 40px;
}
.neighbour-gudie-sec .neighbour_sec {
  border-bottom: 1px solid #9d9a9a;
  margin-bottom: 25px;
}
.neighbour-gudie-sec .neighbour-indcator {
  width: 35px;
}
.neighbour-gudie-sec .neighbour-indcator span {
  width: 25px;
  height: 25px;
  border-radius: 100px;
  display: block;
}
.neighbour-gudie-sec .b-brown-color {
  background: #4C4C4C;
}
.neighbour-gudie-sec .b-oranage-color {
  background: #F2B843;
}
.neighbour-gudie-sec .b-pink-color {
  background: #12329A;
}
.neighbour-gudie-sec .neighbour-details {
  flex: 2;
}
.neighbour-gudie-sec .neighbour-content-left h4 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  color: #0F2A44;
}
.neighbour-gudie-sec .neighbour-details h6 {
  color: #4C4C4C;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
}
.neighbour-gudie-sec .neighbour-details p {
  color: #4C4C4C;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 0.85rem;
}
.neighbour-gudie-sec .long-neighbour-list {
  overflow-y: scroll;
  height: 475px;
}

.floor-plan-pop-up .floorplan-tabs .tab-content {
  margin-top: 10px;
  overflow: hidden;
}
.floor-plan-pop-up .floorplan-tabs ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.floor-plan-pop-up .floorplan-tabs .nav-link {
  padding: 0 40px 10px 40px;
  color: #939393;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
}
.floor-plan-pop-up .floorplan-tabs .nav-tabs .nav-link.active, .floor-plan-pop-up .floorplan-tabs .nav-tabs .nav-link:hover {
  background: transparent;
  border-color: transparent;
  color: #0B2235;
}
.floor-plan-pop-up .floorplan-tabs .nav-tabs .nav-link.active {
  color: #0B2235;
  border-bottom: 2px solid #fa991c !important;
}

.floor-plan-pop-up .gallery-inner-container-desktop, .floor-plan-pop-up .gallery-inner-container-table, .floor-plan-pop-up .gallery-inner-container-mobile {
  max-height: calc(-300px + 100vh);
}

.discover-standard .bg-blue {
  background: #c1d4e7;
  padding: 50px;
  justify-content: space-between;
}
.discover-standard .text-content-blue {
  width: 749px;
}
.discover-standard .text-content-blue p {
  margin: 0;
  color: #4C4C4C;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  align-self: center;
}
.discover-standard .blue-button {
  align-self: center;
}
.discover-standard .blue-button .b-text {
  border: 2px solid #0F2A44;
  padding: 10px;
  margin: 0;
  align-self: center;
  border-radius: 4px;
  text-decoration: none;
  color: #0F2A44;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
}
.discover-standard .blue-button .b-text:hover {
  background: #0F2A44;
  color: #fff !important;
}

.tips-insights-sec .swiper {
  padding: 30px 0 80px 0;
}
.tips-insights-sec .swiper .card {
  text-align: left;
  border: none;
  --bs-card-inner-border-radius: 0;
}
.tips-insights-sec .swiper .card .card-title {
  font-size: 1.1rem;
  color: #032639;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
}
.tips-insights-sec .swiper .card .card-text {
  font-size: 0.85rem;
  color: #4C4C4C;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
}
.tips-insights-sec .swiper .card .card-body {
  padding-left: 6px;
  padding-right: 6px;
}
.tips-insights-sec .swiper .card .card-body p {
  font-size: 1rem;
  color: #FF5D15;
  font-family: "Noto Sans", sans-serif;
}
.tips-insights-sec .swiper .swiper-pagination-bullet-active {
  background: #4B4B4B;
}
.tips-insights-sec .swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

/* Main nav mobile responsive css goes here **/
.main-nav .navbar {
  padding: 11px;
}

.navbar-brand img {
  width: 260px !important;
  height: 45px;
}

@media screen and (max-width: 375px) {
  .navbar-brand img {
    width: 195px !important;
  }
}
.msr-link-txt {
  color: #EE8D1C;
}

@media (min-width: 768px) {
  .menu-sec .d-flex {
    display: inline-flex !important;
  }
  .phone-section {
    margin-left: 20px;
  }
}
/* Community-page CSS goes here **/
.hero-container {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  height: 500px;
  overflow: hidden;
  max-height: calc(-275px + 100vh);
  min-height: 275px;
}

.hero-bg-border-image {
  background-color: rgb(232, 233, 234);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: box-shadow 0.1s ease 0s, border-color 0.1s ease 0s;
  width: 100%;
  height: auto;
  outline: none;
}

.hero-bg-border {
  height: 100%;
  margin: auto;
}

.hero-image-title-bg {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
}

.hero-image-foreground {
  position: absolute;
  padding: 8px;
  width: 74.3%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(25, 55, 73, 0.9019607843) 80%);
  display: flex;
  flex-direction: column;
  overflow: auto;
  z-index: 1;
  cursor: pointer;
  display: block;
  transition: box-shadow 0.1s ease 0s, border-color 0.1s ease 0s;
  outline: none;
}

.community-address {
  padding: 12px;
  background: #f3f3f3;
}

.community-address a {
  color: #141414;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
}

.community-address a:hover {
  color: #165e72;
  text-decoration: underline;
}

.community-address-center {
  width: 75%;
  justify-content: center;
}

.hero-image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.hero-image-inner-grid {
  grid-column-start: 1;
}

.hero-image-inner-grid:first-of-type {
  grid-area: 1/1/3/4;
  min-height: 300px;
  border-right: 8px solid rgb(255, 255, 255);
}

.hero-image-inner-grid:nth-of-type(2) {
  grid-area: 1/4/2/5;
  border-bottom: 8px solid rgb(255, 255, 255);
}

.hero-image-inner-grid:nth-of-type(3) {
  grid-area: 2/4/3/5;
}

.hero-side-image {
  height: 100%;
  width: 100%;
  display: flex;
}

.hero-main-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-image-title-bg:hover {
  transition: transform 0.45s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transform: scale(1.04);
}

.layout-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.community-details-txt {
  color: #fff;
  z-index: 999;
  position: relative;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
}

.green-circle {
  height: 10px;
  width: 10px;
  background-color: #9AFA8A;
  border-radius: 50%;
  display: inline-block;
}

.t-community-price {
  font-size: 3.5rem;
  line-height: 1;
}

.c-banner-btn button.btn {
  background: #fff;
  font-size: 1.2rem;
  font-family: "Noto Sans", sans-serif;
}

.c-banner-btn button.btn:hover {
  background: #f1a042;
  color: #fff;
  transition: background-color ease 0.4s, border-radius ease 0.4s;
  border-radius: 33px;
}

/* Modal CSS for the Gallery */
.modal-navbar {
  align-self: baseline;
  background-color: white;
  border-bottom: 1px solid rgb(232, 233, 234);
  width: 100%;
}

.home-sale-gallery-modal .modal-header ul li {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  padding-left: 12px;
}

.home-sale-gallery-modal .modal-header a li {
  padding: 4px 20px;
  border-right: 1px solid #ccc;
  height: 35px;
  vertical-align: middle;
}

.modal-cc-logo img {
  position: relative;
  top: -8px;
}

.home-sale-gallery-modal .modal-header ul {
  margin: 0;
  padding: 0;
}

.home-sale-gallery-modal .modal-fullscreen {
  padding: 40px 40px 80px 40px;
}

.home-sale-gallery-modal .t-community-price {
  font-size: 1.8rem;
}

.home-sale-gallery-modal .listing-items {
  color: #4C4C4C;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
}

.home-sale-gallery-modal .listing-items-number {
  color: #4C4C4C;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.2rem;
}

.gallery-cell-grid {
  width: 100%;
  display: block;
  flex-shrink: 0;
  flex-basis: auto;
  height: 100%;
}

.gallery-inner-container-desktop, .gallery-inner-container-table, .gallery-inner-container-mobile {
  height: 100%;
  overflow-y: auto;
  max-height: calc(-200px + 100vh);
  position: relative;
  border-radius: 8px;
  margin: 0px 4px;
  will-change: transform;
}

.gallery-inner-container-desktop, .gallery-inner-container-table {
  width: calc(100% - 440px);
}

.gallery-inner-container-mobile {
  width: 100%;
}

.gallery-pics-inner {
  display: grid;
  grid-template-columns: repeat(18, 1fr);
  gap: 0px;
  padding-bottom: 8px;
}

.gallery-grid-1-10 {
  display: flex;
  overflow: hidden;
  padding: 4px;
  grid-column: 1/10;
  max-height: 50vh;
  min-height: 30vh;
}

.gallery-grid-10-19 {
  display: flex;
  overflow: hidden;
  padding: 4px;
  grid-column: 10/19;
  max-height: 50vh;
  min-height: 30vh;
}

.gallery-grid-1-7 {
  display: flex;
  overflow: hidden;
  padding: 4px;
  grid-column: 1/7;
  max-height: 40vh;
  min-height: 20vh;
}

.gallery-grid-7-13 {
  display: flex;
  overflow: hidden;
  padding: 4px;
  grid-column: 7/13;
  max-height: 40vh;
  min-height: 20vh;
}

.gallery-grid-7-13 {
  display: flex;
  overflow: hidden;
  padding: 4px;
  grid-column: 7/13;
  max-height: 40vh;
  min-height: 20vh;
}

.gallery-grid-13-19 {
  display: flex;
  overflow: hidden;
  padding: 4px;
  grid-column: 13/19;
  max-height: 40vh;
  min-height: 20vh;
}

.gallery-grid-1-19 {
  display: flex;
  overflow: hidden;
  padding: 4px;
  grid-column: 1/19;
  max-height: 70vh;
  min-height: 60vh;
}

.gallery-content {
  display: flex;
  flex: 1 1 0%;
  position: relative;
  flex-direction: column;
  overflow: visible;
  height: calc(100% - 60px);
}

.gallery-image-width {
  position: relative;
  z-index: 0;
  max-width: 100%;
  min-width: 100%;
  max-height: calc(-125px + 100vh);
  width: 100%;
  height: 100%;
}

.home-sale-gallery-modal .modal-body {
  overflow-y: hidden;
}

.pop-up-contant-form {
  position: absolute;
  right: 8px;
  width: 415px;
  overflow: auto;
  z-index: 100;
  top: 0;
  bottom: auto;
  max-height: calc(100% - 13px);
  padding: 6px;
  display: flex;
  flex-direction: column;
  overflow: auto;
}

.gallery-inner-container-table .gallery-grid-full-image, .gallery-inner-container-mobile .gallery-grid-full-image {
  display: flex;
  overflow: hidden;
  grid-column: 1/19;
  max-height: 40vh;
}

.gallery-inner-container-table .gallery-grid-full-image {
  padding: 4px;
}

.gallery-inner-container-mobile .gallery-grid-full-image {
  padding: 10px 4px;
}

.listing-header {
  margin-left: 9px;
}

.request-btn {
  position: absolute;
  bottom: 0;
  width: -webkit-fill-available;
  padding: 8px;
}

.request-btn-full-width:hover {
  background: #f1a042;
  color: #fff;
  transition: background-color ease 0.4s, border-radius ease 0.4s;
  border-radius: 33px;
}

a:hover {
  color: var(--bs-link-hover-color);
}

.request-btn-full-width {
  display: inline-block;
  width: 100%;
  padding: 0.65rem 1rem;
  border-radius: 0.5rem;
  background: #EE8D1C;
  color: #ffffff;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 400ms ease;
  text-align: center;
  text-decoration: none;
  font-family: "Noto Sans", sans-serif;
}

.community-gallery-banner {
  margin-top: 100px;
}

.mySwiper .position-relative {
  cursor: pointer;
}

.mySwiper-3 .swiper-button-next, .mySwiper-3 .swiper-button-prev {
  color: #ffffff !important;
}

.agent-single-logo {
  position: relative;
  top: 40px;
}

.stick-tab .primary_btn {
  border: none;
  position: absolute;
  right: 0;
  top: 10px;
  background: #165e72;
}

.m-request-btn {
  position: fixed;
  bottom: 0;
  width: -webkit-fill-available;
  padding: 8px;
  z-index: 99;
  background: #ffffff;
  padding: 20px;
  text-align: center;
  box-shadow: 0 8px 8px 8px rgba(221, 221, 221, 0.8);
}

.m-request-btn-250-width {
  display: inline-block;
  width: 250px;
  padding: 0.65rem 1rem;
  border-radius: 0.5rem;
  background: #165e72;
  color: #ffffff;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 400ms ease;
  text-align: center;
  text-decoration: none;
  font-family: "Noto Sans", sans-serif;
}

@media (min-width: 1200px) {
  .gallery-inner-container-desktop {
    display: block !important;
  }
  .gallery-inner-container-desktop .gallery-w-50 {
    width: 50%;
  }
  .gallery-inner-container-desktop .gallery-w-33 {
    width: 33%;
  }
  .gallery-inner-container-table .gallery-grid-full-image, .gallery-inner-container-mobile .gallery-grid-full-image {
    display: none;
  }
  .gallery-inner-container-table {
    display: none;
  }
  .gallery-inner-container-mobile {
    display: none;
  }
  .request-btn, .m-request-btn {
    display: none;
  }
  .table-view-hero-image {
    display: none;
  }
  .menu-wrapper .pointer {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .gallery-inner-container-desktop {
    display: none;
  }
  .gallery-inner-container-table {
    display: block;
  }
  .gallery-inner-container-mobile {
    display: none;
  }
  .request-btn {
    display: none;
  }
  .m-request-btn {
    display: block;
  }
  .table-view-hero-image {
    display: none;
  }
  .home-sale-gallery-modal .t-community-price {
    font-size: 1.8rem;
  }
  .home-sale-gallery-modal .modal-header ul li {
    font-size: 1rem;
  }
  .hero-image-foreground {
    width: 74.1%;
  }
  .stick-tab .primary_btn {
    display: none;
  }
}
@media only screen and (min-width: 200px) and (max-width: 768px) {
  .gallery-inner-container-desktop {
    display: none;
  }
  .gallery-inner-container-table {
    display: none;
  }
  .pop-up-contant-form {
    display: none;
  }
  .gallery-inner-container-mobile {
    display: block;
  }
  .gallery-content {
    height: calc(100% - 88px);
  }
  .request-btn, .m-request-btn {
    display: block;
  }
  .hero-image-title-bg {
    display: none;
  }
  .table-view-hero-image .hero-image-foreground {
    width: 100%;
  }
  .table-view-hero-image .hero-image-inner-grid:first-of-type {
    border-right: 0;
  }
  .table-view-hero-image .hero-image-inner-grid:nth-of-type(2) {
    border-bottom: 0;
    height: 435px;
  }
  .home-sale-gallery-modal .t-community-price {
    font-size: 1.5rem;
  }
  .home-sale-gallery-modal .modal-header ul li {
    font-size: 1rem;
  }
  .home-sale-gallery-modal .modal-header .modal-cc-logo img {
    width: 69px;
  }
  .schedule-tour-content {
    padding: 40px;
  }
  .home-sale-gallery-modal .modal-body {
    height: 80vh;
    overflow-y: auto;
  }
  .community-address-center {
    width: unset;
  }
  .stick-tab .primary_btn {
    display: none;
  }
  .menu-wrapper .pointer {
    display: block;
  }
}
@media only screen and (min-width: 200px) and (max-width: 425px) {
  .home-sale-gallery-modal .modal-fullscreen {
    padding: 0;
    height: 80vh;
    overflow-y: auto;
  }
  .gallery-inner-container-mobile {
    margin: 0;
  }
  .home-sale-gallery-modal .modal-fullscreen .modal-body {
    padding: 0;
  }
  .home-sale-gallery-modal .modal-fullscreen .modal-header ul li:nth-child(2), .modal-header ul li:nth-child(3), .modal-header ul li:nth-child(4), .modal-header ul li:last-child {
    display: none;
  }
  .home-sale-gallery-modal .modal-fullscreen .modal-header ul li:first-child {
    border-right: none;
  }
  .home-sale-gallery-modal .modal-fullscreen .modal-header ul li:first-child img {
    width: 90px;
  }
  .listing-header {
    margin-left: 22px;
    margin-top: 9px;
  }
  .home-sale-gallery-modal .listing-items {
    font-size: 1rem;
  }
  .request-btn, .m-request-btn {
    display: block;
  }
  .c-banner-btn button.btn {
    width: auto;
  }
  .shedule-image-overlay img {
    display: none;
  }
}
.cover-fit-image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.request-form-bg {
  background: #274a6a;
}

.h-request-form {
  background-color: #165E72 !important;
  padding: 1rem;
  color: #ffffff;
}

.container-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.h-request-form .agent-info-request {
  color: #ffffff;
  font-size: 1rem;
  font-family: "Noto Sans", sans-serif;
}

.h-request-form h5 {
  line-height: 28px;
}

/* sticky tab CSS */
.global-nav {
  /* height: 100px; */
  background-color: rgb(255, 255, 255);
  transition: 0.2s ease-out;
}

.fixed-menu {
  position: fixed;
  top: 98px;
  width: 100%;
  height: 70px;
}

@media (max-width: 1200px) {
  .fixed-menu {
    top: 75px;
    z-index: 2;
  }
}
/* BootStrap CSS **/
/* Community-page CSS ends here **/
/*Scrollable horizontal navigation css starts here */
.menu-wrapper {
  height: 68px;
  overflow: hidden;
}

.menu-wrapper .menu-item {
  height: 100%;
  overflow: auto;
  white-space: nowrap;
}

.menu-wrapper .menu-item a {
  display: inline-block;
  height: 100%;
}

.menu-wrapper .menu-item a:hover {
  text-decoration: none;
}

.menu-wrapper .menu-item::-webkit-scrollbar {
  display: none;
}

.menu-wrapper .pointer {
  width: 25px;
  line-height: 68px;
  position: absolute;
  top: 0;
  background: white;
}

.menu-wrapper .pointer i {
  color: #333;
  cursor: pointer;
}

.menu-wrapper .right-pointer {
  right: 0;
}

.menu-wrapper .dis i {
  color: #ccc;
}

.menu-wrapper a.active {
  color: #FF5D15;
}

/*Blog page css*/
.our-blog-page {
  font-family: "Raleway", sans-serif;
  /*Blog-info page css*/
}
.our-blog-page .com-blog-page {
  position: relative;
}
.our-blog-page a {
  text-decoration: none;
}
.our-blog-page p {
  font-family: "Noto Sans", sans-serif;
}
.our-blog-page .cover-bg-img {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.our-blog-page .btn-com {
  font-weight: bold;
  border-radius: 0px;
  border-width: 2px !important;
  padding: 0.8rem 1rem !important;
  text-transform: uppercase;
  letter-spacing: 1px !important;
  min-width: 175px;
  text-align: center;
  font-size: 16px !important;
  background-color: transparent;
  border: 1px solid transparent;
  font-weight: 500;
}
.our-blog-page .btn-outline-orng-btn {
  border-color: #fa991c !important;
  color: #fa991c !important;
}
.our-blog-page .btn-outline-orng-btn:hover {
  color: #fff !important;
  background-color: #fa991c !important;
  border-color: #fa991c !important;
}
.our-blog-page .image-overlay {
  width: 100%;
  height: inherit;
  background-image: linear-gradient(180deg, transparent, #032539);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.our-blog-page .sprt-sec {
  bottom: 0;
  position: absolute;
  padding: 40px;
}
.our-blog-page .heading-main {
  font-size: 42px;
  font-weight: 900;
  color: #fa991c;
  line-height: 47px;
  margin-bottom: 17px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-family: "Raleway", sans-serif;
}
.our-blog-page .com-blog-page .in-blog-sec .card .card-img-sec {
  height: 270px;
  position: relative;
  overflow: hidden;
}
.our-blog-page .com-blog-page .com-blog-heading {
  font-Size: 16px;
  Letter-spacing: 0.8px;
  Color: #1C768F;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}
.our-blog-page .com-blog-page .heading-main {
  font-size: 56px;
  padding: 130px 0px 40px 0px;
  text-align: center;
  font-weight: 900;
}
.our-blog-page .com-blog-page .heading-main span {
  color: #fff;
}
.our-blog-page .com-blog-page .com-blog-sec {
  padding-bottom: 80px;
}
.our-blog-page .com-blog-page .com-blog-sec .com-blog-bg-sec {
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
}
.our-blog-page .com-blog-page .blog-strip {
  background-color: #fa991c;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.8px;
}
.our-blog-page .com-blog-page .blog-date {
  color: #909090;
  font-size: 14px;
}
.our-blog-page .com-blog-page .most-blog-sec {
  margin-bottom: 50px;
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 520px;
  margin-bottom: 50px;
  padding: 40px;
}
.our-blog-page .com-blog-page .most-blog-sec p {
  font-size: 28px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 35px;
  margin-top: 15px;
}
.our-blog-page .com-blog-page .in-blog-sec .card {
  border: none;
  border-radius: 0px;
  background-color: transparent;
  border-bottom: 2px solid #f3f0eb;
  margin-bottom: 50px;
}
.our-blog-page .com-blog-page .in-blog-sec .card .blog-strip {
  bottom: 0px;
  top: auto;
}
.our-blog-page .com-blog-page .in-blog-sec .card .card-img-sec {
  height: 270px;
}
.our-blog-page .com-blog-page .in-blog-sec .card .card-img-sec .card-img {
  border-radius: 0px !important;
}
.our-blog-page .com-blog-page .in-blog-sec .card .card-body {
  padding: 1.2rem 0px;
}
.our-blog-page .com-blog-page .in-blog-sec .card .card-body .card-title {
  font-Size: 20px !important;
  Letter-spacing: 0.8px;
  Color: #032539;
  text-transform: uppercase;
  margin-top: 10px;
  cursor: pointer;
  transition: 0.2s;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
}
.our-blog-page .com-blog-page .in-blog-sec .card .card-body .card-title:hover {
  color: #fa991c;
}
.our-blog-page .com-blog-page .in-blog-sec .card .card-body .read-sec {
  Letter-spacing: 0.8px;
  Color: #fa991c;
  text-transform: uppercase;
  font-weight: 600;
  font-Size: 13px;
  transition: 0.2s;
}
.our-blog-page .com-blog-page .in-blog-sec .card .card-body .read-sec:hover {
  color: #909090;
}
.our-blog-page .com-blog-page .most-read-sec {
  border-bottom: 2px solid #f3f0eb;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.our-blog-page .com-blog-page .most-read-sec .most-blog-img {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: relative;
  display: inline-block;
}
.our-blog-page .com-blog-page .most-read-sec .most-blog-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.our-blog-page .com-blog-page .most-read-sec .most-blog-con .category-sec {
  font-size: 13px;
  Letter-spacing: 0.8px;
  Color: #c2c2c2;
  text-transform: uppercase;
}
.our-blog-page .com-blog-page .most-read-sec .most-blog-con .most-heading {
  font-size: 14px;
  Letter-spacing: 0.8px;
  Color: #032539;
  text-transform: uppercase;
  line-height: 19px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  display: inline-block;
  font-weight: 500;
}
.our-blog-page .com-blog-page .most-read-sec .most-blog-con .most-heading:hover {
  color: #fa991c;
}
.our-blog-page .com-blog-info-page .blog-info-slider {
  position: relative;
  padding: 130px;
}
@media (max-width: 767px) {
  .our-blog-page .com-blog-info-page .blog-info-slider {
    padding: 40px 20px;
  }
}
.our-blog-page .com-blog-info-page .blog-info-slider .date-info {
  font-Size: 16px;
  Letter-spacing: 3.2px;
  Color: #FA991C;
  font-weight: 600;
}
.our-blog-page .com-blog-info-page .blog-info-slider p {
  font-size: 36px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 41px;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .our-blog-page .com-blog-info-page .blog-info-slider p {
    font-size: 20px;
    line-height: 26px;
  }
}
.our-blog-page .com-blog-info-page .blog-info-slider img {
  z-index: -2;
}
.our-blog-page .com-blog-info-page .com-blog-info-sec {
  padding: 70px 0px;
}
@media (max-width: 767px) {
  .our-blog-page .com-blog-info-page .com-blog-info-sec {
    padding: 40px 0px 50px 0px;
  }
}
.our-blog-page .com-blog-info-page .com-blog-info-sec .blog-social-sec {
  padding: 0px;
}
.our-blog-page .com-blog-info-page .com-blog-info-sec .blog-social-sec .blog-social-heading {
  font-size: 15px;
  color: #1C768F;
  font-weight: 600;
  text-align: center;
}
.our-blog-page .com-blog-info-page .com-blog-info-sec .blog-social-sec ul {
  padding: 0px;
}
@media (max-width: 767px) {
  .our-blog-page .com-blog-info-page .com-blog-info-sec .blog-social-sec ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
  }
}
.our-blog-page .com-blog-info-page .com-blog-info-sec .blog-social-sec ul li {
  list-style: none;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .our-blog-page .com-blog-info-page .com-blog-info-sec .blog-social-sec ul li {
    margin-right: 10px;
  }
}
.our-blog-page .com-blog-info-page .com-blog-info-sec .blog-social-sec ul li a {
  background-color: #d9d9d9;
  height: 30px;
  width: 30px;
  text-align: center;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  transition: 0.5s;
}
.our-blog-page .com-blog-info-page .com-blog-info-sec .blog-social-sec ul li a:hover {
  background-color: #fa991c;
}
.our-blog-page .com-blog-info-page .com-blog-info-sec .blog-social-sec ul li a svg {
  width: 25px;
}
.our-blog-page .com-blog-info-page .com-blog-info-sec .blog-social-sec ul li a svg path {
  fill: #fff;
}
.our-blog-page .com-blog-info-page .com-blog-info-sec .com-bloginfo-con-sec {
  border-bottom: 3px solid #f3f0eb;
  max-width: 950px;
}
.our-blog-page .com-blog-info-page .com-blog-info-sec .com-bloginfo-con-sec .blog-info-sec {
  padding: 0px 125px 50px 125px;
}
@media (max-width: 1100px) {
  .our-blog-page .com-blog-info-page .com-blog-info-sec .com-bloginfo-con-sec .blog-info-sec {
    padding: 0px 150px 50px 50px;
  }
}
@media (max-width: 992px) {
  .our-blog-page .com-blog-info-page .com-blog-info-sec .com-bloginfo-con-sec .blog-info-sec {
    padding: 0px 20px 30px 0px;
  }
}
@media (max-width: 767px) {
  .our-blog-page .com-blog-info-page .com-blog-info-sec .com-bloginfo-con-sec .blog-info-sec {
    padding: 0px 20px 0px 20px;
    text-align: center;
  }
}
.our-blog-page .com-blog-info-page .com-blog-info-sec .com-bloginfo-con-sec .blog-info-sec h1 {
  Font-Size: 20px;
  Letter-spacing: 0.8px;
  Color: #032539;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 26px;
}
.our-blog-page .com-blog-info-page .com-blog-info-sec .com-bloginfo-con-sec .blog-info-sec p {
  font-Size: 16px;
  line-height: 28px;
  margin-bottom: 26px;
}
.our-blog-page .com-blog-info-page .com-blog-info-sec .com-bloginfo-con-sec .blog-info-sec ul {
  padding-left: 25px;
}
@media (max-width: 767px) {
  .our-blog-page .com-blog-info-page .com-blog-info-sec .com-bloginfo-con-sec .blog-info-sec ul {
    padding-left: 0px;
  }
}
.our-blog-page .com-blog-info-page .com-blog-info-sec .com-bloginfo-con-sec .blog-info-sec ul li {
  list-style: none;
  font-Size: 16px;
  margin-bottom: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .our-blog-page .com-blog-info-page .com-blog-info-sec .com-bloginfo-con-sec .blog-info-sec ul li {
    margin-top: 40px;
  }
}
.our-blog-page .com-blog-info-page .com-blog-info-sec .com-bloginfo-con-sec .blog-info-sec ul li:after {
  content: "";
  background-color: #fa991c;
  height: 14px;
  width: 3px;
  position: absolute;
  left: -22px;
  top: 4px;
}
@media (max-width: 767px) {
  .our-blog-page .com-blog-info-page .com-blog-info-sec .com-bloginfo-con-sec .blog-info-sec ul li:after {
    height: 10px;
    width: 10px;
    left: 50%;
    top: -16px;
    right: 50%;
    margin-left: -9px;
  }
}
.our-blog-page .com-blog-info-page .com-blog-info-sec .com-bloginfo-con-sec .blog-info-sec .blog-a-link {
  color: #fa991c;
  transition: 0.5s;
}
.our-blog-page .com-blog-info-page .com-blog-info-sec .com-bloginfo-con-sec .blog-info-sec .blog-a-link:hover {
  color: #1C768F;
}
.our-blog-page .com-blog-info-page .com-blog-info-sec .com-bloginfo-con-sec .blog-info-sec .com-blog-quote-sec {
  text-align: center;
  max-width: 550px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 60px;
}
.our-blog-page .com-blog-info-page .com-blog-info-sec .com-bloginfo-con-sec .blog-info-sec .com-blog-quote-sec img {
  max-width: 75px;
  margin-bottom: 20px;
}
.our-blog-page .com-blog-info-page .com-blog-info-sec .com-bloginfo-con-sec .blog-info-sec .com-blog-quote-sec .quote-text {
  color: #032539;
  font-size: 20px;
  font-weight: 500;
}
.our-blog-page .com-blog-info-page .com-blog-info-sec .com-bloginfo-con-sec .blog-img-info {
  width: 96%;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .our-blog-page .com-blog-info-page .com-blog-info-sec .com-bloginfo-con-sec .blog-img-info {
    margin-bottom: 30px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .our-blog-page .category-sec {
    margin-top: 20px;
  }
}

.inner-blog-page {
  padding: 40px 0;
  position: relative;
  top: 20px;
}
@media screen and (max-width: 1024px) {
  .inner-blog-page {
    top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 360px) {
  .inner-blog-page {
    top: 20px;
    padding-bottom: 0;
  }
}
.inner-blog-page h3 {
  font-size: 28px;
  color: #032639;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (max-width: 360px) {
  .inner-blog-page {
    padding-top: 15px;
  }
  .inner-blog-page h3 {
    font-size: 18px;
  }
  .inner-blog-page .navbar-brand img {
    width: 195px;
  }
}
.inner-blog-page .blog-r-side p {
  color: #0F2A44;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.1rem;
}
.inner-blog-page ul li {
  color: #0F2A44;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.1rem;
}
.inner-blog-page .right-side-form .inner-blog-hubspot .hs-error-msgs label {
  color: #f2545b;
  font-size: small;
}
.inner-blog-page .right-side-form .inner-blog-hubspot ul.no-list {
  list-style: none;
}
.inner-blog-page .right-side-form .inner-blog-hubspot .inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}
.inner-blog-page .right-side-form .inner-blog-hubspot .hs-form-radio {
  display: inline-block;
  margin-right: 43px;
}
.inner-blog-page .right-side-form .inner-blog-hubspot .hs-form-radio span {
  color: #fff;
}
.inner-blog-page .right-side-form .inner-blog-hubspot .hs-form-field {
  margin-bottom: 20px;
}
.inner-blog-page .right-side-form .inner-blog-hubspot .hs-custom-style .actions {
  text-align: center;
}
.inner-blog-page .right-side-form .inner-blog-hubspot .hs-button {
  border: none;
  padding: 0.65rem 1rem;
  border-radius: 0.5rem;
  background: #EE8D1C;
  min-width: 140px;
  color: #ffffff;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 400ms ease;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
}
.inner-blog-page .right-side-form .inner-blog-hubspot .hs-button:hover {
  background: #f1a042;
  color: #fff;
  transition: background-color ease 0.4s, border-radius ease 0.4s;
  border-radius: 33px;
}
.inner-blog-page .right-side-form .inner-blog-hubspot .fieldset.form-columns-2 .input {
  margin-right: 13px;
}
.inner-blog-page .right-side-form .inner-blog-hubspot .hs-custom-style fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]) {
  width: 100%;
}
.inner-blog-page .desk-top-form-view {
  position: sticky;
  top: 100px;
}
.inner-blog-page label {
  margin: 0;
  font-family: "Noto Sans", sans-serif;
}
.inner-blog-page h5 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}
.inner-blog-page .form-control {
  padding: 0 0.75rem;
  border-radius: 0;
}

/* inner-blog-page tab reposive css goes here **/
@media (min-width: 992px) {
  .inner-blog-page .right-side-form {
    margin-top: 108px;
  }
  .mobile-view-form {
    display: none !important;
    visibility: hidden;
  }
  .desk-top-form-view {
    display: block !important;
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .inner-blog-page .right-side-form {
    margin-top: 74px !important;
  }
  .mobile-view-form {
    visibility: hidden;
    display: none !important;
  }
  .desk-top-form-view {
    display: block !important;
    visibility: visible;
  }
}
@media (max-width: 768px) {
  .mobile-view-form {
    visibility: visible;
    display: block !important;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .desk-top-form-view {
    display: none !important;
    visibility: hidden;
  }
}
/*home customization css start here*/
.home-custom-hero-banner img {
  width: 100%;
}
.home-custom-hero-banner .col-md-6 {
  margin: auto;
}
.home-custom-hero-banner .home-custom-hero-text {
  margin: auto 18%;
}
.home-custom-hero-banner .home-custom-hero-text h1 {
  color: #4C4C4C;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.home-custom-hero-banner .home-custom-hero-text p {
  color: #4C4C4C;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
}

.custom-section {
  background: #FBF9F9;
  padding: 20px 0 80px 0;
}
.custom-section h1 {
  text-align: center;
  color: #EE8D1C;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
.custom-section p {
  color: #032539;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 2.2rem;
}
.custom-section .info {
  display: flex;
}
.custom-section .info-icon {
  margin-right: 15px;
}
.custom-section .info span {
  align-self: center;
  color: #4C4C4C;
  font-size: 1.625rem;
  font-family: "Noto Sans", sans-serif;
}

.virtual-home-section {
  padding: 20px 0 80px 0;
}
.virtual-home-section h1 {
  text-align: center;
  color: #032539;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
.virtual-home-section p {
  color: #032539;
  font-family: "Noto Sans", sans-serif;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
}
.virtual-home-section img {
  width: 100%;
}
.virtual-home-section .image-overlay {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #1a3e53);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.virtual-home-section .virtual-heading-txt {
  color: #fff;
  font-size: 3rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}
.virtual-home-section .virtual-b-sec {
  position: absolute;
  left: 18%;
  top: 38%;
}

/* home-customization reponsive css goes here **/
@media (min-width: 320px) and (max-width: 475px) {
  .home-custom-hero-banner .home-custom-hero-text h1 {
    font-size: 2rem;
    text-align: center;
  }
  .home-custom-hero-banner .home-custom-hero-text {
    margin: 30px 9%;
  }
  .virtual-home-section .virtual-b-sec {
    top: 28%;
  }
  .home-custom-hero-banner .home-custom-hero-text p {
    font-size: 1.2rem;
    text-align: center;
  }
  .custom-section p {
    font-size: 1.4rem;
  }
  .custom-section h1, .virtual-home-section h1, .virtual-home-section .virtual-heading-txt {
    font-size: 1.8rem;
  }
  .custom-section .col-md-4 {
    margin-bottom: 20px;
  }
  .custom-section .info span {
    font-size: 1.1rem;
  }
  .virtual-home-section div br {
    display: block;
  }
  .custom-section .mb-5 {
    margin-bottom: 0 !important;
  }
  .custom-section .pb-5 {
    padding-bottom: 1rem !important;
  }
  .custom-section {
    padding-bottom: 30px;
  }
  .custom-section .info-icon img {
    width: 30px;
  }
  .custom-section .info {
    margin-left: 10px;
  }
  .custom-section .info-icon {
    margin-right: 9px;
  }
}
@media (min-width: 768px) {
  .home-custom-hero-banner .home-custom-hero-text h1 {
    font-size: 2.5rem;
  }
  .home-custom-hero-banner .home-custom-hero-text {
    margin: auto 6%;
  }
  .home-custom-hero-banner .home-custom-hero-text p,
  .custom-section h1, .virtual-home-section h1, .virtual-home-section .virtual-heading-txt {
    font-size: 1.8rem;
  }
  .custom-section p {
    font-size: 1.6rem;
  }
  .custom-section .info span {
    font-size: 1.1rem;
  }
  .custom-section .info-icon {
    margin-right: 9px;
  }
}
@media (min-width: 992px) {
  .home-custom-hero-banner .home-custom-hero-text h1 {
    font-size: 3rem;
  }
  .home-custom-hero-banner .home-custom-hero-text {
    margin: auto 12%;
  }
  .home-custom-hero-banner .home-custom-hero-text p,
  .custom-section h1, .virtual-home-section h1, .virtual-home-section .virtual-heading-txt {
    font-size: 2.5rem;
  }
  .custom-section p {
    font-size: 1.8rem;
  }
  .custom-section .info span {
    font-size: 1.4rem;
  }
  .custom-section .info-icon {
    margin-right: 9px;
  }
}
@media (min-width: 1200px) {
  .home-custom-hero-banner .home-custom-hero-text h1 {
    font-size: 4rem;
  }
  .home-custom-hero-banner .home-custom-hero-text {
    margin: auto 12%;
  }
  .home-custom-hero-banner .home-custom-hero-text p {
    font-size: 2.5rem;
  }
  .custom-section h1, .virtual-home-section h1, .virtual-home-section .virtual-heading-txt {
    font-size: 3rem;
  }
  .custom-section p {
    font-size: 2.2rem;
  }
  .custom-section .info span {
    font-size: 1.625rem;
  }
  .custom-section .info-icon {
    margin-right: 15px;
  }
}
/*home customization css end here*/
.home-sale-bg .filter-mobile {
  background: #fff;
  padding: 20px 0 20px 0;
  position: sticky;
  top: 75px;
  z-index: 2;
}
.home-sale-bg .filter-mobile .btn {
  font-family: "Noto Sans", sans-serif !important;
  font-weight: 500 !important;
  font-size: 1rem !important;
  color: #4C4C4C !important;
}
.home-sale-bg .filter-mobile .btn-outline-secondary {
  --bs-btn-hover-bg: transparent;
  --bs-btn-active-bg: transparent;
}
.home-sale-bg .filter-desktop, .home-sale-bg .filter-tablet {
  background: #fff;
  padding: 30px 0 30px 20px;
  position: sticky;
  top: 98px;
  z-index: 2;
}
.home-sale-bg .filter-desktop .filter-wrapper, .home-sale-bg .filter-tablet .filter-wrapper {
  display: flex;
}
.home-sale-bg .filter-desktop .dropdown-toggle::after, .home-sale-bg .filter-tablet .dropdown-toggle::after {
  border: none !important;
  font: normal normal normal 20px/1 FontAwesome;
  content: "\f107" !important; /* the desired FontAwesome icon */
  vertical-align: 0; /* to center vertically */
  color: #0F2A44;
}
.home-sale-bg .filter-desktop .btn-secondary, .home-sale-bg .filter-tablet .btn-secondary {
  --bs-btn-color: #0f2a44;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #0f2a44;
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #6c757d;
  --bs-btn-active-bg: transparent;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}
.home-sale-bg .filter-desktop .btn-secondary.btn, .home-sale-bg .filter-tablet .btn-secondary.btn {
  font-family: "Noto Sans", sans-serif !important;
  font-weight: 500 !important;
  font-size: 1rem !important;
  color: #4C4C4C !important;
}
.home-sale-bg .mobile-layout-fliter .filter-wrapper {
  display: flex;
}
.home-sale-bg .mobile-layout-fliter .dropdown-toggle::after {
  border: none !important;
  font: normal normal normal 20px/1 FontAwesome;
  content: "\f107" !important; /* the desired FontAwesome icon */
  vertical-align: 0; /* to center vertically */
  color: #0F2A44;
}
.home-sale-bg .mobile-layout-fliter .btn-secondary {
  --bs-btn-color: #0f2a44;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #0f2a44;
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #6c757d;
  --bs-btn-active-bg: transparent;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}
.home-sale-bg .mobile-layout-fliter .btn-secondary.btn {
  font-family: "Noto Sans", sans-serif !important;
  font-weight: 500 !important;
  font-size: 1rem !important;
  color: #4C4C4C !important;
}
.home-sale-bg .mobile-layout-fliter .price-content .btn-secondary {
  width: 100%;
  margin-bottom: 30px;
}
.home-sale-bg .mobile-layout-fliter .price-content .dropdown-menu.show {
  width: -webkit-fill-available;
}
.home-sale-bg .mobile-layout-fliter .custom-choose input[type=radio] + label, .home-sale-bg .mobile-layout-fliter .custom-choose input[type=radio]:not(checked) + label {
  border-radius: 0;
  margin-right: -2px;
  padding: 5px 20px;
}
.home-sale-bg .btn-group {
  margin-right: 35px;
}
.home-sale-bg .grid-wrapper {
  position: relative;
  background: #f8f8f8;
  overflow-y: hidden;
}
.home-sale-bg .property {
  padding: 20px 144px 10px 20px;
}
.home-sale-bg .property h1 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  color: #0F2A44;
}
.home-sale-bg .property p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  color: #4C4C4C;
}

.sales-section .card {
  --bs-card-border-radius: 0.675rem !important;
}
.sales-section .card-body {
  padding-bottom: 0 !important;
}
.sales-section .card-footer {
  background: transparent;
  padding: 12px 15px;
}
.sales-section .card-title {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: #0F2A44;
  margin: 0;
}
.sales-section .price-label {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  color: #4C4C4C;
}
.sales-section .starting-price-label {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  color: #FF5D15;
}
.sales-section .card-text, .sales-section .address-text {
  font-family: "Noto Sans", sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
}
.sales-section .card-text {
  color: #4C4C4C;
  margin-bottom: 8px;
}
.sales-section .address-text {
  color: #7C7C7C;
  margin: 0;
}
.sales-section .pro-card-images {
  height: 200px;
  overflow: hidden;
}
.sales-section img {
  width: 100%;
  height: 200px !important;
}

.contact-cat-section {
  padding: 2rem 0;
}
.contact-cat-section .cat-bg {
  background-color: #0F2A44;
  align-items: center;
  padding: 80px 40px;
}
.contact-cat-section .row {
  align-items: center;
}
.contact-cat-section .cat-bg-left h1, .contact-cat-section p {
  color: #fff;
}
.contact-cat-section .cat-bg-left h1 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 2rem;
}
.contact-cat-section .cat-bg-left p {
  font-size: 1.3rem;
  font-family: "Noto Sans", sans-serif;
  padding-right: 110px;
}

.journey {
  position: relative;
  z-index: 1;
  background: #fff;
}

.full-journey footer {
  position: relative;
  z-index: 1;
}

.floating-action-bar button {
  background: #FF5D15;
  padding: 10px 20px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  box-shadow: none;
  border: none;
}

.floating-action-bar button:hover {
  transition: background-color ease 0.4s, border-radius ease 0.4s;
  border-radius: 33px;
}

.map-icon-btn img {
  width: 24px;
}

.map-icon-btn .text-b {
  justify-content: center;
  align-self: center;
}

.price-content .dropdown-menu.show {
  width: -moz-max-content !important;
  width: max-content !important;
}

.price-content .dropdown-menu {
  padding: 0;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 8px 12px 0px;
}

.drowndown-header {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 24px;
  background-color: rgb(246, 246, 250);
  box-sizing: border-box;
  color: rgb(89, 107, 130);
  padding: 10px;
  font-family: "Noto Sans", sans-serif;
}

.drowndown-header h6 {
  margin: 0;
}

.apply-btn button {
  width: 100%;
  color: #fff;
  font-size: 1rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
}

.label-txt label {
  color: #333;
  font-size: 1rem;
  font-family: "Noto Sans", sans-serif;
}

@media (min-width: 320px) and (max-width: 475px) {
  #myModal .modal-footer {
    display: unset;
    padding: 0;
  }
  .home-sale-bg .btn-group {
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .grid-wrapper .map-section {
    display: none;
  }
  .grid-wrapper .map-section, .filter-desktop, .filter-tablet {
    display: none;
  }
  .filter-mobile {
    display: block;
  }
  .home-sale-bg .property {
    padding: 30px 10px 20px 10px;
  }
  .sales-section {
    padding: 0 20px;
  }
  .contact-cat-section .cat-bg {
    padding: 40px 30px;
  }
  .contact-cat-section .cat-bg-left p {
    padding-right: 0;
  }
  .floating-action-bar {
    position: fixed;
    align-items: center;
    justify-content: center;
    transition: bottom 0.5s;
    z-index: 2;
    bottom: 0;
  }
  .map-mobile-sec {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .mobile-layout-fliter .dropdown-menu.show {
    display: block;
    width: -webkit-fill-available;
  }
}
/* Tablate Responsive css goes here **/
@media (min-width: 768px) {
  #myModal {
    display: none;
  }
  .grid-wrapper .map-section, .filter-mobile {
    display: none;
  }
  .sales-section {
    padding: 0 20px;
  }
  .filter-tablet {
    display: block;
  }
  .home-sale-bg .filter-tablet {
    padding: 20px 10px;
    top: 70px;
  }
  .home-sale-bg .btn-group {
    margin-right: 22px;
  }
  .floating-action-bar {
    position: fixed;
    align-items: center;
    justify-content: center;
    transition: bottom 0.5s;
    z-index: 2;
    bottom: 0;
  }
  .map-mobile-sec {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  #myModal {
    display: none;
  }
  .filter-desktop {
    display: block;
  }
  .sales-section {
    padding: 0 20px;
  }
  .filter-tablet, .filter-mobile, .map-mobile-sec {
    display: none;
  }
  .home-sale-bg .filter-desktop {
    top: 76px;
  }
  .home-sale-bg .grid-wrapper .left_side {
    width: 40%;
  }
  .home-sale-bg .property {
    padding: 20px 0 10px 20px;
  }
  .home-sale-bg .grid-wrapper .map-section {
    height: calc(100vh - 190px);
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 190px;
    width: 58%;
    display: block;
  }
  iframe {
    height: 100%;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #myModal {
    display: none;
  }
  .home-sale-bg .grid-wrapper .left_side {
    width: 40%;
  }
  .home-sale-bg .property {
    padding: 20px 40px 10px 20px;
  }
  .sales-section {
    margin-left: 13px;
  }
  .home-sale-bg .grid-wrapper .map-section {
    height: calc(100vh - 190px);
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 190px;
    width: 58%;
    display: block;
  }
  iframe {
    height: 100%;
    width: 100%;
  }
  .grid-wrapper .left_side {
    align-content: baseline;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .filter-desktop {
    display: block;
  }
  .filter-tablet, .filter-mobile, .map-mobile-sec {
    display: none;
  }
  .home-sale-bg .filter-desktop {
    top: 98px;
  }
}
/***** Custom Buttons ******/
.custom-choose {
  display: flex;
  justify-content: normal;
  align-items: center;
}

.custom-choose input[type=radio] {
  display: none;
}

.custom-choose input[type=radio] + label, .custom-choose input[type=radio]:not(checked) + label {
  padding: 5px 25px;
  border: solid 2px #444444;
  border-radius: 47px;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  margin-right: 5px;
  transition: 0.4s;
}

.custom-choose input[type=radio]:checked + label {
  position: relative;
  border: solid 2px #444444;
  background: #444444;
  color: #FFF;
  transition: 0.4s;
}

.custom-choose input[type=radio]:checked + label::before {
  content: "✓";
  position: absolute;
  left: 8px;
}

.hero-banner .inner-page-banner {
  min-height: 70vh;
  overflow: hidden;
  position: relative;
  transition: 0.5s;
}
.hero-banner h1 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 3.5rem;
  color: #fff !important;
  text-align: center;
}
.hero-banner p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  color: #FFE9DF;
  text-align: center;
}
.hero-banner .container {
  margin: auto;
}

.home-filter .map-section {
  height: 60vh;
  margin-bottom: 30px;
}
.home-filter iframe {
  width: 100%;
  height: 100%;
}

.home-standard-luxury {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-our-excellence h1 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
}
.home-our-excellence p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  text-align: center;
}

.home-our-execellece-swiper .card {
  --bs-card-border-color: transparent;
  --bs-card-border-radius: 0;
  --bs-card-inner-border-radius: 0;
}
.home-our-execellece-swiper .card-img-overlay {
  width: 100%;
  height: inherit;
  background-image: linear-gradient(180deg, transparent, #032539);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.home-our-execellece-swiper .card-text {
  margin: auto;
  color: #fff;
  text-align: center;
}
.home-our-execellece-swiper h1 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 2.1rem;
}
.home-our-execellece-swiper p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
}

.discover-cat {
  background-color: #EEEEEE;
  padding: 8%;
  text-align: center;
}
.discover-cat h1 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  text-align: center;
}
.discover-cat p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  text-align: center;
}

.home-about-sec h1 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  color: #fff;
}
.home-about-sec p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  color: #fff;
  margin: 0;
}

.home-testimonial {
  background-color: #EEEEEE;
  padding: 4% 0;
}
.home-testimonial .swiper {
  padding: 0 0 80px 0;
}
.home-testimonial .card-body {
  text-align: center;
  padding: 20px 50px;
}
.home-testimonial .testimonial-pic {
  height: 80px;
  background-color: #DEBEB4;
  width: 80px;
  overflow: hidden;
  border-radius: 185px;
  margin: 0 auto;
}
.home-testimonial h5 {
  margin: 20px 0;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  font-style: italic;
  color: #4C4C4C;
}
.home-testimonial .swiper p {
  margin: 20px 0;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #4C4C4C;
}
.home-testimonial .swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.home-testimonial .swiper-pagination-bullet-active {
  background: #4B4B4B;
}
.home-testimonial .swiper-slide, .home-testimonial .swiper-container {
  height: auto !important;
}

/* Mobile Responsive css goes here **/
@media (min-width: 320px) and (max-width: 475px) {
  .home-about-sec {
    position: relative;
  }
  .home-about-sec .bg {
    background: #032539;
    padding: 11% 16% 11% 4%;
    width: 74%;
  }
  .home-about-sec .image-container {
    position: absolute;
    top: 32px;
    right: 0;
    max-width: 550px;
  }
  .home-standard-luxury img {
    min-height: 45vh;
  }
  .home-standard-overlay {
    margin: 4%;
    padding: 4%;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    text-align: center;
  }
  .home-standard-overlay h1 {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 2rem;
  }
  .home-standard-overlay p {
    font-family: "Noto Sans", sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
  }
}
/* Tablate Responsive css goes here **/
@media (min-width: 768px) {
  .home-about-sec {
    position: relative;
  }
  .home-about-sec .bg {
    background: #032539;
    padding: 11% 4% 11% 4%;
    width: 100%;
  }
  .home-about-sec .image-container {
    position: unset;
    top: 32px;
    right: 0;
    max-width: 100%;
  }
  .home-standard-overlay {
    margin: 5%;
    padding: 26px;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    text-align: center;
  }
  .home-standard-overlay h1 {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 2rem;
  }
  .home-standard-overlay p {
    font-family: "Noto Sans", sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  .home-about-sec {
    position: relative;
  }
  .home-about-sec .bg {
    background: #032539;
    padding: 11% 4% 11% 4%;
    width: 100%;
  }
  .home-about-sec .image-container {
    position: unset;
    top: 32px;
    right: 0;
    max-width: 100%;
  }
  .home-standard-overlay {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 3%;
    padding-right: 3%;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    text-align: center;
    margin: 0;
  }
  .home-standard-overlay h1 {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 2rem;
  }
  .home-standard-overlay p {
    font-family: "Noto Sans", sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .home-about-sec {
    position: relative;
  }
  .home-about-sec .bg {
    background: #032539;
    padding: 11% 16% 11% 4%;
    width: 74%;
  }
  .home-about-sec .image-container {
    position: absolute;
    top: 32px;
    right: 0;
    max-width: 550px;
  }
  .home-about-sec .home-standard-overlay {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 3%;
    padding-right: 3%;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    text-align: center;
    margin: 0;
  }
  .home-about-sec .home-standard-overlay h1 {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 2rem;
  }
  .home-about-sec .home-standard-overlay p {
    font-family: "Noto Sans", sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
  }
}
.banner-txt-center {
  margin: auto;
}

.we-buy-land-banner-txt {
  color: #fff;
}
.we-buy-land-banner-txt h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 2rem;
}

.inner-page-container {
  padding: 40px 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .inner-page-container {
    top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 360px) {
  .inner-page-container {
    top: 20px;
    padding-bottom: 0;
  }
}
.inner-page-container h3 {
  font-size: 2rem;
  color: #032639;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 360px) {
  .inner-page-container {
    padding-top: 15px;
  }
  .inner-page-container h3 {
    font-size: 18px;
  }
  .inner-page-container .navbar-brand img {
    width: 195px;
  }
}
.inner-page-container .blog-r-side p {
  color: #0F2A44;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.1rem;
}

ul li {
  color: #0F2A44;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.1rem;
}

.right-side-form .inner-blog-hubspot .hs-error-msgs label {
  color: #f2545b;
  font-size: small;
}
.right-side-form .inner-blog-hubspot ul.no-list {
  list-style: none;
}
.right-side-form .inner-blog-hubspot .inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}
.right-side-form .inner-blog-hubspot .hs-form-radio {
  display: inline-block;
  margin-right: 43px;
}
.right-side-form .inner-blog-hubspot .hs-form-radio span {
  color: #fff;
}
.right-side-form .inner-blog-hubspot .hs-form-field {
  margin-bottom: 20px;
}
.right-side-form .inner-blog-hubspot .hs-custom-style .actions {
  text-align: center;
}
.right-side-form .inner-blog-hubspot .hs-button {
  border: none;
  padding: 0.65rem 1rem;
  border-radius: 0.5rem;
  background: #EE8D1C;
  min-width: 140px;
  color: #ffffff;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 400ms ease;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
}
.right-side-form .inner-blog-hubspot .hs-button:hover {
  background: #f1a042;
  color: #fff;
  transition: background-color ease 0.4s, border-radius ease 0.4s;
  border-radius: 33px;
}
.right-side-form .inner-blog-hubspot .fieldset.form-columns-2 .input {
  margin-right: 13px;
}
.right-side-form .inner-blog-hubspot .hs-custom-style fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]) {
  width: 100%;
}
.right-side-form .desk-top-form-view {
  position: fixed;
  top: 0;
  right: 245px;
  margin-top: 100px;
}
.right-side-form label {
  margin: 0;
  font-family: "Noto Sans", sans-serif;
}
.right-side-form h5 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}
.right-side-form .form-control {
  padding: 0 0.75rem;
  border-radius: 0;
}

.pad-section {
  padding: 6rem 0;
}

.msr-blue-bg {
  background-color: #032539;
}

.abt-video-main-sec h1 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  color: #fff !important;
}

.abt-video-main-sec p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 15px !important;
  color: #fff !important;
}

.video-thumbnail-sec {
  overflow: hidden;
  position: relative;
}

.abt-video-main-sec .vid-sec {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(250, 153, 28, 0.7803921569);
  border: 0px;
  height: 90px;
  width: 90px;
}

.vid-sec {
  height: 115px;
  width: 115px;
  border: 2px solid #fff;
  border-radius: 150px;
  text-align: center;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 0 auto;
  transition: 0.2s;
}

.video-thumbnail-sec img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.promise-con-main-sec {
  position: relative;
  padding-top: 80px;
  padding-bottom: 20px;
  background-color: #f4f1ec;
}
.promise-con-main-sec .promise-sid-bg {
  position: absolute;
  width: 40%;
  z-index: 2;
  top: 0;
  bottom: 0;
  margin: auto;
}
.promise-con-main-sec h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 60px;
}
.promise-con-main-sec .promise-con-sec {
  position: relative;
}
.promise-con-main-sec .promise-con-sec img {
  width: 35px;
  position: absolute;
  top: 2px;
  left: 0;
}
.promise-con-main-sec .pro-right-text-sec {
  padding-left: 50px;
}
.promise-con-main-sec .pro-right-text-sec h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1C768F;
  font-family: "Raleway", sans-serif;
}
.promise-con-main-sec .pro-right-text-sec p {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 50px;
  font-family: "Noto Sans", sans-serif;
}

.promise-con-main-sec:before {
  content: "";
  background-color: #032539;
  height: 50%;
  width: 35%;
  position: absolute;
  bottom: 0;
}

.giving-left-sec .giv-lft-top-img img {
  width: 100%;
}
.giving-left-sec p {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 30px;
  font-family: "Noto Sans", sans-serif;
}

.about-team-main-sec {
  padding-top: 100px;
  background-color: #faf9f5;
  padding-bottom: 100px;
}
.about-team-main-sec .findyourhome {
  margin-bottom: 60px;
}
.about-team-main-sec .abt-team-sec {
  max-width: 700px;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .about-team-main-sec .abt-team-sec {
    text-align: center;
  }
}
.about-team-main-sec .abt-team-sec .coll-md-push-6-0 {
  left: 0%;
  text-align: right;
}
@media (max-width: 767px) {
  .about-team-main-sec .abt-team-sec .coll-md-push-6-0 {
    text-align: center;
  }
}
.about-team-main-sec .abt-team-sec .coll-md-push-6-50 {
  left: 50%;
  text-align: right;
}
@media (max-width: 767px) {
  .about-team-main-sec .abt-team-sec .coll-md-push-6-50 {
    text-align: center;
  }
}
.about-team-main-sec .abt-team-sec .coll-md-pull-6 {
  text-align: right;
}
@media (max-width: 767px) {
  .about-team-main-sec .abt-team-sec .coll-md-pull-6 {
    text-align: center;
  }
}
.about-team-main-sec .abt-team-sec .abt-team-pick100 {
  width: 100%;
}
.about-team-main-sec .abt-team-sec .abt-team-pick80 {
  width: 80%;
}
.about-team-main-sec .abt-team-sec .abt-team-con-sec {
  margin-top: 30px;
}
.about-team-main-sec .abt-team-sec .abt-team-con-sec .abt-name {
  font-size: 30px;
  font-weight: 500;
}
.about-team-main-sec .abt-team-sec .abt-team-con-sec .abt-subhead {
  font-size: 17px;
  text-transform: uppercase;
  color: #fa991c;
  margin-bottom: 31px;
}
.about-team-main-sec .abt-team-sec .abt-team-con-sec .abt-con-info {
  position: relative;
}
.about-team-main-sec .abt-team-sec .abt-team-con-sec .abt-con-info .qta-team-bg {
  position: absolute;
  left: -30px;
  top: -5px;
  z-index: 0;
}
@media (max-width: 767px) {
  .about-team-main-sec .abt-team-sec .abt-team-con-sec .abt-con-info .qta-team-bg {
    left: 0;
    top: -20px;
    right: 0;
    margin: auto;
  }
}
.about-team-main-sec .abt-team-sec .abt-team-con-sec .abt-con-info p {
  position: inherit;
  font-size: 17px;
}

.about-team-main-anim-sec {
  padding-top: 100px;
  background-color: #faf9f5;
  padding-bottom: 100px;
}
.about-team-main-anim-sec .abt-team-con-sec {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .about-team-main-anim-sec .abt-team-con-sec {
    text-align: center;
  }
}
.about-team-main-anim-sec .abt-team-con-sec .abt-name {
  font-size: 30px;
  font-weight: 500;
}
.about-team-main-anim-sec .abt-team-con-sec .abt-subhead {
  font-size: 17px;
  text-transform: uppercase;
  color: #fa991c;
  margin-bottom: 31px;
}
.about-team-main-anim-sec .abt-team-con-sec .abt-con-info {
  position: relative;
}
.about-team-main-anim-sec .abt-team-con-sec .abt-con-info .qta-team-bg {
  position: absolute;
  left: -30px;
  top: -5px;
  z-index: 0;
}
@media (max-width: 767px) {
  .about-team-main-anim-sec .abt-team-con-sec .abt-con-info .qta-team-bg {
    left: 0;
    top: -20px;
    right: 0;
    margin: auto;
  }
}
.about-team-main-anim-sec .abt-team-con-sec .abt-con-info p {
  position: inherit;
  font-size: 17px;
}
.about-team-main-anim-sec .main {
  height: 215px;
  transition: all 1s ease-out;
}
@media (max-width: 1180px) {
  .about-team-main-anim-sec .main {
    height: 180px;
  }
}
@media (max-width: 1025px) {
  .about-team-main-anim-sec .main {
    height: 168px;
  }
}
@media (max-width: 992px) {
  .about-team-main-anim-sec .main {
    height: 145px;
  }
}
.about-team-main-anim-sec .con {
  max-width: 1300px;
  margin: 0 auto;
  transition: all 1s ease-out;
  position: relative;
}
.about-team-main-anim-sec .min-sec {
  display: inline-block;
  height: 200px;
  transition: all 1s ease-out;
  width: 20%;
  position: absolute;
}
@media (max-width: 1180px) {
  .about-team-main-anim-sec .min-sec {
    height: 180px;
  }
}
@media (max-width: 1025px) {
  .about-team-main-anim-sec .min-sec {
    height: 165px;
  }
}
@media (max-width: 992px) {
  .about-team-main-anim-sec .min-sec {
    height: 125px;
  }
}
.about-team-main-anim-sec .img-sec {
  height: 100%;
  width: 100%;
  float: left;
  transition: all 1s ease-out;
  text-align: center;
}
@media (max-width: 767px) {
  .about-team-main-anim-sec .img-sec {
    float: inherit;
  }
}
.about-team-main-anim-sec .img-sec img {
  width: auto;
  height: 100%;
}
.about-team-main-anim-sec .about-view-btn {
  margin-top: 20px;
}
.about-team-main-anim-sec .arrow-btm-btn-new::after {
  cursor: pointer;
  color: #fa991c;
  content: "\f107";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 40px;
  transition: all 1s ease-out;
}
.about-team-main-anim-sec .top-arrow::after {
  content: "\f106" !important;
}
.about-team-main-anim-sec .add {
  height: 1800px;
}
@media (max-width: 767px) {
  .about-team-main-anim-sec .add {
    height: 100%;
  }
}
.about-team-main-anim-sec .con-sec {
  display: none;
  transition: all 5s ease-out;
  opacity: 0;
  position: relative;
}
.about-team-main-anim-sec .abt-con-info p {
  animation: animatetopmargin 2s;
  margin-bottom: 0rem;
}
@keyframes animatetopmargin {
  from {
    margin-top: -20px;
    margin-bottom: 20px;
    opacity: 0;
  }
  to {
    margin-top: 0;
    margin-bottom: 0px;
    opacity: 1;
  }
}
.about-team-main-anim-sec .con-in-sec {
  top: 0;
  width: 100%;
  transition: all 3s ease-out;
  padding: 0% 10%;
  bottom: 0;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  position: absolute;
}
@media (max-width: 767px) {
  .about-team-main-anim-sec .con-in-sec {
    position: inherit;
    opacity: 1;
  }
}
.about-team-main-anim-sec .add .con-sec {
  height: 100%;
  background-color: transparent;
  width: 60%;
  margin-left: 40%;
  display: block;
  opacity: 1;
}
@media (max-width: 767px) {
  .about-team-main-anim-sec .add .con-sec {
    width: 100%;
    margin-left: 0%;
    display: inline-block;
  }
}
.about-team-main-anim-sec .add .min-sec {
  width: 100%;
  position: absolute;
  left: 0;
  height: 280px;
}
@media (max-width: 767px) {
  .about-team-main-anim-sec .add .min-sec {
    position: inherit;
    margin-bottom: 50px;
    height: 100%;
  }
}
.about-team-main-anim-sec .add .img-sec {
  width: 40%;
}
@media (max-width: 767px) {
  .about-team-main-anim-sec .add .img-sec {
    width: 100%;
  }
}
.about-team-main-anim-sec .add .con {
  max-width: 800px;
}
@media (max-width: 992px) {
  .about-team-main-anim-sec .add .con {
    max-width: 650px;
  }
}
.about-team-main-anim-sec .add .pull-sec {
  margin-left: 35px;
}
@media (max-width: 992px) {
  .about-team-main-anim-sec .add .pull-sec {
    margin-left: 0px;
  }
}
.about-team-main-anim-sec .add .pull-sec .con-sec {
  margin-left: 0%;
}
.about-team-main-anim-sec .add .pull-sec .img-sec {
  margin-left: 60%;
}
@media (max-width: 767px) {
  .about-team-main-anim-sec .add .pull-sec .img-sec {
    margin-left: 0%;
  }
}
@media (max-width: 767px) {
  .about-team-main-anim-sec .top-arrow {
    display: none;
  }
}
.about-team-main-anim-sec .two, .about-team-main-anim-sec .three, .about-team-main-anim-sec .four, .about-team-main-anim-sec .five, .about-team-main-anim-sec .six {
  top: 0px;
  transition: all 1s ease-out;
}
.about-team-main-anim-sec .two {
  left: 16%;
}
.about-team-main-anim-sec .add .two {
  top: 300px;
}
.about-team-main-anim-sec .three {
  left: 32%;
}
.about-team-main-anim-sec .add .three {
  top: 600px;
}
.about-team-main-anim-sec .four {
  left: 48%;
}
.about-team-main-anim-sec .add .four {
  top: 900px;
}
.about-team-main-anim-sec .five {
  left: 64%;
}
.about-team-main-anim-sec .add .five {
  top: 1200px;
}
.about-team-main-anim-sec .six {
  left: 80%;
}
.about-team-main-anim-sec .add .six {
  top: 1500px;
}
@media (max-width: 767px) {
  .about-team-main-anim-sec .one, .about-team-main-anim-sec .two, .about-team-main-anim-sec .three, .about-team-main-anim-sec .four, .about-team-main-anim-sec .five, .about-team-main-anim-sec .six {
    top: inherit !important;
  }
}

.image-overlay {
  width: 100%;
  height: inherit;
  background-image: linear-gradient(180deg, transparent, #032539);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

.contact-us-banner h1 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  color: #fff !important;
  text-align: center;
}

.contact-us-banner p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  color: #fff !important;
  text-align: center;
}

.contact-us-content .card {
  top: -130px;
  padding-top: 60px;
  margin: 0 130px;
  background: #FAF4F4;
  border: none;
  box-shadow: 0 8px 8px -4px rgba(221, 221, 221, 0.8);
}
.contact-us-content .address-bg {
  background: #032539;
  padding: 50px;
  right: 40px;
  position: relative;
  color: #fff;
}
.contact-us-content .icon-info img {
  width: 37px;
}
.contact-us-content .contact-form-right {
  padding: 0 40px 40px 0;
}
.contact-us-content .contact-form-right h1 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  color: #032539;
  margin: 0;
}
.contact-us-content .contact-form-right p {
  color: #4C4C4C;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 1rem;
}
.contact-us-content .contact-form-right .primary_btn {
  width: 100% !important;
}
.contact-us-content .contact-form-right label {
  color: #032539;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
}
.contact-us-content .contact-form-right .form-control {
  border-radius: 0;
  border: none;
  background: #DADADA;
}
.contact-us-content .content-txt {
  margin-left: 10px;
  align-self: center;
}
.contact-us-content .content-txt h4 {
  margin: 0;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.contact-us-content .content-txt p {
  font-family: "Noto Sans", sans-serif;
  margin: 0;
}
.contact-us-content .content-txt a {
  font-family: "Noto Sans", sans-serif;
  color: #fff;
  text-decoration: underline;
}

.map-container {
  right: 40px;
  position: relative;
  height: 380px;
}

.luxury-inclus-tabs ul {
  border-bottom: 1px solid #ccc;
  justify-content: space-between;
}
.luxury-inclus-tabs ul .nav-link {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.1rem;
  color: #0F2A44;
}

.luxury-inclus-tabs .nav-pills .nav-link.active, .luxury-inclus-tabs .nav-pills .show > .nav-link {
  color: #f1a042;
  background-color: transparent;
  border-bottom: 2px solid #f1a042;
  border-radius: 0;
  font-weight: 600;
}
.luxury-inclus-tabs .tab-one-text p {
  color: #1C768F;
  font-size: 2.5rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  margin: 0;
  padding-right: 20px;
}
.luxury-inclus-tabs .tab-one-text img {
  border-radius: 8px;
}
.luxury-inclus-tabs .kitchen-row-imges .card {
  --bs-card-border-color: transparent;
  --bs-card-border-radius: 0;
  --bs-card-inner-border-radius: 0;
}
.luxury-inclus-tabs .kitchen-row-imges .card-body {
  padding: 15px 0;
}
.luxury-inclus-tabs .kitchen-row-imges .card-title {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.1rem;
  color: #0F2A44;
  font-weight: 600;
}
.luxury-inclus-tabs .kitchen-row-imges p {
  color: #0F2A44;
  font-family: "Noto Sans", sans-serif;
  font-size: 0.95rem;
}

.gery-bg {
  background: #FBF9F9;
  padding: 50px 0 80px 0;
}

.find-home-content {
  text-align: center;
  margin-right: 250px;
  margin-left: 250px;
}
.find-home-content img {
  width: 100px;
}
.find-home-content .find-home-text {
  color: #1C768F;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  text-decoration: underline;
  margin-top: 10px;
}

/**** Site Map CSS Starts in Here.... ****/
.sitemap {
  margin: 40px 0 40px 0;
  width: 100%;
}

.sitemap .btn-check:checked + .btn, .sitemap .btn.active, .sitemap .btn.show, .sitemap .btn:first-child:active, .sitemap :not(.btn-check) + .btn:active {
  border-color: transparent;
}

.sitemap button {
  margin-bottom: 20px;
  font-size: 1rem;
  color: #4C4C4C;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  cursor: auto;
}

ol, ul {
  list-style: none;
}

.sitemap ul {
  padding-left: 1rem !important;
}

.sitemap ul li a {
  color: #0F2A44;
  font-family: "Noto Sans", sans-serif;
  font-size: 1rem;
  text-decoration: underline;
}

.sitemap ul li a:hover {
  color: #0084ff !important;
}

.sitemap .fs-7 a {
  font-size: 0.85rem !important;
}

.sitemap .fs-7 {
  border-right: 1px solid #4C4C4C;
  padding-right: 1rem;
}

.sitemap .fs-7:last-child {
  border-right: none;
  padding-right: 0;
}

.sitemap .expand-accord .btn:before {
  content: "\f056";
  padding-right: 15px;
  font: 22px/1 FontAwesome;
  color: #1c4151;
  display: inline;
}

.sitemap .expand-accord .btn.collapsed:before {
  content: "\f055";
  padding-right: 15px;
  font: 22px/1 FontAwesome;
  color: #1c4151;
}

.normal-button a, .home-text {
  font-size: 1rem;
  color: #4C4C4C;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
}

.normal-button a:hover {
  color: #0d6efd !important;
  text-decoration: underline !important;
}

.sitemap .btn:first-child:hover {
  color: #0d6efd !important;
}

.sitemap .expand-accord .btn:before:hover {
  text-decoration: none !important;
}

.tooltip-cust {
  position: relative;
  display: inline-block;
  color: #ee8d1c !important;
}

.tooltip-cust:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltip-cust .tooltiptext {
  visibility: hidden;
  position: absolute;
  width: 70px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.6s;
}

.tooltip-bottom {
  top: 135%;
  left: 50%;
  margin-left: -60px;
}

.tooltip-bottom::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #555 transparent;
}

/**** Site Map CSS Starts in Here.... ****/
.mid-con-info {
  background-color: #032539;
  padding: 1.2rem 0rem;
}

.mid-con-info h1 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}

.mid-con-info .open-house-sec:first-child {
  padding-left: 0px;
}

.mid-con-info .open-house-sec:last-child {
  border-right: 0px;
  padding-right: 0px;
}

.mid-con-info p {
  color: #fff;
  margin-bottom: 0px;
  font-size: 1.2rem;
  padding-right: 10px;
}

.mid-con-info .open-house-sec {
  padding: 20px 45px;
  border-right: 1px solid #fa991c;
}

.mid-con-info .fa {
  content: "\f095";
  color: #fa991c;
  padding-left: 7px;
}

.per-info p {
  float: left;
  padding-right: 25px;
}

.mid-two-con-info .open-house-sec {
  width: 50%;
}

@media only screen and (max-width: 1380px) {
  .mid-con-info .open-house-sec {
    padding: 20px 20px;
  }
  .mid-two-con-info .open-house-sec {
    padding: 20px 45px;
  }
}
@media only screen and (max-width: 1285px) {
  .mid-two-con-info .open-house-sec:first-child {
    padding-left: 45px;
  }
  .mid-con-info .open-house-sec:first-child {
    width: 50%;
  }
  .mid-con-info .open-house-sec {
    padding: 20px 48px;
  }
  .mid-con-info .open-house-sec:nth-child(2) {
    border-right: 0px;
  }
  .mid-two-con-info .open-house-sec:nth-child(2) {
    padding-left: 48px !important;
  }
  .mid-con-info .open-house-sec:last-child {
    border-right: 0px;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 1000px) {
  .mid-con-info {
    padding: 1.2rem 1rem;
  }
  .mid-con-info .open-house-sec {
    width: 100% !important;
  }
  .mid-con-info .open-house-sec:first-child {
    width: 50%;
    border-right: 0px;
  }
  .mid-con-info .open-house-sec:nth-child(2) {
    border-right: 0px;
    padding-left: 0px;
  }
  .mid-con-info .open-house-sec:last-child {
    border-bottom: 0px;
  }
  .mid-con-info .open-house-sec {
    padding: 20px 0px;
    border-bottom: 1px solid #fa991c;
  }
  .mid-two-con-info .open-house-sec {
    padding-left: 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mid-con-info p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1000px) {
  .mid-two-con-info .open-house-sec:nth-child(2) {
    padding-left: 0px !important;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
  /* .house-plan-sec ul {
  	display: grid;
  	grid-template-columns: 11% 15% 11% 13% 8% 10% 11% 20%;
  }
  .house-plan-sec ul li{
  	width: auto !important;
  } */
  .ads-main-sec {
    left: 50px;
  }
}
.svg-map {
  max-width: 1000px;
  margin-top: 30px;
  max-height: 65vh;
}

.reve-59-page .svg-map {
  max-width: 100%;
  margin-top: 30px;
  max-height: 65vh;
}

.bliss-page .map-main-sec {
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.bliss-page .svg-map {
  max-width: 100%;
  margin-top: 0px;
  max-height: 65vh;
}

.reve-59-page .slid-main-sec {
  box-shadow: 0px 0px 28px 19px rgba(84, 63, 105, 0.15);
  height: calc(100vh - 150px);
}

.slid-main-sec {
  height: 77vh !important;
}

.agent-grid-container {
  display: grid !important;
  grid-template-columns: auto auto auto auto !important;
}

.mid-con-info {
  background-color: #032539;
  padding: 1.2rem 1rem;
}

.mid-con-info h1 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}

.mid-con-info .info-banner-sec:first-child {
  padding-left: 0px;
}

.mid-con-info .info-banner-sec:last-child {
  border-right: 0px;
}

.mid-con-info p {
  color: #fff;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 25px;
  padding-right: 10px;
}

.mid-con-info .row {
  align-items: center !important;
  display: flex;
}

.mid-con-info p b {
  color: #fa991c;
}

.mid-con-info .info-banner-sec {
  padding: 10px 45px;
}

.sales-center-time-sec {
  border-right: 1px solid #fa991c;
}

.mid-con-info .fa {
  content: "\f095";
  color: #fa991c;
  padding-left: 7px;
  width: 30px;
  text-align: center;
}

.mid-two-con-info .info-banner-sec {
  width: 50%;
}

.agent-sec .profile-pick {
  height: 53px;
  background-color: #08334c;
  width: 53px;
  overflow: hidden;
  border-radius: 185px;
}

.agent-sec .profile-pick img {
  width: 123%;
  margin-left: -7px;
  margin-top: 3px;
}

.agent-sec .agent-pro-info h1 {
  font-size: 19px;
  color: #c59633;
  margin-bottom: 2px;
}

.agent-sec .agent-pro-info {
  text-align: left;
  padding: 10px 10px 5px 12px !important;
}

.agent-sec .agent-pro-info h2, .agent-sec .agent-con-sec p {
  font-size: 17px;
  color: #fff;
}

.agent-sec .agent-con-sec p a, .sales-center-time-sec p {
  color: #aeb3b7;
  transition: 0.2s;
}

.agent-sec .agent-con-sec p a:hover {
  color: #fff;
}

.agent-sec span {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: block;
}

.logo-sec {
  text-align: center;
}

.logo-sec img {
  width: 155px;
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .agent-grid-container {
    display: grid !important;
    grid-template-columns: auto auto auto !important;
  }
  .agent-item1 {
    grid-column: span 3;
  }
  .agent-item2 {
    grid-column-start: 2;
    grid-column-start: 1;
  }
  .mid-con-info .info-banner-sec:first-child {
    padding-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #fa991c;
    width: 100%;
    text-align: center;
    padding: 13px 0px 20px 0px;
    margin-bottom: 20px;
  }
  .mid-con-info .info-banner-sec {
    padding: 10px 15px;
  }
}
@media (max-width: 786px) {
  .agent-grid-container {
    display: grid !important;
    grid-template-columns: auto !important;
  }
  .agent-item1 {
    grid-column-start: 1;
    grid-column-start: 1;
  }
  .agent-item2 {
    grid-column-start: 2;
    grid-column-start: 1;
    order: 3;
  }
  .agent-item3 {
    grid-column-start: 3;
    grid-column-start: 1;
  }
  .agent-item4 {
    grid-column-start: 4;
    grid-column-start: 1;
    order: 3;
  }
}

.modal.home-sale-bg {
    background-color: rgb(255 255 255 / 92%) !important;
}

/*# sourceMappingURL=stylemin.css.map */