body{background-color: #fff; color: #555555; font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 400; margin: 0px; padding: 0px;}
html{scroll-behavior:smooth;}
.main-banner-img video {
    width: 100%;
}
.rerabox {
    display: flex;
}
.main-rera-box {
    padding: 0 12px;
    text-align: center;
    font-weight: 600;
    width: 100%;
    background: #fff;
    margin-right: 14px;
    text-align: center !important;
}
.city {
    display: flex;
    justify-content: space-between;
    margin: 30px 0px;
    text-align: center;
    flex-wrap: wrap;
}

.city-box {
    width: 19%;
    box-shadow: 0px 0px 6px #00000042;
    padding: 14px;
    margin: 0 6px;
}
.city-box h2 {
    color: #b94470;
    font-size: 40px;
}
.city-box p {
    color: #291d20;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 0px;
}
ul.mob-banner {
    display: none;
}

a{color: #006598; text-decoration: none;}
a:focus{outline: none;}
input:focus{outline: none !important; box-shadow: none !important;}

.bg-line1, .bg-line2, .bg-line3{
    background-color: #eee;
    display: block;
    height: 100%;
    width: 1px;
    position: fixed;
    top: 0;
    z-index: -1;
     display: none;
}
.bg-line1{
    left: 25%;
}
.bg-line2{
    left: 50%;
}
.bg-line3{
    left: 75%;
}
header{
    display: block;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    padding: 3px 0px;
}
header.header-scroll{
    background-color: #fff;
    box-shadow: 0px 0px 5px #ccc;
    transition: all ease-in-out 0.5s;
    padding: 10px 0;
}
.call a{
        background: #b94470;
    padding: 10px;
    color: #fff;
    font-size: 17px;
}

.header-block {
display: flex;
    justify-content: space-between;
    padding: 0px 0px;
    align-items: center;
}
.logo-wrapper {
    height: 40px;
    padding: 0px 0px;
    background-color: #fff;
    border-radius: 30px;
    text-align: center;
}
.logo-wrapper img{
    height: 115%;
}
.header-enquiry a{
background-color: #b94470;
    color: #fff;
    border: none;
    border-radius: 0px;
    font-family: 'Arimo', sans-serif;
    font-weight: 500;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 30px;
    text-transform: uppercase;
    transition-duration: 0.3s;
    width: 100%;
    width: 49%;
    display: inline-table;
    line-height: 46px;
        text-align: center;
}
.header-enquiry button:hover{
    background-color: #fff;
    color: #473c38;
}
.header-scroll .header-enquiry button:hover{
    background-color: #665a56;
    color: #fff;
    opacity: 0.9;
}
.main-banner {
    display: block;
    position: relative;
 
    margin: 65px 0 0px 0;
}
.main-banner-img {
    display: block;
    width: 100%;
    height: 100%;
}
.main-banner-img:after{

    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
}
.main-banner-img img{
     object-fit: cover;
    height: auto;
    width: 100%;
}
.main-banner-img .mob-banner{
    display: none;
}
.main-banner-content {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    justify-content: center;
    text-align: center;
}
.main-banner-caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0%;
}
.main-banner-caption h3{
    font-size: 36px;
    color: #fff;
    font-weight: 400;
    line-height: 40px;
    text-align: right;
}
.main-banner-caption h2{
    font-size: 70px;
    color: #fff;
    font-weight: 700;
}


.main-banner-caption button{
      background-color: #473c38bd;
    border: none;
    border-radius: 20px;
    color: #fff;
    font-weight: 500;
    margin-top: 20px;
    padding: 12px 30px;
    text-transform: uppercase;
    transition-duration: 0.3s;
    width: 30%;
    font-weight: 700;
    font-size: 17px;
}
.main-banner-caption button:hover{
    background-color: #fff;
    color: #473c38;
}
.main-banner-scroll {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}
.main-banner-scroll a{
    align-items: center;
    color: #fff;
    display: flex;
    font-family: 'Arimo', sans-serif;
    font-size: 12px;
    position: relative;
    text-decoration: none;
    transform: rotate(-90deg);
    text-transform: uppercase;
}
.main-banner-scroll a span{
    background-color: #fff;
    display: block;
    content: "";
    width: 40px;
    height: 1px;
    margin-right: 10px;
}
.main-banner-action {

    padding-bottom: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: absolute;
    bottom: 103px;
    display: none;

}
.main-banner-action a{
    align-items: center;
    display: flex;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    height: 50px;
    letter-spacing: 1px;
    padding: 0px 25px;
    position: relative;
    transition-duration: 0.3s;
}
.main-banner-action a::after{
    background-color: #fff;
    border-radius: 25px;
    display: block;
    content: "";
    left: 0;
    height: 100%;
    opacity: 0.2;
    position: absolute;
    width: 50px;
    transition-duration: 0.3s;
    z-index: 0;
}
.main-banner-action a:hover::after{
    width: 100%;
}
.discover-section{
    padding: 80px 0px;
        background: #fff;
}
/* .heading-block{
    display: block;
    margin-bottom: 0px;
    position: relative;
    padding: 20px;
    box-shadow: 0px 0px 10px #1414141f;
    background: #fff;
    height: 520px;
    overflow-y: scroll;
} */
.heading-block span{
    color: #999999;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.heading-block h2{
font-family: 'Arimo', sans-serif;
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #483d39;
    text-transform: uppercase;
    margin-top: 30px;
    position: relative;
}
.heading-block h2:before{
    content: "";
width: 8rem;
height: 0.2rem;
background: #b94470;
position: absolute;
/* left: 0; */
bottom: -6px;
margin-left: 33px;
}


.heading-block h3{
    font-family: 'Arimo', sans-serif;
    font-size: 37px;
    font-weight: 700;
    margin-top: 10px;
    color: #483d39;
}
/* width */
::-webkit-scrollbar {
    width: 6px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
.heading-block.heading-light span, .heading-block.heading-light h3{
    color: #fff;
}
.discover-item {
    display: block;
    position: relative;
    overflow: hidden;
}
.discover-img {
    display: block;
    width: 100%;
}
.discover-img img{
    width: 100%;
}
.discover-title {
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
    display: block;
    width: 100%;
    padding: 15px;
    box-shadow: 0px 0px 20px 5px #000;
}
.discover-title h4{
    color: #fff;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom:0px;
}
.discover-slider .owl-prev, .discover-slider .owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff !important;
    box-shadow: 0px 0px 10px #999;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #b94470 !important;
}
.discover-slider .owl-prev{
    left: -30px;
}
.discover-slider .owl-next{
    right: -30px;
}
.feature-section {
    padding: 80px 0px;
    position: relative;
    display: block;
}
.feature-bg{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}
.feature-bg img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.feature-bg::after{
    background-color: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top:0;
    width: 100%;
}
.feature-list{
    color: #fff;
    position: relative;
    z-index: 9;
}
.feature-item {
    display: block;
    padding: 20px;
    text-align: center;
}
.feature-img{
    display: block;
}
.feature-img img{
    max-width: 60px;
    width: 100%;
}
.feature-item h6{
    font-weight: 400;
    margin-top: 20px;
    text-transform: uppercase;
}
.facility-section {
    padding: 80px 0px;

}
.facility-item {
    position: relative;
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.facility-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
}
.facillity-img {
    position: absolute;
    top: -18%;
    height: auto;
    left: 56%;
    width: 41%;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transform: translateY(40px) rotate(0deg) skewY(-10deg);
    transform-origin: top center;
    transition: all .45s;
}
.facillity-img img{
    width: 100%;
}
.facility-item:hover .facillity-img{
    opacity: 1;
    transform: translateY(0) skewY(0) scaleZ(1) rotate(-15deg);
    visibility: visible;
}
.facility-count {
    font-size: 144px;
    line-height: 1;
    font-weight: bold;
    color: transparent;
    margin-right: 80px;
    position: relative;
    top: -2px;
    transition: all .45s;
    -webkit-text-stroke-color: #473c38;
    -webkit-text-stroke-width: 1px;
    min-width: 190px;
}
.facility-detail h4{
    font-size: 42px;
    color: #000;
    font-weight: 700;
}
.facility-detail ul{
    margin: 0px;
    padding: 0px;
}
.facility-detail ul li{
    list-style: none;
    font-weight: 500;
}
.map-img img{
    width: 100%;
}
.map-img .mob-map{display: none;}
.testimonial-section {
    display: block;
    padding: 80px 0px;

}
.testimonial-item {
    display: flex;
}
.testimonial-user {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 170px;
}
.testimonial-img {
    border-radius: 50%;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
}
.testimonial-user h6{
    color: #000;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}
.testimonial-content {
    width: calc(100% - 170px);
    margin-left: 100px;
    padding-left: 100px;
    border-left: 1px solid #999;
    position: relative;
}
.testimonial-content::before{
    background: transparent;
    content: "";
    display: block;
    position: absolute;
    left: 15%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px;
    top: 24%;
    left: -30px;
    border-color: transparent rgba( 0,0,0,0.3 ) rgba( 0,0,0,0.3 ) transparent;
}
.testimonial-content::after{
    display: block;
    content: "";
    position: absolute;
    left: 15%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: calc(15px - 1px);
    border-color: transparent #fff #fff transparent;
    top: calc(24% + 1px);
    left: calc(-30px + 2px);
}
.testimonial-content p{
    color: #000;
    font-size: 28px;
}
.testimonial-slider .owl-prev, .testimonial-slider .owl-next{
    position: absolute;
    background-color: #473c38 !important;
    color: #fff !important;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    bottom: -50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonial-slider .owl-prev{
    left: 350px;
}
.testimonial-slider .owl-next{
    left: 420px;
}
footer{
    padding: 80px 0px;
    background: #f7f7f7;
   
}
.footer-form {
    background-color: #fff;
    color: #000;
    padding: 26px;
    box-shadow: 0px 0px 10px #d2232a22;
    /* height: 568px; */
    width: 100%;
}
.footer-form-heading{
    margin-bottom: 30px;
}
.footer-form-heading h3{
    font-size: 30px;
    font-family: 'Arimo', sans-serif;
    font-weight: 700;
}
.footer-form input, .footer-form textarea{
    background-color: transparent;
    border-color: #ccc;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    width: 100%;
    padding: 16px 0px;
    color: #333;
    border-radius: 0px;
}
.footer-form input::placeholder, .footer-form textarea::placeholder {
    color: #333;
}
.footer-form button{
    background-color: transparent;
    color: #b94470;
    border: none;
    height: 50px;
    padding: 0px 25px;
    display: flex;
    align-items: center;
    position: relative;
    text-align: center;
    transition-duration: 0.3s;
    text-transform: uppercase;
    font-weight: 500;
}
.footer-form button:after{
    background-color: #b94470;
    border-radius: 25px;
    content: "";
    display: block;
    height: 50px;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    transition-duration: 0.3s;
    width: 50px;
}
.footer-form button:hover:after{
    width: 100%;
}
.footer-contact{
    padding-top: 0px;
}
.footer-contact p{
    font-size: 16px;
    line-height: 25px;
    width: 76%;
    margin: 0 auto 40px;
}
.footer-contact-item p, .footer-contact-item a{
    color: #000;
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
}
.footer-contact-item a{
    font-size: 40px;
    font-weight: 700;
    margin: 20px 0 0 0;
    color: #473c38;
}
.popup-form {
    display: block;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    padding: 50px;
    z-index: 99999;
}
.popup-close {
    color: #555;
    position: absolute;
    right: 30px;
    top: 10px;
    font-size: 24px;
    cursor: pointer;
}
.popup-form-block {
    background-color: #fff;
    padding: 30px;
    width: 100%;
    max-width: 400px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.submit-btn{
    background-color: #473c38;
    color: #fff;
    text-transform: uppercase;
}
.submit-btn:hover{
    color: #fff;
}
.main-banner-caption{
    background: #b94470ed;
    padding: 30px;
    width: 52%;
    margin: 0 auto;
}
.dose{
    border: 1px solid #ffffff87;
    padding: 40px 0px 20px;
    width: 100%;
}
.dose img{
    width: 80%;
    background: #fff;
    padding: 10px 26px;
    border-radius: 19px 0;
    margin: 30px 0 0 0;
}
.dose p{
    color: #fff;
    font-size: 41px;
    font-weight: 300;
    line-height: 42px;
    margin-bottom: 30px;

}
.dose h6 {
    font-size: 40px;
    color: #fff;
    font-weight: 300;
    border-top: 1px solid #ffffff87;
    border-bottom: 1px solid #ffffff87;
    padding: 14px 0;
    line-height: 45px;
    width: 60%;
    margin: 0 auto;
}
.dose spam{
    color: #ffffffb3;
}
.villa{
    display: flex;
    justify-content: space-between;
    background: #eaeaea;
    margin: 50px 0 60px;
    padding: 20px 40px;
    position: relative;
}
.villa::before{
    content: '';
    background: #9d9d9d;
    width: 2px;
    height: 70px;
    position: absolute;
    left: 47%;
    top: 15px;
}

.villa p{
    
    color: #332928;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0px;

}
.header-enquiry{
    display: none;
}
.header-enquiry1{
    display: none;  
}
.indoor .owl-prev, .indoor .owl-next, .outdoor .owl-prev, .outdoor .owl-next {
    position: absolute;
    top: 50%;
    background-color: #fff !important;
    box-shadow: 0px 0px 10px #ccc;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#amenity{
    padding: 50px 0;
    background: #f7f7f7;
        margin-bottom: 40px;
}

.indoor .owl-next, .outdoor .owl-next {
    transform: translate(50% , -50%);
    right: 0;
}
.amenity-block {
    position: relative;
    z-index: 1;
}
.amenity-img{

}
.amenity-img img {
    height: 220px;
    object-fit: cover;
    width: 100%;
}


.amenity-title {
    padding: 10px;
    background-color: #000000;
    color: #fff;
    text-align: center;
}
.indoor .owl-prev, .outdoor .owl-prev {
    transform: translate(-50% , -50%);
    left: 0;
}

.home-about-heading h2 span {
    color: #b94470;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 30px;
    display: block;
}
.amenity-title p{
    text-transform: uppercase;
    font-size: 13px;

}
.award-box {
    box-shadow: 0px 0px 6px #00000042;
    padding: 17px;
    margin: 10px;
    text-align: center;
    background: #ffff;
}
.award-box img{
    margin-bottom: 20px;
    height: 85px;
    object-fit: contain;
}
.award-text h5{
font-size: 14px;
    color: #000;
    height: 134px;
    line-height: 21px;
    display: inline-block;
}

.award-text h5 span{
        font-weight: 600;
    font-size: 15px;
    color: #b94470;
}
.btn-primary{background:#b94470;}
.award-text p{
    color: #b94470;
    font-weight: 700;
    margin-bottom: 0px;
}
.award-text {
    padding: 0 8px;
}
.cus-about{
    background-image: url(../images/projectbackground.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.overlay {
    background: #00000075;
    padding: 60px 0px;
}
.cus-about h2{
    color: #fff;
    font-size: 19px;
    width: 80%;
    margin: 0 auto;
    line-height: 28px;
    font-weight: 300;
}

.cus-about h2 span{
    font-size: 25px;
}
.cus-senior{
    padding: 60px 0;
}
.senior-box {
    display: flex;
    justify-content: space-between;
}

.cus-senior-box {
    width: 23%;
    box-shadow: 0px 0px 6px #00000042;
    padding: 14px;
    margin: 0 6px;
}
.cus-senior-box h2{
    color: #b94470;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
}
.cus-senior-box p{
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 20px;
}
.cus-senior-box ul {
    margin-top: 0;
    margin-bottom: 0rem;
    text-align:left;
}

.senior-img {
    height: 80px;
    width: 80px;
    border-radius: 100px;
    box-shadow: 0px 0px 8px #00000042;
    text-align: center;
    line-height: 77px;
    margin: 0 auto;
}
.senior-img img {
    height: 40px;
    width: 64px;
    object-fit: contain;
}
.enquiry {
    background: #b94470;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    position: fixed;
    z-index: 9;
    right: -40px;
    rotate: -90deg;
    top: 43%;
}
.enquiry a{
    color:#fff;
}
p.area {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    padding: 24px 0 0 0;
}
.coming h2{
    color: #b94470;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 40px;
    font-size: 40px;
}
div#contact {
    padding: 0px 0;
}
.cp-section {
   padding: 3rem 0;
        position: relative;
        background: #e7e5e5;
}
.cp-flats:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 26rem;
    background: #f7f7f7;
    z-index: -1;
    display:none;
}
.cp-section .sec-title {
    font-family: "Raleway", sans-serif;
    font-size: 2rem;
    color: #231f20;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    padding-bottom: 30px;
    position: relative;
}

.cp-section .sec-title:after {
    content: "";
    width: 4rem;
    height: 0.4rem;
    background: #b94470;
    position: absolute;
    left: 0;
bottom: 16px;
}
.cp-flats .flat-list {
display: flex;
    margin: 0 -1.1rem;
    flex-flow: row wrap;
    padding: 0;
    list-style-type: none;
}

.cp-flats .flat-list .flat-item {
    width: 33.33%;
    padding: 0 1.1rem;
    margin-bottom: 2.2rem;
}
.cp-flats .flat-tile {
    background: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    padding: 1.5rem;
}

.cp-flats .flat-variation {
     font-size: 1.4rem;

    color: #231f20;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    margin-bottom: 0.9rem;
}
.cp-flats .flat-variation .text {
     font-size: 1rem;
    color: #666666;
    font-weight: 500;
    line-height: 1.3;
    text-transform: capitalize;
    text-align: center;
}
.cp-flats .flat-area {
font-size: 1rem;
    color: #231f20;
    font-weight: 400;
    line-height: 1.8rem;
margin-bottom: 0rem;
}
.cp-flats .flat-area .highlight {
    font-weight: 500;
}
.cp-flats .flat-price {
  font-size: 1.2rem;
    color: #b94470;
    font-weight: 700;
    line-height: 1.2;
    font-family: "Roboto", sans-serif;
    padding: 1rem;
    background: #f7f7f7;
}
.btn.btn-outline {
    border: 1px solid #231f20;
    color: #231f20;
    background: #ffffff;
    font-weight: 700;
    background-color: transparent;
    text-transform: uppercase;
}
.cp-flats .action-wrap .btn {
    width: 48%;
    min-width: initial;
}
.cp-flats .action-wrap .btn:hover{
        background-color: #353535;
    color: #fff;
}

.project-section {
    background-color: #f7f7f7;
    display: block;
    padding: 60px 0px;
}
.project-list {
    display: flex;
    margin: 0px -15px;
}
.project-item {
    background-color: #fff;
    padding: 20px;
    margin: 0px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    box-shadow: 0px 0px 10px #ccc;
    width: 33.33%;
}
.project-img{
    display: block;
    position: relative;
}

.project-img img{
    width: 100%;
    height: 436px;
    object-fit: cover;
}
.project-price{
    background-color: #fff;
    bottom:10px;
    color: #b94470;
    font-family: 'Roboto', sans-serif;
    position: absolute;
    right: 0;
    padding: 5px 20px;
    line-height: 20px;
}
.project-desc h4{
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}
.project-desc h5{
    font-size: 14px;
    font-weight: 600;
}
.project-desc p{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
.project-action {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin: 20px 0 0;
}
.project-view{
    background-color: transparent;
    border: 2px solid #231f20;
    color: #231f20;
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 7px 12px;
    transition-duration: 0.3s;
    text-transform: uppercase;
    width: 62%;
}
.project-view:hover{
    background-color: #231f20;
    color: #fff;
}
.project-visit{
    background-color: #b94470;
    border:2px solid #b94470;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
    text-transform: uppercase;
    transition-duration: 0.3s;
    width: 100%;
}
.project-visit:hover{
    background-color: #c24f4e;
    border:2px solid #c24f4e;
}
.faq-section {
    display: block;
    padding: 60px 0px;
}
.faq-block .accordion-item{
    background-color: #fff;
    border: none;
    box-shadow: 0px 0px 15px #eee;
    margin-bottom: 20px;
}
.faq-block .accordion-button{
    border: none;
    font-weight:bold;
}
.faq-block .accordion-button:not(.collapsed){
    background-color: #f7f7f7;
    box-shadow: none;
    color:#000;
}
.faq-block .accordion-button:focus{
    box-shadow: none;
}
footer{
    padding: 60px 0px;
}
.border-right {
    border-right: 1px solid #a8aaab!important;
}
.project-box h3 {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 22px;
    font-weight: 400;
}
.project-box h3 span {
    color: #b32322;
    font-size: 37px;
    font-weight: 800;
}
.project-popup{
    background-color: rgba(0,0,0,0.5);
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    padding-top:50px; 
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 999;
}
.project-popup-content {
    background-color: #fff;
    height: 100%;
    width: 100%;
    max-width: 1200px;
    overflow-y: auto;
    position:relative;
}
.popup-close {
    color:#fff;
    position: absolute;
    right: 30px;
    top: 10px;
    font-size: 24px;
    cursor: pointer;
}
.project-about {
    padding: 60px;
}
.project-about-slider .owl-dots{
    margin-top: 10px;
    text-align: center;
}
.project-about-slider .owl-dot{
    border: 1px solid #a8a9ad !important;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin: 0px 5px;
}
.project-about-slider .owl-dot.active{
    background-color: #b94470;
    border-color: #b94470 !important;
}
.project-cat {
    background-color: #f7f7f7;
}
.project-cat-item {
    background-color: #fff;
    box-shadow: 0px 0px 10px #ccc;
    overflow: hidden;
    padding: 20px;
    display:flex;
    flex-direction: column;
    height: 100%;
}
.project-cat-item:hover{
    background: #b9447014;
}


.project-cat-item h3{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: bold;
    flex-grow: 1;
    position: relative;
    margin-bottom: 20px;
}
.project-cat-item h3::before{
    content: '';
    background: #b94470;
    width: 50px;
    height: 3px;
    position: absolute;
    left: 0px;
    bottom: -9px;
}


.project-cat-item h3 span{
    font-family: 'Raleway', sans-serif; 
    font-size: 16px;
    font-weight: 400;
}
.project-cat-item p{
    margin-bottom: 0px;
}
.price-strip{
    background-color: #f7f7f7;
    color:#b94470;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin: 10px -20px 20px 0px;
    padding: 3px 15px;
}

.amenities-section {
    padding: 60px 0px;
}
.project-amenities {
}
.amenities-list ul{
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
}
.amenities-list ul li{
    display: flex;
    list-style: none;
    margin-bottom: -1px;
    padding: 20px;
    width: 20%;
    font-weight: bold;
    font-size: 14px;
    position: relative;
    text-align: center;
}
.amenities-item {
    background-color: #fff;
    box-shadow: 0px 0px 10px #ccc;
    display: flex;
    height: 100%;
    padding: 20px;
    align-items: center;
}
.amenities-item p{
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
}
.amenity-icon {
    margin-right: 10px;
}
.amenities-list ul li p{
    margin-bottom: 0px;
}
.amenities-list ul li:nth-child(5n+0):after{
    background-color:transparent;
}
.amenity-note{
    background-color: #f7f7f7;
    font-size: 12px;
    padding: 5px;
    text-align: center;
    margin-top: 20px;
}
.rera-section {
    background-color: #f7f7f7;
    padding: 60px 0px;
}
.rera-detail {
}
.rera-block {
    display: flex;
}
.rera-item {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    margin-right: 30px;
    padding-right: 30px;
    position: relative;
}
.rera-item:after{
    background-color: #ccc;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
}
.rera-item:last-child:after{
    display: none;
}
.rera-desc h4{
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.rera-desc p{
    font-size: 14px;
    margin: 0px;
}
.rera-download {
    display: flex;
    align-items: center;
}
.rera-download a{
    align-items: center;
    background-color: #b94470;
    color: #fff;
    display: flex;
    justify-content: center;
    height: 30px;
    width: 30px;
}
.layout-popup {
    background-color: #fff;
    display: flex;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    justify-content: center;
    height: 100vh;
    overflow-y: scroll;
}
.layout-close {
    cursor: pointer;
    position: fixed;
    top: 10px;
    right: 30px;
    font-size: 24px;
    z-index: 99999;
}
.layout-img {
    display: block;
    width: 100%;
    max-width: 720px;
}
.layout-img img{
    width: 100%;
}
.thank-section {
    padding: 50px 0px;
}
.thank-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 0 15px rgb(0 0 0 / 30%);
    background-color: #fff;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
}
.thank-icon {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background-color: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #b94470;
}
.thank-card h3 {
    font-weight: bold;
    margin-top: 30px;
}
.thank-card a {
    background-color: #b94470;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 20px;
}
.amenities{
    padding: 80px 0;
    background: #fff;
}
.cus-tab{

}
.cus-tab .nav-tabs .nav-link {
    margin-bottom: 0px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    /* background: #000; */
    color: #000;
    font-size: 18px;
    background: #edebeb;
    margin-right: 14px;
    padding: 9px 34px;
}
.cus-tab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #b94470;
    border-color: #dee2e6 #dee2e6 #fff;
}
.cus-tab .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 30px;
}
.icons {
    display: flex;
    flex-wrap: wrap;
}
.icon-box {
    width: 18%;
    box-shadow: 0px 0px 6px #838080;
    margin: 0 10px;
    border-radius: 8px;
    text-align: center;
    padding: 16px;
    margin-bottom: 25px;
}
.icon-box img{
    height: 60px;
    margin-bottom: 20px;
    object-fit: contain;
}
.icon-box p{
    color: #000;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
.mobile{
    display: none;
}
.footer-contact1 {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: #000;
    padding: 0 12px 12px;
    opacity: 0;
    transition: 1s;
    -webkit-transition: 1s;
}
.footer-contact2{
    opacity: 1;
    transition: 1s;
    -webkit-transition: 1s;
}

.modal-body {
    padding: 0;
}
select#inputState {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    padding: 14px 7px;
    font-size: 14px;
}
button.btn-close {
    position: absolute;
    right: 9px;
    z-index: 999;
    opacity: 1;
    top: 7px;
}
form.row.g-3 {
    width: 70%;
    margin: 0 auto;
}
.footer-contact1 input[type="text"] {
    border: none;
    border-bottom: 1px solid #fff;
    background: #000;
    width: 100%;
    font-size: 16px;
        color: #fff;
}
.footer-contact1 input[type="email"] {
    border: none;
    border-bottom: 1px solid #fff;
    background: #000;
    width: 100%;
    font-size: 16px;
        color: #fff;
}
.footer-contact1 button {
    background: #b94470;
    padding: 6px 21px;
    color: #fff;
    font-size: 17px;
    border: none;
    
}
.footer-contact1 ::-webkit-input-placeholder { /* Edge */
    color: #fff;
  }
  
  .footer-contact1 :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
  }
  
  .footer-contact1 ::placeholder {
    color: #fff;
  }
  .possession {
    text-align: center;
    color: #fff !important;
    font-size: 22px !important;
    background: #b94470;
    width: 300px;
    float: right;
    padding: 10px !important;
    line-height: 22px;
    margin-top: 18px;
    border-radius: 3px;
}

p.area-link a {
    color: #000;
    font-size: 19px;
    text-decoration: underline;
}

.wp-gallery-box img {
    height: 240px;
    object-fit: cover;
}

.Gallery-section {
    margin-bottom: 0 !important;
}
.button-new {
    background-color: #b94470;
    border-radius: 5px;
    padding: 8px 20px;
    color: #fff;
    text-decoration: none;
    /* text-align: right; */
    display: inline-block;
    margin: 20px 0 0 0;
    font-size: 18px;
}
.button-new:hover{
    color:#fff;
}
#BigRedRectangle {
margin-top: 4px;
    background-color: #fff;
    padding: 20px;
    color: #111;
    display: none;
    text-align: left;
    position: absolute;
    margin-left: 30px;
    z-index: 9;
}
.cp-status .status-body {
    border-radius: 0;
    border: none;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    padding: 0;
    margin-top: 1rem;
    transform: translateX(-12%);
}
.cp-status .cp-table {
 
}
.cp-table .heading {
    border-top: 1px solid #dddfe5;
    border-bottom: 1px solid #dddfe5;
}
.cp-table .heading td {
    font-size: 1.1rem;
    color: #231f20;
    font-weight: 700;
    line-height: 1.3;
    padding: 1rem 2rem;
}
.cp-table td {
    padding: .5rem 1rem .5rem;
    font-size: 17px;
    color: #231f20;
    font-weight: 500;
    line-height: 1.3;
    border-right: 1px solid #dddfe5;
}
.cp-table tr:not(.heading) td {
    background: #f7f7f7;
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border: 1px solid #d5d5d5;
}
.amenities-section {
    padding: 60px 0px;
    margin-bottom: 40px;
}
::-webkit-input-placeholder { /* Edge */
    color: #fff;
  }
  
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
  }
  
::placeholder {
    color: #fff;
  }
  .footer-contact1 input[type="text"] {

        color: #fff;
}
.footer-contact1 input[type="email"] {

        color: #fff;
}

    .disclaimer {
    background: #fff;
    padding: 10px;
    box-shadow: 0px 0px 3px #0000001f;
    border-radius: 5px;
margin: 20px 0;
}
.disclaimer p{
    margin-bottom:0px;
    font-size:16px;
}
.cus-swarang{
    background: #e7e5e5;
    padding: 30px 0;
}
.overview {
    box-shadow: 0px 0px 10px #ccc;
    background: #fff;
    padding: 22px;
    margin: 0;
  
}
.overview h2{
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
}


.overview ul{
    list-style-type: disc;
}
.overview ul li {
    color: #222;
    font-size: 16px;
    margin-bottom: 7px;
    position: relative;
 
}


.cus-about h1 {
    color: #fff;
    font-size: 40px;
    width: 100%;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}
.advantage{
    padding: 60px 0;
}
.advantage h2{
    position: relative;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}
.advantage h2::before{
    content: "";
    width: 8rem;
    height: 0.2rem;
    background: #b94470;
    position: absolute;
    /* left: 0; */
    bottom: -6px;
    margin-left: 110px;

}
.advantage p{
    width: 73%;
    margin: 0 auto;
    font-size: 16px;
}


.overview h2::before {
    margin-left: 0;
}






/* media screen and (max-width: 1170px)
---------------------------------------------------------------------- */
@media screen and (max-width:1170px) {
   .enquiry{
       display:none;
   } 
   .cus-senior-box h2 {
    font-size: 22px;
    line-height: 28px;
}
.project-view{
        width: 70%;
}
.icon-box {
    width: 22%;
}

    
}
/* Large devices (laptops/desktops, 992px and up) */
@media screen and (max-width: 992px) {
    .logo-wrapper{height: 50px;}
    .header-enquiry button{height: 50px;}
    .main-banner, .main-banner-img img{height: auto;}
    .main-banner-caption h2{font-size: 60px;line-height: 60px;}
    .heading-block{margin-bottom: 30px;}
    .heading-block h3{font-size: 38px;}
    .discover-slider .owl-prev, .discover-slider .owl-next{height: 50px; width: 50px;}
    .discover-title h4{font-size: 20px;}
    .feature-item{padding: 10px;}
    .feature-img img{max-width: 40px;}
    .feature-item h6{font-size: 14px;}
    .testimonial-user{width: 130px;}
    .testimonial-content{width: calc(100% - 130px);margin-left:70px;padding-left: 70px;}
    .testimonial-content p{font-size: 18px;}
    .footer-form{padding: 30px;     margin: 0px 0 0 0;     height: auto;}
    form.row.g-3 {
        width: 90%;
        margin: 0 auto;
    }
          .project-view {
            width: 80%;
        }  
    #BigRedRectangle{
            margin-left: 0px;
    
    } 
    .senior-box {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .cus-senior-box {
        width: 30%;
        margin: 0 10px 20px;
    }
    
}
/* media screen and (max-width: 728px)
---------------------------------------------------------------------- */
@media screen and (max-width:728px) {
	.city {
        justify-content: center;
    }
	.header-enquiry.header-enquiry1 a {
    float: left;
    width: 49%;
}
	.enquire {
    display: none;
}
	    .city-box {
        width: 45%;
        margin-bottom: 20px;
        float: left;
    }
	    .city-box:last-child {
        width: 100%;
        display: inline-block;
        margin: 10px 0px;
        min-height: 200px;
    }
    .header-enquiry {
        display: block;
        position: fixed;
        bottom: 0px;
        width: 100%;
    }
  
    .header-enquiry1{
        display: block;
    }

    .award-text h5{

        height: auto;
    }

}
/* media screen and (max-width: 640px)
---------------------------------------------------------------------- */
@media screen and (max-width:640px) {
    header{}
	ul.mob-banner {
        display: block;
    }
    
    .logo-wrapper{height: 50px; padding: 5px 0px;}
    .header-enquiry button{height: 50px;}
    .main-banner, .main-banner-img img{height: auto;}
    .main-banner-img .desk-banner{display: none;}
    .main-banner-img .mob-banner{display: block;}
    .main-banner-caption{align-items: center;}
    .main-banner-caption h2{text-align: center; font-size: 48px; line-height: 48px;}
    .main-banner-caption button{width: 100%;}
    .main-banner-action, .main-banner-scroll{display: none;}
    .heading-block h3{font-size: 36px;}
    .discover-slider .owl-prev, .discover-slider .owl-next{
        font-size: 24px !important; 
        color: #fff !important; 
        text-shadow: 0px 0px 5px #000; 
        background-color: transparent !important; 
        box-shadow: none;
        height: 50px;
        width:50px;
    }
    .discover-slider .owl-prev{left:0;}
    .discover-slider .owl-next{right:0;}
    .facility-item{padding: 30px 0px;}
    .facility-content{align-items: flex-start;}
    .facility-detail h4{font-size: 30px;}
    .facility-count{font-size:34px; margin-right:40px; min-width: 40px;margin-top: 5px;}
    .testimonial-item{flex-direction: column;}
    .testimonial-user{width: 100%;}
    .testimonial-img{max-width: 150px;}
    .testimonial-content{width: 100%;margin-left: 0px;padding-left: 0px;margin-top: 30px; border: none;}
    .testimonial-content p{font-size: 18px; text-align: center;}
    .testimonial-content::before, .testimonial-content::after{display: none;}
    .testimonial-slider .owl-prev, .testimonial-slider .owl-next{position: relative;left: auto;bottom: auto; margin: 0px 10px;}
    .testimonial-slider .owl-nav{display: flex; justify-content: center;}
    footer{padding-top: 0px;}
    .feature-item h6{font-size: 14px;}
    .feature-img img{max-width: 40px;}
    .feature-item{padding: 10px;}
    .map-img .desk-map{display: none;}
    .map-img .mob-map{display: block;}
.desktop{
    display: none;
}
.mobile{
    display: block;
}
.icon-box {
    width: 45%;
    box-shadow: 0px 0px 6px #838080;
    margin: 0 6px;
    border-radius: 8px;
    text-align: center;
    padding: 10px;
    margin-bottom: 25px;
}
.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #f1f1f1;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
.accordion-button:focus {
    z-index: 3;
    border-color: #000000;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(253 253 253 / 25%);
}
.icon-box p {
    font-size: 12px;
}
.footer-contact1{
    display: none;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0rem;
}
button.btn-close {
    opacity: 1;
    position: absolute;
    z-index: 9;
    right: 0px;
}
#amenity {
    margin-bottom: 50px;
}
.accordion-button{
    border-bottom: 1px solid #bfbfbf;
    font-weight: 600;
    font-size: 18px;
}
.accordion-body {
    padding: 1rem 0.5rem;
}
.heading-block {
    margin-bottom: 0px;
    padding: 0 19px;
    height: 400px;
    overflow-y: scroll;
}
.main-banner, .main-banner-img img {
  
   }
   .header-enquiry a{
    width: 100%;
   }
       .cus-senior-box {
       width: 100%;
   }
   

}
/* media screen and (max-width: 550px)
---------------------------------------------------------------------- */
@media screen and (max-width:550px) {}
/* media screen and (max-width: 480px)
---------------------------------------------------------------------- */
@media screen and (max-width:500px) {
 p.area {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    padding: 24px 0 0px 14px;
    margin-bottom: 0px;
}

.text-end {
    text-align: left !important;
}
.button-new {
    margin: 20px 0 0 15px;
}

    .header-enquiry {
 display: block;
    position: fixed;
    width: 100%;
    z-index: 99;
    bottom: 0px;
    background: #FFF;
    padding: 0px 0;
}
.header-block {
    display: flex;
    padding: 0px 0px;
    justify-content: center;
}
.logo-wrapper img {
    height: 100%;
}
    .logo-wrapper{height: 50px; padding: 5px 0px;}
    .facillity-img{
           display: none; 
    }
    
    
    .header-enquiry button{height: 50px;}
    .main-banner, .main-banner-img img{height: auto;}
    .main-banner-img .desk-banner{display: none;}
    .main-banner-img .mob-banner{display: block;}
    .main-banner-caption{align-items: center;}
    .main-banner-caption h2{text-align: center; font-size: 48px; line-height: 48px;}
    .main-banner-caption button{width: 100%;}
    .main-banner-action, .main-banner-scroll{display: none;}
    .heading-block h3{font-size: 30px;}
    .discover-slider .owl-prev, .discover-slider .owl-next{
        font-size: 24px !important; 
        color: #fff !important; 
        text-shadow: 0px 0px 5px #000; 
        background-color: transparent !important; 
        box-shadow: none;
        height: 50px;
        width:50px;
    }
    .discover-slider .owl-prev{left:0;}
    .discover-slider .owl-next{right:0;}
    .facility-item{padding: 30px 0px;}
    .facility-content{align-items: flex-start;}
    .facility-detail h4{font-size: 30px;}
    .facility-count{font-size:34px; margin-right:40px; min-width: 40px;margin-top: 5px;}
    .testimonial-item{flex-direction: column;}
    .testimonial-user{width: 100%;}
    .testimonial-img{max-width: 150px;}
    .testimonial-content{width: 100%;margin-left: 0px;padding-left: 0px;margin-top: 30px; border: none;}
    .testimonial-content p{font-size: 18px; text-align: center;}
    .testimonial-content::before, .testimonial-content::after{display: none;}
    .testimonial-slider .owl-prev, .testimonial-slider .owl-next{position: relative;left: auto;bottom: auto; margin: 0px 10px;}
    .testimonial-slider .owl-nav{display: flex; justify-content: center;}
    footer{padding-top: 30px;}
    .feature-item h6{font-size: 14px;}
    .feature-img img{max-width: 40px;}
    .feature-item{padding: 10px;}
    .map-img .desk-map{display: none;}
    .map-img .mob-map{display: block;}
    .main-banner-caption {
        padding: 10px;
        width: 100%;
        margin: 0 auto;
    }
    .dose {
        border: 1px solid #ffffff87;
        padding: 21px 0px;
    }
    .dose p {
        color: #fff;
        font-size: 20px;
        font-weight: 300;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .dose h6 {
        font-size: 32px;
        color: #fff;
        font-weight: 300;
        border-top: 1px solid #ffffff87;
        border-bottom: 1px solid #ffffff87;
        padding: 7px 0;
        line-height: 35px;
        width: 83%;
    }
    .dose img {
        width: 64%;
        background: #fff;
        padding: 9px 26px;
        border-radius: 19px 0;
        margin: 12px 0 0 0;
    }
    .villa p {
        color: #332928;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 21px;
        line-height: 25px;
        margin: 10px 0;
    }
    .villa::before {
        content: '';
        background: #9d9d9d;
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0%;
        top: 50%;
    }
    .villa {
        display: flex;
        justify-content: center;
        background: #eaeaea;
        margin: 40px 0 40px;
        padding: 20px 10px;
        position: relative;
        flex-direction: column;
    }
    .main-banner-caption h3 {
        font-size: 26px;
    }
    .heading-block h2 {
        font-family: 'Arimo', sans-serif;
        font-size: 23px;
        font-weight: 700;
        margin-bottom: 20px;
        color: #483d39;
        text-transform: uppercase;
        margin-top: 30px;
        position: relative;
    }


    .main-banner {
       margin: 70px 0 0px 0;
    }
    div#contact {
    padding: 0px 0;
}

    .senior-box {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
		display: block;
    }
	
   .cus-senior-box {
        width: 44%;
        box-shadow: 0px 0px 6px #00000042;
        float: left;
        text-align: center;
        min-height: 268px;
    }
	.senior-img {
    text-align: center;
    margin: 0 auto;
}
.cus-senior-box h2 {
        font-size: 22px;
        line-height: 28px;
        margin-top: 10px;
    }
	.senior-box .cus-senior-box:last-child {
    width: 100%;
    display: inline-block;
	margin:10px 0px;
	min-height:200px;
}



.indoor .owl-prev, .outdoor .owl-prev {
    transform: translate(10% , -50%);
    left: 0;
}
.indoor .owl-next, .outdoor .owl-next {
    transform: translate(-10% , -50%);
    right: 0;
}



.cus-about h2 {
    color: #fff;
    font-size: 22px;
    width: 100%;
    line-height: 30px;
}
.amenity-block {
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}
.home-about-heading h2 span {
    font-size: 29px;
}
.cus-about {
    background-attachment: inherit;
}
.cus-about h2 span {
    font-size: 25px;
    display: block;
}
.call {
}
.coming h2 {
    font-size: 23px;
}
.layout-img {
    display: block;
    width: 100%;
    max-width: 430px;
    margin: 100px 0 0 0;
}
.call {
    display: none;
}
.possession {
    text-align: center;
    color: #fff !important;
    font-size: 22px !important;
    background: #b94470;
    width: 100%;
    float: inherit;
    padding: 10px !important;
    line-height: 37px;
    margin-top: 0px;
    border-radius: 3px;
    margin-bottom: 40px;
}
.cp-flats {
    padding: 2rem 0 2rem;
}
#BigRedRectangle {
    text-align: left;
    position: relative;
    margin-left: 0;
    z-index: 9;
}
.cus-swarang {
    background: #f7f7f7;
    padding: 60px 0 30px;
}
.overview {

    height: auto;
}
.footer-contact p{
 
    width: 100%;

}

.heading-block h2:before {

    width: 6rem;

    bottom: -6px;
    margin-left: 13px;
}
.advantage h2::before {
    bottom: -9px;
    margin-left: 70px;
}
.advantage p {
    width: 90%;
}
.project-img img {
    margin-bottom: 25px;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.overview h2::before {
    margin-left: 0;
}

}
/* media screen and (max-width: 390px)
---------------------------------------------------------------------- */
@media screen and (max-width:390px) {
    .main-banner, .main-banner-img img {
     height: auto;
    }
}
/* media screen and (max-width: 414px)
---------------------------------------------------------------------- */
@media screen and (max-width:360px) {
    .main-banner, .main-banner-img img {
        height: auto;
    }
}
