body, html {
  overflow-x: hidden;
}

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

  /* Custom styles for extra extra large devices (<1400px) */
    .home-blog .blog-desc p{
        font-size: 18px;
    }
    .supercharge{
      padding: 145px 0px;
    }
    .reviews .swiper-button-prev.custom-nav{
        right: 12%;
    }
}

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

  /* Custom styles for extra large devices (≥1200px) */



}

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

  /* Custom styles for large devices (≥992px) */

}

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

  /* Custom styles for medium devices (<768px) */

  .navbar-brand img {
    width: 100px;
  }
  .navbar-brand {
    margin-right: 0;
    padding: 0 1em;
  }
    footer .the-company{
        padding-left: 1rem;
        margin: 2rem 0;
    }
    .morning {
      padding: 50px 20px;
    }
    .morning img{
      width: 100%;
      margin-bottom: 5%;
    }
    .home-blog h2{
      font-size: 50px;
    }
    .home-blog .row [class^="col-"]{
      margin-top: 10%;
    }
    .supercharge{
      background-size: cover;
      padding: 50px 0px;
      background-position: center;
      background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/supercharge-bg.png');
    }
    .supercharge h2{
      font-size: 45px;
      line-height: 45px;
    }
    .reviews{
      padding: 50px 0;
    }
    .reviews h2{
      font-size: 60px;
      line-height: 60px;
    }
    .faqs h2{
      font-size: 50px;
    }
    .faqs .left-side h3{
      font-size: 30px;
    }
    .faqs .right-side .accordion h3 .accordion-button{
      font-size: 17px;
    }
    .reviews .swiper-button-prev.custom-nav{
      right: 20%;
    }

}

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

  /* Custom styles for small devices (≥576px) */

}

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

  /* Custom styles for extra small devices (<576px) */
    .reviews .swiper-button-prev.custom-nav {
    	right: 25%;
    }
    .reviews .slider-container{
        padding: 0px 20px;
    }
    .reviews h2 {
    	font-size: 50px;
    	line-height: 50px;
    	margin-top: 15px;
    }
    .reviews span {
    	font-size: 30px;
    	line-height: 30px;
    }
    .home-blog {
    	padding: 0px 20px 50px 20px;
    }

}