.yvedw{}
.yved{
    position: fixed;
    right: 20px;
    top: 40px;
    width: 300px;
    vertical-align: middle;
    height: 140px;
    color: white;
    padding: 15px;
    font-size: 15px;
    line-height: 90px;
    border-radius: 10px;
    display: none;
}
.yvedi{
    float: left;
    width: 50px!important;
    margin-right: 10px;
    margin-top: 20px;
}
.yvedt{
    width: 210px;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
}
.yvedf1{
    background-color: #363636;
}
.yvedf2{
	background-color: #CD5555;
}
.yvedvt{
    float: left;
    height: 90px;
    line-height: 90px;
    display: inline-block;
    vertical-align: middle;
}
img.phone-number {
    margin: 0 auto;
    display: block;
    margin-top: 10px;
    /* margin-bottom: 10px; */
}

/*
////////////////////////*/
.none{
    display: none;
}
.bx{
    display: block;
    text-align: center;
}
.bx img{
    float: none !important;
    margin: auto !important;
    margin-top: 20px !important;
    display: inline-block;
    max-width: 100%;
}
.bx .newBLImg{
    display: none;
}
form{
    position: relative;
}
form a{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: default;
}
.sidebar .author ul{
    top: auto;
    margin-top: 20px;
}
@media (max-width: 767px){
    .text p{
        text-align: left;

    }
    *{
        text-align: left !important;
    }
    .ba{
        text-align: center !important;
        margin: 0 auto 20px;
        display: block !important;
        max-width: 300px;
    }
    form{
        display: none;  
    }
}