.header{
    background-color: #fff;
}
.carousel{
    padding-bottom:30px;
}
.carousel-content{
    text-align: center;
    color:#00000051;
}

.carousel-content p{
    padding-top:20px;
    color:#000000bb;
}
.carousel-content h2{
    font-weight: bold;
    color:#000000;
    font-size:42px;
    font-family: libre baskerville, serif;
}
/* .content-title h2{
    text-align: center;
} */
.location-list{
    display: flex;
    padding-top: 20px;
}
.ul-list{
    color: #fff;
    display: flex;
    gap:60px;
    text-align:justify;
}
.ul-list span{
    color:#000;
    font-weight: 400;
}
.ul-list span i{
    padding-right:10px;
}

.address{
    display: flex;
    justify-content: center;
    text-align: center;
    color: #fff;
}
.address h6{
    color:#fff;
    padding-top:5px;
}
/* .map-link{
    padding-right:20px;
} */
.map-iframe{
    border:0;
    width:100%;
    height:465px;
    
}
.content-title{
 
}
.footer-content{
    /* background-color: #000000; */
    color: #fff;
    text-align: center;
    border-top:1px solid #fff;
    padding-block:10px;
}
.footer-content p{
    margin-bottom: 0px;
}
.footer-content span{
    color:#fff ;
}
.footer-content a{  
    text-decoration: none;
    color:#fff;
}
.details{
    background-color: #61727D;
}
.details-content{
    text-align: center;
    color:#fff;
    font-weight: 600;
    padding-block:20px;
}
.details-border{
    border-right:1px solid #fff;
    border-top:none;
}
.details-header{
    font-family: libre baskerville, serif;
    font-size: 20px;
}
.pr-price{
    background: url(../img/about/price.webp) no-repeat center left;
}
.overdetails{
    padding-left: 62px;
    font-size: 15px;
    font-weight: 400;
    margin-top:30px
}
.span2{
    font-weight: 700;
    font-size: 18px;
} 
.pr-location{
    background: url(..//img/about/location.webp) no-repeat center left;
}
.pr-apartments{
    background: url(..//img/about/apartment.webp) no-repeat center left;
}
.pr-units{
    background: url(..//img/about/no-of-unit.webp) no-repeat center left;
}
.pr-size{
    background: url(..//img/about/size.webp) no-repeat center left;
}
.pr-floor{
    background: url(..//img/about/floor.webp) no-repeat center left;
}.pr-status{
    background: url(..//img/about/Possession.webp) no-repeat center left;
}.pr-rera{
    background: url(..//img/about/Completion-certificate.webp) no-repeat center left;
}
.specifications{
    color:#fff;
    padding-block:50px;
}
.specifications h2{
    color: #fff;
    font-family: libre baskerville, serif;
    font-size:46px;
    text-align: center;
}
.phn-icon{
    color: #fff;
    margin-right: 15px;
}
.mob-btn.fixed a:first-child {
    border-right: 2px solid #ffff;
}
.mob-btn.fixed{
    position: fixed;
    display: none;
    z-index: 99;
    width:100%;
    bottom:-1px;
    overflow:hidden;
    box-shadow: 0 -2px 20px rgba(0,0,0,.35);
}
.mob-btn.fixed a{
    width:50%;
    float: left;
    height:48px;
    line-height: 48px;
    text-align: center;
    background-color: #005aa4;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    color:#fff;
}
.aminities-icon{
    height:60px;
    padding-left:10px;
}
.service-header.service-card.style3 .service-header {
    display: flex;
}
.blog-title{
    text-align: center;
    font-weight: bold;
}
.default-form-area{
    border: 2px solid #005aa4;
    padding: 20px 20px;
    border-radius: 8px;
}