/* CONTACT CSS */

    .section-width{
        width: 90%;
        margin: 0 auto;
        position: relative;
    }

    .section1{

        width: 90%;
        margin: 50px auto;
        position: relative;
    }

    .contact-form{
        font-size: 18px !important;
        line-height: 150% !important;
    }
    .inquily-table tr>td:first-child{
        white-space: nowrap;
        margin-right: 1rem;
        width: 1px;
    }
    .uk-radio{
        margin-right: 1rem;
        height: 18px;
        width: 20px;
    }

    legend{
        margin-bottom: 2rem;
    }

    .line-bold{
        border: 1px solid #000;
    }
    .submit-button{
        text-align: center;
        margin-top: 2rem;
    }
    .submit-button>input{
        font-size: 18px;
    }
.submit-caption{
    font-size: 12px;
    color: #666;
    text-align: center;
}

/*
    content wrapper size
    for tablet (and mobile landscape)
*/

@media screen and (min-width: 741px){

    .section-width{
        width: 90%;
        margin: 0 auto;
        position: relative;
    }

    .section1{

        width: 90%;
        margin: 50px auto;
        position: relative;
    }
}



/*
    content wrapper size
    for PC and large tablet
*/

@media screen and (min-width: 961px){
/*
section1
*/


    .section-width{
        width: 990px;
        margin: 0 auto;
        position: relative;
    }

    .section1{

        width: 990px;
        margin: 50px auto;
        position: relative;
    }

    .contact-form{
        font-size: 20px !important;
        line-height: 150% !important;
    }
    .inquily-table{
        display: table;
        border-collapse: separate;
        border-spacing: 10px 2rem;
    }
    .inquily-table-tr{
        display: table-row;
        margin-bottom: 1rem;
    }
    .inquily-table-td{
        display: table-cell;
    }
    .inquily-table>div>div:first-child{
        white-space: nowrap;
        margin-right: 1rem;
        width: 1px;
    }
    .uk-radio{
        margin-right: 1rem;
        height: 20px;
        width: 20px;
    }

    legend{
        margin-bottom: 2rem;
    }

    .line-bold{
        border: 1px solid #000;
    }
    .submit-button{
        text-align: center;
        margin-top: 2rem;
    }
    .submit-button>input{
        font-size: 24px;
    }
}