@font-face {
    font-family: jameelnoori;
    src: url('./fonts/jameelnoori.woff');
    font-display: swap;
}
/* @font-face {
    font-family: almajeed_quranic;
    src: url('./fonts/almajeed_quranic.ttf');
    font-display: swap;
} */

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
body {
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font: 16px/20px "jameelnoori" !important;
    color: #404040;
    padding: 0 !important;
    margin: 0 !important;
    scroll-behavior: smooth;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    color: #182d41;
    font-weight: 700;
    font-family: "jameelnoori", serif;
}
a{
    text-decoration: unset;
    outline: unset;
}
a img,
iframe {
	border: none;
}
html,body,div,span,applet,object,iframe,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
/* For container style */
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        min-width: 1200px;
    }
}
.gap {
    padding: 100px 0;
    position: relative;
    width: 100%;
}
.english {
    font-family: sans-serif;
    direction: ltr;
}

:root{
    --theme-clr: #0C6E52;
    --secondry-clr: #FF9822;
}
.theme-clr{
    color: var(--theme-clr);
}
.secondryclr {
    color: var(--secondry-clr) !important;
}
.theme-bg{
    background-color: var(--theme-clr);
}
.theme-btn {
    display: inline-block;
    font-family: jameelnoori;
    font-weight: 500;
    font-size: 32px;
    padding: 12px 20px 12px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 5px;
    text-decoration: none;
    outline: none;
    line-height: 32px;
}
.theme-btn:hover{
    background: var(--theme-clr);
}
.theme-btnbg {
    background: linear-gradient(90deg, #2A9B70 0%, #569E9A 49%, #559E99 50%, #2A9B70 100%);
}
.pattern_bg {
    background-attachment: fixed;
    background-image: url(../images/pattern_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.headline{
    color: #308471;
    font-weight: 700;
    font-family: "jameelnoori";
    font-size: 54px;
}
.subhead {
    display: inline-block;
    font-family: jameelnoori;
    font-size: 25px;
    padding-bottom: 10px;
    font-weight: 600;
    display: none;
}
.brd-rd5 {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.no-gap, .gap.no-gap {
    padding: 0;
}
/* .arabic {
    font-family: almajeed_quranic;
    font-weight: 700;
} */
section{
    position: relative;
}
img.vector-bg-service {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.35;
}
img.vector-bg-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.4;
}
.opc7::before{
    opacity: .7;
}
.white-layer:before {
    background-color: #ffffff;
}
.opc8:before {
    opacity: .8;
}
.black-layer:before {
    background-color: #000000;
}
.fixed-bg {
    background-attachment: fixed;
    background-size: cover;
}
.fixed-bg, .fixed-bg2 {
    background-position: center;
    height: 100%;
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.pg-tp-inr h1 {
    font-size: 48px;
    margin-bottom: 0;
}
.breadcrumb {
    border: 0;
    padding: 15px 0 0;
    margin: 15px 0 0;
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    position: relative;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
    float: right;
    padding: 0 0 0 5px;
}
.breadcrumb-item.active{
    color: var(--secondry-clr);
}
.breadcrumb li a{
    color: #fff;
}
.breadcrumb li a:hover{
    color: #ccc;
}
.breadcrumb li {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    font-family: jameelnoori;
    padding: 0 !important;
}
.breadcrumb:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 60px;
    margin-left: -30px;
    height: 2px;
    background-color: var(--secondry-clr);
}
.black-layer h1,
.pg-tp-inr h1 {
    color: #fff;
    position: relative;
}
.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%;
}
.inner-heading{
    margin-top: 10px;
    color: #000;
    font-size: 36px;
    line-height: 48px;
    font-weight: 400;
}
.content_para p {
    font-size: 25px;
    color: #000000de;
    text-align: justify;
    font-weight: 300;
    padding: 0px 0 0;
    line-height: 38px;
    margin-bottom: 15px;
}
.innerpage_top {
    background-color: var(--theme-clr);
    background-image: url(../images/green-pattern.png);
    background-size: cover;
    background-repeat: no-repeat;
}

/* TopBar */
.topbar {
    padding: 8px 0;
    width: 100%;
    background-image: url(../images/topbarimg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.topbar .leftside {
    margin: 0 auto 0 0;
    display: flex;
    align-items: center;
}
.topbar .scl1 > span {
    color: #000;
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
    line-height: 20px;
}
.topbar .scl1 > a {
    color: #fff;
    margin: 0 5px;
    font-weight: 600;
}
.topbar .scl1 > a:hover {
    transform: scale(0.95);
}

@keyframes top {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(15px);
    }
    100% {
        transform: translateY(0px);
    }
}
@keyframes top-bottom {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    60% {
        -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px);
    }
}
.topbar ul.tp-lnks {
    list-style: none;
    margin-bottom: 0;
    display: flex;
}
.topbar ul.tp-lnks > li {
    font-size: 14px;
    margin-right: 10px;
    position: relative;
    color: #fff;
}
.topbar ul.tp-lnks > li a{
    color: #fff;
    font-weight: 600;
}
.topbar .form-search {
    position: relative;
}
.topbar .form-search .icon-search {
    position: absolute;
    top: 11px;
    left: 10px;
    font-size: 14px;
    opacity: 0.7;
}
.topbar .form-search .btn-search {
    position: absolute;
    top: 3px;
    right: 5px;
    padding: 2px 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: var(--secondry-clr);
    color: #fff;
    border-color: #ebedef;
}
.topbar .form-search .btn-search:hover{
    background: var(--theme-clr);
}
.topbar .form-search .form-control {
    text-align: left;
    padding: 5px 0 5px 20px;
    border-radius: 50px;
    border: 1px solid #D2D2D2;
}
.topbar div .line {
    width: 2px;
    height: 25px;
    background: #fff;
    opacity: 0.5;
    display: flex;
    margin: 0px 10px 0 5px;
    align-items: center;
}
/* Middle Section Header */
header .middle {
    padding: 15px 0 0px;
}
header .middle .logoarea img {
    width: 150px;
}
/* Top Navigation */
.topnavigation {
    background-color: #fff;
    position: relative;
    z-index: 222;
    border-bottom: 1px solid #E5E5E5;
    background-image: url(../images/topnavigation_bg.png);
    background-size: cover;
}
.topnavigation .navbar {
    padding: 35px 0 25px;
}
.topnavigation .navbar-toggler {
    padding: 10px 10px 5px;
    border-color: #ccc;
    box-shadow: none;
}
.topnavigation .navbar-toggler span {
    height: 2px;
    width: 24px;
    display: block;
    color: #222;
    background: #222;
    margin: 0 0 5px;
}
.topnavigation .logo > a {
    padding: 15px 0 15px 0;
    display: inline-block;
}
.topnavigation nav li a {
    font-size: 21px;
    width: auto;
    color: #000;
    margin: 0 15px 0 10px;
    position: relative;
    font-weight: 700;
    font-family: "jameelnoori";
}
.topnavigation nav li a.firstitem {
    margin-right: 0;
}
.topnavigation nav li a:focus{
    color: #222;
}
.topbar ul.tp-lnks > li a:hover,
.topnavigation nav li a:hover{
    opacity: 0.9;
}
/*===== DropDown =====*/
.topnavigation nav ul ul {
    position: absolute;
    right: 10px;
    top: 33px;
    background-color: #fff;
    width: 250px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(.4);
    -ms-transform: scale(.4);
    -o-transform: scale(.4);
    transform: scale(.4);
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,.1);
    -ms-box-shadow: 0 0 40px rgba(0,0,0,.1);
    -o-box-shadow: 0 0 40px rgba(0,0,0,.1);
    box-shadow: 0 0 40px rgba(0,0,0,.1);
    z-index: 111;
}
.topnavigation nav ul li.menu-item-has-children.firstitem:hover > ul::before {
    content: "";
    position: absolute;
    right: 8px;
    top: -10px;
    border: 4px solid transparent;
    border-right: 4px solid #444;
    transform: rotateZ(90deg);
}

.topnavigation nav ul ul li {
    width: 100%;
}
.topnavigation nav ul ul li a {
    padding: 12px 13px;
    width: 100%;
    display: inline-block;
    color: var(--theme-clr);
    font-size: 18px;
    margin: 0;
    border-bottom: 1px solid;
}
.topnavigation nav ul ul li.darsnezami .arbi_urdu {
    display: flex;
    width: 100%;
}
.topnavigation nav ul ul li.darsnezami a {
    padding: 8px 13px;
    margin: 0 15px;
    border-style: dashed;
    text-align: center;
}
.topnavigation nav ul ul li a:hover{
    color: #182d41;
}
.topnavigation nav ul > li.menu-item-has-children:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.topnavigation nav li.menu-item-has-children {
    padding-left: 15px;
    position: relative;
}
.submenu li > div a {
    display: inline-block;
    padding: 5px 0;
    color: #333;
    text-decoration: none;
  }
  .submenu li > div a:hover {
    color: #007bff;
  }
  
/* Style for submenu inside dropdown */
.topnavigation nav ul ul ul {
    top: 0;
    right: 100%;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.4);
    position: absolute;
    background-color: #fff;
    width: 250px;
    box-shadow: 0 0 40px rgba(0, 0, 0, .1);
    z-index: 111;
    transition: all 0.3s ease;
}

/* Show submenu on hover */
.topnavigation nav ul ul li.menu-item-has-children:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

/* Optional: Adjust nested arrow position */
.topnavigation nav ul ul li.menu-item-has-children > i {
    position: absolute;
    right: auto;
    left: 5px;
    top: 10px;
    font-size: 16px;
    color: #444;
    line-height: 33px;
}
.topnavigation .navbar .navbar-brand img {
    width: 90px;
    position: absolute;
    top: 0;
    margin: 0 0px 0 0px;
}
.topnavigation .navbar .navbar-brand {
    margin: 0;
}
.topnavigation nav ul li.menu-item-has-children i {
    left: 5px;
    font-size: 16px;
    color: #444;
    top: 0;
    line-height: 33px;
}
.topnavigation .navbar-collapse {
    margin: 0 200px 0 0;
}
.topnavigation .theme-btn {
    font-size: 20px;
    color: #fff !important;
    border-radius: 50px;
    margin: 0 10px 0 0 !important;
    padding: 10px 30px 10px;
}
.topnavigation .form-search {
    position: relative;
}
.topnavigation .form-search .icon-search {
    position: absolute;
    top: 11px;
    left: 10px;
    font-size: 14px;
    opacity: 0.7;
}
.topnavigation .form-search .btn-search {
    position: absolute;
    top: 3px;
    right: 5px;
    padding: 2px 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--bs-border-radius-sm);
    background: var(--secondry-clr);
    color: #fff;
    border-color: #ebedef;
}
.topnavigation .form-search .btn-search:hover{
    background: var(--theme-clr);
}
.topnavigation .form-search .form-control {
    text-align: left;
    padding: 5px 0 5px 20px;
}
.sticky-on {
    top: 0;
    width: 100%;
    z-index: 999;
    padding: 0;
    position: fixed;
    animation: slideDown 0.35s ease-out;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: 0px 4px 4px 0px #00000040;
    box-shadow: 0px 4px 4px 0px #00000040;
}
@-webkit-keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
}
@keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
}
.sticky-on .topnavigation .navbar .navbar-brand img {
    top: 0;
    width: 65px;
    margin: 0;
}
.sticky-on  .topnavigation .navbar-collapse {
    margin: 0 150px 0 0;
}
.sticky-on .topnavigation .navbar {
    padding: 20px 0 15px;
}
.sticky-on .topnavigation .theme-btn {
    margin: 0 25px 0 0 !important;
}
/* TopBanner Slider Section */
.topbanner.pattern_bg{
    width: 100%;
    background-image: url(../images/topbanner_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: unset;
}
.topbanner .featured-item {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 130px 20px 110px 20px;
}
/* .topbanner .featured-item:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: .65;
} */
.topbanner .featured-item img {
    position: relative;
    margin: 0 auto;
    display: block;
}
.topbanner .featured-cap {
    display: block;
    padding: 0;
    margin: 0 auto;
    text-align: right;
}
.topbanner .featured-cap h1 {
    color: var(--secondry-clr);
    font-weight: 400;
    font-family: jameelnoori;
    margin: 0px 0 20px;
    opacity: 1;
    font-size: 80px;
    line-height: 100px;
}
.topbanner .featured-cap h1 span {
    color: var(--theme-clr);
    display: block;
}
.topbanner .featured-cap .firstimg {
    margin: 0 0 30px;
}
.topbanner .featured-cap .title_h3 {
    color: #222;
    font-size: 50px;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: jameelnoori;
    margin-top: 10px;
    line-height: 70px;
}
.topbanner .featured-cap .theme-btn{
    color: #f5f5f5;

}

/* AboutUs Section */
.common.tabs {
    padding: 15px 15px 20px;
    border: 1px solid #DDDDDD;
    border-radius: 16px;
    -webkit-box-shadow: 0px 4px 4px 0px #00000040;
    box-shadow: 0px 4px 4px 0px #00000040;
}
.common.tabs .nav-pills {
    padding: 0;
    margin: 0 !important;
}
.common.tabs li {
    background: linear-gradient(90deg, #2A9B70 0%, #569E9A 49%, #559E99 50%, #2A9B70 100%);
    margin-bottom: 10px;
    cursor: pointer;
    text-align: center;
    width: 100%;
    -webkit-border-radius: 3px;
    border-radius: 12px;
}
.common.tabs a.nav-link {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    padding: 15px 13px;
    border: 1px solid #C0C0C0;
    border-radius: 12px;
}
.common.tabs a.nav-link.active {
    background-color: #fff !important;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    border: 1px solid #2A9B70;
}
.common.tabs a.nav-link.active {
    color: #000;
}
.common.tabs .tab-content > .tab-pane {
    background: #3ab94f33;
    border-radius: 12px;
    min-height: 372px;
    padding: 20px 25px;
}
/* .common.tabs .tab-content > .tab-pane.active{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
} */
.common.tabs .tab-content h3 {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
}
.common.tabs p {
    font-size: 21px;
    line-height: 35px;
    font-weight: 400;
    display: inline;
}
.common.tabs .custom p{
    display: block;
}
.common.tabs .theme-btn {
    font-size: 20px;
    color: #fff !important;
    border-radius: 10px;
    margin: 5px 5px 0 0 !important;
    padding: 0px 15px 1px;
    display: inline;
}
.aboutus .abt_tases .content p {
    font-size: 26px;
    text-align: center;
    color: #000;
    line-height: 36px;
}
.aboutus .abt_tases .content p {
    font-size: 26px;
    text-align: center;
    color: #000;
    line-height: 36px;
}
.aboutus .abt_branch {
    background: #fff;
    padding: 13px 10px 13px;
    position: relative;
    border: 1px solid #ededed;
    width: 100%;
    border-radius: 12px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    border: 0px solid #C0C0C0;
    margin-bottom: 15px;
    border: 1px solid #C0C0C0;
}
.aboutus .abt_branch .abt_bx {
    display: flex;
    align-items: center;
}
.aboutus .abt_branch .abt_bx .iconside img {
    padding: 5px 0 0;
}
.aboutus .abt_branch .abt_bx .contentside {
    margin-right: 10px;
}
.aboutus .abt_branch .abt_bx .course_title {
    font-size: 26px;
    text-align: start;
    color: #000;
    line-height: 36px;
    margin: 0;
    font-weight: 600;
}
.aboutus .abt_branch .abt_bx p {
    font-size: 22px;
    text-align: start;
    color: #000;
    line-height: 34px;
    margin: 0;
}
.aboutus .abt_branch .abt_bx p a {
    margin-right: 5px;
    font-size: 18px;
    font-weight: 600;
}
.aboutus .abt_branch .abt_bx p a:hover {
    color: var(--secondry-clr);
}
.aboutus .img_box {
    padding: 15px 15px;
    background: var(--theme-clr);
    border-radius: 32px;
    position: relative;
    max-height: 595px;
    max-width: 546px;
    margin: 0 auto;
}
.aboutus .img_box img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-height: 565px;
}
.aboutus .fav_icon {
    position: absolute;
    z-index: 11;
    top: -20px;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-color: #fff;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 2px 1px 3px 0px #00000040;
    box-shadow: 2px 1px 3px 0px #00000040;
}
.aboutus .intro_shadow {
    position: absolute;
    z-index: 11;
    bottom: -25px;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    -webkit-box-shadow: 0px 4px 4px 0px #00000040;
    box-shadow: 0px 4px 4px 0px #00000040;
    width: 440px;
    padding: 8px 15px 8px;
    font-size: 26px;
    gap: 10px;
    color: #000;
}
.aboutus .intro_shadow .icon {
    background: var(--secondry-clr);
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.aboutus .arrowdown {
    position: absolute;
    z-index: 11;
    margin-top: 10px;
}
.aboutus .abt_benefit {
    background: #CEE2DC;
    border-radius: 25px;
    margin-top: 20px;
}
.aboutus .abt_benefit .imgside {
   text-align: center;
}
.aboutus .abt_benefit .course_title {
    color: #191919;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    margin-top: 30px;
}
/* CTA Section */
.contact-us-bar {
    padding: 70px 0;
    background-image: url(../images/cta_bg.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    text-align: center
}
.contact-us-bar h4 {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
}
.contact-us-bar p {
    color: #fff;
    margin: 20px auto 0;
    font-size: 24px;
    line-height: 30px;
}
.contact-us-bar .theme-btn {
    background: #fff;
    color: #499E8D;
    padding: 8px 50px 10px;
    border-radius: 55px;
    font-size: 24px;
}
.contact-us-bar .theme-btn:hover {
    background: var(--theme-clr);
    color: #fff;
}
/* Daruliftah Section */
.daruliftah .listing-book {
    background: #3ab94f33;
    border-radius: 12px;
    height: 100%;
    padding: 20px 15px;
}
.daruliftah .listing-book .list-question a {
    font-size: 19px;
    margin: 0;
    padding: 14px 0;
    list-style: none;
    font-weight: bold;
    border-bottom: 1px solid #555;
    color: #222;
    display: flex;
    gap: 15px;
    align-items: center;
}
.daruliftah .listing-book .list-question a:hover {
    color: var(--theme-clr);
}
.daruliftah .listing-book .list-question .question_sign .fa-comment {
    position: relative;
    display: inline-block;
    margin-left: -18px;
    font-size: 27px;
}
.daruliftah .listing-book .list-question .question_sign .fa-question {
    position: relative;
    top: -5px;
    left: 5px;
    font-size: 15px;
}
.daruliftah .fatawa_box{
    padding: 15px 10px 20px;
    border: 1px solid #DDDDDD;
    border-radius: 16px;
    -webkit-box-shadow: 0px 4px 4px 0px #00000040;
    box-shadow: 0px 4px 4px 0px #00000040;
}
.daruliftah h3 {
    font-size: 18px;
    font-weight: 700;
    color: #182d41;
    font-family: serif;
}
.daruliftah .fatwabtn {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding: 7px 15px;
    border: 1px solid #C0C0C0;
    cursor: pointer;
    text-align: center;
    width: 100%;
    border-radius: 12px;
    background: linear-gradient(90deg, #2A9B70 0%, #569E9A 49%, #559E99 50%, #2A9B70 100%);
    margin: 10px 0 0;
}
.daruliftah .fatawa_box .side-menu {
    background-color: #fff;
    padding: 20px 15px 20px;
    border: 1px solid #ccc;
    border-radius: 15px;
    -webkit-box-shadow: 0px 4px 4px 0px #00000040;
    box-shadow: 0px 4px 4px 0px #00000040;
    margin-bottom: 15px;
}
.daruliftah .fatawa_box .side-menu p {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 5px;
}
.daruliftah .fatawa_box .side-menu .form-control {
    border-radius: 15px;
    border-color: var(--theme-clr);
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 18px;
}
/*.daruliftah .fatawa_box .side-menu .page-links {
    list-style: disc;
}*/
.daruliftah .fatawa_box .side-menu .faq-list.page-links > li{
    margin: 0 0 10px;
}
.daruliftah .fatawa_box .side-menu .faq-list.page-links li {
    padding: 7px 5px;
    background: transparent;
    border: 1px solid var(--theme-clr);
    border-radius: 15px;
}
.daruliftah .fatawa_box .side-menu .faq-list.page-links a {
    position: relative;
    line-height: 1;
    text-align: right;
    font-size: 20px;
    font-weight: bold;
    color: #323232;
    display: block;
    padding: 5px 10px;
}
.daruliftah .fatawa_box .side-menu .faq-list.page-links a i {
    font-size: 16px;
    position: absolute;
    top: 5px;
    left: 10px;
}
.daruliftah .fatawa_box .side-menu .faq-list.page-links a.collapsed i::before {
    content: "\2b" !important;
}
.daruliftah .fatawa_box .side-menu ul ul{
    margin: 5px 0 0;
}
.daruliftah .fatawa_box .side-menu .faq-list.page-links ul li {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid var(--theme-clr);
    margin: 0;
}
.daruliftah .fatawa_box .side-menu .faq-list.page-links ul li a{
    font-size: 15px;
}
.daruliftah .fatawa_box .side-menu .faq-list.page-links ul li:last-child{
    border: none;
}
.daruliftah .fatawa_box .side-menu .faq-list.page-links ul li:hover{
    background: var(--theme-clr);    
}
.daruliftah .fatawa_box .side-menu .faq-list.page-links ul li:hover a {
    color: #fff;
}

/*Question and answer Page*/
.daruliftah.quest_ans .fatwa-title {
    font-weight: 600;
    color: #333;
    font-size: 24px;
    margin: 30px 0 30px;
    line-height: 36px;
}
.daruliftah.quest_ans .fatwa-box {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 14px 15px;
    background: #f8f9fa;
    line-height: 1.8;
}
.daruliftah.quest_ans .fatwa-box.quest p{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}
.daruliftah.quest_ans .fatwa-card .badge.bg-success {
    background: linear-gradient(90deg, #257e5c 0%, #569E9A 49%, #559E99 50%, #257e5c 100%);
}
.daruliftah.quest_ans .fatwa-box.ans p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #333;
    margin-bottom: 10px;
}
.daruliftah.quest_ans .btn-fatwa {
    background: linear-gradient(90deg, #257e5c 0%, #569E9A 49%, #559E99 50%, #257e5c 100%);
    color: #fff;
    padding: 6px 15px;
    border-radius: 5px;
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
}
.daruliftah.quest_ans .btn-fatwa:hover {
    background: #28a77e;
    color: #fff;
}


/* OurService/ Courses Section */
.service_course .serv-wrp{
    margin: 70px auto 0;
    position: relative;
}
.service_course .serv-bx > i {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    box-shadow: 0px 0px 0px 1px #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}
.service_course.digital_lab .serv-bx:hover i {
    background: #004e38;
}
.service_course .serv-bx .course_title {
    font-size: 34px;
    color: #292019;
    font-weight: 700;
    font-family: "jameelnoori", serif;
    line-height: 30px;
}
.service_course.digital_lab .serv-bx p {
    font-size: 18px;
    text-align: center;
    color: #000;
    line-height: 32px;
    margin: 10px 0 0;
}
.service_course.digital_lab .serv-bx {
    padding: 30px 20px 30px;
    font-weight: 500;
    font-size: 15px;
    border: 1px solid #eee;
    border-radius: 18px;
    -webkit-box-shadow: 0px 4px 8px -2px #1018281A;
    box-shadow: 0px 4px 8px 1px #1018281A;
    background: #fff;
}
.service_course.digital_lab .serv-bx:hover {
    opacity: 0.8;
    background: linear-gradient(90deg, #2A9B70 0%, #569E9A 49%, #559E99 50%, #2A9B70 100%);
    -webkit-box-shadow: 0px 2px 4px -2px #1018280F;
    box-shadow: 0px 4px 8px -2px #1018281A;
}
.service_course .serv-bx:hover .srv-inf.theme-bg {
    background: var(--theme-clr);
}
.service_course .serv-bx .srv-inf > p {
    margin-bottom: 0;
    font-family: jameelnoori;
    font-size: 21px;
    color: #fff;
    line-height: 28px;
    min-height: 336px;
}
.service_course .serv-bx .theme-btn {
    color: #fff;
    font-size: 20px;
    border-radius: 8px;
    padding: 6px 50px;
}
.service_course .serv-bx:hover .theme-btn,
.service_course .serv-bx .theme-btn:hover{
    background-color: #fff;
    color: #000;
}
.service_course.digital_lab .serv-bx:hover .course_title,
.service_course.digital_lab .serv-bx:hover p {
    color: #fff;
}
.service_course.digital_lab .serv-bx:hover img {
    filter: brightness(0) invert(1);
}

/* Admissions Section */
/* .whychooseus.admissionbx {
    background-color: #f5f5f5;
} */
.whychooseus.admissionbx .marquee {
    height: 50px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.whychooseus.admissionbx .marquee div {
    display: block;
    width: 200%;
    height: 45px;
    position: absolute;
    overflow: hidden;
    animation: marquee 10s linear infinite;
    top: 5px;
}
.whychooseus.admissionbx .marquee div:hover{
    animation-play-state: paused;
}
.whychooseus.admissionbx .marquee span {
    float: left;
    width: 50%;
    background: #fef2ca;
    padding: 10px 10px;
    font-size: 22px;
    text-align: start;
    color: #000;
    line-height: 26px;
    letter-spacing: 1px;
}
@keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}
.whychooseus.admissionbx ul.time-list {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0;
}
.whychooseus.admissionbx ul.time-list > li {
    position: relative;
    z-index: 1;
    padding: 15px 20px;
    color: #222;
}
.whychooseus.admissionbx ul.time-list > li:nth-child(2n+1) {
    background-color: #CFA846;
    background-blend-mode: multiply;
    color: #fff;
}
.whychooseus.admissionbx ul.time-list > li:nth-child(2n+1)::before {
    content: "";
    position: absolute;
    background-color: inherit;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .65;
}
.whychooseus.admissionbx .time-box > span {
    font-weight: 700;
    font-size: 18px;
    width: 100px;
}
.whychooseus.admissionbx .card-bx {
    position: relative;
    width: 100%;
    z-index: 1;
    padding: 20px 25px;
    margin-bottom: 20px;
    border-radius: 25px;
    box-shadow: 10px 10px 0px 0px #000000;
    border: 1.5px solid #FFFFFF;
}
.whychooseus.admissionbx .card-bx.first{
    background: linear-gradient(180deg, #CFA846 0%, #AD9046 100%);
}
.whychooseus.admissionbx .card-bx .title {
    font-size: 34px;
    text-align: center;
    padding: 0 0 20px;
    border-bottom: 1px solid #222;
}
.whychooseus.admissionbx ul li {
    list-style-type: none;
    font-size: 22px;
    color: #fff;
    font-weight: 300;
    position: relative;
    text-align: right;
    line-height: 30px;
    padding: 8px 25px 8px 0;
    vertical-align: middle;
}
.whychooseus.admissionbx ul.bullet li::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 12px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #fff;
}
.whychooseus.admissionbx ul.bullet li::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 27px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: #fff;
}

/* OurCourses Section */
.coursepage.service_course .serv-bx .srv-inf:before {
    display: none;
}
.coursepage.service_course .serv-bx .srv-inf {
    padding: 20px 17px 25px;
    margin-top: 25px;
}
.coursepage.service_course .serv-bx .srv-inf p {
    font-size: 28px;
    line-height: 38px;
    min-height: 266px;
    margin-top: 15px;
}
.coursepage.other{
    background-color: #f5f5f5;
}
.coursepage.other .othercourse-bx ul li {
    list-style-type: none;
    font-size: 25px;
    color: #000000de;
    font-weight: 700;
    position: relative;
    text-align: right;
    line-height: 40px;
    padding: 5px 25px 5px 0;
    vertical-align: middle;
}
.coursepage.other .othercourse-bx ul li::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 12px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: var(--theme-clr);
}
.coursepage.other .othercourse-bx ul li::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 27px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: var(--theme-clr);
}
.service_course .serv-bx .srv-inf .theme-btn{
    background-color: #fff;
    color: #182d41;
}
.service_course .serv-bx .srv-inf .theme-btn:hover{
    background-color: #5d2b00;
    color: #fff;
}

/* Ask Question modal popup */
.msg_popup .modal-content {
    padding: 20px 25px 20px;
    border-top: 1px solid #d9d9d9;
    border-radius: 8px;
}
.msg_popup .modal-header,
.msg_popup .modal-body {
    padding: 0;
    display: block;
}
.msg_popup .modal-title {
    font-size: 24px;
    text-align: start;
    color: #000;
    line-height: 26px;
    margin: 0px 0 7px;
    font-weight: 600;
}
.msg_popup .modal-header p,
.msg_popup .modal-body p,
.msg_popup .modal-content ul li {
    font-size: 18px;
    text-align: start;
    color: #444;
    line-height: 26px;
    margin-bottom: 10px;
}
.msg_popup .modal-content ul {
    list-style: disc;
    padding: 0 20px 0 3px;
}
.msg_popup .modal-content ul li {
    line-height: 30px;
    font-size: 17px;
    margin: 0;
}
.msg_popup {
    background-color: rgba(0, 0, 0, .8);
    z-index: 9999;
}
.msg_popup .modal-header .close {
    color: #fff;
    opacity: 1;
    font-size: 30px !important;
    position: absolute;
    padding: 0;
    top: 5px;
    left: 10px;
    margin: 0;
    background: transparent;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    outline: none;
    border: none;
}
.msg_popup .modal-header .close span {
    position: relative;
    top: -2px;
    left: 0px;
    color: #222;
}
.msg_popup .modal-header .close:hover{
    background: #222;
    border-color: #fff;
}
.msg_popup .modal-header .close:hover span {
    color: #fff;
}
.msg_popup .askquestion_form .askquestion_form-feild {
    margin-top: 15px;
}
.msg_popup .askquestion_form .label {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
}
.msg_popup .askquestion_form .form-control {
    font-size: 18px;
    padding: 7px 10px;
    height: 40px;
    font-weight: 500;
    text-align: right;
}
.msg_popup .askquestion_form .form-select {
    font-size: 18px;
    height: 40px;
    font-weight: 500;
    text-align: right;
}
.msg_popup .askquestion_form textarea.form-control {
    height: auto;
}
.msg_popup .askquestion_form .theme-btn{
    background: var(--secondry-clr);
    width: 100%;
    margin-top: 10px;
    font-size: 22px;
    padding: 10px 12px;
    line-height: 20px;
}
.msg_popup .askquestion_form .theme-btn.textdark{
    color: #000;
}
.msg_popup .askquestion_form  .theme-btn:hover {
    background: var(--theme-clr);
    color: #fff;
}
.h-captcha{
    margin-top: 10px;
}
.auto-response,
.auto-response-failed {
    border-radius: 5px;
    padding: 8px 8px 10px;
    margin: 10px auto;
    display: none;
}
.auto-response {
    background: var(--theme-clr);
}
.auto-response p,
.auto-response-failed p{
    color: #fff !important;
    font-size: 19px !important;
    font-weight: 500;
    line-height: 24px !important;
    margin: 0 !important;
    text-align: center !important;
}
.auto-response-failed {
    background: red;
}

/* RegisterForm Section */
.registerform .card{
	min-height: 10px;
	background-color: #fff;
	border-radius: 10px; 
	padding:  40px 20px 30px;
	font-weight: 500;
	font-size: 15px;
	box-shadow: 0 0 15px rgba(0,0,0,0.07); 
}
.msg_popup .form-check{
    padding-left: 0;
}
.msg_popup .form-check-input:checked{
    background-color: var(--theme-clr);
}
.registerform .card .label {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
}
.registerform .customform .form-control {
    font-size: 16px;
    padding: 10px 10px;
    height: 46px;
    font-weight: 500;
    text-align: right;
}
.registerform .customform textarea.form-control {
    height: auto;
}
.registerform .customform .checkboxes {
    clear: both;
    display: inline-block;
    width: 100%;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 8.2px 10px;
}
.registerform .customform .customcheck {
    margin-top: 0px;
    width: 140px;
    display: block;
    float: right;
}
.registerform .customform .customcheck.type {
    width: 135px;
}
.registerform .customform .customcheck input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.registerform .customform .customcheck label {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 8px;
    border-radius: 0;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin: 0;
}
.registerform .customform .customcheck input:checked + label {
    background-color: #e9ecee;
    color: #99a1a7;
    border: 1px solid var(--theme-clr);
}
.registerform .customform .customcheck .label-text {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 0 2px 0 0px;
    vertical-align: top;
    padding: 0;
    border-radius: 0;
    border: 0;
    background: transparent;
}
.registerform .customform .customcheck input:checked + label:after {
	content: '';
	width: 14px;
	height: 14px;
	position: absolute;
	top: 1px;
	left: 1px;
	background: var(--theme-clr);
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
	text-shadow: none;
	font-size: 32px;
}
.registerform .table-bordered,
.registerform .table-bordered th,
.registerform .table-bordered td {
  border: 1px solid #000 !important;
}
.registerform .image-upload-box {
    width: 150px;
    height: 150px;
    border: 2px dashed #ccc;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background-color: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.3s;
}
.registerform .image-upload-box:hover {
    border-color: #999;
}
.registerform .image-upload-box input[type="file"] {
    display: none;
}
.registerform .image-preview {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.registerform .edit-icon {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    font-size: 16px;
    display: none;
    pointer-events: none;
}
.registerform .image-upload-box:hover .edit-icon {
    display: block;
}
.registerform .formnum .label{
    width: 40px;
}
.registerform .formnum .form-control{
    width: 110px;
}

/* Footer Section */
footer {
    position: relative;
    background: linear-gradient(90deg, #2A9B70 0%, #569E9A 49%, #559E99 50%, #2A9B70 100%);
    -webkit-box-shadow: 0px 2px 4px -2px #1018280F;
    box-shadow: 0px 4px 8px -2px #1018281A;
}
.footer-data {
    padding: 70px 0px 40px 0px;
    position: relative;
}
footer .widget {
    margin-bottom: 5px;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 15px;
    padding: 20px;
    min-height: 300px;
}
footer .widget.ptcl{
    min-height: 100px;
}
footer .widget h6 {
    color: #fff;
    font-weight: 700;
    font-family: "jameelnoori", serif;
    margin-bottom: 25px;
    font-size: 30px;
}
footer .secondeasy {
    display: block !important;
    margin: 0 40px 0 0;
}
footer .widget p {
    margin-bottom: 0;
    line-height: 32px;
    font-size: 23px;
    font-family: jameelnoori;
    color: #fff;
}
footer .cnt-inf {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    width: 100%;
}
footer .cnt-inf li a {
    color: #fff;
    display: inline-block;
}
footer .cnt-inf li {
    padding: 0px 0 20px;
    font-size: 18px;
}
footer .cnt-inf > li i {
    margin: 0 0px 0 5px;
    color: #308471;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
}
footer .menulinks {
    margin: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}
footer .menulinks li {
    display: block;
    width: 50%;
    list-style: none
}
footer .menulinks li a {
    color: #fff;
    padding: 0 0px 12px 0px;
    font-size: 26px;
    line-height: 36px;
    margin-right: 60px;
    text-decoration: unset;
    outline: none;
    border: none;
}
footer li a:hover{
    color: #222 !important;
}
.mrg_r-60px {
    margin-right: 60px;
}
footer .social_links {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    margin-top: 10px;
}
footer .social_links a {
    display: inline-block;
    margin: 0 10px;
    color: #ddd;
    font-size: 22px;
}
footer .social_links a:hover{
    color: var(--secondry-clr);
}
.footer-bottom {
    background-color: #308471;
    padding: 22px 15px 18px;
    position: relative;
}
.footer-bottom p {
    color: #fff;
    margin: 0;
    font-weight: 600;
}
footer .foot_title {
    font-size: 22px;
    color: #fff;
    margin: 0 0 15px;
    display: block;
}
footer .bottom-social a{
    margin: 0 5px;
}
.registerlink a {
    padding: 15px 0px;
    display: inline-block;
    color: var(--theme-clr);
    font-size: 21px;
    margin: 0 15px;
    border-bottom: 1px solid;
    font-weight: 600;
    width: 100%;
}

/* Responsive Media Queries */
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .topnavigation nav li a {
        font-size: 20px;
        margin: 0 10px 0 6px;
    }
    .ourpurpose.fatwasec .choose_questions .bulletbox ul {
        justify-content: start;
        gap: 15px;
        flex-wrap: wrap;
    }
    .ourpurpose.fatwasec .bulletbox li {
        font-size: 18px;
        margin: 0 2px;
    }
    .aboutus .fav_icon {
        position: relative;
        top: 30px;
    }
    .aboutus .intro_shadow {
        position: relative;
        bottom: 45px;
    }
    .aboutus .abt_branch .abt_bx p {
        font-size: 20px;
    }
    .aboutus .abt_tases .content p {
        font-size: 24px;
        line-height: 33px;
    }
    .service_course .serv-bx .course_title {
        font-size: 28px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .ourpurpose.fatwasec .choose_questions .bulletbox ul {
        justify-content: start;
        gap: 15px;
        flex-wrap: wrap;
    }
    .ourpurpose.fatwasec .bulletbox li {
        font-size: 18px;
        margin: 0 2px;
    }
    .ourpurpose.fatwasec .bulletbox i {
        font-size: 10px;
        margin: 0 0 0 5px;
    }
    .ourpurpose .ourpurpose-bx {
        padding: 15px 10px;
    }
    .ourpurpose.fatwasec .fat_bx p {
        font-size: 19px;
        line-height: 24px;
    }
    .ourpurpose.fatwasec .theme-btn.searchbtn {
        line-height: 24px;
        font-size: 16px;
        top: 186px;
        padding: 10px 15px;
        left: 42px;
    }
    .aboutus .intro_shadow {
        position: relative;
        bottom: 40px;
    }
    .aboutus .fav_icon {
        position: relative;
        top: 35px;
    }
    .service_course.digital_lab .serv-bx {
        padding: 20px 10px 20px;
    }
    .service_course .serv-bx .course_title {
        font-size: 24px;
        line-height: 20px;
    }
    .whychooseus.admissionbx .card-bx .title {
        font-size: 22px;
        padding: 0 0 15px;
    }
    .theme-btn {
        font-size: 24px;
        padding: 12px 15px 12px;
    }
    footer .cnt-inf > li i {
        width: 26px;
        height: 26px;
        font-size: 15px;
        line-height: 30px;
    }
    footer .widget p {
        line-height: 30px;
        font-size: 20px;
    }
    footer .menulinks li a {
        font-size: 20px;
        line-height: 36px;
        margin-right: 20px;
    }
}
@media only screen and (max-width: 767px){
    .gap {
        padding: 60px 0;
    }
    .headline {
        font-size: 40px;
    }
    .content_para p {
        font-size: 21px;
        line-height: 32px;
    }
    .register {
        padding: 40px 12px 40px 20px;
    }
    .msg_popup .modal-content {
        padding: 20px 15px 20px;
    }
    .pg-tp-inr h1 {
        font-size: 36px;
    }
    .registerform .card .label {
        font-size: 17px;
    }
    .registerform .card {
        padding: 40px 10px 30px;
    }
    .registerform .customform .checkboxes {
        display: flex;
    }
    .registerform .customform .customcheck .label-text {
        font-size: 16px;
    }
    .registerform .jamialogo img {
        width: 220px;
        margin: 5px 0;
    }
    .registerform .sitelogo img {
        width: 100px;
    }
    .registerform .imgbox {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .registerform .image-upload-box {
        width: 120px;
        height: 100px;
    }
    .topbanner .featured-item {
        padding: 30px 0px 30px;
    }
    .topbanner .featured-cap {
        max-width: 100%;
        padding: 20px 0 0px 0;
    }
    .topbanner .featured-cap h1 {
        font-size: 46px;
        margin: 0px 0 10px;
        line-height: 60px;
    }
    .registerlink a {
        padding: 8px 0px 10px;
        font-size: 18px;
        margin: 0 0px;
    }
    .topnavigation nav li a {
        font-size: 18px;
        margin: 5px 5px;
        font-weight: 500;
    }
    .topnavigation nav li a.firstitem{
        margin: 5px 5px;
    }
    .topnavigation .navbar-nav.align-items-baseline {
        align-items: unset !important;
    }
    .topbar ul.tp-lnks {
        display: block;
    }
    .topbar .scl1 > span {
        margin-right: 0;
    }
    .topbar .scl1 > a {
        margin: 0 3px;
    }
    .topbar {
        padding: 10px 0;
    }
    .topbar ul.tp-lnks li {
        margin: 0 0 3px;
    }
    .topbar ul.tp-lnks li:last-child {
        margin: 0 0 0px;
    }
    .topnavigation .navbar{
        padding: 0 0 0px;
    }
    .topnavigation .form-search {
        margin: 15px 0 10px;
    }
    .topnavigation nav ul ul li.darsnezami a {
        padding: 5px 13px;
    }
    .topnavigation {
        padding: 0px 0 0px;
    }
    header.sticky-on .topnavigation{
        padding: 0px 0;
    }
    input.form-control::placeholder {
        font-family: 'Noto Nastaliq Urdu', 'Nafees Nastaleeq', 'serif';
    }
    .topnavigation .navbar-collapse,
    header.sticky-on .topnavigation .navbar-collapse {
        margin: 0 0 0 0;
    }
    .sticky-on .topnavigation .navbar {
        padding: 0px 0 0px;
    }
    .topnavigation nav li.menu-item-has-children {
        padding: 5px 0 0px;
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #ccc;
    }
    .topnavigation nav li.menu-item-has-children ul.submenu li.menu-item-has-children {
        display: block;
    }
    .topnavigation nav li.menu-item-has-children:last-child{
        border: none;
    }
    .topnavigation nav ul ul {
        top: 40px;
        right: 0px;
        width: 160px;
    }
    .topnavigation nav ul ul ul {
        top: 0;
        right: 100%;
        width: 160px;
    }
    .topnavigation nav ul ul::before {
        right: 5px;
    }
    footer .widget p {
        margin-bottom: 20px;
        line-height: 34px;
        font-size: 20px;
    }
    .mrg_r-60px {
        margin-right: 0;
    }
    footer .menulinks li a {
        margin-right: 0;
    }
    .footer-data {
        padding: 40px 5px;
    }
    .topbanner .featured-cap .title_h3 {
        font-size: 28px;
        line-height: 34px;
    }
    .theme-btn {
        font-size: 22px;
        padding: 8px 15px;
    }
    .aboutus .intro_shadow {
        bottom: 30px;
        right: 0;
        left: 0;
        padding: 5px 7px 5px;
        font-size: 22px;
        width: 100%;
        position: relative;
    }
    .topbanner .featured-item img {
        width: 100%;
        margin-top: 25px;
        padding: 10px 10px;
    }
    .ourpurpose.fatwasec .bulletbox ul {
        gap: 10px;
    }
    .ourpurpose.fatwasec .bulletbox li {
        font-size: 16px;
        margin: 0 0px;
    }
    .ourpurpose.fatwasec .bulletbox i {
        font-size: 7px;
        margin: 0 0 0 3px;
    }
    .ourpurpose.fatwasec .form-control {
        padding: 12px 10px;
    }
    .ourpurpose.fatwasec .theme-btn.searchbtn {
        line-height: 24px;
        font-size: 16px;
        top: 145px;
        padding: 8px 15px;
    }
    .ourpurpose.fatwasec .choose_questions .bulletbox ul {
        justify-content: flex-start;
        gap: 10px;
        flex-wrap: wrap;
    }
    .ourpurpose .ourpurpose-bx {
        margin-top: 25px;
        padding: 20px 15px 15px;
    }
    .ourpurpose.fatwasec .fat_bx p {
        font-size: 19px;
        line-height: 24px;
    }
    .ourpurpose.fatwasec .fat_bx p {
        font-size: 19px;
        line-height: 26px;
    }
    .inner-heading {
        margin-top: 0px;
        font-size: 32px;
        line-height: 30px;
    }
    .topnavigation .navbar .navbar-brand img {
        width: 90px;
        position: relative;
        top: 0;
    }
    .aboutus .abt_tases .content p {
        font-size: 24px;
        line-height: 30px;
    }
    .aboutus .abt_branch .abt_bx p {
        font-size: 19px;
        line-height: 26px;
    }
    .aboutus .abt_branch {
        padding: 10px 10px 12px;
    }
    .aboutus .abt_branch .abt_bx .course_title {
        font-size: 23px;
        line-height: 30px;
    }
    .aboutus .abt_branch .abt_bx p a {
        font-size: 16px;
    }
    .aboutus .fav_icon {
        position: relative;
        top: 40px;
    }
    .aboutus .abt_benefit {
        margin: 0;
    }
    .aboutus .arrowdown {
        display: none;
    }
    .service_course .serv-wrp {
        margin: 30px auto 0;
    }
    .whychooseus.admissionbx .card-bx .title {
        font-size: 26px;
        padding: 0 0 13px;
    }
    .whychooseus.admissionbx .marquee span {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 1px;
        width: 100%;
    }
    .time-box {
        flex-wrap: unset !important;
    }
    .whychooseus.admissionbx ul.time-list > li {
        padding: 10px 10px 10px 5px;
        text-align: start;
    }
    .whychooseus.admissionbx .time-box > span {
        font-size: 15px;
        width: 75px;
    }
    .common.tabs .nav-pills {
        flex-direction: unset !important;
        gap: 5px;
        justify-content: center;
    }
    .common.tabs li {
        margin-bottom: 2px;
        width: 48%;
    }
    .common.tabs a.nav-link {
        font-size: 19px;
        padding: 10px 10px;
    }
    .common.tabs .tab-content > .tab-pane {
        padding: 15px 15px;
        margin-top: 10px;
    }
    .contact-us-bar {
        padding: 40px 0;
    }
    .topnavigation nav ul ul li.darsnezami{
        max-height: 350px;
        overflow-y: scroll;
    }
    .daruliftah .listing-book {
        padding: 10px 5px;
        margin-bottom: 20px;
        height: auto;
    }
    .daruliftah .fatawa_box {
        padding: 5px 5px 10px;
    }
    .daruliftah .listing-book .list-question a {
        font-size: 16px;
        padding: 12px 0;
        gap: 15px;
        flex-wrap: wrap;
    }
    .daruliftah .listing-book .list-question .question_sign .fa-comment {
        margin-left: -18px;
        font-size: 22px;
    }
    .daruliftah .listing-book .list-question .question_sign .fa-question {
        top: -4px;
        left: 1px;
        font-size: 12px;
    }
    .daruliftah.quest_ans .fatwa-title {
        font-size: 21px;
        margin: 30px 0 20px;
    }
    .daruliftah.quest_ans .fatwa-box {
        padding: 10px 10px;
    }
    .daruliftah.quest_ans .fatwa-box.quest p {
        font-size: 17px;
        line-height: 24px;
    }
    .daruliftah.quest_ans .fatwa-box.ans p {
        font-size: 17px;
        line-height: 22px;
    }
}