.terms-box span{
	margin-bottom: 30px;
	float: right;
}
.terms-box p{
	width: 100%;
	float: right;
	border: 1px solid rgb(245, 245, 245);
	border-radius: 8px;
	background-color: #fff;
	text-align: justify;
	direction: rtl;
	color: rgb(39, 63, 91);
	font-size: 14px;
	padding: 25px 2%;
	box-sizing: border-box;
	margin: 10px 0px;
	position: relative;
}
.terms-box p sub{
	font-weight: bold;
	font-size: 15px;
	color: #000;
}
.terms-box p mark{
	float: right;
	background: none;
	display: inline-flex;
	margin-right: 15px;
	position: relative;
}
.right-lines{
	width: 4px;
    float: right;
    background-color: #457fff;
    border-radius: 100px;
    margin-top: 0px;
    margin-left: 15px;
    position: inherit;
}
.right-lines::before {
    position: absolute;
    content: "";
    width: 4px;
    border-radius: 100px;
    height: 10px;
	bottom: -15px;
    background-color: #457fff;
}
.right-lines::after {
    position: absolute;
    content: "";
    width: 4px;
    border-radius: 100px;
    height: 4px;
    bottom: -24px;
    background-color: #457fff;
}