@media screen and (max-width: 1399px) {
    .up_arrow img {
        width: 18%;
        position: absolute;
        left: 260px;
    }

    .down_arrow img {
        width: 18%;
        position: absolute;
        right: 260px;
        bottom: 60px;
    }
}

@media screen and (max-width: 1199px) {
    .up_arrow img {
        width: 18%;
        position: absolute;
        left: 230px;
    }

    .down_arrow img {
        width: 18%;
        position: absolute;
        right: 230px;
        bottom: 60px;
    }
}

@media screen and (max-width: 991px){
    .min_nav  {
        background: #f0f0f0;
        right: 0;
        top: 88px;
        width: 300px;
        z-index: 11;
        padding: 12px;
        position: absolute;
        border-radius: 5px 0px 0px 5px;
      }

      .lo_go1 img {
        display: none;
      }
}