@media(max-width:400px){

    .header button {
        font-size: 25px;
    }
    .search-container{
        height: 30px;
    }
    .search-container:hover > .search-input{
        width: 150px;
    }
    .header{
        padding-right:0 !important ;
        padding-left:0 !important ;
    }
    .my-canvas{
        width: 250px;
    }
    .custom-dropdown .dropdown-menu{
        width: 220px;
    }
    .custom-dropdown .custom-notifications > li > a .text {
        font-size: 12px;
    }
    .div-util{
        height: 50px;
      }
      .div-util img{
        height: 70px;
      }
      #slider-four .item .text span{
        font-size: 11px;
      }

      .btn-demo{
        font-size: 10px;
        font-weight: 400;

    }



    }
