@media only screen and (max-width: 536px) {

  .btn {
    font-size: 1rem !important;
  }

}

@media screen and (max-width: 1261px) and (min-width: 992px) {
  .tell-us-success {
    font-size: 0.8rem !important;
  }
}

@media only screen and (max-width: 1700px) {
  .map-section {
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
  }
}

@media only screen and (max-width: 1199px) {
  .provide-product {
    padding: 3rem;
  }  
}

@media only screen and (max-width: 991px) {

  h1 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  .right-side {
    max-width: 100%; 
    flex: auto;
  }

  .left-side {
    max-width: 100%; 
    flex: auto;
  }

  .content-section {
    padding: 3rem;
  }

  .carousel-caption {
    right: 0 !important;
  }

  .next-prev-button .next-button {
    padding: 1rem !important;
  }
  
  .next-prev-button .prev-button {
    padding: 1rem !important;
  }

  .img-side__home {
    padding-right: 0;
  }

  .footer-list {
    max-width: 100%;
    width: 100% !important;
    flex: auto;
    margin-top: 3em;
  }

  .image-grid .col-md-3 img {
    width: 100%;
  }

  .callbutton-header {
    display: inline-block;
    width: 100%;
    margin-top: 3vh;
    margin-bottom: 3vh;
  }

  .callbutton-header a {
    font-size: 18px;
  }

  .icon-header .nav-link i {
    font-size: 30px;
    margin: 0 1rem;
  }

  .heading-after {
    margin-top: 2rem;
  }

  .image-logos div img {
    width: 100px;
  }

  .card-deck .product-grid {
    min-width: auto;
    max-width: fit-content;
  }

  /* BANNER RESPONSIVE */

  .carousel {
    margin-top: 12rem;
  }

  .carousel-inner {
    height: 25rem;
  }

  .carousel-item > img {
    height: 25rem !important;
  }

  .carousel-caption h1 {
    font-size: 1.5rem;
  }

  .carousel-caption h3 {
    font-size: 1rem;
  }

  .carousel-caption p a {
    padding: 10px 20px !important;
    font-size: 1rem;
  }

  .carousel-caption {
    top: 7% !important;
    left: 12% !important;
  }

  .next-button img {
    width: 25px;
    height: 25px;
  }

  .prev-button img {
    width: 25px;
    height: 25px;
  }

  .brands_nav {
    display: none;
  }

  .brands_slider_container {
    padding: 0;
  }

  .brands {
    padding-top: 2rem;
    padding-bottom: 7rem;
  }

  .owl-carousel .owl-item img {
    height: 66px;
  }

  .owl-stage {
    margin-bottom: 1rem;
  }

  .quote {
    display: block;
  }

  .quote img {
    margin: 0 auto !important;
    display: block;
  }

  .button {
    padding: 9px 25px;
    font-size: 1rem;
  }

  .banner-innerpage h1 {
    width: 60%;
  }

  .banner-innerpage {
    padding: 10rem 4rem !important;
  }
  
  .button-provide {
    display: block;
  }

  .map-section {
    max-width: 540px !important;
  }

  .text-map h1 {
    text-align: center;
    margin-top: 2rem;
  }

  .product-image__section {
    margin-bottom: 3rem;
  }
}

@media only screen and (max-width: 768px) {

  .product-thumbnails__grid img {
    margin: 5px;
    width: 95px;
    height: 95px;
    object-fit: cover;
  }

  .image-logos {
    margin-top: 4rem;
  }

  .callbutton-header {
    position: absolute;
    margin: 0;
    top: 12vh;
  }

  .image-logos div img {
    width: 200px;
  }

  .image-logos div img {
    display: block;
    margin: 0 auto;
  }

  .image-logos div {
    margin-bottom: 3rem;
  }

  .image-logos > [class*="col-"] {
    margin-top: 0;
  }

  .title-banner-product {
    font-size: 19px;
  }

  .product-banner {
    padding: 3rem 0;
  }

  .navbar-brand img {
    width: 200px;
    height: auto;
  }

  .navbar {
    padding-left: 1.5rem !important;
  }

  /* BANNER RESPONSIVE */

  .carousel {
    margin-top: -1.2rem;
  }

  .carousel-inner {
    margin-top: 10rem;
  }

  /* CAROUSEL RESPONSIVE */

  .brands_nav {
    display: none;
  }


  .banner-innerpage {
    padding: 10rem 2rem !important;
  }

  .map-section {
    max-width: 720px !important;
    margin-left: auto;
    margin-right: auto;
    padding: 5rem;
  }

  .image-map img {
    width: 20rem !important;
  }

  .text-map h1 {
    font-size: 2rem;
  }

  .table-brochure__wrapper {
    padding: 2vh;
  }

  .section {
    margin-top: 0;
  }
}