@font-face {
  font-family: 'Vazir';
  font-style: normal;
  font-weight: 300;
  src: url(Vazir.woff) format('woff');
}
body {
    margin: 0;
    padding: 0;
    font-family: Vazir, IRANSans, Arial, tahoma, sans-serif;
    font-size: 14px;
    direction: rtl;
}
body {
    background-color: white;
}
*, ::after, ::before {
    box-sizing: inherit;
}
a, a:focus, a:hover {
    color: inherit;
    text-decoration: none;
}
a{max-width:728px;max-height:90px;}
.resp-img, body, html {
    width: 100%;
}
.rb_b_content {
    display: flex;
    position: relative;
    width: 100%;
}
@media (max-height: 70px) {
    .rb_b_image_container {
        margin-left: 6px;
    }
}
.rb_b_image_container {
    position: relative;
    height: 100%;
}
.rb_b_image {
    width: auto;
    max-height: 88px;
    width: 90px;
}
@media (max-height: 700px) {
    .rb_b_info {
        margin-left: 2%;
    }
}

.rb_b_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 10px 4px 5px;
    flex-grow: 1;
}
.rb_b_text_container {
    width: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.rb_b_action-title {
    font-family: inherit;
    color: #ffffff;
    font-weight: bold;
    flex-shrink: 0;
    border-radius: 99px;
    padding: 5px 10px;
    margin-right: 5px;
    font-size:17px;
    cursor: pointer;
    max-width: 150px;
    transition: 0.3s;
    display: flex;
    align-items: center;
}
.ellipsis {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.rb_action__arrow {
    display: inline;
    width: 15px;
    height: 15px;
    margin-right: 3px;
    transition: 0.3s;
}
.rb_b_section {
    position: relative;
    max-width:728px;
    max-height:90px;
    border: 1px solid #cccccc;
}

.rb_b_desc{font-size:15px;margin-top:5px;}

@media (max-width: 600px) 
{
	.rb_b_title{font-size:13px;}
	.rb_b_desc {font-size: 12px;}
}
@media (max-width: 400px) 
{
	.rb_b_desc {display:none;}
	.rb_b_action-title {
		font-size:15px;
	}
	.rb_action__arrow {
		width: 12px;
		height: 12px;
	}
}