.gap {
    float: left;
    padding: 50px 0;
    position: relative;
    width: 100%;
    font-family: var(--bs-body-font-family-urdu);
    direction: rtl;
}

.no-gap,
.gap.no-gap {
    padding: 0;
}

.featured-area-wrap {
    float: left;
    position: relative;
    width: 100%;
}

.featured-item {
    float: left;
    position: relative;
    z-index: 1;
    width: 100%;
    background-image: url("../bg-18.webp");
    background-size: cover;
    background-position: center;
    padding: 150px 0px;
    height: calc(100vh - 30px);
}

.featured-cap {
    display: inline-block;
    max-width: 50%;
    padding: 20px 0 60px 0;
    position: absolute;
    right: 200px;
    top: 30px;
}

.featured-cap>img {
    width: auto !important;
    display: inline-block !important;
}

.featured-cap>span {
    color: var(--suno-white);
    display: block;
    font-size: 22px;
    font-weight: 300;
}

.featured-cap span {
    font-size: 18px;
    font-weight: 300;
}

.featured-cap .before-imge {
    width: auto !important;
}

.featured-cap>h3 {
    color: var(--suno-white);
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 400;
    font-family: var(--bs-body-font-family-urdu);
    line-height: 28px;
    direction: ltr;
}

.prayer-timings {
    float: none;
    width: 70%;
    margin: 20px auto;
}

.home_top_txt {
    color: var(--suno-yellow);
    display: inline-block;
    width: 100%;
}

.featured-cap .home_top_txt span {
    font-size: 30px;
}

.home_top_date {
    display: inline-block;
    width: 100%;
    margin: 15px 0px 10px 0;
}

body .featured-cap .home_top_date span {
    background: var(--suno-white);
    padding: 2px 15px;
    border-radius: 5px;
    line-height: 26px;
    display: inline-block;
    font-size: 16px;
}

.prayer-timings>table {
    float: left;
    width: 100%;
}

.prayer-timings>table th {
    font-family: var(--bs-body-font-family-urdu);
    color: var(--suno-yellow);
    font-size: 24px;
}

.prayer-timings>table th span {
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.prayer-timings>table th span:before {
    content: "";
    width: 130px;
    height: 9px;
    background-image: url("../shape.webp");
    position: absolute;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.prayer-timings>table td {
    font-size: 17px;
    font-weight: 500;
    color: var(--suno-white);
    padding: 6px;
    direction: ltr;
}

.prayer-timings>table td a {
    color: var(--suno-white);
}

td a.home_city_list:hover {
    color: var(--suno-yellow);
}

.theme-clr {
    color: var(--suno-yellow);
}

.theme-clr-blue {
    color: var(--suno-blue);
}

.theme-clr1 {
    color: var(--suno-blue);
}

.rc_view a {
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: normal;
}

.theme-btn {
    display: inline-block;
    font-family: 'Ali Nastaliq';
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    padding: 5px 15px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.brd-rd5 {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.theme-bg {
    background: var(--suno-blue-grad);
}
.theme-btn:before,
.theme-btn:after {
    -webkit-transition: all 600ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -moz-transition: all 600ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -o-transition: all 600ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    transition: all 600ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -webkit-transition-timing-function:
        cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    transition-timing-function:
        cubic-bezier(0.770, 0.000, 0.175, 1.000);
}
.active-city {
    background: var(--suno-orange-grad); 
    color: var(--suno-white) !important;
    font-weight: 600;
}
.theme-btn:before,
.theme-btn:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10%;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    background-color: #000;
}

.theme-btn::before {
    left: 0;
}

.theme-btn::after {
    right: 0;
}

.theme-btn:hover,
.theme-btn:focus {
    color: var(--suno-white);
}

.theme-btn.theme-bg:before,
.theme-btn.theme-bg:after {
    background: var(--suno-orange-grad);
}

.theme-btn.theme-bg:before,
.theme-btn.theme-bg:after {
    background: var(--suno-orange-grad);
}

.theme-btn:hover:before,
.theme-btn:focus:before,
.theme-btn:hover:after,
.theme-btn:focus:after {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.black-layer:before,
.black-layer2:before,
.blue-layer:before,
.black-layer4:before,
.white-layer:before,
.gray-layer:before,
.gray-layer2:before,
.grd-lyr:before,
.theme-bg-layer:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.opc5:before {
    opacity: .5;
}

.white-layer:before {
    background-color: var(--suno-white);
}

.black-layer:before {
    background-color: #000000;
}

.opc75:before {
    opacity: 0.75;
}

.pg-tp-wrp {
    float: left;
    width: 100%;
    padding-top: 110px;
}

.pg-tp-inr {
    display: inline-block;
}

.white-layer.qa-bg-color:before {
    background: var(--suno-green-grad);
}

.fixed-bg,
.fixed-bg2 {
    background-position: center;
    height: 100%;
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
}

.fixed-bg {
    background-image: url("../qa-bg.webp");
    background-attachment: fixed;
    background-size: cover;
}

.fixed-bg.fixed-bg-not {
    background-attachment: inherit;
}

.sec-tl {
    float: left;
    margin-bottom: 55px;
    width: 100%;
}

.sec-tl>h2 {
    margin-bottom: 0;
}

.sec-tl>span {
    display: inline-block;
    font-family: var(--bs-body-font-family-urdu);
    font-size: 20px;
}

.sec-tl>span {
    padding-bottom: 5px;
}

.remove-ext,
.remove-ext2,
.remove-ext3,
.remove-ext4,
.remove-ext5,
.remove-ext6,
.remove-ext7,
.remove-ext8,
.remove-ext9,
.remove-ext10,
.remove-ext11,
.remove-ext12,
.remove-ext13,
.remove-ext14,
.remove-ext15 {
    float: left;
    margin-bottom: -20px;
    width: 100%;
}

.remove-ext3 {
    margin-bottom: -30px;
}

.ramadan_caledar_heading {
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
}

.ramadan_p {
    color: #555;
    line-height: 28px;
    font-size: 16px;
    text-align: justify;
    direction: ltr;
}

.sh_time {
    margin-top: 30px;
    text-align: center;
}

.sh_time tr:nth-child(odd) {
    background: var(--suno-lg-gray);
}

.sh_time.table>:not(caption)>*>* {
    background-color: transparent;
    box-shadow: unset;
}

.sh_time tr.past-roza {
    background: var(--suno-lg-gray);
}

.sh_time tr.today-roza {
    background: var(--suno-green-grad) !important;
    font-weight: 600;
    color: var(--suno-white) !important;
}

.sh_time tr.future-roza {
    background: var(--suno-white); 
}
.fiqa_heading th {
    border: 0;
    background: var(--suno-blue-grad) !important;
    text-align: center;
    color: var(--suno-white);
}

.sh_time th {
    border: 1px solid #dee2e6;
    background: var(--suno-orange-grad);
    color: var(--suno-white);
    width: auto;
}

.event-bx {
    text-align: right;
    float: left;
    position: relative;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    -webkit-box-shadow: 0 0 70px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 0 70px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 0 70px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 70px rgba(0, 0, 0, 0.05);
}

.event-bx:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--suno-white);
    z-index: -1;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    border-right: 5px solid var(--suno-blue);
    border-radius: 10px;
}

.event-bx:hover:before {
    background-color: rgba(0, 0, 0, .5);
}

.event-bx:hover>h5 a {
    color: var(--suno-white);
}

.remove-ext3 .event-bx {
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
    width: 100%;
}

.event-bx>span {
    position: relative;
    left: 0;
    font-weight: 700;
    font-size: 32px;
    line-height: initial;
    text-align: center;
    border-radius: 0 10px 10px 0;
    background: var(--suno-blue);
    width: max-content;
    height: 100%;
    padding: 0 20px;
    color: var(--suno-white);
    display: inline-block;
}


.event-bx>span i {
    font-family: var(--bs-body-font-family-urdu);
    font-style: normal;
    font-size: 18px;
    display: block;
}

.event-bx>h5 {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 28px;
    padding: 0 25px;
}

.remove-ext5 {
    margin-bottom: -40px;
}

.cause-bx {
    float: left;
    width: 100%;
    overflow: hidden;
    -webkit-box-shadow: 0 0 70px rgba(0, 0, 0, .05);
    -ms-box-shadow: 0 0 70px rgba(0, 0, 0, .05);
    -o-box-shadow: 0 0 70px rgba(0, 0, 0, .05);
    box-shadow: 0 0 70px rgba(0, 0, 0, .05);
    border: 1px solid var(--suno-yellow);
    border-radius: 10px;
}

.remove-ext5 .cause-bx {
    margin-bottom: 40px;
}

.cause-thmb {
    float: left;
    width: 100%;
}

.cause-thmb .sn_parti_img {
    border-radius: 10px 10px 0 0;
    height: auto;
}

.cause-thmb .sn_parti_img img {
    border-radius: 10px 10px 0 0;
}

.cause-thmb>a {
    float: left;
    width: 100%;
}

.cause-thmb img {
    width: 100%;
    height: 235px;
}

.cause-inf {
    float: left;
    width: 100%;
    padding: 25px;
}

.cause-inf>h5 {
    margin-bottom: 10px;
}
.cause-inf a:hover,
.sec_heading a:hover{
    color: var(--suno-blue) !important;
}
.pst-mta {
    padding-left: 0;
    list-style: none;
    margin-bottom: 5px;
    display: inline-block;
}
.pst-mta svg {
    fill: var(--suno-blue);
}

.cause-inf .pst-mta {
    margin-bottom: 0;
}

.cause-inf>p {
    margin: 10px 0 0;
    line-height: 35px;
    font-size: 20px;
}
.post-bx {
    float: left;
    width: 100%;
    -webkit-box-shadow: 0 0 70px rgba(0, 0, 0, .05);
    -ms-box-shadow: 0 0 70px rgba(0,0,0,.05);
    -o-box-shadow: 0 0 70px rgba(0,0,0,.05);
    box-shadow: 0 0 70px rgba(0, 0, 0, .05);
    overflow: hidden;
}
.post-bx.lst {
    display: table;
    overflow: hidden;
}
.post-thmb {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.post-bx.lst > * {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    float: none;
}
.post-bx.lst .post-thmb {
    width: 300px;
}
.post-thmb > a {
    float: left;
    width: 100%;
}
.post-thmb img {
    width: 100%;
}
.post-inf {
    float: left;
    width: 100%;
    padding: 25px 30px 30px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
.post-bx .post-inf {
    background: #fff;
}
.post-bx.lst .post-inf {
    padding: 15px 25px;
}
.post-inf > h5 {
    font-size: 21px;
}
.post-inf > p {
    line-height: 25px;
    margin-bottom: 0;
    font-size: 14px;
}
@media (max-width: 1370px) {
    .featured-cap {
        display: inline-block;
        max-width: 65%;
        padding: 0 0 60px 0;
        right: 50px;
    }

    .featured-item {
        height: calc(112vh - 30px);
    }
}

@media (max-width: 1200px) {
    .featured-cap {
        left: 20px;
    }

    .featured-item {
        height: 710px;
    }
}

@media (max-width: 980px) {
    .featured-cap {
        max-width: 60%;
        right: 100px;
        top: 10px;
    }

    .prayer-timings {
        width: 70%;
        margin: 20px auto;
    }
}

@media (max-width: 767px) {
    .featured-item {
        padding: 75px 0px;
    }

    .featured-cap {
        max-width: 85%;
        padding: 20px 0 60px 0;
    }

    .featured-cap>img {
        display: inline-block !important;
    }

    .featured-cap h3 {
        font-size: 22px;
        line-height: 34px;
    }

    .featured-cap span {
        font-size: 16px;
        font-weight: 300;
    }

    .event-bx>h5 {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .featured-item {
        height: 590px;
    }

    .featured-cap {
        max-width: 100%;
        padding: 10px 0 60px 0;
        right: 0;
        left: 0;
    }

    .home_top_date {
        margin: 10px 0px 10px 0;
    }

    .prayer_time .prayer-timings>table {
        overflow-x: auto;
        display: block;
        width: fit-content;
        max-width: 100%;
    }

    .prayer_time .prayer-timings>table td {
        white-space: nowrap;
    }

    .featured-cap h3 {
        font-size: 14px;
        line-height: 22px;
    }

    .event-bx>h5 {
        font-size: 18px;
    }
}