body {
    background-color: var(--white);
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
    margin-top: 30px;
}

.carousel .slick-dots {
    margin-top: 100px;
    padding: 20px 0px 45px;
}

.btnEnquireNow {
    cursor: pointer;
    text-decoration: underline;
}

.slick-dots li {
    margin: 0 0.25rem;
}

.slick-dots button {
    content: " ";
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: rgb(214, 214, 214);
    border: 1px solid #616161;
    text-indent: 9999px;
    cursor: pointer;
}

.slick-dots li button {
    display: block !important;
}

.slick-dots li.slick-active button {
    background-color: var(--darkblue);
}

/* section
{
  background-color: var(--white);
  padding-top:60px;
} */

.map {
    position: relative;
}

.constcontainer iframe {
    width: 100%;
}

.constructionUpdates .sectionHead {
    margin-bottom: 20px;
}

.artistic {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
    font-family: 'Montserrat-Regular';
}

.projectform {
    background-color: var(--darkblue);
    padding: 20px;
}

.projectvideobanner {
    height: 100vh;
}

/* .bannerVideoHeight {
    position: inherit;
    overflow: hidden;
    right: 0;
    min-width: 100%;
    z-index: -9999;
    height: 100vh;
    object-fit: cover;
    object-position: center top;
} */

.video-container {
    width: 100vw;
    height: 90vh;
}

.video-container iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 90vh;
    transform: translate(-50%, -50%);
}

@media (min-aspect-ratio: 16/9) {
    .video-container iframe {
        /* height = 100 * (9 / 16) = 56.25 */
        height: 56.25vw;
    }
}

@media (max-aspect-ratio: 16/9) {
    .video-container iframe {
        /* width = 100 / (9 / 16) = 177.777777 */
        /* width: 177.78vh; */
        width: 157.78vh;
        top: 42%;
    }
}

.projectvideobanner .projectform {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 100%;
}

.projectform .form-group {
    width: 20.2%;
    float: left;
    margin: .6%;
}

.projectform .form-group2 {
    width: 150px;
}

.form-group button img {
    width: 20px !important;
}

.projectform .form-group .form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 0.375rem 0.75rem;
    font-size: 16px;
    font-family: 'Montserrat-Regular';
    font-weight: 400;
    line-height: 1.5;
    color: var(--white);
    background-color: var(--darkblue);
    background-clip: padding-box;
    border: 1px solid #7080b3;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.projectform .form-group button {
    display: block;
    width: 150px;
    height: 45px;
    padding: 0.375rem 0.75rem;
    font-size: 16px;
    font-family: 'Montserrat-bold';
    font-weight: 400;
    line-height: 1.5;
    color: var(--darkblue);
    background-color: var(--white);
    background-clip: padding-box;
    border: 1px solid var(--white);
    border-radius: 0.25rem;
    text-transform: uppercase;
}

.form-control::placeholder {
    color: var(--white);
    opacity: 1 !important;
    font-family: Montserrat-Regular;
}

:-ms-input-placeholder {
    color: var(--white) !important;
    font-family: Montserrat-Regular;
}

::-ms-input-placeholder {
    color: var(--white) !important;
    font-family: Montserrat-Regular;
}

.projectform .form-group select {
    border-right: 10px solid transparent !important;
    outline: 1px solid #7080b3;
    border: 0;
}

/* fourcol section */

.projectfourCol {
    width: 100%;
    background-color: var(--white);
    /* padding: 80px 0px; */
    position: relative;
}

.projectfourCol .fourColFlex {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.projectfourCol .fourColFlexBox {
    width: 25%;
    border-right: 1px solid #bbc3db;
}

.projectfourCol .fourColFlexBox:last-child {
    border: 0px;
}

.projectfourCol .fourColFlexBox .iCon {
    width: 25%;
    margin: 0 auto 5px auto;
}

.projectfourCol .fourColFlexBox p {
    font-size: 15px;
    /* font-weight: 500; */
    color: var(--darkgray);
    font-family: 'Montserrat-Bold';
    text-transform: uppercase;
    text-align: center;
}

/* fourcol section Ends*/

/* about Project */

.aboutproject {
    background-color: var(--lightpeach);
    padding-top: 0px;
}

.projectscontainer {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.projectscontainer .projectimage {
    width: 50%;
    position: relative;
}

.projectscontainer .projectimage img {
    width: 100%;
}

.projectscontainer .projectcontent {
    width: 50%;
    padding-right: 150px;
    padding-left: 80px;
}

.projectscontainer .projectcontent .section-subtitle {
    margin-bottom: 30px;
    font-size: 18px;
}

.projectscontainer .projectcontent p {
    font-size: 16px;
}

.projectscontainer .projectcontent img {
    margin-bottom: 30px;
    width: auto !important;
}

@keyframes movearrow {
    0% {
        margin-left: 5px;
    }
    50% {
        margin-left: 10px;
    }
    100% {
        margin-left: 0px;
    }
}

@keyframes movearrowdown {
    0% {
        margin-top: 0px;
    }
    50% {
        margin-top: 5px;
    }
    100% {
        margin-top: 0px;
    }
}

@keyframes turnarrow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-90deg);
    }
}

.projectscontainer .projectcontent .buttongroup {
    /* display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 60px; */
    display: flex;
    gap: 20px;
    margin-top: 60px;
    width: 100%;
    align-items: center;
}

.projectscontainer .projectcontent .buttongroup img {
    margin-bottom: 3px;
    width: auto !important;
}

.aboutproject .projectcontent .buttongroup a {
    padding: 15px 15px;
    border: 1px solid var(--darkblue);
    text-transform: uppercase;
    font-family: 'Montserrat-Bold';
}

/* .aboutproject .projectcontent .buttongroup a:hover img
  {
    transition: all 0.2s ease-in-out;
 animation: movearrow 1.5s infinite;
  } */

.projectscontainer .projectcontent .buttongroup a.downloadbtn {
    background-color: transparent;
    border: 1px solid var(--darkblue);
    color: var(--darkblue);
    margin-right: 20px;
}

.projectscontainer .projectcontent .buttongroup a.downloadbtn:hover {
    background-color: var(--darkblue);
    border: 1px solid var(--darkblue);
    color: var(--white);
}

.projectscontainer .projectcontent .buttongroup a.downloadbtn:hover img {
    filter: invert(100%) sepia(97%) saturate(0%) hue-rotate(28deg) brightness(103%) contrast(103%);
    transition: all 0.2s ease-in-out;
    animation: movearrowdown 1.5s infinite;
}

.projectscontainer .projectcontent .buttongroup a.bookbtn {
    background-color: var(--darkblue);
    border: 1px solid var(--darkblue);
    color: var(--white);
    width: 220px;
}

.projectscontainer .projectcontent .buttongroup a.bookbtn:hover {
    background-color: var(--white);
    border: 1px solid var(--darkblue);
    color: var(--darkblue);
}

.projectscontainer .projectcontent .buttongroup a.bookbtn:hover img {
    transition: all 0.2s ease-in-out;
    animation: movearrow 1.5s infinite;
}

/* about Project Ends */

/* .amenities
  {
    padding-bottom: 60px;
  } */

.amenitiescontainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
    margin-top: 20px;
}

.amenitiespointers {
    flex: 1;
}

/* .amenitiespointers a
{
  margin-top: 10px;
  text-align: center;
  width: 400px;
  background-color: var(--darkblue);
  color: var(--white)!important;
  padding: 25px 15px 25px 25px;
  text-transform: uppercase;
  font-family: 'Montserrat-Bold';
  font-size: 15px;
  display: block;
} */

a.btnamenitiesexploreMob,
a.btnamenitiesexplore {
    margin-top: 10px;
    text-align: left;
    width: 400px;
    background-color: var(--darkblue);
    color: var(--white) !important;
    padding: 15px 20px;
    text-transform: uppercase;
    font-family: 'Montserrat-Bold';
    font-size: 15px;
    display: block;
    cursor: pointer;
}

a.btnamenitiesexploreMob:hover,
a.btnamenitiesexplore:hover {
    background-color: var(--white);
    color: var(--darkblue) !important;
    border: 1px solid var(--darkblue);
}

a.btnamenitiesexploreMob:hover i,
a.btnamenitiesexplore:hover i {
    transition: all 0.2s ease-in-out;
    animation: movearrow 1.5s infinite;
}

/*
.amenitiespointers a:hover img
{
  transition: all 0.2s ease-in-out;
 animation: movearrow 1.5s infinite;
} */

.amenitieslistfull {
    display: none;
}

.amenitieslistfull {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    box-shadow: 0 0 9px 1px hsl(0deg 0% 0% / 18%);
    background-color: #fff;
    border: 2px solid #fff;
    z-index: 99999;
    padding: 20px;
    width: 350px;
    background-color: var(--darkblue);
    color: #fff;
}

.amenitieslistfull h3 {
    font-family: 'Montserrat-Medium';
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 15px;
    text-decoration: underline;
    /* color: var(--darkblue); */
    margin-bottom: 5px;
}

.amenitieslistfull .closeamenities {
    float: right;
    cursor: pointer;
    font-weight: 600;
}

.amenitieslist {
    display: flex;
    align-items: initial;
    flex-direction: column;
    margin-left: 0;
}

.amlistitem {
    text-transform: uppercase;
    border-bottom: 1px solid #707070;
    text-align: left;
    padding: 23px 0px;
    font-family: 'Montserrat-Medium';
    color: var(--darkgray);
    font-weight: 500;
    font-size: 25px;
    position: relative;
}

.amlistitem:last-child {
    border: 0px;
}

.amlistitem img {
    display: none;
}

.amlistitem.active {
    padding-left: 20px;
    color: var(--darkblue);
}

.amlistitem.active::before {
    content: '.';
    top: 0;
    left: -5px;
    display: block;
    width: 20px;
    height: 20px;
    font-size: 3em;
    border-radius: 100%;
    position: absolute;
    color: var(--darkblue);
    font-family: 'Didot';
}

.amlistitem.active img {
    display: initial;
}

.amenitiesImage {
    position: relative;
}

/* .amenitiesImage
{
  flex:1;
} */

/************/

/* Floor Plans */

/************/

.floorplanscontainer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.floorplans .sectionHead {
    margin-bottom: 30px;
}

.floorplanitem {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.floorplanitem h4 {
    font-family: 'Montserrat-Bold';
    font-size: 15px;
    text-align: center;
    width: 100%;
}

.floorplanImage {
    position: relative;
    width: 100%;
}

.floorplanImage img {
    width: 100%;
}

.floorplanImage>img {
    border: 1px solid #d1d1d1;
}

.floorplanImage>a>img {
    border: 1px solid #d1d1d1;
}

.poverlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: #e8e0dbd6;
    overflow: hidden;
    width: 100%;
    height: 0%;
    transition: 0.5s ease;
    display: none;
}

.poverlay a {
    background-color: Var(--darkblue);
    color: var(--white);
    padding: 10px 30px;
    text-align: left;
    display: block;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    font-family: 'Montserrat-Medium';
    text-transform: uppercase;
    font-size: 15px;
    cursor: pointer;
}

.poverlay a:hover {
    background-color: Var(--white);
    color: var(--darkblue);
}

button span {
    font-size: 19px;
    font-family: 'Didot';
}

.poverlay a img {
    width: auto !important;
    display: inline-block;
}

.floorplanImage:hover .poverlay {
    bottom: 0;
    height: 100%;
}

/************/

/* Floor Plans Ends Here*/

/************/

/************/

/* Gallery */

/************/

.gallery .sectionHead {
    margin-bottom: 30px;
}

.galleryitem {
    position: relative;
}

.galleryitem img {
    width: 100%;
}

.gallerycaption {
    position: absolute;
    left: 10%;
    background-color: var(--lightpeach);
    padding: 10px 20px;
    color: var(--darkgray);
    bottom: 50px;
}

.galleryimage {
    position: relative;
}

.gallerycaption h4 {
    color: var(--darkblue);
    text-transform: uppercase;
    padding: 0px;
    font-family: 'Montserrat-Bold';
    font-size: 15px;
}

.gallerycaption p {
    font-size: 15px;
    font-family: 'Montserrat-Regular';
}

.galleryslider.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.galleryslider.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none;
}

.galleryslider.owl-theme .owl-nav .nav-button {
    color: #FFF;
    font-size: 0px;
    margin: 5px;
    padding: 5px;
    background: var(--lightpeach) !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #707070;
}

.gallery .owl-theme .owl-nav .disabled {
    opacity: 1 !important;
    cursor: default !important;
}

.gallery .owl-theme .owl-next {
    right: 0;
}

.gallery .owl-theme .owl-prev {
    left: 0;
}

/************/

/* Gallery Ends Here*/

/************/

/* Construction */

/* Aminities gallery */

ul.amenities-slider {
    width: 100%;
    margin: 0;
    margin-top: 30px;
    /* padding: 0 80px; */
}

ul.amenities-slider li {
    position: relative;
}

ul.amenities-slider li .img-box {
    width: 100%;
    opacity: 0.4;
    padding: 0px 0;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    position: relative;
}

.imgboxdesc {
    position: absolute;
    bottom: 30px;
    left: 50%;
    background-color: #fff;
    padding: 10px;
    transform: translatex(-50%);
    font-family: "Montserrat-Medium";
}

ul.amenities-slider li.slick-slide.slick-current .img-box {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    opacity: 1;
}

ul.amenities-slider li .img-box img {
    width: 100%;
    transform: scale(0.9);
}

ul.amenities-slider li.slick-slide.slick-current .img-box img {
    transform: scale(1.1);
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
}

ul.amenities-slider li p {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #2852408c;
    text-align: center;
    margin: 0;
    padding: 10px 20px;
    transform: scale(1);
    text-transform: uppercase;
    font-size: 20px;
}

ul.amenities-slider li.slick-slide.slick-current p {
    display: block;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    height: 40px;
    width: 55px;
    margin: 0;
    padding: 0;
    background: center no-repeat;
    border: 0;
    line-height: 200px;
    overflow: hidden;
    background-size: 100%;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transform: scale(.9)
}

.slick-arrow.slick-next {
    margin: 0 0 0 5px;
    right: 10px;
    left: auto;
    z-index: 1;
    background-image: url(../images/next-arrow.png);
    background-size: 16px;
    background-position: center;
}

.slick-arrow.slick-prev {
    margin: 0 5px 0 0;
    left: 10px;
    right: auto;
    z-index: 1;
    background-image: url(../images/prev-arrow.png);
    background-size: 16px;
    background-position: center;
}

.slick-arrow:hover {
    transform: scale(1.1)
}

/* Construction Ends Here */

/* connectivity */

.connectivity {
    background-color: var(--lightpeach);
    padding: 55px 0px 0px;
}

.connectivity .container {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

/* connectivity Ends Here */

/* testimonials */

.testimonials {
    background-color: var(--lightpeach);
    /* padding-bottom: 60px; */
}

.testimonialcontainer {
    margin-top: 50px;
}

.testimonialitems {
    position: relative;
    padding: 20px;
    border: 1px solid #797878;
    margin-top: 60px;
    /* margin-right:20px; */
    margin-bottom: 10px;
}

/* .testimonialsContainer .testimonialitems:last-child {
  margin-right: 0px;
} */

.testimonialitems .avtar {
    border-radius: 50%;
    border: 0px solid #fff;
    height: 120px;
    /* width: 100px; */
    margin-top: -80px;
    margin-left: 50px;
    margin-bottom: 20px;
}

.testimonialtext {
    /* quotes: '"'; */
    font-size: 15px;
    width: 100%;
    position: relative;
    /* padding: 50px 55px;
  margin: 0px auto; */
    text-align: justify;
}

/* .testimonialtext span
{
  font-size: 45px;
    font-family: 'Didot';
    color: #707070;
   

}

.qt2
{
  transform: rotate(-180deg);
    float: right;
    margin-left: 8px;
    margin-top: -30px;
    display: block;
} */

/* .testimonialtext .qt1 {
    width: 60px;
    float: left;
    padding: 10px;
    margin-top: -35px;
}

.testimonialtext .qt2 {
  width: 60px;
    padding: 10px;
    margin-top: -100px;
    margin-left: 120px;
    display: block;
} */

/* 
.testimonialtext
{
  line-height: 1.618;
	font-size: 1.2em;
	width: 30em;
	position: relative;
	padding: 50px 90px;
}

.testimonialtext::before {
	content: open-quote;
	top: 0;
	left: 0;
}

.testimonialtext::after {
	content: close-quote;
	bottom: 0;
	right: 0;
} 

.testimonialtext::before,
.testimonialtext::after {
	
	display: block;
	width: 60px;
	height: 60px;
	line-height: 1.618;
	font-size: 3em;
	border-radius: 100%;
	text-align: center;
	position: absolute;
  color: #98a4c8;
    font-family: 'Didot';
} */

/* .testiQuote::before{
  content: url(../images/projects/theaspeniconic/testimonials/quote1.svg);
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 15px;
} */

/* .testimonialtext::before {
  content: url(../images/projects/theaspeniconic/testimonials/quote1.svg);
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 15px;
}
.testimonialtext::after {
  content: url(../images/projects/theaspeniconic/testimonials/quote2.svg);
  position: absolute;
  right: 0;
  bottom: 4%;
  margin-right: 5px;
} */

/* .testimonialslider .slick-dots{
  display: none !important;
} */

.testiWrapper {
    display: flex;
    flex-direction: row;
    position: relative;
}

.testiQuote1 {
    width: 150px;
    position: absolute;
    top: -35px;
}

.testiQuote2 {
    width: 150px;
    position: absolute;
    bottom: 50px;
    right: 0px;
}

.testiMsg {
    margin-left: 50px;
}

.testimonialauthor h4 {
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    font-family: Montserrat-Medium;
    padding-bottom: 2px;
    padding-top: 25px;
    letter-spacing: 1px;
}

.testimonialauthor h3 {
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    font-family: Montserrat-Medium;
    padding-top: 2px;
    letter-spacing: 1px;
}

.testimonials .containerAsp h3 {
    padding-right: 0px;
}

/* Blockquote Css */

.testiWrapper blockquote {
    font-size: 15px;
    width: 80%;
    margin: 0 auto;
    text-align: justify;
}

.testiWrapper blockquote p::before,
.testiWrapper blockquote p::after {
    font-family: Georgia;
    font-size: 5rem;
    position: absolute;
    opacity: 0.8;
}

.testiWrapper blockquote p::before {
    content: "“";
    margin: 0.5rem 0 0 -2.5rem;
    color: #8b92b3;
}

.testiWrapper blockquote p::after {
    content: "”";
    margin: 2rem -4rem 0 0.5rem;
    color: #8b92b3;
}

.testiWrapper blockquote cite {
    font-style: normal;
    /* text-transform: uppercase; */
    color: #000;
    font-size: 15px;
    font-weight: 600;
    font-family: Montserrat-Medium;
    padding-bottom: 2px;
    padding-top: 25px;
    letter-spacing: 1px;
}

.testiWrapper blockquote .quoteCite {
    margin-top: 25px;
}

/* testimonials Ends Here */

/*Lets Talks */

.letstalkcontainer {
    display: flex;
    justify-items: center;
    margin-top: 20px;
}

.pcontainerAsp {
    width: 1280px;
    max-width: 98%;
    margin: 0 auto;
}

.map {
    flex: 3;
}

.map iframe {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.mapform {
    flex: 1;
    width: 300px;
    background-color: var(--darkblue);
    padding: 50px 20px 30px 20px;
}

.mapform .form-group .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.8rem;
    font-family: 'Montserrat-Regular';
    font-weight: 400;
    line-height: 1.5;
    color: var(--white);
    background-color: var(--darkblue);
    background-clip: padding-box;
    border: 1px solid var(--white);
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.mapform .form-group button {
    display: block;
    width: 150px;
    height: calc(1.5em + 1.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.8rem;
    font-family: 'Montserrat-bold';
    font-weight: 400;
    line-height: 1.5;
    color: var(--darkblue);
    background-color: var(--lightpeach);
    background-clip: padding-box;
    border: 1px solid var(--white);
    border-radius: 0.25rem;
    text-transform: uppercase;
}

/* .projectform .form-group button {
  width: 150px;
  height: calc(1.5em + 1.25rem + 2px);
  padding: 0.75rem 0.75rem;
  margin: 0px auto;
} */

/* Timeline Slider */

.ps-timeline-sec {
    position: relative;
    background-color: transparent;
    padding-top: 0;
}

.ps-timeline-sec .container {
    position: relative;
    font-family: "Lato", sans-serif;
}

.ps-timeline-sec .container ol.ps-timeline {
    margin: 160px 0;
    border-top: 1px solid #000000;
    list-style: none;
}

.ps-timeline-sec .container ol.ps-timeline {
    display: block;
    justify-content: space-evenly;
}

.ps-timeline-sec .container ol.ps-timeline li {
    float: left;
    /* width: 15%; */
    padding-top: 30px;
    position: relative;
    /* display: block !important;
  margin-right: 0 !important; */
}

.ps-timeline-sec .container .ps-timeline {
    margin: 160px 0;
    border-top: 1px solid #000000;
    list-style: none;
}

.timeline-content-item {
    position: relative;
    z-index: 1;
    width: 15%;
    transition: width .5s;
}

.timeline-content-item.active {
    width: 19%;
}

.timeline-content-item.active .ps-bot {
    display: none;
}

.timeline-content-item.active .ps-top {
    display: none;
}

.ps-timeline-sec .container ol.ps-timeline li .ps-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 50px;
    /* right: 70px; */
}

.ps-timeline-sec .container ol.ps-timeline li p {
    text-align: center;
    width: 100%;
    margin: 5 auto;
}

.ps-timeline-sec .container ol.ps-timeline li h4 {
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Montserrat-Regular';
}

.ps-timeline-sec .container ol.ps-timeline li .ps-bot {
    position: absolute;
    /* margin-top: 50px; */
    /* right: 80px; */
}

.ps-timeline-sec .container ol.ps-timeline li span.span-dot {
    width: 10px;
    height: 10px;
    /* margin-left: -25px; */
    background: var(--darkblue);
    border-radius: 50%;
    box-shadow: 0 0 0 0px #fff;
    text-align: center;
    line-height: 50px -10;
    color: #df8625;
    /* font-size: 2em; */
    /* font-style: normal; */
    position: absolute;
    top: -5px;
    /* left: 40%; */
    padding-bottom: 0px;
}

.timeline-content-item .timeline-content-item-reveal {
    display: none;
    position: absolute;
    left: 50%;
    /* top: 0px; */
    top: 0%;
    width: 280px;
    height: 280px;
    transform: translate(-50%, -50%);
}

.timeline-content-item.active .timeline-content-item-reveal {
    display: block;
}

.timeline-content-item .timeline-content-item-reveal>div {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    width: 280px;
    height: 280px;
    border: 1px solid var(--darkblue);
    border-radius: 50%;
    padding: 30px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: #e8e0db;
}

.timeline-content-item .timeline-content-item-reveal>div img {
    width: 120px;
    height: 80px;
    margin: 0px auto;
    display: block;
    text-align: center;
    /* border-radius: 50%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-height: 100%;
  max-width: 100%; */
    /* border: 1px solid #006171; */
    /* -webkit-box-shadow: 0 0 2px var(--darkblue);
  -moz-box-shadow: 0 0 2px var(--darkblue); */
    /* box-shadow: 0 0 2px var(--darkblue); */
    /* padding: 5px;
  background-color: #e8e0db;
  border: 1px solid var(--darkblue); */
}

.timeline-content-item .timeline-content-item-reveal>div span.span-title {
    display: flex;
    justify-content: center;
}

.timeline-content-item .timeline-content-item-reveal>div span.span-title {
    width: 100%;
    bottom: -3rem;
    font-size: 17px;
    text-decoration: none;
    color: #000000;
    text-align: center;
    font-weight: bold;
    font-family: 'Montserrat-Regular';
    text-transform: uppercase;
}

.timeline-content-item .ps-bot img,
.timeline-content-item .ps-top img {
    width: 100px;
}

.flex-line {
    display: flex;
    justify-content: space-evenly;
    text-align: center;
}

.flex-line .ps-bot h3 {
    color: #0f2b7f;
    font-weight: 400;
    font-family: 'Montserrat-Medium';
    font-size: 30px;
}

.timeline-content-item-reveal>div h3 {
    color: #0f2b7f;
    font-weight: 400;
    font-family: 'Montserrat-Medium';
    font-size: 25px;
    text-align: center;
}

ol.ps-timeline {
    padding-left: 0;
}

/* 8th Sept CSS Starts*/

.faqshead p.section-subtitle {
    padding: 20px 0;
}

.faqs {
    border-bottom: 1px solid #ccc;
}

.testimonialslider .slick-dots {
    display: none !important;
}

/* .galleryslider ul.slick-dots {
  display: none !important;
} */

/* .constructionUpdates{
  padding-bottom: 100px;
} */

.amenities-slider .slick-dots {
    display: none !important;
}

.slick-arrow {
    position: absolute;
    top: 45%;
    height: 55px;
    width: 55px;
}

.slick-arrow.slick-next {
    background-image: url(../images/circle-arrow.svg) !important;
    background-size: 60px;
    /* left: 5%; */
}

.slick-arrow.slick-prev {
    background-image: url(../images/circle-arrow.svg) !important;
    background-size: 60px;
}

.slick-arrow.slick-prev {
    left: 70px;
}

.slick-arrow.slick-next {
    right: 70px;
}

.poverlay a {
    padding: 20px 30px;
}

.floorplanscontainer {
    justify-content: center;
    gap: 40px;
}

.card-header {
    padding: 30px 0;
}

.accordiancontainer .accordian .card .card-body {
    padding: 0px 60px 20px 0px;
}

/* .card-body{
  padding-bottom: 30px !important;
} */

/* .letstalk{
  padding-bottom: 90px;
  padding-top: 0px;
} */

.projectscontainer .projectcontent .section-subtitle {
    line-height: 25px;
}

.floorplanitem .title1 {
    padding-bottom: 0;
    font-size: 16px;
    padding-top: 15px;
}

.floorplanitem .title2 {
    padding-top: 0;
    font-family: 'Montserrat-Medium';
}

.pinkbtn {
    border: 1px solid #000;
}

.testimonials .containerAsp button.pinkbtn {
    /* flex: 1; */
    flex: none;
}

.testimonials .containerAsp h3 {
    flex: 3;
}

/* 8th Sept CSS Ends */

/* Connectivity Slider Start */

.carousel .slick-arrow {
    position: absolute;
    /* top: 50%; */
    top: auto;
    bottom: -220px !important;
    fill: #f1f1f1;
    /* border-radius: 3px; */
    /* border: 1px solid #333;
  background-color: #333; */
    width: 41px;
    height: 41px;
    text-indent: -10000px;
    z-index: 2;
    transform: translateY(-30px) !important;
    cursor: pointer;
}

.carousel-item {
    margin: 0 0.6rem;
}

.carousel .slick-arrow.slick-next {
    transform: rotate(180deg);
}

.carousel {
    position: relative;
}

.carousel .carousel-item a {
    background: transparent;
    text-align: center;
    height: 201px;
    display: block;
    padding-top: 0.6rem;
    margin: 0 auto;
    ;
}

.carousel .carousel-item a:hover {
    -moz-box-shadow: inset 0 0 20px rgba(112, 112, 112, 0.5);
    -webkit-box-shadow: inset 0 0 20px rgba(112, 112, 112, 0.5);
    box-shadow: inset 0 0 20px rgba(112, 112, 112, 0.5);
}

.carousel .carousel-item a span {
    font-size: 18px;
    margin-top: 1rem;
    font-weight: 600;
    display: block;
}

.carousel .carousel-item a:hover span {
    color: #033a71;
}

/* .carousel .slick-arrow.slick-next {
  right: 45% !important;
  left: auto;
  font-size: 15px;
  background: url("../images/connectivityRightArrow.svg") 0 0 / 100% no-repeat !important;
  width: 30px;
  height: 30px;
} */

/* .carousel .slick-arrow.slick-prev {
  left: 45% !important;
  right: auto;
  font-size: 15px;
  background: url("../images/connectivityLeftArrow.svg") 0 0 / 100% no-repeat !important;
  width: 30px;
  height: 30px;
} */

.carousel .slick-list {
    overflow: visible !important;
}

.gallery {
    border-bottom: 1px solid #ccc;
}

.floorplans {
    border-bottom: 1px solid #ccc;
}

/* Partners */

.ourPartners {
    border-bottom: 1px solid #ccc;
}

.ourPartners h4 {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Montserrat-Medium";
}

.ourprojectsSlider {
    margin-bottom: 70px;
}

.ourPartnerSlider {
    margin-top: 30px;
}

.ourPartnerSliderM,
.ourPartnerSliderD {
    margin-top: 30px;
}

.ourPartnerSliderInside {
    margin: 0 auto;
}

.ourPartnerSliderInsideImg {
    width: 100%;
    margin: 0 auto;
}

.ourPartnerSliderInside p {
    margin-top: 10px;
    text-align: center;
}

.ourPartnerSliderInsideImg img {
    width: 200px;
    max-width: 98%;
    margin: 0 auto;
}

/* Partners Ends*/

/* Media Queries */

/* @media (max-width: 992px) and (min-width: 768px) {
  .carousel .slick-arrow.slick-next {
      right: 0;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  .carousel .slick-arrow.slick-next {
      right: -15px;
  }

  .carousel .slick-arrow.slick-prev {
      left: -15px;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  .carousel .slick-arrow.slick-prev {
      left: 0;
  }
}

@media (max-width: 768px) {
  .carousel .carousel-item a {
      padding-top: 0.8rem;
  }

  .carousel .carousel-item a span {
      font-size: 20px;
      margin-top: 0.5rem;
  }

  .carousel .slick-arrow.slick-next {
      right: 15px;
  }

  .carousel .slick-arrow.slick-prev {
      left: 15px;
  }

  .carousel .slick-arrow {
      height: 50px;
      width: 50px;
  }
} */

/* Connectivity Slider End */

.form-control::placeholder {
    color: var(--white);
    opacity: 1 !important;
    font-family: Montserrat-Regular;
}

:-ms-input-placeholder {
    color: var(--white) !important;
    font-family: Montserrat-Regular;
}

::-ms-input-placeholder {
    color: var(--white) !important;
    font-family: Montserrat-Regular;
}

/* .demo-image {
	cursor: url('../images/plus_cursor.png') 25 25, auto;
  display: inline-block;
  width: 220px;
  height: 220px;
  background-size: cover;
  background-position: 50% 50%;
}
.demo-image.first {
  background-image: url("http://tholman.com/intense-images/img/h1_small.jpg"); 
} */

/* .imageCloseCusror {
	cursor: url('../images/close_cursor.png') 25 25, auto;
} */

/* .mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 15555545;
	margin-top: 23em;
} */

/* .iti {
	width: 100%;
}

.mfp-counter {
	display: none;
}

.mfp-gallery{
	cursor: pointer;
} */

/* .mfp-figure{
	position: relative;
} */

/* .mfp-figure button.mfp-close{
  position: absolute;
  right: 0px;
  top: 0;
  width: 20px;
  background-color: var(--darkblue);
  color: #fff;
  border: 1px solid var(--darkblue);
  transform: translateY(0vh);
}
.mfp-figure .mfp-img{
	max-height: 100% !important;
} */

.modalContent {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 1920px;
}

.modalContent {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

#img-viewer {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 0px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: scroll;
    background-color: rgb(0, 0, 0);
    opacity: 1;
}

#img-viewer .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #000;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 99999999;
}

#img-viewer .close:hover {
    cursor: pointer;
}

.img-container {
    position: relative;
    width: 300px;
}

/*.img-source{*/

/*  border:5px solid #ccc;*/

/*  width: 100%;*/

/*}*/

/* .expand-icon{
  display: none;
} */

/*.expand-icon{*/

/*  position:absolute; */

/*  right:10px; */

/*  top:15px; */

/*  cursor:pointer;*/

/*  opacity: 0;*/

/*}*/

@media (max-width: 1920px) {
    /* .pinkbtn {
      margin-right: -125px;
  } */
    .subheader {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 1440px) {
    .projectscontainer .projectcontent {
        width: 50%;
        padding-right: 50px;
        padding-left: 50px;
    }
}

@media only screen and (max-width: 1366px) {
    .pcontainerAsp {
        width: 1160px;
    }
    .projectscontainer .projectcontent {
        width: 50%;
        padding-right: 50px;
        padding-left: 50px;
    }
}

@media only screen and (max-width: 1280px) {
    .projectscontainer .projectcontent {
        width: 50%;
        padding-right: 50px;
        padding-left: 50px;
    }
}

@media only screen and (max-width: 992px) {
    .pcontainerAsp {
        max-width: 90%;
    }
    .timeline-content-item .timeline-content-item-reveal {
        display: block;
        margin: 0px auto;
        text-align: center;
        position: unset;
        left: unset;
        top: unset;
        transform: translate(0px, 0px);
    }
    .psmain {
        border-top: 1px solid var(--darkgray);
        position: relative;
        margin-top: 160px;
    }
    .pscontainer {
        margin-top: -40%;
    }
    .mHide {
        display: none !important;
    }
    .dHide {
        display: block !important;
    }
    /* .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(50%);
    }
    
    .carousel-inner .carousel-item-left.active, 
    .carousel-inner .carousel-item-prev {
      transform: translateX(-50%);
    } */
}

/* .carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left{ 
  transform: translateX(0);
} */

@media only screen and (max-width: 768px) {
    .constructionUpdates .sectionHead {
        margin-bottom: 0px;
    }
    /* .carousel-inner .carousel-item > div {
    display: none;
}
.carousel-inner .carousel-item > div:first-child {
    display: block;
} */
    .projectvideobanner {
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        gap: 0;
    }
    .video-container {
        width: 100vw;
        height: 60vh;
    }
    @media (max-aspect-ratio: 16/9) {
        .video-container iframe {
            /* width = 100 / (9 / 16) = 177.777777 */
            /* width: 177.78vh; */
            width: 157.78vh;
            top: 42%;
        }
    }
    .video-container iframe {
        position: relative;
        top: 50%;
        left: 50%;
        width: 120vh;
        height: 60vh;
        transform: translate(-50%, -50%);
        border: 0px;
    }
    .projectvideobanner .projectform {
        padding: 20px 20px 20px 20px;
        position: initial;
        bottom: 0;
        width: 100%;
        max-width: 100%;
        height: 40vh;
    }
    /* section {
  background-color: var(--white);
  padding-top: 40px;
} */
    .pcontainerAsp {
        max-width: 100%;
    }
    .projectform .form-group {
        width: 100%;
        float: unset;
        margin: 0%;
        margin-bottom: 1rem;
    }
    .projectform .form-group button {
        width: 150px;
        height: calc(1.5em + 1.25rem + 2px);
        padding: 0.45rem 0.75rem;
        margin: 0px auto;
    }
    /* .projectfourCol {
        padding: 30px 0px;
    } */
    .fourColFlex .fourColFlexBox:first-child {
        padding-top: 0px;
    }
    .fourColFlex .fourColFlexBox:last-child {
        padding-bottom: 0px;
    }
    .projectfourCol .fourColFlex {
        flex-direction: column;
    }
    .projectfourCol .fourColFlexBox {
        width: 100%;
        border-right: 0px solid #bbc3db;
        border-bottom: 1px solid #bbc3db;
        padding: 15px;
        display: flex;
        align-items: center;
        gap: 14px;
    }
    .projectfourCol .fourColFlexBox p {
        text-align: left;
        width: 100%;
    }
    .projectfourCol .fourColFlexBox .iCon {
        width: 70px;
        margin: 0px;
        /* margin: 0 auto 5px auto; */
    }
    .projectscontainer {
        flex-direction: column;
    }
    .projectscontainer .projectimage {
        width: 100%;
    }
    .projectscontainer .projectcontent {
        width: 100%;
        padding: 30px 30px 0px 30px;
    }
    .projectscontainer .projectcontent .buttongroup {
        flex-direction: column;
        align-items: inherit;
    }
    .aboutproject {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .projectscontainer .projectcontent .buttongroup a.bookbtn {
        width: 250px;
    }
    .aboutproject>img {
        /* margin: 0px 0px 20px 20px; */
        width: 180px !important;
        margin: 0px auto 20px auto;
    }
    .aboutproject .projectcontent .buttongroup a {
        padding: 10px 10px;
        border: 2px solid var(--darkblue);
        text-transform: uppercase;
        font-family: 'Montserrat-Bold';
        width: 250px;
    }
    .projectscontainer .projectcontent .section-subtitle {
        margin-bottom: 10px;
    }
    a.btnamenitiesexploreMob,
    a.btnamenitiesexplore {
        margin-top: 10px;
        text-align: left;
        width: 100%;
        background-color: var(--darkblue);
        color: var(--white) !important;
        padding: 15px 15px 15px 25px;
        text-transform: uppercase;
        font-family: 'Montserrat-Bold';
        font-size: 15px;
        display: block;
    }
    /************/
    /* Floor Plans */
    /************/
    .floorplanscontainer {
        display: block;
    }
    .floorplanitem {
        flex-direction: column-reverse;
        gap: 10px;
    }
    .floorplanitem a {
        background-color: Var(--darkblue);
        color: var(--white);
        padding: 15px 15px 15px 25px;
        text-align: left;
        display: block;
        /* top: 50%; */
        position: relative;
        /* transform: translateY(-50%); */
        font-family: 'Montserrat-Bold';
        text-transform: uppercase;
        font-size: 15px;
    }
    .poverlay {
        display: none;
    }
    .floorplanitem a>img {
        display: inline-block !important;
        width: 30px !important;
    }
    /************/
    /* Floor Plans ends */
    /************/
    /************/
    /* Gallery */
    /************/
    .galleryitem {
        position: relative;
        display: flex;
        flex-direction: column-reverse;
    }
    .galleryitem .artistic {
        bottom: 10px;
    }
    .gallerycaption {
        position: initial;
    }
    .galleryslider.owl-theme .owl-nav {
        position: relative;
        top: 0;
        transform: translateY(0%);
        margin-top: 10px;
    }
    .galleryslider.owl-theme .owl-nav .nav-button {
        color: #FFF;
        font-size: 0px;
        margin: 5px;
        padding: 5px;
        background: transparent !important;
        display: inline-block;
        cursor: pointer;
        border-radius: 0%;
        border: 0px solid #707070;
    }
    /************/
    /* Gallery Ends */
    /************/
    .letstalkcontainer {
        flex-direction: column;
    }
    .map {
        position: relative;
        display: none;
    }
    .mapform {
        flex: 1;
        width: 100%;
    }
    .map iframe {
        height: 300px;
    }
    .amenities {
        padding-bottom: 60px;
    }
    .mobamenities {
        width: 100%;
        margin-top: 20px;
    }
    .mobamenities .accordian .card .card-header {
        position: relative;
        background-color: var(--lightpeach);
        padding: 1.05rem 2rem 1.05rem 1rem;
    }
    .mobamenities .accordian .card .card-header img {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
    .mobamenities .accordian .card .card-header h3 {
        cursor: pointer;
        color: var(--darkgray);
        position: relative;
        margin: 0;
        padding: 0px;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 15px;
        font-family: 'Montserrat-Medium';
    }
    .mobamenities .accordian .card .card-body {
        padding: 0px;
    }
    .mobamenities .accordian .card {
        border-bottom: 0px solid #fff;
        margin-bottom: 5px;
    }
    /* .mobamenities .accordian {
      margin: 20px 0px 0px 0px;
    }
  
    .mobamenities .accordian .card .card-header {
      position: relative;
      background: #00597A;
    }
  
    .mobamenities .accordian .card .card-header span {
      background-color: #00597A;
    }
  
    .mobamenities .accordian .card .card-header h3 {
      color: #fff;
    }
  
    .mobamenities .fa.fa-minus {
      background-image: url('../img/white-minus.svg');
      background-repeat: no-repeat;
    }
  
    .mobamenities .fa.fa-plus {
      background-image: url('../img/white-plus.svg');
      background-repeat: no-repeat;
    }
  
    .mobamenities h3 {
      font-size: 16px;
      font-weight: 400;
    }
  
    .mobamenities .accordian h3 span {
      font-size: 25px;
    }

    .mobamenities .accordian .card .card-header span {
      position: absolute;
      right: 15px;
      height: 20px;
      width: 20px;
      color: var(--darkblue);
      text-align: center;
      line-height: 20px;
      font-size: 15px;
      top: 20px;
  }
  
    .choose-heading-font {
      font-size: 35px;
      margin: 0px 0px 0px 0px;
      font-weight: bold;
    }
  
    .mobamenities .accordian .card .card-body {
      padding: 0px 0px 0px 0px;
    }
  
    .mobamenities .card {
      border: 0px solid rgba(0, 0, 0, .125);
    } */
    /* 9th Sept CSS Starts */
    .projectform .form-group button {
        width: 180px;
    }
    .projectform .form-group2 {
        margin-top: 30px;
    }
    .projectscontainer .projectcontent .buttongroup {
        margin-top: 30px;
    }
    .projectscontainer .projectcontent .buttongroup {
        gap: 30px;
    }
    .section-title {
        font-size: 26px;
        font-weight: 500;
    }
    .section-subtitle {
        padding-bottom: 10px;
    }
    .mobamenities .accordian .card .card-header {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .mobamenities .accordian .card {
        margin-bottom: 8px;
    }
    .mobamenities .card-header:has(~ .card-body.active) {
        background-color: #00008b !important;
    }
    .card-header:has(~ .card-body.active) h3 {
        color: #fff !important;
    }
    .mobamenities .accordian .card .card-body.active {
        padding-bottom: 0px !important;
    }
    .mobamenities .accordian .card .card-body {
        padding-bottom: 10px !important;
    }
    .mobamenities a.bookbtn {
        background-color: var(--darkblue);
        border: 2px solid var(--darkblue);
        color: var(--white);
        padding: 15px 16px;
        text-transform: uppercase;
        font-family: 'Montserrat-Bold';
        width: 100%;
        margin-top: 20px;
    }
    .psslider .slick-dots {
        display: none !important;
    }
    .psslider .nav-button {
        background-color: var(--darkblue) !important;
        border: 2px solid var(--darkblue);
        color: var(--white);
        padding: 15px 15px 15px 25px;
        margin-top: 40px;
        text-transform: uppercase;
        font-family: 'Montserrat-Bold';
        font-size: 15px;
        width: 100%;
        position: relative;
        line-height: 20px;
        transform: scale(1.0);
    }
    .psslider .nav-button:hover,
    .psslider .nav-button:focus {
        transform: scale(1.0);
    }
    .connectivity {
        background-color: var(--lightpeach);
        padding: 40px 0;
        padding-bottom: 45px;
    }
    .floorTitle {
        font-family: 'Montserrat-Bold';
        font-size: 15px;
        text-align: left;
        width: 100%;
    }
    .floorplans .sectionHead {
        margin-bottom: 10px;
    }
    .floorplanscontainer .slick-dots {
        margin-top: 0px;
        padding: 0;
        transform: translateY(-15px);
    }
    .galleryslider .gallerycaption {
        padding: 25px 20px;
    }
    .galleryslider .gallerycaption h4 {
        font-size: 15px;
        /* font-family: "Didot"; */
        font-weight: 600;
        font-family: 'Montserrat-Medium';
    }
    .galleryslider {
        margin-left: 19px;
        margin-right: 19px;
    }
    .galleryslider .sliderTitle {
        margin-top: 15px;
    }
    .galleryslider .nav-button {
        background-color: var(--darkblue) !important;
        border: 2px solid var(--darkblue);
        color: var(--white);
        padding: 15px 15px 15px 25px;
        margin-top: 10px;
        text-transform: uppercase;
        font-family: 'Montserrat-Bold';
        font-size: 15px;
        width: 100%;
        position: relative;
        line-height: 20px;
        transform: scale(1.0);
    }
    ul.amenities-slider {
        margin-top: 0px;
    }
    .amenitiesSlider .slick-dots {
        display: flex !important;
        margin-top: 10px;
    }
    .constructionUpdates {
        padding-bottom: 60px;
    }
    .testimonialslider .slick-dots {
        display: flex !important;
        margin-top: 0px;
    }
    .testimonials {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .testiQuote2 {
        bottom: 40px;
        right: -80px;
    }
    .paddingTopBottom {
        padding: 40px 0px;
    }
    .testimonialslider .testimonialitems {
        padding-bottom: 40px;
        margin-right: 0px;
    }
    /* .floatingButton{
      display: none;
    } */
    .faqs .card-header:has(~ .card-body.active) h3 {
        color: #0f2b7f !important;
    }
    /* .faqs .accordian .card .card-header img {
      top: 30px;
    } */
    .mapform .form-group .form-control {
        margin: 0 auto;
        margin-bottom: 25px;
        width: 90%;
        border: 1px solid #ffffffc7;
        height: 45px;
    }
    .mapform .form-group button {
        margin: 0 auto;
        margin-top: 40px;
        font-size: 15px;
    }
    .mapform {
        padding-bottom: 50px;
        padding-top: 60px;
    }
    .letstalk {
        padding-bottom: 0;
    }
    .footer {
        padding-top: 50px;
    }
    .floorplanitem h4.floorTitle {
        margin-bottom: 10px;
    }
    .floorContainer .slick-dots {
        transform: none;
        margin-top: 20px;
    }
    .modalContent {
        width: 100%;
    }
    /* 9th Sept CSS Ends */
}