.editor-content p{
    text-align: justify !important;
}
.editor-content p:not(:last-of-type){
    margin-bottom: 15px;
}
.editor-content h6,
.editor-content h5,
.editor-content h4,
.editor-content h3,
.editor-content h2,
.editor-content h1{
    margin-bottom: 15px;
    margin-top: 25px;
}
.editor-content ul,
.editor-content ol{
    color: #000;
    margin: 20px 0 !important;
}
.editor-content ul a:hover{
    color: var(--e-global-color-text);
}
.editor-content ul a,
.editor-content ol a {
    color: #000;
    font-weight: 500;
}

.editor-content ul li,
.editor-content ol li {
    font-size: 15px !important;
    margin-bottom: 5px !important;
    color: #7A7A7A;
}
.editor-content ul li:before{
    content:'';
    display: inline-block;
    width: 10px;
    min-width: 10px;
    height: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border:3px solid var(--e-global-color-secondary);
    margin-left: 8px;
}
.editor-content ol {
    list-style: none;
    counter-reset: list;
}

.editor-content ol li {
    counter-increment: list;
    position: relative;
}

.editor-content ol li::marker {
    content: counter(list) ' ';
    font-size: 16px;
    font-family: shabnam;
    color: #7A7A7A;
}

.editor-content ol li::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--e-global-color-secondary);
    margin-left: 8px;
}


.editor-content ol {
    list-style: none;
    counter-reset: list;
    padding-right: 20px;
}

.editor-content ol li {
    counter-increment: list;
    margin-left: 25px;
}


.editor-content img{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.editor-content img.alignleft{
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}
.editor-content img.alignright{
    float: right;
    margin-left: 15px;
    margin-bottom: 10px;
}
.editor-content img.aligncenter{
    margin: 20px auto;
}
.editor-content blockquote p{
    display: flex;
    flex-wrap:wrap;
    align-items: center;
}
.editor-content blockquote p a{
    margin-bottom: 0;
    font-size: 14px;
    text-align: right !important;
    display: flex;
    align-items: center;
}
.editor-content blockquote p a:after{
    content: '';
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/arrow-icon.png);
    display: inline-block;
    margin-right: 5px;
}
.editor-content blockquote a{
    color: black;
    font-size: 15px;
    font-weight: 500;
    margin-right: 5px;
}
.editor-content blockquote{
margin: 15px 0;
color: #5A5A5A;
text-align: right;
}
.editor-content .swiper-gallery .swiper-slide img{
height: 150px;
object-fit: cover;
width: 100%;
}
.editor-content .gallery-wrapper .swiper-button-prev,
.editor-content .gallery-wrapper .swiper-rtl .swiper-button-next{
left: 0;
}
.editor-content .gallery-wrapper .swiper-button-next,
.editor-content .gallery-wrapper .swiper-rtl .swiper-button-prev{
right: 0;
}
.editor-content .gallery-wrapper{
position: relative;
}
.editor-content .swiper-gallery{
margin: 30px 50px;
}
.editor-content .swiper-button-next:hover:after,.editor-content .swiper-button-prev:hover:after{
color: var(--e-global-color-secondary);
}
.editor-content a:hover{
color: var(--e-global-color-text);
}
.editor-content a{
color: var(--e-global-color-accent);
}
.editor-content .swiper-button-next:after,.editor-content .swiper-button-prev:after{
font-size: 24px;
color: var(--e-global-color-primary);
transition: .4s;
}
@media (min-width: 992px) {
    .editor-content ul{
        margin-right: 23px !important;
    }
}
@media (max-width: 575.98px) {
    .editor-content ul li,
    .editor-content ol li {
        font-size: 14px !important;
    }
}