@media (min-width: 250px) and (max-width: 600px) {
.rd-navbar-aside {
    display: none;
}
.rd-navbar-panel:before{   
display: none;
}

.page-header {
    background: #ffffff;
}
button.navbar-toggler {
    position: absolute;
    top: -54px;
    right: 0px;
}
.navbar {
    padding: 0rem !important;
}

.rd-navbar-panel {

    padding: 15px 15px 5px 0;
    margin-bottom: 2px;
    height: auto;
}
.carousel-caption h1 {
    font-size: 11px;
}
.carousel-caption {
    bottom: 2px !important;
    padding-top: 0px !important;
    padding-bottom: 20px !important;

}

.carousel-caption h2 {
    font-size: 10px !important;
    font-weight: 300;
    line-height: 9px;
    letter-spacing: inherit;
}

.carousel-indicators {
    right: inherit !important;
    bottom: -4% !important;
    left: 40% !important;
    top: inherit !important;
}

.navbar-light .navbar-toggler {
    color: transparent !important;
    border-color: transparent !important;
}

.service_list li {
    width: 100%;
    border-right: 0px;
}

.footer .pl-5 {
    padding: 15px !important;
}

.fadeInUp.pr-2.animated {
    padding-left: 0px !important;
}
.footer .row.mt-4 {
    margin-top: 0px !important;
}

.deliver_bg {
    padding: 0px 0px;
}

.panel-about {
    margin-top: 40px;
}

.panel-service.mt-5 {
    margin-top: 20px !important;
}
.counter {
    margin-bottom: 20px;
}

    .padd-50 {
        padding: 80px 0px 60px;
    }

}


@media (min-width: 1600px) and (max-width: 1720px) {
  .rd-navbar-aside:after {
    right: -275px;
    height: 58px;
  }

  .rd-navbar-aside::before {
    width: 65vw;
  }
}


@media (min-width: 1440px) and (max-width: 1599px) {

.rd-navbar-aside:after {
    right: -195px;
    height: 60px;
}

.rd-navbar-aside::before {
    width: 65vw;
}
}


@media (min-width: 1720px) and (max-width: 1921px) {
.rd-navbar-aside:after {
    right: -369px;
    height: 58px;
}
  .rd-navbar-aside::before {
    width: 63vw;
  }
}