@media (max-width:767px){
    .ban_cap{
        position: absolute; 
        width: auto;
        height: 100%;
        top: 0;
        left: 10%;
        display: flex;
        justify-content: center;
       align-items: center;
        text-align: start;
        color: #fff;
       }
       .ban_cap h5{
        font-size: 30px;
       }
}

@media (max-width:1140px) {
    .min-nav {
        background: #000000;
        right: 0;
        top: 75px;
        width: 250px;
        z-index: 11;
        padding: 12px;
        position: absolute;
        border-radius: 5px 0px 0px 5px;
    }
 }

@media (max-width:567px) {
    .top_icon {
     display: none;
    }

    .nav_me img {
        width: 240px !important;
    }

    .ban_cap p{
       display: none;
      }
      .mar_y {
        margin: 30px 0px;
      }
 }





 
