.footer-outside{
    background-color: #c84742;
    font-size: 18px;
    color: white;
    font-weight: 500;
    text-align: center;
    padding: 6px 0 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.footer-inside{
    background-color: #c84742;
    font-size: 18px;
    color: white;
    font-weight: 500;
    text-align: center;
    padding: 6px 0 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999999;
}

.footerbtn{
    width: 170px;
    color: white;
    font-weight: 600;
    margin: 0 3px 0 3px;
}
.btn1{background-color: #809fd3 !important;}
.btn2{background-color: #54bb6f !important;}
@media(min-width:767px){
    .footer-outside{display: none;}
    .footer-inside{display: none;}
}
.a-btn{color: white;}
.a-btn:hover{text-decoration: none;}
button.btn-default.footerbtn{background-image: none !important; text-shadow: none !important; height: 30px;}
.btn3{ border: none !important; background-color: transparent;}
.footerrow{margin-top: 5px; margin-bottom: 5px;}
