﻿@import url('https://fonts.googleapis.com/css?family=Assistant:200,300,400,600,700,800&subset=hebrew');
@import url('https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre');


html, body, div, span, input, textarea, select, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, a, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, .tp-caption {
    font-family: 'Assistant', Sans-Serif;
    /*font-family: 'Frank Ruhl Libre', serif;*/
}

/* Site CSS with no Media Quary Start */
/* Site General CSS Start */
*:focus {
    outline: none !important;
}

body {
    color: #191818 !important;
}

a {
    text-decoration: none !important;
    color: black !important;
}

    a:hover {
        text-decoration: none !important;
    }

.clear {
    clear: both;
}

[data-title]:hover:after {
    opacity: 1;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    visibility: visible;
}

.bannerImg {
    width: 70%;
    max-width: 100%;
    border-radius: 38px;
    margin: 0 auto;
    display: block;
}

.bannerImgReg {
    margin-bottom: 20px;
}

.m-t-b-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.m-t-b-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.tableSeperateTd {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.freeExamTooltip {
    display: none;
}

.articlePlaceholder {
    background-color: white;
    border: 3px solid black;
    border-radius: 15px;
    padding: 30px;
    font-size: 16px;
    font-weight: 600;
}

.whatsapp {
    background-color: #35bf59;
    background-repeat: no-repeat;
    background-position: 100px 7px;
    display: block;
    margin: 0 auto;
    padding: 15px 15px 15px 45px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    border: 6px solid #332d2d;
    border-radius: 12px;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.3s ease;
}

    .whatsapp:hover {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.6);
        transition: box-shadow 0.3s ease;
    }

.whatsappIcon {
    font-size: 25px !important;
    float: left;
}

.showMoreBtnDiv {
    position: relative;
    max-width: 300px;
    margin: 0 auto;
    display: block;
    clear: both;
    padding-top: 25px;
    min-height: 100px;
}

.loadPartialButton {
}

.loadingGif {
    display: none;
    max-width: 45px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.facebookBtn {
    background-color: #3c6adc;
    background-repeat: no-repeat;
    background-position: 100px 7px;
    display: block;
    margin: 0 auto;
    padding: 15px 15px 15px 45px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    border: 6px solid #332d2d;
    border-radius: 12px;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.3s ease;
}

    .facebookBtn:hover {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.6);
        transition: box-shadow 0.3s ease;
    }

.facebookI {
    font-size: 25px !important;
    float: left;
}



.bubble {
    background-color: #d2232a;
    border: 7px solid #333;
    margin-bottom: 15px;
    border-radius: 21px;
    color: #000;
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    padding: 12px 24px;
    position: relative;
    width: 100%;
    min-height: 90px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.6);
}

    .bubble:after,
    .bubble:before {
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #d2232a;
        bottom: -20px;
        content: '';
        left: 50%;
        margin-left: -20px;
        position: absolute;
    }

    /* Styling for second triangle (border) */

    .bubble:before {
        border-left: 25px solid transparent;
        border-right: 23px solid transparent;
        border-top: 23px solid;
        border-top-color: inherit;
        bottom: -27px;
        margin-left: -25px;
    }

.RegisterBTN {
    width: 100%;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    background-color: red;
    border-width: 5px;
    border-style: solid;
    border-color: black;
    border-image: initial;
    border-radius: 14px;
    margin-top: 12px;
}

.shrink {
    position: fixed;
}

.NewSentence {
    font-size: 15px;
    font-weight: 600;
    margin-top: 2px;
    float: right;
}

.min440 {
    min-height: 440px;
}

.printBtn {
    width: 100%;
}

.formInputsLogin {
    overflow: hidden;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent !important;
}

[data-title]:after {
    content: attr(data-title);
    color: #111;
    font-size: 13px;
    position: absolute;
    padding: 1px 5px 2px 5px;
    bottom: -35px;
    left: -40%;
    white-space: nowrap;
    opacity: 0;
    border: 1px solid #111111;
    z-index: 99999;
    visibility: hidden;
}

[data-title] {
    position: relative;
}

h6 {
    display: none !important;
}

::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-track {
    background: #FFFFFF;
    -webkit-box-shadow: inset 1px 1px 2px #E0E0E0;
    border: 1px solid #D8D8D8;
}

::-webkit-scrollbar-thumb {
    background: #112331;
    -webkit-box-shadow: inset 1px 1px 2px rgba(155, 155, 155, 0.4);
}

    ::-webkit-scrollbar-thumb:hover {
        -webkit-box-shadow: inset 1px 1px 10px #112331;
    }

    ::-webkit-scrollbar-thumb:active {
        background: #1c1c1c;
        -webkit-box-shadow: inset 1px 1px 2px #112331;
    }

::-webkit-input-placeholder {
    color: black;
    font-size: 16px;
}

.info-r {
    display: none;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: pointer !important;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1 !important;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 50%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 50%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.articleBody {
    min-height: 500px;
}


/*Back To Top
------------------------------------*/
#topcontrol {
    color: #fff;
    z-index: 99;
    width: 70px;
    height: 70px;
    font-size: 20px;
    position: relative;
    right: 10px !important;
    bottom: 10px !important;
    border-radius: 0px !important;
    background-image: url(../img/backToTop.png);
    background-repeat: no-repeat !important;
}

    #topcontrol:after {
        top: -2px;
        right: 8.5px;
        position: absolute;
        text-align: center;
        font-family: FontAwesome;
    }

    #topcontrol:hover {
        color: #fff;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }


/* Site General CSS END */
/*Site CSS with no Media Quary Start*/


/* Top Phone above navbar Start */
.topPhone {
    padding: 0 10px;
    display: inline-block;
}

.Anyquestionpleasedial {
    color: #fff;
    position: relative;
    font-size: 18px;
    padding-bottom: 15px;
    display: inline-block;
}

.practice {
    color: #fff;
    position: relative;
    font-size: 18px;
    padding-bottom: 15px;
    display: inline-block;
}

.userDiv {
    color: #fff;
    position: relative;
    font-size: 18px;
    padding-bottom: 15px;
    display: inline-block;
    min-width: 265px;
}

.AnyquestionpleasedialArticle {
    color: #2e6798;
    font-size: 18px;
}

.shrink .Anyquestionpleasedial {
    color: #2e6798;
}

.shrink .practice {
    color: #2e6798;
}

.topPhoneSpan {
    /*margin-top: 7px;*/
    margin-right: 5px;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.topPhoneA {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding: 10px 0 20px 0 !important;
}

    .topPhoneA:hover {
        color: #fff;
        text-decoration: none !important;
    }

.topPhoneAArticle {
    color: #85b81a;
    font-size: 22px;
    font-weight: 600;
    padding: 10px 0 20px 0 !important;
}

    .topPhoneAArticle:hover {
        color: #85b81a;
        text-decoration: none !important;
    }

.shrink .topPhoneA {
    color: #85b81a;
    font-size: 22px;
    font-weight: 600;
    padding: 10px 0 20px 0 !important;
}

    .shrink .topPhoneA:hover {
        color: #7baa17;
        text-decoration: none !important;
    }

.topPhoneA:focus {
    outline: none !important;
}
/* Top Phone above navbar END */


@media(min-width:1500px) {
}

@media(min-width:1300px) and (max-width: 1500px) {
}

@media(min-width:1200px) {
    .Rama1LI {
        font-size: 25px;
    }

    .Rama1LIArticle {
        font-size: 25px;
    }
}



/* Desktop NavBar Start */
@media(min-width: 992px) {
    .MyNavBarContainer {
        display: flex;
        justify-content: end;
        flex-grow: 1;
        /*order: 1;*/
        align-items: end;
    }

    .navbar-responsive-collapse #DesktopNavbarLogoDIV {
        -moz-transition: height .6s ease;
        -o-transition: height .6s ease;
        -webkit-transition: height .6s ease;
        transition: height .6s ease;
        display: flex;
        flex-grow: 1;
        order: 2;
        justify-content: center;
        align-items: center;
    }

    .shrink #DesktopNavbarLogoDIV {
        -moz-transition: height .6s ease;
        -o-transition: height .6s ease;
        -webkit-transition: height .6s ease;
        transition: height .6s ease;
        width: 200px;
        display: flex;
        flex-grow: 1;
        order: 0;
        justify-content: center;
        height: 65px;
        align-items: center;
    }

    .navbar-responsive-collapse .LogoWhite img {
        -moz-transition: width .6s ease;
        -o-transition: width .6s ease;
        -webkit-transition: width .6s ease;
        transition: width .6s ease;
        width: 170px;
        padding-bottom: 10px;
    }

    .shrink .LogoWhite img {
        -moz-transition: width .6s ease;
        -o-transition: width .6s ease;
        -webkit-transition: width .6s ease;
        transition: width .6s ease;
        width: 160px;
        padding-top: 10px;
        padding-bottom: 10px;
    }


    .navbar-responsive-collapse .Rama1UL {
        padding-top: 18px;
        -moz-transition: padding-top 0.6s ease;
        -o-transition: padding-top 0.6s ease;
        -webkit-transition: padding-top 0.6s ease;
        transition: padding-top 0.6s ease;
    }

    .shrink .Rama1UL {
        -moz-transition: padding-top 0.6s ease;
        -o-transition: padding-top 0.6s ease;
        -webkit-transition: padding-top 0.6s ease;
        transition: padding-top 0.6s ease;
        padding-top: 0px;
    }

    #header .navbar {
        /*background: #00adee;*/
        /*background: linear-gradient(rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0));*/
        /*border-bottom: 1px solid rgba(28, 28, 28, 0.3)!important;*/
        border: none !important;
        display: flex !important;
        align-items: center;
        /* padding: 0!important; */
        padding-top: 15px;
        margin-bottom: 0px;
    }

    .Rama1UL {
        margin-bottom: 30px !important;
    }

    #header .HeaderContainerFluid {
        width: 100%;
        z-index: 9999;
    }

    #header .HeaderROW {
        position: relative !important;
        background-color: #00b9ff;
        margin-bottom: 10px;
    }

    .navbar-toggle {
        margin-right: 25px !important;
        padding: 10px 10px !important;
        margin-top: 10px !important;
    }

        .navbar-toggle .icon-bar {
            width: 15px !important;
            background-color: white;
        }

    nav {
        font-size: 14px;
        letter-spacing: 1px !important;
    }

        nav a {
            padding-bottom: 0px !important;
            padding-top: 0px !important;
        }

    .navbar-brand {
        font-size: 30px;
    }

    nav.navbar.shrink {
        min-height: 35px;
        background: #fff !important;
    }

        nav.navbar.shrink.navbar-brand {
            font-size: 25px;
        }

        nav.navbar.shrink.navbar-toggle {
            margin: 8px 15px 8px 0;
            padding: 4px 5px;
        }

    .nav > li > a:focus, .nav > li > a:hover {
        text-decoration: none;
        background-color: transparent !important;
    }



    /* Rama 1 home page only Start */
    .Rama1LI .Rama1A::before {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background: black;
        -moz-transition: width .3s;
        -o-transition: width .3s;
        -webkit-transition: width .3s;
        transition: width .3s;
        margin-bottom: 5px !important;
    }

    .shrink .Rama1LI .Rama1A::before {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background: #2e6798;
        -moz-transition: width .3s;
        -o-transition: width .3s;
        -webkit-transition: width .3s;
        transition: width .3s;
        margin-bottom: 5px !important;
    }

    .Rama1LI .Rama1A:hover::before {
        width: 100%;
        -moz-transition: width .3s;
        -o-transition: width .3s;
        -webkit-transition: width .3s;
        transition: width .3s;
    }

    .Rama1LI {
        cursor: pointer;
        position: relative;
        color: black;
        font-size: 40px;
        font-weight: 600;
        padding: 2px 5px;
        margin-left: 30px;
        background-color: #fff;
        box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1);
        border-radius: 8px;
        min-height: 48px;
    }

        .Rama1LI:after {
            position: absolute;
            top: -6px;
            bottom: -6px;
            left: -6px;
            right: -6px;
            background: linear-gradient(to right, #787677 17.7%, #15232A 74.89%);
            content: '';
            z-index: -1;
            border-radius: 12px;
        }

        .Rama1LI .Rama1A {
            padding: 10px 10px;
            color: black;
        }

            .Rama1LI .Rama1A:hover {
                color: black;
            }

            .Rama1LI .Rama1A.active::before {
                content: '';
                display: block;
                width: 100%;
                height: 2px;
                background: black;
                margin-bottom: 5px !important;
            }

        .Rama1LI.active .Rama1A::before {
            content: '';
            display: block;
            width: 100%;
            height: 2px;
            background: #FFFFFF;
            margin-bottom: 5px !important;
        }

        .Rama1LI.active .Rama1A {
            color: black;
        }

    .navbar-responsive-collapse .Rama1LI .Rama1A.active {
        color: black;
    }

    .shrink .Rama1LI .Rama1A {
        padding: 10px 10px;
        color: #2e6798;
    }

        .shrink .Rama1LI .Rama1A:hover {
            color: #2e6798;
        }

        .shrink .Rama1LI .Rama1A.active::before {
            content: '';
            display: block;
            width: 100%;
            height: 2px;
            background: #002646;
            margin-bottom: 5px !important;
        }

    .shrink .Rama1LI.active .Rama1A::before {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        background: #002646;
        margin-bottom: 5px !important;
    }

    .shrink .Rama1LI.active .Rama1A {
        color: #002646;
    }

    .shrink .navbar-responsive-collapse .Rama1LI .Rama1A.active {
        color: #002646;
    }

    .shrink .Rama1LI .Rama1A.active {
        color: #002646;
    }
    /* Rama 1 home page only END */



    /* Rama 1 all pages but not home page Start */
    .Rama1LIArticle .Rama1AArticle::before {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background: black;
        -moz-transition: width .3s;
        -o-transition: width .3s;
        -webkit-transition: width .3s;
        transition: width .3s;
        margin-bottom: 5px !important;
    }

    .shrink .Rama1LIArticle .Rama1AArticle::before {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background: black;
        -moz-transition: width .3s;
        -o-transition: width .3s;
        -webkit-transition: width .3s;
        transition: width .3s;
        margin-bottom: 5px !important;
    }

    .Rama1LIArticle .Rama1AArticle:hover::before {
        width: 100%;
        -moz-transition: width .3s;
        -o-transition: width .3s;
        -webkit-transition: width .3s;
        transition: width .3s;
    }

    .Rama1LIArticle {
        cursor: pointer;
        position: relative !important;
    }

        .Rama1LIArticle .Rama1AArticle {
            padding: 10px 10px;
            color: black;
        }

            .Rama1LIArticle .Rama1AArticle:hover {
                color: black;
            }

            .Rama1LIArticle .Rama1AArticle.active::before {
                content: '';
                display: block;
                width: 100%;
                height: 2px;
                background: black;
                margin-bottom: 5px !important;
            }

        .Rama1LIArticle.active .Rama1AArticle::before {
            content: '';
            display: block;
            width: 100%;
            height: 2px;
            background: black;
            margin-bottom: 5px !important;
        }

        .Rama1LIArticle.active .Rama1AArticle {
            color: black;
        }

    .navbar-responsive-collapse .Rama1LIArticle .Rama1AArticle.active {
        color: black;
    }

    .shrink .Rama1LIArticle .Rama1AArticle {
        padding: 10px 10px;
        color: #2e6798;
    }

        .shrink .Rama1LIArticle .Rama1AArticle:hover {
            color: #2e6798;
        }

        .shrink .Rama1LIArticle .Rama1AArticle.active::before {
            content: '';
            display: block;
            width: 100%;
            height: 2px;
            background: #002646;
            margin-bottom: 5px !important;
        }

    .shrink .Rama1LIArticle.active .Rama1AArticle::before {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        background: #002646;
        margin-bottom: 5px !important;
    }

    .shrink .Rama1LIArticle.active .Rama1AArticle {
        color: #002646;
    }

    .shrink .navbar-responsive-collapse .Rama1LIArticle .Rama1AArticle.active {
        color: #002646;
    }

    .shrink .Rama1LIArticle .Rama1AArticle.active {
        color: #002646;
    }
    /* Rama 1 all pages but not home page END */



    /* Rama 2 Start */
    .Rama2UL {
        display: none;
        padding: 0;
        list-style: none;
        background-color: #fff;
        border-top: 1px solid #2e6798;
        border-bottom: 1px solid #2e6798;
    }

    .Rama1LI:hover .Rama2UL {
        display: block;
        position: absolute;
    }

    .Rama2UL > .Rama2LI:hover {
        background-color: #2e6798;
        -moz-transition: margin 0.4s ease;
        -o-transition: margin 0.4s ease;
        -webkit-transition: margin 0.4s ease;
        transition: margin 0.4s ease;
    }

    .Rama2LI {
        cursor: pointer;
        padding: 8px 20px !important;
        min-width: 150px;
        position: relative !important;
        white-space: nowrap;
        font-size: 14px;
    }

        .Rama2LI .Rama2A {
            color: #2e6798;
            width: 100%;
            display: block;
            padding: 0 !important;
            -moz-transition: margin 0.4s ease;
            -o-transition: margin 0.4s ease;
            -webkit-transition: margin 0.4s ease;
            transition: margin 0.4s ease;
        }

        .Rama2LI:hover .Rama2A {
            color: #fff;
            margin-right: 5px;
            -moz-transition: margin 0.4s ease;
            -o-transition: margin 0.4s ease;
            -webkit-transition: margin 0.4s ease;
            transition: margin 0.4s ease;
        }

        .Rama2LI .Rama2A:focus {
            color: #fff;
            background-color: #2e6798;
            outline: none !important;
        }

        .Rama2LI.active {
            background-color: #2e6798;
        }

            .Rama2LI.active .Rama2A {
                color: #fff;
            }

    .navbar-responsive-collapse .Rama2LI .Rama2A.active {
        color: #002646;
    }

    .shrink .Rama2LI .Rama2A.active {
        color: #002646;
    }
    /* Rama 2 END */



    /* Rama 3 Start */
    .Rama3UL {
        display: none;
        padding: 0;
        list-style: none;
        background-color: #fff;
        border-top: 1px solid #2e6798;
        border-bottom: 1px solid #2e6798;
    }

    .Rama2LI:hover .Rama3UL {
        display: block;
        position: absolute;
        top: -1px;
        right: 101%;
    }

    .Rama3UL > .Rama3LI:hover {
        background-color: #2e6798;
        -moz-transition: margin 0.4s ease;
        -o-transition: margin 0.4s ease;
        -webkit-transition: margin 0.4s ease;
        transition: margin 0.4s ease;
    }

    .Rama3LI {
        cursor: pointer;
        padding: 8px 20px !important;
        min-width: 150px;
        position: relative !important;
        white-space: nowrap;
        font-size: 14px;
    }

        .Rama3LI .Rama3A {
            color: #2e6798;
            width: 100%;
            display: block;
            padding: 0 !important;
            -moz-transition: margin 0.4s ease;
            -o-transition: margin 0.4s ease;
            -webkit-transition: margin 0.4s ease;
            transition: margin 0.4s ease;
        }

        .Rama3LI:hover .Rama3A {
            color: #fff;
            margin-right: 5px;
            -moz-transition: margin 0.4s ease;
            -o-transition: margin 0.4s ease;
            -webkit-transition: margin 0.4s ease;
            transition: margin 0.4s ease;
        }

        .Rama3LI .Rama3A:focus {
            color: #fff;
            background-color: #2e6798;
            outline: none !important;
        }

        .Rama3LI.active {
            background-color: #2e6798;
        }

            .Rama3LI.active .Rama3A {
                color: #fff;
            }

    .navbar-responsive-collapse .Rama3LI .Rama3A.active {
        color: #002646;
    }

    .shrink .Rama3LI .Rama3A.active {
        color: #002646;
    }
    /* Rama 3 END */



    /* Rama 4 Start */
    .Rama4UL {
        display: none;
        padding: 0;
        list-style: none;
        background-color: #fff;
        border-top: 1px solid #2e6798;
        border-bottom: 1px solid #2e6798;
    }

    .Rama3LI:hover .Rama4UL {
        display: block;
        position: absolute;
        top: -1px;
        right: 101%;
    }

    .Rama4UL > .Rama4LI:hover {
        background-color: #2e6798;
        -moz-transition: margin 0.4s ease;
        -o-transition: margin 0.4s ease;
        -webkit-transition: margin 0.4s ease;
        transition: margin 0.4s ease;
    }

    .Rama4LI {
        cursor: pointer;
        padding: 8px 20px !important;
        min-width: 150px;
        position: relative !important;
        white-space: nowrap;
        font-size: 14px;
    }

        .Rama4LI .Rama4A {
            color: #2e6798;
            width: 100%;
            display: block;
            padding: 0 !important;
            -moz-transition: margin 0.4s ease;
            -o-transition: margin 0.4s ease;
            -webkit-transition: margin 0.4s ease;
            transition: margin 0.4s ease;
        }

        .Rama4LI:hover .Rama4A {
            color: #fff;
            margin-right: 5px;
            -moz-transition: margin 0.4s ease;
            -o-transition: margin 0.4s ease;
            -webkit-transition: margin 0.4s ease;
            transition: margin 0.4s ease;
        }

        .Rama4LI .Rama4A:focus {
            color: #fff;
            background-color: #2e6798;
            outline: none !important;
        }

        .Rama4LI.active {
            background-color: #2e6798;
        }

            .Rama4LI.active .Rama4A {
                color: #fff;
            }

    .navbar-responsive-collapse .Rama4LI .Rama4A.active {
        color: #002646;
    }

    .shrink .Rama4LI .Rama4A.active {
        color: #002646;
    }
    /*.Rama4LI.active .Rama4A{
        color: #ae0105;
    }
    .Rama4LI .Rama4A.active{
        color: #ae0105;
    }*/
    /* Rama 4 END */





    .navbar-responsive-collapse.shrink .SearchLI {
        margin-top: 27px;
    }

    .navbar-responsive-collapse .SearchLI .SearchLIIcon {
        margin-right: 3px;
        margin-left: 3px;
        color: black;
        cursor: pointer;
        min-width: 35px;
        font-size: 25px !important;
        text-align: center;
        display: inline-block;
        position: relative;
    }

    .navbar-responsive-collapse.shrink .SearchLI .SearchLIIcon {
        color: #2e6798;
        cursor: pointer;
        min-width: 35px;
        font-size: 18px;
        text-align: center;
        display: inline-block;
        position: relative;
    }

    .navbar-responsive-collapse .SearchLI .SearchLIIcon:hover {
        color: black;
    }

    .navbar-responsive-collapse.shrink .SearchLI .SearchLIIcon:hover {
        color: #2e6798;
    }

    .search-open {
        padding: 10px;
        border-bottom: 1px solid #575757;
        box-shadow: 0px -1px 5px #707070;
    }

    .desktopSearchBtn {
        display: inline !important;
    }

    .desktopSearch {
        display: block !important;
        text-align: center;
    }

    .desktopSearchInput {
        max-width: 700px;
        float: none !important;
        border-radius: 8px !important;
        min-height: 50px;
        padding-right: 45px;
        font-size: 20px;
    }

    #free-search {
        margin: 8px 0;
    }

    .desktopSearchI {
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 9;
        font-size: 25px !important;
    }

    .desktopSearch {
        max-width: 700px;
        float: none !important;
        background-color: #fff;
        margin: 0 auto;
        box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1);
        border-radius: 8px;
    }

        .desktopSearch:after {
            position: absolute;
            top: -6px;
            bottom: -6px;
            left: -6px;
            right: -6px;
            background: linear-gradient(to right, #787677 17.7%, #15232A 74.89%);
            content: '';
            z-index: -1;
            border-radius: 12px;
        }

    .navbar-responsive-collapse .SearchLI .search-open {
        left: 0;
        top: 55px;
        display: none;
        padding: 14px;
        position: absolute;
        background: #fcfcfc;
        border-top: solid 2px #eee;
        box-shadow: 0 1px 3px #ddd;
        z-index: 99;
        width: 330px;
    }

    .navbar-responsive-collapse.shrink .SearchLI .search-open {
        left: 0;
        top: 42px;
        display: none;
        padding: 14px;
        position: absolute;
        background: #fcfcfc;
        border-top: solid 2px #eee;
        box-shadow: 0 1px 3px #ddd;
        z-index: 99;
        width: 330px;
    }

    .SearchLI .search-open #free-search {
        width: 300px;
        margin: 0;
    }

    .SearchBTN {
        border: 0;
        color: #fff;
        font-size: 14px;
        cursor: pointer;
        font-weight: 400;
        padding: 6px 13px;
        position: relative;
        background: #00adee;
        white-space: nowrap;
        display: inline-block;
        text-decoration: none;
        outline: 0 !important;
        margin-top: -4px;
        margin-right: -1px;
    }

        .SearchBTN:hover {
            background: #00adee;
            color: #fff;
            text-decoration: none;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            outline: 0 !important;
        }
}
/* Desktop NavBar END */




/* Top Image Slider Start */
.sliderContainer {
    width: 607px;
    height: 296px;
}

.SlideshowDIV {
    display: block;
    position: absolute;
    width: 100%;
    top: 61px;
    max-width: 100%;
    overflow: hidden;
    max-height: 100vw;
    border-radius: 15px;
    margin-right: 25px;
}

.slide {
    display: block;
    position: relative;
    width: 100%;
}

.slideImage {
    width: 100%;
    height: 100%;
    display: block;
}

.slidercaption {
    width: 100%;
    display: block;
    position: absolute;
    z-index: 9999;
    top: 30%;
    padding: 25px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    right: 20%;
}

    .slidercaption h3 {
        color: #fff;
        font-size: 30px;
        font-weight: 400;
    }

    .slidercaption p {
        color: #fff;
        font-size: 30px;
        font-weight: 400;
    }

    .slidercaption a {
        color: #fff;
        font-size: 30px;
        font-weight: 400;
        text-decoration: none;
        border: 2px solid #ed2a24;
        padding: 5px 8px;
    }

        .slidercaption a:hover {
            color: #fff;
        }

        .slidercaption a:focus {
            outline: none !important;
        }

.cycle-next {
    top: 35%;
    position: absolute;
    right: 10px;
    z-index: 999;
    padding: 15px 0px 15px 10px;
    cursor: pointer;
    opacity: 0;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

    .cycle-next .caretrightIcon {
        color: black;
        font-size: 50px !important;
        cursor: pointer;
    }

.cycle-prev {
    top: 35%;
    position: absolute;
    left: 10px;
    z-index: 999;
    padding: 15px 0px 15px 10px;
    cursor: pointer;
    opacity: 0;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

    .cycle-prev .caretleftIcon {
        color: black;
        font-size: 50px !important;
        cursor: pointer;
    }

.cycle-pager {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 99;
    color: black;
    font-size: 25px;
    bottom: 0;
    cursor: pointer;
    opacity: 1;
}

    .cycle-pager span {
        padding: 0 2px;
    }

    .cycle-pager .cycle-pager-active {
        color: black;
    }

.SlideshowDIV:hover .cycle-next {
    opacity: 1;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.SlideshowDIV:hover .cycle-prev {
    opacity: 1;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.SlideshowDIV:hover .cycle-pager {
    opacity: 1;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.sliderOverlay {
    background-color: #000;
    opacity: 0.2;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
/* Top Image Slider END */



/* Home Page Content Start */
.HomePageContainerFluid {
    padding: 50px 0 50px 0;
    background-color: rgb(255, 255, 255);
}

.HomePageContainer {
}

.HomePageRow {
}

.HomePageContent {
    text-align: center;
}

.HomePageHeader {
}

.HomePageImg {
}

.HomePageHeader2 {
}
/* Home Page Content END */
.container-fluid {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #00adee;
    padding: 0px 0 0 0;
}


/* 6 thumbs main page start */

.imgboxHolder {
    position: relative !important;
}

.imagebox {
    background: #555;
    padding: 0px;
    position: relative !important;
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
}

    .imagebox a {
        position: relative !important;
    }

#box-search {
    margin: 0;
    padding-top: 50px;
    padding-bottom: 20px;
}

.imageboxIMG {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.1);
    display: block;
    width: 100%;
    height: 35vh !important;
}

.imageboxTXTHolder {
    position: relative !important;
    z-index: 5;
}

.imagebox .imagebox-desc {
    color: white;
    font-size: 24px;
    left: 0px;
    padding: 10px 15px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 5;
    -moz-transition: 0.5s bottom ease;
    -o-transition: 0.5s bottom ease;
    -webkit-transition: 0.5s bottom ease;
    transition: 0.5s bottom ease;
    bottom: 10px;
}

.imagebox:hover .imagebox-desc {
    -moz-transition: 0.5s bottom ease;
    -o-transition: 0.5s bottom ease;
    -webkit-transition: 0.5s bottom ease;
    transition: 0.5s bottom ease;
    bottom: 110px;
}

.imagebox-TXT {
    justify-content: center;
    display: flex;
    z-index: 5;
    color: white;
}

    .imagebox-TXT p {
        color: white;
        opacity: 0;
        position: absolute;
        bottom: -30px;
        -moz-transition: 0.5s all ease;
        -o-transition: 0.5s all ease;
        -webkit-transition: 0.5s all ease;
        transition: 0.5s all ease;
        line-height: 1.1;
        font-size: 16px;
        width: 85%;
        margin: 0 auto;
    }

.imagebox:hover .imagebox-TXT p {
    opacity: 1;
    position: absolute;
    bottom: 10px;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.imagebox .ImgOverlay {
    background-color: #000;
    opacity: 0;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    -moz-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}

.imagebox:hover .ImgOverlay {
    background-color: #000;
    opacity: 0.6;
    -moz-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}
/* 6 thumbs main page END */



/* ofek maakot 3 thumbs start */
.behatzlachaContainer {
}

.behatzlachaRow {
    text-align: center;
    margin: 30px 0 70px 0;
}

.behatzlachaTitle {
    color: #9fcb36;
    font-size: 32px;
    padding-bottom: 20px;
    padding-top: 50px;
}

.behatzlachaTXT {
    padding: 0 20px 20px 20px;
}

    .behatzlachaTXT p {
        color: #2e6798;
        font-size: 22px;
        margin: 0;
    }

.behatzlachaThumbsHolder {
    width: 100%;
}

.behatzlachaThumb {
    padding: 5px;
    cursor: pointer;
}

.behatzlachaIMG {
    display: flex;
    justify-content: center;
}

    .behatzlachaIMG img {
        display: block;
        width: 100%;
        -moz-transition: transform 0.6s ease;
        -o-transition: transform 0.6s ease;
        -webkit-transition: transform 0.6s ease;
        transition: transform 0.6s ease;
        -moz-transform: scale(0.9,0.9);
        -ms-transform: scale(0.9,0.9);
        -o-transform: scale(0.9,0.9);
        -webkit-transform: scale(0.9,0.9);
        transform: scale(0.9,0.9);
        height: 25vh;
    }

.behatzlachaThumb:hover .behatzlachaIMG img {
    display: block;
    width: 100%;
    -moz-transition: transform 0.6s ease;
    -o-transition: transform 0.6s ease;
    -webkit-transition: transform 0.6s ease;
    transition: transform 0.6s ease;
    -moz-transform: scale(1.0,1.0);
    -ms-transform: scale(1.0,1.0);
    -o-transform: scale(1.0,1.0);
    -webkit-transform: scale(1.0,1.0);
    transform: scale(1.0,1.0);
}

.behatzlachaContent {
    margin-top: 10px;
}

    .behatzlachaContent .behatzlachaContentTitle {
        color: #2d5b83;
        font-size: 24px;
        margin-bottom: 5px;
        -moz-transition: color 0.6s ease;
        -o-transition: color 0.6s ease;
        -webkit-transition: color 0.6s ease;
        transition: color 0.6s ease;
        min-height: 65px;
        position: relative;
        display: block;
        padding: 0px 10px;
        max-height: 65px;
        overflow: hidden;
    }

    .behatzlachaContent .behatzlachaContentTXT {
        color: #2e6798;
        font-size: 16px;
        max-height: 130px;
        overflow: hidden;
    }

.behatzlachaThumb:hover .behatzlachaContentTitle {
    color: #22517a;
    -moz-transition: color 0.6s ease;
    -o-transition: color 0.6s ease;
    -webkit-transition: color 0.6s ease;
    transition: color 0.6s ease;
}
/* ofek maakot 3 thumbs END */



/* OurCustomers start */
.OurCustomersContainerFluid {
    background-color: #f3f3f3;
    padding: 50px 0 30px 0;
}

.OurCustomersContainer {
}

.OurCustomersRow {
    text-align: center;
}

.OurCustomersTitle {
    color: #9fcb36;
    font-size: 32px;
    margin-bottom: 50px;
}

.OurCustomersImagesContainer {
}

.OurCustomersImage {
    padding: 10px 0 10px 0;
}

    .OurCustomersImage img {
        width: 100%;
        display: block;
        max-height: 90px;
        height: 10vh;
    }
/* OurCustomers END */












.breadcrumbBG {
    background-color: #f5f5f5;
    margin-top: 85px;
    padding: 0 !important;
}

.breadcrumb {
    padding: 13px 15px !important;
    margin-bottom: 5px !important;
}

    .breadcrumb a {
        color: #5b5b5b;
    }

        .breadcrumb a:hover {
            color: #161616;
        }




#FooterAndContactHolder {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #1e1e1e;
}



.ContactUSIMG {
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    padding: 0 !important;
    max-width: 100%;
    /*background-color: #112331;*/
}

.ContactUSContainer {
    padding-bottom: 50px;
    padding-top: 80px;
    text-align: right;
}

.FormTitle h2 {
    padding: 0;
    margin: 0;
    font-weight: 400;
    line-height: 1;
    color: white;
}

.FormTitle2 h3 {
    padding: 0;
    margin: 0;
    font-weight: 400;
    line-height: 1;
    color: white;
}

.formInputsAsterix {
    font-size: 20px !important;
    padding: 0.475rem 2rem !important;
    margin-bottom: 20px;
    height: 50px !important;
    border-radius: 15px !important;
    border: 5px solid black !important;
    background-color: white !important;
}

.Checkboxes {
    margin-right: 20px;
}

.formInputsAsterix:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: 5px 5px 0px #000;
    box-shadow: 5px 5px 0px #000;
}

.formInputsAsterixMessage {
    font-family: Helvetica, 'FontAwesome', sans-serif !important;
    font-size: 20px !important;
    padding: 0.475rem 2rem !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
}

textarea {
    resize: vertical;
}

.placeholderFormName {
    font-size: 8px;
    color: #777;
    width: 8px;
    position: absolute;
    top: 15px;
    right: 8px;
}

.placeholderFormEmail {
    font-size: 8px;
    color: #777;
    width: 8px;
    position: absolute;
    top: 15px;
    right: 8px;
}

.placeholderFormPhone {
    font-size: 8px;
    color: #777;
    width: 8px;
    position: absolute;
    top: 15px;
    right: 8px;
}

.BTNGroup {
    position: relative;
}

#loadingGif {
    position: absolute;
    width: 50px;
    top: 0;
    left: 45%;
}

.MyFormBTN {
    height: 50px;
    /*border-radius: 0!important;*/
    font-size: 20px !important;
    padding: 0 !important;
    z-index: 10;
    position: relative;
    display: block;
}

    .MyFormBTN span {
        font-size: 30px !important;
    }

    .MyFormBTN:focus {
        outline: none !important;
    }


.hideBTN {
    display: none !important;
}

.showBTN {
    display: block !important;
}

.BTNGroup .FormAngleIon {
    -moz-transition: margin-right 0.3s ease;
    -o-transition: margin-right 0.3s ease;
    -webkit-transition: margin-right 0.3s ease;
    transition: margin-right 0.3s ease;
    color: #fff;
    font-size: 30px !important;
    position: absolute;
    margin-right: 20px;
    top: 10px;
    z-index: 10;
}

.BTNGroup:hover .FormAngleIon {
    -moz-transition: margin-right 0.3s ease;
    -o-transition: margin-right 0.3s ease;
    -webkit-transition: margin-right 0.3s ease;
    transition: margin-right 0.3s ease;
    margin-right: 30px;
}


.list-unstyled {
    margin-bottom: 0 !important;
}

    .list-unstyled li {
        color: #005644;
        font-size: 13px;
        position: absolute;
        top: 5px;
        left: 10px;
    }

.form-control {
    color: black !important;
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: white !important;
    border: none !important;
    border-radius: 0.25rem;
}

.btn-primary {
    color: #fff;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    background-color: #D01F27 !important;
    border-color: #D01F27 !important;
    width: 100%;
    font-size: 30px !important;
    color: black !important;
    font-weight: 600 !important;
    border: 4px solid black !important;
    border-radius: 15px !important;
}

    .btn-primary:hover {
        color: #fff;
        -moz-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        -webkit-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
        background-color: #D01F27 !important;
        border-color: #D01F27 !important;
        width: 100%;
        font-size: 30px !important;
        color: black !important;
        font-weight: 600 !important;
        border: 4px solid black !important;
        border-radius: 15px !important;
    }

    .btn-primary:focus {
        color: #fff;
        background-color: #D01F27 !important;
        border-color: #D01F27 !important;
    }

    .btn-primary:focus, .btn-primary.focus {
        box-shadow: 0 0 0 0.1rem rgba(72, 72, 72, 0.50) !important;
    }

.FormAddress {
    color: white;
    font-size: 18px;
    font-weight: 400;
    float: left;
    margin-top: 75px;
    line-height: 35px;
}

.FormTitle2 {
    color: white;
    margin-bottom: 30px !important;
}

.FormAddress a {
    color: white;
}

    .FormAddress a:hover {
        color: #d70000;
    }

.BTNGroup .FormAngleIcon {
    -moz-transition: margin-right 0.3s ease;
    -o-transition: margin-right 0.3s ease;
    -webkit-transition: margin-right 0.3s ease;
    transition: margin-right 0.3s ease;
    color: #fff;
    font-size: 30px !important;
    position: absolute;
    margin-right: 10px;
    top: 10px;
    z-index: 10;
}

.BTNGroup:hover .FormAngleIcon {
    -moz-transition: margin-right 0.3s ease;
    -o-transition: margin-right 0.3s ease;
    -webkit-transition: margin-right 0.3s ease;
    transition: margin-right 0.3s ease;
    margin-right: 20px;
}


#LayoutForm {
    /*display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;*/
    position: relative;
}

.form-group {
    margin-bottom: 15px;
    -ms-flex: 1 !important;
    -webkit-flex: 1 !important;
    flex: 1 !important;
    position: relative;
}

.ContactFormContentHolder {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.FormContactDetails .FormContactPhone {
    color: #fff;
    font-size: 22px !important;
}

.FormContactDetails .FormPhoneIcon {
    color: #fff;
    width: 25px;
    font-size: 22px !important;
    padding-bottom: 20px;
}

.FormContactDetails .FormContactAddress {
    color: #fff;
    font-size: 22px !important;
}

.FormContactDetails .FormAddressIcon {
    color: #fff;
    width: 25px;
    font-size: 22px !important;
    padding-bottom: 20px;
}

.FormContactDetails .FormContactEmail {
    color: #fff;
    font-size: 22px !important;
}

.FormContactDetails .FormEmailIcon {
    color: #fff;
    width: 25px;
    font-size: 22px !important;
}

.MustFill {
    position: absolute;
    bottom: -75px;
    right: 20px;
    color: #fff;
}





.contactDetailsHolder {
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #fff;
    text-align: center;
    padding-top: 30px;
}

    .contactDetailsHolder .contactFullPhoneNumber {
        padding: 0 0 0 14px;
        color: #fff;
        font-size: 20px;
    }

        .contactDetailsHolder .contactFullPhoneNumber .FormContactPhone {
        }

            .contactDetailsHolder .contactFullPhoneNumber .FormContactPhone .FormPhoneIcon {
            }

    .contactDetailsHolder .FormContactAddress {
        padding: 0 27px;
        color: #fff;
        font-size: 20px;
    }

        .contactDetailsHolder .FormContactAddress .FormAddressIcon {
        }

    .contactDetailsHolder .contactFullEmail {
        padding: 0 14px 0 0;
        color: #fff;
        font-size: 20px;
    }

        .contactDetailsHolder .contactFullEmail .FormContactEmail {
        }

            .contactDetailsHolder .contactFullEmail .FormContactEmail .FormEmailIcon {
            }









.FooterContent {
    text-align: center;
    padding-bottom: 50px;
}

    .FooterContent .FooterContentTitle {
        color: #fff;
        font-size: 22px !important;
    }

    .FooterContent .FooterContentText {
        color: #fff;
        font-size: 16px !important;
    }

        .FooterContent .FooterContentText p {
        }

.FooterTxt {
    padding: 30px 10px;
}

    .FooterTxt p {
        font-size: 18px;
        font-weight: 500;
        text-align: center;
    }

.footerLinksContainer {
    padding-top: 50px;
    padding-bottom: 50px;
}

.footerLogo {
    display: flex;
    justify-content: flex-start;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    color: #fff;
    text-align: right;
    align-items: flex-start;
    font-size: 20px;
}

    .footerLogo a {
        /*width: 80%;*/
        color: #fff;
    }

        .footerLogo a:hover {
            color: #fff;
            text-decoration: underline !important;
        }

        .footerLogo a:focus {
            outline: none !important;
        }

    .footerLogo img {
        /*width: 80%;
    height: 100%;*/
        padding-bottom: 10px;
    }

.FooterLinks1 h4 {
    color: #fff;
}

.FooterLinks1UL {
    list-style: none;
    padding: 0;
}

.FooterLinks1LI a {
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: white;
}

    .FooterLinks1LI a:hover {
        -moz-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease;
        color: #fff;
        cursor: pointer;
        text-decoration: underline !important;
    }

    .FooterLinks1LI a:focus {
        outline: none;
    }

.FooterLinks2 h4 {
    color: #fff;
}

.FooterLinks2UL {
    list-style: none;
    padding: 0;
}

.FooterLinks2LI a {
    color: white;
}

    .FooterLinks2LI a:hover {
        -moz-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease;
        color: #fff;
        cursor: pointer;
        text-decoration: underline !important;
    }

    .FooterLinks2LI a:focus {
        outline: none;
    }

.FooterLinks3 h4 {
    color: #fff;
}

.FooterLinks3UL {
    list-style: none;
    padding: 0;
}

.FooterLinks3LI a {
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: white;
}

    .FooterLinks3LI a:hover {
        -moz-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease;
        color: #fff;
        cursor: pointer;
        text-decoration: underline !important;
    }

    .FooterLinks3LI a:focus {
        outline: none;
    }

.FooterSocialLinks {
    padding-top: 55px;
}

.faLink {
    font-size: 22px;
    padding: 3px;
}

.FooterfaIcon {
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
}

.Footerfacebook {
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    background: #bebebe;
    color: #ffffff;
    padding-top: 10px;
    width: 40px;
    height: 40px;
}

    .Footerfacebook:hover {
        -moz-transition: 0.6s;
        -o-transition: 0.6s;
        -webkit-transition: 0.6s;
        transition: 0.6s;
        background: #3B5998;
        color: white;
    }

.Footergoogleplus {
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    background: #bebebe;
    color: #ffffff;
    padding-top: 10px;
    width: 40px;
    height: 40px;
}

    .Footergoogleplus:hover {
        -moz-transition: 0.6s;
        -o-transition: 0.6s;
        -webkit-transition: 0.6s;
        transition: 0.6s;
        background: #dd5144;
        color: white;
    }

.Footerwhatsapp {
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    background: #bebebe;
    color: #ffffff;
    padding-top: 10px;
    width: 40px;
    height: 40px;
}

    .Footerwhatsapp:hover {
        -moz-transition: 0.6s;
        -o-transition: 0.6s;
        -webkit-transition: 0.6s;
        transition: 0.6s;
        background: #2ab200;
        color: white;
    }

.Footerinstagram {
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: #bebebe;
    color: #ffffff;
    padding-top: 10px;
    width: 40px;
    height: 40px;
}

    .Footerinstagram:hover {
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        background-image: url(../img/instaBG.png);
        color: white;
    }



.FullPowerCredit {
    background-color: #1d1d1d;
}

.FooterCreditA {
    text-decoration: none !important;
}

.FullPowerCredit img {
    width: 170px;
    padding: 5px 0 0 0;
}

.FooterCredit h5 {
    color: white;
    font-weight: 400;
    opacity: 0;
    -moz-transition: 1.3s;
    -o-transition: 1.3s;
    -webkit-transition: 1.3s;
    transition: 1.3s;
    margin: 5px !important;
    font-size: 12px;
}

.FooterCredit:hover {
    opacity: 1;
}

    .FooterCredit:hover h5 {
        opacity: 1;
    }




/* Article Page Start */
.InnerPageHeaderPic {
    padding: 0 !important;
    position: relative;
}

    .InnerPageHeaderPic img {
        width: 100vw;
        height: 21vw;
        max-height: 400px;
        overflow: hidden;
    }

.ArticleContainer {
    padding: 0 !important;
    display: block;
    margin-bottom: 50px;
}

.ArticleRow {
    padding: 0 0 0 20px !important;
    margin: 0 !important;
}

.articleBody p {
    font-size: 16px;
}

.rightdiv a {
    color: #196ab3;
}

    .rightdiv a:hover {
        color: #196ab3;
    }

    .rightdiv a:focus {
        outline: none !important;
    }




.headline {
}

    .headline h1 {
        margin-bottom: 30px;
        padding: 7px 0;
        border-bottom: 1px solid rgba(144, 144, 144, 0.15);
    }

        .headline h1:after {
        }


.content-sm {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.rightdiv {
    width: 70% !important;
    float: right;
    padding-bottom: 30px;
    min-height: 600px;
}

.div-big-form {
    float: left;
}

#movePanel {
    float: left;
    left: 0px;
    width: 335px;
    position: absolute;
    top: 120px;
}

.formforpage {
    width: 300px;
    min-height: 360px;
    text-align: center;
    line-height: 25px;
    background-color: #e7e7e7;
    margin-right: 25px;
    margin-bottom: 15px;
    position: relative;
    border-radius: 0px 0px 7px 7px !important;
    padding-bottom: 1px;
}

.formforpage-title {
    background-color: #2e6798;
    font-size: 23px;
    font-weight: 400;
    color: white;
    min-height: 60px;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 30px;
}

#mshulash {
    display: block;
    right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 15.5px 0 15.5px;
    border-color: #2e6798 transparent transparent transparent;
    margin: 0 auto;
    margin-bottom: 20px;
}

.formforpage input[type=text] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    font-size: 20px;
    display: block;
    width: 85%;
    text-align: right;
    margin: 0 auto;
    margin-top: 20px;
}

.txtcenter {
    text-align: center !important;
}

.not-valid {
    background: #ffd6d5 !important;
    border: 1px solid #a94442 !important;
}

.formforpage img {
    position: absolute;
    top: 315px;
    left: 85px;
    height: 15px;
}

.formforpage .MySideFormBTN {
    color: white;
    background-color: #2e6798;
    font-size: 32px;
    font-weight: 400;
    padding: 7px 4px 10px 0;
    height: 50px;
    margin: 0 auto;
    width: 85%;
    position: relative;
    border: none;
    border-radius: 3px !important;
    z-index: 10;
}

    .formforpage .MySideFormBTN:focus {
        outline: none !important;
    }

.phon-bottom-form {
    width: 300px;
    min-height: 70px;
    background-color: #2e6798;
    color: white;
    text-align: center;
    border-radius: 5px !important;
    position: relative;
    float: left;
    margin-left: 10px;
    margin-bottom: 15px;
    margin-right: 25px;
    padding-top: 5px;
}

#loadingGifSideForm {
    position: absolute;
    width: 50px;
    top: 0;
    left: 123px;
    height: 50px;
}

.phon-bottom-form-title {
    padding-top: 5px;
}

.phon-bottom-form-phon {
    font-size: 28px;
    font-weight: bold;
}

.phon-bottom-form > .phon-bottom-form-phon > img {
    position: absolute;
    left: 30px;
    bottom: 10px;
}

.phon-bottom-form-phon a {
    color: white;
}

    .phon-bottom-form-phon a:hover {
        color: white;
    }

#SideFormFixed {
    display: block;
}

#rating_box .ratingBoxSpan2 {
    padding-left: 10px !important;
}

.formInputsAsterix2 {
    font-family: Helvetica, 'FontAwesome', sans-serif !important;
    font-size: 17px !important;
    padding: 0.475rem 2rem !important;
    margin-bottom: 20px;
}

.placeholderFormName2 {
    margin-top: -38px;
    font-size: 8px;
    margin-right: 30px;
    color: #444;
    width: 8px;
    float: right;
}

.placeholderFormEmail2 {
    margin-top: -38px;
    font-size: 8px;
    margin-right: 30px;
    color: #444;
    width: 8px;
    float: right;
}

.placeholderFormPhone2 {
    margin-top: -38px;
    font-size: 8px;
    margin-right: 30px;
    color: #444;
    width: 8px;
    float: right;
}

.FormNameDIV2 li {
    float: left;
    margin-top: -52px;
    margin-left: 28px;
    color: #005644;
    font-size: 13px;
}


/* Template More Start */
/* for id=3 start */
.ArticleBox img {
    display: block;
    width: 100%;
    padding-bottom: 5px;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -moz-transform: scale(0.9,1);
    scale(1,1);
    scale(1,0.85);
    -ms-transform: scale(0.9,1);
    scale(1,1);
    scale(1,0.85);
    -o-transform: scale(0.9,1);
    scale(0.9,1);
    scale(1,1);
    scale(1,0.85);
    scale(1,0.85);
    -webkit-transform: scale(0.9,1);
    scale(0.9,1);
    scale(1,0.85);
    transform: scale(0.9,0.9);
}

.ArticleBox:hover img {
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}

.ArticleBox a {
    color: #fff;
    font-size: 18px;
}

.ArticleBox:hover a {
    color: #fff;
}

.ArticleBox a:focus {
    outline: none !important;
}

.ArticleBox {
}

.thumbnailBG {
    background-color: #fff !important;
    border: none !important;
    margin-bottom: 3px !important;
    min-height: 160px;
}

    .thumbnailBG:hover {
        box-shadow: 0 0 10px #cacaca;
        -webkit-transition: box-shadow 0.2s ease-in-out;
        -moz-transition: box-shadow 0.2s ease-in-out;
        -o-transition: box-shadow 0.2s ease-in-out;
        transition: box-shadow 0.2s ease-in-out;
    }

.ArticleReadMore1Container {
    -moz-transition: padding 0.6s ease;
    -o-transition: padding 0.6s ease;
    -webkit-transition: padding 0.6s ease;
    transition: padding 0.6s ease;
}

.ArticleReadMore1 {
    position: absolute;
    top: 32%;
    background-color: #3d3d3d;
    padding: 3px;
    display: none;
}

.ArticleBox:hover .ArticleReadMore1Container {
    padding-right: 20px;
    -moz-transition: padding 0.6s ease;
    -o-transition: padding 0.6s ease;
    -webkit-transition: padding 0.6s ease;
    transition: padding 0.6s ease;
}

.caption {
    padding: 0 !important;
    margin-top: 0 !important;
}

    .caption h3 {
        margin-top: 0 !important;
    }

.articleH3 {
    margin-top: 0 !important;
    color: #333 !important;
}

.ArticleBox:hover .articleH3 {
    -moz-transition: color 0.6s ease;
    -o-transition: color 0.6s ease;
    -webkit-transition: color 0.6s ease;
    transition: color 0.6s ease;
    color: #3d3d3d !important;
}
/* for id=3 end */
/* for id=0 start */
.imageboxDIV {
    margin-bottom: 25px;
}

    .imageboxDIV .imagebox {
        display: block;
        float: right;
        width: 100%;
        height: 150px;
        margin: 10px 0 0 20px;
        position: relative;
        border: 1px solid #a30001;
        overflow: hidden;
        background-color: white;
    }

        .imageboxDIV .imagebox a .imageboxIMG {
            width: 100% !important;
            height: 110px !important;
            -moz-transition: all 0.2s ease-in;
            -o-transition: all 0.2s ease-in;
            -webkit-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in;
        }

    .imageboxDIV:hover .imagebox a .imageboxIMG {
        width: 110% !important;
        height: 150px !important;
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

    .imageboxDIV .imagebox a .imagebox-desc {
        display: block;
        text-align: center;
        background: rgba(255,255,255,.8);
        padding: 9px 0 5px 0;
        width: 100%;
        position: absolute;
        bottom: 0px;
        left: 0px;
        -moz-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
        -webkit-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
        color: #434446;
        font-weight: bold;
        font-size: 16px;
    }
/* for id=0 end */
/* for id=1 Start */
.ArticleMedia {
    min-height: 120px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(214, 214, 214, 0.1);
    -moz-transition: background-color 0.1s ease-in-out;
    -o-transition: background-color 0.1s ease-in-out;
    -webkit-transition: background-color 0.1s ease-in-out;
    transition: background-color 0.1s ease-in-out;
}

    .ArticleMedia:hover {
        border: 1px solid rgba(0, 0, 0, 0.1);
        background-color: rgba(117, 117, 117, 0.1);
        -moz-transition: background-color 0.1s ease-in-out;
        -o-transition: background-color 0.1s ease-in-out;
        -webkit-transition: background-color 0.1s ease-in-out;
        transition: background-color 0.1s ease-in-out;
    }

    .ArticleMedia a {
        color: #333;
    }

        .ArticleMedia a:hover {
            color: #141414;
        }

        .ArticleMedia a:focus {
            outline: none !important;
        }

    .ArticleMedia .media-left .media-object {
        height: 120px;
    }
/* for id=1 END */
/* for id=2 Start */
.ArticleMediaNoPicture {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(214, 214, 214, 0.1);
    -moz-transition: background-color 0.1s ease-in-out;
    -o-transition: background-color 0.1s ease-in-out;
    -webkit-transition: background-color 0.1s ease-in-out;
    transition: background-color 0.1s ease-in-out;
    padding: 15px;
    display: flex;
}

    .ArticleMediaNoPicture:hover {
        border: 1px solid rgba(0, 0, 0, 0.1);
        background-color: rgba(117, 117, 117, 0.1);
        -moz-transition: background-color 0.1s ease-in-out;
        -o-transition: background-color 0.1s ease-in-out;
        -webkit-transition: background-color 0.1s ease-in-out;
        transition: background-color 0.1s ease-in-out;
    }

    .ArticleMediaNoPicture a {
        color: #333;
    }

        .ArticleMediaNoPicture a:hover {
            color: #141414;
        }

        .ArticleMediaNoPicture a:focus {
            outline: none !important;
        }
/* for id=2 Start */
/* Template More END */


/* Rating Start */
.SocialBarContainer {
    width: 100% !important;
    position: relative;
    padding: 0 !important;
    margin: 50px 0 50px 0 !important;
    min-height: 135px;
}

.SocialBarRow {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    float: right;
    min-height: 65px;
}


.SocialShareButtonsAndTitleHolder {
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.SocialShareButtonsTitle {
    color: #9d9d9d;
    padding-bottom: 5px;
    padding-right: 5px;
}

.SocialShareButtonsHolder {
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    justify-content: flex-start;
}

.SocialStarsHolder {
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    justify-content: flex-end;
}


.SocialBarDivRating {
    padding: 0 !important;
}

.SocialBarThumbnailRating {
    border: 0 !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    position: relative;
    /*background-color: #fff !important;*/
}

    .SocialBarThumbnailRating:hover {
        /*background-color: #fff !important;*/
    }

.wrapper-ratings {
    position: relative;
}

#rating_text {
}

#rating_box {
    color: #9d9d9d;
    margin-right: 12px;
}

    #rating_box .amountOfRatingsRecived {
        color: #000;
        font-size: 20px;
        font-weight: 600;
    }

        #rating_box .amountOfRatingsRecived #count_value {
        }

        #rating_box .amountOfRatingsRecived #rating_value {
        }

    #rating_box .avergedRating {
        color: #000;
        font-size: 20px;
        font-weight: 600;
    }

    #rating_box #Your-score {
        color: #000;
        font-size: 20px;
        font-weight: 600;
    }

.dirug {
}

#jrate {
    direction: ltr;
    position: absolute;
}

#demo-onchange-value {
    position: absolute;
    right: 38%;
    top: 23px;
    color: #000;
}

.StarsAuthorContainer {
    position: absolute;
    top: 60px;
    max-width: 100%;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    color: #9d9d9d;
    justify-content: center;
    width: 100%;
}

    .StarsAuthorContainer .StarsAuthor {
        font-size: 10px;
    }

        .StarsAuthorContainer .StarsAuthor a {
            color: #9d9d9d;
        }

            .StarsAuthorContainer .StarsAuthor a:hover {
                color: #9d9d9d;
            }

            .StarsAuthorContainer .StarsAuthor a:focus {
                outline: none !important;
            }

    .StarsAuthorContainer .lastUpdatedAt {
        font-size: 12px;
    }
/* Rating END */
/* whatsapp Start */
.SocialBarDivWhatsapp {
}

    .SocialBarDivWhatsapp .SocialBarThumbnailWhatsapp {
        position: relative;
        padding: 0 3px 5px 3px;
    }

        .SocialBarDivWhatsapp .SocialBarThumbnailWhatsapp:hover {
        }

        .SocialBarDivWhatsapp .SocialBarThumbnailWhatsapp .whatsappA {
            font-size: 18px;
            position: relative;
        }

            .SocialBarDivWhatsapp .SocialBarThumbnailWhatsapp .whatsappA:hover {
            }

            .SocialBarDivWhatsapp .SocialBarThumbnailWhatsapp .whatsappA:focus {
                outline: none !important;
            }

            .SocialBarDivWhatsapp .SocialBarThumbnailWhatsapp .whatsappA .whatsappIcon {
                color: #9d9d9d;
                padding-top: 8px;
                width: 40px;
                text-align: center;
                text-decoration: none;
                border-radius: 50%;
                height: 40px;
                font-size: 22px !important;
                border: 1px solid;
                -moz-transition: color 0.3s ease;
                -o-transition: color 0.3s ease;
                -webkit-transition: color 0.3s ease;
                transition: color 0.3s ease;
            }

        .SocialBarDivWhatsapp .SocialBarThumbnailWhatsapp:hover .whatsappA {
        }

            .SocialBarDivWhatsapp .SocialBarThumbnailWhatsapp:hover .whatsappA .whatsappIcon {
                color: #191818 !important;
                -moz-transition: color 0.3s ease;
                -o-transition: color 0.3s ease;
                -webkit-transition: color 0.3s ease;
                transition: color 0.3s ease;
            }
/* whatsapp END */
/* facebook Start */
.SocialBarDivFacebook {
}

    .SocialBarDivFacebook .SocialBarThumbnailFacebook {
        position: relative;
        padding: 0 3px 5px 3px;
    }

        .SocialBarDivFacebook .SocialBarThumbnailFacebook:hover {
        }

        .SocialBarDivFacebook .SocialBarThumbnailFacebook .facebookA {
            font-size: 18px;
            position: relative;
        }

            .SocialBarDivFacebook .SocialBarThumbnailFacebook .facebookA:hover {
            }

            .SocialBarDivFacebook .SocialBarThumbnailFacebook .facebookA:focus {
                outline: none !important;
            }

            .SocialBarDivFacebook .SocialBarThumbnailFacebook .facebookA .facebookIcon {
                color: #9d9d9d;
                padding-top: 9px;
                width: 40px;
                text-align: center;
                text-decoration: none;
                border-radius: 50%;
                height: 40px;
                font-size: 22px !important;
                border: 1px solid;
                -moz-transition: color 0.3s ease;
                -o-transition: color 0.3s ease;
                -webkit-transition: color 0.3s ease;
                transition: color 0.3s ease;
            }

        .SocialBarDivFacebook .SocialBarThumbnailFacebook:hover .facebookA {
        }

            .SocialBarDivFacebook .SocialBarThumbnailFacebook:hover .facebookA .facebookIcon {
                color: #191818 !important;
                -moz-transition: color 0.3s ease;
                -o-transition: color 0.3s ease;
                -webkit-transition: color 0.3s ease;
                transition: color 0.3s ease;
            }
/* facebook END */
/* google plus Start */
.SocialBarDivGoogle {
}

    .SocialBarDivGoogle .SocialBarThumbnailGoogle {
        position: relative;
        padding: 0 3px 5px 3px;
    }

        .SocialBarDivGoogle .SocialBarThumbnailGoogle:hover {
        }

        .SocialBarDivGoogle .SocialBarThumbnailGoogle .googleA {
            font-size: 18px;
            position: relative;
        }

            .SocialBarDivGoogle .SocialBarThumbnailGoogle .googleA:hover {
            }

            .SocialBarDivGoogle .SocialBarThumbnailGoogle .googleA:focus {
                outline: none !important;
            }

            .SocialBarDivGoogle .SocialBarThumbnailGoogle .googleA .googlekIcon {
                color: #9d9d9d;
                padding-top: 9px;
                width: 40px;
                text-align: center;
                text-decoration: none;
                border-radius: 50%;
                height: 40px;
                font-size: 22px !important;
                border: 1px solid;
                -moz-transition: color 0.3s ease;
                -o-transition: color 0.3s ease;
                -webkit-transition: color 0.3s ease;
                transition: color 0.3s ease;
            }

        .SocialBarDivGoogle .SocialBarThumbnailGoogle:hover .googleA {
        }

            .SocialBarDivGoogle .SocialBarThumbnailGoogle:hover .googleA .googlekIcon {
                color: #191818 !important;
                -moz-transition: color 0.3s ease;
                -o-transition: color 0.3s ease;
                -webkit-transition: color 0.3s ease;
                transition: color 0.3s ease;
            }
/* google plus END */
/* twitter Start */
.SocialBarDivtwitter {
}

    .SocialBarDivtwitter .SocialBarThumbnailtwitter {
        position: relative;
        padding: 0 3px 5px 3px;
    }

        .SocialBarDivtwitter .SocialBarThumbnailtwitter:hover {
        }

        .SocialBarDivtwitter .SocialBarThumbnailtwitter .twitterA {
            font-size: 18px;
            position: relative;
        }

            .SocialBarDivtwitter .SocialBarThumbnailtwitter .twitterA:hover {
            }

            .SocialBarDivtwitter .SocialBarThumbnailtwitter .twitterA:focus {
                outline: none !important;
            }

            .SocialBarDivtwitter .SocialBarThumbnailtwitter .twitterA .twitterIcon {
                color: #9d9d9d;
                padding-top: 9px;
                width: 40px;
                text-align: center;
                text-decoration: none;
                border-radius: 50%;
                height: 40px;
                font-size: 22px !important;
                border: 1px solid;
                -moz-transition: color 0.3s ease;
                -o-transition: color 0.3s ease;
                -webkit-transition: color 0.3s ease;
                transition: color 0.3s ease;
            }

        .SocialBarDivtwitter .SocialBarThumbnailtwitter:hover .twitterA {
        }

            .SocialBarDivtwitter .SocialBarThumbnailtwitter:hover .twitterA .twitterIcon {
                color: #191818 !important;
                -moz-transition: color 0.3s ease;
                -o-transition: color 0.3s ease;
                -webkit-transition: color 0.3s ease;
                transition: color 0.3s ease;
            }
/* twitter END */
/* linkedin Start */
.SocialBarDivlinkedin {
}

    .SocialBarDivlinkedin .SocialBarThumbnaillinkedin {
        position: relative;
        padding: 0 3px 5px 3px;
    }

        .SocialBarDivlinkedin .SocialBarThumbnaillinkedin:hover {
        }

        .SocialBarDivlinkedin .SocialBarThumbnaillinkedin .linkedinA {
            font-size: 18px;
            position: relative;
        }

            .SocialBarDivlinkedin .SocialBarThumbnaillinkedin .linkedinA:hover {
            }

            .SocialBarDivlinkedin .SocialBarThumbnaillinkedin .linkedinA:focus {
                outline: none !important;
            }

            .SocialBarDivlinkedin .SocialBarThumbnaillinkedin .linkedinA .linkedinIcon {
                color: #9d9d9d;
                padding-top: 9px;
                width: 40px;
                text-align: center;
                text-decoration: none;
                border-radius: 50%;
                height: 40px;
                font-size: 22px !important;
                border: 1px solid;
                -moz-transition: color 0.3s ease;
                -o-transition: color 0.3s ease;
                -webkit-transition: color 0.3s ease;
                transition: color 0.3s ease;
            }

        .SocialBarDivlinkedin .SocialBarThumbnaillinkedin:hover .linkedinA {
        }

            .SocialBarDivlinkedin .SocialBarThumbnaillinkedin:hover .linkedinA .linkedinIcon {
                color: #191818 !important;
                -moz-transition: color 0.3s ease;
                -o-transition: color 0.3s ease;
                -webkit-transition: color 0.3s ease;
                transition: color 0.3s ease;
            }
/* linkedin END */
/* print Start */
.SocialBarDivprint {
}

    .SocialBarDivprint .SocialBarThumbnailprint {
        position: relative;
        padding: 0 3px 5px 3px;
    }

        .SocialBarDivprint .SocialBarThumbnailprint:hover {
        }

        .SocialBarDivprint .SocialBarThumbnailprint .printA {
            font-size: 18px;
            position: relative;
        }

            .SocialBarDivprint .SocialBarThumbnailprint .printA:hover {
            }

            .SocialBarDivprint .SocialBarThumbnailprint .printA:focus {
                outline: none !important;
            }

            .SocialBarDivprint .SocialBarThumbnailprint .printA .printIcon {
                color: #9d9d9d;
                padding-top: 9px;
                width: 40px;
                text-align: center;
                text-decoration: none;
                border-radius: 50%;
                height: 40px;
                font-size: 22px !important;
                border: 1px solid;
                -moz-transition: color 0.3s ease;
                -o-transition: color 0.3s ease;
                -webkit-transition: color 0.3s ease;
                transition: color 0.3s ease;
            }

        .SocialBarDivprint .SocialBarThumbnailprint:hover .printA {
        }

            .SocialBarDivprint .SocialBarThumbnailprint:hover .printA .printIcon {
                color: #191818 !important;
                -moz-transition: color 0.3s ease;
                -o-transition: color 0.3s ease;
                -webkit-transition: color 0.3s ease;
                transition: color 0.3s ease;
            }
/* print END */
@media print {
    #SideFormFixed > * {
        display: none !important;
    }

    .SocialBarContainer > * {
        display: none !important;
    }

    [meta] {
        display: none !important;
    }

    .ArticleContainer > * {
        display: none !important;
    }

    .whatsappFloaingIconLink > * {
        display: none !important;
    }

    .instagramFloaingIconLink > * {
        display: none !important;
    }

    .facebookFloaingIconLink > * {
        display: none !important;
    }

    .navbarIcons > * {
        display: none !important;
    }

    .topPhone > * {
        display: none !important;
    }

    #FooterAndContactHolder > * {
        display: none !important;
    }

    .facebook-likebox > * {
        display: none !important;
    }

    .navbar > * {
        display: none !important;
    }
}

/* Like Button Start */
.SocialBarDivLike {
    margin: auto;
    padding: 0 5px 0 5px;
}

    .SocialBarDivLike:hover .SocialBarThumbnailLike {
    }

    .SocialBarDivLike .SocialBarThumbnailLike {
    }
/* Like Button END */
/* Share Social Bar END */

/* Article Page END */




/*Site CSS with no Media Quary END*/
/* Media Quary for 1200px Start*/
@media(max-width:1200px) {

    .MyNavBarContainer {
        width: 100% !important;
        margin: 0 auto;
    }

    nav a {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .Rama1LI {
        cursor: pointer;
        position: relative !important;
        font-size: 14px;
    }


    .OpusHistoryTXT .OpusHistoryContentHolder .OpusHistoryContent h3 {
        color: #656366;
        font-size: 22px !important;
    }

    .OpusHistoryTXT .OpusHistoryContentHolder .OpusHistoryContent p {
        color: #656366;
        font-size: 16px !important;
    }




    .breadcrumb {
        padding: 13px 15px !important;
        margin-bottom: 5px !important;
    }

    #movePanel {
        float: left;
        left: 0;
        width: 275px;
        margin-top: 66px;
    }

    .phon-bottom-form {
        width: 276px;
        min-height: 70px;
        color: white;
        text-align: center;
        border-radius: 5px !important;
        position: relative;
        float: left;
        margin-left: 5px;
        margin-bottom: 15px;
        margin-right: 0;
        padding-top: 5px;
    }

    .formforpage {
        width: 275px;
        min-height: 360px;
        text-align: center;
        line-height: 25px;
        margin-right: 0;
        margin-bottom: 15px;
        position: relative;
        border-radius: 0 0 7px 7px !important;
        padding-bottom: 1px;
    }

    .StarsAuthorContainer .StarsAuthor {
        font-size: 10px;
    }

    .StarsAuthorContainer .lastUpdatedAt {
        font-size: 10px;
    }
}
/* Media Quary for 1200px END*/


/* Error Page CSS Start */
.ErrorPageContainerFluid {
    background: #f3f3f3;
}

.ErrorPageContainer {
}

.ErrorPageROW {
}

.ErrorPagecontent {
    padding-bottom: 100px;
    padding-top: 100px;
}

.ErrorTitle {
    color: #777;
    font-size: 180px;
    line-height: 200px;
    padding-bottom: 20px;
}

.ErrorSmallerTitle {
    color: #555;
    font-size: 35px;
    font-weight: 600;
}

.ErrorP {
    color: #555;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 0;
}

.errorPageBTN {
    border: 0;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    font-weight: 400;
    padding: 6px 13px;
    position: relative;
    background: #ed2a24;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

    .errorPageBTN:hover {
        color: #fff;
        text-decoration: none;
        -webkit-transition: background-color 0.2s ease-in-out;
        -moz-transition: background-color 0.2s ease-in-out;
        -o-transition: background-color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out;
        background-color: #fa453f;
    }

    .errorPageBTN:focus {
        outline: none !important;
    }
/* Error Page CSS END */



/* Search Page Start */
.SearchContainer {
    padding: 0px 0 50px 0;
}

.SearchH1 {
    text-align: center;
    margin: 30px 0 50px 0;
}
/* Search Page END */




/* SiteMap Start */
.AllSiteMapContainer {
    padding-bottom: 50px;
}

.SiteMapP {
    padding: 5px 28px;
    display: block;
    font-size: 20px;
    color: #000;
    background-color: rgba(255, 255, 255, 0.2);
    margin-bottom: 0;
}

.AllSiteMapRow {
}

.headlinesDIV {
}

    .headlinesDIV .headline {
    }

    .headlinesDIV .headline2 {
    }

.siteMapContainer {
    background-color: #00adee;
}

#sitemap, #sitemap ul, #sitemap li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sitemap {
}

    #sitemap ul {
        display: none;
    }

    #sitemap li {
        line-height: 200%;
        margin-top: 1px;
        border-bottom: 1px solid #fff;
        position: relative;
        width: 100%;
    }
    /* IE leaves a blank space where span is added so this is to avoid that */
    * html #sitemap li {
        float: right;
        display: inline;
    }

        #sitemap li a {
            padding: 5px 28px;
            display: block;
            font-size: 20px;
            color: #525252;
            background-color: rgba(255, 255, 255, 0.2);
        }

            #sitemap li a:hover {
                color: #428462;
                text-decoration: none;
            }

        #sitemap li span {
            float: right;
            position: absolute;
            top: 12px;
            right: 0px;
            width: 20px;
            height: 20px;
            cursor: auto;
            font-size: 0;
            cursor: pointer;
        }

            #sitemap li span, #sitemap li span.collapsed {
                background: url('../img/collapsed.gif') no-repeat 0 0;
            }

                #sitemap li span.expanded {
                    background: url('../img/expanded.gif') no-repeat 0 0;
                }
        /* second level */
        #sitemap li li {
            background-color: rgba(255, 255, 255, 0.2);
        }

            #sitemap li li a {
                padding: 0px 55px 0px 20px;
                display: block;
                font-size: 16px;
            }

            #sitemap li li span {
                right: 28px;
                top: 7px;
            }
            /* third level */
            #sitemap li li li a {
                padding-right: 84px;
                display: block;
                border-top: 1px solid rgba(0, 0, 0, 0.07);
            }

            #sitemap li li li span {
                right: 56px;
            }

#cms-main {
    float: right;
    margin: 13px 27px 0 20px;
    direction: rtl;
    border: 0px solid red;
}

.sky-form .button {
    background: #003366;
    float: left !important;
    right: -29% !important;
}
/* SiteMap END */



/* Facebook Side Badge Start */
.facebook-likebox {
    position: fixed;
    right: -406px;
    top: 150px;
    width: 400px;
    border: 3px solid #3b5997;
    z-index: 1000;
    background: white;
    -moz-border-radius: 5px 0 5px 5px;
    -webkit-border-radius: 5px 0 5px 5px;
    border-radius: 5px 0 5px 5px;
}

    .facebook-likebox #fb-title {
        position: absolute;
        top: -3px;
        left: -48px;
        cursor: pointer;
    }
/* Facebook Side Badge END */


/* Floating Contact Icons Start */
.instagramFloaingIconLink {
    color: #3691de;
    text-decoration: none !important;
    position: fixed;
    top: 420px;
    right: 3px;
    z-index: 102;
}

    .instagramFloaingIconLink:hover {
        color: #3691de;
    }

    .instagramFloaingIconLink:focus {
        outline: none !important;
    }

    .instagramFloaingIconLink .instagramFloaingIcon {
        background-image: url(../img/instaBG.png);
        color: white;
        padding-top: 11px;
        width: 50px;
        text-align: center;
        text-decoration: none;
        border-radius: 50%;
        height: 50px;
        font-size: 30px !important;
    }



.whatsappFloaingIconLink {
    color: #2ab200;
    text-decoration: none !important;
    position: fixed;
    top: 480px;
    right: 3px;
    z-index: 102;
}

    .whatsappFloaingIconLink:hover {
        color: #2ab200;
    }

    .whatsappFloaingIconLink:focus {
        outline: none !important;
    }

    .whatsappFloaingIconLink .whatsappFloaingIcon {
        background: #2ab200;
        color: white;
        padding-top: 10px;
        width: 50px;
        text-align: center;
        text-decoration: none;
        border-radius: 50%;
        height: 50px;
        font-size: 30px !important;
    }




.facebookFloaingIconLink {
    color: #3B5998;
    text-decoration: none !important;
    position: fixed;
    top: 540px;
    right: 3px;
    z-index: 102;
}

    .facebookFloaingIconLink:hover {
        color: #3B5998;
    }

    .facebookFloaingIconLink:focus {
        outline: none !important;
    }

    .facebookFloaingIconLink .facebookFloaingIcon {
        background: #3B5998;
        color: white;
        padding-top: 11px;
        width: 50px;
        text-align: center;
        text-decoration: none;
        border-radius: 50%;
        height: 50px;
        font-size: 30px !important;
    }

/* Floating Contact Icons END */


p.speech {
    position: relative;
    width: 200px;
    height: 90px;
    text-align: center;
    line-height: 100px;
    background-color: #fff200;
    border: 8px solid #666;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 2px 2px 4px #888;
    -moz-box-shadow: 2px 2px 4px #888;
    box-shadow: 2px 2px 4px #888;
}

    p.speech:before {
        content: ' ';
        position: absolute;
        width: 0;
        height: 0;
        left: 30px;
        top: 75px;
        border: 25px solid;
        border-color: #666 transparent transparent #666;
    }

    p.speech:after {
        content: ' ';
        position: absolute;
        width: 0;
        height: 0;
        left: 38px;
        top: 74px;
        border: 15px solid;
        border-color: #fff200 transparent transparent #fff200;
    }

.NavClasses {
    position: relative;
    color: black;
    font-size: 30px;
    font-weight: 600;
    padding: 2px 15px;
    margin-left: 20px;
    background-color: #fff200;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1);
    border-radius: 8px;
    min-height: 48px;
}

    .NavClasses:after {
        position: absolute;
        top: -6px;
        bottom: -6px;
        left: -6px;
        right: -6px;
        background: linear-gradient(to right, #787677 17.7%, #15232A 74.89%);
        content: '';
        z-index: -1;
        border-radius: 12px;
    }

.NavPractice {
    position: relative;
    color: black;
    font-size: 30px;
    font-weight: 600;
    padding: 2px 15px;
    margin-left: 20px;
    background-color: #fff200;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1);
    border-radius: 8px;
    min-height: 48px;
}

    .NavPractice:after {
        position: absolute;
        top: -6px;
        bottom: -6px;
        left: -6px;
        right: -6px;
        background: linear-gradient(to right, #787677 17.7%, #15232A 74.89%);
        content: '';
        z-index: -1;
        border-radius: 12px;
    }

.NavUser {
    position: relative;
    color: black;
    font-size: 30px;
    font-weight: 600;
    padding: 2px 15px;
    margin-left: 20px;
    background-color: #fff;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1);
    border-radius: 8px;
}

    .NavUser:after {
        position: absolute;
        top: -6px;
        bottom: -6px;
        left: -6px;
        right: -6px;
        background: linear-gradient(to right, #787677 17.7%, #15232A 74.89%);
        content: '';
        z-index: -1;
        border-radius: 12px;
    }

    .NavUser img {
        max-width: 20px;
        margin-bottom: 5px;
    }

.NavUserImgArr {
    float: left;
    margin-top: 10px;
}

/*   .NavClasses:hover {
        text-decoration: underline;
    }*/
/*.NavCourses {
    position: relative;
    color: black;
    font-size: 40px;
    font-weight: 600;
    background-color: #fff200;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1);
    border: 7px solid;
    border-image-source: linear-gradient(122.43deg, #787677 17.7%, #15232A 74.89%);
}

    .NavCourses:hover {
        text-decoration: underline;
    }*/
.NavCourses {
    position: relative;
    color: black;
    font-size: 30px;
    font-weight: 600;
    padding: 2px 15px;
    margin-left: 20px;
    background-color: #fff200;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1);
    border-radius: 8px;
    min-height: 48px;
}

    .NavCourses:after {
        position: absolute;
        top: -6px;
        bottom: -6px;
        left: -6px;
        right: -6px;
        background: linear-gradient(to right, #787677 17.7%, #15232A 74.89%);
        content: '';
        z-index: -1;
        border-radius: 12px;
    }

.SearchLI {
    position: relative;
    color: black;
    font-size: 30px;
    font-weight: 600;
    padding: 2px 0px;
    margin-left: 30px;
    background-color: #fff;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1);
    border-radius: 8px;
}

    .SearchLI:after {
        position: absolute;
        top: -6px;
        bottom: -6px;
        left: -6px;
        right: -6px;
        background: linear-gradient(to right, #787677 17.7%, #15232A 74.89%);
        content: '';
        z-index: -1;
        border-radius: 12px;
    }

.footerMenuA {
    color: black;
    border-right: 1px solid black;
}

    .footerMenuA:hover {
        color: black;
    }

/*.nav li:last-child a {
    border-right: 1px solid black;
}*/

.nav li:first-child a {
    border-right: none;
}

.navbar-nav > li > a {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}
/*.Rama1LI a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}*/

.NavAccount {
    position: relative;
    color: black;
    font-size: 30px;
    font-weight: 600;
}

.NavAccountReg {
    padding: 6px 0;
}

.NavAccountPerson {
    position: relative;
    margin-right: 2px;
    color: black;
    font-size: 18px;
    font-weight: 600;
}

.purchaseBtn {
    width: 200px;
    height: 70px;
}

.purchaseSpan {
    color: black;
    font-size: 20px;
    font-weight: 600;
}

.personName {
    top: 23px;
}

.testContainer {
    margin-right: 100px;
    margin-top: 20px;
}

.testHeader {
    position: absolute;
    top: 60px;
    right: 160px;
    font-size: 40px;
    font-weight: 600;
    font-family: 'Frank Ruhl Libre', serif !important;
}

.m-t-60 {
    margin-top: 60px;
}

.testText {
    position: absolute;
    top: 130px;
    right: 150px;
    font-size: 18px;
    width: 50%;
    font-family: 'Frank Ruhl Libre', serif !important;
}

.classesBox {
    background-repeat: no-repeat;
    background-size: cover;
    height: 111px !important;
    text-align: center;
    padding-top: 23px;
    background-position: bottom;
}

    .classesBox span {
        font-size: 35px;
        font-weight: 600;
        font-family: 'Frank Ruhl Libre', serif !important;
    }

.ClassHeader {
    background-image: url('../img/bigredbaloon.png');
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 145px;
}

.ClassHeaderText {
    font-size: 50px;
    font-weight: 600;
    padding-top: 10px;
    margin-right: 30px;
    font-family: 'Frank Ruhl Libre', serif !important;
}

.ClassHeaderTextNew {
    font-size: 35px;
    position: absolute;
    width: 92%;
    top: 2px;
    line-height: 35px;
    font-weight: 600;
    padding-top: 10px;
    margin-right: 30px;
    word-break: break-word;
}

.BG-Blue {
    background-color: #00adee;
}

.ExamsRow {
    margin-top: 20px;
}

.txt {
    /*background-color: #fff;
    border-radius: 15px;
    border: 5px solid #000;*/
    padding: 20px 10px;
    margin: 20px 5px;
}

    .txt p {
        font-size: 18px;
        font-weight: 600;
        font-family: 'Frank Ruhl Libre', serif !important;
    }

        .txt p span {
            font-family: 'Frank Ruhl Libre', serif !important;
        }


.CourseBG {
    /*background-image: url('../img/sidebar.png');*/
    background-image: url('../img/course.png');
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 130px !important;
    text-align: center;
    padding-top: 32px;
    background-position: bottom;
}

    .CourseBG span {
        font-size: 35px;
        font-weight: 600;
        font-family: 'Frank Ruhl Libre', serif !important;
    }

.CourseBGRight {
    background-image: url('../img/sidebar.png');
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 67px !important;
    text-align: center;
    padding-top: 12px;
    background-position: bottom;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .CourseBGRight span {
        font-size: 25px;
        font-weight: 600;
        font-family: 'Frank Ruhl Libre', serif !important;
    }

.CourseBGRightCurrent {
    background-image: url('../img/sidebarcurrent.png');
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 67px !important;
    text-align: center;
    padding-top: 15px;
    background-position: bottom;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .CourseBGRightCurrent span {
        font-size: 27px;
        font-weight: 600;
        font-family: 'Frank Ruhl Libre', serif !important;
    }

.testBG {
    background-image: url(../img/exam.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 90px !important;
    padding-top: 20px;
}

    .testBG span {
        font-size: 20px;
        font-weight: 600;
    }

.yellowBG {
    background-image: url('../img/exam_copy.png');
}

.m-r--25 {
    margin-right: -25px;
}

.m-r-0 {
    margin-right: 0px !important;
}

.forgPassP {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.ExamBG {
    background-image: url('../img/exammain2.png');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 1311px !important
}

.articleContent {
    background-image: url(../img/disclaimer.png);
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 1100px !important;
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
}

    .articleContent img {
        max-width: 100%;
    }

    .articleContent p {
        font-size: 18px;
    }

.examDetails {
    font-size: 24px;
    font-weight: 600;
}

.moreArticlesHeader {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    margin: 20px 0;
}

.p-t-10 {
    padding-top: 10px;
}

.AudioMessage {
    font-size: 22px;
    font-weight: 600;
    display: none;
}

.pressHereDiv {
    background-image: url('../img/sidebar.png');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 81px !important;
    padding-top: 15px;
    cursor: pointer;
    text-align: center;
}

.pressHere {
    font-size: 30px;
    font-weight: 600;
    padding-right: 12px;
}

.FYI {
    background-color: yellow;
    border: 9px solid #272626;
    border-radius: 20px;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    width: 95%;
    margin: 0 auto;
    margin-top: 10px;
}

.FYIpopupP {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
}

.FYILink {
    background-color: #d2232a;
    color: white !important;
    text-align: center;
    padding: 5px 10px 5px 10px;
    font-size: 20px;
    font-weight: 600;
    width: 200px;
    margin: 0 auto;
    border: 5px solid #272626;
    border-radius: 11px;
}

    .FYILink a {
        color: white !important;
    }

.ExamImgDiv {
    position: absolute;
    width: 94%;
    height: 85%;
    bottom: 0;
    margin-right: 23px;
    border-radius: 20px;
}

.ExamImg {
    width: 98%;
    height: 100%;
    border-radius: 20px;
    margin: 0 auto;
    display: block;
}

.Anyquestionpleasedial:hover .classMenu {
    display: block !important;
}

.practice:hover .practiceMenu {
    display: block !important;
}

.topPhoneSpan:hover .CourseMenu {
    display: block !important;
}

.userDiv:hover .userMenu {
    display: block !important;
}

.classMenu {
    background: #fff;
    width: 130px;
    border-radius: 10px;
    font-size: 20px;
    position: absolute;
    text-align: right;
    z-index: 9999;
    color: black;
    font-weight: 600;
    top: 60px;
    box-shadow: 5px 5px 0px #000;
}

.practiceMenu {
    background: #fff;
    width: 130px;
    border-radius: 10px;
    font-size: 20px;
    position: absolute;
    text-align: right;
    z-index: 9999;
    color: black;
    font-weight: 600;
    top: 60px;
    box-shadow: 5px 5px 0px #000;
}

.userMenu {
    background: #fff;
    width: auto;
    border-radius: 10px;
    font-size: 20px;
    position: absolute;
    text-align: right;
    z-index: 9999;
    color: black;
    font-weight: 600;
    top: 60px;
    box-shadow: 5px 5px 0px #000;
    min-width: 250px;
}

.CourseMenu {
    background: #fff;
    width: 650px;
    border-radius: 10px;
    font-size: 25px;
    position: absolute;
    text-align: right;
    z-index: 9999;
    color: black;
    font-weight: 600;
    top: 60px;
    box-shadow: 5px 5px 0px #000;
}

.TopMenuClassesLi {
    list-style: none;
    cursor: pointer;
}

    .TopMenuClassesLi a {
        width: 100%;
        display: block;
        padding: 5px 10px !important;
        font-weight: 600;
    }

        .TopMenuClassesLi a:hover {
            text-decoration: none !important;
            background-color: #f3f3f3;
        }

        .TopMenuClassesLi a:first-of-type {
            border-radius: 10px;
        }

/*  .TopMenuClassesLi:hover {
            text-decoration: underline;
        }*/
.TopMenuUserLi {
    font-size: 16px;
    padding: 5px 10px;
}

    .TopMenuUserLi i {
        margin-left: 8px;
        font-size: 23px !important;
    }

    .TopMenuUserLi img {
        margin-left: 8px;
        max-width: 24px;
    }

    .TopMenuUserLi a:hover {
        background-color: #f3f3f3;
    }

.TopMenuClassesUl {
    padding-right: 0px;
}

    .TopMenuClassesUl ul {
        margin-right: 0px;
    }

.TopMenuUserLiNoPointer {
    cursor: auto !important;
}

    .TopMenuUserLiNoPointer:hover {
        background-color: unset !important;
    }

.remainExamsLabel {
    cursor: auto !important;
    position: absolute;
    color: #000;
    bottom: -38px;
    font-size: 15px;
    right: -10px;
}

.TopMenuCoursesUl {
    padding-right: 0px;
    display: flex;
    flex-wrap: wrap;
}

    .TopMenuCoursesUl ul {
        padding-right: 0px;
    }

.TopMenuCoursesLi {
    list-style: none;
    cursor: pointer;
}

    .TopMenuCoursesLi a {
        width: 100%;
        display: block;
        padding: 5px 10px !important;
        font-weight: 600;
        font-size: 20px;
    }

        .TopMenuCoursesLi a:hover {
            text-decoration: none !important;
            background-color: #f3f3f3;
        }


/*
    .TopMenuCoursesLi:hover {
        text-decoration: underline;
    }*/
.courseCol {
    border-left: 2px solid #d3d3d3;
    padding-top: 10px !important;
}

.courseColLast {
    padding-top: 10px !important;
}

.padd0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
/*-----------LOGIN CSS-------------------*/
/*-----------LOGIN Modal CSS-------------------*/
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
    padding: 10px;
    background: #fff;
    border: solid 1px transparent;
    border-radius: 25px;
    background-image: linear-gradient(white, white), radial-gradient(circle at top left, #454545,#000000);
    background-origin: border-box;
    background-clip: content-box, border-box;
    margin-top: 200px;
}

.modal-content {
    position: relative;
    background-color: #00abf0 !important;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 14px !important;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal-header {
    padding: 15px;
    border-bottom: none !important;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: none !important;
}

.loginBTN {
    height: 96px;
    width: 100%;
    padding: 15px;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    border: 5px solid black;
    border-radius: 14px;
    background-color: #FFF200;
}

.loginBTNFromError {
    height: 60px;
    width: 200px;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    border: 5px solid black;
    border-radius: 14px;
    background-color: #FFF200;
    margin: 0 auto;
}
.loginBTNFromErrorRed {
    background-color: red;
    display: block;
    height: 55px;
}

.addLogin {
    text-align: center;
}

.formInputsLogin {
    font-size: 20px !important;
    padding: 0.475rem 2rem !important;
    margin-bottom: 15px;
    height: 40px !important;
    border-radius: 15px !important;
    border: 5px solid black !important;
    background-color: white !important;
}

.BTNCloseLogin {
    background-color: white !important;
    border: 3px solid black !important;
    border-radius: 10px !important;
    width: 28px !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    opacity: 1 !important;
}

.m-t-15 {
    margin-top: 15px;
}
/*-----------LOGIN Modal CSS End-------------------*/

.rightRectangleDiv {
    margin: 0px 0;
    padding: 10px;
    background: #fff;
    border: solid 1px transparent;
    border-radius: 25px;
    background-image: linear-gradient(white, white), radial-gradient(circle at top left, #454545,#000000);
    background-origin: border-box;
    background-clip: content-box, border-box;
    -webkit-box-shadow: inset 0px 7px 24px 0px rgba(137,137,137,1);
    -moz-box-shadow: inset 0px 7px 24px 0px rgba(137,137,137,1);
    box-shadow: inset 0px 7px 24px 0px rgba(137,137,137,1);
    min-height: 200px !important;
}

    .rightRectangleDiv p {
        font-size: 16px;
    }

.rightRectangleSpan {
    padding-top: 15px;
    position: absolute;
    padding-right: 10px;
    width: 90%;
    font-size: 17px;
}

.leftRectangleDiv {
    background-image: url('../img/heading_bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 300px !important;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
}

    .leftRectangleDiv span {
        text-align: center;
        font-size: 30px;
        position: absolute;
        right: 10%;
        top: 16%;
        width: 82%;
    }

.RegHeader {
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    display: block;
    margin: 30px 0;
}

.RegHeaderSmall {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    display: block;
}
.RegHeaderSmallErr {
    font-size: 20px;
    font-weight: 600;
    color:red;
    text-align: center;
    display: none;
}
.firstInputDiv {
    margin-top: 30px;
}

.regFormTwoDiv {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
}

.regFormTwo {
    width: 50%;
}

.regLabel {
    font-size: 16px;
    font-weight: 600;
    padding-right: 5px;
}

.regInput {
    font-size: 16px !important;
    padding: 10px !important;
    margin-bottom: 10px;
    height: 44px !important;
    border-radius: 8px !important;
    background-color: white !important;
    border: 1px solid #D0D5DD !important;
    box-shadow: 5px 5px 0px #000;
}

.regInputLtr {
    direction: ltr;
}


.productBoxClasses {
    padding: 10px;
    background: #fff;
    border: solid 1px transparent;
    border-radius: 25px;
    background-image: linear-gradient(white, white), radial-gradient(circle at top left, #454545,#000000);
    background-origin: border-box;
    background-clip: content-box, border-box;
    -webkit-box-shadow: inset 0px 7px 24px 0px rgba(137,137,137,1);
    -moz-box-shadow: inset 0px 7px 24px 0px rgba(137,137,137,1);
    box-shadow: inset 0px 7px 24px 0px rgba(137,137,137,1);
    float: right;
    width: 100%;
    min-height: 180px !important;
    cursor: pointer;
    /*width:48%!important;*/
}

.productBoxExams {
    padding: 10px;
    background: #fff;
    border: solid 1px transparent;
    border-radius: 25px;
    background-image: linear-gradient(white, white), radial-gradient(circle at top left, #454545,#000000);
    background-origin: border-box;
    background-clip: content-box, border-box;
    -webkit-box-shadow: inset 0px 7px 24px 0px rgba(137,137,137,1);
    -moz-box-shadow: inset 0px 7px 24px 0px rgba(137,137,137,1);
    box-shadow: inset 0px 7px 24px 0px rgba(137,137,137,1);
    float: right;
    width: 100%;
    min-height: 180px !important;
    cursor: pointer;
    /*width:48%!important;*/
}

.productBoxSmallClasses {
    margin-top: 20px;
    padding: 5px;
    background: #fff;
    border: solid 1px transparent;
    border-radius: 15px;
    background-image: linear-gradient(white, white), radial-gradient(circle at top left, #454545,#000000);
    background-origin: border-box;
    background-clip: content-box, border-box;
    float: right;
    /*width: 46%!important;*/
    min-height: 60px !important;
    text-align: center;
    cursor: pointer;
}

.productBoxSmallExams {
    margin-top: 20px;
    padding: 5px;
    background: #fff;
    border: solid 1px transparent;
    border-radius: 15px;
    background-image: linear-gradient(white, white), radial-gradient(circle at top left, #454545,#000000);
    background-origin: border-box;
    background-clip: content-box, border-box;
    float: right;
    /*width: 46%!important;*/
    min-height: 60px !important;
    text-align: center;
    cursor: pointer;
}

.yellowToHover:hover {
    background-image: linear-gradient(#FFF100, #FFF100), radial-gradient(circle at top left, #454545,#000000);
}

.RedToHover:hover {
    background-image: linear-gradient(#D01F27, #D01F27), radial-gradient(circle at top left, #454545,#000000);
    color: white;
}

.productBoxSmallExams span {
    text-align: center;
    padding: 10px;
    font-size: 45px;
    font-weight: bold;
}

.productBoxSmallClasses span {
    text-align: center;
    padding: 10px;
    font-size: 45px;
    font-weight: bold;
}

.float-l {
    float: left !important;
}

.m-r-50 {
    margin-right: 50px;
}

.productBoxInnerRight {
    background-color: lightgray;
    height: 160px;
    /*background-color:#FFF100;*/
}

.productBoxInnerLeft {
    height: 160px;
    /*background-color:#FFF100;*/
}

.productBoxInnerCentered {
    padding: 13px;
}

.smallText {
    font-size: 14px;
    font-weight: 600;
}

.smallPrice {
    font-size: 20px;
    font-weight: 600;
    margin-top: 2px;
    float: right;
}

    .smallPrice.line {
        text-decoration: line-through;
        color: gray;
        display: inline-block;
        float: right;
    }

.productBoxClassesMobile p.line {
    text-decoration: line-through;
    color: gray;
}

.productBoxClassesMobile b.line {
    text-decoration: line-through;
    color: gray;
}

.dispini {
    display: initial;
}

    .dispini.line {
        text-decoration: line-through;
        color: gray;
    }

.bigText {
    font-size: 30px;
    font-weight: 600;
    padding-left: 10px;
}

    .bigText.line {
        text-decoration: line-through;
        color: gray;
        display: inline-block;
        float: right;
    }

/*------------CHECKBOX-------------*/

/* The customcheck */
.customcheck {
    display: block;
    position: relative;
    padding-right: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top: 5px;
}

    /* Hide the browser's default checkbox */
    .customcheck input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 5px;
    right: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 6px;
    box-shadow: 3px 3px 0px #000;
}

/* On mouse-over, add a grey background color */
.customcheck:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.customcheck input:checked ~ .checkmark {
    background-color: #7F56D9;
    border-radius: 5px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.customcheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.customcheck .checkmark:after {
    left: 9px;
    top: 5px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



.radio {
    padding-left: 20px;
}

    .radio label {
        display: inline-block;
        position: relative;
        padding-left: 5px;
    }

        .radio label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 50%;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out;
            transition: border 0.15s ease-in-out;
        }

        .radio label::after {
            display: inline-block;
            position: absolute;
            content: " ";
            width: 11px;
            height: 11px;
            left: 3px;
            top: 3px;
            margin-left: -20px;
            border-radius: 50%;
            background-color: #555555;
            -webkit-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
            -o-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        }

    .radio input[type="radio"] {
        opacity: 0;
    }

        .radio input[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .radio input[type="radio"]:checked + label::after {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        .radio input[type="radio"]:disabled + label {
            opacity: 0.65;
        }

            .radio input[type="radio"]:disabled + label::before {
                cursor: not-allowed;
            }

    .radio.radio-inline {
        margin-top: 0;
    }

.radio-primary input[type="radio"] + label::after {
    background-color: #428bca;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #428bca;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #428bca;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c;
}



label {
    display: inline-block;
    max-width: 100%;
    cursor: pointer;
    margin-bottom: 0px !important;
}

.radioSpan {
    font-size: 16px;
    font-weight: 600;
    margin: 0 8px;
}

    .radioSpan b {
        margin-left: 3px;
    }

.radioSpanPrice {
    font-size: 20px;
}

.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 3px;
    right: -8px;
    bottom: 0;
    left: 0;
    height: 17px;
    width: 17px;
    transition: all 0.15s ease-out 0s;
    background: #fff;
    border: 1px solid gray;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;
}

    .option-input:hover {
        background: #9faab7;
    }

    .option-input:checked {
        background: #7F56D9;
    }

        .option-input:checked::before {
            height: 25px;
            width: 25px;
            position: absolute;
            /*content: '✔';*/
            content: '';
            display: inline-block;
            font-size: 16.66667px;
            text-align: center;
            line-height: 25px;
        }

        .option-input:checked::after {
            -webkit-animation: click-wave 0.65s;
            -moz-animation: click-wave 0.65s;
            animation: click-wave 0.65s;
            background: #40e0d0;
            content: '';
            display: block;
            position: relative;
            z-index: 100;
        }

    .option-input.radio {
        border-radius: 50%;
    }

        .option-input.radio::after {
            border-radius: 50%;
        }

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
    border-radius: 20px !important;
}


/*------------CHECKBOX END-------------*/
.checkTxt {
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    display: block;
}

.RegFormDiv {
    margin-top: 50px;
    border: 4px solid #222;
    border-radius: 12px;
    padding: 20px;
    width: 100%;
    margin: auto;
    direction: rtl;
    background-color: #fff;
    margin-bottom: 40px;
}

.RegFormDivInner {
    max-width: 650px;
    margin: 0 auto;
}

.registerClasses {
    display: block;
    border: 5px solid #222;
    border-radius: 20px;
    padding: 20px;
    background: #fff;
    margin-top: 20px;
}

.registerExams {
    display: none;
    border: 5px solid #222;
    border-radius: 20px;
    padding: 20px;
    background: #fff;
    margin-top: 20px;
}

.regClassCheck {
    width: 100%;
    font-size: 20px;
    text-align: right;
    font-weight: 600;
    cursor: pointer;
    min-height: 45px;
    padding: 5px 20px;
}

    .regClassCheck.yellow {
        background-color: #FFF200;
    }

.RegClassTitle {
    margin-top: 10px;
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: relative !important;
    right: 0;
    left: 0;
    z-index: 1030;
}

.min600 {
    min-height: 600px;
}

.min300 {
    min-height: 300px;
}

.myAccountList li {
    text-align: center;
    list-style: none;
}

.thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: transparent !important;
    border: none !important;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.myAccountList .thumbnail {
    padding: 30px 0 10px 0;
    background-image: url('../img/course.png');
    background-repeat: no-repeat;
    background-size: contain;
}

    .myAccountList .thumbnail:hover {
        padding: 30px 0 10px 0;
        background-image: url('../img/course.png');
        background-repeat: no-repeat;
        background-size: contain;
    }

#loadingGifPopupForm5 {
    position: absolute;
    width: 50px;
    right: 40%;
    height: 50px;
    display: none;
    bottom: 5px;
    top: -10px;
}

.myAccountList li a {
    font-size: 25px;
    display: block;
    font-weight: 600;
}

    .myAccountList li a i {
        display: block;
        clear: both;
        font-size: 40px !important;
        margin-bottom: 10px;
    }

.myClassesDiv {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}


.purchaseButtonDiv {
    clear: both;
    text-align: center;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 800;
}

.purchaseButtonSpan {
    background-color: #fff;
    padding: 10px 25px;
    border-radius: 15px;
    border: 3px solid #000;
}
/*.myAccountList .thumbnail:hover {
    background: #00adee;
}*/
a:hover, a:focus {
    text-decoration: none;
    cursor: pointer;
}

/*.thumbnail:hover i {
    color: white;
}*/

.thumbnail:hover a {
    color: white;
}

.equalheight {
    height: 170px;
}

.header {
    text-align: center;
    background-color: #00adee;
    padding: 0 !important;
    margin: 0 !important;
}

#div1 {
    height: 900px;
    position: relative;
}

#div2 {
    max-height: 100%;
    overflow: auto;
    width: 100%;
}

#div3 {
    height: 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

#divRegText {
    height: 200px;
    position: relative;
}

.orderHeader {
    font-size: inherit;
    text-align: center;
    background-image: linear-gradient(#FFF200, #FFF200), radial-gradient(circle at top left, #454545,#000000);
    min-height: 160px;
    border: 7px solid black;
    border-radius: 20px;
    margin-top: 30px;
}

.entry-content {
    padding: 5px;
    background: #fff;
    border: solid 1px transparent;
    border-radius: 15px;
    background-image: linear-gradient(white, white), radial-gradient(circle at top left, #454545,#000000);
    background-origin: border-box;
    background-clip: content-box, border-box;
    margin-top: 30px;
    float: right;
    width: 100%;
    direction: rtl;
}

.entry-content-in {
    background-image: linear-gradient(#00adee, #00adee), radial-gradient(circle at top left, #454545,#000000);
    border-radius: 7px;
}

.orderDetails p {
    font-size: 25px;
    border-left: 1px solid black;
}

.paymentsP {
    text-align: center;
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.iframeDiv {
    width: 100%;
    height: auto;
    padding-top: 40px;
    background-color: white;
    border-radius: 10px;
}

.myOrdersHeader {
    padding-right: 25px;
    font-size: 25px;
    padding-bottom: 5px;
}

.rightMenu {
    padding: 5px;
    background: #fff;
    border: solid 1px transparent;
    border-radius: 15px;
    background-image: linear-gradient(white, white), radial-gradient(circle at top left, #454545,#000000);
    background-origin: border-box;
    background-clip: content-box, border-box;
    margin-top: 30px;
}

.rightMenuInner {
    padding: 25px;
    font-size: 18px;
    line-height: 28px;
}

.rightMenuLi {
    list-style: none;
    font-weight: 600;
}

    .rightMenuLi:hover {
        text-decoration: underline;
    }

.ordersTbl {
    min-height: 180px !important;
    padding: 5px;
    background: #fff;
    border: solid 1px transparent;
    border-radius: 15px;
    background-image: linear-gradient(white, white), radial-gradient(circle at top left, #454545,#000000);
    background-origin: border-box;
    background-clip: content-box, border-box;
    margin-top: 30px;
    direction: rtl;
}

.tableH2 {
    text-align: center;
    text-decoration: underline;
    padding-bottom: 10px;
    font-weight: 600;
}

.prodNameOrder {
    color: red;
    font-weight: 600;
}

.currentLi {
    color: red !important;
}

.ContactTxt {
    font-size: 30px;
    font-weight: 600;
}

.EditLabel {
    margin-right: 45px;
    margin-top: 20px;
    font-size: 19px;
}

.contactUsTextArea {
    border-radius: 15px !important;
    border: 5px solid black !important;
}

.ContactLabel {
    margin-right: 10px;
    margin-top: 0px;
    font-size: 20px;
}

.SaveChangeBtn {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 30px;
}

.popupP {
    font-size: 25px;
    font-weight: 600;
    float: right;
}

.watch {
    font-weight: 600;
    color: red !important;
}

.examIframe {
    width: 100%;
    height: auto;
    min-height: 992px;
}

.bold {
    font-weight: 600 !important;
}

.BGWhite {
    background-color: white !important;
}

.viewOrderTbl {
    margin: 10px !important;
    width: 90% !important;
    font-size: 20px !important;
}

.contactUsInput {
    position: absolute;
    right: 80px;
    width: 40%;
    top: 12px;
    border: none;
}

.QDiv {
    background-color: white;
    min-height: 50px;
    font-size: 25px;
    font-weight: 600;
    border-radius: 15px;
    border: 5px solid black;
    padding-top: 3px;
}

.QDivP {
    font-size: 25px;
    font-weight: 600;
}

.ADiv {
    background-image: url('../img/faqanswer.png');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 235px !important;
}

.ADivP {
    font-size: 25px;
    font-weight: 600;
    top: 85px;
}

.ADivIN {
    position: absolute;
    top: 63px;
    width: 90%;
    right: 35px;
    font-size: 20px;
    font-weight: 600;
}

.m-t-b-30 {
    margin-bottom: 30px !important;
    margin-top: 30px !important;
}

.message {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
}

.remainExams {
    position: fixed;
    top: 10px;
    right: 80px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    width: 100px;
    background-color: #c92127;
    border-radius: 50%;
    height: 100px;
    border: 2px solid #c92127;
    padding-top: 13px;
    padding-right: 18px;
    padding-left: 15px;
    z-index: 99999;
}

.forgotPass {
    float: left;
    font-size: 20px;
    text-decoration: underline;
    /* clear: both; */
    padding-left: 20px;
}

.m-r-desk-15 {
    margin-right: 15px;
}

.top-15-desk {
    top: 15px !important;
}

.orderDetailsRow {
    border-bottom: 1px solid gray;
    min-height: 33px;
}

.orderDetailsTbl {
    border: 1px solid gray;
    border-radius: 7px;
    margin-bottom: 40px;
}

.orderDetailsRow p {
    font-size: 18px !important;
    font-weight: 600;
}

.orderDetailsRow b {
    font-size: 18px !important;
    font-weight: 600;
}

.watchOrderA {
    background-color: yellow;
    padding: 5px 10px 5px 10px;
    border: 2px solid black;
    border-radius: 10px;
    font-weight: 600;
}

.ToPrintExamBtn {
    text-align: center;
    background-color: yellow;
    width: 250px;
    font-size: 35px;
    font-weight: 600;
    border-radius: 20px;
    border: 7px solid black;
    cursor: pointer;
    margin: 0 auto;
}

.OpenPdfBtn {
    text-align: center;
    background-color: yellow;
    width: 250px;
    font-size: 35px;
    font-weight: 600;
    border-radius: 20px;
    border: 7px solid black;
    cursor: pointer;
    margin: 0 auto;
}

.printBtn {
    background-color: transparent !important;
    border: none !important;
}

@media(max-width:1200px) {
    .CourseBGRightCurrent {
        background-image: url(../img/sidebarcurrent.png);
        background-repeat: no-repeat;
        background-size: contain;
        min-height: 67px !important;
        text-align: center;
        padding-top: 27px;
        background-position: bottom;
        margin-top: 5px;
        margin-bottom: 5px;
    }

        .CourseBGRightCurrent span {
            font-size: 20px;
            font-weight: 600;
        }

    .pressHereDiv {
        background-image: url(../img/sidebar.png);
        background-repeat: no-repeat;
        background-size: contain;
        min-height: 67px !important;
        padding-top: 5px;
        cursor: pointer;
    }

    .pressHere {
        font-size: 22px;
        font-weight: 600;
        padding-right: 12px;
    }

    .ExamImgDiv {
        position: absolute;
        width: 90%;
        height: 45%;
        /* bottom: 392px; */
        margin-right: 45px;
        border-radius: 20px;
        top: 182px;
    }

    .examIframe {
        width: 100%;
        height: auto;
        min-height: 765px;
    }

    .ExamBG {
        background-image: url(../img/exammain2.png);
        background-repeat: no-repeat;
        background-size: contain;
        min-height: 1050px !important;
    }

    .CourseBGRight {
        background-image: url(../img/sidebar.png);
        background-repeat: no-repeat;
        background-size: contain;
        min-height: 55px !important;
        text-align: center;
        padding-top: 14px;
        background-position: bottom;
        margin-top: 5px;
        margin-bottom: 5px;
    }

        .CourseBGRight span {
            font-size: 20px;
            font-weight: 600;
        }

    .purchaseBtn {
        width: 210px;
        height: 70px;
    }

    .myAccountList .thumbnail {
        padding: 15px 0 10px 0;
        background-image: url(../img/course.png);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .rightRectangleSpan p {
        font-size: 15px;
    }

    .testBG {
        background-image: url(../img/exam.png);
        /* background-image: url(../img/course.png); */
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 72px !important;
        /* text-align: center; */
        padding-top: 7px;
        /* background-position: bottom; */
    }

    .classesBox {
        background-repeat: no-repeat;
        background-size: cover;
        height: 90px !important;
        text-align: center;
        padding-top: 13px;
        background-position: bottom;
        background-size: contain;
    }

    .sliderContainer {
        width: 500px;
        height: 250px;
    }

    .SlideshowDIV {
        display: block;
        position: absolute;
        width: 100%;
        top: 53px;
        max-width: 100%;
        overflow: hidden;
        max-height: 100vw;
        border-radius: 15px;
        margin-right: 22px;
    }

    .navbar-responsive-collapse .LogoWhite img {
        -moz-transition: width .6s ease;
        -o-transition: width .6s ease;
        -webkit-transition: width .6s ease;
        transition: width .6s ease;
        max-width: 100%;
    }
}

@media(max-width:992px) {
    .ExamImgDiv {
        position: absolute;
        width: 93%;
        height: 45%;
        /* bottom: 392px; */
        margin-right: 18px;
        border-radius: 20px;
        top: 176px;
    }

    .examIframe {
        width: 100%;
        height: auto;
        min-height: 735px;
    }
}

@media(max-width:1000px) {
    .sliderContainer {
        display: none;
    }
}

.PassConfErr {
    display: none;
    color: red;
}

.mobileDisplayNone .fa-info-circle {
    color: red;
    font-size: 16px !important;
}

.examsTxt {
    padding: 0 20px 10px 20px;
    margin: 0 20px 5px 20px;
}

    .examsTxt p {
        font-size: 18px;
        font-weight: 500;
    }

.ExamOpenToolTip {
    background-color: #fff200;
    color: black;
    border: 3px solid black;
    border-radius: 20px;
    position: absolute;
    z-index: 99;
    padding: 10px;
    bottom: -30px;
    right: 85px;
    font-size: 17px;
    font-weight: 600;
    min-width: 115px;
}

.leftCol {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

    .leftCol span {
        font-size: 16px !important;
    }

    .leftCol i {
        font-size: 16px !important;
        padding: 0 5px;
    }

    .leftCol div {
        font-size: 16px;
    }


.ExamDescriptionToolTip {
    display: none;
    background-color: #fff;
    color: black;
    border: 3px solid black;
    border-radius: 20px;
    position: absolute;
    z-index: 99;
    padding: 10px;
    bottom: 50px;
    font-size: 17px;
    font-weight: 600;
}

.ExamDescDiv:hover .ExamDescriptionToolTip {
    display: block;
}

.AudioI {
    color: #000;
    font-size: 23px !important;
    margin-right: -5px;
}


.ExamAudioToolTip {
    display: none;
    background-color: #fff;
    color: black;
    border: 3px solid black;
    border-radius: 20px;
    position: absolute;
    z-index: 99;
    padding: 10px;
    bottom: 75px;
    right: -35px;
    font-size: 17px;
    font-weight: 600;
    min-width: 175px;
}

.mobileDisplayNone:hover .ExamAudioToolTip {
    display: block;
}

.showExamAudioDiv {
    background-color: #fff;
    color: black;
    border: 3px solid black;
    border-radius: 20px;
    position: relative;
    z-index: 99;
    padding: 10px;
    font-size: 17px;
    font-weight: 600;
    width: 235px;
    text-align: center;
    cursor: pointer;
}

.showExamToolTip:hover .ExamAudioToolTip {
    display: block;
}

.showExamAudioSpan {
    margin-left: 10px;
}

.resultFailModal {
    position: absolute !important;
    top: 60px !important;
    left: 3% !important;
    min-width: 400px !important;
}

@media(max-width:600px) {
    .resultFailModal {
        position: absolute !important;
        top: 100px !important;
        left: 5% !important;
        min-width: 270px !important;
        text-align: center !important;
    }
}

#ErrorSubmit {
    display: none;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: -20px;
}


/* Rating Start */

#TempThank {
    display: none;
    color: #9d9d9d;
    min-height: 20px;
}
/* Rating END */

/* footer Start */
.FooterContainer {
    padding: 30px 40px !important;
    border-top: 2px solid #ffffff59;
    margin: 20px 0;
}

.footerP {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Frank Ruhl Libre', serif !important;
}

.footerUl {
    list-style: none;
    padding-right: 0px;
}

.footerLi {
    padding: 5px 0;
    font-size: 18px;
}

.footerA {
    font-family: 'Frank Ruhl Libre', serif !important;
}

    .footerA:hover {
        text-decoration: underline !important;
    }

.footerLogoNew {
    max-width: 100%;
}

.footerTxtNew p {
    font-size: 18px;
    font-family: 'Frank Ruhl Libre', serif !important;
}

@media(max-width:1500px) {
    .footerLi {
        padding: 5px 0;
        font-size: 16px;
    }

    .footerTxtNew p {
        font-size: 16px;
    }
}
/* footer End */

/* Articles Page NEW Start */
.moreArticlesPageContainer {
    padding: 15px;
}

.moreArticlesImg {
    width: 100%;
    max-height: 90px;
}

.MainArticleImg {
    height: 150px;
    max-height: 250px;
    transition: all 0.3s ease 0s;
}

.moreArticlesDesc {
    color: #000;
}

.moreArticlesDetails p {
    color: #000;
}

.moreArticlesItem {
    height: 365px;
    overflow: hidden;
}

.MainArticleImgDiv {
    overflow: hidden;
}

.moreArticlesItem:hover .MainArticleImg {
    transform: scale(1.2);
    transition: all 0.3s ease 0s;
}

.moreArticlesDate {
    color: #000;
}

.moreArticlesTitle {
    font-size: 30px;
    margin-top: 15px;
    color: #000;
}

.upperDetails {
    border-bottom: 1px solid #000;
}

.readMoreP {
    text-decoration: underline;
    color: #313131;
}

    .readMoreP:hover {
        font-weight: bold;
    }
/* Articles Page NEW End */


/* New Register Page Start */
.regContainer {
    max-width: 990px;
}

.regNewBoxes {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 80px;
}

.regNewClasses {
    width: 45%;
    background-color: #F9FD86;
    padding: 30px;
    border: 4px solid #000;
    border-radius: 12px;
    position: relative;
    padding-bottom: 170px;
}

.regNewClassesImg {
    position: absolute;
    top: -50px;
    left: 35%;
}

.regNewClassesTitle {
    font-size: 42px;
    font-weight: 700;
}

.regNewClassesTitle2 {
    font-size: 16px;
}

.regNewPrice {
    font-size: 48px;
    font-weight: 700;
    margin-right: -15px;
}

.regNewPriceDiv {
    padding-top: 18px;
}

.regNewPriceTxt {
    font-size: 16px;
    font-weight: 700;
}

.regClassLowSentence {
    font-size: 16px;
    font-weight: 700;
    margin-top: 25px;
}

    .regClassLowSentence img {
        margin-left: 5px;
    }

.orDiv {
    width: 10%;
    align-content: center;
}

.or {
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
}

.regNewCourses {
    width: 45%;
    border: 4px solid #000;
    border-radius: 12px;
    background-color: #FF7051;
    padding: 30px;
}

.regNewCoursesTxt {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 700;
}

.regBtn {
    background-color: #FFDC00;
    border-radius: 8px;
    padding: 20px;
    width: 320px;
    margin: 30px auto;
    display: block;
    box-shadow: 5px 5px 0px #000;
    font-size: 20px;
    font-weight: 700;
}
.regBtn[disabled] {
    box-shadow: 5px 5px 0px #000;
}
    .regBtn:active {
        box-shadow: 5px 5px 0px #000;
    }
.regBtnLog {
    display: inline-block;
    width: 135px;
    margin: 10px;
    padding: 6px;
    text-align: center;
}
.woocommerce-terms-and-conditions-link {
    color: #00adee !important;
}

.alreadyLog {
    text-align: center;
}

.alreadyLogBtn {
    display: inline-block;
    color: #3F5EF4;
    font-weight: 600;
    cursor: pointer;
}

.regInputPlace {
    font-size: 12px;
    font-weight: 600;
}

.regPassImg {
    position: absolute;
    right: 10px;
    top: 35px;
    cursor: pointer;
}

.separator {
    background-color: #667085;
    height: 1px;
    margin: 15px 0;
    opacity: 0.24;
}

.regClasserBtn {
    background-color: #fff;
    padding: 10px 14px 10px 14px;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    box-shadow: 5px 5px 0px #000;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

    .regClasserBtn img {
        float: left;
    }

.regCourseBtn {
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    box-shadow: 5px 5px 0px #000;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    margin: 15px 0;
}

    .regCourseBtn.yellow {
        background-color: #fff200;
    }

    .regCourseBtn label {
        display: block;
        padding: 12px 20px;
        border-radius: 8px;
        position: relative;
    }

.regCourseBtnImg {
    position: absolute;
    left: 20px;
    top: 0px;
}


.registerClasses {
    display: block;
    overflow: hidden;
    border-radius: 12px;
    padding: 0px;
    background: #fff;
    margin-top: 20px;
    box-shadow: 5px 5px 0px #000;
    border: 1px solid #D0D5DD;
    padding-bottom: 5px;
}

.regClassMenu {
    display: none;
    position: absolute;
    width: 85%;
    z-index: 99;
}

    .regClassMenu.open {
        display: block;
    }
/* New Register Page End */

/* Practice START */
.practiceHeader {
    font-weight: 600;
    color: #000;
    text-align: center;
    margin: 20px 0;
    font-size: 36px;
}
.PracticeTopTxt {
    color: #000;
    font-size: 20px;
    text-align: center;
}
.PracticeBottomTxt {
    background-color: white;
    border-radius: 5px;
    padding: 30px;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 5px 5px 0px #000;
}

/* Practice END */

