.fixed-banner{
position: fixed !important;
bottom: 0px !important;
background-color: #cfb53b !important;
width: 100% !important;
z-index: 10000 !important;
text-align: center !important;
}
.fixed-banner span{
color: #2d2d2d !important;
}
.custom-btn{
background-color: #d93b2b !important;
border-radius: 20px !important;
margin: 5px !important;
}
.custom-btn:hover{
color: #cfb53b !important;
}
.back-top{
z-index: 20000 !important;
background-color: darkred !important;
}
@media screen and (max-width: 420px){
.fixed-banner span{
font-size: 11px !important;
}
}