.f-bar{
    position: fixed;
    z-index: 999999;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #ff6600;
    width: 100%;
}
.f-bar--color{
    background-color: #ff6600;
}
.f-bar .left > a{
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 30px;
    display: inline-block;
    vertical-align: top;
    background-image: url(image/phoneicon.png);
    background-position: center left;
    background-repeat: no-repeat;
}
.f-bar .left > a:hover{
    text-decoration: underline;
}
.f-bar .right > div{
    cursor: pointer;
    border: 1px solid #ffffff;
    display: inline-block;
    vertical-align: top;
    height: 38px;
    line-height: 36px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3.2px;
    padding: 0 20px;
    transition: color.3s, background-color .3s;
}
.f-bar .right > div > span{
    position: relative;
    width: 40px;
    height: 36px;
    display: inline-block;
    vertical-align: top;
}
.f-bar .right > div > span:before{
    content: '';
    position: absolute;
    width: 24px;
    height: 36px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-image: url(image/mailiconcolor.png);
    background-position: center left;
    background-repeat: no-repeat;
}
.f-bar .right > div > span:after{
    content: '';
    position: absolute;
    width: 24px;
    height: 36px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-image: url(image/mailicon.png);
    background-position: center left;
    background-repeat: no-repeat;
    transition: opacity .3s;
}
.f-bar .right > div:hover{
    background-color: #fff;
    color: #ff6600;
}
.f-bar .right > div:hover > span:after{
    opacity: 0;
}
.f-bar--row{
    position: relative;
    max-width: 1260px;
    padding: 0 30px;
    margin: 0 auto;
}
.f-bar--center{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}
.f-bar--height{
    height: 58px;
}
.f-bar--padding{
    padding-top: 58px;
    display: block;
}
.f-bar__form{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-100%);
    height: 615px;
    max-height: calc(100vh - 58px);
    width: 100%;
    background-color: #fff;
    z-index: -10;
    opacity: 0;
    visibility: hidden;
    border-top: 1px solid #ff6600;
    transition: opacity .1s;
    overflow: hidden;
    padding-bottom: 20px;
}
.f-bar__form.active{
    z-index: 10;
    visibility: visible;
    opacity: 1;
}
.f-bar__close{
    cursor: pointer;
    position: absolute;
    top: 50px;
    right: 30px;
    margin: auto;
    width: 30px;
    height: 30px;
    background-image: url(image/xf.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.f-bar__form  .f-form{
    width: 940px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 20px;
}
.f-bar__form  .f-form-row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.f-bar__form  .f-form-col{
    padding: 0 20px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}
.f-bar__form  .f-w40{
    -ms-flex: 0 0 43%;
    -webkit-box-flex: 0;
    flex: 0 0 43%;
    max-width: 43%;
}
.f-bar__form  .f-w60{
    -ms-flex: 0 0 57%;
    -webkit-box-flex: 0;
    flex: 0 0 57%;
    max-width: 57%;
}
.f-bar__form .wpcf7-not-valid-tip,
.f-bar__form br{
    display: none !important;
}
.f-bar__form .wpcf7-list-item{
    margin: 0;
}
.f-bar__form .title{
    padding: 40px 0;
}
.f-bar__form .title p{
    text-align: center;
    color: #012a7a;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 5.6px;
    margin: 0;
}
.f-bar__form .button{
    text-align: right;
}
.f-bar__form .button button{
    cursor: pointer;
    width: 346px;
    max-width: 100%;
    height: 42px;
    line-height: 40px;
    background-color: #ff6600;
    border: 1px solid #ff6600;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3.2px;
    transition: color.3s, background-color .3s;
    outline: 0 !important;
}
.f-bar__form .button button:hover{
    background-color: #fff;
    color: #ff6600;
}

.f-bar__form .checkbox input[type='radio'],
.f-bar__form .checkbox input[type='checkbox']{
    display: none;
}

.f-bar__form .checkbox label{
    display: block;
    position: relative;
    cursor: pointer;
}
.f-bar__form .checkbox label > span{
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    padding-left: 30px;
    padding-top: 3px;
    color: #4b4b4b;
} 
.f-bar__form .checkbox label > span a{
    text-decoration: underline;
} 
.f-bar__form .checkbox label > span:before{
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    margin: auto;
    display: inline-block;
    vertical-align: top;
    width: 21px;
    height: 20px;
    border: 1px solid #fb642b;
    background-repeat: no-repeat;
    background-position: center center;
}
.f-bar__form .checkbox label input[type='radio']:checked + span:before,
.f-bar__form input[type='checkbox']:checked + span:before{
    background-image: url(image/checkf.png);
}
.f-bar__form .wpcf7-not-valid:not(.wpcf7-checkbox){
    border-color: #ff0000 !important;
}
.f-bar__form .req p{
    color: #7f7f7f;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}
.f-bar__form .input input{
    width: 100%;
    height: 42px;
    border: 0;
    border: 1px solid #e0e0e0;
    color: #4b4b4b;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 40px;
    background-color: transparent;
    padding: 0 15px;
}
.f-bar__form .textarea textarea{
    width: 100%;
    height: 212px;
    border: 0;
    border: 1px solid #e0e0e0;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    background-color: transparent;
    padding: 5px 15px;
    color: #4b4b4b;
    resize: none;
}
.f-bar__form .f-margin{
    width: 100%;
    margin-top: -38px;
    display: inline-block;
    vertical-align: top;
}
.f-bar__form .textarea,
.f-bar__form .input{
    margin-top: 20px;
}
.f-bar__form .textarea,
.f-bar__form .input{
    position: relative;
}
.f-bar__form .textarea span.lab,
.f-bar__form .input span.lab{
    position: absolute;
    left: 10px;
    top: 12px;
    margin: auto;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    color: #747474;
    padding: 0 5px;
    background-color: transparent;
    transition: all ease .2s;
}

.f-bar__form .textarea.active span.lab,
.f-bar__form .input.active span.lab{
    font-size: 12px;
    top: -8px;
    background-color: #fff;
    z-index: 1;
}
.f-bar__form .response{
    padding-top: 7px;
    padding-bottom: 10px;
}
.f-bar__form .response .alert-icon,
.f-bar__form .response button{
    display: none !important;
}
.f-bar__form .response .wpcf7-validation-errors,
.f-bar__form .response .fusion-alert{
    background-color: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;

}
.f-bar__form .response .wpcf7-validation-errors span,
.f-bar__form .response .fusion-alert-content,
.f-bar__form .response .fusion-alert,
.f-bar__form .response .error{
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-transform: none;
    text-align: left !important;
}
.f-bar__form .response div{
    text-align: left !important;
}
@media (max-height: 650px) and (min-width: 640px){
    .f-bar__form{
        min-height: inherit !important;
        overflow-y: scroll;
    }
}
@media (max-width: 640px){
    .f-bar .left,
    .f-bar .right{
        padding: 10px 0;
    }
    .f-bar--height{
        height: auto;
        justify-content: center;
        flex-direction: column;
    }
    .f-bar__form{
        min-height: inherit !important;
        height: calc(100vh - 104px);
        overflow-y: scroll;
        padding-top: 50px;
    }
    .f-bar__form .f-w40,
    .f-bar__form .f-w60{
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .f-bar__form .f-margin{
        margin-top: 0;
    }
    .f-bar__close{
        width: 20px;
        height: 20px;
        top: 20px;
        right: 20px;
    }
    .f-bar__form .title{
        padding: 20px 0;
    }
    .f-bar__form .button button{
        width: 100%;
    }
}