@media screen and (max-width:767px) {
    .dashboard{
        padding: 10px;
        .grid{
            display: block;
        }
        .card{
            margin: 10px 0;
        }
    }
    .Contact-Content  .contact-tabs{
        margin: 0;
        border-radius: 0;
    }
    h1{
        font-size: 35px!important;
    }
    h2{
        font-size: 25px!important;
        font-weight: 600!important;
    }
    h5, .h5{
        font-size: 20px!important; 
    }
    .odometer.odometer-auto-theme span{
        font-size: 35px!important;
    }
    .hero-section.style-7 .hero-content{
        padding-top: 80px!important;
    }
    .fs-80{
        font-size: 35px!important;
    }
    .about-section.style-2 .about-right-wrap .achievement-box .awards .plus{
        right: -21px;
    }
    .feature-items10 .feature-paragraph{
        width: 100%;
        max-width: 100%;
    }
    .how-wrok-mane-info{
        grid-template-columns: 1fr;
    }
}


@media screen and (min-width:1340px) {
    .fs-six, h6, h6 > a {
        font-size: 14px;
        line-height: 150%;
    }
  
}

@media screen and (min-width:1040px) {
    .fs-six, h6, h6 > a {
        font-size: 16px;
        line-height: 150%;
    }
    .service-section.style-6 .service-wrapper .service-single-item{
        display    : grid!important;
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (min-width:992px) {
    .order-md-1{
        order: 1;
    }
}