.cll-wrap label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    color: #666;
}

.cll-wrap .required-field .control-label:before,
.required-field .checkbox:after {
    color: #d00;
    content: "*";
    font-weight: bolder;
}

.cll-wrap .form-group {
    display: flex;
    flex-direction: column;
}

.cll-wrap label {
    order: 1;
}

.cll-wrap input {
    order: 2;
}

.cll-wrap .Value-error,
.cll-wrap .field-validation-error {
    order: 3;
}

.cll-wrap .radio-wrap fieldset {
    display: flex;
    flex-direction: column;
}

.cll-wrap .radio-wrap fieldset .Value_error {
    order: 4;
}

.cll-wrap .radio-wrap fieldset .form-check {
    order: 3;
}

.cll-wrap .radio-wrap fieldset .control-label {
    order: 1;
    margin-bottom: 15px;
}

.cll-wrap .has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.cll-wrap .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.cll-wrap .has-error .field-validation-error,
.cll-wrap .has-error .control-label,
.cll-wrap .has-error .radio,
.cll-wrap .has-error .checkbox,
.cll-wrap .has-error .radio-inline,
.cll-wrap .has-error .checkbox-inline,
.cll-wrap .has-error.radio label,
.cll-wrap .has-error.checkbox label,
.cll-wrap .has-error.radio-inline label,
.cll-wrap .has-error.checkbox-inline label {
    color: #a94442;
}

.cll-wrap .field-validation-error {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #a94442;
}

.cll-wrap .has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.cll-wrap .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 6px #67b168;
}

.cll-wrap .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 6px #ce8483;
}

.cll-wrap .has-success .help-block,
.cll-wrap .has-success .control-label,
.cll-wrap .has-success .radio,
.cll-wrap .has-success .checkbox,
.cll-wrap .has-success .radio-inline,
.cll-wrap .has-success .checkbox-inline,
.cll-wrap .has-success.radio label,
.cll-wrap .has-success.checkbox label,
.cll-wrap .has-success.radio-inline label,
.cll-wrap .has-success.checkbox-inline label {
    color: #3c763d;
}

.cll-wrap textarea.form-control {
    height: auto;
    order: 2;
}

.cll-wrap .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}

.cll-wrap .fieldset {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 0;
}

.cll-wrap .form-submit-border {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.cll-wrap .form-submit-border .btn-default {
    border-radius: 4px;
}

.cll-wrap .btn-default:hover,
.cll-wrap .btn-default.focus,
.cll-wrap .btn-default:active,
.cll-wrap .open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.cll-wrap .form-group {
    margin-bottom: 15px;
}

.cll-wrap .checkbox-wrap label {
    min-height: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.cll-wrap .radio-wrap label {
    font-weight: bold;
}

.cll-wrap .radio-wrap input {
    margin-right: 8px;
}

.cll-wrap .radio-wrap {
    margin-top: 10px;
    margin-bottom: 10px;
}

.cll-wrap .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%)
}

.cll-wrap .cll-captcha-wrap {
    margin-bottom: 15px;
}

.cll-wrap .radio-wrap fieldset {
    border: 0;
    padding: 0;
}

.cll-wrap .checkbox-wrap input {
    margin-right: 8px;
}

.cll-wrap .radio-wrap .form-check label {
    font-weight: 400;
}

.cll-wrap .recaptcha-label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    margin-top: 0;
    color: #666;
}

.cll-wrap select {
    order: 2;
}

.cll-wrap .success-textcolor {
    color: #3c763d;
}

.cll-wrap .radio-wrap .radio-fieldset label {
    color: #3c763d;
}

.cll-wrap .radio-wrap .warning-radio-fieldset label {
    color: #a94442;
}

form .thankyou-text {
    margin-top: 0;
}

.cll-wrap form p {
    margin-top: 0 !important;
}

.cll-wrap input.btn-default:focus {
    border: 2px solid black;
}

.cll-wrap .country-text {
    margin-top: 0;
}

.mb-15{

margin-bottom:15px !important;

}