.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 {
  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 {
  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;
}

.swiper-nav-sec {
  position: relative;
}

.swiper-nav-sec .swiper-button-prev {
  right: 65px;
  left: unset;
}

.swiper-nav-sec .swiper-button-next, .swiper-nav-sec .swiper-button-prev {
  /* position: absolute; */
  top: var(--swiper-navigation-top-offset, 6%);
  width: calc(var(--swiper-navigation-size) / 124 * 143);
  height: var(--swiper-navigation-size);
  margin-top: 0;
  color: #ffffff;
  background: #fa991c;
  top: 0;
}

.swiper-nav-sec .swiper-button-next:after, .swiper-nav-sec .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 30px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.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.5%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(25, 55, 73, 0.9019607843) 250%);
  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);
}

.photo-count {
  background-color: rgba(28, 118, 143, 0.6588235294);
  border-radius: 5px;
  height: 30px;
  color: #fff;
  position: absolute;
  right: 7px;
  bottom: 7px;
  z-index: 9;
  padding: 3px 7px;
}

.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 .m-header li {
  padding: 4px 20px;
  border-right: 1px solid #ccc;
  height: 35px;
  vertical-align: middle;
}

.home-sale-gallery-modal .modal-header .m-header li:last-child {
  border-right: none;
}

.home-sale-gallery-modal .modal-header .m-header li a {
  color: #0F2A44;
  font-family: "Noto Sans", sans-serif;
}

.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: 100%;
}

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

.gallery-pics-one {
  height: 100%;
  overflow-y: auto;
  max-height: calc(-200px + 100vh);
  position: relative;
  margin: 0px 4px;
  will-change: transform;
  overflow-x: hidden;
}

.gallery-pics-one img {
  padding: 4px;
}

.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;
}

.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;
}

/*** Card Overlay CSS Start here ***/
.floorplan-sec .position-relative:hover {
  cursor: pointer;
}

.floorplan-sec .position-relative:hover .card_overlay {
  opacity: 0.9;
}

.floorplan-sec .position-relative .card_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  visibility: none;
  transition: 0.5s ease;
  background-color: #393839;
  opacity: 0;
}

.floorplan-sec .position-relative .overlay_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.floorplan-sec .position-relative a {
  background-color: #EE8D1C;
  padding: 0.5rem 1rem;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.1rem;
  font-family: "Noto Sans", sans-serif;
  border-radius: 20px;
}

.floorplan-sec .position-relative .white-bg a {
  background-color: transparent;
  padding: 0;
}

/*** Card Overlay CSS Start here ***/
@media (min-width: 1200px) {
  .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) {
  .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 {
    width: unset;
  }
  .pop-up-contant-form {
    display: none;
  }
  .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;
  }
  .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;
    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;
    padding: 0;
  }
  .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;
  }
  .home-sale-gallery-modal .modal-body {
    height: 80vh;
    overflow-y: auto;
  }
  .inner-banner-content > h2 {
    text-align: left;
  }
}
.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 (min-width: 992px) {
  .stick-tab .primary_btn {
    display: none;
  }
}
@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;
}

/***** css ****/
.padding-r-l-1x {
  padding-right: calc(var(--bs-gutter-x) * 1);
  padding-left: calc(var(--bs-gutter-x) * 1);
}

.footer-email-center {
  display: grid;
  place-items: center;
  margin-top: 14px;
}

.footer-email-center .hs-button {
  white-space: nowrap !important;
}

:root {
  --primary-color-1:#FF681C;
  --primary-color-2:#F9981C;
  --primary-color-3:#032539;
  --secondary-color-1:#1C768F;
  --secondary-color-2:#F4F0EC;
  --secondary-color-3:#606060;
  --main-heading:"Raleway";
  --raed-font:"Noto Sans";
  --primary-heading-fontsize:2.8rem;
  --secondary-heading-fontsize:2.2rem;
  --readfontsize: 1.3rem;
  --primary-heading-m-fontsize:2.3rem;
  --secondary-heading-m-fontsize:1.8rem;
  --readfontsize: 1.2rem;
}

* {
  font-family: "Noto Sans";
}

h1 {
  color: var(--primary-color-3);
  font-family: "Raleway";
  font-weight: 600;
  font-size: var(--primary-heading-fontsize);
  margin-bottom: 1rem;
}
@media only screen and (max-width: 769px) {
  h1 {
    font-size: var(--primary-heading-m-fontsize);
  }
}

h3 {
  color: var(--primary-color-3);
  font-family: var(--main-heading);
  font-weight: 600;
  font-size: var(--secondary-heading-fontsize);
  margin-bottom: 0.2rem;
}
@media only screen and (max-width: 769px) {
  h3 {
    font-size: var(--secondary-heading-m-fontsize);
  }
}

p, ul li, a {
  font-family: var(--raed-font);
  font-size: var(--readfontsize);
  color: var(--secondary-color-3);
  line-height: 2.3rem;
}
@media only screen and (max-width: 769px) {
  p, ul li, a {
    --readfontsize: 1.2rem;
  }
}

p {
  margin-bottom: 1.5rem;
}

a {
  text-decoration: none;
  color: var(--primary-color-2);
}
a:hover {
  color: var(--primary-color-1);
}

.container {
  max-width: 1500px;
}

.vertical-center {
  align-items: center;
  display: flex;
}

.mtg-navbar-sec .nav-link {
  font-size: 1.2rem;
  font-weight: 500;
  margin-right: 40px;
  color: black;
  padding: 10px 0px !important;
  border-bottom: 3px solid transparent;
}
.mtg-navbar-sec .nav-link:hover {
  border-color: var(--primary-color-2);
}
@media only screen and (max-width: 767px) {
  .mtg-navbar-sec .nav-link {
    margin-right: 25px;
  }
}
.mtg-navbar-sec .navbar {
  padding: 17px 0px;
}
.mtg-navbar-sec .navbar .navbar-brand img {
  max-height: 89px;
  max-width: 245px;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .mtg-navbar-sec .navbar .navbar-brand img {
    max-width: 220px;
  }
}
.mtg-navbar-sec .navbar-nav .btn {
  font-size: 1.2rem;
  align-items: center !important;
  display: flex;
}

.inner-slider-amin-sec {
  position: relative;
  min-height: 50vh;
}
.inner-slider-amin-sec img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider-main-sec {
  height: 72vh;
  overflow: hidden;
  position: relative;
}
.slider-main-sec::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(3, 37, 57, 0.4784313725);
  top: 0;
  z-index: -1;
}
.slider-main-sec h1, .slider-main-sec p {
  color: #fff;
}
.slider-main-sec p {
  font-size: 24px;
}
.slider-main-sec .btn {
  font-weight: 600;
}
.slider-main-sec .slider-con {
  text-align: center;
  margin-top: 150px;
}
@media only screen and (max-width: 1450px) {
  .slider-main-sec .slider-con {
    margin-top: 70px;
  }
}
.slider-main-sec .slid-bg {
  width: 106%;
  height: 106%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  z-index: -1;
  -o-object-position: 0% 80%;
     object-position: 0% 80%;
}
@media only screen and (max-width: 1400px) {
  .slider-main-sec .slid-bg {
    -o-object-position: 50% 10%;
       object-position: 50% 10%;
  }
}

.who-main-sec {
  max-width: 1300px;
  margin: 0 auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.who-main-sec .who-img-sec {
  height: 350px;
  width: 85%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .who-main-sec .who-img-sec {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.who-main-sec .who-img-sec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.explore-main-sec {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #F7F7F7;
}
.explore-main-sec .explore-sec p {
  margin: 0px;
}
.explore-main-sec .explore-sec .exp-img-sec {
  margin-bottom: 1rem;
  height: 350px;
}
.explore-main-sec .explore-sec .exp-img-sec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.why-choose-msr {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.why-choose-msr .why-choose-con-sec .icon-sec {
  padding-left: 60px;
  margin-top: 2rem;
  position: relative;
}
.why-choose-msr .why-choose-con-sec .icon-sec img {
  width: 39px;
  position: absolute;
  left: 0;
  height: -moz-fit-content;
  height: fit-content;
  top: 0;
}
.why-choose-msr .why-choose-con-sec .icon-sec .why-in-sec {
  position: relative;
}
.why-choose-msr .why-choose-con-sec .icon-sec .why-in-sec h3 {
  color: var(--primary-color-3);
}
.why-choose-msr .why-chose-img-sec {
  width: 90%;
  margin: 0 auto;
}
.why-choose-msr .why-chose-img-sec .row .chos-img-sec {
  padding: calc(var(--bs-gutter-x) * 0.2);
  position: relative;
}
@media only screen and (max-width: 800px) {
  .why-choose-msr .why-chose-img-sec .row .chos-img-sec {
    height: 300px;
  }
}
.why-choose-msr .why-chose-img-sec .row .chos-img-sec p {
  position: absolute;
  bottom: 0;
  left: 23px;
  font-size: 1.45rem;
  color: #fff;
  font-weight: 500;
  z-index: 1;
}
.why-choose-msr .why-chose-img-sec .row .chos-img-sec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.why-choose-msr .why-chose-img-sec .row .chos-img-sec::after {
  content: "";
  background: linear-gradient(0deg, rgba(2, 0, 36, 0.5) 0%, rgba(0, 212, 255, 0) 30%);
  position: absolute;
  width: 98%;
  height: 99%;
  bottom: 1%;
  left: 1%;
}
@media only screen and (max-width: 800px) {
  .why-choose-msr .why-chose-img-sec .row .chos-img-sec::after {
    width: 99%;
    height: 99%;
    bottom: 1.5%;
    left: 0.5%;
  }
}
@media only screen and (max-width: 767px) {
  .why-choose-msr .why-chose-img-sec .row .chos-img-sec::after {
    width: 97.5%;
    height: 99%;
    bottom: 1.5%;
    left: 1%;
  }
}

.visit-community-main-sec {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
}
.visit-community-main-sec .visit-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  top: 0;
}
.visit-community-main-sec .visit-con-sec {
  background-color: #fff;
  padding: 40px 60px;
  border-left: 9px solid var(--primary-color-2);
}

footer {
  background-color: var(--primary-color-3);
  padding-top: 5rem;
  z-index: 1;
  position: relative;
}
footer ul li {
  list-style: none;
  color: var(--secondary-color-2);
  padding-bottom: 16px;
  font-size: var(--readfontsize);
}
footer ul li a {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
  transition: 0.2s;
}
footer ul li a:hover {
  opacity: 1;
  color: #fff;
}
@media only screen and (max-width: 400px) {
  footer ul li a {
    font-size: 17px;
  }
}
footer .msr-logo {
  height: auto;
  width: 100%;
  max-width: 303px;
}
footer .social-icons {
  margin-top: 35px;
}
footer .social-icons ul {
  display: flex;
}
footer .social-icons ul li {
  width: 80px;
}
footer .social-icons ul li svg {
  fill: var(--secondary-color-2);
  height: 37px;
  width: 100%;
}
footer .add-sec ul {
  padding-left: 60px;
  padding-right: 120px;
}
@media only screen and (max-width: 1024px) {
  footer .add-sec ul {
    padding-left: 55px;
    padding-right: 15px;
  }
}
footer .add-sec ul li {
  position: relative;
}
footer .add-sec ul li span {
  opacity: 0.7;
}
footer .add-sec ul li img {
  position: absolute;
  left: 0;
  top: 3px;
  opacity: 0.75;
}
footer .add-sec ul li:nth-child(1) svg {
  top: 6px;
}
footer .add-sec ul li:nth-child(2) svg {
  top: 1px;
}
footer .add-sec ul li:nth-child(3) svg {
  top: 4px;
}
footer .add-sec ul li svg {
  width: 31px;
  height: auto;
  position: absolute;
  left: -40px;
  opacity: 0.7;
}
footer .add-sec ul li svg path {
  fill: var(--secondary-color-2);
}
footer .copyright-sec {
  font-size: var(--readfontsize);
  text-align: center;
  padding-bottom: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1411764706);
  padding-top: 1.4rem;
  margin-top: 2rem;
}
footer .copyright-sec .cop-sec {
  display: inline-flex;
}
@media only screen and (max-width: 1022px) {
  footer .copyright-sec .cop-sec {
    display: block;
  }
}
footer .copyright-sec p {
  margin-bottom: 0px;
  color: var(--secondary-color-2);
}
footer .copyright-sec p a {
  color: var(--primary-color-2);
  text-decoration: none;
  transition: 0.5s;
}
footer .copyright-sec p a:hover {
  color: var(--primary-color-1);
}
footer .copyright-sec .footer-icons {
  margin-left: 3rem;
}
@media only screen and (max-width: 767px) {
  footer .copyright-sec .footer-icons {
    margin-left: 0rem;
    margin-top: 1rem;
  }
}
footer .copyright-sec .footer-icons a svg {
  height: 30px;
  width: 60px;
}
footer .copyright-sec .footer-icons a svg path {
  fill: #fff;
}
footer .copyright-sec .footer-icons a svg polygon {
  fill: #fff;
}

.privacy-policy-main-sec .policy-sec {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.privacy-policy-main-sec .policy-sec .no-ul li {
  list-style: none;
}
.privacy-policy-main-sec .policy-sec .no-ul li h3 {
  margin-top: 30px;
}
.privacy-policy-main-sec .policy-sec .no-ul li ul li {
  list-style: circle;
}

.contact-main-sec {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.contact-main-sec .contact-section {
  background-color: var(--primary-color-3);
  padding: 60px;
  height: 100%;
}
.contact-main-sec .contact-section .foo-map-sec svg {
  margin-top: 8px;
}
.contact-main-sec .contact-section .foo-mail-sec svg {
  margin-top: -8px;
}
.contact-main-sec .contact-section .foo-phone-sec svg {
  margin-top: -8px;
}
.contact-main-sec .contact-section .contact-icon {
  margin-bottom: 8px;
}
.contact-main-sec .contact-section .contact-icon svg {
  vertical-align: middle;
  height: 25px;
  width: 25px;
  margin-right: 8px;
}
.contact-main-sec .contact-section .contact-icon svg path {
  fill: var(--primary-color-2);
}
.contact-main-sec .contact-section .contact-icon h1 {
  color: var(--secondary-color-2);
  margin: 0px;
}
.contact-main-sec .contact-section .contact-icon a {
  color: var(--secondary-color-2);
  opacity: 0.8;
}
.contact-main-sec .contact-section .contact-icon a:hover {
  opacity: 1;
}

.heading-content-main-sec {
  margin-bottom: 2rem;
}

.about-vid-sec {
  padding-bottom: 4rem;
  padding-top: 4rem;
  position: relative;
}
.about-vid-sec::before {
  content: "";
  background-color: var(--secondary-color-2);
  height: 26%;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .about-vid-sec::before {
    height: 10%;
  }
}
.about-vid-sec .video-thumbnail-sec {
  overflow: hidden;
  position: relative;
  max-height: 450px;
  margin-top: 1.5rem;
}
.about-vid-sec .video-thumbnail-sec .vid-sec {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 3px solid #fff;
  margin: auto;
  background-color: rgba(109, 109, 109, 0);
  height: 90px;
  width: 90px;
  border-radius: 150px;
  text-align: center;
  display: flex;
  align-items: center;
  transition: 0.2s;
  cursor: pointer;
}
.about-vid-sec .video-thumbnail-sec .vid-sec:hover {
  background-color: var(--primary-color-2);
  border-color: var(--primary-color-2);
}
.about-vid-sec .video-thumbnail-sec .vid-sec:hover svg .st0 {
  fill: #fff;
}
.about-vid-sec .video-thumbnail-sec .vid-sec svg {
  height: 22px;
  margin: 0 auto;
}
.about-vid-sec .video-thumbnail-sec img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.Promise-main-sec .promise-con-main-sec {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 20px;
  background-color: #f4f1ec;
}
.Promise-main-sec .promise-con-main-sec .promise-sid-bg {
  margin: auto;
  height: calc(100% - 60px);
  -o-object-fit: cover;
     object-fit: cover;
  width: 90%;
  z-index: 123;
  position: relative;
}
.Promise-main-sec .promise-con-main-sec h2 {
  font-family: var(--primary-heading-fontsize);
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 60px;
}
.Promise-main-sec .promise-con-main-sec .promise-con-sec {
  position: relative;
}
.Promise-main-sec .promise-con-main-sec .promise-con-sec img {
  width: 35px;
  position: absolute;
  top: 2px;
  left: 0;
}
.Promise-main-sec .promise-con-main-sec .pro-right-text-sec {
  padding-left: 50px;
}
.Promise-main-sec .promise-con-main-sec .pro-right-text-sec h3 {
  font-size: 1.4rem;
  font-weight: 600;
  /*color: var(--secondary-color-1);*/
  font-family: "Raleway", sans-serif;
}
.Promise-main-sec .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-main-sec .giving-left-sec .giv-lft-top-img img {
  width: 100%;
}
.Promise-main-sec .giving-left-sec p {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 30px;
  font-family: "Noto Sans", sans-serif;
}

.high-end-amenities-sec {
  background-color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.high-end-amenities-sec img {
  width: 90%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 990px) {
  .high-end-amenities-sec img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.high-end-amenities-sec ul {
  margin-bottom: 0rem;
}
.high-end-amenities-sec ul li {
  list-style: circle;
  margin-bottom: 1.2rem;
}
.high-end-amenities-sec ul li::marker {
  color: var(--primary-color-2);
}
.high-end-amenities-sec ul li:last-child {
  margin-bottom: 0rem;
}

.pro-info-main-sec {
  padding-bottom: 2rem;
}
.pro-info-main-sec .pro-logo-sec {
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}
.pro-info-main-sec .pro-logo-sec h1 {
  margin: 0px;
}
.pro-info-main-sec .pro-logo-sec img {
  width: 300px;
  height: auto;
}
.pro-info-main-sec .pro-img-sec {
  max-height: 500px;
}
.pro-info-main-sec .pro-img-sec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pro-info-main-sec .pro-info-sec {
  margin-top: 2rem;
}
.pro-info-main-sec .pro-info-sec ul {
  padding: 0px;
  position: relative;
  padding-top: 35px;
}
.pro-info-main-sec .pro-info-sec ul li {
  list-style: none;
  font-weight: 500;
  color: #000;
}
.pro-info-main-sec .pro-info-sec ul li span {
  font-size: 1rem;
  position: absolute;
  top: 0;
  color: var(--secondary-color-3);
  font-weight: 400 !important;
}
.pro-info-main-sec .pro-info-sec .pro-amenities-info-sec ul {
  padding-top: 0px;
  display: grid;
  grid-template-columns: auto auto auto auto;
}
@media only screen and (max-width: 500px) {
  .pro-info-main-sec .pro-info-sec .pro-amenities-info-sec ul {
    grid-template-columns: auto auto;
  }
}
.pro-info-main-sec .pro-info-sec .pro-amenities-info-sec ul li {
  position: relative;
  padding-top: 34px;
  margin-bottom: 14px;
}

.floor-plan-main-sec {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: var(--secondary-color-2);
}
.floor-plan-main-sec .sales-section {
  margin-bottom: 1.5rem !important;
}
.floor-plan-main-sec .sales-section .card .card-text span {
  display: inline-block;
  padding-right: 12px;
  padding-left: 10px;
  position: relative;
}
.floor-plan-main-sec .sales-section .card .card-text span:first-child {
  padding-left: 0px;
}
.floor-plan-main-sec .sales-section .card .card-text span:last-child::after {
  display: none;
}
.floor-plan-main-sec .sales-section .card .card-text span::after {
  content: "";
  position: absolute;
  right: 0;
  height: 15px;
  width: 1px;
  background-color: #0f2a44;
  top: 5px;
}
.floor-plan-main-sec .sales-section .card .btn {
  padding: 6px 19px;
  margin-bottom: 8px;
  font-size: 16px;
}

.gallery-main-sec {
  padding-top: 4rem;
}
.gallery-main-sec .gallery-sec ul {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 10px;
  padding: 0px;
  margin: 0px;
}
@media only screen and (max-width: 767px) {
  .gallery-main-sec .gallery-sec ul {
    grid-template-columns: auto;
  }
}
.gallery-main-sec .gallery-sec ul li {
  list-style: none;
  height: 350px;
  overflow: hidden;
}
.gallery-main-sec .gallery-sec ul li:nth-child(1) {
  grid-column: 1/span 3;
}
@media only screen and (max-width: 767px) {
  .gallery-main-sec .gallery-sec ul li {
    grid-column: 1/span 3;
  }
}
.gallery-main-sec .gallery-sec ul li:last-child {
  position: relative;
}
.gallery-main-sec .gallery-sec ul li:last-child a span {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(250, 153, 28, 0.8196078431);
  color: #fff;
}
.gallery-main-sec .gallery-sec ul li:last-child a:hover img {
  width: 105%;
  height: 105%;
}
.gallery-main-sec .gallery-sec ul li img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}

.msrrental-popup {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.msrrental-popup .close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  border: none;
  border-radius: 180px;
  height: 50px;
  width: 50px;
  font-size: 30px;
  line-height: 19px;
  font-family: monospace;
  font-weight: 100;
  background-color: transparent;
}
.msrrental-popup .close:hover {
  color: var(--primary-color-1);
}
.msrrental-popup .pop-img-sec img {
  width: 100%;
  height: 100%;
  padding: 2px;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 500px;
}
.msrrental-popup .modal {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}
.msrrental-popup .modal-content {
  position: relative;
  padding: 20px;
  background: #fff;
  max-width: 90%;
  max-height: 90%;
  overflow-y: auto;
  border-radius: 0;
}
.msrrental-popup ul {
  margin: 0;
  padding: 0;
}
.msrrental-popup .m-header li {
  padding-right: 20px;
  padding-left: 20px;
  border-right: 1px solid #ccc;
  height: 35px;
  vertical-align: middle;
  list-style: none;
  display: inline-block;
}
.msrrental-popup .m-header li:first-child {
  padding-left: 0px;
}
.msrrental-popup .m-header li:last-child {
  border-right: none;
}
.msrrental-popup .modal-header {
  padding-top: 0px;
  padding-left: 0px;
}
.msrrental-popup .gallery-popup {
  overflow-y: auto;
}
.msrrental-popup .t-community-price {
  font-size: 2rem;
  line-height: 1;
}
.msrrental-popup .close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-family: "Raleway";
  font-weight: 400;
}
.msrrental-popup ::-webkit-scrollbar {
  width: 10px;
}
.msrrental-popup ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.msrrental-popup ::-webkit-scrollbar-thumb {
  background: #888;
}
.msrrental-popup ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.msrrental-hubspot .hbspt-form input {
  box-sizing: border-box;
  min-height: 27px;
  margin-top: 0px;
  border-radius: 2px;
  padding-left: 18px !important;
  padding-right: 18px !important;
  display: block;
  float: none;
  font-size: 15px;
  padding: 6px 10px;
  height: 60px !important;
  width: 100%;
  font-family: Montserrat;
  line-height: 1.3;
  border: 1px solid #111 !important;
  letter-spacing: 2px !important;
  height: 55px !important;
  margin-top: 20px;
}
.msrrental-hubspot .hbspt-form {
  background-color: #f7f7f7;
  padding: 53px;
}
.msrrental-hubspot .hbspt-form label {
  display: none;
}
.msrrental-hubspot .hbspt-form .no-list {
  list-style: none;
  margin: 0px;
}
.msrrental-hubspot .hbspt-form .no-list label {
  display: inherit;
  color: red;
  font-size: 15px;
}
.msrrental-hubspot .hs-button {
  width: 100% !important;
  font-weight: 600 !important;
  background-color: #032539 !important;
  color: #FFF !important;
  border-radius: 0px !important;
  text-transform: uppercase;
  border: 1px solid #333 !important;
  padding: 0.8rem 1rem !important;
  letter-spacing: 1 !important;
  min-width: 175px !important;
  margin-top: 10px;
}
.msrrental-hubspot .hbspt-form textarea {
  margin-top: 20px;
}

.msr-swiper-sec .swiper-pagination-bullet-active {
  background: var(--primary-color-1) !important;
}
@media only screen and (max-width: 767px) {
  .msr-swiper-sec .swiper {
    padding-bottom: 55px;
  }
}
.msr-swiper-sec .swiper .swiper-pagination {
  display: none;
}
.msr-swiper-sec .swiper .swiper-btns {
  position: absolute;
  top: -10px;
  display: inline-block;
  height: 70px;
  width: 130px;
  right: -10px;
}
@media only screen and (max-width: 767px) {
  .msr-swiper-sec .swiper .swiper-btns {
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.msr-swiper-sec .swiper .swiper-btns .swiper-button-next, .msr-swiper-sec .swiper .swiper-btns .swiper-button-prev {
  color: #ffffff;
  background: #fa991c;
  padding: 26px;
}
.msr-swiper-sec .swiper .swiper-btns .swiper-button-next::after, .msr-swiper-sec .swiper .swiper-btns .swiper-button-prev::after {
  font-size: 1.8rem !important;
}

.msr-overlay {
  position: relative;
}
.msr-overlay::after {
  content: "";
  background-color: rgba(3, 37, 57, 0.4117647059);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.msr-overlay h1 {
  color: #fff;
  z-index: 100;
}

.disclaimer {
  color: #333;
  font-size: 10px;
  margin: 15px 0 0 0;
}/*# sourceMappingURL=design.css.map */