.ierise-contact .levenMessageCont {
    max-width: 630px;
}
.ierise-contact .rightContactFrom{
    box-shadow: none;
    border-radius: 0;
    padding: 0;
}
.ie-contact-title{
    font-size: 30px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #0E1D5D;
}
.tf-c-form-control {
    display: block;
    width: 100%;
    min-height: 50px;
    margin: 0;
    padding: 0;
    padding: 0.75em 0.85em;
    outline: none;
    background-clip: border-box;
    background-color: transparent;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 2px;
    border: 1px solid #B6BCC1;
}
.tf-c-form-control:focus {
    background-color: #fff !important;
}
.tf-c-form__label {
    display: block;
    margin-top: 30px;
    margin-bottom: 0.3em;
    font-size: 16px;
    font-weight: bold !important;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    color: #161919;
}
.tf-c-form__label__required {
    display: inline-block;
    margin-left: 0.25em;
    color: #E70D0D;
}
.tf-c-form__control-label {
    /* display: none; */
    padding-top: 10px;
    color: #E70D0D;
    font-size: 11px;
}
div[data-form-control-has-error="true"] .tf-c-form__control-label {
    display: block;
}
.tf-c-form-control-select{
    width: 100%;
}
.ierise-contact .ierise-form__label-sub{
    margin-top: 28px;
    margin-bottom: 5px;
}
.ie-contact-col1 .ierise-form__label-sub{
    margin-top: 0;
}
.ierise-contact .ierise-form__label-sub{
    font-size: 14px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #161919;
}
.ie-contact-btn{
    padding: 16px 55px;
    background: #0E1D5D;
    border: none;
    box-shadow: none;
    outline: none;
    color: #fff;
    font-size: 16px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #FFFFFF;
    margin: 35px auto;
    display: block;
}
.tf-c-form-control-select{
    position: relative;
}
.tf-c-form-control-select select{
    appearance:none; 
}
.tf-c-form-control-select::before {
    position: absolute;
    top: 28px;
    right: 10px;
    width: 0;
    height: 0;
    margin: -4px 0 0 0;
    border: 5px solid transparent;
    border-top: 5px solid #323636;
    content: "";
    pointer-events: none;
}
@media (min-width: 919px){
.tf-c-form__control-label {
    font-size: 12px;
}
}
@media (max-width: 768px){
.ierise-contact .row>.col-sm-6:nth-of-type(1){
    margin-bottom: 28px;
}
}