/* Minification failed. Returning unminified contents.
(2465,29): run-time error CSS1046: Expect comma, found '128'
(2465,37): run-time error CSS1046: Expect comma, found '/'
(2466,31): run-time error CSS1046: Expect comma, found '184'
(2466,38): run-time error CSS1046: Expect comma, found ')'
 */
/*@import url('https://fonts.googleapis.com/css?family=Almarai:300,400,700&display=swap&subset=arabic');*/
@import url('https://fonts.googleapis.com/css?family=Cairo:400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');

@font-face {
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Regular'), url('../fonts/MYRIADPRO-REGULAR.woff') format('woff');
}

@font-face {
    font-family: 'Myriad Pro Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Condensed'), url('../fonts/MYRIADPRO-COND.woff') format('woff');
}

@font-face {
    font-family: 'Myriad Pro Condensed Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Condensed Italic'), url('../fonts/MYRIADPRO-CONDIT.woff') format('woff');
}

@font-face {
    font-family: 'Myriad Pro Light';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Light'), url('../fonts/MyriadPro-Light.woff') format('woff');
}

@font-face {
    font-family: 'Myriad Pro Semibold';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Semibold'), url('../fonts/MYRIADPRO-SEMIBOLD.woff') format('woff');
}

@font-face {
    font-family: 'Myriad Pro Semibold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Semibold Italic'), url('../fonts/MYRIADPRO-SEMIBOLDIT.woff') format('woff');
}

@font-face {
    font-family: 'Myriad Pro Bold Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Condensed'), url('../fonts/MYRIADPRO-BOLDCOND.woff') format('woff');
}

@font-face {
    font-family: 'Myriad Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold'), url('../fonts/MYRIADPRO-BOLD.woff') format('woff');
}

@font-face {
    font-family: 'Myriad Pro Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Italic'), url('../fonts/MYRIADPRO-BOLDIT.woff') format('woff');
}

@font-face {
    font-family: 'Myriad Pro Bold Condensed Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Condensed Italic'), url('../fonts/MYRIADPRO-BOLDCONDIT.woff') format('woff');
}

.ltr-dir {
    direction: ltr !important;
}

.rtl-dir {
    direction: rtl !important;
}

.rtl-text {
    text-align: right !important;
}

.no-max-width {
    max-width: none !important;
}

.right-aligned {
    text-align: right;
}

.form-control {
    font-family: 'Myriad Pro Semibold' !important;
    height: calc(1.5em + .75rem + 12px);
    font-size: 1rem !important;
}


.unset-form-control {
    height: unset;
}

.ps-0 {
    padding-inline-start : 0;
}

.subheading {
    font-size: 21px;
    color: #025b8e;
    margin-bottom: 20px;
}

.page-spinner {
    position: fixed;
    z-index: 100;
    left: 0%;
    top: 0%;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

input[type="email"], input[type="tel"], input[type="password"] {
    direction: ltr;
}


input.placeholder-center::placeholder,
input.placeholder-center:placeholder-shown {
    text-align: center;
}

input.placeholder-center:-ms-input-placeholder {
    text-align: center;
}

input.placeholder-center::-ms-input-placeholder {
    /* Microsoft Edge */
    text-align: center;
}

input.placeholder-right::placeholder,
input.placeholder-right:placeholder-shown {
    text-align: right;
}

input.placeholder-center:-ms-input-placeholder {
    text-align: right;
}

input.placeholder-right::-ms-input-placeholder {
    /* Microsoft Edge */
    text-align: right;
}

input.placeholder-left::placeholder,
input.placeholder-left:placeholder-shown {
    text-align: left;
}

input.placeholder-center:-ms-input-placeholder {
    text-align: left;
}

input.placeholder-left::-ms-input-placeholder {
    /* Microsoft Edge */
    text-align: left;
}

body {
    /*background-color: #eee;*/
    background-color: #f1f1f1;
}

    body.rtl-body {
        font-family: 'Cairo', sans-serif;
        font-weight: 600;
        /*direction: rtl;*/
        letter-spacing: 0px;
    }

        body.rtl-body > main {
            direction: rtl;
        }

    body.ltr-body {
        font-family: 'Myriad Pro Regular';
        /*direction: ltr;*/
        letter-spacing: 0.4px;
    }

        body.ltr-body > main {
            direction: ltr;
        }

.visible-element {
    opacity: 1 !important;
    transition: opacity ease 0.5s;
}

.inner-row {
    width: 100%;
    max-width: 1120px;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.row-data-holder {
    display: flex;
    flex-direction: row;
}

.column-data-holder {
    display: flex;
    flex-direction: column;
}

.centered-content {
    justify-content: center;
    align-items: center;
}

.pills-holder {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

    .pills-holder > ul {
        margin: 0px;
        padding: 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

        .pills-holder > ul > li {
            list-style-type: none;
            padding: 2px 4px;
        }

            .pills-holder > ul > li > a,
            .pills-holder > ul > li > a:link {
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;
                min-height: 36px;
                padding: 5px 15px;
                border: solid 2px #dadada;
                text-decoration: none;
                color: #2d3438;
                border-radius: 5px;
                font-size: 15px;
                background-color: transparent;
                cursor: pointer;
                transition: all ease 0.3s;
            }

                .pills-holder > ul > li > a:hover {
                    border: solid 2px rgba(15,142,216,1);
                    transition: all ease 0.3s;
                }

            .pills-holder > ul > li.active > a {
                border: solid 2px rgba(15,142,216,1);
                background-color: rgba(15,142,216,1);
                color: #fff;
                transition: all ease 0.3s;
            }

                .pills-holder > ul > li.active > a:hover {
                    color: #fff;
                }

.start-content {
    justify-content: flex-start;
}

.end-content {
    justify-content: flex-end;
}

.pbtn, .pbtn:link {
    outline: none !important;
    letter-spacing: 0.3px;
    min-width: 45px;
    min-height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    font-family: 'Myriad Pro Regular';
    padding: 5px 8px;
    border-radius: 5px;
}

.pbtn-lg {
    font-size: 18px !important;
    min-height: 50px !important;
}

.pbtn-sm {
    font-size: 13px !important;
    min-height: 35px !important;
}

a.new-feature {
    position: relative;
}

    a.new-feature::after {
        content: '';
        width: 28px;
        height: 28px;
        position: absolute;
        top: -15px;
        right: -15px;
        background-image: url(../assets/new.svg);
        background-size: 28px;
        z-index: 1;
    }

.close-modal-anchor,
.close-modal-anchor:link {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: auto;
    right: 10px;
    width: 25px;
    height: 25px;
    border-radius: 6px;
    border: solid 1px #cccccc;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #292d31;
    font-size: 17px;
    line-height: 1;
    text-decoration: none;
    background-color: transparent;
    font-family: tahoma !important;
}

#certificateModal .certificate-title-col {
    text-align: center;
}

.certificate-modal-photo-holder {
    padding: 0px 3px 30px;
    display: inline-flex;
    justify-content: center;
}

    .certificate-modal-photo-holder > img {
        width: 100%;
        max-width: 460px;
        box-shadow: rgba(0,0,0,0.3) 0px 1px 3px;
    }

.certificate-modal-desc-holder {
    padding: 0px 3px 30px;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
}

    .certificate-modal-desc-holder .optional-certificate-tag {
        min-height: 40px;
        background-color: #daeaf9;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        line-height: 1;
        padding: 10px;
        margin-bottom: 20px;
    }

        .certificate-modal-desc-holder .optional-certificate-tag h5 {
            font-size: 17px;
        }

            .certificate-modal-desc-holder .optional-certificate-tag h5 .certificate-price {
                font-family: 'Myriad Pro SemiBold';
                font-size: 24px;
                text-shadow: rgba(255,255,255,1) 0px 1px 0px;
            }

                .certificate-modal-desc-holder .optional-certificate-tag h5 .certificate-price::after {
                    font-size: 16px;
                    font-family: 'Myriad Pro Light';
                }

.modal-authorizations-par {
    text-align: left;
}

.material-holder img,
.material-holder video,
.material-holder audio,
.material-holder iframe {
    width: 100%;
}

.overflow-x-auto {
    overflow-x: auto;
}

.overflow-y-auto {
    overflow-y: auto;
}

.custom-toast {
    display: flex;
    position: fixed;
    width: 100%;
    max-width: 320px;
    min-height: 80px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(216, 15, 108, .9);
    border: solid 2px #ea6da7;
    z-index: 5;
    box-shadow: rgba(0,0,0,0.3) 0px 3px 15px;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 15px;
}

    .custom-toast.success {
        background-color: rgba(15, 180, 150, 0.85);
        border: solid 2px rgba(15, 180, 150, 1);
    }

.animatableToast {
    top: 40px;
    transition: top ease 0.5s;
}

    .animatableToast.ng-hide {
        top: -120px;
        transition: top ease 0.5s;
    }

.rose-text {
    color: #d80f6c !important;
}

.l-blue-text {
    color: #0f8ed8 !important;
}

.d-blue-text {
    color: #025b8e !important;
}

.orange-text {
    color: #f9c51e !important;
}

.grey-text {
    color: #5d676c !important;
}

.red-text {
    color: #d80f6c !important;
}

.black-text {
    color: #2e3336 !important;
}

.yellow-text {
    color: #f9c51e !important;
}

.white-text {
    color: #fff !important;
}

.larger-text {
    font-size: larger;
}

.smaller-text {
    font-size: smaller;
}

.centered-text {
    text-align: center !important;
}

.right-text {
    text-align: right;
}

.left-text {
    text-align: left;
}

.dark-tabs-ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0px;
    margin: 0px 0px 0px;
    width: 100%;
    max-width: 460px;
}

    .dark-tabs-ul > li {
        list-style-type: none;
        padding: 0px 4px;
        width: 50%;
    }

        .dark-tabs-ul > li > a {
            display: flex;
            justify-content: center;
            align-items: center;
            border-bottom: solid 2px rgba(255,255,255,0.25);
            min-height: 60px;
            text-decoration: none;
            color: #fff;
            text-align: center;
            font-size: 18px;
            font-family: 'Myriad Pro Regular';
            transition: all ease 0.3s;
        }

            .dark-tabs-ul > li > a.active {
                color: #fff;
                border-bottom: solid 2px rgba(249,197,30, 1);
                transition: all ease 0.3s;
            }

.modal-light-tabs-ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0px;
    margin: 0px 0px 0px;
    width: 240px;
    max-width: 460px;
}

    .modal-light-tabs-ul > li {
        list-style-type: none;
        padding: 0px 4px;
        /*width: 50%;*/
    }

        .modal-light-tabs-ul > li > a {
            display: flex;
            justify-content: center;
            align-items: center;
            border-bottom: solid 2px rgba(180,180,180,0.25);
            min-height: 50px;
            text-decoration: none;
            color: #2e3336;
            text-align: center;
            font-size: 16px;
            font-family: 'Myriad Pro Regular';
            transition: all ease 0.3s;
        }

            .modal-light-tabs-ul > li > a.active {
                color: rgba(15,142,216, 1);
                border-bottom: solid 2px rgba(15,142,216, 1);
                transition: all ease 0.3s;
            }

.modal-photo-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

    .modal-photo-holder > img {
        width: 100%;
        height: auto;
    }

.controlPhoto {
    position: absolute;
    outline: none !important;
    background-color: transparent;
    height: 100%;
    width: 45px;
    z-index: 1;
    color: #fff;
    font-size: 32px;
    border: none;
    transition: all ease 0.3s;
}

    .controlPhoto:hover {
        background-color: rgba(0,0,0,0.3);
        transition: all ease 0.3s;
    }

    .controlPhoto.back {
        left: 0px;
    }

    .controlPhoto.next {
        right: 0px;
    }

.modal-alert {
    padding: 10px 5px;
    text-align: center;
    font-size: 14px;
    color: #9c2a35;
    background-color: #fdf2f3;
    border: none;
    margin-bottom: 10px;
}

.login-profile-pic-holder {
    display: inline-flex;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    border: solid 2px #FFF;
    background-color: #fff;
    margin: 0px 0px 40px 0px;
    overflow: hidden;
}

.secondary-modal-par {
    font-size: 14px;
    color: #2e3336;
}

    .secondary-modal-par > a {
        color: rgba(216, 15, 108, 1);
    }

.login-profile-pic-holder > div {
    width: 96px;
    height: 96px;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slidableLoginModalContent {
    opacity: 1;
    /*max-height: 700px;*/
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
    transition: all ease 0.4s;
}

    .slidableLoginModalContent.ng-hide {
        opacity: 0;
        max-height: 0px !important;
        padding-top: 0px;
        padding-bottom: 0px;
        overflow: hidden;
    }

.custom-select, .custom-select:focus {
    height: 45px;
    font-family: 'Myriad Pro Semibold';
    font-size: 17px;
    color: #2d3438;
    outline: none !important;
    border-radius: 5px;
    border: solid 1px #f3f3f3;
    width: 100%;
    min-width: 250px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    box-shadow: rgba(0,0,0,0.07) 0px 1px 5px;
}

.status-icon-holder {
    width: 120px;
    height: 120px;
}

    .status-icon-holder > img {
        width: 100%;
    }

/*Blue Buttons*/
.stroked-blue-l-btn {
    background-color: rgba(15,142,216,0);
    border: solid 2px rgba(15,142,216,1);
    color: #1a1e20;
    transition: all ease 0.3s;
}

    .stroked-blue-l-btn:hover {
        background-color: rgba(15,142,216,0.1);
        color: #1a1e20;
        /*color: #fff;*/
        transition: all ease 0.3s;
    }

.blue-l-btn {
    background-color: rgba(15,142,216,1);
    border: solid 2px rgba(15,142,216,1);
    color: #fff !important;
    transition: all ease 0.3s;
}

    .blue-l-btn:hover {
        background-color: rgba(15,142,216,0.8);
        color: #fff;
        transition: all ease 0.3s;
    }

.stroked-blue-d-btn {
    background-color: rgba(15,142,216,0);
    border: solid 2px rgba(15,142,216,1);
    color: #fff;
    transition: all ease 0.3s;
}

    .stroked-blue-d-btn:hover {
        background-color: rgba(15,142,216,0.1);
        color: #fff;
        transition: all ease 0.3s;
    }

.blue-d-btn {
    background-color: rgba(15,142,216,1);
    border: solid 2px rgba(15,142,216,1);
    color: #fff;
    transition: all ease 0.3s;
}

    .blue-d-btn:hover {
        background-color: rgba(15,142,216,0.3);
        color: #fff;
        transition: all ease 0.3s;
    }

/*White Buttons*/
.stroked-white-d-btn {
    background-color: rgba(243,243,243,0);
    border: solid 2px rgba(243,243,243,0.6);
    color: #fff;
    transition: all ease 0.3s;
}

    .stroked-white-d-btn:hover {
        background-color: rgba(243,243,243,0.1);
        border: solid 2px rgba(243,243,243,1);
        color: #fff;
        transition: all ease 0.3s;
    }

.white-d-btn {
    background-color: rgba(243,243,243,1);
    border: solid 2px rgba(243,243,243,1);
    color: #1a1e20;
    transition: all ease 0.3s;
}

    .white-d-btn:hover {
        background-color: rgba(243,243,243,0.8);
        color: #1a1e20;
        transition: all ease 0.3s;
    }

.white-burgundy-d-btn {
    background-color: rgba(255,255,255,1);
    border: solid 2px rgba(116,21,49,1);
    color: #741531;
    transition: all ease 0.3s;
}

    .white-burgundy-d-btn:hover {
        background-color: rgba(255,255,255,0.5);
        border: solid 2px rgba(116,21,49,0.8);
        color: #741531;
        transition: all ease 0.3s;
    }

/*Yellow Buttons*/
.stroked-yellow-d-btn {
    background-color: rgba(249,197,30,0);
    border: solid 2px rgba(249,197,30,1);
    color: #fff;
    transition: all ease 0.3s;
}

    .stroked-yellow-d-btn:hover {
        background-color: rgba(249,197,30,0.1);
        color: #fff;
        transition: all ease 0.3s;
    }


/* Burgundy Buttons */
.stroked-burgundy-d-btn {
    background-color: rgba(116,21,49,1);
    border: solid 2px rgba(116,21,49,1);
    color: #fff;
    transition: all ease 0.3s;
}

    .stroked-burgundy-d-btn:hover {
        background-color: rgba(116,21,49,5);
        color: #fff;
        transition: all ease 0.3s;
    }

.yellow-d-btn {
    background-color: rgba(249,197,30,1);
    border: solid 2px rgba(249,197,30,1);
    color: #1a1e20;
    transition: all ease 0.3s;
}

    .yellow-d-btn:hover {
        background-color: rgba(249,197,30,0.8);
        color: #1a1e20;
        transition: all ease 0.3s;
    }

.stroked-yellow-l-btn {
    background-color: rgba(249,197,30, 0);
    border: solid 2px rgba(249,197,30, 1);
    color: #1a1e20;
    transition: all ease 0.3s;
}

    .stroked-yellow-l-btn:hover {
        background-color: rgba(249,197,30, 0.2);
        color: #1a1e20;
        transition: all ease 0.3s;
    }

.yellow-l-btn {
    background-color: rgba(249,197,30, 1);
    border: solid 2px rgba(249,197,30, 1);
    color: #1a1e20;
    transition: all ease 0.3s;
}

    .yellow-l-btn:hover {
        background-color: rgba(249,197,30, 0.8);
        color: #1a1e20;
        transition: all ease 0.3s;
    }

.disabled-l-btn,
.disabled-l-btn:hover {
    transition: all ease 0.3s;
    border: 2px solid #eee;
    background-color: #eee;
    color: #ccc;
    pointer-events: none;
}

/*Grey Buttons*/
.stroked-grey-d-btn {
    background-color: rgba(182, 194, 199, 0);
    border: solid 2px rgba(182, 194, 199, 1);
    color: #fff;
    transition: all ease 0.3s;
}

    .stroked-grey-d-btn:hover {
        background-color: rgba(182, 194, 199, 0.1);
        color: #fff;
        transition: all ease 0.3s;
    }

.grey-d-btn {
    background-color: rgba(182, 194, 199, 1);
    border: solid 2px rgba(182, 194, 199, 1);
    color: #fff;
    transition: all ease 0.3s;
}

    .grey-d-btn:hover {
        background-color: rgba(182, 194, 199, 0.8);
        color: #fff;
        transition: all ease 0.3s;
    }

.stroked-grey-l-btn {
    background-color: rgba(182, 194, 199, 0);
    border: solid 2px rgba(182, 194, 199, 1);
    color: #1a1e20;
    transition: all ease 0.3s;
}

    .stroked-grey-l-btn:hover {
        background-color: rgba(182, 194, 199, 0.2);
        color: #1a1e20;
        transition: all ease 0.3s;
    }

.grey-l-btn {
    background-color: rgba(182, 194, 199, 1);
    border: solid 2px rgba(182, 194, 199, 1);
    color: #fff;
    transition: all ease 0.3s;
}

    .grey-l-btn:hover {
        background-color: rgba(182, 194, 199, 0.8);
        color: #1a1e20;
        transition: all ease 0.3s;
    }

/*red Buttons*/
.stroked-red-l-btn {
    background-color: rgba(216, 15, 108, 0);
    border: solid 2px rgba(216, 15, 108, 1);
    color: #1a1e20;
    transition: all ease 0.3s;
}

    .stroked-red-l-btn:hover {
        background-color: rgba(216, 15, 108, 0.2);
        color: #1a1e20;
        transition: all ease 0.3s;
    }

.red-l-btn {
    background-color: rgba(216, 15, 108, 1);
    border: solid 2px rgba(216, 15, 108, 1);
    color: #fff;
    transition: all ease 0.3s;
}

    .red-l-btn:hover {
        background-color: rgba(216, 15, 108, 0.8);
        color: #fff;
        transition: all ease 0.3s;
    }

.stroked-red-d-btn {
    background-color: rgba(216, 15, 108, 0);
    border: solid 2px rgba(216, 15, 108, 1);
    color: #fff;
    transition: all ease 0.3s;
}

    .stroked-red-d-btn:hover {
        background-color: rgba(216, 15, 108, 0.1);
        color: #fff;
        transition: all ease 0.3s;
    }

.red-d-btn {
    background-color: rgba(216, 15, 108, 1);
    border: solid 2px rgba(216, 15, 108, 1);
    color: #fff;
    transition: all ease 0.3s;
}

    .red-d-btn:hover {
        background-color: rgba(216, 15, 108, .8);
        color: #fff;
        transition: all ease 0.3s;
    }

.pbtnAnimatable {
    transition: all ease 0.3s;
}

    .pbtnAnimatable.ng-hide {
        width: 0px !important;
        min-width: 0px !important;
        overflow: hidden;
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        opacity: 0;
    }

.ctaAnimatable {
    transition: all ease 0s;
}

    .ctaAnimatable.ng-hide {
        height: 0px !important;
        min-height: 0px !important;
        overflow: hidden;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        opacity: 0;
        transition: all ease 0s;
    }

.disabled-btn {
    background-color: rgba(182, 194, 199, 1) !important;
    border: solid 2px rgba(182, 194, 199, 1) !important;
    color: #fff !important;
    transition: all ease 0.3s;
}

.whatsapp-anchor, .whatsapp-anchor:link {
    background-color: #4FCE5D;
    border: solid 2px #4FCE5D;
    color: #fff;
    transition: all ease 0.3s;
}

/*modal colors*/
.black-modal {
    background-color: rgba(33, 37, 41, 0.8);
}

.blue-modal {
    background-color: rgba(10, 90, 130, 0.8);
}

.red-modal {
    background-color: rgba(120, 15, 60, 0.8);
}

.yellow-modal {
    background-color: rgba(100, 75, 5, 0.8);
}

/*modal sizes*/
.dialog-lg {
    max-width: 800px;
    width: calc(100% - 20px);
    margin-left: auto !important;
    margin-right: auto !important;
}

.dialog-md {
    max-width: 540px;
    width: calc(100% - 20px);
    margin-left: auto !important;
    margin-right: auto !important;
}

.dialog-sm {
    max-width: 380px;
    width: calc(100% - 20px);
    margin-left: auto !important;
    margin-right: auto !important;
}

/*modal content*/
.modal-content {
    border: none;
    border-radius: 8px;
    padding: 20px 10px;
}

#certificateModal .modal-dialog.dialog-lg {
    max-width: calc(100% - 10px);
}

@media only screen and (min-width: 768px) {
    #certificateModal .modal-dialog.dialog-lg {
        min-width: 750px;
    }
}

.modal-content > div {
    display: inherit;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

    .modal-content iframe {
        width: 100%;
        height: 50vh;
    }

#videoModal .modal-content {
    padding: 0px 0px;
    overflow: hidden;
}

.authorizations-logo-holder {
    margin-top: 30px;
}

    .authorizations-logo-holder > div {
        width: 100%;
        height: 180px;
        background-size: cover;
        background-position: center;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .authorizations-logo-holder > div > img {
            height: 150px;
        }

.modal-symbol-holder > div {
    width: 80px;
    height: 80px;
    background-image: url(../assets/inquiry-icon.svg);
}

    .modal-symbol-holder > div.inquiry {
        background-image: url(../assets/inquiry-icon.png);
    }

    .modal-symbol-holder > div.brochure {
        width: 100%;
        height: 200px;
        background-image: url(../assets/brochure-thumb.png);
        background-size: 320px 280px;
        background-repeat: no-repeat;
        background-position: top;
        transform: translateX(60px);
    }

    .modal-symbol-holder > div.avatar {
        background-image: unset;
        box-shadow: rgba(0,0,0,0.15) 0px 1px 5px;
        border-radius: 5px;
        background-size: cover;
        background-position: center;
    }

    .modal-symbol-holder > div.cart {
        background-image: url(../assets/modal-cart-icon.svg);
    }

    .modal-symbol-holder > div.user {
        background-image: url(../assets/modal-user-icon.svg);
    }

    .modal-symbol-holder > div.zainCash {
        width: 120px;
        height: 120px;
        background-image: url(../assets/zain-gate-symbol.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% auto;
        margin-bottom: 20px;
    }

    .modal-symbol-holder > div.email {
        background-image: url(../assets/modal-email-icon.svg);
    }

    .modal-symbol-holder > div.phone {
        background-image: url(../assets/modal-mobile-icon.svg);
    }

    .modal-symbol-holder > div.password {
        background-image: url(../assets/modal-password-icon.svg);
    }

    .modal-symbol-holder > div.localization {
        background-image: url(../assets/modal-localization-icon.svg);
    }

.modal-title-holder {
    text-align: center;
}

    .modal-title-holder > h3 {
        width: 100%;
        font-size: 28px;
        /*font-family: 'Myriad Pro Light';*/
    }

    .modal-title-holder .cart-title {
        width: 100%;
        font-size: 24px;
        margin: 0px;
        font-family: 'Myriad Pro SemiBold';
    }

        .modal-title-holder .cart-title span {
            display: block;
            color: #5d676c;
            font-family: 'Myriad Pro Light';
            font-size: 21px;
        }

    .modal-title-holder > p {
        line-height: 1.2;
        font-family: 'Myriad Pro Regular';
        font-size: 16px;
        max-width: 300px;
    }

.modal-body-holder > div {
    width: 100%;
    max-width: 280px;
}

.modal-body-holder form label {
    font-family: 'Myriad Pro Light';
    font-size: 15px;
    display: block;
}

.dashed-bottom-border {
    border-bottom: dashed 1px #d3dce0;
}

.tel-form-group {
    position: relative;
}

    .tel-form-group input {
        text-align: left;
        direction: ltr;
        padding: 0px 0px 0px 55px;
        direction: ltr;
    }

    .tel-form-group .tel-prefix {
        position: absolute;
        bottom: 14px;
        font-size: 13px;
        left: 8px;
        color: #0f8ed8;
        direction: ltr;
    }

.cart-wizard-steps {
    display: flex;
    justify-content: center;
}

    .cart-wizard-steps > .steps-holder {
        display: flex;
        justify-content: space-around;
        align-items: center;
        height: 20px;
        width: 100px;
        margin-bottom: 10px;
    }

        .cart-wizard-steps > .steps-holder > span.active {
            width: 8px;
            height: 8px;
            border-radius: 16px;
            background-color: #bccbd3;
        }

        .cart-wizard-steps > .steps-holder > span.default {
            width: 10px;
            height: 10px;
            border-radius: 16px;
            border: solid 1px #bccbd3;
        }

.cart-wizard-head {
    text-align: center;
}

    .cart-wizard-head > h4 {
        color: #2e3336;
        font-size: 26px;
        font-family: 'Myriad Pro Light';
    }

.cart-wizard-body {
    max-width: none !important;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

    .cart-wizard-body > .wizard-level ul {
        margin: 0px;
        padding: 0px;
    }

        .cart-wizard-body > .wizard-level ul > li {
            list-style-type: none;
            display: flex;
            flex-wrap: nowrap;
            margin-bottom: 10px;
            border-bottom: solid 1px #d2dfe6;
        }

    .cart-wizard-body > .wizard-level .in-account-items-holder {
        padding: 20px 0px 0px 35px;
    }

        .cart-wizard-body > .wizard-level .in-account-items-holder h4 {
            font-size: 18px;
            color: #0f8ed8;
            font-family: 'Myriad Pro Regular';
        }

    .cart-wizard-body > .wizard-level .radio-label {
        display: flex;
        width: 100%;
        flex-wrap: nowrap;
    }

        .cart-wizard-body > .wizard-level .radio-label .input-holder {
            width: 35px;
            min-width: 35px;
        }

    .cart-wizard-body > .wizard-level .in-account-items-holder p {
        font-family: 'Myriad Pro Light' !important;
    }

    .cart-wizard-body > .wizard-level .cart-price-holder div {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

        .cart-wizard-body > .wizard-level .cart-price-holder div del {
            font-size: 14px;
            color: #d80f6c;
            line-height: 1;
        }

            .cart-wizard-body > .wizard-level .cart-price-holder div del::after {
                /*content:'JOD'*/
            }

        .cart-wizard-body > .wizard-level .cart-price-holder div span {
            font-size: 26px;
            color: #2e3336;
            font-family: 'Myriad Pro SemiBold';
            line-height: 1;
        }

            .cart-wizard-body > .wizard-level .cart-price-holder div span::after {
                /*content: 'JOD';*/
                font-size: 14px;
                font-family: 'Myriad Pro Regular';
            }

    .cart-wizard-body > .wizard-level .radio-label .input-holder > .added-item-span {
        display: block;
        width: 25px;
        height: 25px;
        background-image: url(../assets/blue-check-icon.svg);
        background-size: 25px;
    }

    .cart-wizard-body > .wizard-level .radio-label label.input-label {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        width: 100%;
        margin-bottom: 10px;
    }

        .cart-wizard-body > .wizard-level .radio-label label.input-label > p {
            font-family: 'Myriad Pro SemiBold';
            font-size: 16px;
            margin-bottom: 0px;
        }

        .cart-wizard-body > .wizard-level .radio-label label.input-label > span {
            font-size: 13px;
        }

    .cart-wizard-body > .wizard-level .course-level-controls {
        display: flex;
        justify-content: flex-end;
        border-right: none;
        border-left: solid 1px #bccbd3;
        min-width: 70px;
        height: 35px;
    }

        .cart-wizard-body > .wizard-level .course-level-controls > a {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 35px;
            height: 35px;
            text-decoration: none;
            background-size: 25px;
            background-position: center;
            background-repeat: no-repeat;
            background-position: center;
        }

            .cart-wizard-body > .wizard-level .course-level-controls > a.edit {
                background-image: url(../assets/edit-cart-item-icon.svg);
            }

            .cart-wizard-body > .wizard-level .course-level-controls > a.remove {
                background-image: url(../assets/remove-cart-item-icon.svg);
            }

            .cart-wizard-body > .wizard-level .course-level-controls > a.notification {
                background-image: url(../assets/notificaiton-bell-icon.svg);
            }

.custom-textarea {
    width: 100%;
    height: 180px;
    outline: none !important;
    border-radius: 5px;
    border: solid 1px #d8d8d8;
    padding: 10px;
}

.custom-radio {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    float: left;
    margin: 5px 10px 0px 0px;
}

    .custom-radio input {
        display: none;
    }

.inputSlider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: solid 2px #bccbd3;
    background-color: transparent;
    -webkit-transition: .4s;
    transition: .4s;
}

    .inputSlider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 2px;
        bottom: 2px;
        background-color: rgba(255,255,255,0);
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .inputSlider,
input[selected] + .inputSlider {
    border: solid 2px #5b99c9;
    background-color: #5b99c9;
}

    input:checked + .inputSlider:before,
    input[selected] + .inputSlider:before {
        background-color: #fff;
    }

input:disabled + .inputSlider {
    border: dashed 1px #d80f6c;
    background-color: transparent;
}

.inputSlider.radioRound {
    border-radius: 20px;
}

    .inputSlider.radioRound:before {
        border-radius: 20px;
    }

.training-method-anchor, .training-method-anchor:link {
    display: flex;
    width: 120px;
    text-decoration: none;
    color: #2e3336;
    font-size: 14px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    font-family: 'Myriad Pro SemiBold';
}

    .training-method-anchor > div {
        width: 80px;
        height: 80px;
        border-radius: 80px;
        border: solid 2px #d2dfe6;
        transition: all ease 0.3s;
        background-position: center;
        background-size: 80px;
        background-repeat: no-repeat;
    }

    .training-method-anchor:nth-child(1) > div {
        background-image: url(../assets/chair-icon.svg);
    }

    .training-method-anchor:nth-child(2) > div {
        background-image: url(../assets/laptop-icon.svg);
    }

    .training-method-anchor.active > div {
        border: solid 2px #0f8ed8;
        transition: all ease 0.3s;
    }

.payment-method-anchor, .payment-method-anchor:link {
    display: flex;
    width: 100px;
    text-decoration: none;
    color: #2e3336;
    font-size: 14px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    font-family: 'Myriad Pro SemiBold';
}

    .payment-method-anchor > div {
        width: 80px;
        height: 80px;
        border-radius: 80px;
        border: solid 2px #d2dfe6;
        transition: all ease 0.3s;
        background-position: center;
        background-size: 80px;
        background-repeat: no-repeat;
        display: inherit;
        justify-content: center;
        align-items: center;
    }

        .payment-method-anchor > div > img {
            width: 60px;
            height: auto;
        }

    .payment-method-anchor.active > div {
        border: solid 2px #0f8ed8;
        transition: all ease 0.3s;
    }

table.cart-schedule-table tbody tr td {
    border-bottom: solid 1px rgba(188, 203, 211, 0.5);
    border-top: none;
    padding: 0px;
}

    table.cart-schedule-table tbody tr td .data-holder {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        min-height: 40px;
        margin: 0px;
        font-family: 'Myriad Pro SemiBold';
        font-size: 14px;
        margin-bottom: 0px;
        padding: 0.75rem 0.2rem;
    }

        table.cart-schedule-table tbody tr td .data-holder .section-days {
            font-size: 13px;
            font-family: 'Myriad Pro Regular';
        }

            table.cart-schedule-table tbody tr td .data-holder .section-days span::after {
                content: ' :: ';
            }

            table.cart-schedule-table tbody tr td .data-holder .section-days span:last-child::after {
                content: '';
            }

        table.cart-schedule-table tbody tr td .data-holder .offer-icon {
            display: block;
            width: 30px;
            height: 30px;
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            background-image: url(../assets/gift-icon.svg);
        }

.table tbody + tbody {
    border-top: none;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px !important;
    height: 80px !important;
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 64px;
        height: 64px;
        margin: 8px;
        border: 8px solid #fff;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #c5caca transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.lds-facebook {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-facebook div {
        display: inline-block;
        position: absolute;
        left: 8px;
        width: 5px;
        background: #fff;
        animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    }

        .lds-facebook div:nth-child(1) {
            left: 30px;
            animation-delay: -0.24s;
        }

        .lds-facebook div:nth-child(2) {
            left: 39px;
            animation-delay: -0.12s;
        }

        .lds-facebook div:nth-child(3) {
            left: 48px;
            animation-delay: 0;
        }

@keyframes lds-facebook {
    0% {
        top: 8px;
        height: 24px;
    }

    50%, 100% {
        top: 16px;
        height: 10px;
    }
}

.hidden-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 0px;
    display: none;
}

.resource-anchor {
    margin: 0 2px;
    font-size: 12px;
    text-transform: capitalize;
    color: #000 !important;
    background: white !important;
    padding: 0 5px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block !important;
    font-size: 11px !important;
    width: auto !important;
    max-width: 32px;
    height: 20px !important;
    max-height: 20px !important;
    min-height: 0 !important;
}

/**/
.label-container {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.label-par {
    font-size: 18px;
    font-weight: 600;
    margin: 5px 0px 5px;
    float: left;
}

.radioSwitch {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    float: left;
    margin: 5px 10px 0px 0px;
}

    /* Hide default HTML checkbox */
    .radioSwitch input {
        display: none;
    }

.radioSlider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #dddddd;
    -webkit-transition: .4s;
    transition: .4s;
}

    .radioSlider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        background-color: rgba(255,255,255,0);
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .radioSlider {
    background-color: #5b99c9;
}

input:focus + .radioSlider {
    box-shadow: 0 0 1px #fff;
}

input:checked + .radioSlider:before {
    background-color: #fff;
    /*background-position:-5px center;*/
}

/* Rounded sliders */
.radioSlider.radioRound {
    border-radius: 20px;
}

    .radioSlider.radioRound:before {
        border-radius: 20px;
    }

.checkSwitch {
    position: relative;
    display: inline-block;
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin: 5px 10px 0px 0px;
    overflow: hidden;
}

    /* Hide default HTML checkbox */
    .checkSwitch input {
        display: none;
    }

/* The slider */
.checkSlider {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    background-color: #dddddd;
    -webkit-transition: .4s;
    transition: .4s;
}

    .checkSlider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 6px;
        bottom: -36px;
        background-color: rgba(255,255,255,0);
        -webkit-transition: .4s;
        transition: .4s;
        background-image: url(../assets/input-check-icon.svg);
        background-size: 36px;
        background-repeat: no-repeat;
        background-position: center -16px;
    }

input:disabled + .checkSlider {
    background-color: #5b99c9;
    opacity: 0.5;
}

input:checked + .checkSlider {
    background-color: #5b99c9;
}

input:focus + .checkSlider {
    box-shadow: 0 0 1px #fff;
}

input:checked + .checkSlider:before {
    background-position: center center;
    bottom: 4px;
    transition: .4s;
}

/* Rounded sliders */
.checkSlider.checkRound {
    border-radius: 4px;
}

    .checkSlider.checkRound:before {
        border-radius: 2px;
    }

#certificatesModal h6 {
    font-size: 1.2rem;
    font-family: 'Myriad Pro Light';
}

.certificate-request-table thead tr th,
.certificate-request-table tbody tr td {
    padding: 5px;
    min-height: 40px;
    vertical-align: middle;
    border-top: transparent;
    border-bottom: transparent;
    text-align: center;
}

.display-block {
    display: block !important;
}

.display-flex {
    display: flex !important;
}

.pAlert {
    padding: 5px 10px;
    text-align: center;
    font-size: 14px;
    border-radius: 3px;
}

.pAlert-warning {
    background-color: rgba(220, 120, 35, 0.3);
    border: solid 1px rgba(220, 120, 35, 0.4);
    color: #45310d;
}

.modal-diploma-details-holder {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .modal-diploma-details-holder table tr td {
        width: 50%;
        font-size: 14px;
    }

        .modal-diploma-details-holder table tr td:nth-child(1) {
            text-align: right;
        }

        .modal-diploma-details-holder table tr td:nth-child(2) {
            text-align: left;
            font-weight: 600;
        }

.plabel {
    margin: 0px;
    padding: 4px 15px;
    border-radius: 20px;
    font-size: 12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    color: #1a1e20;
    border: solid 1px;
}

    .plabel.primary {
        border-color: #f9c51e;
    }

    .plabel.pending {
        border-color: #0f8ed8;
    }

    .plabel.success {
        border-color: #0fd88e;
    }

    .plabel.disabled {
        border-color: #5d676c;
    }

    .plabel.warning {
        border-color: #d80f6c;
    }

.flex-wrap {
    flex-wrap: wrap;
}

.dropzone {
    background-color: #eef1f3;
    border: dashed 2px #b5c0c7;
    border-radius: 10px;
}

    .dropzone .dz-message {
        display: flex;
        justify-content: center;
    }

        .dropzone .dz-message .dz-button {
            outline: none !important;
            letter-spacing: 0.3px;
            min-width: 45px;
            min-height: 45px;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            text-decoration: none;
            font-size: 15px;
            font-family: 'Myriad Pro Regular';
            padding: 5px 8px;
            border-radius: 5px;
            background-color: rgba(243,243,243,1);
            border: solid 2px rgba(243,243,243,1);
            color: #1a1e20;
            transition: all ease 0.3s;
        }

    .dropzone .dz-preview {
        transform: scale(0.8);
    }

        .dropzone .dz-preview.dz-image-preview {
            background-color: transparent;
        }

        .dropzone .dz-preview .dz-image {
            border-radius: 0px;
        }

    .dropzone .dz-message .dz-button:hover {
        background-color: rgba(243,243,243,0.8);
        color: #1a1e20;
        transition: all ease 0.3s;
    }

/*switcher*/
.switch-toggle {
    display: inline-block;
    margin: 0px;
}

    .switch-toggle input[type="checkbox"] + .toggle-label {
        width: 36px;
        height: 24px;
        border-radius: 100px;
        background-color: #9ca8af;
        padding: 2px;
        display: flex;
        position: relative;
        transition: background-color ease 0.4s;
    }

        .switch-toggle input[type="checkbox"] + .toggle-label::after {
            content: "";
            width: 20px;
            height: 20px;
            border-radius: 100%;
            position: absolute;
            top: 2px;
            left: 2px;
            background-color: #fff;
            transition: left ease 0.4s;
        }

        .switch-toggle input[type="checkbox"] + .toggle-label.lg {
            width: 50px;
            height: 32px;
        }

            .switch-toggle input[type="checkbox"] + .toggle-label.lg::after {
                width: 28px;
                height: 28px;
                top: 4px;
                left: 4px;
            }

        .switch-toggle input[type="checkbox"] + .toggle-label.sm {
            width: 30px;
            height: 20px;
        }

            .switch-toggle input[type="checkbox"] + .toggle-label.sm::after {
                width: 16px;
                height: 16px;
                top: 2px;
                left: 2px;
            }

    .switch-toggle input[type="checkbox"]:checked + .toggle-label {
        background-color: #20d858;
    }

        .switch-toggle input[type="checkbox"]:checked + .toggle-label::after {
            left: calc(100% - 22px);
        }

        .switch-toggle input[type="checkbox"]:checked + .toggle-label.lg::after {
            left: calc(100% - 33px);
        }

        .switch-toggle input[type="checkbox"]:checked + .toggle-label.sm::after {
            left: calc(100% - 18px);
        }

.custom-radio-container {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0px;
}

    .custom-radio-container > span {
        padding: 0px 10px;
    }

    .custom-radio-container label {
        width: 33px;
        height: 33px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px;
        padding: 4px;
        direction: ltr;
    }

        .custom-radio-container label input + span {
            width: 24px;
            height: 24px;
            border-radius: 24px;
            background-color: #94a9b5;
            position: relative;
            transition: background-color ease 0.3s;
        }

            .custom-radio-container label input + span::after {
                content: '';
                width: 0px;
                height: 0px;
                border-radius: 0px;
                position: absolute;
                z-index: 1;
                left: 50%;
                top: 50%;
                background-color: #fff;
                border-radius: 100%;
                transform: translateX(-50%) translateY(-50%);
                transition: width ease 0.3s, height ease 0.3s;
            }

        .custom-radio-container label input:checked + span {
            background-color: rgba(15, 142, 216, 1);
        }

            .custom-radio-container label input:checked + span::after {
                width: 18px;
                height: 18px;
            }

.radio-container {
    display: flex;
    flex-wrap: nowrap;
    margin: 0px;
    align-items: center;
}

    .radio-container > .input-label {
        display: flex;
        width: 24px;
        height: 24px;
        margin: 0px;
        justify-content: center;
        align-items: center;
    }

        .radio-container > .input-label > input + span {
            width: 22px;
            height: 22px;
            border-radius: 100%;
            background-color: #9ca8af;
            position: relative;
            transition: background-color ease 0.3s;
        }

            .radio-container > .input-label > input + span::before {
                position: absolute;
                content: '';
                z-index: 1;
                background-color: #fff;
                border-radius: 100%;
                width: 0;
                height: 0;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                transition: width ease 0.3s, height ease 0.3s;
            }

        .radio-container > .input-label > input:checked + span {
            background-color: #20d858;
        }

            .radio-container > .input-label > input:checked + span::before {
                width: 14px;
                height: 14px;
            }

    .radio-container > .input-title-label {
        margin: 0px;
        padding: 0px 5px;
        font-size: 16px;
        font-weight: 600;
    }

.cash-in {
    width: auto;
    margin: 0px auto;
    font-weight: bold;
    color: #2566af;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
    text-transform: uppercase;
    line-height: 1.6;
}

.text-ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.multiple-redio {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .multiple-redio > div {
        justify-content: center;
        display: flex;
        align-items: center;
        margin-right: 15px;
    }

        .multiple-redio > div > * {
            display: flex;
            min-height: 20px;
            min-width: 20px;
            margin: 0;
            margin-right: 10px;
        }

/* course card design */
.courses-card {
    color: #222;
}

    .courses-card > img {
        width: 100px;
        height: 130px !important;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .courses-card > div {
        border-top-right-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
        min-height: 130px;
        max-height: 130px;
    }

        .courses-card > div > span {
            max-width: 160px;
            min-width: 160px;
            font-size: 16px;
        }
.buttonEnroll:disabled {
    background: gray;
    border: 1px solid;
    cursor: not-allowed !important;
}
    .buttonEnroll:disabled:hover {
        background: gray;
        border: 1px solid !important;
        color: #fff !important;
        cursor: not-allowed !important;
    }
.selectall {
    width: 192px;
    padding: 12px 16px !important;
    letter-spacing: -0.176px;
    font-size:16px !important;
}
.buttonEnroll, .buttonEnroll:not(:disabled):hover {
    border-radius: 6px !important;
    background: #005b8e;
    border: 1px solid #005b8e;
    color: #fff;
    font-size: 14px;
    cursor: pointer !important;
    font-size: 13px !important;
    padding: 5px 24px;
}

.Progressmark {
    color: #ae53f5;
    font-size: 14px !important;
}

.CourseProgress {
    color: #007bff;
    font-size: 13px !important;
}

element.style {
}




.form-checker {
    display: block;
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
    cursor: pointer;
    user-select: none;
    width: 36px;
    height: 36px;
}

    .form-checker input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .form-checker .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 36px;
        width: 36px;
        border: 4px solid #AE53F5;
        border-radius: 7px;
    }

        .form-checker .checkmark:after {
            border: solid white;
            border-width: 0 3px 3px 0;
            transform: rotate(45deg);
            content: "";
            position: absolute;
            display: none;
            left: 10px;
            top: 2px;
            width: 10px;
            height: 20px;
        }

    .form-checker input:checked ~ .checkmark {
        background-color: #AE53F5;
    }

        .form-checker input:checked ~ .checkmark:after {
            display: block;
        }

    .form-checker input:disabled ~ .checkmark,
    .form-checker input:disabled .checkmark {
        border-color: #ccc;
        background: #ccc;
        cursor: not-allowed;
    }
   /* .form-checker.disabled {
        border-color: #ccc;
        background: #ccc;
        cursor: not-allowed;
    }*/

    .cards-container {
        padding: 0px 16px;
    }
.border-raduis {
    border-radius: 10px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cards-container .card {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background:unset;
}
.cards-container .border-raduis label {
    color: #005B8E;
    font-family: Almarai;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}
.cards-container .border-raduis span {
    width: 34px;
    height: 34px;
    background: #005B8E;
    border-radius: 50%;
    color: #fff;
    padding-top:2px;
    font-weight:700;
}
.interesting-course-col .card-header {
    background: #005B8E;
    height: 52px;
    font-size: 14px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.interesting-course-col .card-body {
   /*padding: 20px 20px 20px 0px !important;     */  
}
    .interesting-course-col .card-body:first-child {
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
    }
    .interesting-course-col .card-body:last-child {
        border-top-left-radius: unset;
        border-top-right-radius: unset;
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
    }
    .interesting-course-col .perc-mun {
        font-weight: 400;
        margin: 0px 10px;
        font-family: Poppins !important;
        font-size: 10px;
        height: 16px
    }
.interesting-course-col .card-body img {
    width: 80px;
    height: 80px !important;
    border-radius: 7px;
    object-fit: cover;
}
.interesting-course-col .card-body .CourseName {
    color: #222;
    font-family: Almarai;
    font-size: 15px;
    font-weight: 700;
    width: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
    white-space: pre;
}
.interesting-course-col .card-body .form-checker {
    width: 25px;
    height: 25px;
    border-radius:4px;
}
    .interesting-course-col.card-body.form-checker.checkmark:after {
        border: solid white;
        border-width: 0 4px 4px 0;
        transform: rotate(40deg);
        content: "";
        position: absolute;
        display: none;
        left: 8px;
        top: -1px;
        width: 14px;
        height: 24px;
        border-radius: 2px;
    }
    .interesting-course-col .card-body .form-checker .checkmark {
        border: 4px solid #005B8E;
        border-radius: 4px;
    }

    .interesting-course-col .card-body .form-checker input:checked ~ .checkmark {
        background:  #005B8E;
    }
    .interesting-course-col .card-body .form-checker input:disabled ~ .checkmark {
        background: rgb(128 128 128 / 56%);
        border-color: rgb(184 184 184) !important;
    }

.interesting-course-col .card-footer {
    background: #E3EDFF;
    height: 52px;
    color: #005B8E;
    font-size: 14px;
    font-weight: 700;
    padding-top:3px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.interesting-course-col .progresss {
    height: 70px !important;
}

.chooseTrainingProgram {
    height: 170px !important;
}

.interesting-course-col .progresss h6 {
    color: #222;
    font-size: 9px;
    font-weight: bold;
}
.interesting-course-col .progress {
    height: 14px;
    width: 100%;
    border-radius: 40px;
    background: transparent;
    border: 1px solid #005B8E;
    direction: revert;
}
    .interesting-course-col .progress .progress-bar {
        background: linear-gradient(90deg, #005B8E 0%, rgba(0, 91, 142, 0.64) 72.59%, rgba(0, 91, 142, 0.51) 100%);
        border-radius: 40px;
        margin: 2px;
        width: 100%;
    }
    .interesting-course-col .progress  .zero-pro{
        background:transparent;
        text-align:center;
    }
    /* Define custom styles for labels */
    .custom-label-style {
        font-weight: bold;
        color: #333; /* Customize the color */
    }

.interesting-course-col .Unenroll {
    text-align: end;
    display: flex;
    justify-content: end;
    margin-top: -30PX;
/*    margin-right: 271px;
*/    color: red;
    font-size: small;
}

.interesting-course-col .comRegestier {
    font-weight: 600;
    margin: 0.25rem 0;
    font-family: Poppins !important;
    font-size: 9px;
    color: #9b0404;
}


/* Define custom styles for values */
.custom-value-style {
    color: #fff;
    background: #007bff;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
}
/* tap payment */

.tap-pay #privateTapElement iframe {
    height: 200px !important;
}


.partner {
    background: #fff;
    border-radius: 10px;
    width: 150px;
    height: 150px;
    padding: 1rem;
    mix-blend-mode: luminosity;
    transition: all ease 0.3s;
    cursor: pointer;
}

.partner:hover{
    mix-blend-mode: normal;
    transition: all ease 0.3s;
}

.partner a{
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}

.partner > span {
    font-size:1rem;
    font-weight:bold;
    text-align:center;
}

    .partner > img,
    .partner > a > img {
        width: 70px;
    }


.animated-button1 {
    background: linear-gradient(-30deg, #a50003 50%, #7f0410 50%);
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 400;
    min-width:170px;
    text-align:center;
}

.animated-button1::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #a50003;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
    padding: 5px 12px;
}

.animated-button1:hover,
.animated-button1:hover::before {
    text-decoration: none;
    background-color: rgba(249,197,30, 0.8) !important;
    color: #ffc107;
}

.animated-button1 span {
    position: absolute;
}
.animated-button1 span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 3px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 8, 0)), to(#ffc107));
    background: linear-gradient(to left, rgba(43, 8, 8, 0), #ffc107);
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
.animated-button1 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 3px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 8, 0)), to(#ffc107));
    background: linear-gradient(to top, rgba(43, 8, 8, 0), #ffc107);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite;
}
@keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}
.animated-button1 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 3px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 8, 0)), to(#ffc107));
    background: linear-gradient(to right, rgba(43, 8, 8, 0), #ffc107);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite;
}
@keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
.animated-button1 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 3px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(#ffc107));
    background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #ffc107);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite;
}
@keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@media only screen and (max-width: 425px) {
    .step-personalInfo > .col-lg-12, .interesting-course-col {
        padding: 0px !important;
    }

    .form-checker .checkmark {
        height: 32px;
        width: 32px;
    }

    .step-heading > h1 {
        font-size: 26px !important;
    }
}

@media only screen and (min-width: 578px) {
    .step-heading > h1 {
        font-size: 42px !important;
    }
}


@media only screen and (max-width:575px) {
    .text-ellipsis {
        white-space: normal;
    }
}

@media only screen and (min-width:768px) {
    .certificate-modal-photo-holder {
        padding: 0px 20px 30px 0px;
    }

    .certificate-modal-desc-holder .optional-certificate-tag {
        justify-content: flex-start;
        text-align: left;
    }

    .certificate-modal-desc-holder {
        text-align: left;
    }
}

@media only screen and (min-width:992px) {
    .pbtn, .pbtn:link {
        min-width: 48px;
        min-height: 48px;
        font-size: 16px;
        padding: 5px 12px;
    }

    .pbtn-lg {
        font-size: 19px !important;
        min-height: 55px !important;
    }

    .custom-select, .custom-select:focus {
        margin-left: 0;
        margin-right: 0px;
    }
    .CourseName {
        min-width: 204px;
    }

    .CourseExDate {
        color: red;
        font-size: small;
    }
}

@media only screen and (min-width:1441px) {
    .inner-row {
        max-width: 1280px;
    }
}

/*cart bar*/
.upper-section-shader {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(45, 52, 56, 0.4);
    z-index: 5;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.z-index-4 {
    z-index: 4;
}

.arabic-anchor {
    font-family: 'Cairo';
    font-weight: 600;
}

.upper-tab-section {
    direction: ltr;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 5;
    height: auto;
    min-height: 60px;
    padding: 0px;
    background-color: #fff;
    display: flex;
    box-shadow: rgba(0,0,0,0.15) 0px 1px 5px;
}

    .upper-tab-section > .inner-row {
        min-height: 60px;
        display: inline-flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: nowrap;
        padding: 0px 0px;
    }

        .upper-tab-section > .inner-row > .logo-part {
            width: auto;
            height: 60px;
            display: inline-flex;
            flex-direction: row;
            flex-wrap: nowrap;
        }

            .upper-tab-section > .inner-row > .logo-part > .home-anchor {
                width: 100px;
                height: 60px;
                display: flex;
                align-items: center;
                text-decoration: none;
            }

                .upper-tab-section > .inner-row > .logo-part > .home-anchor > img {
                    width: 100%;
                    height: auto;
                }

            .upper-tab-section > .inner-row > .logo-part > .nav-anchor {
                width: 50px;
                height: 60px;
                background-image: url(../assets/blue-search-icon.svg);
                background-size: 60px;
                background-position: center;
                background-color: #fff;
                transition: all ease 0.3s;
            }

                .upper-tab-section > .inner-row > .logo-part > .nav-anchor:hover,
                .upper-tab-section > .inner-row > .logo-part > .nav-anchor:active {
                    background-color: #f3f3f3;
                    transition: background-color ease 0.3s;
                }

        .upper-tab-section > .inner-row > .cart-part {
            display: inline-flex;
            flex-direction: row;
            width: auto;
            flex-wrap: nowrap;
        }

            .upper-tab-section > .inner-row > .cart-part .currency-holder {
                display: flex;
                min-width: 80px;
                padding: 5px;
                position: relative;
                justify-content: center;
                align-items: center;
                text-align: center;
                text-decoration: none;
                border-left: solid 1px #eaeaeb;
                border-right: solid 1px #eaeaeb;
            }

                .upper-tab-section > .inner-row > .cart-part .currency-holder .current-currency {
                    display: inline-flex;
                    text-decoration: none;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    min-width: 100%;
                    min-height: 100%;
                    color: #2d3438;
                    font-size: 15px;
                    font-family: 'Myriad Pro SemiBold';
                }

                    .upper-tab-section > .inner-row > .cart-part .currency-holder .current-currency::after {
                        content: ' ▼ ';
                        font-size: 12px;
                        margin: 0px 0px 0px 5px;
                    }

                    .upper-tab-section > .inner-row > .cart-part .currency-holder .current-currency span {
                        width: 28px;
                        height: 28px;
                        background-color: black;
                        border-radius: 100px;
                        margin: 0px 5px 0px 0px;
                        background-size: cover;
                        background-position: right;
                    }

                .upper-tab-section > .inner-row > .cart-part .currency-holder .options-holder {
                    position: absolute;
                    z-index: 1;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    /*flex-direction: row;*/
                    top: 100%;
                    left: 0;
                    width: 100%;
                    /*height: 100%;*/
                    background-color: #fff;
                    background-image: url(../assets/submenu-shader.svg);
                    background-size: 10px 20px;
                    background-repeat: repeat-x;
                    background-position: center -3px;
                    box-shadow: rgba(0,0,0,0.1) 0px 8px 8px;
                    border-radius: 0px 0px 5px 5px;
                    padding-top: 10px;
                }

                    .upper-tab-section > .inner-row > .cart-part .currency-holder .options-holder a {
                        display: inline-flex;
                        flex-direction: row;
                        justify-content: center;
                        padding: 5px 5px;
                        align-items: center;
                        min-width: 100%;
                        color: #2d3438;
                        text-decoration: none;
                    }

                    .upper-tab-section > .inner-row > .cart-part .currency-holder .options-holder > a span {
                        width: 28px;
                        height: 28px;
                        background-color: black;
                        border-radius: 100px;
                        margin: 0px 5px 0px 0px;
                        background-size: cover;
                        background-position: right;
                    }

            .upper-tab-section > .inner-row > .cart-part .cart-holder {
                width: 50px;
                height: 60px;
                display: flex;
                justify-content: center;
                align-items: center;
                position: relative;
            }

                .upper-tab-section > .inner-row > .cart-part .cart-holder img {
                    width: 50px;
                    height: 60px;
                }

                .upper-tab-section > .inner-row > .cart-part .cart-holder > a > span {
                    position: absolute;
                    right: 5px;
                    top: 10px;
                    width: auto;
                    min-width: 18px;
                    height: 18px;
                    border-radius: 18px;
                    background-color: rgba(249,197,30,1);
                    display: inline-flex;
                    justify-content: center;
                    align-items: center;
                    text-align: center;
                    margin: 0px;
                    padding: 0px 5px;
                    font-size: 13px;
                    color: #2d3438;
                }

            .upper-tab-section > .inner-row > .cart-part .lang-holder,
            .upper-tab-section > .inner-row > .cart-part .lang-holder :link {
                display: flex;
                width: 50px;
                height: 60px;
                background-color: #0f8ed8;
                color: #fff;
                justify-content: center;
                align-items: center;
                text-align: center;
                font-size: 14px;
                line-height: 14px;
                text-decoration: none;
            }

            .upper-tab-section > .inner-row > .cart-part .cart-holder .cart-popover {
                position: absolute;
                width: 280px;
                height: auto;
                display: flex;
                flex-direction: column;
                max-height: calc(100vh - 200px);
                top: 100%;
                right: -30px;
                z-index: 2;
                overflow-y: auto;
                background-color: #fff;
                border-radius: 0px 0px 5px 5px;
                background-image: url(../assets/submenu-shader.svg);
                background-size: 10px 20px;
                background-repeat: repeat-x;
                background-position: center -3px;
                box-shadow: rgba(0,0,0,0.1) 0px 8px 8px;
            }

                .upper-tab-section > .inner-row > .cart-part .cart-holder .cart-popover > ul {
                    margin: 0px;
                    padding: 10px 10px 0px;
                    display: inline-flex;
                    min-height: 100%;
                    flex-direction: column;
                    overflow-y: auto;
                }

                    .upper-tab-section > .inner-row > .cart-part .cart-holder .cart-popover > ul > li {
                        list-style-type: none;
                        display: inline-flex;
                        flex-direction: row;
                        flex-wrap: nowrap;
                        padding: 0px 0px 10px;
                        border-bottom: solid 1px #eaeaeb;
                        margin-bottom: 10px;
                    }

                        .upper-tab-section > .inner-row > .cart-part .cart-holder .cart-popover > ul > li .item-image {
                            width: 70px;
                            min-width: 70px;
                            height: 70px;
                            background-color: black;
                            margin-right: 5px;
                            margin-left: 0px;
                            background-size: cover;
                            border-radius: 5px;
                            background-position: center;
                        }

                        .upper-tab-section > .inner-row > .cart-part .cart-holder .cart-popover > ul > li .item-details {
                            width: 100%
                        }

                            .upper-tab-section > .inner-row > .cart-part .cart-holder .cart-popover > ul > li .item-details > h4 {
                                font-size: 16px;
                                color: #1a1e20;
                                margin-bottom: 5px;
                            }

                                .upper-tab-section > .inner-row > .cart-part .cart-holder .cart-popover > ul > li .item-details > h4 + ul {
                                    margin: 0px;
                                    padding: 0px;
                                    display: flex;
                                    flex-direction: column;
                                }

                                    .upper-tab-section > .inner-row > .cart-part .cart-holder .cart-popover > ul > li .item-details > h4 + ul > li {
                                        list-style-type: none;
                                        font-size: 13px;
                                        color: #5d676c;
                                    }

                                        .upper-tab-section > .inner-row > .cart-part .cart-holder .cart-popover > ul > li .item-details > h4 + ul > li span,
                                        .upper-tab-section > .inner-row > .cart-part .cart-holder .cart-popover > ul > li .item-details > h4 + ul > li strong {
                                            color: #0f8ed8;
                                        }

        .upper-tab-section > .inner-row > .user-menu-part {
            display: inline-flex;
            flex-direction: row;
            width: auto;
            min-width: 60px;
            flex-wrap: nowrap;
            position: relative;
        }

            .upper-tab-section > .inner-row > .user-menu-part > a {
                display: flex;
                justify-content: center;
                align-items: center;
                text-decoration: none;
                color: #09212d;
                width: 100%;
                font-size: 24px;
                background-color: #eaeaeb;
            }

            .upper-tab-section > .inner-row > .user-menu-part > .account-controls-popover {
                position: absolute;
                width: 200px;
                height: auto;
                display: flex;
                flex-direction: column;
                max-height: calc(100vh - 200px);
                top: 100%;
                right: 0px;
                z-index: 2;
                overflow-y: auto;
                background-color: #fff;
                border-radius: 0px 0px 5px 5px;
                box-shadow: rgba(0,0,0,0.1) 0px 8px 8px;
                background-image: url(../assets/submenu-shader.svg);
                background-size: 10px 20px;
                background-repeat: repeat-x;
                background-position: center -4px;
                padding: 20px 10px 10px;
            }
                /**/
                .upper-tab-section > .inner-row > .user-menu-part > .account-controls-popover > p {
                    font-size: 16px;
                    font-family: 'Myriad Pro Regular';
                    color: #09212d;
                    line-height: 1.2;
                    text-align: center;
                    overflow: hidden;
                }

                    .upper-tab-section > .inner-row > .user-menu-part > .account-controls-popover > p > span {
                        font-size: 12px;
                        color: #0f8ed8;
                        font-family: 'Myriad Pro Regular';
                    }

                .upper-tab-section > .inner-row > .user-menu-part > .account-controls-popover > ul {
                    margin: 0px;
                    padding: 0px;
                    border-bottom: solid 3px #d3dbe0;
                }

                    .upper-tab-section > .inner-row > .user-menu-part > .account-controls-popover > ul > li {
                        list-style-type: none;
                        border-bottom: dashed 1px #d5d8da;
                    }

                        .upper-tab-section > .inner-row > .user-menu-part > .account-controls-popover > ul > li > a {
                            display: flex;
                            position: relative;
                            flex-wrap: nowrap;
                            justify-content: flex-start;
                            align-items: center;
                            min-height: 40px;
                            text-decoration: none;
                            color: #5d676c;
                            padding: 0px 5px;
                            font-size: 16px;
                            font-family: 'Myriad Pro Light';
                            background-color: rgba(15, 142, 216, 0);
                            transition: all ease 0.3s;
                        }

                            .upper-tab-section > .inner-row > .user-menu-part > .account-controls-popover > ul > li > a:hover {
                                background-color: rgb(222, 229, 236);
                                transition: all ease 0.3s;
                            }
/**/
.jo-currency {
    background-image: url(../assets/jo-flag.png);
}

.us-currency {
    background-image: url(../assets/us-flag.png);
}

.uk-currency {
    background-image: url(../assets/uk-flag.png);
}

.qa-currency {
    background-image: url(../assets/qa-flag.png);
}

.ae-currency {
    background-image: url(../assets/ae-flag.png);
}

.sa-currency {
    background-image: url(../assets/sa-flag.png);
}

.kw-currency {
    background-image: url(../assets/kw-flag.png);
}

.ca-currency {
    background-image: url(../assets/ca-flag.jpg);
}

.eg-currency {
    background-image: url(../assets/eg-flag.png);
}

.bh-currency {
    background-image: url(../assets/bh-flag.png);
    background-position: unset !important;
}

.om-currency {
    background-image: url(../assets/om-flag.png);
    background-position: 0 !important;
}

.quick-search-box {
    position: absolute;
    z-index: 6;
    left: 50%;
    transform: translateX(-50%);
    top: 75px;
    width: calc(100% - 20px);
    max-width: 460px;
    height: auto;
    max-height: 460px;
    background-color: #fff;
    min-height: 80px;
    border-radius: 5px;
    padding: 40px 10px 20px;
    box-shadow: rgba(0,0,0,0.2) 0px 2px 10px;
    display: flex;
    flex-direction: column;
}

    .quick-search-box > .search-header {
        display: flex;
        height: 100%;
        flex-direction: column;
    }

        .quick-search-box > .search-header > h4 {
            font-size: 28px;
            text-align: center;
            color: #0f8ed8;
            margin-bottom: 25px;
        }

    .quick-search-box > .search-form-holder {
        flex-direction: row;
        justify-content: center;
        height: 100%;
    }

        .quick-search-box > .search-form-holder > form {
            display: inline-flex;
            flex-wrap: nowrap;
            justify-content: center;
            position: relative;
            width: auto;
            max-width: 260px;
        }

            .quick-search-box > .search-form-holder > form > input {
                width: 100%;
                height: 35px;
                border: none;
                border-bottom: solid 2px #7998a7;
                outline: none !important;
                font-size: 16px;
                color: #2e3336;
                padding: 0px 40px 0px 0px;
            }

                .quick-search-box > .search-form-holder > form > input:focus {
                    border-bottom: solid 2px #0f8ed8;
                }

                .quick-search-box > .search-form-holder > form > input::placeholder {
                    color: #7998a7;
                    font-size: 12px;
                }

                .quick-search-box > .search-form-holder > form > input::-ms-input-placeholder {
                    color: #7998a7;
                    font-size: 12px;
                }

            .quick-search-box > .search-form-holder > form > button {
                width: 35px;
                height: 35px;
                background-color: transparent;
                border: none;
                background-image: url(../assets/blue-search-icon.svg);
                background-size: 35px;
                position: absolute;
                z-index: 1;
                right: 0px;
                outline: none !important;
            }

.upperSectionAnimatable {
    transition: opacity ease 0.4s;
}

    .upperSectionAnimatable.ng-hide {
        opacity: 0;
    }

.upperSectionSlidable {
    transition: all ease 0.4s;
}

    .upperSectionSlidable.ng-hide {
        top: 0;
        opacity: 0;
    }

.quick-search-box > .search-results-holder {
    padding-top: 5px;
    overflow: auto;
}

    .quick-search-box > .search-results-holder > .search-results {
        overflow: auto;
        display: flex;
        height: 100%;
        width: 100%;
        flex-direction: column;
    }

        .quick-search-box > .search-results-holder > .search-results > ul {
            margin: 0px;
            padding: 0px;
        }

            .quick-search-box > .search-results-holder > .search-results > ul > li {
                list-style-type: none;
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                padding: 15px 0px 10px;
                border-bottom: dashed 1px #bccbd3;
            }

                .quick-search-box > .search-results-holder > .search-results > ul > li > a {
                    display: flex;
                    flex-direction: row;
                    flex-wrap: nowrap;
                    width: 100%;
                    text-decoration: none;
                }

                    .quick-search-box > .search-results-holder > .search-results > ul > li > a > .search-result-thumb {
                        width: 70px;
                        min-width: 70px;
                        height: 50px;
                        background-color: #000;
                        border-radius: 3px;
                        background-size: cover;
                        background-position: center;
                        margin: 0px 20px 0px 0px;
                    }

                    .quick-search-box > .search-results-holder > .search-results > ul > li > a > .search-result-data {
                        width: 100%;
                    }

                        .quick-search-box > .search-results-holder > .search-results > ul > li > a > .search-result-data > h5 {
                            color: #09212d;
                            font-size: 17px;
                            margin: 0px;
                        }

                            .quick-search-box > .search-results-holder > .search-results > ul > li > a > .search-result-data > h5 > span {
                                display: block;
                                font-size: 14px;
                                color: #5d676c;
                            }

                        .quick-search-box > .search-results-holder > .search-results > ul > li > a > .search-result-data > label {
                            display: inline-block;
                            margin: 0px;
                            border: solid 1px #7998a7;
                            padding: 2px 10px;
                            border-radius: 20px;
                            font-size: 11px;
                            color: #0f8ed8;
                        }

.notification-anchor, .notification-anchor:link {
    width: 50px;
    margin: 0px 0px 0px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #09212d;
}

    .notification-anchor span {
        position: relative;
        width: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 30px;
    }

        .notification-anchor span::after {
            position: absolute;
            z-index: 1;
            content: '';
            bottom: 6px;
            left: 2px;
            width: 7px;
            height: 7px;
            background-color: rgba(216, 15, 108, 1);
            border-radius: 100%;
        }

/*subjects bar*/
.menu-section {
    position: absolute;
    top: 60px;
    left: 0px;
    z-index: 4;
    height: auto;
    min-height: 80px;
    display: flex;
    justify-content: center;
    box-shadow: rgba(0,0,0,0.05) 0px 2px 1px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.05) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.05) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.05) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#0dffffff',GradientType=0 );
}

    .menu-section > .inner-row {
        min-height: 80px;
        display: inline-flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: nowrap;
        border-bottom: solid 1px rgba(243,243,243,0.4);
        position: relative;
        padding-left: 5px;
        padding-right: 5px;
    }

.header-main-nav > ul {
    margin: 0px;
    padding: 0px;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: auto;
    min-height: 100%;
    justify-content: center;
    align-items: center;
}

/*breadcrumb*/
.breadcrumb-section {
    position: absolute;
    top: 150px;
    left: 0;
    z-index: 2;
    min-height: 10px;
}

    .breadcrumb-section > .inner-row {
        min-height: 10px;
    }

        .breadcrumb-section > .inner-row > nav {
            height: auto;
            padding: 1rem 0;
        }

            .breadcrumb-section > .inner-row > nav ol.breadcrumb {
                padding: 0px;
                margin: 0px;
                background-color: transparent;
            }

                .breadcrumb-section > .inner-row > nav ol.breadcrumb li a {
                    color: #eee;
                    font-size: 12px;
                    font-family: 'Myriad Pro Light';
                }

    .breadcrumb-section.slided {
        top: calc(170px + 2rem);
    }

/* maen second menu nav html todo */
.student-menu-section {
    top: 141px;
    position: absolute;
    z-index: 3;
    left: 0;
}

    .student-menu-section .student-submenu {
        position: absolute;
        top: 100%;
        transform: translateX(-50%);
        left: 50%;
        width: 100%;
        display: none !important;
        flex-direction: column;
        background: #222;
        min-width: 150px;
        border-radius: 2px
    }

        .student-menu-section .student-submenu.show {
            display: flex !important
        }

    .student-menu-section .submenu-holder {
        position: relative;
    }

        .student-menu-section .submenu-holder:hover > .student-submenu {
            display: flex !important
        }

    .student-menu-section .student-submenu li {
        padding: 10px;
        color: #fff;
        text-shadow: none;
        transition: all .25s ease-in-out
    }

        .student-menu-section .student-submenu li:hover {
            background: #333
        }

        .student-menu-section .student-submenu li:not(:last-child) {
            border-bottom: 1px solid #efefef52
        }

    .student-menu-section .inner-row {
        padding: 0px;
        background-color: rgba(61, 106, 134, 0.1);
        border-radius: 0px 0px 10px 10px;
    }



::-webkit-scrollbar {
    width: 1px;
    height: 3px;
}


::-webkit-scrollbar-track {
    background: gainsboro;
    border-radius: 5px;
}


::-webkit-scrollbar-thumb {
    background: gray;
    border-radius: 5px;
}

.evaluation-form {
    background: #ececec;
    padding: 1rem !important;
    margin-bottom: 1rem;
    margin-top: 1rem;
}


.student-menu-section .inner-row ul:not(.dropdown-menu) {
    display: flex;
    margin: 0px;
    width: 100%;
    justify-content: start;
    align-items: start;
    text-wrap: nowrap;
    align-items: center;
    overflow: auto;
    padding: 0 0.25rem;
}

    .student-menu-section .inner-row ul:not(.dropdown-menu) a.active {
        background-color: rgba(255,110,37,1) !important;
        color: #fff !important;
    }

    .student-menu-section .inner-row ul:not(.dropdown-menu) a:not(.active):hover {
        background-color: rgba(255,110,37,0.8);
        color: #fff !important;
    }

.student-menu-section .inner-row ul li.dropdown .dropdown-menu.show {
    top: 3rem !important;
}

.student-menu-section .inner-row ul li {
    list-style-type: none;
    width: 100%;
}

    .student-menu-section .inner-row ul li a:not(.dropdown-item) {
        min-height: 45px;
        display: flex;
        width: 100%;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
        text-decoration: none;
        color: #fff;
        padding: 0 20px;
        font-size: 13px;
        font-family: 'Myriad Pro Regular';
        /*text-shadow: rgba(255,255,255,0.6) 0px 1px 0px;*/
    }

#studentPage .student-menu-section .inner-row ul li a:not(.dropdown-item) {
    color: #222;
    text-shadow: rgba(255,255,255,0.6) 0px 1px 0px;
}

#studentPage .student-menu-section .inner-row ul li a.dropdown-item {
    font-size: 13px;
}

.student-menu-section .inner-row ul li a i {
    color: #0f8ed8;
}

.student-menu-section .inner-row.dark {
    background-color: rgba(36, 41, 44, 0.3);
    border-bottom: solid 1px rgba(238, 238, 238, 0.1);
    border-left: solid 1px rgba(238, 238, 238, 0.1);
    border-right: solid 1px rgba(238, 238, 238, 0.1);
}

    /*.student-menu-section .inner-row.dark ul li a {
    color: #fff;
    text-shadow: rgba(36, 41, 44, 1) 0px 1px 0px;
}
*/
    .student-menu-section .inner-row.dark ul li a i {
        color: #f9c51e;
    }

.student-menu-section.amana .inner-row ul li a i {
    color: #b59262;
}
/* breadcrumb */
.breadcrumb-section > .inner-row > nav ol.breadcrumb li.active a {
    color: #a9b7c3;
    text-decoration: none;
    pointer-events: none;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: '»';
    padding-right: 5px;
    padding-left: 5px;
}

.header-main-nav > ul > li {
    position: relative;
    list-style-type: none;
    display: inline-flex;
    min-height: 80px;
}

    .header-main-nav > ul > li > a {
        min-width: 90px;
        display: flex;
        text-decoration: none;
        color: #fff;
        justify-content: center;
        align-items: center;
        padding: 8px 5px 5px;
        font-size: 17px;
        text-align: center;
        letter-spacing: 1px;
        text-shadow: rgba(255,255,255,0.2) 0px 1px 15px;
        border-bottom: solid 3px rgba(249,197,30, 0);
        transition: all ease 0.3s;
    }

        .header-main-nav > ul > li > a.active {
            border-bottom: solid 3px rgba(249,197,30, 1);
            transition: all ease 0.3s;
        }

.logged-in-user-anchors-holder {
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
    align-items: center;
    padding: 1px;
    justify-content: flex-end;
}

    .logged-in-user-anchors-holder > a.user-anchor {
        display: flex;
        flex-wrap: nowrap;
        text-decoration: none;
        color: #fff;
        align-items: center;
        position: relative;
    }

        .logged-in-user-anchors-holder > a.user-anchor > .profile-pic-holder {
            display: inline-flex;
            width: 44px;
            height: 44px;
            border-radius: 44px;
            border: solid 2px #FFF;
            background-color: #24292c;
            margin: 0px 10px 0px 0px;
            overflow: hidden;
        }

            .logged-in-user-anchors-holder > a.user-anchor > .profile-pic-holder > div {
                width: 40px;
                height: 40px;
                background-size: cover;
                background-position: center;
                display: flex;
                justify-content: center;
                align-items: center;
            }

                .logged-in-user-anchors-holder > a.user-anchor > .profile-pic-holder > div > .profile-symbol {
                    font-size: 17px;
                    font-family: 'Myriad Pro Regular';
                    letter-spacing: 1px;
                    text-align: center;
                    color: #fff;
                }

        .logged-in-user-anchors-holder > a.user-anchor .notification-span {
            width: 15px;
            height: 15px;
            background-color: #d80f6c;
            border: solid 2px #ea4692;
            border-radius: 20px;
            position: absolute;
            z-index: 1;
            top: 1px;
        }

    .logged-in-user-anchors-holder .user-account-popover {
        position: absolute;
        z-index: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        top: 100%;
        left: auto;
        right: 10px;
        width: 100%;
        max-width: 210px;
        height: auto;
        min-height: 100px;
        padding: 20px 5px 10px;
        background-color: #fff;
        background-image: url(../assets/submenu-shader.svg);
        background-size: 10px 20px;
        background-repeat: repeat-x;
        background-position: center -3px;
        box-shadow: rgba(0,0,0,0.1) 0px 8px 8px;
        border-radius: 0px 0px 5px 5px;
    }

        .logged-in-user-anchors-holder .user-account-popover > p {
            font-size: 16px;
            font-family: 'Myriad Pro Regular';
            color: #09212d;
            line-height: 1.2;
            text-align: center;
            overflow: hidden;
        }

            .logged-in-user-anchors-holder .user-account-popover > p > span {
                font-size: 12px;
                color: #0f8ed8;
                font-family: 'Myriad Pro Regular';
            }

    .logged-in-user-anchors-holder > a.user-anchor .use-name-holder span i {
        color: rgba(249,197,30,1);
    }

    .logged-in-user-anchors-holder .user-account-popover > ul {
        margin: 0px;
        padding: 0px;
        border-bottom: solid 3px #d3dbe0;
    }

        .logged-in-user-anchors-holder .user-account-popover > ul > li {
            list-style-type: none;
            border-bottom: dashed 1px #d5d8da;
        }

            .logged-in-user-anchors-holder .user-account-popover > ul > li > a {
                display: flex;
                position: relative;
                flex-wrap: nowrap;
                justify-content: flex-start;
                align-items: center;
                min-height: 40px;
                text-decoration: none;
                color: #5d676c;
                padding: 0px 5px;
                font-size: 16px;
                font-family: 'Myriad Pro Light';
                background-color: rgba(15, 142, 216, 0);
                transition: all ease 0.3s;
            }

                .logged-in-user-anchors-holder .user-account-popover > ul > li > a:hover {
                    background-color: rgb(222, 229, 236);
                    transition: all ease 0.3s;
                }

                .logged-in-user-anchors-holder .user-account-popover > ul > li > a > span.counter {
                    position: absolute;
                    right: 0;
                    top: 10px;
                    z-index: 1;
                    background-color: #0f8ed8;
                    border-radius: 50px;
                    padding: 2px 10px;
                    font-size: 11px;
                    color: #fff;
                }

            .logged-in-user-anchors-holder .user-account-popover > ul > li:last-child {
                border-bottom: none;
            }

/*sidenav*/
.g-side-nav {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 300px;
    height: 100vh;
    position: fixed;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 2px 0px 5px;
    z-index: 5;
    top: 0;
    left: 0;
    overflow-x: hidden;
}

    .g-side-nav > .header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        min-width: 300px;
        height: 60px;
        padding: 0px 20px;
        color: #c7c7c7;
        font-size: 21px;
        font-family: 'Myriad Pro Light';
    }

        .g-side-nav > .header > button {
            background-color: transparent;
            font-size: 26px;
            width: 20px;
            height: 30px;
            line-height: 1;
            padding: 0px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #09212d;
            border: none;
            outline: none !important;
        }

    .g-side-nav > nav {
        min-width: 300px;
        height: calc(100vh - 160px);
        padding: 0px 0px;
        overflow-y: auto;
    }

        .g-side-nav > nav > ul {
            margin: 0px;
            padding: 0px;
        }

            .g-side-nav > nav > ul > li {
                list-style-type: none;
                margin-bottom: 2px;
            }

                .g-side-nav > nav > ul > li > a {
                    display: flex;
                    text-decoration: none;
                    padding: 0px 20px;
                    min-height: 45px;
                    align-items: center;
                    color: #40555f;
                    font-size: 15px;
                    font-family: 'Myriad Pro Regular';
                    background-color: rgba(0,0,0,0);
                    border-right: solid 5px #005b8e;
                    border-width: 0px !important;
                    transition: all ease 0.3s;
                }

                    .g-side-nav > nav > ul > li > a:hover {
                        border-width: 5px !important;
                        background-color: rgba(0,0,0,0.1);
                        transition: all ease 0.3s;
                    }

.slidableNav {
    transition: all ease 0.4s;
}

    .slidableNav.ng-hide {
        max-width: 0px;
    }

/*next course partial*/
.next-course-timer {
    position: fixed;
    /*right: 10px;*/
    z-index: 4;
    width: auto;
    background-color: rgba(255,255,255,0.95);
    border: solid 2px white;
    border-radius: 10px;
    min-height: 60px;
    min-width: 120px;
    padding: 5px;
    box-shadow: rgba(0,0,0,0.2) 0px 3px 7px;
    display: flex;
    align-items: center;
    right: auto;
    left: 10px;
}

.slidable-box {
    bottom: 10px;
    transition: bottom 0.5s;
}

    .slidable-box.ng-hide {
        bottom: -100px;
        transition: bottom 0.5s;
    }

.next-course-timer .symbol {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f9c51e;
    color: #fff;
    text-shadow: rgba(0,0,0,0.1) 0px 3px 3px;
    margin-right: 10px;
}

.next-course-timer .content-holder {
    font-size: 13px;
}

.next-course-timer .title {
    font-family: 'Myriad Pro SemiBold';
}

    .next-course-timer .title > span {
        font-family: 'Myriad Pro light';
        font-size: smaller;
    }

/* max media query */
@media only screen and (max-width:376px) {
    .page-header-section > .inner-row > .title-col h1 {
        margin: 30px auto 10px !important;
    }

    .student-menu-section .inner-row ul {
        justify-content: start !important;
    }
}

/*@media only screen and (max-width:767px) {
    .student-menu-section .inner-row ul li a {
        flex-direction: column !important;
    }
}*/

@media only screen and (max-width:991px) {
    .student-menu-section .inner-row ul {
        justify-content: center;
    }
}

/* min media query */
@media only screen and (min-width:376px) {
    .upper-tab-section > .inner-row > .cart-part .cart-holder .cart-popover {
        right: 0;
    }
}

@media only screen and (min-width:476px) {
    .upper-tab-section > .inner-row > .logo-part > .nav-anchor {
        width: 60px;
    }

    .upper-tab-section > .inner-row > .logo-part > .home-anchor {
        width: 120px;
    }

    .upper-tab-section > .inner-row > .cart-part .currency-holder {
        min-width: 80px;
    }

        .upper-tab-section > .inner-row > .cart-part .currency-holder .current-currency span {
            display: block;
        }

        .upper-tab-section > .inner-row > .cart-part .currency-holder .options-holder > a span {
            display: block;
        }

    .upper-tab-section > .inner-row > .cart-part .cart-holder {
        width: 60px;
    }

    .upper-tab-section > .inner-row > .cart-part .lang-holder {
        width: 60px;
    }

    .upper-tab-section > .inner-row > .cart-part .currency-holder .options-holder a {
        justify-content: flex-start;
    }

    .breadcrumb-section > .inner-row > nav {
        display: block;
    }

    .student-menu-section .inner-row ul li {
        width: auto;
    }
}

@media only screen and (min-width:992px) {
    .upper-tab-section {
        position: relative;
    }

        .upper-tab-section > .inner-row > .logo-part > .nav-anchor {
            border-left: solid 1px #eaeaeb;
            border-right: solid 1px #eaeaeb;
        }

    .menu-section > .inner-row {
        padding-left: 10px;
        padding-right: 10px;
    }

    .header-main-nav > ul > li > a {
        font-size: 19px;
        padding: 8px 20px 5px;
    }

        .header-main-nav > ul > li > a + div {
            position: absolute;
            top: 100%;
            left: 0px;
            width: 100%;
            min-width: 680px;
            height: auto;
            background-color: rgba(255, 255, 255, 1);
            background-image: url(../assets/submenu-shader.svg);
            background-size: 10px 20px;
            background-repeat: repeat-x;
            background-position: center -3px;
            border-radius: 0px 0px 4px 4px;
            display: none;
            box-shadow: rgba(0,0,0,0.1) 0px 8px 8px;
        }

            .header-main-nav > ul > li > a + div > ul {
                margin: 0px;
                padding: 5px;
                padding: 5px;
                display: flex;
                flex-direction: row;
                flex-wrap: wrap
            }

                .header-main-nav > ul > li > a + div > ul > li {
                    list-style-type: none;
                    width: 50%;
                    flex-direction: column;
                    display: inline-flex;
                    min-height: 100%;
                    padding: 0px 5px;
                }

                    .header-main-nav > ul > li > a + div > ul > li > a {
                        display: flex;
                        text-decoration: none;
                        font-size: 14px;
                        min-height: 60px;
                        height: 100%;
                        padding: 3px 0px;
                        justify-content: flex-start;
                        align-items: center;
                        background-color: rgba(255, 255, 255, 0);
                        border-bottom: dashed 1px rgb(218, 213, 213);
                        color: #2d3438;
                        transition: all ease 0.3s;
                    }

                        .header-main-nav > ul > li > a + div > ul > li > a > .subject-icon {
                            width: 30px;
                            min-width: 30px;
                            height: 30px;
                            margin: 0px;
                            background-position: center;
                            background-size: contain;
                            background-repeat: no-repeat;
                        }

                        .header-main-nav > ul > li > a + div > ul > li > a:hover {
                            background-color: rgba(243, 243, 243, 1);
                            border-bottom: dashed 1px rgb(15, 142, 216);
                            transition: all ease 0.3s;
                        }

    .header-main-nav > ul > li:hover > a {
        color: rgba(249,197,30, 1);
        transition: all ease 0.3s;
    }

    .header-main-nav > ul > li:hover > a + div {
        display: block;
    }
}

@media only screen and (min-width:1120px) {
    .menu-section > .inner-row {
        padding-left: 0px;
        padding-right: 0px;
    }

    .logged-in-user-anchors-holder .user-account-popover {
        right: 0px;
    }
}

.subject-11-b-bg::before {
    background-color: rgba(15, 100, 135, 0.6) !important;
}
.subject-12-b-bg::before {
    background-color: rgba(135, 11, 85, 0.6) !important;
}
.subject-13-b-bg::before,
.subject-27-b-bg::before,
.subject-32-b-bg::before,
.subject-41-b-bg::before,
.subject-43-b-bg::before {
    background-color: rgba(75, 50, 75, 0.6) !important;
}
.subject-14-b-bg::before {
    background-color: rgba(60, 10, 85, 0.6) !important;
}
.subject-15-b-bg::before,
.subject-24-b-bg::before,
.subject-42-b-bg::before {
    background-color: rgba(20, 100, 65, 0.6) !important;
}
.subject-16-b-bg::before,
.subject-23-b-bg::before {
    background-color: rgba(100, 10, 10, 0.6) !important;
}
.subject-17-b-bg::before {
    background-color: rgba(20, 100, 130, 0.6) !important;
}
.subject-25-b-bg::before {
    background-color: rgba(160, 80, 20, 0.6) !important;
}
.subject-29-b-bg::before {
    background-color: rgba(35, 50, 25, 0.6) !important;
}
.subject-30-b-bg::before,
.subject-31-b-bg::before {
    background-color: rgba(20, 145, 110, 0.6) !important;
}


.subject-11-text {
    color: rgba(15, 125, 165, 1) !important;
}
.subject-12-text {
    color: rgba(180, 15, 115, 1) !important;
}
.subject-13-text,
.subject-27-text,
.subject-32-text,
.subject-41-text,
.subject-43-text {
    color: rgba(115, 70, 115, 1) !important;
}
.subject-14-text {
    color: rgba(115, 15, 130, 1) !important;
}
.subject-15-text,
.subject-24-text,
.subject-42-text {
    color: rgba(27, 138, 89, 1) !important;
}
.subject-16-text,
.subject-23-text {
    color: rgba(150, 5, 5, 1) !important;
}
.subject-17-text {
    color: rgba(25, 120, 155, 1) !important;
}
.subject-25-text {
    color: rgba(160, 80, 20, 1) !important;
}
.subject-29-text {
    color: rgba(35, 50, 25, 1) !important;
}
.subject-30-text,
.subject-31-text {
    color: rgba(20, 145, 110, 1) !important;
}

.subject-11-bg,
.product-schedule-table thead tr th.subject-11-bg {
    background-color: rgba(15, 125, 165, 1) !important;
}
.subject-12-bg,
.product-schedule-table thead tr th.subject-12-bg {
    background-color: rgba(180, 15, 115, 1) !important;
}
.subject-13-bg,
.product-schedule-table thead tr th.subject-13-bg,
.subject-27-bg,
.product-schedule-table thead tr th.subject-27-bg,
.subject-32-bg,
.product-schedule-table thead tr th.subject-32-bg,
.subject-41-bg,
.product-schedule-table thead tr th.subject-41-bg,
.subject-43-bg,
.product-schedule-table thead tr th.subject-43-bg {
    background-color: rgba(115, 70, 115, 1) !important;
}
.subject-14-bg,
.product-schedule-table thead tr th.subject-14-bg {
    background-color: rgba(115, 15, 130, 1) !important;
}
.subject-15-bg,
.product-schedule-table thead tr th.subject-15-bg,
.subject-24-bg,
.product-schedule-table thead tr th.subject-24-bg,
.subject-42-bg
.product-schedule-table thead tr th.subject-42-bg {
    background-color: rgba(27, 138, 89, 1) !important;
}
.subject-16-bg,
.product-schedule-table thead tr th.subject-16-bg,
.subject-23-bg,
.product-schedule-table thead tr th.subject-23-bg {
    background-color: rgba(150, 5, 5, 1) !important;
}
.subject-17-bg,
.product-schedule-table thead tr th.subject-17-bg {
    background-color: rgba(25, 120, 155, 1) !important;
}
.subject-25-bg,
.product-schedule-table thead tr th.subject-25-bg {
    background-color: rgba(160, 80, 20, 1) !important;
}
.subject-29-bg,
.product-schedule-table thead tr th.subject-29-bg {
    background-color: rgba(35, 50, 25, 1) !important;
}
.subject-30-bg,
.product-schedule-table thead tr th.subject-30-bg,
.subject-31-bg,
.product-schedule-table thead tr th.subject-31-bg {
    background-color: rgba(20, 145, 110, 1) !important;
}


.subject-11-pbtn {
    background-color: rgba(15, 125, 165, 1) !important;
    color: #fff !important;
    border: solid 1px rgba(15, 125, 165, 1) !important;
}
.subject-12-pbtn {
    background-color: rgba(180, 15, 115, 1) !important;
    color: #fff !important;
    border: solid 1px rgba(180, 15, 115, 1) !important;
}
.subject-13-pbtn,
.subject-27-pbtn,
.subject-32-pbtn,
.subject-41-pbtn,
.subject-43-pbtn {
    background-color: rgba(115, 70, 115, 1) !important;
    color: #fff !important;
    border: solid 1px rgba(115, 70, 115, 1) !important;
}
.subject-14-pbtn {
    background-color: rgba(115, 15, 130, 1) !important;
    color: #fff !important;
    border: solid 1px rgba(115, 15, 130, 1) !important;
}
.subject-15-pbtn,
.subject-24-pbtn,
.subject-42-pbtn {
    background-color: rgba(27, 138, 89, 1) !important;
    color: #fff !important;
    border: solid 1px rgba(27, 138, 89, 1) !important;
}
.subject-16-pbtn,
.subject-23-pbtn {
    background-color: rgba(150, 5, 5, 1) !important;
    color: #fff !important;
    border: solid 1px rgba(150, 5, 5, 1) !important;
}
.subject-17-pbtn {
    background-color: rgba(25, 120, 155, 1) !important;
    color: #fff !important;
    border: solid 1px rgba(25, 120, 155, 1) !important;
}
.subject-25-pbtn {
    background-color: rgba(160, 80, 20, 1) !important;
    color: #fff !important;
    border: solid 1px rgba(160, 80, 20, 1) !important;
}
.subject-29-pbtn {
    background-color: rgba(35, 50, 25, 1) !important;
    color: #fff !important;
    border: solid 1px rgba(35, 50, 25, 1) !important;
}
.subject-30-pbtn,
.subject-31-pbtn {
    background-color: rgba(20, 145, 110, 1) !important;
    color: #fff !important;
    border: solid 1px rgba(20, 145, 110, 1) !important;
}

.subject-11-border-left {
    border-left:solid 5px rgba(15, 125, 165, 1) !important;
}
.subject-12-border-left {
    border-left: solid 5px rgba(180, 15, 115, 1) !important;
}
.subject-13-border-left,
.subject-27-border-left,
.subject-32-border-left,
.subject-41-border-left,
.subject-43-border-left {
    border-left: solid 5px rgba(115, 70, 115, 1) !important;
}
.subject-14-border-left {
    border-left: solid 5px rgba(115, 15, 130, 1) !important;
}
.subject-15-border-left,
.subject-24-border-left,
.subject-42-border-left {
    border-left: solid 5px rgba(27, 138, 89, 1) !important;
}
.subject-16-border-left,
.subject-23-border-left {
    border-left: solid 5px rgba(150, 5, 5, 1) !important;
}
.subject-17-border-left {
    border-left: solid 5px rgba(25, 120, 155, 1) !important;
}
.subject-25-border-left {
    border-left: solid 5px rgba(160, 80, 20, 1) !important;
}
.subject-29-border-left {
    border-left: solid 5px rgba(35, 50, 25, 1) !important;
}
.subject-30-border-left,
.subject-31-border-left {
    border-left: solid 5px rgba(20, 145, 110, 1) !important;
}

.subject-11-border-right {
    border-right: solid 5px rgba(15, 125, 165, 1) !important;
}
.subject-12-border-right {
    border-right: solid 5px rgba(180, 15, 115, 1) !important;
}
.subject-13-border-right,
.subject-27-border-right,
.subject-32-border-right,
.subject-41-border-right,
.subject-43-border-right {
    border-right: solid 5px rgba(115, 70, 115, 1) !important;
}
.subject-14-border-right {
    border-right: solid 5px rgba(115, 15, 130, 1) !important;
}
.subject-15-border-right,
.subject-24-border-right,
.subject-42-border-right {
    border-right: solid 5px rgba(27, 138, 89, 1) !important;
}
.subject-16-border-right,
.subject-23-border-right {
    border-right: solid 5px rgba(150, 5, 5, 1) !important;
}
.subject-17-border-right {
    border-right: solid 5px rgba(25, 120, 155, 1) !important;
}
.subject-25-border-right {
    border-right: solid 5px rgba(160, 80, 20, 1) !important;
}
.subject-29-border-right {
    border-right: solid 5px rgba(35, 50, 25, 1) !important;
}
.subject-30-border-right,
.subject-31-border-right {
    border-right: solid 5px rgba(20, 145, 110, 1) !important;
}
/**/
.subject-11-border-bottom.active {
    border-bottom: solid 3px rgba(15, 125, 165, 1) !important;
}

.subject-12-border-bottom.active {
    border-bottom: solid 3px rgba(180, 15, 115, 1) !important;
}

.subject-13-border-bottom.active,
.subject-27-border-bottom.active,
.subject-32-border-bottom.active,
.subject-41-border-bottom.active,
.subject-43-border-bottom.active {
    border-bottom: solid 3px rgba(115, 70, 115, 1) !important;
}

.subject-14-border-bottom.active {
    border-bottom: solid 3px rgba(115, 15, 130, 1) !important;
}

.subject-15-border-bottom.active,
.subject-24-border-bottom.active,
.subject-42-border-bottom.active {
    border-bottom: solid 3px rgba(27, 138, 89, 1) !important;
}

.subject-16-border-bottom.active,
.subject-23-border-bottom.active {
    border-bottom: solid 3px rgba(150, 5, 5, 1) !important;
}

.subject-17-border-bottom.active {
    border-bottom: solid 3px rgba(25, 120, 155, 1) !important;
}

.subject-25-border-bottom.active {
    border-bottom: solid 3px rgba(160, 80, 20, 1) !important;
}

.subject-29-border-bottom.active {
    border-bottom: solid 3px rgba(35, 50, 25, 1) !important;
}

.subject-30-border-bottom.active,
.subject-31-border-bottom.active {
    border-bottom: solid 3px rgba(20, 145, 110, 1) !important;
}
.footer-section {
    min-height: 10px;
    border-top: solid 4px #0f8ed8;
    background-color: #2d3438;
    padding-top: 0px;
  /*  padding-bottom: 20px;*/
}
.footer-menu-row ul li a {
    text-align: start;
}
.level-1-col {
    border-bottom: solid 1px #434a4d;
    min-height: 65px;
    padding-top: 0px;
    padding-bottom: 10px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

    .level-1-col > .footer-logo-anchor {
        display: inline-flex;
        text-decoration: none;
        justify-content: flex-start;
    }

        .level-1-col > .footer-logo-anchor > img {
            height: 70px;
            width: auto;
        }

    .level-1-col > .payment-methods-holder {
        display: flex;
        flex-direction: row;
        width: auto
    }

        .level-1-col > .payment-methods-holder > ul {
            margin: 0px;
            padding: 0px;
            display: inline-flex;
            flex-direction: row;
            width: auto;
            justify-content: space-between;
        }

            .level-1-col > .payment-methods-holder > ul > li {
                list-style-type: none;
                width: 60px;
                height: 34px;
                background-color: white;
                padding: 3px;
                border-radius: 3px;
                margin-left: 2px;
                margin-right: 2px;
                display: inherit;
            }

                .level-1-col > .payment-methods-holder > ul > li img {
                    height: 100%;
                    width: auto;
                    margin: 0px auto;
                }

.level-2-col {
    color: #c8cfd2;
    font-size: 14px;
}

    .level-2-col .heading {
        font-size: 21px;
        color: #fff;
        margin-bottom: 10px;
    }

    .level-2-col .subheading {
        color: #fff;
        font-size: 17px;
        margin-bottom: 10px;
    }

    .level-2-col .heading + p {
        margin-bottom: 30px;
    }

    .level-2-col .halfs-row .half-col:nth-child(1) {
        border-bottom: dashed 1px #767c7f;
        margin-bottom: 20px;
    }

.footer-menu-row ul {
    padding: 0px 15px;
    margin-bottom: 40px;
}

    .footer-menu-row ul li {
        list-style-type: square;
        color: rgba(249,197,30, 1);
        background-color: transparent;
    }

        .footer-menu-row ul li:hover {
            background-color: #252a2d;
            transition: all ease 0.3s;
        }

        .footer-menu-row ul li a {
            display: flex;
            text-decoration: none;
            color: #c8cfd2;
            min-height: 30px;
            align-items: center;
            transition: all ease 0.3s;
        }

.level-2-col .halfs-row .half-col:nth-child(2) {
    padding-top: 35px;
}

.contact-col-row {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
}

    .contact-col-row > div {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        margin-bottom: 30px;
    }

        .contact-col-row > div:last-child {
            margin-bottom: 0px;
            width: 100%;
        }

        .contact-col-row > div .icon-holder {
            width: 34px;
            min-width: 34px;
            height: 34px;
            background-size: 34px;
            margin: 0px 20px 0px 0px;
            background-position: center;
            background-repeat: no-repeat;
            position: relative;
            top: -10px;
        }

        .contact-col-row > div .icon-holder.location-icon {
            background-image: url(../assets/footer-location-icon.svg);
        }

        .contact-col-row > div > .fa-map-marker,
        .contact-col-row > div > .fa-phone,
        .contact-col-row > div > .fa-location-dot,
        .contact-col-row > div > .fa-envelope,
        .contact-col-row > div > .fa-location-pin {
            color: white;
            font-size: 20px;
            margin-inline: 15px;
        }

        .contact-col-row > div .icon-holder.tel-icon {
            background-image: url(../assets/footer-tel-icon.svg);
        }

        .contact-col-row > div .icon-holder.email-icon {
            background-image: url(../assets/footer-email-icon.svg);
        }

        .contact-col-row > div:last-child .icon-holder {
            display: none;
        }

        .contact-col-row > div .subheading {
            color: #fff;
            font-size: 15px;
        }

        .contact-col-row > div ul {
            padding: 0px 15px;
        }

            .contact-col-row > div ul li {
                list-style-type: square;
                color: rgba(249,197,30, 1);
                background-color: transparent;
            }

                .contact-col-row > div ul li a, .contact-col-row > div ul li p, .contact-col-row > div ul li h6 {
                    display: flex;
                    text-decoration: none;
                    color: #c8cfd2;
                    min-height: 30px;
                    align-items: center;
                    direction: ltr;
                    transition: all ease 0.3s;
                    font-size: 15px;
                }

                .contact-col-row > div ul li h6 {
                    margin-bottom:-3px;
                }

.footer-sm-holder {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

    .footer-sm-holder > a {
       /* width: 40px;
        height: 40px;*/
        width: 35px;
        height: 35px;
        border-radius: 40px;
        border: solid 2px #767c7f;
        margin: 0px 10px 10px 0px;
        display: inherit;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        color: #fff;
    }

.level-3-col {
    background-color: #252a2d;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .level-3-col > p {
        font-size: 11px;
        margin: 0px;
        text-align: center;
        color: #eee;
        font-family: 'Myriad Pro Light';
        letter-spacing: 1px;
    }

        .level-3-col > p > a {
            color: rgba(249,197,30, 1);
            text-decoration: none;
        }

.group-logo-holder {
    width: 90px;
    height: 90px;
}

    .group-logo-holder > img {
        width: 90px;
        height: 90px;
    }

.company-logo-holder {
    width: 70px;
    height: 70px;
    margin: 0px 10px 20px;
    mix-blend-mode: luminosity;
    transition: all ease 0.3s;
}

    .company-logo-holder:hover {
        mix-blend-mode: normal;
        transition: all ease 0.3s;
    }

    .company-logo-holder > img {
        width: 70px;
        height: 70px;
    }

@media only screen and (min-width:576px) {
    .level-1-col {
        flex-direction: row;
        justify-content: space-between;
        padding-bottom: 0px;
    }

    .contact-col-row {
        flex-direction: row;
    }

        .contact-col-row > div {
            width: 100%;
        }
}

@media only screen and (min-width:768px) {
    .level-3-col {
        flex-direction: row;
        justify-content: space-between;
    }
}

@media only screen and (min-width:992px) {
    .level-2-col .halfs-row .half-col:nth-child(1) {
        border-right: dashed 1px #767c7f;
        border-bottom: none;
    }

    .contact-col-row {
        flex-direction: column;
    }

        .contact-col-row > div {
            width: 100%;
        }

            .contact-col-row > div:last-child .icon-holder {
                display: block;
            }

    .footer-menu-row ul li a {
        min-height: 40px;
    }

    .footer-sm-holder {
        justify-content: flex-start;
    }
}

/*JOD*/
body.JOD .cart-wizard-body > .wizard-level .cart-price-holder div del::after,
body.JOD .cart-wizard-body > .wizard-level .cart-price-holder div span::after,
body.JOD .header-price-holder > div > del::after,
body.JOD .header-price-holder > div > span::after,
body.JOD .page-offers-section .product-info ul li.price::after,
body.JOD .offers-section .product-info ul li.price::after,
body.JOD .tabs-section > .inner-row .cart-details-holder > ul > li > strong::after,
body.JOD .cart-items-holder > ul > li > div.cart-item-holder > .item-info > .item-specs > ul.price-list-group > li > del::after,
body.JOD .cart-items-holder > ul > li > div.cart-item-holder > .item-info > .item-specs > ul.price-list-group > li > span::after,
body.JOD .certicifates-table tbody tr td .certificate-price.optional p span::after,
body.JOD .cart-items-holder > ul > li > div.cart-item-holder > .item-totalPrice > div > span::after,
/*body.JOD .item-totalPrice > div > span::after,*/
body.JOD .cart-history-inner-holder > ul > li.price::after,
body.JOD .certificate-modal-desc-holder .optional-certificate-tag h5 .certificate-price::after,
body.JOD .offers-list-group > li > .offer-box > .body .offer-details-holder .price-col ul li del::after,
body.JOD .offers-list-group > li > .offer-box > .body .offer-details-holder .price-col ul li span::after,
body.JOD .certificate-delivery-price::after,
body.JOD .active-currency::after,
body.JOD .page-header-section > .inner-row > .cta-col .cta-row .price del::after,
body.JOD .page-header-section > .inner-row > .cta-col .cta-row .price strong::after,
body.JOD .certPrice::after {
    content: 'JOD';
}

/*USD*/
body.USD .cart-wizard-body > .wizard-level .cart-price-holder div del::after,
body.USD .cart-wizard-body > .wizard-level .cart-price-holder div span::after,
body.USD .header-price-holder > div > del::after,
body.USD .header-price-holder > div > span::after,
body.USD .page-offers-section .product-info ul li.price::after,
body.USD .offers-section .product-info ul li.price::after,
body.USD .tabs-section > .inner-row .cart-details-holder > ul > li > strong::after,
body.USD .cart-items-holder > ul > li > div.cart-item-holder > .item-info > .item-specs > ul.price-list-group > li > del::after,
body.USD .cart-items-holder > ul > li > div.cart-item-holder > .item-info > .item-specs > ul.price-list-group > li > span::after,
body.USD .certicifates-table tbody tr td .certificate-price.optional p span::after,
body.USD .cart-items-holder > ul > li > div.cart-item-holder > .item-totalPrice > div > span::after,
/*body.USD .item-totalPrice > div > span::after,*/
body.USD .cart-history-inner-holder > ul > li.price::after,
body.USD .certificate-modal-desc-holder .optional-certificate-tag h5 .certificate-price::after,
body.USD .offers-list-group > li > .offer-box > .body .offer-details-holder .price-col ul li del::after,
body.USD .offers-list-group > li > .offer-box > .body .offer-details-holder .price-col ul li span::after,
body.USD .certificate-delivery-price::after,
body.USD .active-currency::after,
body.USD .active-currency::after,
body.USD .page-header-section > .inner-row > .cta-col .cta-row .price del::after,
body.USD .page-header-section > .inner-row > .cta-col .cta-row .price strong::after,
body.USD .certPrice::after {
    content: 'USD';
}

/*GBP*/
body.GBP .cart-wizard-body > .wizard-level .cart-price-holder div del::after,
body.GBP .cart-wizard-body > .wizard-level .cart-price-holder div span::after,
body.GBP .header-price-holder > div > del::after,
body.GBP .header-price-holder > div > span::after,
body.GBP .page-offers-section .product-info ul li.price::after,
body.GBP .offers-section .product-info ul li.price::after,
body.GBP .tabs-section > .inner-row .cart-details-holder > ul > li > strong::after,
body.GBP .cart-items-holder > ul > li > div.cart-item-holder > .item-info > .item-specs > ul.price-list-group > li > del::after,
body.GBP .cart-items-holder > ul > li > div.cart-item-holder > .item-info > .item-specs > ul.price-list-group > li > span::after,
body.GBP .certicifates-table tbody tr td .certificate-price.optional p span::after,
body.GBP .cart-items-holder > ul > li > div.cart-item-holder > .item-totalPrice > div > span::after,
/*body.GBP .item-totalPrice > div > span::after,*/
body.GBP .cart-history-inner-holder > ul > li.price::after,
body.GBP .certificate-modal-desc-holder .optional-certificate-tag h5 .certificate-price::after,
body.GBP .offers-list-group > li > .offer-box > .body .offer-details-holder .price-col ul li del::after,
body.GBP .offers-list-group > li > .offer-box > .body .offer-details-holder .price-col ul li span::after,
body.GBP .certificate-delivery-price::after,
body.GBP .active-currency::after,
body.GBP .page-header-section > .inner-row > .cta-col .cta-row .price del::after,
body.GBP .page-header-section > .inner-row > .cta-col .cta-row .price strong::after,
body.GBP .certPrice::after {
    content: 'GBP';
}

/*QAR*/
body.QAR .cart-wizard-body > .wizard-level .cart-price-holder div del::after,
body.QAR .cart-wizard-body > .wizard-level .cart-price-holder div span::after,
body.QAR .header-price-holder > div > del::after,
body.QAR .header-price-holder > div > span::after,
body.QAR .page-offers-section .product-info ul li.price::after,
body.QAR .offers-section .product-info ul li.price::after,
body.QAR .tabs-section > .inner-row .cart-details-holder > ul > li > strong::after,
body.QAR .cart-items-holder > ul > li > div.cart-item-holder > .item-info > .item-specs > ul.price-list-group > li > del::after,
body.QAR .cart-items-holder > ul > li > div.cart-item-holder > .item-info > .item-specs > ul.price-list-group > li > span::after,
body.QAR .certicifates-table tbody tr td .certificate-price.optional p span::after,
body.QAR .cart-items-holder > ul > li > div.cart-item-holder > .item-totalPrice > div > span::after,
/*body.QAR .item-totalPrice > div > span::after,*/
body.QAR .cart-history-inner-holder > ul > li.price::after,
body.QAR .certificate-modal-desc-holder .optional-certificate-tag h5 .certificate-price::after,
body.QAR .offers-list-group > li > .offer-box > .body .offer-details-holder .price-col ul li del::after,
body.QAR .offers-list-group > li > .offer-box > .body .offer-details-holder .price-col ul li span::after,
body.QAR .certificate-delivery-price::after,
body.QAR .active-currency::after,
body.QAR .page-header-section > .inner-row > .cta-col .cta-row .price del::after,
body.QAR .page-header-section > .inner-row > .cta-col .cta-row .price strong::after,
body.QAR .certPrice::after {
    content: 'QAR';
}

/*AED*/
body.AED .cart-wizard-body > .wizard-level .cart-price-holder div del::after,
body.AED .cart-wizard-body > .wizard-level .cart-price-holder div span::after,
body.AED .header-price-holder > div > del::after,
body.AED .header-price-holder > div > span::after,
body.AED .page-offers-section .product-info ul li.price::after,
body.AED .offers-section .product-info ul li.price::after,
body.AED .tabs-section > .inner-row .cart-details-holder > ul > li > strong::after,
body.AED .cart-items-holder > ul > li > div.cart-item-holder > .item-info > .item-specs > ul.price-list-group > li > del::after,
body.AED .cart-items-holder > ul > li > div.cart-item-holder > .item-info > .item-specs > ul.price-list-group > li > span::after,
body.AED .certicifates-table tbody tr td .certificate-price.optional p span::after,
body.AED .cart-items-holder > ul > li > div.cart-item-holder > .item-totalPrice > div > span::after,
/*body.AED .item-totalPrice > div > span::after,*/
body.AED .cart-history-inner-holder > ul > li.price::after,
body.AED .certificate-modal-desc-holder .optional-certificate-tag h5 .certificate-price::after,
body.AED .offers-list-group > li > .offer-box > .body .offer-details-holder .price-col ul li del::after,
body.AED .offers-list-group > li > .offer-box > .body .offer-details-holder .price-col ul li span::after,
body.AED .certificate-delivery-price::after,
body.AED .active-currency::after,
body.AED .page-header-section > .inner-row > .cta-col .cta-row .price del::after,
body.AED .page-header-section > .inner-row > .cta-col .cta-row .price strong::after,
body.AED .certPrice::after {
    content: 'AED';
}

/*SAR*/
body.SAR .cart-wizard-body > .wizard-level .cart-price-holder div del::after,
body.SAR .cart-wizard-body > .wizard-level .cart-price-holder div span::after,
body.SAR .header-price-holder > div > del::after,
body.SAR .header-price-holder > div > span::after,
body.SAR .page-offers-section .product-info ul li.price::after,
body.SAR .offers-section .product-info ul li.price::after,
body.SAR .tabs-section > .inner-row .cart-details-holder > ul > li > strong::after,
body.SAR .cart-items-holder > ul > li > div.cart-item-holder > .item-info > .item-specs > ul.price-list-group > li > del::after,
body.SAR .cart-items-holder > ul > li > div.cart-item-holder > .item-info > .item-specs > ul.price-list-group > li > span::after,
body.SAR .certicifates-table tbody tr td .certificate-price.optional p span::after,
body.SAR .cart-items-holder > ul > li > div.cart-item-holder > .item-totalPrice > div > span::after,
/*body.SAR .item-totalPrice > div > span::after,*/
body.SAR .cart-history-inner-holder > ul > li.price::after,
body.SAR .certificate-modal-desc-holder .optional-certificate-tag h5 .certificate-price::after,
body.SAR .offers-list-group > li > .offer-box > .body .offer-details-holder .price-col ul li del::after,
body.SAR .offers-list-group > li > .offer-box > .body .offer-details-holder .price-col ul li span::after,
body.SAR .certificate-delivery-price::after,
body.SAR .active-currency::after,
body.SAR .page-header-section > .inner-row > .cta-col .cta-row .price del::after,
body.SAR .page-header-section > .inner-row > .cta-col .cta-row .price strong::after,
body.SAR .certPrice::after {
    content: 'SAR';
}

/*KWD*/
body.KWD .cart-wizard-body > .wizard-level .cart-price-holder div del::after,
body.KWD .cart-wizard-body > .wizard-level .cart-price-holder div span::after,
body.KWD .header-price-holder > div > del::after,
body.KWD .header-price-holder > div > span::after,
body.KWD .page-offers-section .product-info ul li.price::after,
body.KWD .offers-section .product-info ul li.price::after,
body.KWD .tabs-section > .inner-row .cart-details-holder > ul > li > strong::after,
body.KWD .cart-items-holder > ul > li > div.cart-item-holder > .item-info > .item-specs > ul.price-list-group > li > del::after,
body.KWD .cart-items-holder > ul > li > div.cart-item-holder > .item-info > .item-specs > ul.price-list-group > li > span::after,
body.KWD .certicifates-table tbody tr td .certificate-price.optional p span::after,
body.KWD .cart-items-holder > ul > li > div.cart-item-holder > .item-totalPrice > div > span::after,
/*body.KWD .item-totalPrice > div > span::after,*/
body.KWD .cart-history-inner-holder > ul > li.price::after,
body.KWD .certificate-modal-desc-holder .optional-certificate-tag h5 .certificate-price::after,
body.KWD .offers-list-group > li > .offer-box > .body .offer-details-holder .price-col ul li del::after,
body.KWD .offers-list-group > li > .offer-box > .body .offer-details-holder .price-col ul li span::after,
body.KWD .certificate-delivery-price::after,
body.KWD .active-currency::after,
body.KWD .page-header-section > .inner-row > .cta-col .cta-row .price del::after,
body.KWD .page-header-section > .inner-row > .cta-col .cta-row .price strong::after,
body.KWD .certPrice::after {
    content: 'KWD';
}

/*CAD*/
body.CAD .cart-wizard-body > .wizard-level .cart-price-holder div del::after,
body.CAD .cart-wizard-body > .wizard-level .cart-price-holder div span::after,
body.CAD .header-price-holder > div > del::after,
body.CAD .header-price-holder > div > span::after,
body.CAD .page-offers-section .product-info ul li.price::after,
body.CAD .offers-section .product-info ul li.price::after,
body.CAD .tabs-section > .inner-row .cart-details-holder > ul > li > strong::after,
body.CAD .cart-items-holder > ul > li > div.cart-item-holder > .item-info > .item-specs > ul.price-list-group > li > del::after,
body.CAD .cart-items-holder > ul > li > div.cart-item-holder > .item-info > .item-specs > ul.price-list-group > li > span::after,
body.CAD .certicifates-table tbody tr td .certificate-price.optional p span::after,
body.CAD .cart-items-holder > ul > li > div.cart-item-holder > .item-totalPrice > div > span::after,
/*body.CAD .item-totalPrice > div > span::after,*/
body.CAD .cart-history-inner-holder > ul > li.price::after,
body.CAD .certificate-modal-desc-holder .optional-certificate-tag h5 .certificate-price::after,
body.CAD .offers-list-group > li > .offer-box > .body .offer-details-holder .price-col ul li del::after,
body.CAD .offers-list-group > li > .offer-box > .body .offer-details-holder .price-col ul li span::after,
body.CAD .certificate-delivery-price::after,
body.CAD .active-currency::after,
body.CAD .page-header-section > .inner-row > .cta-col .cta-row .price del::after,
body.CAD .page-header-section > .inner-row > .cta-col .cta-row .price strong::after,
body.CAD .certPrice::after {
    content: 'CAD';
}

/*EGP*/
body.EGP .cart-wizard-body > .wizard-level .cart-price-holder div del::after,
body.EGP .cart-wizard-body > .wizard-level .cart-price-holder div span::after,
body.EGP .header-price-holder > div > del::after,
body.EGP .header-price-holder > div > span::after,
body.EGP .page-offers-section .product-info ul li.price::after,
body.EGP .offers-section .product-info ul li.price::after,
body.EGP .tabs-section > .inner-row .cart-details-holder > ul > li > strong::after,
body.EGP .cart-items-holder > ul > li > div.cart-item-holder > .item-info > .item-specs > ul.price-list-group > li > del::after,
body.EGP .cart-items-holder > ul > li > div.cart-item-holder > .item-info > .item-specs > ul.price-list-group > li > span::after,
body.EGP .certicifates-table tbody tr td .certificate-price.optional p span::after,
body.EGP .cart-items-holder > ul > li > div.cart-item-holder > .item-totalPrice > div > span::after,
/*body.EGP .item-totalPrice > div > span::after,*/
body.EGP .cart-history-inner-holder > ul > li.price::after,
body.EGP .certificate-modal-desc-holder .optional-certificate-tag h5 .certificate-price::after,
body.EGP .offers-list-group > li > .offer-box > .body .offer-details-holder .price-col ul li del::after,
body.EGP .offers-list-group > li > .offer-box > .body .offer-details-holder .price-col ul li span::after,
body.EGP .certificate-delivery-price::after,
body.EGP .active-currency::after,
body.EGP .page-header-section > .inner-row > .cta-col .cta-row .price del::after,
body.EGP .page-header-section > .inner-row > .cta-col .cta-row .price strong::after,
body.EGP .certPrice::after {
    content: 'EGP';
    margin: 0 5px;
}


/*BHD*/
body.BHD .cart-wizard-body > .wizard-level .cart-price-holder div del::after,
body.BHD .cart-wizard-body > .wizard-level .cart-price-holder div span::after,
body.BHD .header-price-holder > div > del::after,
body.BHD .header-price-holder > div > span::after,
body.BHD .page-offers-section .product-info ul li.price::after,
body.BHD .offers-section .product-info ul li.price::after,
body.BHD .tabs-section > .inner-row .cart-details-holder > ul > li > strong::after,
body.BHD .cart-items-holder > ul > li > div.cart-item-holder > .item-info > .item-specs > ul.price-list-group > li > del::after,
body.BHD .cart-items-holder > ul > li > div.cart-item-holder > .item-info > .item-specs > ul.price-list-group > li > span::after,
body.BHD .certicifates-table tbody tr td .certificate-price.optional p span::after,
body.BHD .cart-items-holder > ul > li > div.cart-item-holder > .item-totalPrice > div > span::after,
body.BHD .cart-history-inner-holder > ul > li.price::after,
body.BHD .certificate-modal-desc-holder .optional-certificate-tag h5 .certificate-price::after,
body.BHD .offers-list-group > li > .offer-box > .body .offer-details-holder .price-col ul li del::after,
body.BHD .offers-list-group > li > .offer-box > .body .offer-details-holder .price-col ul li span::after,
body.BHD .certificate-delivery-price::after,
body.BHD .active-currency::after,
body.BHD .page-header-section > .inner-row > .cta-col .cta-row .price del::after,
body.BHD .page-header-section > .inner-row > .cta-col .cta-row .price strong::after,
body.BHD .certPrice::after {
    content: 'BHD';
    margin: 0 5px;
}

/*OMR*/
body.OMR .cart-wizard-body > .wizard-level .cart-price-holder div del::after,
body.OMR .cart-wizard-body > .wizard-level .cart-price-holder div span::after,
body.OMR .header-price-holder > div > del::after,
body.OMR .header-price-holder > div > span::after,
body.OMR .page-offers-section .product-info ul li.price::after,
body.OMR .offers-section .product-info ul li.price::after,
body.OMR .tabs-section > .inner-row .cart-details-holder > ul > li > strong::after,
body.OMR .cart-items-holder > ul > li > div.cart-item-holder > .item-info > .item-specs > ul.price-list-group > li > del::after,
body.OMR .cart-items-holder > ul > li > div.cart-item-holder > .item-info > .item-specs > ul.price-list-group > li > span::after,
body.OMR .certicifates-table tbody tr td .certificate-price.optional p span::after,
body.OMR .cart-items-holder > ul > li > div.cart-item-holder > .item-totalPrice > div > span::after,
body.OMR .cart-history-inner-holder > ul > li.price::after,
body.OMR .certificate-modal-desc-holder .optional-certificate-tag h5 .certificate-price::after,
body.OMR .offers-list-group > li > .offer-box > .body .offer-details-holder .price-col ul li del::after,
body.OMR .offers-list-group > li > .offer-box > .body .offer-details-holder .price-col ul li span::after,
body.OMR .certificate-delivery-price::after,
body.OMR .active-currency::after,
body.OMR .page-header-section > .inner-row > .cta-col .cta-row .price del::after,
body.OMR .page-header-section > .inner-row > .cta-col .cta-row .price strong::after,
body.OMR .certPrice::after {
    content: 'OMR';
    margin: 0 5px;
}



@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .menu-section > .inner-row.ie {
        right: 50%;
        transform: translateX(50%);
    }

    .header-main-nav > ul > li > a {
        height: 80px;
    }

    .pbtn, .pbtn:link {
        height: 45px;
    }

    .tabs-section > .inner-row > ul > li > a{
        height:80px;
    }
    .product-overview-holder{
        max-width:calc(100% - 320px)!important;
    }
    .step-email > div.row{
        width:100%;
        max-width:480px;
    }
    .wizard-alert{
        height:60px;
    }
    
}




