.zx-form-wrapper {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    padding: 30px;
	background-color: #fff !important;
}
.zx-form-wrapper br {
    display: none !important;
}
.zx-ft {
    margin: 0 !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    text-align: center;
    line-height: 140% !important;
}
.zx-form-title {
    margin-bottom: 25px !important;
}
.zx-fp-step {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    line-height: 140% !important;
}
.zx-fp-bar {
    display: block !important;
    height: 18px !important;
    background-color: #ededed !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    margin-top: 5px !important;
}
.zx-fp-bar > div {
    display: block;
    height: 18px;
    background-color: #72b239 !important;
    transition: .4s ease;
}
.zx-form {
    margin-top: 35px !important;
}
.zx-fs-title h3 {
    margin: 0 !important;
    font-size: 22px !important;
    text-align: center !important;
    font-weight: 400 !important;
}
.zx-fs-title {
    margin-bottom: 35px !important;
}
.zx-field-wrap > label {
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    display: block !important;
}
.zx-field-wrap > select, 
.zx-field-wrap > input,
.zx-conditional-field input,
.zx-fgw input, 
.zx-fgw textarea, 
.zx-fgw select{
    height: 50px !important;
    border: 1px solid rgba(0,0,0,.4);
    font-size: 16px !important;
    outline: none !important;
}
.zx-field-wrap {
    margin-bottom: 25px !important;
}
.zx-conditional-field{
    margin-top: 10px !important;
}
.zx-checkbox-group > label,
.zx-radio-group > label{
    display: flex;
    column-gap: 7px;
    max-width: max-content;
    font-size: 16px !important;
    line-height: 140% !important;
    cursor: pointer !important;
}
.zx-checkbox-group > label:not(:last-child),
.zx-radio-group > label:not(:last-child){
    margin-bottom: 7px !important;
}
.zx-checkbox-group > label > input,
.zx-radio-group > label > input{
    display: inline-flex !important;
    width: 18px !important;
    height: 18px !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 18px !important;
}
.zx-action-btn button {
    font-size: 16px !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    min-width: 120px;
    background-color: #066aab !important;
    font-weight: 600 !important;
    height: 50px !important;
    border-radius: 0 !important;
    transition: .2s ease-out;
}
.zx-action-btn button:hover {
    opacity: .8;
}
.zx-field-group-wrap > div:not(:last-child) {
    margin-bottom: 10px !important;
}
.zx-fgw textarea {
    display: block !important;
    min-height: 85px;
    resize: none !important;
}
.zx-fgw > label {
    display: flex;
    max-width: max-content;
    align-items: center;
    column-gap: 7px;
    font-size: 16px !important;
    line-height: 100% !important;
    cursor: pointer !important;
}
.zx-fgw > label > input {
    width: 18px !important;
    height: 18px !important;
}
.zx-field-group-wrap .zx-action-btn {
    margin-top: 25px !important;
}
.zx-field-group-wrap > div:nth-child(6) {
    margin-top: 25px !important;
}
.zx-form-complete svg {
    max-width: 65px !important;
    width: 100% !important;
}
.zx-form-complete {
    text-align: center;
}
.zx-form-complete svg path {
    fill: green;
}
.zx-form-complete > h3 {
    margin: 25px 0 25px 0 !important;
    font-weight: 700 !important;
    text-transform: capitalize !important;
    font-size: 36px !important;
}
.zx-form-complete > p {
    margin: 0 !important;
    font-size: 20px !important;
    font-weight: 500;
    color: rgba(0,0,0,.7);
}
.zx-form-complete .reload {
    display: inline-flex;
    align-items: center;
    column-gap: 10px !important;
    font-size: 18px !important;
    color: #000 !important;
    font-weight: 500 !important;
    border: 1px solid #000;
    padding: 10px 15px !important;
    border-radius: 3px !important;
    margin-top: 35px !important;
}
.zx-form-complete .reload svg {
    max-width: 18px !important;
    width: 100%;
}
.zx-conditional-field {
    display: none;
}
.zx-step-2,
.zx-step-3,
.zx-step-4{
    display: none;
}




/* 
    Responsive 
*/
@media only screen and (max-width: 767px){
    .zx-ft {
        margin: 0 !important;
        font-size: 22px !important;
        font-weight: 700 !important;
        text-align: center;
        line-height: 120% !important;
    }
    .zx-fp-step {
        font-size: 16px !important;
    }
    .zx-fs-title h3 {
        font-size: 18px !important;
    }
    .zx-field-wrap > label {
        font-size: 16px !important;
        line-height: 135% !important;
    }
    .zx-checkbox-group > label, .zx-radio-group > label {
        align-items: center !important;
        line-height: 120% !important;
    }
    .zx-checkbox-group > label:not(:last-child), 
    .zx-radio-group > label:not(:last-child) {
        margin-bottom: 12px !important;
    }
    .zx-action-btn {
        text-align: center !important;
    }
}


