@media screen and (min-width: 1400px) {

  .container-xxl {
    max-width: 1250px;
  }

  .navbar-expand-xl {
    flex-wrap: wrap;
  }



}



@media only screen and (max-width:1400px) {

  .navbar-nav a.show::before,
  .navbar-nav a:hover::before,
  .nav-link.active::before {
    display: none;
  }




  header {
    padding: 10px 0 11px;
  }

  .surveyforu {
    border-radius: var(--bs-border-radius) !important;
  }


  .featured-reports.slick-dotted.slick-slider,
  .testimonial-slider.slick-dotted.slick-slider {
    padding-bottom: 3rem;
    margin: 0 0 2rem 0;
  }




}


@media only screen and (max-width:1300px) {


  .navbar-brand img {
    width: 200px;
  }

  .banner aside {
    position: relative;
  }

  .banner figure {
    position: absolute;
    height: 100%;
    width: 100%;
  }

  .banner figure img {
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }


  .testimonial-slider {
    padding: 0 10px;
  }


}

@media only screen and (max-width:1200px) {


  .top-menu {
    display: none;
  }

  .top-menu-mobile {
    display: block;
  }


  header.fixedTop {
    padding-top: 0px;
    padding-top: 8px;
  }

  .navbar-nav a,
  .top-menu-mobile a {
    display: block;
    margin: 8px 0;
    font-size: 1.4rem;
    color: var(--bs-nav-link-color);
    padding: 3px 6px;
  }

  .top-menu-mobile a.btn-primary {
    display: inline-block;
    padding: 12px;
  }

  .navbar .navbar-toggler {
    background-color: transparent;
    border: 0;
    padding-right: 4px;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar-toggler i {
    color: var(--primary);
    font-size: 30px;
  }



  footer {
    padding-bottom: 60px;
  }


}

@media only screen and (max-width:991px) {



  .slick-prev {
    left: 0px;
  }

  .slick-next {
    right: 0px;
  }



  .testimonial-slider {
    padding: 0;
    text-align: center;
  }

  .testimonial {
    flex-direction: column;
    text-align: center;
  }


  .profile-summary {
    gap: 10px;
  }

  .profile-summary li {
    padding: 8px 10px;
    gap: 5px;
    max-width: unset;
  }

  .profile-summary li h2 {
    flex-shrink: 0;
  }

  .news-box aside {
    background: rgb(121, 117, 47);
    position: relative;
    margin-bottom: 20px;
    border-radius: 0 0 var(--bs-border-radius) var(--bs-border-radius) !important;
  }

  .form-checkout {
    background-position: center bottom;
  }


  .footer-nav {
    flex-wrap: wrap;
  }

  #scroll {
    border: 1px solid #fff;
  }






}


@media (max-width:768px) {}



@media only screen and (max-width:767px) {



  h1,
  h2,
  h2.small,
  .banner-details h2 {
    font-size: 1.75rem;
    line-height: 2.125rem;
    font-weight: 400;

  }

  h3,
  .surveyforu aside h3 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }


  h4 {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }

  p,
  main,
  ul li,
  header {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .rating-panel ul {
    flex-direction: column;
    width: 100%;
    text-align: center;
    gap: 15px;
  }

  .rating-panel {
    background-size: 200%;
    background-position: center bottom;
  }

  .rating-panel ul li {
    display: unset;
  }



  .clients-logos {
    padding: 0px;
  }



  .clients-logos ul {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }


  .vline {
    display: none;
  }

  footer h4 {
    margin-top: 20px;
  }


  .btn-primary {
    padding: 12px 16px;
    font-size: 1.2rem;
    line-height: 1.rem;
  }

  .btn-primary.btn-small {
    font-size: 1rem;
    letter-spacing: 2px;
    line-height: 1.2rem;
  }



}


@media only screen and (max-width:576px) {

  .navbar-brand img {
    width: 150px;
  }

  .banner-details ul {
    flex-direction: column;
  }

  .banner-details ul li {
    flex-basis: unset;
  }

  .nav-tabs .nav-link {
    padding: 10px 15px;
  }

  .content-img-right {
    float: right;
    width: 100%;
    margin: 0 0 30px 0px;
  }


  footer .form-floating {
    width: 100%;
  }



}

@media only screen and (max-width:420px) {

  .certificate img {
    width: 100%;
  }

  .social-media {
    gap: 16px;
  }

}