*{
    margin: 0px;
    padding: 0%;
    box-sizing: border-box;
}
.dfooter{
    display: flex;
    padding: 50px;
    background:linear-gradient(rgba(0, 0, 0, 0.870),rgba(0, 34, 253, 0.606) ),url(/Image/saraswati.jpg);
    background-repeat: no-repeat;
   background-size: cover;
    margin-top: 12%;
}
.dfooter .callback h2{
    color: white;
    margin-bottom: 5px;

}
.dfooter .callback h6{
    color: rgb(255, 255, 255);
    width: 60%;
    font-weight: 100;
    margin-top: 10px;


}

.dfooter .callback a{
    text-decoration: underline;
    color: green;
}
.dfooter .callback a h4{
    color: rgb(255, 255, 255);
    margin-top: 15px;

}
.callback{
    margin-left: 8%;
}
.dcallbackform{
    /* border: 2px solid red; */
    width: 100%;
}

.dcallbackform .inp{
    margin: 5px;
    padding: 10px;
    height: 45px;
    width:100%;
}
#home-6-main-button{
    margin: 5px;
    height: 40px;
    width: 100px;
    background-color: green;
    color: white;
    font-weight: 500;
    font-weight: 700;
    border: none;
}
.dfooter1{
    display: flex;
    justify-content: space-around;
    padding: 30px;
    background-color: black;
}
.dfooter1 .list{
    width: 180px;
    color: white;
}
.dfooter1 .list .tustinus{
    font-size: 1rem;
}
.dfooter1 .list .li a{
    text-decoration: none;
    color: white;
}
.tustinus{
    width:300px;
}
@media screen and (min-width: 280px) and (max-width: 685px) {
    .dfooter{
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        padding: 20px;
        background:linear-gradient(rgba(0, 0, 0, 0.870),rgba(0, 34, 253, 0.606) ),url(/Image/About\ VB\ &\ Co..jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
        margin-top: 45%;

    }
    .dfooter .callback h2{
        color: white;
        margin-bottom: 5px;
    
    }
    .dfooter .callback h6{
        color: rgb(255, 255, 255);
        width: 80%;
        font-weight: 100;
        margin: auto;
    
    
    }
    
    .dfooter .callback a{
        text-decoration: underline;
        color: green;
    }
    .dfooter .callback a h4{
        color: rgb(255, 255, 255);
        margin-top: 15px;
    
    }
    .callback{
        /* margin-left: 100px; */
        /* width: 100%; */
        margin: 15px;
    }
    
    .dcallbackform .inp{
        margin: 5px;
        padding: 10px;
        height: 30px;
        width: 80%;
    }
    #home-6-main-button{
        margin: 5px;
        height: 40px;
        width: 100px;
        background-color: green;
        color: white;
        font-weight: 500;
        font-weight: 700;
        border: none;
    }
    .dfooter1{
        display: flex;
        justify-content: space-around;
        padding: 20px;
        background-color: black;
    }
    .dfooter1 .list{
        width: 180px;
        color: white;
        margin: 15px;
        
    }
    .dfooter1 .list .tustinus{
        font-size: 0.8rem;
        font-weight: 700;
    }
    .dfooter1 .list .li a{
        text-decoration: none;
        color: white;
        font-weight: 700;

    }
    .tustinus{
    width:160px;
}
    
    
}