/*Registration Start*/

.fci-wrap .fieldset {
    border: 1px solid #ddd;
    overflow: auto;
    padding: 50px 30px;
    margin-left: auto;
    margin-right: auto;
    background-color: #e7e7e7;
    max-width: 800px;
}

.fci-wrap .input-wrap {
    margin-top: 5px;
    margin-bottom: 10px;
    min-height: 48px;
    display: flex;
    flex-direction: column;
}

.fci-wrap .help-block {
    order: 2;
}

.fci-wrap .text-box {
    order: 4;
}

.fci-wrap .control-label {
    width: 100%;
    display: block;
    font-weight: 500;
}

.fci-wrap .required-field .control-label:before {
    color: #d00;
    content: "*";
    margin-right: .5em;
    font-weight: bolder;
}

.fci-wrap .member-registration {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    font-weight: 400;
    margin-top: 15px;
    color: #333;
}

.fci-wrap .field-validation-error {
    color: red;
    margin: 1.75em 0 0 0;
    display: block;
}

.fci-wrap .radio-block {
    margin-bottom: 15px;
}

.fci-wrap .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -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;
}

.fci-wrap .d-block {
    display: block;
}

.fci-wrap .radio-block label {
    min-height: 20px;
    cursor: pointer;
    font-weight: 600;
}

.fci-wrap .radio-block label input {
    margin-right: 5px;
    margin-left: 0;
}

.fci-wrap .checkbox-block .column {
    width: 100%;
    max-width: 32%;
    vertical-align: text-top;
}

.fci-wrap .checkbox-block {
    display: flex;
    flex-direction: column;
}

.fci-wrap .checkbox-block input[type=checkbox] {
    margin-right: 5px;
}

.fci-wrap .checkboxes-wrap {
    order: 4;
}

.fci-wrap .help-block {
    margin-bottom: 10px;
    color: #737373;
}

.fci-wrap .btn-default {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    border-radius: 5px;
    padding: .4em 1em;
    background-color: #61abdc;
    border: 1px solid #61abdc;
    display: inline-block;
    text-shadow: none;
    line-height: normal;
    font-weight: 400;
    font-size: 14px;
}

.fci-wrap textarea {
    border: 1px solid #ccc !important;
}

.contactus-wrap textarea {
    height: 60px !important;
}

.fci-wrap .select.form-control {
    height: auto;
}

.fci-wrap .member-checkbox-block {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 10px;
}

.fci-wrap .member-checkbox-block label {
    flex: 0 0 33.3%;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    font-weight: 700;
    display: flex;
    flex-direction: row-reverse;
    justify-content: left;
}

.fci-wrap .member-checkbox-block .help-block,
.member-checkbox-block .field-validation-valid {
    flex: 0 0 100%;
}

.fci-wrap .member-checkbox-block label.control-label {
    min-height: 21px !important;
    flex: 0 0 100%;
}

.member-thankyou {
    padding: 50px 30px;
    margin-left: auto;
    margin-right: auto;
    background-color: #e7e7e7;
    max-width: 800px;
}

.fci-wrap .help-block {
    margin-top: 5px;
}

.fci-wrap .help-block .vendor-info-list {
    margin-top: 0;
}

.members-market-registration .field-validation-error {
    order: 2 !important;
}

.members-market-registration .member-checkbox-block .control-label {
    display: block !important;
}

.members-market-registration .radio-block .help-block {
    order: 4 !important;
    margin-bottom: 20px;
}

.members-market-registration .form-submit-border {
    text-align: left;
    padding: 0;
    margin-bottom: 0;
}

.members-market-registration textarea:focus {
    border-color: #66afe9 !important;
    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%);
}

.members-market-registration .f-bold input {
    margin-right: 10px;
}

.members-market-registration .radio-block label {
    margin-bottom: 5px;
    margin-top: 5px;
}

.members-market-registration .fieldset:first-child p {
    margin-bottom: 5px;
}

.members-market-registration .choose-file {
    margin-bottom: 15px;
}

.members-market-registration .member-registration+.p-desc {
    margin-bottom: 8px;
}

.members-market-registration .input-wrap {
    margin-bottom: 15px;
}

.members-market-registration .green-btn {
    border-radius: 5px !important;
}

.members-market-registration .checkbox-success-one .checkbox-wrap {
    margin-top: 5px;
}

.members-market-registration .f-bold .field-validation-error {
    font-weight: 500;
    margin-bottom: 10px;
}


/*Registration End*/


/*Contact Us Start*/

.contactus-wrap .halfAvailableWidthRight {
    display: inline-block;
    width: 50%;
    padding-left: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
    min-height: 48px;
}

.success-wrap .success__title {
    margin-top: 0;
}

.contactus-wrap .halfAvailableWidthLeft {
    display: inline-block;
    width: 50%;
    padding-right: 20px;
    float: left;
    clear: both;
    margin-top: 5px;
    margin-bottom: 10px;
    min-height: 48px;
}

.contactus-wrap .clear-left {
    clear: left;
}

.recaptcha-wrap {
    margin-bottom: 15px;
}

.contactus-wrap .checkbox-block .field-validation-error {
    order: 2 !important;
}

.contactus-wrap .checkbox-block label {
    min-height: 25px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

.contactus-wrap .required-text:before {
    color: #d00;
    content: "*";
    margin-right: 0.5em;
    font-weight: bolder;
}

.fci-wrap .green-btn {
    background-color: #5d9732;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 24px 44px;
    transition: .3s all;
    color: #fff;
    outline: 0;
    text-decoration: none;
    transition: all .25s;
    font-weight: 700;
    outline: 0;
    border: none;
    cursor: pointer;
    display: inline-block;
    border-radius: 0;   
}

.apply-online-wrap .green-btn {
    width: 100%;
}

.fci-wrap .green-btn:hover {
    background-color: #5d9732;
    box-shadow: 5px 5px 0 0 rgb(181 181 181 / 80%);
    color: #fff;
    transition: all .25s;
}

.contactus-heading {
    margin-bottom: 5px;
    font-size: 28px;
}

.contactus-wrap label.control-label {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
}

.fci-wrap .form-control:focus {
    border-color: #66afe9!important;
    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%);
}

.contactus-wrap .recaptcha-wrap .field-validation-error {
    order: 2 !important;
}

.contactus-wrap .field-validation-error {
    font-size: 14px;
}

.success-wrap .success__body p {
    line-height: 24px;
}

.contactus-wrap .recaptcha-wrap .control-label {
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 14px;
    font-weight: bold;
}

.contactus-wrap .checkbox-block {
    margin-bottom: 15px;
}

.contactus-wrap .checkbox-block .control-label {
    padding-top: 5px;
}

.contactus-wrap .contactus-heading {
    margin-bottom: 5px;
    font-size: 30px;
}

.fci-wrap select {
    padding: initial;
    height: 34px;
}

.thankyou-heading {
    font-size: 28px;
    margin-bottom: 10px;
}

.fci-wrap .form-submit-border {
    padding: 0;
}

.fci-wrap .form-submit-border .green-btn:focus{

    border: 2px solid black;

}


/*Contact Us End*/


/*Auction Start*/

.fci-wrap .auction-dt-wrap {
    width: 39%;
    display: inline-block;
    min-height: 76px;
}

.fci-wrap .auction-hour,
.fci-wrap .auction-minutes,
.fci-wrap .auction-ampm {
    width: calc(20% - 14px);
    margin-left: 10px;
    display: inline-block;
    min-height: 76px;
    max-height: 102px;
}

.text-center {
    text-align: center;
}

.fci-wrap label.control-label {
    margin-bottom: 5px;
}

.auction-wrap .auction-info {
    margin-bottom: 20px;
    margin-top: 15px;
    font-size: 21px;
    font-weight: 300
}

.auction-wrap h3 {
    font-size: 24px;
}

.auction-wrap .p-desc {
    margin-top: 40px;
    margin-bottom: 30px;
}

.auction-wrap .auction-dt-wrap .text-box {
    height: 34px;
}

.auction-wrap .field-validation-error {
    color: #a94442 !important;
    font-size: 14px;
}

.auction-wrap .input-wrap .field-validation-error {
    order: 3;
    color: #a94442;
    font-size: 14px;
}

.auction-wrap input.no-spinner::-webkit-outer-spin-button,
.auction-wrap input.no-spinner::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.auction-wrap input.datecurrent {
    box-sizing: border-box;
    outline: 0;
    position: relative;
    width: 100%;
}

.auction-wrap input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.auction-wrap>h1 {
    margin-bottom: 10px;
    font-size: 28px;
}

.auction-wrap label.control-label {
    font-size: 14px;
    font-weight: 700;
}

.auction-wrap .field-validation-error {
    color: #a94442;
}

.auction-wrap .auction-dt-wrap {
    vertical-align: top;
}

.f-bold {
    font-weight: 700;
    min-height: 35px !important;
}

.success-text {
    color: #3c763d !important;
}

.auction-wrap .form-submit-border {
    margin-top: 15px;
    text-align: left;
    padding: 0;
    margin-bottom: 0;
}

.form-submit-border {
    text-align: left;
}

.auction-wrap .input-wrap {
    margin-bottom: 15px;
}


/*Auction End*/

@media (max-width: 600px) {
    .fci-wrap .auction-dt-wrap {
        display: block;
        width: 100%;
        margin-left: 0;
    }
    .fci-wrap .auction-hour {
        margin-left: 0;
    }
    .fci-wrap .auction-hour,
    .fci-wrap .auction-minutes,
    .fci-wrap .auction-ampm {
        width: 32%;
    }
    .fci-wrap .auction-minutes,
    .fci-wrap .auction-ampm {
        margin-left: 4px;
    }
    .fci-wrap .auction-dt-wrap {
        min-height: 70px;
    }
    .fci-wrap .auction-hour,
    .fci-wrap .auction-minutes,
    .fci-wrap .auction-ampm {
        min-height: 65px;
    }
    .fci-wrap .checkbox-block .column {
        max-width: 100%;
    }
    .fci-wrap .member-checkbox-block {
        flex-direction: column;
    }
    .fci-wrap .member-checkbox-block label {
        margin-bottom: 0;
        margin-top: 3px;
    }
}

@media (max-width: 480px) {
    .fci-wrap .auction-minutes,
    .fci-wrap .auction-ampm {
        margin-left: 0px;
    }
    .fci-wrap .auction-hour,
    .fci-wrap .auction-minutes,
    .fci-wrap .auction-ampm {
        width: 32.2%;
    }
}

@media (max-width: 420px) {
    .fci-wrap .auction-hour,
    .fci-wrap .auction-minutes,
    .fci-wrap .auction-ampm {
        width: 32%;
    }
}