@media (max-width: 991px) {
  .navbarscr .min-nav {
    position: absolute;
    top: 74px;
    width: 100%;
    padding: 15px;
    background: url('front_assets/img/banner.png') no-repeat #d5ecff;
    background-size: cover;
    right: -3%;
    z-index: 11;
  }

  .navbarscr .min-nav li {
    padding: 10px 0;
    border-bottom: 1px solid rgb(0 0 0 / 8%);
  }

  .navbarscr .min-nav li:last-child {
    border-bottom: 0px solid rgb(0 0 0 / 8%);
  }

  .navbarscr .dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .navbarscr .dropdown-toggle::after {
    content: "\f13a";
    font-family: 'Font Awesome 6 Free';
    border: 0;
    font-weight: 900;
    margin-left: 0;
    font-size: 1.25rem;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }

  .navbarscr .nav-bgs .nav-link {
    color: #000;
  }

  .navbarscr .dropdown-toggle.show::after {
    transform: rotate(180deg);
  }
  .navbarscr .nav-bgs .dropdown-menu {
    height: auto;
}

@media (max-width:767px) {
  .review_bg {
    padding: 60px 20px;
  }
}

@media (max-width:567px) {
  .nav_contact img {
    width: 40px !important;
  }
  .navbarscr img {
    width: 140px;
  }
  .service_main_banner h1 {
    font-size: 30px;
  }
  .service_main_content h2 {
    font-size: 25px;
  }
}

/* thank you file*/

@media (max-width:767px) {
  .review_bg {
    padding: 60px 20px;
  }
}
@media (max-width:850px) {
  .thankyou h1{
    font-size: 65px;
  }
  .thankyou p{
    font-size: 22px;
  }
}

@media (max-width:567px) {
  .nav_contact img {
    width: 40px !important;
  }
  .navbarscr img {
    width: 140px;
  }
  .service_main_banner h1 {
    font-size: 30px;
  }
  .service_main_content h2 {
    font-size: 25px;
  }
  .thankyou h1{
    font-size: 45px;
  }
  .thankyou p{
    font-size: 19px;
  }
}