.banner_title {
                direction: rtl;
                float: right;
}
.banneralign {
    float: left;
}
.live_img{
                float: right;
}
.watch_now {
                float: right;
}              
.watch_now span {
    float: right;
}
.fa-long-arrow-left{
                color:#fff;
}
.delete_icon {
                float: left;
}
@media (min-width:320px) and (max-width:767px){
.banner_title{
                margin-right:0px;
}
.watch_now{
                margin-left:10px;
}
}


/* banner new styles added */

#wb_banner {
    display: block;
    margin: 0 auto;
    padding: 6px 0;
    background: #0071bc;
    align-items: center;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    -webkit-font-smoothing: initial;
}
#wb_banner span {
    font-size: 13px;
    line-height: 20px;
}
.wb_banner_title, .wb_banner_text, .wb_banner_descr, .wb_banner_url a {
    font: 15px 'Open Sans';
    color: white;
}
#wb_banner p {
    display: inline;
}
#wb_banner .wb_banner_text img {
    margin: 3px 6px 0px 4px;
    vertical-align: middle;
    width: 92px;
}

#wb_banner .btn-schedule {
    color: #fff;
    border-radius: 15px;
    padding: 3px 17px 3px 10px;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    margin: 0 20px 0 8px;
    background: url(http://live.worldbank.org/sites/default/files/white-arrow-right.png) no-repeat calc(100% - 6px) center;
    background-color: #004c92;
    background-size: 7px;
}

#wb_banner input[type="button"] {
    background: url(/etc/designs/wbr/clientlibs/img/icon/window-close.png) no-repeat 0 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin: 5px;
    border: 0;
    background-size: 23px;
    text-indent: -9999px;
    padding: 0;
}
.banner-ar-direction {
    direction:rtl;
    }
#wb_banner .btn-schedule {
	background-image: none !important;
	}
	 html[lang="ar"] #wb_banner .btn-schedule:before {
		content: "\e904";
		font-family: 'font-icon' !important;
		    vertical-align: middle;
    margin-right: 3px;
    font-size: 10px;
    line-height: 18px;
    float: left;
}