
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.rightFixed-btns{
    position: fixed;
    right: .2rem;
    top: 45%;
    z-index: 9999;
    
}
.rightFixed-btns li{
    list-style-type: none;
    background: linear-gradient(to bottom, #aad048c4, #10b36f);
    /* background-color: #4cd052; */
    /* background-color: chartreuse; */
    margin-bottom: 1rem;
    font-size: 1.2rem;
    padding-left: .5rem;
    padding-right: .5rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    border-radius: .5rem;
    /* cursor: pointer; */
}

.rightFixed-btns #li:hover #content{
    visibility: visible;
    /* transform: translateX(-2rem); */
}
.rightFixed-btns #li2:hover #content2{
    visibility: visible;
}
.rightFixed-btns #li3:hover #content3{
    visibility: visible;
}
.rightFixed-btns li i{
    color: white;
}
.rightFixed-btns li .fa-whatsapp{
    font-size: 1.5rem;
}
.rightFixed-btns__content{
    position: fixed;
    right: .2rem;
    /* top: 49.6%; */
    margin-top: -2rem;
    background-color: #12d181;
    /* background: linear-gradient(to bottom, #A9D048, #006B3F); */
    color: white;
    padding: .85rem 1rem;
    border-radius: .5rem;
    padding-right: 3rem;
    padding-left: 1rem;
    z-index: -1;
    transition: .3s;
    visibility: hidden;
    line-height: .5rem;
    
}
.rightFixed-btns__content small{
    font-size: .8rem;
}
.rightFixed-btns__content span{
    font-size: .8rem;
    font-weight: bold;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 1rem;
    font-weight: bolder;
    border: none;
    outline: none;
    /* background-color: #09f328; */
    background: linear-gradient(to bottom, #A9D048, #006B3F);
    width: 1rem;
    height: 1rem;
    /* background-color: #f5f5f5; */
    color: white;
    cursor: pointer;
    padding: .5rem;
    
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  }
  
  #myBtn:hover {
    background: linear-gradient(to bottom, #f5f5f5 , #d1d0d0 );
    color: #006B3F;
  }
@media screen and (max-width:768px) {
    .rightFixed-btns,.rightFixed-btns__content{
        right: 1.5rem;
    }
}
