 body.widget-snippet .banner-content-body,  .edit-mode .widget-snippet .banner-content-body {
        padding: 60px 70px;
        margin-top: 60px;
        background: rgba(106,202,90,0.8);
        position: relative;
        left: 0;
        top: 0;
    }
    .widget-snippet .banner-content-body h1:before {
        content: '';
        width: 55px;
        height: 3px;
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
    }
    .widget-snippet .banner-content-body h1 {
        font-size: 35px;
        font-family: 'Gilroy';
        font-weight: 600;
        color: #fff;
        line-height: 40px;
        position: relative;
        margin: 0;
        padding: 15px 0 30px 0;
    }
    .widget-snippet .banner-content-body h4, .widget-snippet .banner-content-body p {
        font-size: 40px;
        font-family: 'Gilroy';
        font-weight: 700;
        color: #fff;
        line-height: 40px;
        position: relative;
        margin: 0;
        padding: 0;
    }
    .widget-snippet .banner-content-body h4 {
        padding-bottom: 15px;
    }
    .widget-snippet .banner-content-body p a {
        color: #fff;
        text-decoration: none;
    }
    .widget-snippet .banner-link {
        padding-top: 35px;
    }
    .widget-snippet .banner-link a {
        font-size: 20px;
        font-family: 'Gilroy';
        font-weight: 600;
        color: #fff;
        line-height: 20px;
        text-align: center;
        padding: 14px 30px;
        display: inline-block;
        vertical-align: middle;
        background-color: #231f20;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    .widget-snippet .banner-link a:hover,.widget-snippet .banner-link a:focus {
        text-decoration: none;
    }
    .widget-snippet .banner-link a + a {
        margin-left: 5px;
    }
    .widget-snippet .banner-link a:first-of-type {
        background-color: #ff3e48;
    }
    .widget-snippet .banner-link a:hover:first-of-type {
        background-color: #231f20;
    }
    .widget-snippet .banner-link a:last-of-type {
        background-color: #231f20;
    }
    .widget-snippet .banner-link a:hover:last-of-type {
        background-color: #ff3e48;
    }
    .fee .banner-content-body , .front-end .banner-content-body {
        max-width: 635px;
        position: absolute;
        z-index: 1;
        left: 200px;
        top: 160px;
    }
    .edit-mode  .home-slider .jssor-slider-container .container::after{
        display: none;
    }
.banner-link.fluid-link {
    padding-top: 10px;
}

.banner-link.fluid-link a {
    width: 100%;
    background: #fff !important;
    color: #000;
    max-width: 500px;
}

.banner-link.fluid-link a:hover {
    background: #231f20 !important;
    color: #fff;
}
