.fwsb-top-bar-main{
	position: fixed;
    width: 100% !important;
    top: 0;
	z-index: 99999;
}
.fwsb-top-bar {
    position:relative;
    background: red;
    padding: 10px 15px; 
}

.fwsb-content-wrap a {
    color: #efde21;
}
.wp-admin .fwsb-top-bar {
    top: 34px;
    width: 87.4%;
    right: 15px;
}
.admin-bar  .fwsb-top-bar {
    top: 34px;
}
.fwsb-top-bar .fwsb-content-wrap {
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.fwsb-top-bar .fwsb-close:before {
    content: "";
    background-image: url(../images/close.svg);
    position: absolute;
    top: 10px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    right: 15px;
    cursor: pointer;
}
.fwsb-bottom-img {
    width: 150px;
    height: 108px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 200000000;
    background-position: center;
    background-size: 50px 50px;
    background-repeat: no-repeat;
    cursor: pointer;
	display: none;
}

.progress {
 background: #cacaca;
    justify-content: flex-start;
    border-radius: 0px;
    align-items: center;
    display: flex;
    height: 6px;
    width: 100%;
    position: absolute;
    bottom: -4px;
    left: 0px;
}

.progress-bar {
  height: 6px;
	background-color: #2f1fd8;
  transition: 0.4s linear;
  transition-property: width, background-color;
  
}
@media screen and (max-width: 767px) {
	
	.fwsb-top-bar {
		padding: 20px 30px;
	}
	.fwsb-bottom-img {
		width: 80px;
		height: 80px;
		right: 76px;
		bottom: 49px;
	}
}