@media(max-width:768px){
    .my-canvas{
        width: 280px;
    }
    .custom-dropdown .dropdown-menu{
        width: 320px;
    }
    .custom-dropdown .custom-notifications > li > a .text {
        font-size: 15px;
    }
    .div-util{
        height: 65px;
      }
      .div-util img{
        height: 95px;
      }
      #slider-second .item img{
        width:100% !important;
        border-radius: 20px 20px 0 0 ;
      }
      #slider-second .item .slider-text{
      padding: 20px 0;
        }
        .section-shuttle .row h4{
            margin-top: 10px !important;
        }

        .top-back{
            display: none;
        }

        .bottem-back{
            display: none;
        }

        .footer-standard{
          display: none;
        }

        .footer-about{
          margin-right: 70px;
          font-size: 12px;
        }

        /* doccmmspage */
        .section-title {
        font-size: 1.1rem;
        }
        .video-card h5 {
        font-size: 14px;
        }
        .article-card h5 {
        font-size: 14px;
        }
        .section-cta h4 {
        font-size: 1rem;
        }
        /* end doccmmspage */
        
      /* =====articlecmms cmms page===== */
        .article-header h1 {
        font-size: 1.3rem;
        }
      /* =====end articlecmms cmms page===== */

      /* =====about page===== */
       .about-hero {
        padding: 100px 20px;
        }

      /* =====end about page===== */

    .header-span{
        display: none;
      
      }


}