



/* ------------- 
content start - bannercss
------------- */

.bf-banner-wrapper {
    width: 100%;
    max-width: 500px;  
    position: fixed;
    bottom: 95px;
    right: 36px;
    z-index: 10000;
}
.bf-banner {
    background-color: #fff;
    width: 100%;
    cursor: pointer;
}

.bf-banner__close-btn {
    position: absolute;
    top: 0px;
    right: -20px;
    font-size: 24px;
    line-height: 0.5;
    color: #000;
    transition: .3s;
}
@media (min-width: 768px) {
    .bf-banner__close-btn:hover {
        opacity: .8;
        text-decoration: none;
        color: #fff;
    }
    .gc-main-content.with-left-menu .bf-banner-wrapper {
        right: 85px;
    }
}
@media (max-width: 767px) {
    .gc-main-content.with-left-menu .bf-banner-wrapper {
        bottom: 55px;
    }
    .bf-banner-wrapper {
     /*   display:none;*/
        width: auto;
        right: 25px;
    }
}
@media (max-width: 600px) {
    .bf-banner-wrapper {
        max-width: 250px;
    }

    .bf-banner__close-btn {
        right: -20px;
        font-size: 24px;
    }

/* ------------- 
content finish - bannercss
------------- */
