.space-pros-ins:before, .space-cons-ins:before {
	left:15px;
	right: auto;
}
.space-pros ul li, .space-cons ul li {
	padding: 5px 20px 5px 22px !important;
}
.space-pros ul li:before, .space-cons ul li:before {
	right:1px;
	left: auto;
}
#popupOverlay-ar{
    direction: rtl;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    overflow: auto;
}