body{
    background: #f2f2f2;
}
a{
    text-decoration: none;
}
.post-header{
position: relative;
  top: 160px;
}
.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: #000;
    padding: 8px;
}
.post-header .post-details .call-btn a.btn{
    position: absolute;
    bottom: -170px;
}
.post-rate span{
    font-size: 20px !important;
}
.about-post{
    padding-top: 32px;
    line-height: 32px;
    padding-bottom: 32px;
	margin-top: 140px;
}
.post-thumbnail img{
    border-radius: 4px;
}
.about-post h2,.about-post h3,.about-post h4,.about-post h5,.about-post h6{
    font-size: 20px;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 16px;
    margin-bottom: 16px;
    margin-top: 16px;
    font-weight: 700;
}

.post-content ,.post-details{
    background: #fff;
    border-radius: 4px;
    padding: 32px;
    box-shadow: 0 3px 5px 0 rgba(170,179,217,.1);
    direction: rtl;
    text-align: justify;
}
.post-details{
    margin-bottom: 16px;
    border-radius: 4px;
    min-height: 494px;
    position: relative;
}
.post-information {
    padding-right: 15px;
    list-style: none;
    line-height: 52px;
    font-size: 14px;
}
.post-information li a{
    background: none !important;
    display: initial !important;
}
.call-btn {
    position: relative;
    width: 100%;
    bottom: -50px;
}
.call-btn i {
    font-size: 20px;

}
.call-btn .bi-telephone-fill::before {
    content: "\f5b4";
    margin-right: 60px;
    vertical-align: middle;
    background: #ECCF39EB;
    padding: 10px;
    border-radius: 50%;
}
.post-content p {
    line-height: 32px;
    text-align: justify;
    direction: rtl;
}
.post-content img{
    margin: 16px 0 16px 0;
    width: 100% ;
  border-radius: 4px;
}
.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: 4px;
    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: 4px;
}
.accordion-button{
    border-radius: 4px !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: 4px;
    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: 4px;
    border-top-right-radius: 4px;
}
.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;
    }
}