@media only screen and (max-width: 767px){
    
    .home-loan {
        width: 100% ;
        margin-top: 10px ;
    }
    .home-loan h4{
        font-size: 18px;
    }
    .emi {
        margin-top: 10px;
    }
    select.form-select.form-select-sm {
        margin-top: 0 !important;
    }
     .home-loan button.btn-apply {
        padding: 5px;
    }
     p.not-content {
        font-size: 9px;
    }
    .card2 .card-d h5 {
        padding: 2px 2px;
        font-size: 13px;
    }
    p.card-tex {
        font-size: 12px;
    }
    .textimonial-sec .testimonial-grid p {
        font-size: 12px;
    }
    .textimonial-sec .testimonial-grid h4 {
        font-size: 14px;
    }
    .input-text input {
        padding: 0px 0px;
    }
    .icon-content img {
        margin-top: 10px;
    }
    .emi_content.emi {
        margin-top: 10px !important;
    }
    .img-2 {
        margin-top: 10px;
    }
    .copy {
        text-align: center;
    }
   
}
@media only screen and (max-width: 575px){
    
    .textimonial-sec .testimonial-grid{
        width: 100%;
    }
    .icon-content img {
        margin-top: 10px;
    }
    .emi_content.emi {
        margin-top: 10px;
    }
    .form-container {
        width: 100%;
        margin: 0 auto;
        padding: 50px;
        background-color: #0f4d8b;
        border-radius: 10px;
        box-shadow: 1px 1px 10px rgb(255 251 251 / 20%);
        color: #fff;
    }
}
/* Housing Loans  page media css start */

@media only screen and (max-width: 767px){
    .housing__loans_contant p {
        font-size: 12px;
    }
}
/* Housing Loans  page media css end */