 /*!
 * Mobile View )
 * Custom CSS 
 */
 @media (max-width: 767px) {
        .hidden-mobile {
          display: none !important;
        }
      }