.contact_us{
    background: url(https://mamily.in/new_web_assets/images/Registration.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    height: 400px;
}

.contact_us:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgb(255 255 255 / 80%) 50%, rgb(255 255 255 / 85%) 100%);
}
.contact_us .contact{
    display: flex;
    height: calc(400px - 0px);
    align-items: center;
    margin: auto;
}
.contact_us .contact a:hover{
    color: #b996fe !important;
}

.form_section .email-content .email .fa-envelope{
    background: #f88785;
    padding: 18px;
    border-radius: 50%;
    font-size: 24px;
    color: white;
    width: 60px;
    height: 60px;
    position: relative;
}

.form_section .phone-content .phone .fa-phone{
    background: #b996fe;
    padding: 18px;
    border-radius: 50%;
    font-size: 24px;
    color: white;
    width: 60px;
    height: 60px;
    position: relative;
}
.form_section .phone-content .phone .fa-phone:before, .form_section .email-content .email .fa-envelope:before, .form_section .address-content .address .fa-map-marker:before{
    position: absolute;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
}

.form_section .address-content .address .fa-map-marker{
    background: #6dc1a0;
    padding: 18px;
    border-radius: 50%;
    font-size: 24px;
    color: white;
    width: 60px;
    height: 60px;
    position: relative;
}

.form_section .social .fa{
    background: #f0f0f0ba;
    padding: 14px;
    font-size: 20px;
    border-radius: 50%;
    color: #f88785;
}
.form_section .social .fa:hover{
    background: #f88785 !important;
    color: white !important;
}

@media (max-width: 992px){
    .contact_us{
        height: 275px;
    }
    .contact_us .contact{
        height: calc(275px - 0px);
    }
  
}

@media (max-width: 525px){
    .contact_us{
        height: 150px;
    }
    .contact_us .contact{
        height: calc(150px - 0px);
    }
}
