/*form {
	max-width: 600px;
}*/

.form-col {
    line-height: 35px;
    font-size: 14px;
    /* padding-bottom: 22px; */
    /* display: flex; */
}

#check-code {
    line-height: 35px;
    font-size: 15px;
}

.form-col label {
    flex: 1;
    min-width: 100px;
    box-sizing: unset!important;
    font-size: 17px;
    line-height: 45px;
    height:45px;
}

.form-col>input,
.form-col>textarea {
    background-color: #f9fbfc;
    color: #666;
    font-size: 15px;
    border-radius: 6px;
    padding: 12px 15px;
    resize: vertical;
    border-radius: 4px;
    border: 1px solid #C2C2C2;
}

#check-code>input {
    background-color: #f9fbfc;
    color: #666;
    font-size: 15px;
    border: 1px solid #C2C2C2;
    border-radius: 6px;
    padding: 12px 15px;
    resize: vertical;
    width: 60%;
    float: left;
}

#check-code>label {
    display: block;
}

.form-col>textarea {
    min-height: 200px;
}

.code {
    color: #666;
    font-size: 16px;
    border-radius: 6px;
    resize: vertical;
    padding: 0 10px;
    font-size: 30px;
    font-style: italic;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
    width: 40%;
    cursor: pointer;
    float: left;
}

.submit input {
    width: 100%;
    display: block;
    border: none;
    padding: 12px 15px;
    border-radius: 6px;
    transition: 0.3s all;
    cursor: pointer;
    background: transparent;
    color: #fff;
}

.inputfocus {
    border: 1px solid green;
}


.contact-box>div:nth-child(1) {
    float: left;
    width: 50%;
    padding: 20px;
    font-size: 16px;
    line-height: 28px;
}

.contact-box>div.info-box {
    float: left;
    width: 50%;
    padding: 20px;
    font-size: 16px;
    line-height: 28px;
}

.contact-box .fa {
    font-size: 30px;
    float: left;
    margin-right: 10px;
    color: #5eb52a;
}

.submit {
    clear: both;
    overflow: hidden;
    width: 150px;
    margin: 40px auto;
    position: relative;
}

.form-title {
    margin-bottom: 20px;
}

.form-title>p {
    font-size: 28px;
    font-weight: 600;
}

.form-title>p.sub-title {
    font-size: 16px;
    font-weight: 400;
}

html:lang(en) .form-title>p.sub-title {
    font-size: 20px;
    font-weight: 400;
}
@media only screen and (max-width:500px){
    .form-col>input,
    .form-col>textarea {
        background-color: transparent;
        color: #666;
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 5px 15px;
        resize: vertical;
    }

}