@media screen and (min-width:1024px){
    /* form */
    .contact-table{
        width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
        border-collapse: collapse;
    }
    .contact-table th{
        width: 30%;
        background-color: rgb(207, 245, 231);
    }
    .contact-table td{
        width: 70%;
    }
    .contact-table th, .contact-table td{
        padding: 10px;
        border: 1px solid rgb(207, 245, 231);
    }
    .form-text{
        width: 80%;
        padding: 10px;
        border-radius: 5px;
        border: 1px solid rgb(207, 245, 231);
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
    .contact-summary{
        display: block;
    }
    .contact-summary-text{
        margin-left: 5px;
    }
    .form-textarea{
        width: 80%;
        padding: 10px;
        height: 200px;
        border-radius: 5px;
        border: 1px solid rgb(207, 245, 231);
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
    #button{
        display: flex;
        justify-content: center;
        margin: 20px auto;
    }
    .contact-submit{
        width: 200px;
        margin: auto 20px;
        padding: 15px;
        font-size: 18px;
        font-weight: bold;
        color: white;
        background-color: rgb(89, 193, 189);
        border-radius: 50px;
        border: 3px solid rgb(89, 193, 189);
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        cursor: pointer;
    }
    .contact-submit:hover{
        color: rgb(89, 193, 189);
        background-color: white;
    }
    .contact-table th span, p span{
        color: red;
    }
}

@media screen and (min-width:768px) and (max-width:1024px){
    /* form */
    .contact-table{
        width: 100%;
        border-collapse: collapse;
    }
    .contact-table th{
        width: 30%;
        background-color: rgb(207, 245, 231);
    }
    .contact-table td{
        width: 70%;
    }
    .contact-table th, .contact-table td{
        padding: 10px;
        border: 1px solid rgb(207, 245, 231);
    }
    .form-text{
        width: 80%;
        padding: 10px;
        border-radius: 5px;
        border: 1px solid rgb(207, 245, 231);
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
    .contact-summary{
        display: block;
    }
    .contact-summary-text{
        margin-left: 5px;
    }
    .form-textarea{
        width: 80%;
        padding: 10px;
        height: 200px;
        border-radius: 5px;
        border: 1px solid rgb(207, 245, 231);
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
    #button{
        display: flex;
        justify-content: center;
        margin: 20px auto;
    }
    .contact-submit{
        width: 200px;
        margin: auto 20px;
        padding: 15px;
        font-size: 18px;
        font-weight: bold;
        color: white;
        background-color: rgb(89, 193, 189);
        border-radius: 50px;
        border: 3px solid rgb(89, 193, 189);
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        cursor: pointer;
    }
    .contact-submit:hover{
        color: rgb(89, 193, 189);
        background-color: white;
    }
    .contact-table th span, p span{
        color: red;
    }
}

@media screen and (max-width:767px){
    /* form */
    .contact-table{
        width: 100%;
        border-collapse: collapse;
    }
    .contact-table th{
        width: 30%;
        background-color: rgb(207, 245, 231);
    }
    .contact-table td{
        width: 70%;
    }
    .contact-table th, .contact-table td{
        padding: 10px;
        border: 1px solid rgb(207, 245, 231);
    }
    .form-text{
        width: 80%;
        padding: 10px;
        border-radius: 5px;
        border: 1px solid rgb(207, 245, 231);
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
    .contact-summary{
        display: block;
    }
    .contact-summary-text{
        margin-left: 5px;
    }
    .form-textarea{
        width: 80%;
        padding: 10px;
        height: 200px;
        border-radius: 5px;
        border: 1px solid rgb(207, 245, 231);
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
    #button{
        display: flex;
        justify-content: center;
        margin: 20px auto;
    }
    .contact-submit{
        width: 200px;
        margin: auto 20px;
        padding: 15px;
        font-size: 16px;
        font-weight: bold;
        color: white;
        background-color: rgb(89, 193, 189);
        border-radius: 50px;
        border: 3px solid rgb(89, 193, 189);
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        cursor: pointer;
    }
    .contact-submit:hover{
        color: rgb(89, 193, 189);
        background-color: white;
    }
    .contact-table th span, p span{
        color: red;
    }
}

.radio-category{
    display: block;
}

/* policy */
.policy{
    text-align: center;
}
.policy a{
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    color: rgb(13, 76, 146);
}
/* updated on 07/17/2024 15:00 */