@media (max-width:1920px) and (min-width:1700px) {
    .container-fluid {
        width: 1720px !important;
    }
}

@media (max-width:1699px) and (min-width:1600px) {
    .container-fluid {
        width: 1600px !important;
    }
}

@media (max-width:1599px) and (min-width:1441px) {
    .container-fluid {
        width: 1450px !important;
    }
}

@media (max-width:1440px) {
    .container-fluid {
        width: 1380px !important;
    }
}
@media (max-width: 1399px) {
  h1 { font-size: 58px !important; }
  h2 { font-size: 40px !important; }
  h3 { font-size: 36px !important; }
  h4 { font-size: 30px !important; }
  h5 { font-size: 26px !important; }
  h6 { font-size: 21px !important; }
  p  { font-size: 17px !important; }


}

@media (max-width: 1300px) {


}


@media (max-width:1200px) {
   
    h1 { font-size: 50px !important; }
  h2 { font-size: 36px !important; }
  h3 { font-size: 32px !important; }
  h4 { font-size: 28px !important; }
  h5 { font-size: 24px !important; }
  h6 { font-size: 20px !important; }
  p  { font-size: 16px !important; }

}

@media (max-width:1024px) {
   

}




/* Mobile view fix */
@media (max-width: 991px) {
    
  h1 { font-size: 42px !important; }
  h2 { font-size: 32px !important; }
  h3 { font-size: 28px !important; }
  h4 { font-size: 24px !important; }
  h5 { font-size: 22px !important; }
  h6 { font-size: 18px !important; }
  p  { font-size: 15px !important; }
.stat_main{
    flex-direction: column;
    text-align: left;
    gap: 10px;
}
.smb,.ecommerce,.clients-section{
    flex-direction: column;
}
.smb {
    gap: 40px;
}

.smb img, .smb .smb-img-wrap {
    width: 100%;
}
.ecom-chart {
    width: 100%;
    min-height: 350px;
}
.perfect-ecom {
    padding: 40px 0;
}
.clients-right {
    width: 100%;
}
.clients-left{
    max-width: 100%;
}

.sc:nth-child(1){
    left: 0 !important;
    top: 10% !important;
}
.sc:nth-child(2){
    left: 26% !important;
    top: 20% !important;
}
.sc:nth-child(3){
          left: 37% !important;
        top: 40% !important;
}
.sc:nth-child(4){
           top: 24% !important;
        left: 65% !important;
}






}



/* Responsive Design */
@media (max-width: 768px) {
    h1 { 
    font-size: 34px !important;
    line-height: 42px !important;
    }
  h2 { 
    font-size: 28px !important;
     }
  h3 { font-size: 24px !important; }
  h4 { font-size: 22px !important; }
  h5 { font-size: 20px !important; }
  h6 { font-size: 17px !important; }
  p  { font-size: 14px !important; }
.stats-band .tagline {
    font-size: 25px !important;
    line-height: 35px;
  
}
.perfect_ecom{
    padding: 65px 0px;
}
.mvp_main{
    padding: 0px 0px 65px;
}
.page-layout{
    flex-direction: column;
}
.side-nav{
    width: 100%;
}












   

}








@media (max-width: 575px) {
  h1 { font-size: 28px !important; }
  h2 { font-size: 24px !important; }
  h3 { font-size: 22px !important; }
  h4 { font-size: 20px !important; }
  h5 { font-size: 18px !important; }
  h6 { font-size: 16px !important; }
  p  { font-size: 13px !important; }
  .home_banner_tag {
    font-size: 19px;
    margin-bottom: 0px;
}
.screen.main {
    width: 330px;
    height: 270px;
}
.screen-hero-img {
    height: 40px;
}
.stat_main{
    text-align: center;
}
.stats-band .tagline{
    text-align: center;
}
.stats-band .big-num {
    font-size: 4pc;
    line-height: 34px;
}
    .stats-band .tagline {
        font-size: 18px !important;
        line-height: 25px;
    }
    .stats-band,.smb,.ecommerce,.perfect_ecom {
        padding: 45px 0;
    }
.mvp_main{
    padding: 0px 0px 40px;
}
    .smb-img-wrap {
        min-height: 350px !important;
    }
    .smb-placeholder{
        height: 350px !important;
    }
    .smb_main_text {
    font-size: 20px !important;
    line-height: 26px;
}
       .sc:nth-child(4) {
        top: 64% !important;
        left: 49% !important;
    }
        .sc:nth-child(2) {
        left: 15% !important;
        top: 23% !important;
    }
        .sc:nth-child(3) {
        left: 23% !important;
        /* top: 40% !important; */
    }
    .cta-row{
        flex-direction: column;
    }
    .services_banner {
min-height: 360px;
}
.mockup_wrap_services{
    display: none;
}
.services-grid{
    grid-template-columns: 1fr;
}



}




@media (max-width: 479px){
    
}




