

.heading_div {
    position: absolute;
    bottom: 40%;
    left: 20%;
}
.real_estate_headding_text{
    color: #fff;
}
.real_estate_headding_text1{
    font-family: "proxima-nova-regular";
    font-size: 2vw;
    line-height: 120%;
}
.real_estate_headding_text2{    
    font-family: "playfair-display-regular"; 
    font-size: 5vw;
    line-height: 120%;
}
.real-estate-sec2{
    background-color: #143d8f;
    padding: 3%;
    padding-bottom: 15%;
}
.real-estate-heading{
    color: #cc9933;
    font-size: 3.5vw;
    font-family: "playfair-display-regular"; 
    text-align: center;
}
.real-estate-para{
    padding-top: 1%;
    max-width: 55%;
    margin: auto;
    display: block;
    color: #CCCCCC;
    line-height: 140%;
    font-size: 1.25vw;
    font-family: "proxima-nova-regular";
}
.img_log{
    position: relative;
    /* top: 10%; */
}
.img_log img{
    position: absolute;
    bottom: -30%;
    left: 18%;
}
.real-estate-sec3{
    background-color: #e7dcc6;
    padding-top: 5%;
}
.real-estate-sec3-para{
    padding-top: 10%;
    max-width: 50%;
    margin: auto;
    color: #000;
    font-family: "playfair-display-regular"; 
    font-size: 2vw;
    line-height: 140%;

}
.triangle{
    margin-top: 1%;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-top: 30px solid #cc9933;
    font-size: 0;
    line-height: 0;
}
.real-estate-list-items{
    padding-top: 0%;
    max-width: 50%;
    margin: auto;
    color: #000;
    font-family: "proxima-nova-regular";
    font-size: 1.4vw;
}
.real-estate-sec4 {
    background-color: #e7dcc6;
    padding-top: 2%;
}
.real-estate-sec4 img{
    width: 70%;
    margin: auto;
    display: block;
}

.real-estate-sec4-bg{
    background-color: #143d8f;
}
.real-estate-list-items li{
    padding-bottom: 2%;
}
@media (max-width: 767px) {
    .heading_div {
        position: absolute;
        bottom: 40%;
        left: 10%;
    }
    .triangle {
        margin-top: 1%;
        margin: auto;
        width: 0;
        height: 0;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top: 20px solid #cc9933;
        font-size: 0;
        line-height: 0;
    }
    .real_estate_headding_text1{
       
        font-size: 6vw;
      
    }
    .real_estate_headding_text2{    
       
        font-size: 10vw;
       
    }
    .real-estate-heading {
        font-size: 6vw;
    }
    .real-estate-para {
        font-size: 4vw;
        padding-top: 1%;

    }
    .real-estate-para {
        max-width: 85%;
    }
    .real-estate-sec3-para {
        padding-top: 20%;
        max-width: 80%;
        font-size: 4vw;
    }
    .real-estate-list-items {
        padding-top: 0%;
        max-width: 85%;
        font-size: 4vw;
        padding-bottom: 5%;
    }
    .img_log img {
        position: absolute;
        bottom: -30%;
        left: 0;
        padding: 10%;
    }


}

@media only screen  and (min-width : 1224px) {
    .img_log img {
        position: absolute;
        bottom: -30%;
        left: 18%;
        width: 60%;
    }
}

@media only screen  and (min-width : 1800px) {
    .img_log img{
        position: absolute;
        bottom: -30%;
        left: 18%;
    }

}