/* offer form */
.get-offer{
    border: none;
    padding: 5px 45px;
}
/* whatsapp float button */
.my-float{
    padding: 12px;
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 80px;
    right: 2%;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.my-float-phone{
    padding: 12px;
    position: fixed;
    width: 25px;
    height: 25px;
    bottom: 60px;
    right: 2%;
    background-color: var(--primary-color);
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 9px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
/* Thank you page */
.thankyou i{
    margin-top: 20%;
    font-size: 4rem;
    color: #4E9F3D;
}
.thankyou h1{
    font-size: 3rem;
    font-weight: 500;
    color: #293d52;
    margin-bottom: 35px;
}
.thankyou a{
    border: none;
    padding: 10px 50px;
    background-color: #5554cc;
    border-radius: 0;
    transition: 0.5s;
}