.form-widget-box {
    background: #fff;
    width: 490px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
    margin: auto;
    position: relative;
    z-index: 11;
}
.form-widget-box-inner {
    padding: 25px 41px;
    border-radius: 5px;
    background: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.inline-forms {
    display: flex;
    justify-content: space-between;
}
.f-form {
    width: 47%;
}
.f-form span {
    font-size: 14px;
    margin-bottom: 10px;
}
.form-widget-box-inner button {
    width: 100%;
}
.fw-heading {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 20px;
}
.fw-testimonial {
    background: #efefef;
    padding: 25px 41px;
    font-size: 15px;
}
.fw-testimonial-inner {
    display: flex;
    position: relative;
}
.fw-testimonial-inner img {
    width: 51px;
    height: 51px;
    margin-left: 0;
    border-radius: 40px;
    position: absolute;
    left: 0;
    top: 0;
}
.fw-r-user-details {
    padding-left: 70px;
}
.fw-testimonial-user-image.quotes {
    width: 36px;
    left: 8px;
    height: auto;
}
.fw-testimonial-inner-2 {
    margin-bottom: 20px;
}
.f-form-big,.f-form-big input, .f-form-big label {
    width: 100%;
}
.positionFixed {
    position: fixed;
    left: -480px;
    top: calc( 50vh - 260px);
    z-index: 1111;
    transition: left .3s ease;
}

.openFormWidget {
    width: 120px;
    background: #1a1826;
    color: #fff;
    padding: 9px;
    line-height: 17px;
    text-align: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    position: absolute;
    right: -120px;
    top: 0;
    bottom: 0;
    height: 70px;
    display: none;
    margin: auto;
    cursor: pointer;
    align-items: center;
}
.openFormWidget-close {
    width: 100%;
    height: 100%;
    display: inline-block;
    display: none;
    align-items: center;
    justify-content: center;
}
.widget-background {
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    display: none;
}
.parameter-hide-sib {
    display: none !important;
}

@media(max-width: 992px) {
    .form-widget-box {
        width: 100%;
        max-width: 490px;
        margin: auto;
    }
    .inline-forms,.f-form {
        text-align: left;
    }
    .tab-pane {
        height: auto;
    }
    .tab-pane .mediaContainer > img {
        height: 250px;
    }
    .r-new-banner__right {
        margin: auto;
    }
}