/*start footer whatsapp and call buttons*/  
#mybutton {
    position: fixed !important;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    z-index: 29;
  }
  .call-us {
    color: white !important;
    border-radius: unset;
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    background: linear-gradient(45deg, #C33764, #f3acdb);
  }
  .call-us:hover {background-color: #018f99; color: white;}
  .whatsapp:hover {background-color: #10ba17; color: white;}    
  .whatsapp {
    color: white !important;
    border-radius: unset;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    background: linear-gradient(45deg, #C33764, #f3acdb);
    border-left: 2px solid #dfcab9 !important;
  }
  .whatsapp img {
    width: 40px;
    margin-right: 9px;
  }
  .call-us img {
    width: 40px;
    margin-right: 10px;
  }