
.corum-form .col-6 {
    flex-basis: calc(50% - 12px);
    margin-left: 6px;
    margin-right: 6px;
}

.corum-form .col-12:not(.submit-col) {
    flex-basis: calc(100% - 12px);
    margin-left: 6px;
    margin-right: 6px;
}

.sm-col-12 {
    margin-bottom: 12px;
}

.corum-form p {
    margin: 0;
}

.corum-form a {
    color: #008996;
}

.corum-form label {
    font-size: 14px;
    color: #008996;
    font-weight: 600;
    line-height: 26px;
}

.corum-form input[type=text],
.corum-form input[type=email],
.corum-form input[type=tel] {
    height: 30px;
    width: calc(100% - 12px);
    background: #fff;
    border: 1px solid #008996;
    border-radius: 3px;
    padding: 0 6px;
}

.corum-form select {
    width: 100%;
    height: 30px;
    color: #008996;
    border: 1px solid #008996;
    border-radius: 3px;
}

.corum-form .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 13px;
    font-weight: normal;
    display: block;
    padding-top: 3px;
}

.corum-form .wpcf7-list-item { margin: 0;}

.corum-form .notice,
.corum-form .wpcf7-list-item-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}

.corum-form .notice {
    margin-top: 3px;
}

.corum-form .submit-col input {
    width: 100%;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #008996;
    background: transparent;
    color: #008996;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    cursor:pointer;
    transition: all .5s;
}

.corum-form .submit-col:hover input {
    color: #fff;
    background: #008996;
    text-transform: uppercase;
}