@media only screen and (max-width: 600px) {
  .card{
    width: 85%;
    margin: auto;
    margin-left: 5%;
  }

 .card-conten-contain{
    height: auto !important;
    }
  .revamp-card-img{
    width: 60%;
  }
  .headerContain{
    background-color: unset;
        border-radius: 0px;
    box-shadow:none;
  }
    .forward_thinking h1 {
      font-size: 28px;
      line-height: 144%;
    }
  
    .logo1 {
      width: 65%;
    }
  
    .accordion-button {
      font-size: 16px;
    }
  
    .accordion-button:not(.collapsed) {
      font-size: 16px;
    }
  
    .service-lft h2 {
      font-size: 26px;
    }
  
    .btntext {
      font-size: 12px;
    }
    .change{
font-size: 15px;
    }
  
    /* .callBtn {
      padding: 10px 16px;
    } */
  
    /* .BarGraphGif>img {
      height: 150px;
    } */
  
    .traffic_sales {
      height: auto;
    }
  
    .provide h2 {
      font-size: 24px;
    }
  
    .frqu-asked-qus h2 {
      font-size: 30px;
    }
  
    .contus-txt h3 {
      font-size: 45px;
    }
  
    .contus-txt input {
      width: 100%;
    }
  

    .arrowposition {
      position: absolute;
      bottom: 0%;
      right: -5%;
      top: 72%;
      width: 35%;
    }
  
    .headerbg {
      background-color: transparent !important;
    }
  
    .forMobile {
      text-align: center;
    }
  
    .callBtn {
      margin: auto;
    }
  
    .counter_contain {
      margin-top: -10% !important;
      width: 336px;
      height: 250px;
    }
  
    .clientlogo {
      height: 167px;
    }
  
    /* ajith start */
    .count {
  
      font-size: 64px;
  
    }
  
    .project_count p {
  
      font-size: 64px;
  
    }
  
    .project_count p:nth-child(2) {
  
      margin-bottom: -30px;
  
    }
  
    .slick-dots li button {
      display: none;
    }
  
    .slick-dots li button:nth-child(-n+3) {
      display: inline-block !important;
    }
  
    .image_logo {
      width: 30%;
    }
  
    .bgImage1 {
      background-size: 100% 100%;
    }
  
    .form-btn {
      padding: 14px 25px;
      font-size: 14px;
      gap: 20px;
    }
  
    .BarGraphGif {
      /* margin-top: 7%; */
      width: 60%;
      /* height:50% */
    }
  
  
    .provide span {
      font-size: 18px
    }
    /* ajith end */
  }
  
  @media only screen and (max-width: 361px) {
    .arrowposition {
      position: absolute;
      bottom: 0%;
      right: -5%;
      top: 72%;
      width: 33%;
    }
  
    .provide h2 {
      font-size: 18px;
    }
  }