
@media only screen  and (max-width: 1280px)  {

}



@media only screen  and (max-width: 1024px) {




}
 
@media screen and (max-width: 992px){
    .about .right{
        display: none;
    }
    .about .left img{
        display: block;
    }
    .navbar-nav { 
        padding-top: 50px;
    }
    .step01 .right,.step02 .left > div{
    margin-top: 25px;
    }
    .step02 .right {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .step02 .row {
        padding: 0 0px;
    }
    .step02.rev .row{
        flex-direction: column-reverse;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 0rem;
    }
    .contact-card { 
        padding-right: 30px;
    }
}
@media screen and (max-width: 768px){
    .about {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .contact-wrapper > div > div {
        margin-bottom: 25px;
    }
    .contact-info {
        padding-bottom: 50px;
    } 
    .about h2 ,.contact-info h2,.report-head h2{
        font-size: 35px; 
    }
    .contact-card h3 {
        font-size: 22px; 
    }
    .navbar {
        padding: 1rem 1.5rem;
    }
    .container {
        max-width: 1440px;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .about .left img { 
        width: 100%; 
    }
    .swiper h1{
       font-size: 40px;
      }
      .swiper h1 span {
    font-size: 20px;
    font-weight: 600;
}
      .navbar img {
        width: 100px;
        padding: 0;
    }
    .navbar img {
        width: 85px;
        padding: 0;
    }
    .main-inner-head h1{
        font-size: 40px;
    }
    .step01 .right .step-card {
        border: 1px solid #000;
        padding: 20px;
        width: 48%;
    }
    .step02 {
        padding-top: 50px;
        padding-bottom: 0px;
    }
  
    .step-medium-head {
        font-size: 18px;
    }
    .step-small-head {
        font-size: 18px;
    }
    .accordion .card-header .toggle-icon {
        font-size: 15px;
        transition: transform 0.3s ease;
        opacity: 0.7;
    }
    .report-wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 575px){
    .swiper h1{
     
        font-size: 40px; 
      }
          .swiper h1 span {
        font-size: 18px;
        font-weight: 600;
    }
      .step01 .right .step-card {
        border: 1px solid #000;
        padding: 20px;
        width: 100%;
    }
    .main-inner-head h1 {
        font-size: 35px; 
    }
    .about h2, .contact-info h2, .report-head h2 {
        font-size: 30px;
    }
    .step02 .left > div { 
        padding-right: 30px;
    }
}
@media screen and (max-width: 575px) {
    .swiper h1 {
        font-size: 30px;
    }
}