@font-face {
    font-family: sans;
    src: url("sans.woff2") format("woff");
}
@media only screen and (max-width: 520px) {
    .table-data{
        margin-right: 35px !important;
    }
}
@media only screen and (max-width: 992px) {
    .calender-box{
        display: block !important;
    }
    .clender-cont{
        display: none;
    }
}
.content{
    direction: rtl;
    font-family: sans !important;
    padding: 0 !important;
}
.title{
    text-align: right;
    margin: 17px;
    font-size: 1.8rem;
    width: 65%;
    float: right;
}
.title-box{width: 100%;
    height: 70px;
    box-shadow: 0 0px 5px 0 rgba(0,0,0,.11), 0 5px 15px 0 rgba(0,0,0,.08);
    position: relative;
}
.calender-box{
    height: 70px;
    box-shadow: 0 0px 5px 0 rgba(0,0,0,.11), 0 5px 15px 0 rgba(0,0,0,.08);
    position: relative;
    margin-top: 5px;
    padding: 20px;
    display: none;
}
.clender-cont-s{
    width: 100%;
}
.bank-logo{
    float: right;
    width: 70px;
    margin: 10px;
    border-left: 1px solid #0000004a;
}
.bank-logo img{
    width: 50px;
    float: right;
}
.bank-logo:after{
    content:"";
    width: 1px;
    height: 100%;
    background-color: black
}
.clender-cont{
    width: 20%;
    float: left;
    position: relative;
    padding: 20px;
}
.lastupdate-icon{
    float: right;
    width: 20px;
}
.lastupdate-text{
    float: right;
    font-size: 0.6rem;
    font-weight: 700;
    margin: 5px;
}
.lastupdate-text-answer{
    font-size: 0.6rem;
    font-weight: 700;
    min-width: 60px;
    margin: 5px -20px 0 0;
    float: right;
}
.main-text{
    box-shadow: 0 0px 5px 0 rgba(0,0,0,.11), 0 5px 15px 0 rgba(0,0,0,.08);
    margin-top: 30px;
    padding: 30px;
    text-align: justify;
    font-size: 15px;
    line-height: 2;
}
.main-text ul{
    margin: 50px 35px 20px 0;
}
.information-table{
    width: 100%;
    border: 1px solid #00000017;
    padding: 20px;
    font-size: 0.8rem;
    margin-top: 50px;
}
.g-column{
    width: 100%;
    background-color: #eee;
    padding: 10px;
}
.data-table-cont{
    width: 75%;
    float: left;
}
.title-table-cont{
    width: 25%;
    float: right;
}
.table-title{
    float: right;
    margin: 0 !important;
    min-width: 90px;
}
.table-data{
    float: right;
}
.table-data-ul{
    width: 60%;
    padding:0;
}
.w-column{
    width: 100%;
    background-color: white;
    padding: 10px;
}
.relatet-post{
    width: 100%;
    box-shadow: 0 0px 5px 0 rgba(0,0,0,.11), 0 5px 15px 0 rgba(0,0,0,.08);
    margin-bottom: 20px;
    padding: 20px;
    margin-top: 30px;
}
.relatet-post-into{
    width: 125px;
    position: relative;
    float: left;
    margin-left: 50px;
}
.relatet-post-into img{
    width: 125px;
    height: 125px;

}
.related-link{
    text-align: center;
    display: flex;
    justify-content: center;
    /* color: black; */
    font-weight: 700;
    font-size: 18px;
}
.information-table:nth-child(odd) {
  background-color:white !important;
}