@media only screen and (max-width:1280px) {
    .banner-content span{
        font-size: 40px;
    }
    .banner-content h1 {
        font-size: 80px;
    }
    .banner-content{
        left: calc(50% - 556px);
    }
}
@media only screen and (max-width: 1025px) {
    .banner-content{
        left: calc(50% - 467px);
        top:134px;
    }
    .banner-content h1 {
        font-size: 53px;
    }
    h2 {
        font-size: 33px;
    }
    .home-banner {
        width: 100%;
        height:auto;
      }
}
@media only screen and (max-width: 991px) {
    .header{
       overflow: visible;
    }
    .navbar-collapse{
        background: #000000;
        left: -20px;
        right: -20px;
        position: absolute;
        top:100%;
        z-index: 1;
    }
    .header .navbar-nav{
        width: 100%;
        margin-top: 20px;
    }
    .banner-outer{
        height: 70vh;
    }
    .inner-banner {
        height:auto !important;
    }
    .banner-content {
        left: calc(50% - 342px) !important;
    }

    .banner-content .watch-video img{
        height: 70px;
    }
    .blog-outer img {
        height: auto;
    }
    .banner-content h1{
        background: none;
    }
    
}
@media only screen and (max-width: 767px) {
    .banner-content {
        left: 16px!important;
        width:80%;
    }
    .banner-content h1 {
        font-size: 36px;
        display: inline;
    }
    .banner-content a{
        margin-top:15px;
    }
    /* .watch-video span{
        display: none;
    } */
    .home-slider{
        padding-top: 56px;
    }
    .review-block::after, .review-block::before{
        width: 52px;
        height: 55px;
        background-size: 26px;
    }
    .review-block{
        padding: 40px 40px 20px;
    }
    .review-block p {
        font-size: 18px;
    }
    .get-in-touch form{
        padding: 30px;
    }
    .home-banner {
        width: 100%;
        height:600px;
      }
      .home-banner  img.banner-img{
        height:600px;
        object-fit: cover;
        object-position: center;
        width: 100%;
      }
      .banner-content p{
        margin-bottom: 10px;
      }
      header{
        right: 0px;
      }
      .navbar-collapse{
        left: -15px;
        right: -15px;
        padding-bottom: 20px;
      }
      .header-social{
        margin-right: 20px;
        margin-top: 20px;
      }
      .theme-btn{
        text-align: center;
      }
      .connect-content{
        margin-bottom: 30px;
      }
      br{
        display: none;
      }
}
@media only screen and (max-width:575px) {
    .block-section img{
        width: 100%;
    }
    .footer-link a{
        padding: 10px 15px;
        display: block;
    }
    .what-drives-me{
        padding: 56px 30px 30px;
    }
}
