.customheaderamand{
color: #474646;
opacity: 100%;
size: 28px;
margin-bottom: 45px;
margin-top: -10px;
font-weight: bold;
}

.customimageclass{
    position: absolute;
    left: -30px;  
    margin-top: 80px; 
    opacity: 20%; 
}

.customtable1{
    margin-top: 40px;
    background-color: #F9F9F9;
}

.customtable2{
    margin-top: 40px;
    background-color: #F9F9F9;
}

@media screen and (max-width: 800px){
    .Responsive_image{
        display: none;
     }
     .customheaderamand{
 color: #474646;
 opacity: 100%;
 size: 18px;
 margin-bottom: 45px;
 margin-top: 60px;
 font-weight: bold;
 }
 .navbar-brand{
            color: white;
            font-size: 16px;
        }
}
@media screen and (min-width: 700px){
        .navbar-brand{
            color:white;
            font-size: 25px;
        }
    }
.footer {
 position: fixed;
 left: 0;
 bottom: 0;
 width: 100%; 
 }
 
 .pfootercustom{
 color: #707070;
 font-size: 17px;  
 }

 .socialmediaicons{
    font-size:24px; 
    color: black;
 }




