/*Boton de whatsapp*/
.whatsapp {
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    left:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
  }
  .whatsapp:hover,
  .whatsapp:active,
  .whatsapp:focus{
    color: #ddd !important;
  }
  
  .whatsapp-icon {
    margin-top:13px;
  }
  .header_mobile .mlogo_wrapper img{
    height: 55px;
    width: 60px;
  }

  .mt-80{
    margin-top: 80px !important;
  }
  
  @media only screen and (max-width: 1024px){
    .header-topbar {
      display: block !important;
    }
    .mt-80{
      margin-top: 0px !important;
    }
  }

  .serv-box-2:hover{
    color: #000;
  }

  .modal-body ul li{
    color: #1b1d21;
  }
  .modal-header h5{
    color: #1b1d21 !important;
  }