.float12 {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 90px;
    right: 25px;
    background-color: #ee555d;
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    line-height: 40px;
}

.my-float1 {
    margin-top: 11px;
    margin-left: 0px;
}

#whatsappChats {
    position: fixed;
    bottom: 10px;
    left: 0px;
    width: 66px;
    height: 66px;
    visibility: visible;
    z-index: 999999999;
    display: none;
    backface-visibility: hidden;
    opacity: 1;
    transform: translateX(50%);
    filter: drop-shadow(rgba(0, 0, 0, 0.5) 2px 2px 1px);
    background: 0px 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    transition: transform 0.2s ease-in-out 0s;
}

#whatsappChats img {
    width: 55px;
    height: auto;
    position: relative;
    z-index: 1;
    transform: scale(1.1);
}

#whatsappChats .whatsappChatsText {
    width: 140px;
    height: 40px;
    position: absolute;
    color: rgb(33, 33, 33);
    left: 25px;
    text-align: right;
    font-size: 11px;
    line-height: 1.1;
    font-weight: 600;
    bottom: 20px;
    letter-spacing: 0.04em;
    background: rgb(255, 190, 74);
    padding: 5px 15px;
    border-radius: 0px 6px 6px 0px;
}

#whatsappChats .whatsappChatsText strong {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.07em;
}
.footer-section {
    background: #c9870d;
    text-align: left;
}
#btn_float {
    height: 0px;
    width: 80px;
    position: fixed;
    right: 0;
    top: 55%;
    z-index: 1000;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#btn_float button {
          display: block;
    background: #915320;
    height: 35px;
    padding-top: 7px;
    width: 160px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #915320;
}
#btn_float button:hover{
    
    border:1px solid #262626;
    background: #fff;
    color: #262626;!important;
    
    
}


