@media (max-width: 568px) {
  .mob-full {
    width: 100%;
    margin: auto;
  }

  .abt-index .abt-img img {
    width: 100% !important;
  }

  .skv-service .ad-box-serv {
    margin-top: 0;
  }

  .top-header i {
    font-size: 21px;
  }
  .top-header a {
    color: #fff;
    font-size: 15px;
  }
  .top-header img {
    width: 24px;
  }
}
@media (max-width: 768px) {
  .w-xs-100 {
    width: 100%;
  }

  .top-header-page {
    z-index: 111;
    position: fixed;
    width: 100%;
    top: 0;
  }

  .top-banner .ban-cons .ban-lft-tl {
    padding: 25px 0;
    height: auto;
    border-right: 8px solid #fff;
  }
  .top-banner .ban-cons .ban-cntr-tl {
    border-right: 0px solid #fff;
    border-top: 8px solid #fff;
    border-left: 8px solid #fff;
    border-bottom: 8px solid #fff;
    margin: 0;
    display: grid;
    height: 250px;
  }
  .top-banner .ban-cons .ban-cntr-tl .ban-cntr {
    margin: auto;
  }
  .top-banner .ban-cons .ban-rt-tl {
    border-right: 8px solid #fff;
    height: auto;
    padding: 0px 0 25px;
  }

  .recyc-btm {
    margin-top: 25px;
  }

  .abt-index .abt-img h1 {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 5px;
  }
  .abt-index .abt-img img {
    width: 100%;
  }

  .enq-form-index {
    margin-top: 15px;
  }

  .index-enq .enq-cont p {
    font-size: 19px;
  }
  .index-enq .enq-cont h2 a {
    font-size: 32px !important;
  }
  .index-enq .enq-cont h3 {
    font-size: 18px !important;
  }

  .top-banner nav .nav-bar-coll-show {
    right: 0px !important;
  }
  .top-banner nav .nav-bar-coll {
    position: fixed;
    top: 135px;
    right: -180px;
    width: 170px;
    background: #fff;
    transition: 0.4s all linear;
    z-index: 111;
    height: 100vh;
    border-left: 3px solid #ececec;
  }
  .top-banner nav .nav-bar-coll .navbar-nav .nav-item .nav-link {
    padding: 12px 11px !important;
    background: 0 !important;
    box-shadow: none !important;
  }
  .top-banner nav .nav-bar-coll .navbar-nav .nav-item .nav-link:hover {
    color: #11a075 !important;
  }
  .top-banner nav .nav-bar-coll .navbar-nav .nav-item .active {
    color: #11a075 !important;
  }
  .top-banner nav .logo img {
    width: 230px;
  }
  .top-banner .navbar-light .navbar-toggler {
    padding: 14px 10px 10px;
    border-radius: 60px;
    width: 43px;
    height: 42px;
    color: #fff;
    display: grid;
    transform: rotateY(180deg);
  }
  .top-banner .navbar-light .navbar-toggler img {
    filter: invert(1);
    width: 26px;
    margin: auto;
  }
  .top-banner .navbar-light .navbar-toggler .bor-der1 {
    transform: rotateZ(42deg);
    width: 23px !important;
    margin-top: 7px;
    transition: 0.5s all linear;
  }
  .top-banner .navbar-light .navbar-toggler .bor-der2 {
    opacity: 0;
    transition: 0.2s all linear !important;
  }
  .top-banner .navbar-light .navbar-toggler .bor-der3 {
    transform: rotateZ(-42deg);
    width: 23px !important;
    margin-top: -10px;
    transition: 0.5s all linear;
  }
  .top-banner .navbar-light .navbar-toggler .bor-der {
    width: 21px;
    height: 2px;
    background: #fff;
    margin-bottom: 2px;
    border-radius: 50px;
    transition: 0.5s all linear;
  }

  .skv-service .box-serv .img-serv {
    height: 415px;
  }

  .home-abt {
    padding: 10px 0;
  }
  .home-abt .client-img {
    padding: 0px;
    display: initial !important;
  }
  .home-abt .client-img .cln-log {
    width: 120px;
  }

  footer img {
    width: 220px;
    margin-bottom: 15px;
  }

  .contact-us iframe {
    width: 100%;
    height: 420px;
  }

  .index-page {
    margin-top: 0px !important;
    height: auto !important;
  }

  .top-banner {
    overflow: hidden;
    margin-top: 130px;
  }

  .abt-index {
    margin-bottom: 0 !important;
  }
  .abt-index .w-80 {
    width: 90% !important;
  }
  .abt-index .abt-img {
    padding-bottom: 5px;
  }
  .abt-index .abt-img p {
    width: 100% !important;
    margin-bottom: 0;
  }

  .abt-cont p {
    font-size: 14px;
  }
  .top-banner nav .nav-bar li .nav-link:focus {
      color: #fff !important;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .contact-us {
    background: linear-gradient(180deg, #11a075 30%, #54cf48);
  }
  .contact-us iframe {
    width: 100%;
    height: 530px;
  }

  .logo img {
    width: 165px !important;
  }
}
@media (min-width: 991px) {
  .lg-w20 {
    flex: 0 0 auto;
    width: 20%;
  }

  .top-banner nav .nav-bar li .nav-link {
    padding: 2px 16px !important;
  }
}


