@media (max-width: 1500px) {

    /*end1500*/
}

@media (max-width: 1200px) {

    h1{
        font-size: 26px;
    }
    td{
        font-size: 15px;
    }
    .mainEtapsAccordion .card-body h3{
        font-size: 16px;
    }
    .customCardBody1par{
        font-size: 13px;
    }
    .customCardBody1Text1{
        font-size: 13px;
    }
    .etapForm1 input{
        font-size: 12px;
    }
    .etapForm1 button{
        font-size: 12px;
        padding:0 10px;
    }
    /*end1280*/
}

@media (max-width: 991px) {
    .main-sidebar, .main-sidebar::before {
        box-shadow: none!important;
        margin-left: -250px;
    }
    /*end992*/
}

@media (max-width: 767px) {
    body{
        padding-top: 0;
    }
    .grid-view{
        overflow: auto;
    }
    .admin-cats-listing_item_name a{
        font-size: 15px;
    }
    .admin-single-photo-40{
        width:30px;
    }
    .customCardBody1Row>.col-4{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .site-login h1{
        font-size: 25px;
    }

/*end768*/
}

@media (max-width: 480px) {
    .service-breadcrumb ul>li{
        font-size: 13px;
    }
    h1{
        font-size: 20px;
    }
    .btn{
        font-size: 13px;
    }
    .summary{
        font-size: 13px;
        margin-bottom: 10px;
    }
    th a{
        font-size: 13px;
        line-height: 1.3;
        display: block;
    }
    .customCardBody1Row>.col-4{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .customCardBody1{
        padding: 10px 20px;
    }
    .customCardBody1Text1{
        margin-top: 5px;
        padding-top: 5px;
    }
    .customCardBody1Form1{
        margin-top: 10px;
    }
    .mainEtapsAccordion .card-body h3{
        font-size: 14px;
    }

    /*end480*/
}