/* Evaluate Forms CSS Starts*/
.oduk-cf7-main .wpcf7 .wpcf7-form label {
    display: block;
    margin-bottom: 8px !important;
    font-size: 18px !important;
    font-weight: bold;
    color: #000;
    vertical-align: middle;
}
.oduk-cf7-main .wpcf7 .wpcf7-form p {
    margin-bottom: 0;
    margin-bottom: 8px !important;
    font-size: 15px !important;
    color: #000;
}
.oduk-cf7-main span.wpcf7-list-item-label {
    font-size: 14px;
    font-weight: normal;
}
.oduk-cf7-main .wpcf7 .wpcf7-form .row .col-md-12 {
    margin-bottom: 15px !important;
}
.oduk-cf7-main .wpcf7 .wpcf7-form .wpcf7-spinner {
    display: none !important;
}
.oduk-cf7-main .wpcf7 .wpcf7-form input, .wpcf7 .wpcf7-form textarea {
    border: 1px solid #000 !important;
    border-radius: 5px !important;
}
.oduk-cf7-main .wpcf7 .wpcf7-form textarea::placeholder, .wpcf7 .wpcf7-form input::placeholder {
    color: #000;
		font-weight: normal;
		line-height: 1.6;
		font-size: 13px;
}
.oduk-cf7-main .wpcf7 .wpcf7-form .ist-evaluate-btn {
    background-color: #205cd4 !important;
    color: #fff !important;
    border-radius: 25px !important;
    border-color: transparent !important;
    width: 100%;
    margin-bottom: 0 !important;
    text-transform: uppercase;
    font-size: 13px !important;
    font-weight: 900 !important;
}
.oduk-cf7-main .wpcf7 .wpcf7-form .wpcf7-list-item {
    margin: 0;
}
.oduk-evaluate-header-main {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.oduk-evaluate-header-main .site-logo {
    flex-direction: column;
		margin-left: 15px;
		margin-right: 25px;
}
.oduk-evaluate-header-main .site-logo img {
    max-width: 70%;
}
.oduk-evaluate-header-main .logo-text {
    flex-direction: column;
		margin-right: 15px;
}
.oduk-evaluate-header-main .logo-text span {
    font-size: 14px;
    font-weight: 900;
}
/* Evaluate Forms CSS Ends*/