@import url(bootstrap.min.css);
@import url(font-awesome.css);
@import url(feather.css);

/*:root {
  --yellow-: #F5C641;
  --color-2: #4c6edb;
  --color-3: #24aad8;
  --color-4: #1ac7c2;
  --color-5: #1ddea3;
}*/

html, body {
    background-color: #F6F7F8;
    color: #000;
    vertical-align: top;
    font-family: 'Cairo', sans-serif !important;
}

.logo {
    display: inline-block;
}

    .logo img {
        height: 93px;
    }

.logo-ghras {
    display: inline-block;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px #ddd solid;
}

    .logo-ghras img {
        height: 93px;
    }

.logo-popup {
    display: none;
}

.fitlayout {
    padding-left: 3vw;
    padding-right: 3vw;
}

.header {
    display: inline-block;
    width: 100%;
    background: #fff;
    vertical-align: top;
}

.tophead {
    display: inline-block;
    width: 100%;
    background: #2795A6;
    min-height: 52px;
    vertical-align: top;
    text-align: left;
}

.w-bg {
    display: inline-block;
    width: 100%;
    background: #fff;
}

.light-bg {
    display: inline-block;
    width: 100%;
    background: #F5F6F9;
}

.bg-staticts {
    display: inline-block;
    width: 100%;
    position: relative;
    background: url(../../images/statict-bg.png) center no-repeat;
    background-size: cover;
}

    .bg-staticts::before {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        z-index: 0;
        position: absolute;
        background: linear-gradient(217deg, rgba(27,130,146,0.85), rgba(0,159,219,0.85));
    }

.statictnumbers {
    position: relative;
    z-index: 1;
}

    .statictnumbers img {
        height: 90px;
    }

footer {
    display: inline-block;
    width: 100%;
    background: #0D5B67;
    padding: 40px 0 0;
}

ul.account-items {
    display: inline-block;
    margin: 10px 0 0;
    padding: 0;
}

    ul.account-items li {
        display: inline-block;
        margin: 0 15px 0 0;
        padding: 0;
    }

        ul.account-items li a {
            display: inline-block; position: relative;
            color: #fff !important;
            text-decoration: none !important;
            min-height: 30px;
            line-height: 30px;
        }

        ul.account-items li a b {
            position: absolute; top:-3px; right:10px; color: #fff; font-size: 12px; height: 18px; line-height: 18px; padding: 0 6px;
            border-radius: 9px; background: #C93957; z-index: 2;
        }

            ul.account-items li a svg {
                margin-left: 5px;
                transform: scale(0.9);
            }

.nav-essal.navbar-expand-md .navbar-collapse {
    justify-content: end;
}

.nav-essal .navbar-nav .nav-link {
    color: #707070;
    font-weight: 700;
    padding: 14px 15px;
}

.nav-essal .navbar-nav li.active .nav-link {
    color: #007EBB;
}

.nav-essal .navbar-nav li:last-child .nav-link {
    background: #F5A707;
    color: #141414;
    border-radius: 26px;
}

ul.footer-links {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 15px 0 22px;
}

    ul.footer-links li {
        display: inline-block;
        list-style: none;
        margin: 0 25px 0 0;
    }

        ul.footer-links li a {
            display: inline-block;
            color: #fff !important;
            text-decoration: none !important;
            font-size: 17px;
            font-weight: 600;
        }

.label-footer {
    display: inline-block;
    width: 100%;
    color: #fff;
}

.copyright {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    padding: 20px 0;
    border-top: 1px #317784 solid;
}

    .copyright a {
        color: #fff !important;
        display: inline-block;
        text-decoration: none !important;
    }

[dir="rtl"] .form-floating input {
    direction: rtl;
}

[dir="rtl"] .form-floating > label {
    left: 0;
    width: 100%;
    transform: translateX(-12px);
}

[dir="rtl"] .form-floating > .form-control:focus ~ label, [dir="rtl"] .form-floating > .form-control:not(:placeholder-shown) ~ label, [dir="rtl"] .form-floating > .form-select ~ label {
    transform: scale(1) translateY(-0.9rem) translateX(-12px);
    font-weight: 700;
    font-size: 14px;
    color: #989898;
}

[dir="rtl"] .modal-header .btn-close {
    position: absolute;
    top: 25px;
    left: 8px
}

[dir="rtl"] .form-floating > textarea.form-control {
    height: 120px;
}

[dir="rtl"] .fitmodalbig .form-control:disabled, [dir="rtl"] .fitmodalbig .form-control[readonly] {
    background-color: #fff;
}

.btn-log {
    display: inline-block;
    width: 100%;
    max-width: 431px;
    height: 48px;
    line-height: 48px;
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    border-radius: 6px;
    background: #2795A6;
    text-decoration: none !important;
}

.btn-search {
    display: inline-block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    border: none;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    border-radius: 6px;
    background: #F5A707;
    text-decoration: none !important;
}

.btn-contact {
    display: inline-block;
    width: 100%;
    height: 52px;
    line-height: 52px;
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    border-radius: 6px;
    background: #2795A6;
    text-decoration: none !important;
}

.btn-steps {
    display: inline-block;
    width: 100%;
    max-width: 140px;
    height: 48px;
    line-height: 48px;
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    border-radius: 6px;
    background: #2795A6;
    text-decoration: none !important;
}

.fitmodalbig .modal-dialog {
    max-width: 944px !important
}

.fitmodalnote .modal-dialog {
    max-width: 750px !important
}

[dir="rtl"] .form-select {
    padding: .375rem .75rem .375rem 2.25rem;
    background-position: 0.85rem;
}

[dir="rtl"] .bd-example .form-select {
    padding: 1.4rem 0.75rem 0.375rem 2.25rem;
    background-position: 0.75rem 2rem;
}

.student-list {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 100%;
    border: 1px #E0E0E0 solid;
    border-radius: 3px;
    padding: 15px;
}

    .student-list a {
        position: absolute;
        bottom: 7px;
        font-size: 22px;
        left: 15px;
        color: #2795A6 !important;
        text-decoration: none !important;
    }

    .student-list h6 {
        display: inline-block;
        width: 100%;
        margin: 0 0 10px;
        font-size: 16px;
    }

    .student-list.kotab h6 {
        color: #57A68F !important;
    }

        .student-list.kotab h6 svg {
            fill: #57A68F !important;
        }

    .student-list.hafza h6 {
        color: #DB9E30 !important;
    }

        .student-list.hafza h6 svg {
            fill: #DB9E30 !important;
        }

    .student-list.namozagy h6 {
        color: #009FDB !important;
    }

        .student-list.namozagy h6 svg {
            fill: #009FDB !important;
        }

.not-subscribed {
    background: #F6F6F6;
}

    .not-subscribed a {
        position: absolute;
        bottom: 0;
        height: 100%;
        left: 0;
        width: 100%;
        z-index: 2;
        font-size: 0;
    }

.student-list h3 {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px;
    font-size: 23px;
    font-weight: 700;
}

.student-list span {
    display: inline-block;
    width: calc(100% - 40px);
    font-size: 16px;
}

    .student-list span svg {
        margin: 0 0 0 8px;
        position: relative;
        top: -3px;
    }

.newsletter {
    display: inline-block;
    width: 100%;
    background: #fff;
    border-radius: 5px;
}

    .newsletter input {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 104px);
        background: #fff;
        padding: 15px;
        border: none;
        border-radius: 0 5px 5px 0;
        height: 54px;
        line-height: 54px;
        outline: none !important;
    }

    .newsletter button {
        display: inline-block;
        width: 100px;
        border: none;
        background: #F5A707;
        font-weight: 600;
        color: #000;
        border-radius: 5px 0 0 5px;
        height: 54px;
        line-height: 54px;
        text-align: center;
    }

a.app-btn {
    display: inline-block;
    font-size: 18px;
    width: 158px;
    line-height: 24px;
    font-weight: 700;
    position: relative;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 5px;
    margin: 2px 0 0 10px;
    border: 1px #fff solid;
    height: 54px;
    padding: 0 50px 0 12px;
}

    a.app-btn svg {
        position: absolute;
        top: 18px;
        right: 15px;
        transform: scale(1.8);
    }

    a.app-btn span {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        font-size: 13px;
        margin: 2px 0 0;
        height: 14px;
        line-height: 16px;
        font-weight: 400;
        line-height: 20px;
    }

    a.app-btn:hover {
        color: #004A56 !important;
        background: #fff;
    }

ul.social-media {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 2px 0 10px;
}

    ul.social-media li {
        display: inline-block;
        list-style: none;
        margin: 0 0 0 10px;
    }

        ul.social-media li a {
            display: inline-block;
            width: 54px;
            height: 54px;
            border: 1px #fff solid;
            border-radius: 50%;
            line-height: 52px;
            color: #fff !important;
            text-decoration: none !important;
            font-size: 20px;
            text-align: center;
        }

            ul.social-media li a:hover {
                background-color: #fff !important;
                color: #004A56 !important;
            }

.faq-home {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 32px;
    color: #868179;
    margin-bottom: 20px;
}

.title-side {
    display: inline-block;
    margin: 0 0 20px;
    color: #1B8292;
    padding: 0 0 0 60px;
    position: relative;
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
    line-height: 50px;
}

    .title-side::before {
        position: absolute;
        top: 27px;
        width: 40px;
        height: 1px;
        background: #F5A707;
        content: '';
        left: 0
    }

.title-home {
    display: inline-block;
    margin: 0 0 20px;
    color: #1B8292;
    padding: 0 60px;
    position: relative;
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
    line-height: 50px;
}

    .title-home::before {
        position: absolute;
        top: 27px;
        width: 40px;
        height: 1px;
        background: #F5A707;
        content: '';
        right: 0
    }

    .title-home::after {
        position: absolute;
        top: 27px;
        width: 40px;
        height: 1px;
        background: #F5A707;
        content: '';
        left: 0
    }

.title-homew {
    display: inline-block;
    margin: 0 0 20px;
    color: #fff;
    padding: 0 60px;
    position: relative;
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
    line-height: 50px;
}

    .title-homew::before {
        position: absolute;
        top: 27px;
        width: 40px;
        height: 1px;
        background: #fff;
        content: '';
        right: 0
    }

    .title-homew::after {
        position: absolute;
        top: 27px;
        width: 40px;
        height: 1px;
        background: #fff;
        content: '';
        left: 0
    }

.career-text {
    display: inline-block;
    width: 100%;
    padding: 0 25px;
    font-size: 20px;
    line-height: 30px;
    color: #868179;
    margin: 0 0 20px;
}

a.yellow-link {
    display: inline-block;
    color: #000 !important;
    background: #F5A707;
    height: 52px;
    line-height: 52px;
    padding: 0 30px;
    border-radius: 26px;
    font-weight: 600;
    text-decoration: none !important;
    margin: 0 0 20px;
    font-size: 20px;
}

.home-bannre {
    display: inline-block;
    width: 100%;
    height: calc(100vh - 177px);
    position: relative;
    background: url(../../images/slider-bg.png) center no-repeat;
    background-size: cover;
}

    .home-bannre img.islamicframe {
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 2;
    }

.img-slider {
    max-width: 350px;
}

.banner-mid {
    position: relative;
    top: 12vh
}

.about-home span {
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    width: 100%;
    color: #868179;
    margin: 0 0 30px;
}

.about-home h3 {
    display: inline-block;
    font-size: 28px;
    line-height: 44px;
    font-weight: 700;
    width: 100%;
    margin: 0 0 25px;
}

.about-home ul {
    display: inline-block;
    padding: 0;
    margin: 0 0 30px;
    width: 100%;
}

    .about-home ul li {
        display: inline-block;
        width: 100%;
        list-style: none;
        margin: 0 0 20px;
        padding: 0 44px 0 0;
        position: relative;
        min-height: 36px;
        color: #1B8292;
        font-size: 22px;
    }

        .about-home ul li::before {
            position: absolute;
            width: 36px;
            height: 36px;
            content: '';
            background: url(../../images/check.svg) center no-repeat;
            top: 0;
            right: 0
        }

.programshome {
    display: inline-block;
    width: 100%;
    border-radius: 10px;
    padding: 30px;
    background-image: url(../../images/shape4.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #E6F2EE;
}

    .programshome h3 {
        color: #1B8292;
        font-weight: 700;
    }

    .programshome span {
        display: inline-block;
        width: 100%;
        font-size: 18px;
        line-height: 32px;
        height: 128px;
        overflow: hidden;
        color: #676767;
        margin: 0 0 40px;
    }

    .programshome.namozag {
        background-color: #FDEDCD;
    }

    .programshome.hafaz {
        background-color: #D9F1FA;
    }

    .programshome a {
        display: inline-block;
        width: 130px;
        height: 52px;
        border-radius: 26px;
        line-height: 52px;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 15px;
        color: #fff !important;
        text-decoration: none !important;
        background: #57A68F;
    }

    .programshome.namozag a {
        background: #F5A707;
    }

    .programshome.hafaz a {
        background: #009FDB;
    }

.accordion-header {
    background: #FCFCFC;
    border-top: 1px #ddd solid;
}

.accordion-button {
    text-align: right;
    background-color: #FCFCFC;
    color: #1B8292 !important;
    font-weight: 700;
    font-size: 18px;
    max-width: calc(100% - 40px);
    outline: none !important;
    box-shadow: none !important;
}

    .accordion-button::after {
        left: -23px;
        position: absolute;
    }

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    }

    .accordion-button:not(.collapsed) {
        color: #1B8292 !important;
        font-weight: 700;
        font-size: 18px;
        background: transparent;
        box-shadow: none;
    }

.accordion-item {
    border-top: none;
}

.accordion-body {
    background: #FCFCFC;
}

.slider-topic h4 {
    color: #414141;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    direction: rtl;
    font-size: 32px;
    margin-bottom: 30px;
}

.slider-text {
    color: #868179;
    display: inline-block;
    width: 100%;
    direction: rtl;
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 36px;
}

a.link-faq {
    display: inline-block;
    margin: 0 0 30px;
    padding: 0 30px;
    border: 2px #2795A6 solid;
    height: 48px;
    line-height: 44px;
    color: #2795A6 !important;
    text-decoration: none !important;
    border-radius: 24px;
    font-weight: 600;
}

    a.link-faq:hover {
        background: #2795A6;
        color: #fff !important;
    }

.radio-board {
    border: 1px solid #ced4da;
    display: inline-block;
    width: 100%;
    padding-right: 15px;
    height: 58px;
    border-radius: .25rem;
}

    .radio-board .form-label {
        display: inline-block;
        width: 100%;
        color: #bfbfbf;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 3px;
    }

.mr-5 {
    margin-right: 30px;
}

.ml-2 {
    margin-left: 6px;
}

a.n-link {
    display: inline-block;
    color: #2795A6 !important;
    text-decoration: none !important;
    font-weight: 700;
}

    a.n-link:hover {
        color: #000 !important;
    }

.inner-bannre {
    display: inline-block;
    background: #F5F6F9 url(../../images/banner-shape.png) left top no-repeat;
    padding-top: 50px;
    padding-bottom: 60px;
    width: 100%;
}

ul.breadcrumb {
    display: inline-block;
    width: 100%;
    margin: 5px 0 0;
    padding: 0;
}

    ul.breadcrumb li {
        display: inline-block;
        list-style: none;
        padding: 0 0 0 15px;
        margin: 0 0 0 5px;
        position: relative;
        color: #1B8292
    }

        ul.breadcrumb li:last-child {
            padding: 0;
            margin: 0;
        }

        ul.breadcrumb li::before {
            position: absolute;
            content: '/';
            font-size: 22px;
            left: 0;
            color: #1B8292;
            top: -1px
        }

        ul.breadcrumb li a {
            display: inline-block;
            font-size: 18px;
            text-decoration: none !important;
            color: #1B8292 !important;
        }

        ul.breadcrumb li:last-child::before {
            display: none;
        }

.imgfix {
    max-width: 100%;
}

.register-page {
    display: block;
    width: 944px;
    margin: auto;
}

.register-done {
    display: block;
    width: 700px;
    margin: auto;
    max-width: calc(100% - 30px);
}

.register-fields {
    display: inline-block;
    width: 100%;
    border: 1px #ddd solid;
    border-radius: 5px;
    padding: 20px;
}

ul.steps-titles {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 15px 0 30px;
}

    ul.steps-titles li {
        display: inline-block;
        list-style: none;
        margin: 0 0 0 15px;
    }

.regist-step {
    border: none;
    display: inline-block;
    padding: 0 60px 0 15px;
    line-height: 44px;
    background: none;
    font-size: 20px;
    font-weight: 600;
    color: #999;
    position: relative;
}

    .regist-step.selected, .regist-step.visited {
        color: #2795A6;
    }

ul.steps-titles li:first-child .regist-step::before {
    position: absolute;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    content: '1';
    right: 0;
    top: 0;
    color: #fff;
    background: #CBCBCB;
    border: 1px #CBCBCB solid;
    border-radius: 50%;
}

ul.steps-titles li:nth-child(2) .regist-step::before {
    position: absolute;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    content: '2';
    right: 0;
    top: 0;
    color: #fff;
    background: #CBCBCB;
    border: 1px #CBCBCB solid;
    border-radius: 50%;
}

ul.steps-titles li:first-child .regist-step.selected::before {
    position: absolute;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    content: '1';
    right: 0;
    top: 0;
    color: #fff;
    background: #2795A6;
    border: 1px #2795A6 solid;
    border-radius: 50%;
}

ul.steps-titles li:nth-child(2) .regist-step.selected::before {
    position: absolute;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    content: '2';
    right: 0;
    top: 0;
    color: #fff;
    background: #2795A6;
    border: 1px #2795A6 solid;
    border-radius: 50%;
}

ul.steps-titles li:first-child .regist-step.visited::before {
    color: #2795A6;
    background: #fff;
    border: 1px #2795A6 solid;
}

[dir="rtl"] .form-floating input[type=date] {
    text-align: right;
}

.work-text {
    display: inline-block;
    width: 100%;
    margin: 20px 0 30px;
    font-size: 20px;
    line-height: 36px;
    color: #868179;
}

.framemap {
    display: inline-block;
    width: 100%;
}

    .framemap iframe {
        width: 100%;
        height: 440px;
        border: none;
    }

.contact-item {
    display: inline-block;
    width: 100%;
    padding: 0 40px 0 0;
    margin: 0 0 20px;
    position: relative;
}

    .contact-item strong {
        display: inline-block;
        width: 100%;
        color: #2795A6;
        font-size: 24px;
        margin: 0 0 5px;
    }

    .contact-item span {
        display: inline-block;
        color: #434342;
        font-size: 24px;
    }

    .contact-item a {
        display: inline-block;
        color: #434342 !important;
        font-size: 22px;
        text-decoration: none !important;
    }

        .contact-item a:hover {
            color: #000 !important;
        }

    .contact-item.address::before {
        position: absolute;
        top: -2px;
        right: 0;
        font-family: feather;
        content: "\e88e";
        font-size: 32px;
        color: #767269;
    }

    .contact-item.phone::before {
        position: absolute;
        top: -2px;
        right: 0;
        font-family: feather;
        content: "\e8aa";
        font-size: 32px;
        color: #767269;
    }

    .contact-item.email::before {
        position: absolute;
        top: -2px;
        right: 0;
        font-family: feather;
        content: "\e88a";
        font-size: 32px;
        color: #767269;
    }

    .contact-item.work-time::before {
        position: absolute;
        top: -2px;
        right: 0;
        font-family: feather;
        content: "\e84d";
        font-size: 32px;
        color: #767269;
    }

.form-contact {
    display: inline-block;
    width: 100%;
    border-radius: 10px;
    background: #F5F6F9;
}

.newslist {
    display: inline-block;
    width: 100%;
    border-radius: 10px;
    border: 1px #ddd solid;
}

    .newslist:hover {
        box-shadow: 0 4px 25px 0 rgb(0 0 0 / 10%);
    }

    .newslist h4 {
        display: inline-block;
        padding: 0 20px;
        margin: 0;
        width: 100%;
        color: #000;
        font-size: 20px;
        line-height: 30px;
        height: 60px;
        overflow: hidden;
    }

a.news-link {
    display: inline-block;
    font-size: 28px;
    color: #1B8292 !important;
    margin: 0 20px 5px;
    text-decoration: none !important;
}

    a.news-link:hover {
        color: #000 !important;
    }

.img-news {
    display: inline-block;
    width: 100%;
    border-radius: 10px 10px 0 0;
    height: 220px;
    position: relative;
    overflow: hidden;
    margin: 0 0 5px;
}

    .img-news a {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 2;
        top: 0;
        left: 0;
    }

    .img-news img {
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        min-width: 100%;
        max-width: 120%;
        min-height: 100%;
        transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
    }

.filterzone {
    display: inline-block;
    width: 100%;
    max-width: 540px;
    text-align: right;
    padding: 20px;
    background: #F9FAFB;
    border: 1px #EFEFEF solid;
    border-radius: 5px;
}

    .filterzone h3 {
        display: inline-block;
        width: 100%;
        color: #000;
        font-size: 24px;
        font-weight: 700;
        margin: 0 0 15px;
    }


.filterchoices {
    display: inline-block;
    width: 100%;
}

    .filterchoices input[type="radio"]:not(old) {
        width: calc(100% - 0.5rem);
        margin: 0;
        position: absolute;
        cursor: pointer;
        padding: 0;
        z-index: 2;
        font-size: 1em;
        height: 100%;
        opacity: 0;
    }

        .filterchoices input[type="radio"]:not(old) + label {
            display: inline-block;
            position: absolute;
            border-radius: 6px;
            color: #000;
            line-height: 32px;
            width: 100%;
            height: 36px;
            position: relative;
        }

            .filterchoices input[type="radio"]:not(old) + label > span {
                display: inline-block;
                top: 0;
                left: 0;
                width: 100%;
                text-align: center;
                height: 36px;
                padding: 0;
                font-size: 12px;
                margin: 0;
                border: 1px #d6d6d6 solid;
                border-radius: 6px;
                background: #fff;
                vertical-align: bottom;
            }

        .filterchoices input[type="radio"]:not(old):checked + label > span {
            background: #2795A6;
            color: #fff;
            border: 1px #2795A6 solid;
        }

.center-block {
    display: inline-block;
    width: 100%;
    border: 1px #D6D6D6 solid;
    padding: 20px;
    border-radius: 8px;
    text-align: right;
}

.center-info {
    display: inline-block;
    width: 100%;
}

    .center-info h3 {
        display: inline-block;
        width: 100%;
        font-size: 22px;
        font-weight: 700;
        padding: 0 35px 0 0;
        position: relative;
        margin: 0 0 15px;
    }

        .center-info h3 svg {
            position: absolute;
            top: 0;
            right: 0;
            transform: scale(1.2);
            -webkit-transform: scale(1.2);
        }

.center-options {
    display: inline-block;
    padding: 0 35px 0 0;
    position: relative;
    min-height: 30px;
    margin: 0 0 5px;
    min-width: 225px
}

    .center-options svg {
        position: absolute;
        top: 5px;
        right: 0
    }

    .center-options img {
        position: absolute;
        top: 5px;
        right: 0;
        max-height: 25px
    }

    .center-options strong {
        display: inline-block;
        vertical-align: top;
        color: #000;
        font-weight: 700;
        font-size: 19px;
        margin: 0 0 5px 10px;
        line-height: 28px;
    }

    .center-options span {
        display: inline-block;
        max-width: calc(100% - 90px);
        color: #999;
        font-size: 17px;
        padding: 0 0 0 10px;
        margin: 0 0 5px;
        line-height: 28px;
    }

.center-call {
    display: inline-block;
    position: relative;
    padding: 0 35px 0 0;
    min-height: 30px;
}

    .center-call img {
        position: absolute;
        top: 0;
        right: 0;
        max-width: 25px;
    }

    .center-call a {
        display: inline-block;
        text-decoration: none !important;
        color: #434342 !important;
        font-size: 18px;
    }

        .center-call a:hover {
            color: #000 !important;
        }

.callzone {
    border-right: 1px #D6D6D6 solid;
    position: relative;
    padding-bottom: 55px;
}

a.center-link {
    position: absolute;
    bottom: 0;
    max-width: calc(100% - 24px);
    right: 12px;
    background: #2795A6;
    height: 48px;
    line-height: 48px;
    border-radius: 6px;
    font-weight: 700;
    color: #fff !important;
    font-size: 17px;
    width: 48%;
    text-align: center;
    text-decoration: none !important;
}

.home-bannre .p-carousel .p-carousel-content .p-carousel-prev, .home-bannre .p-carousel .p-carousel-content .p-carousel-next {
    display: none;
}

.home-bannre .p-carousel-indicators {
    justify-content: start;
}

.home-bannre .p-carousel .p-carousel-indicators {
    padding: 1rem 0;
    direction: rtl;
}

.home-bannre .p-component {
    font-family: 'Cairo', sans-serif !important;
}

.title-sidbar {
    display: inline-block;
    width: 100%;
    width: 700;
    font-size: 22px;
    color: #1B8292;
    margin: 10px 0;
}

.student-history {
    display: inline-block;
    width: 100%;
    padding: 12px;
    border: 1px #ddd solid;
    border-radius: 10px;
    margin: 0 0 30px;
}

.course-before {
    display: inline-block;
    width: 100%;
    padding: 0 80px 10px 0;
    margin: 0 0 10px;
    min-height: 78px;
    border-bottom: 1px #ddd solid;
    position: relative;
}

.student-history div.course-before:last-child {
    border-bottom: none;
    margin: 0;
}

.course-before span {
    position: absolute;
    width: 68px;
    height: 68px;
    text-align: center;
    top: 0;
    right: 0;
    line-height: 68px;
    font-size: 20px;
    font-weight: 700;
}

.course-before.kotab-course span {
    background: url(../../images/shape1.svg) center no-repeat;
    color: #38B89A;
}

.course-before.hafza-course span {
    background: url(../../images/shape33.svg) center no-repeat;
    color: #EBB953;
}

.course-before h5 {
    display: inline-block;
    width: 100%;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #535353;
    line-height: 22px;
    margin: 8px 0 3px;
    padding: 0 0 0 90px;
}

    .course-before h5 b {
        position: absolute;
        top: 0;
        left: 0;
        line-height: 22px;
        min-height: 22px;
        color: #999999;
        font-size: 13px;
        font-weight: 400;
    }

.course-before h6 {
    display: inline-block;
    width: 100%;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #11BFB6;
    line-height: 22px;
    margin: 8px 0;
    padding: 0 0 0 150px;
}

    .course-before h6 small {
        position: absolute;
        top: 0;
        left: 0;
        line-height: 22px;
        min-height: 22px;
        color: #999;
        font-size: 12px;
    }

.subsitebar {
    display: inline-block;
    width: 100%;
    width: 700;
    font-size: 22px;
    color: #535353;
    font-size: 18px;
    margin: 5px 0 12px;
}

.courses-tab ul {
    margin: 0;
    padding: 0;
}

.courses-tab .nav-tabs .nav-link {
    color: #999;
    font-size: 20px;
    font-weight: 700;
    padding: 0.9rem 1.8rem;
    border-bottom: 3px rgba(0,0,0,0) solid;
}

    .courses-tab .nav-tabs .nav-link:focus, .courses-tab .nav-tabs .nav-link:hover {
        border-color: transparent;
    }

    .courses-tab .nav-tabs .nav-item.show .nav-link, .courses-tab .nav-tabs .nav-link.active {
        color: #1B8292;
        background-color: #fff;
        border-color: transparent;
        border-bottom: 3px #2695A7 solid;
    }

.sessionsrole {
    display: inline-block;
    width: 100%;
    padding: 0 40px 0 0;
    position: relative;
}

    .sessionsrole::before {
        content: '';
        position: absolute;
        width: 2px;
        height: calc(100% - 100px);
        top: 40px;
        right: 13px;
        border-right: 1px #ddd dashed;
    }

.session-block {
    display: inline-block;
    width: 100%;
    border: 1px #ddd solid;
    border-radius: 5px;
    margin: 0 0 20px;
    padding: 12px 12px 12px 40px;
    position: relative;
    min-height: 95px;
}

    .session-block i {
        position: absolute;
        display: none;
        width: 27px;
        height: 27px;
        border-radius: 50%;
        color: #fff;
        font-size: 20px;
        text-align: center;
        line-height: 27px;
        top: 32px;
        left: 12px;
        background: #11BFB6;
    }

        .session-block i.icon-x {
            background: #EF0000;
        }

    .session-block::before {
        position: absolute;
        top: 35px;
        right: -40px;
        content: '';
        width: 27px;
        height: 27px;
        border-radius: 50%;
        background-color: #F5A707;
        border: 8px #FFE9AF solid;
    }

    .session-block.session-done i {
        display: inline-block;
    }

    .session-block.session-done::before {
        position: absolute;
        top: 35px;
        right: -40px;
        content: '';
        width: 27px;
        height: 27px;
        border-radius: 50%;
        background-color: #fff;
        border: 8px #F5A707 solid;
    }

    .session-block h4 {
        display: inline-block;
        width: 100%;
        color: #535353;
        font-size: 17px;
        font-weight: 700;
        margin: 0 0 13px;
        padding: 10px 34px 0 0;
        position: relative;
    }

        .session-block h4 img {
            position: absolute;
            top: 3px;
            right: 0
        }

    .session-block h5 {
        display: inline-block;
        color: #B8B6C0;
        font-size: 14px;
        margin: 0 0 0 10px;
        padding: 6px 25px 0 0;
        position: relative;
    }

        .session-block h5 img {
            position: absolute;
            top: 3px;
            right: 0
        }

            .session-block h5 img.center-gray {
                top: 0
            }

.courses-tab .tab-content {
    padding-top: 20px;
}

.review-block {
    display: inline-block;
    width: 100%;
    margin: 0 0 30px;
}

    .review-block h4 {
        display: inline-block;
        width: 100%;
        color: #535353;
        font-size: 17px;
        margin: 0 0 5px;
    }

.review-content {
    display: inline-block;
    padding: 15px;
    border: 1px #D2D2D2 solid;
    background: #F5F6F9;
    font-size: 16px;
    color: #535353;
    line-height: 22px;
    border-radius: 5px;
}

.student-head {
    display: inline-block;
    min-height: 104px;
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    border: 1px #E0E0E0 solid;
    border-radius: 5px;
    padding: 15px;
}

    .student-head i {
        display: inline-block;
        position: relative;
        top: 0px;
        text-align: center;
        line-height: 26px;
        width: 26px;
        height: 27px;
        border-radius: 50%;
        color: #fff;
        background: #57A68F;
    }

        .student-head i.icon-x {
            background: #EF0000;
        }

    .student-head .studentpart {
        float: right;
        position: relative;
        width: 40%;
        max-width: 100%;
        text-align: right;
    }

    .student-head h6 {
        display: inline-block;
        margin: 0 0 10px;
        font-size: 16px;
    }

    .student-head.kotab h6 {
        color: #57A68F !important;
    }

        .student-head.kotab h6 svg {
            fill: #57A68F !important;
        }

    .student-head.hafza h6 {
        color: #DB9E30 !important;
    }

        .student-head.hafza h6 svg {
            fill: #DB9E30 !important;
        }

    .student-head.namozagy h6 {
        color: #009FDB !important;
    }

        .student-head.namozagy h6 svg {
            fill: #009FDB !important;
        }

    .student-head h3 {
        display: inline-block;
        width: 100%;
        margin: 0 0 10px;
        font-size: 23px;
        font-weight: 700;
    }

    .student-head .partnerid {
        display: inline-block;
        position: absolute;
        text-align: right;
        color: #000;
        font-weight: 700;
        font-size: 16px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

        .student-head .partnerid img {
            display: inline-block;
            position: relative;
            margin-left: 8px;
        }

        .student-head .partnerid h4 {
            display: inline-block;
            position: relative;
            text-align: right;
            color: #999;
            font-weight: 700;
            font-size: 16px;
        }

    .student-head .currentcenter {
        float: left;
        position: relative;
        max-width: 40%;
        text-align: right;
        color: #000;
        font-weight: 700;
        font-size: 16px;
    }

        .student-head .currentcenter img {
            display: inline-block;
            position: relative;
            margin-left: 8px;
        }

        .student-head .currentcenter h4 {
            display: inline-block;
            position: relative;
            text-align: right;
            color: #999;
            font-size: 16px;
        }

.walletzone {
    display: inline-block;
    background-color: #C93957;
    width: 100%;
    color: #fff;
    text-align: left
}

.mount-wallet {
    display: inline-block;
    width: 360px;
    max-width: 100%;
    text-align: right;
}

    .mount-wallet img {
        display: inline-block;
        margin: -3px 0 0 8px;
    }

    .mount-wallet span {
        display: inline-block;
        height: 55px;
        line-height: 55px;
        font-size: 20px;
        font-weight: 700;
    }

    .mount-wallet a {
        float: left;
        text-decoration: none !important;
        color: #fff !important;
        line-height: 55px;
        font-size: 14px;
        font-weight: 700;
    }

.accordion-payment .accordion-item {
    border: none;
}

.accordion-payment .accordion-button {
    padding: 1rem 0;
    position: relative;
    color: #000;
    background: #fff;
}

    .accordion-payment .accordion-button::before {
        position: absolute;
        content: '';
        left: -35px;
        top: 14px;
        width: 26px;
        height: 26px;
        border: 1px #000 solid;
        background: #fff;
        border-radius: 50%;
    }

    .accordion-payment .accordion-button::after {
        position: absolute;
        content: '';
        left: -30px;
        top: 19px;
        width: 16px;
        height: 16px;
        background: #000;
        border-radius: 50%;
    }

    .accordion-payment .accordion-button.collapsed::after {
        background: #fff;
    }

.accordion-payment .accordion-header {
    border-bottom: 1px #ddd solid;
    border-top: none;
    background-color: #fff;
}

.accordion-payment .accordion-body {
    padding: 0;
    background: #fff;
}

.accordion-payment .accordion-button::after {
    background-image: none !important;
}

.accordion-payment .accordion-button:not(.collapsed)::after {
    background-image: none !important;
}

.studentfees {
    display: inline-block;
    width: 100%;
    border-bottom: 1px #ddd solid;
    margin: 0 0 10px;
    padding: 0 40px 10px 0;
    position: relative;
}

    .studentfees button {
        display: inline-block;
        width: 30px;
        border: none;
        height: 30px;
        background: #EF0000;
        border-radius: 50%;
        color: #fff;
        position: absolute;
        top: 0;
        right: 0
    }

.feesdata {
    display: inline-block;
    width: calc(100% - 85px);
    vertical-align: top;
}

    .feesdata h3 {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        color: #535353;
        font-size: 22px;
        font-weight: 700;
        margin: 0 0 10px;
    }

.amount-item {
    display: inline-block;
    width: 80px;
    text-align: left;
    color: #535353;
    font-weight: 600;
    font-size: 28px;
    vertical-align: bottom;
}

    .amount-item small {
        display: inline-block;
        position: relative;
        bottom: 5px;
        font-size: 13px;
        vertical-align: bottom;
    }

h6.kotab {
    color: #57A68F !important;
}

    h6.kotab svg {
        fill: #57A68F !important;
    }

h6.hafza {
    color: #DB9E30 !important;
}

    h6.hafza svg {
        fill: #DB9E30 !important;
    }

h6.namozagy {
    color: #009FDB !important;
}

    h6.namozagy svg {
        fill: #009FDB !important;
    }


.option-booking {
    display: inline-block;
    width: 100%;
    padding: 12px;
    border: 1px #ddd solid;
    border-radius: 10px;
    margin: 0 0 30px;
}

    .option-booking strong {
        display: inline-block;
        padding: 0 15px;
        width: 100%;
        font-size: 16px;
        margin: 0 0 10px;
    }

    .option-booking span {
        display: inline-block;
        width: 100%;
        font-size: 16px;
        line-height: 22px;
        margin: 15px 0 10px;
        color: #999;
        padding: 0 15px;
    }

a.btn-booking {
    display: inline-block;
    width: 70%;
    border-radius: 10px;
    background: #11BFB6;
    text-decoration: none !important;
    color: #141414 !important;
    font-weight: 700;
    height: 48px;
    line-height: 48px;
    margin: 0 0 20px;
}

a.btn-withdrawal {
    display: inline-block;
    width: 70%;
    border-radius: 10px;
    background: #C93957;
    text-decoration: none !important;
    color: #fff !important;
    font-weight: 700;
    height: 48px;
    line-height: 48px;
    margin: 0 0 8px;
}

.btn-pay {
    display: inline-block;
    width: 48%;
    height: 48px;
    line-height: 48px;
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    border-radius: 6px;
    background: #2795A6;
    text-decoration: none !important;
    margin-left: 2%;
}

.btn-cancel {
    display: inline-block;
    width: 48%;
    max-width: 431px;
    height: 48px;
    line-height: 48px;
    border: none;
    color: #666;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    border-radius: 6px;
    background: #ccc;
    text-decoration: none !important;
}

.price-cyrcil {
    display: inline-block;
    margin: 20px 0 30px;
    width: 214px;
    height: 214px;
    position: relative;
    border-radius: 50%;
    color: #2795A6;
    box-shadow: 0 4px 25px 0 rgb(0 0 0 / 10%);
}

    .price-cyrcil::before {
        content: '';
        width: 240px;
        height: 240px;
        border: 2px rgba(17,191,182,0.2) solid;
        z-index: 0;
        top: -13px;
        left: -13px;
        position: absolute;
        border-radius: 50%;
    }

    .price-cyrcil strong {
        display: inline-block;
        font-size: 50px;
        font-weight: 700;
        line-height: 220px;
    }

    .price-cyrcil small {
        display: inline-block;
        line-height: 220px;
        font-size: 20px;
        margin: 0 5px 0 0;
    }

.text-right {
    text-align: right;
}

.faq-holder {
    display: inline-block;
    width: 100%;
}

.news-text {
    color: #999;
    font-size: 16px;
    line-height: 22px;
}

.datenews {
    display: inline-block;
    color: #1B8292;
    font-size: 16px;
}

ul.feesdetails {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0 0 15px;
    text-align: right;
}

    ul.feesdetails li {
        display: inline-block;
        width: 100%;
        padding: 0 0 10px;
        margin: 0 0 10px;
        list-style: none;
        border-bottom: 1px #ddd solid;
        color: #9A9A9A;
        font-size: 17px;
    }

        ul.feesdetails li strong {
            color: #000;
            width: 110px;
            display: inline-block;
        }

.courseresult {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 20px 100px;
    border: 1px #ddd solid;
    border-radius: 10px;
    margin: 0 0 30px;
}

    .courseresult img {
        display: inline-block;
        margin: 20px 0 30px;
    }

    .courseresult h2 {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin: 0 0 5px;
        color: #000;
        font-size: 22px;
    }

    .courseresult small {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin: 0 0 20px;
        color: #999;
        font-size: 16px;
    }

    .courseresult span {
        display: inline-block;
        width: 100%;
        text-align: center;
        line-height: 22px;
        margin: 0 0 20px;
        color: #999;
        font-size: 16px;
    }

    .courseresult strong {
        display: inline-block;
        width: 100%;
        text-align: center;
        font-weight: 700;
        margin: 0 0 20px;
        color: #000;
        font-size: 16px;
    }

a.btn-bookend {
    display: inline-block;
    width: 40%;
    border-radius: 10px;
    background: #11BFB6;
    text-decoration: none !important;
    color: #141414 !important;
    font-weight: 700;
    height: 48px;
    line-height: 48px;
    margin: 0 10px 20px;
}

.nav-essal.navbar-expand-lg .navbar-collapse {
    justify-content: end;
}

/*  26/1/2023  */

a.link-prev  {
    float: left; width: 32px; height: 32px; border-radius: 50%; text-decoration: none !important; font-size: 20px;
    line-height: 32px; text-align: center; color: #666 !important; background: #f3f3f3;
}

a.link-prev:hover  {
     color: #000 !important; background: #F5A707
}

.note-box  {
    display: inline-block; width: 100%; border: 1px #E0E0E0 solid; border-radius: 3px; padding: 8px 46px 8px 8px; 
    position: relative; color: #999; font-size: 13px; min-height: 65px; margin-bottom: 10px;
}

.note-box img {
    position: absolute; top:18px; right:8px; max-width:30px ;
}

.note-box span {
    display: inline-block; width: 100%; margin-bottom: 3px;
    position: relative; color: #003333; font-size: 16px;
}

.slider-topic .carousel-item  {
    float: right;
    margin-right: unset;
    margin-left: -100%;
}

.slider-topic .carousel-caption {
    position: absolute; z-index: 2;
    right: 0;
    left: 0;
    color: unset;
    text-align: right; border-radius: 1px;
}

.slider-topic .carousel-indicators {
    margin-right: 0; bottom: -20px;
    margin-left: 0; justify-content:start; align-items: center;
}

.slider-topic .carousel-indicators [data-bs-target] {
   
    width: 16px; border-radius: 1px;
    height: 2px; opacity: 1; margin-right: 0; margin-left: 11px;
    background-color: #2795A6; border-radius: 10px;
    border-bottom: unset; border-top: unset;
}

.slider-topic .carousel-indicators .active  {
  height: 16px; border-radius: 10px;
}

@media (min-width: 1440px) {
    .img-slider {
        max-width: 400px;
    }

    .nav-essal .navbar-nav .nav-link {
        font-size: 18px;
    }
}

@media (min-width: 1600px) {

    ul.social-media li {
        margin: 0 0 0 15px;
    }

        ul.social-media li a {
            width: 64px;
            height: 64px;
            border: 2px #fff solid;
            line-height: 64px;
            font-size: 24px;
        }

    ul.footer-links {
        margin: 15px 0 17px;
    }

    a.app-btn {
        font-size: 23px;
        width: 210px;
        line-height: 30px;
        border-radius: 10px;
        border: 2px #fff solid;
        height: 66px;
        padding: 0 70px 0 12px;
    }

        a.app-btn span {
            font-size: 16px;
            margin: 2px 0 0;
            height: 20px;
            line-height: 22px;
            line-height: 26px;
        }

        a.app-btn svg {
            right: 25px;
            top: 22px;
            transform: scale(2.7);
        }

    .statictnumbers img {
        height: 130px;
    }

    .statictnumbers h2 {
        font-size: 60px;
    }

    .statictnumbers span {
        font-size: 25px;
    }

    .fitlayout {
        padding-left: 6vw;
        padding-right: 6vw;
    }

    .img-slider {
        max-width: 440px;
    }

    .nav-essal .navbar-nav .nav-link {
        font-size: 20px;
    }

    ul.account-items li a {
        font-size: 18px;
    }

        ul.account-items li a svg {
            margin-left: 5px;
            transform: scale(1);
        }

    .programshome h3 {
        font-size: 30px;
        line-height: 52px;
        font-weight: 700;
    }

    .programshome span {
        font-size: 25px;
        line-height: 44px;
        height: 176px;
        margin: 0 0 50px;
    }

    .faq-home {
        font-size: 22px;
        line-height: 36px;
        margin-bottom: 30px;
    }

    .title-side {
        margin: 0 0 30px;
        padding: 0 0 0 80px;
        font-size: 36px;
        line-height: 60px;
        line-height: 60px;
    }

        .title-side::before {
            top: 32px;
            width: 50px;
            height: 2px;
            left: 0
        }

    .title-home {
        margin: 0 0 30px;
        padding: 0 80px;
        position: relative;
        font-size: 36px;
        line-height: 60px;
        line-height: 60px;
    }

        .title-home::before {
            position: absolute;
            top: 32px;
            width: 50px;
            height: 2px;
            right: 0
        }

        .title-home::after {
            position: absolute;
            top: 32px;
            width: 50px;
            height: 2px;
            left: 0
        }

    .title-homew {
        margin: 0 0 30px;
        padding: 0 80px;
        position: relative;
        font-size: 36px;
        line-height: 60px;
        line-height: 60px;
    }

        .title-homew::before {
            position: absolute;
            top: 32px;
            width: 50px;
            height: 2px;
            right: 0
        }

        .title-homew::after {
            position: absolute;
            top: 32px;
            width: 50px;
            height: 2px;
            left: 0
        }

    .programshome a {
        width: 180px;
        height: 66px;
        border-radius: 33px;
        line-height: 66px;
        font-size: 22px;
        margin-bottom: 25px;
    }

    ul.footer-links li a {
        font-size: 21px;
    }

    .label-footer {
        font-size: 18px;
    }

    .newsletter {
        border-radius: 10px;
    }

        .newsletter input {
            width: calc(100% - 134px);
            padding: 20px;
            border-radius: 0 10px 10px 0;
            height: 66px;
            line-height: 66px;
            font-size: 20px;
        }

        .newsletter button {
            width: 130px;
            border-radius: 10px 0 0 10px;
            height: 66px;
            line-height: 66px;
            font-size: 20px;
        }

    .copyright {
        font-size: 17px;
        margin-top: 30px;
        padding: 30px 0;
        border-top: 2px #317784 solid;
    }
}

@media (min-width: 1800px) {
    .img-slider {
        width: 480px;
        max-width: 480px;
    }

    .about-home h3 {
        font-size: 34px;
        line-height: 58px;
        margin: 0 0 40px;
    }

    .about-home span {
        font-size: 24px;
        line-height: 38px;
        margin: 0 0 50px;
    }

    .about-home ul li {
        margin: 0 0 30px;
        font-size: 22px;
    }
}

@media (min-width: 1920px) {

    .fitlayout {
        padding-left: 10vw;
        padding-right: 10vw;
    }

    .programshome h3 {
        font-size: 36px;
        line-height: 66px;
    }

    .programshome span {
        font-size: 30px;
        line-height: 48px;
        height: 192px;
    }


    .img-slider {
        width: 520px;
        max-width: 520px;
    }
}

@media (min-width: 2100px) {
    .img-slider {
        width: 560px;
        max-width: 560px;
    }
}

@media (max-width: 1335px) {
    .nav-essal .navbar-nav .nav-link {
        padding: 14px 12px;
    }

    ul.footer-links li {
        margin: 0 15px 0 0;
    }
}

@media (max-width: 1266px) {
    .nav-essal .navbar-nav .nav-link {
        padding: 14px 10px;
    }
}

@media (max-width: 1200px) {

    .courseresult {
        padding: 20px 50px;
    }

    a.btn-bookend {
        margin: 0 5px 20px;
    }

    ul.footer-links li {
        margin: 0 12px 0 0;
    }

        ul.footer-links li a {
            font-size: 15px;
        }

    .imgfix {
        max-width: 100%;
    }

    .fitlayout {
        padding-left: 0;
        padding-right: 0;
    }

    .nav-essal .navbar-nav .nav-link {
        font-size: 13px;
    }
}

@media (max-width: 991px) {

    .navbar.nav-essal {
        padding-top: 0;
        padding-bottom: 0;
    }

    .mt-3.navholder {
        margin-top: 0 !important;
    }

    .logo img, .logo-ghras img {
        height: 60px;
    }

    .navbar-toggler {
        position: absolute;
        left: 0;
        top: -51px;
    }

    .register-page {
        width: calc(100% - 40px);
    }

    .programshome h3 {
        font-size: 20px;
    }

    ul.footer-links {
        text-align: right;
        margin: 25px 0 22px;
    }

    .img-slider {
        display: none;
    }

    .fitmodalbig .modal-dialog, .fitmodalnote .modal-dialog {
        max-width: calc(100% - 40px) !important;
    }
}


@media (max-width: 767px) {

    .slider-topic h4 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .slider-text {
        font-size: 15px;
        margin-bottom: 30px;
        line-height: 24px;
    }

    .courseresult {
        padding: 20px;
    }

    a.btn-bookend {
        width: calc(100% - 50px);
    }

    .student-head .studentpart {
        width: 100%;
    }

    .student-head .partnerid {
        position: relative;
        left: unset;
        transform: unset;
        float: right;
        -webkit-transform: unset;
        width: 100%;
        margin-bottom: 10px;
    }

    .student-head .currentcenter {
        width: 100%;
        max-width: 100%;
    }

    .mount-wallet {
        width: 100%;
    }

    ul.steps-titles li {
        margin-bottom: 10px;
    }

    .navbar.nav-essal {
        padding-top: 0;
        padding-bottom: 0;
    }

    .mt-3.navholder {
        margin-top: 0 !important;
    }

    .nav-essal .navbar-nav {
        padding-right: 0;
    }

    .navbar-toggler {
        position: absolute;
        left: 0;
        top: -51px;
    }

    .logo img, .logo-ghras img {
        height: 60px;
    }

    .center-info {
        margin-bottom: 20px;
    }

    .center-block {
        max-width: 540px;
    }

    .callzone {
        padding-top: 30px;
        border-top: 1px #D6D6D6 solid;
        border-right: none;
    }

    ul.account-items li a {
        font-size: 0;
    }

    .home-bannre img.islamicframe {
        display: none;
    }

    .home-bannre {
        display: inline-block;
        width: 100%;
        height: auto;
        padding: 30px 0;
    }

    .banner-mid {
        position: relative;
        top: unset;
    }

    .programshome {
        max-width: 360px;
    }
}

@media (min-width: 576px) {

    .fitmodal .modal-dialog {
        max-width: 465px;
    }

    .fitmodalbig .modal-dialog, .fitmodalnote .modal-dialog {
        max-width: unset;
    }
}
