 @import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Material+Icons');
body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
}
.parallax {
    height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-1 {
    background-image: url('https://media.edgeprop.my/homefinder/hero1_hf.jpg');
}

.hero-2 {
    background-image: url('https://media.edgeprop.my/homefinder/hero2_hf.jpg');
}
.below-hero {
    max-width: 900px;
    margin: 0 auto;
}
h2 {
    margin-top: 50px;
    margin-bottom: 25px;
}
h4, .container p {
    color: #666;

}
.container .box-ptop {
    padding-top: 20px;
    color: #333;
}

.center-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.87);
    padding: 50px 35px 40px;
    /* color: #fff; */
    text-align: center;
    width: 90%;
    max-width: 540px;
}
.center-box h1 {
    margin-top: 30px;
    font-weight: 600;
}
.custom-container {
    padding: 20px;
    background-color: #2f2d3b;
}
.footer-container {
    background: #fff;
}
.custom-container h2 {
    margin: 0;
}
.max-width-col {
    max-width: 600px;  
    margin: 0 auto;  
}
.container p {
    width: 95%;
    max-width: 700px;
    margin: 0 auto 30px;
}


.section {
    padding: 20px 15px;
    text-align: center;
}
.text-white {
    color: #fff;
}
.btn-primary,
.btn-postreq {
    width: 100%;
    font-size: 1.4rem;
    padding: 15px 0;
}

footer {
    background: #fff;
    padding: 20px;
    font-size: smaller;
}
.email {
    font-size: 26px;
    line-height: 1;
    color: #007bff;
    position: relative;
    top: 2px;
}
.phone {
    font-size: 16px;
    color: #007bff;
}
@media (max-width: 991px) {
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 23px;
        text-align: center;
    }
    img.logo {
        width: 100%;
    }
        .m-mb-10 {
        margin-bottom: 10px !important;
    }
}