/*
===========================================footer===================================
*/
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (-webkit-min-device-pixel-ratio: 1) {
    .leftAbout h1{
        font-size: 25px !important;
    }
    .leftAbout h3{
        font-size: 14px !important;
    }
    .leftAbout p{
        font-size: 12px !important;
    }
    .quick_links h1{
        font-size: 25px !important;
    }
    .quick_links li{
        font-size: 12px;
    }
    .footer{
        margin-top: 50px !important;
        padding-top: 30px !important;
    }
}
.footer{
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 20px;
    background: rgb(22, 68, 218);
    color: white;
}
.footer p{
    font-size: 20px;
}
.footer h1{
    font-size: 50px;
    font-weight: bold;
}
.footer a{
    text-decoration: none;
    color: #fff;
}
.leftAbout{
    padding-right: 100px !important;
}
.leftAbout h3{
    font-weight: bold;
}
#footr{
    text-align: center; 
    margin-top: 30px; 
    font-size: 15px;
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px){
    .leftAbout{
        padding: 10px !important;
        margin-bottom: 0px !important;
    }
    .footer{
        margin-top: 50px !important;
        padding-top: 20px !important;
    }
    .footer h1{
        font-size: 10px !important;
    }
    .footer h3{
        font-size: 9px !important;
    }
    .footer p{
        font-size: 8px !important;
    }
    .footer li{
        font-size: 8px !important;
    }
    #footr{
        margin-top: 0px !important;
    }
    .footer br{
        display: none !important;
    }
}