.hsfc-FormWrapper {
    display:  none;
}
.hsfc-FormWrapper.active {
    position: fixed;
    display:  block;
    z-index: 9999999999;
    top: 180px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 90%;
    margin: 0 auto;
}
.hsfc-FormWrapper:before {
    content: "";
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}
.btnCloseForm {
    position: fixed !important;
    z-index: 99999999999;
    right: 20% !important;
    top:  10% !important;
    color:  #fff;
    font-size: 30px;
    cursor: pointer;
    font-weight: 600;
    transition: all .4s;
}
.btnCloseForm:hover {
    opacity: .8;
    transition: all .4s;
}
@media(max-width:768px) {
    .hsfc-FormWrapper.active {
        top: 60px;
    }
    .btnCloseForm {
        top:  14px !important;
        right: 4% !important;
    }
    #hs_cos_wrapper_widget_1730230117178 {
        margin: 0 auto !important;
        text-align: center !important;
    }
}