@media (max-width: 1110px) {
  .heropage {
    flex-direction: row;
    height: auto;
  }
  .section{
    background-color: var(--primary-color);
    
  }
  .shead{
    position: fixed;
    z-index: 1;
    background-color:var(--primary-color);
    width: 100%;
    display: flex;
  }
 
  .shead h1{
    margin-left: 80px;
  }
  .heading{
    align-items: center;
    margin-top: 50px;
  }
  .hamberg{
    display: none;
  }
  .bars{
    display: block;
    position: fixed;
    z-index: 3;
    font-size: 40px;
    margin: 15px;
  }
  .secound-hero{
   display: none;
  }
  .heropage{
    text-align: center;
    width: auto;
  }
  .hero-banner h1{
    text-align: center;
  }
  .hero1{
    text-align: center;
  }
  .hero1 h1{
    margin: auto 30%;
  }
  .content{
    text-align: center;
  }
  .content-header{
    text-align: center;
  }
  .paragraph{
    text-align: center;
  }
  .section-2{
    height: auto;
  }
  .card{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  .values{
    text-align: center;
  }
  .customervalue{
    text-align: center;
  }
  .bigbox{
  }
  .secound-section-box{
    display: none;
  }
  .first-section-box{
    align-items: center;
    margin-top: 50px;
  }
  .boxline{
    margin: auto 30% auto auto ;
  }
  .content3{
    text-align: center;
  }
  .boxheading{
    text-align: center;
  }
  .row{
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 10px;
    
  }
  .rowbox2{
  }
  .rowbox3{
    
  }
  .content5 p{
    text-align: center;
  }
  .boxheading{
    text-align: center;
  }
  .paragraph{
    text-align: center;
  }
  .clint-box{
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .clint-box3{

  }
  .logos{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr ;
  }
  .fbox5{
  }
  .footerbox{
    grid-template-columns: 1fr 1fr 1fr;
  }
  .conclution{
    display: none;
    
  }
  .values{
    display: none;
  }
  .customervalue{
    display: none;
  }
}
@media (max-width: 700px){
  .section{
    height: 450px;
  }
  .heading{
    margin: auto 20% auto 20%;
  }
  .hero1 h1{
    font-size: 25px;
    margin: auto 20% auto 20%;
    align-items: center;
  }
  .secound-banner h3{
    font-size: 10px;
    text-align: center;
    margin: a0 45% 0 30%;
  }
  .buttons{
    align-items: center;
    margin: 10px 0%;
    margin-bottom: 10px;
  }
  .Get-Quote-Now-button{
    height: 40px;
    width: 100px;
    font-size: 10px;
  }
   .Learn-More-button{
    height: 40px;
    width: 100px;
    font-size: 10px;
  }
  .content{
    font-size: 10px;
    margin-top: 30px;
  }
  .content-header h1{
    font-size:30px ;
  }
  .paragraph{
    font-size: 10px;
  }
  .card{
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .first-card-box{
    align-items: center;
  }
  .secound-card-box{
    align-items: center;
  }
  .third-card-box{
    align-items: center;
  }
  .first-section-box{
    margin: 330px 30%  0 26%;
    height: 50px;
    padding-bottom: 1px;
  }
  .boxline{
    display: none;
  }
  .boxheading h1{
    font-size: 25px;
  }
  .first-section-box p{
    font-size: 10px;
  }
  .thirdbutton{
    font-size:13px ;
  }
  .row{
    grid-template-columns: 1fr;
  }
  .clint-box{
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .logos{
    display: none;
  }
  .emailbox{
    display: contents;
  }
  .email{
    height: 40px;
    width: 200px;
  }
  .subscribe{
    height: 40px;
    width: 100px;
  }
  .footerbox{
    grid-template-columns: 1fr;
  }
  .fbox5{
    display: none;
  }
}
  