@media all and (min-width:640px) {}


@media all and (min-width:768px) {

    .form_control textarea {
        height: 130px;
    }

    .table_data {
        justify-content: space-between;
        gap: 30px 0;
    }

    .table_data .table_row {
        width: calc(50% - 15px);
    }

}


@media all and (min-width:1024px) {
   section {
    scroll-margin-top: 110px;
}

    .menus {
        display: flex;
        position: static;
        background: none;
        transform: none;
    }

    .menus ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: flex;
        gap: 40px;
        flex-direction: row;
    }

    .menus ul li a {
        color: #231f20;
        font-size: 16px;
        line-height: 1;
        font-weight: 500;
    }



    .counter_area .counter_single {
        padding: 5px 0 5px 20px;
        width: calc(50% - 25px);
    }

    .counter_area .counter_single p {
        font-size: 16px;
    }


    .counter_area .counter_single h5 {
        font-size: 36px;
    }

    .form_control input[type="text"],
    .form_control input[type="tel"],
    .form_control input[type="email"],
    .form_control select {
        height: 70px;
        padding: 0 30px;
        font-size: 20px;
    }

    .form_control textarea {
        height: 150px;
        padding: 30px;
    }

    .form_control .anime {
        top: 20px;
        left: 30px;
        font-size: 20px;
    }

    .form_control .anime small {
        font-size: 16px;
    }


    .table_head {
        display: flex;
    }


    .table_head .col {
        padding: 0 10px 10px 10px;
        font-size: 16px;
        text-transform: uppercase;
    }

    .table_head .col:first-child {
        width: 30%;
    }

    .table_head .col:nth-child(2) {
        width: 43%;
    }


    .table_data {
        flex-direction: row;
        gap: 0;
    }

    .table_data .table_row {
        border: none;
        padding: 0;
        width: 100%;
        flex-direction: row;
        background: none;
        border-bottom: 1px solid #cccccc;
        flex-wrap: wrap;
        gap: 0;
    }

    .table_data .table_row:last-child {
        border-bottom: none;
    }

    .table_data .table_row .col {
        font-size: 16px;
        padding: 15px 10px;
    }

    .table_data .table_row .col:first-child {
        width: 30%;
        font-size: 22px;
    }

    .table_data .table_row .col:nth-child(2) {
        width: 43%;
    }

    .table_data .table_row .col:nth-child(3) {
        width: 27%;
    }

    .table_data .table_row .col::before {
        display: none;
    }



}

@media all and (min-width:1280px) {

   section {
    scroll-margin-top: 120px;
}
    .menus ul {
        gap: 60px;
    }

    .counter_area .counter_single p br {
        display: flex;
    }

    .counter_area .counter_single h5 {
        font-size: 56px;
    }

    .counter_area .counter_single p {
        font-size: 18px;
    }

    .counter_area .counter_single {
        padding-left: 30px;
    }

    .table_data .table_row .col {
        font-size: 18px;
    }

    .table_data .table_row .col:first-child {
        font-size: 25px;
        gap: 15px;
    }

    .table_head .col {
        font-size: 18px;
    }

    .table_data .table_row .col:first-child,
    .table_head .col:first-child {
        width: 28%;
    }

    .table_data .table_row .col:nth-child(2),
    .table_head .col:nth-child(2) {
        width: 50%;
    }

    .table_data .table_row .col:nth-child(3) {
        width: 22%;
    }

    .table_data .table_row .col {
        padding: 25px 20px;
    }

    .table_head .col {
        padding: 0 20px 20px 20px;
    }


}

@media all and (min-width:1536px) {
    .container {
        max-width: 1540px;
    }
}