body {
    background-color: #F1F3F2;
}
a{
    text-decoration: none;
}
.post-header{
    margin-top: 32px;
}
.post-header h1 {
    font-size: 16px;
    margin-bottom: 32px;
    text-align: right;
    line-height: 32px;
    font-weight: 600;
}
.post-header p{
    line-height: 32px;
    margin-bottom: 32px;
}
.post-header span{
    display: block;
    margin-bottom: 16px;
    direction: rtl;
    font-size: 12px;
}
.post-header span i{
    font-size: 16px;
    margin-left: 2%;
    color: #2e3192;
}
.post-header .post-details a {
    background: #0023D4;
    color: #fff;
    display: block;
    margin-bottom: 16px;
    padding: 12px;
    width: 100%;
}
.post-header .post-details a:last-child {
    background: #FFDF3B;
    color: #0023D4;
    padding: 12px;
}
.post-rate span{
    font-size: 20px !important;
}
.about-post{
    padding-top: 32px;
    line-height: 32px;
    padding-bottom: 32px;
}
.post-thumbnail img{
    border-radius: 20px;
}
.about-post h2{
    font-size: 20px;
}
.post-content ,.post-details{
    background: #fff;
    border-radius: 20px;
    padding: 32px;
    box-shadow: 0 3px 5px 0 rgba(170,179,217,.1);

}
.post-details{
    margin-bottom: 16px;
    border-radius: 20px;
    min-height: 453px;
    position: relative;
}
.call-btn {
    position: relative;
    width: 100%;
    bottom: -50px;
}
.call-btn i {
    font-size: 20px;
    margin-left: 10px;
}
.post-content p {
    line-height: 32px;
    text-align: justify;
    direction: rtl;
}
.post-content img{
    margin: 16px 0 16px 0;
}
.post-banner img{
    padding: 0;
}
.post-modal-btn{
    border: 1px solid #fff;
    color: #fff;
    background: #2e3192;
    text-align: center;
    margin-top: 32px;
    padding: 10px 10px 10px 10px;
    display: block;
    width: 30%;
    margin-right: 16px;
    float: right;
}
#SafedesignModal{
    direction: rtl;
}
#SafedesignModal .modal-footer img{
    width: 100px;
    cursor: pointer;
}
#SafedesignModal .modal-footer ul{
    padding: 0;
    list-style: none;
    display: flex;
    width: 100%;
    justify-content: center;
}
#SafedesignModal .modal-footer ul li{
    margin-right: 16px;
}
#SafedesignModal .modal-footer ul li:first-child{
    margin-right: 0;
}
.post-sidebar-box{
    background: #fff;
    padding: 32px;
    direction: rtl;
    box-shadow: 0 3px 5px 0 rgba(170,179,217,.1);
    margin-bottom: 16px;
    border-radius: 20px;
    text-align: right;
}
.post-sidebar-box span{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
    display: block;
    position: relative;
}

.post-sidebar-box ul{
    list-style: none;
    padding: 0;
}
.post-sidebar-box ul li{
    margin-bottom: 16px;
}
.post-sidebar-box ul li a{
    color: #a1a1a1;
}
.sidebar.sticky-top{
    top: 16px !important;
}
.Related-articles {
    margin: 32px auto;
}
.accordion-header {
    margin: auto !important;
}
.accordion-item.faq-item {
    margin-bottom: 32px;
    border-radius: 10px;
}
.accordion-button{
    border-radius: 10px !important;
}
.accordion-button::after {
    margin-left: 0;
    margin-right: auto;
}
.Related-articles h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 32px;
    text-align: center;
    direction: rtl;
}
.Related-articles .item{
    background: #fff;
    border-radius: 20px;
    margin-bottom: 32px;
    box-shadow: 0 3px 5px 0 rgba(170,179,217,.1);
    height: 450px;
    overflow: hidden;
}
.Related-articles .item img{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.Related-articles a{
    color: #5E5E5E;
}

.Related-articles .item .Related-articles-details{
padding: 32px;

}
.Related-articles .item .Related-articles-details span{
    font-size: 15px;
    margin-bottom: 16px;
    display: block;
    text-align: right;
    font-weight: 600;
}
.Related-articles .item .Related-articles-details p{
    line-height: 32px;
    text-align: justify;
    direction: rtl;
}
@media (max-width: 768px) {
    .post-header {
        margin-top: 100px;
    }
    .post-header h1 {
        font-size: 20px;
    }
    .post-details {
        min-height: 250px;
        margin-top: 32px;
        z-index: 1;
    }
    .about-post .sidebar{
        display: none;
    }
}