 

/*footer -media -query*/
@media (max-width: 768px) {
    footer.new_footer_area {
        margin-top: 20px; /* Adjust the value as needed */
    }
    
    .new_footer_top {
        padding: 60px 0px 100px; /* Adjust padding for mobile */
     
        
    }
    
    .new_footer_area .footer_bottom {
        padding-top: 15px;
        padding-bottom: 30px;
    }

    .f_title.f_600.t_color.f_size_18 {
        font-size: 16px; /* Adjust font size for mobile */
        margin-top:60px;
    }
    
}

/*service section style*/
@media screen and (max-width: 768px) {
    .main-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .step-list {
        flex-direction: row;
        overflow-x: auto;
        width: 100%;
        justify-content: space-around;
    }

    .step-item {
        padding: 5px;
        font-size: 14px;
    }

    .info-box {
        max-width: 100%;
        padding: 10px;
    }

    .image-holder {
        width: 100%;
        margin-top: 20px;
    }

    .image-holder img {
        width: 80%;
    }
    .new_footer_top{
    margin-top:100px;
}
}
   /* Hide by default */
.mobile-only {
  display: none;
}


/* Show only on mobile screens */
@media (max-width: 525px) {
  .mobile-only {
    display: block;
    margin-top:-100px;
    margin-left:30px;
    font-size:30px;
    color:black;
  }
  #mob{
      margin-top:60px;
  }
  #mob-para{
      font-size:16px;
      margin-top:20px;
      font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
      color:black;
  }
  #mob-para-1{
      font-size:14px;
      margin-top:27px;
 font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
  }
  .footer1{
      margin-top:130px;
  }
  #section-text-2{
    display:none;
}
#section-text{
    display:none;
}
}