<style>
.content-wrapper {
position: relative;
text-align: center;
}
.custom-button {
position: absolute;
z-index: 999991;
bottom: 50px;
width: 80px90px;
left: 50%;
margin-left: -40px45px;
border:1px solid #a5a5a5 !important;
padding: 10px 20px !important;
transition: all 0.5s;
}
.custom-button a {
color: #454545 !important;
font-weight: bold;
}
.custom-button:hover {
background-color: #ff5630 !important;
border:1px solid transparent #771601 !important;
}
.custom-button:hover a {
color: #eee !important;
}
</style> |