.Bt1_top {
    margin-bottom: 15px;
}

.c_title_box {
    text-align: right;
    margin: 0;
    position: relative;
    padding-right: 25px;
}

.c_title {
    font-family: iransansweb;
    font-weight: 300;
    color: #fff;
}
/* .c_title::before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 18px;
    right: 0;
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 100%;
} */
.c_title_black {
    font-family: iransansweb;
    font-weight: 700;
    color: #000;
    font-size: 16px;
}
.c_title_black::before {
	content: "";
	position: absolute;
	display: inline-block;
	top: 9px;
	right: 10px;
	width: 5px;
	height: 24px;
	background: #0360D9;
	border-radius: 5px;
}