/* Hide in mobile/tablet */
@media (max-width: 991px) {
  /*call button*/
    /*.call-btn {
      display: none !important;
    }*/

    /*whatsapp btn*/
    #whatsappBtn {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    /*mobile menu related*/
    .main-nav { display:none !important; }
    .btn-contact { display:none; }

    /*service hide pc*/
    #services {
      display: none;
    }

    /*Mobile services*/
    #services-mobile {
      display: block;
    }

    /*slider*/
    .slider-content {
      left: 40px !important;
      max-width: 60% !important;
    }
    .slider-arrows {
      right: 15px !important;
    }
}

/* Small devices: max-width 576px */
@media (max-width: 576px) {
  /* left-section spacing tweak header */
  .site-logo-link img {
    margin-left: 10px;
  }
  /*end header*/
}
