@media screen and (max-width: 992px) {
  .row-6-cols{
    flex-wrap: wrap;
    .col{
      width: calc(100% / 3);
      margin-bottom: 20px;
      box-sizing: border-box;
    }
  }
  .chk-round-box{
    margin-bottom: 15px;
  }
  .row-column-992{
    flex-direction: column;
  }
  .why-we-box{
    height: auto;
  }
  .why-we-box_img{
    margin-top: auto;
    margin-right: auto;
  }
  .row-4-cols{
    flex-wrap: wrap;
    .col{
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: calc(100% / 2);
      margin-bottom: 20px;
    }
  }
  .mobile-nav {
    display: flex;
  }
  .header_rekl{
    display: none !important;
  }
  .header{
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    height: 50px;
    .container{
      height: 100%;
      .row{
        height: 100%;
      }
    }
    .mobile-nav{
      top: 19px;
    }
  }
  .header_nav{

  }
  .header_nav{
    box-shadow: inset -3px 10px 20px -10px rgba(0, 0, 0, .2);
    position: fixed;
    top: 66px;
    right: -300px;
    width: 300px;
    height: calc(100vh - 66px);
    background: #fff;
    z-index: 10;
    margin: 0;
    transition: 0.4s;
    visibility: hidden;
    opacity: 0;
    &.show{
      right: 0;
      visibility: visible;
      opacity: 1;
    }
    ul{
      display: flex;
      justify-content: flex-start;
      flex-direction: column;
      padding-top: 30px;
    }
    a{
      font-size: 20px;
    }
    li{
      margin-left: 0px !important;
    }
    .menuitem-icon{
      margin-bottom: 10px;
    }
    .menuitem-icon i{
      width: 23px;
      height: 23px;
    }
  }

  .h2-like, h2{
    font-size: 25px;
  }

  .btn span{
    font-size: 13px;
  }

  .filter-main{
    & > .row{
      flex-direction: column;
      .col-60p{
        width: 100%;
        padding-left: 0;
      }
      .col-30p{
        width: 100%;
        padding-bottom: 50px;
      }
    }
    .link-arrow.mt-50px{
      margin-top: 10px !important;
    }
  }

  .slider-main-box{
    margin-top: 40px;
    .col-70p{
      width: 70% !important;
    }
    .col-30p{
      width: 30% !important;
      min-width: 230px;
    }
  }

  .section-why-we{
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .mt-100px{
    margin-top: 50px;
  }

  .why-we-box{
    .col-40p{

    }
  }

  .chk-round-box{
    width: 320px;
  }
  .top-banner .top-banner_body .top-banner-head{
    font-size: 28px !important;
    line-height: 120% !important;
  }
  .top-banner .description{
    font-size: 18px !important;
    line-height: 130% !important;
  }
  .loan-item-details{
    .col-70p, .col-30p{
      width: 100% !important;
    }
  }
}

