.fontawesome-size {
    font-size: 55px;
}

.looking-for-div {
    /* background-color: red; */
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    height: 250px;
}

.shadow-card {
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.btn-call-us {
    border-radius: 10px;
    background-color: red;
    color: #f6f6f6;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.btn-brochure {
    background-color: red;
    border-radius: 10px;
    color: #f6f6f6;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);

}

.call-us {
    background: url("../../images/house-closing.png");
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 70px;
    position: relative;
    color: #f6f6f6;

}

.enquire-now-section {
    background-color: #51C3B4;
}

.call-us-element {
    position: relative;
    background-color: #403e3e37;
    width: 100%;
}

.copyright-section {
    background-color: #000000;
}

.main-footer {
    background: #1a1a1a;
}

.footer-icon {
    color: #334d9d;
}

.main-footer-text {
    color: #bcbcbc !important;
}

.main-footer-links {
    text-decoration: none;
    color: #bcbcbc;
}

.bread-back-img {
    background: url("../../images/aboutus.jpg");
    background-size: cover;
    background-position: bottom center;
}

/* Responsive CSS Start  */
@media screen and (max-width: 480px) {
    .looking-for-div {
        margin-bottom: 50px;
    }

    .mobile-margin-top {
        margin-top: 50px;
    }

    .mobile-text-center {
        text-align: center;
    }
}

/* Responsive CSS End */