@media(min-width:991px){
    .dsknn{
        display: none;
    }
}
@media(max-width:991px){
    .form-row {
    display: block
;
    column-gap: 12px;
}
    .mbnn{
        display: none;
    }
    .ftc-btm {
     flex-wrap: wrap;
     justify-content: center;
     text-align: center;
     row-gap: 4px;
    }
    a.nav-link {
        margin: 4px 0px 4px 0px;
    }
    .mr-50 {
        margin-right: 0px !important;
    }
    .hnu-ic {
        flex-wrap: wrap;
        row-gap: 20px;
    }
    .hnu-box {
        width: 100%;
        max-width: 48%;
    }
    .ml-50 {
        margin-left: 0px !important;
    }
    .hcnr-ic {
        padding: 30px 30px;
        margin-left: 0px;
    }
    .col-lg-4.ftcm {
        order: 1;
    }
    .col-lg-4.ftcr {
        order: 2;
    }
    .col-lg-4.ftcl {
        order: 3;
    }
    .ftcr-ic {
        margin-left: 0px;
    }
}
@media(max-width:767px){
    section.top-header {
        display: none;
    }
    .hrs-con h3 {
        font-size: 60px;
    }
    /* .hrs-box img {
        max-height: 600px;
        min-height: 600px;
        object-fit: cover;
    } */
    .tbp{
        padding: 70px 0;
    }
    .pb-100{
        padding-bottom: 70px !important;
    }
    .tbp2{
        padding: 140px 0;
    }
    .tbm{
        margin: 70px 0;
    }
}
@media(max-width:575px){
    .hrs-con h3 {
        font-size: 42px;
    }
    /* .hrs-box img {
        max-height: 500px;
        min-height: 500px;
        object-fit: cover;
    } */
    .main-tt h4 {
        line-height: 46px;
        font-size: 36px;
        margin-bottom: 10px;
    }
    .main-tt h1 {
               line-height: 29px;
        font-size: 20px;
    }
    .category {
    padding: 40px 0 50px;
}
    .tbp{
        padding: 50px 0;
    }
    .pb-100{
        padding-bottom: 50px !important;
    }
    .tbp2{
        padding: 80px 0;
    }
    .tbm{
        margin: 50px 0;
    }
}