@media only screen and (max-width: 600px) {
   .heading-body{
    padding: 0;
    padding-top: 20px;

   }
   .banner-section{
       height: auto;
   }
   
.about-item::before{
    display: none;
}
.section-body {
  padding: 70px 0px;
}
.myheader-body{
  padding: 0;
}
.container-new{
  width: 100%;
}
.copyright-body{
  padding: 10px;
  flex-direction: column;
}
.copyright-body p{
  text-align: center;
  padding: 0;
  font-size: 14px;
}
.footer-card .f-icon{
  display: none;
}
.footer-card{
   align-items:start;
 justify-content: start;
 border-bottom:2px solid white ;

}
.custom-prev1,
.custom-next1 {
    top:85%;
    width: 25px;
  height: 25px;
    padding: 2px 4px;
}
.custom-next1 {
  left:  50px;
}
.footer-items{
    margin-top:10px;
}
.footer-items ul .f-heading{
    margin-bottom:10px;
}
.year-body{
    border-radius: 5px;
}
.client-item1{
    border-radius: 5px;
}
.client-item2{
    border-radius: 5px;
}
.about-page-in .page-left{
    width: 100%;
}

}

@media only screen and (max-width:450px) {
    .custom-prev1,
.custom-next1 {
    top:80%;
    width: 15px;
  height: 15px;
    padding: 0px 0px;
    
}
.navbar {
    margin: 0;
    padding: 0px !important;
}
.logo{
    margin: 0;
    padding: 0px;
    height: 25px;
}
.navbar .container-fluid{
    padding: 0 10px;
    margin: 0px;
}

.carousel .custom-prev1,
.carousel .custom-next1 {
  background-color: rgba(146, 144, 162, 0.5);
  /*color:  var(--action) !important;*/
  width: 25px;
  height: 25px;
 padding: 5px;
  
}
.carousel .custom-prev1 {
  left: 20px;
}

.carousel .custom-next1 {
left: 50px;
}
.step-item{
    min-width: 250px;
}

.why-item li p{
    font-size: 13px;
}
.why-content-sec{
    padding: 0 !important;
}
.heading-center{
    font-size: 12px;
}
.test-card p{
    font-size: 13px;
    margin: 0;
}
.test-name{
    font-size: 18px;
}


}
@media only screen and (max-width:320px){
  .navbar-toggler {
      width: 30px;
  }
  .hamburger{
      height: 30px;
  }
  .hamburger-line{
      height: 3px;
  }
}
@media only screen and (max-width:320px) {
    .contact-title .title{
        font-weight: 500;
        padding: 5px;
        font-size: 13px;
    }
}


@media only screen and (max-width: 700px) {
    .detail{
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .myheader-body{
        padding: 0;
        margin: 0;
    }
    .logo{
        height: 40px;
    }
    .header{
        width: 100%;
    }
    .navbar .container-fluid{
        padding: 5px 10px !important;
    }
    .footer-items ul{
        margin: 0;
        padding: 0;
    }
    
}


@media only screen and (max-width: 1000px) {
  .step-body{
    flex-wrap: wrap;
  transform: translateY(0px);
  }
  .step-item{
    margin-bottom: 20px;
  }
  .step-frist{
    display: none;
  }

  
}

@media only screen and (max-width: 1140px) {
    .navbar-nav .nav-item .nav-link{
        padding: 10PX 1vw;
        font-weight: 600;
        font-size:16px;
    }
   
}

@media only screen and (max-width: 1200px) {
      .custom-prev1,
.custom-next1 {
      width: 30px;
  height: 30px;
   padding: 2px 4px;
}
 .logo{
        height: 40px;
    }
 
    
}

