body {
    margin: 0;
    font-family: Roboto;
}
a{
    text-decoration: none;
    color: #000000;
}
.bg-white {
    background-color: white;
}
.title-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    width: 100%;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    padding-top: 0px;
    padding-bottom: 0px;
    font-weight: bold;
font-size: 20px;
line-height: 34px;
position: fixed;
    top: 0;
    background-color: white;

}
.title-box img {
    max-width:30px;
    padding:10px;
}
.m-top-head{
    margin-top: 60px;

}
.heading-main{
    text-align: center;
    letter-spacing: 0.24px;
    text-transform: capitalize;
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 50px;
}
.category-box{
    padding: 15px 10px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}
.category-box img{
    margin-top: 3px;

}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
.font {
    font-family: Roboto;
    font-style: normal;
    letter-spacing: 0.24px;
}
.f-md{
    font-size:16px;
    font-weight: normal;
    line-height: 27px;
}
.pad-md {
    padding: 20px;
}

.d-flex {
    display: flex;
}

.h-text {
    font-weight: bold;
    font-size: 20px;
    line-height: 34px;
}

.m-left {
    margin-left: 10px;
}

.quote-box {
    background: #F5F5F5;
    border-radius: 5px;
    padding: 7px 20px;
}

.text {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px
}

.reference {
    font-weight: normal;
    font-size: 11px;
    line-height: 17px;
    text-align: right;
}

.m-bottom {
    margin-bottom: 10px;
}
.m-bottom-md{
    margin-bottom: 15px !important;
}
.m-top {
    margin-top: 10px;
}
.m-right{
    margin-right: 10px;
}
.listbox div>img {
    margin-right: 10px;
    margin-top: 2px;

}
.tawaf-img, .tawaf-img-2{
    width:60%;
    margin-top:20px;
    margin-bottom: 20px;
}
.tawaf-img-2{
    width:80%;
}
.listbox {
    margin-bottom: 15px;
    display: flex;

}
.logo{
    width: 64px;
    height: 25px;
    align-self: flex-end;
}
.logobox{
    display:flex;
    flex-direction:column;
    
}
.text-arabic {
    text-align: center;
    font-size: 22px;
    line-height: 34px;
}
.center-img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

.text-center {
    text-align: center;
}

.next {
    min-width: 111px;
    background: #1B5AA5;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 15px;
    color: #FFFFFF;
    float: right;
    text-decoration: none;
    text-align: center;
    margin: 15px 20px 15px 5px;
}

.previous {
    font-size: 16px;
    line-height: 15px;
    color: #1B5AA5;
    float: left;
    text-decoration: none;
    text-align: center;
    margin: 24px 5px 24px 20px;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 64px;
    background-color: white;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);

}

.lastitem {
    margin-bottom: 100px;
}

.short-ref {
    font-weight: normal;
    font-size: 11px;
    line-height: 17px;
    float: right;
    background: #F5F5F5;
    border-radius: 5px;
    padding: 10px;
}
.m-b-0{
    margin-bottom: 0;
}
.m-t-0{
    margin-top: 0;
}
.shadow-none {
    box-shadow: none;
}
.share-btn {
    width: 25px;
}