﻿body {
    font-family: sans-serif;
}

.table {
    margin-bottom: 0px !important;
}

.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.home-bg {
    background-image: url('../images/home-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #8791b1;
    /*min-height: -moz-calc(100vh - 90px);
    min-height: -webkit-calc(100vh - 90px);*/
    min-height: calc(100vh - 90px);
}

.main-bg {
    background: rgb(254,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(148,156,169,1) 1%, rgba(255,255,255,1) 44%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(148,156,169,1) 1%,rgba(255,255,255,1) 44%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(148,156,169,1) 1%,rgba(255,255,255,1) 44%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    min-height: 495px;
}

p, .general li {
    color: #808285;
    font-size: 16px;
    margin: 0 0 5px;
    line-height: 24px;
    font-weight: 300;
}

select option[default] {
    color: #ababab;
}


.form-2-padding {
    padding-left: 1px;
    padding-right: 1px;
}

.nav-container {
    min-height: 200px
}

@media (max-width: 924px) {
    .nav-container {
        min-height: 20px !important;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        margin-top: 20px;
        border: none;
    }
}

.nav-transparent {
    background-color: transparent;
    border: none !important;
}

.nav-gray {
    background-image: url('../images/menu-bg.png');
    border: none !important;
    border-radius: 0px;
    margin-bottom: 0px !important;
    background-repeat: repeat-x;
    background-color: #425263;
}

.nav-home {
    margin-top: 40px !important;
    margin-bottom: 20px !important;
}

    .nav-home li {
        color: white;
        background-color: transparent;
        margin-right: 5px;
    }

    .nav-home > li:hover {
        color: white;
        background-color: transparent;
        margin-right: 5px;
    }

    .nav-home > li > ul {
        background-color: #fff;
    }

        .nav-home > li > ul > li {
            color: #000 !important;
            background-color: #2a3143;
            margin-right: 5px;
        }

            .nav-home > li > ul > li:hover {
                color: #000 !important;
                background-color: #2a3143;
                margin-right: 5px;
            }

@media (max-width: 924px) {
    .navbar-brand img {
        width: 100px;
    }

    .navbar-header {
        margin-top: 10px !important;
    }
}

.navbar-default .navbar-nav > .active > a {
    border-top: 2px solid #f58221;
    background-color: transparent;
}

.nav-home .login-li {
    border: 2px solid #fff;
}

    .nav-home .login-li a {
        padding: 10px 40px;
    }

.nav-home > li > a {
    color: white !important;
    background-color: transparent;
    font-weight: 600;
}

.nav-home > li > ul > li > a {
    color: #000 !important;
    background-color: #fff;
}

.nav-home > li > ul {
    box-shadow: 10px 10px 20px #000;
}


@media (min-width: 1280px) {
    .nav-home {
        margin-right: 150px !important;
    }

        .nav-home .login-li {
            margin-left: 80px !important;
        }
}

.user-hello-li {
    color: #fff !important;
    font-weight: 400;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #f58221;
}

@media (max-width: 924px) {

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        margin-right: 10px;
    }
}

/*----------------------nav-main--------------------*/
.navbar {
    min-height: 110px !important;
}

.nav-main {
    margin-top: 42px !important;
    margin-right: 50px !important;
    margin-bottom: 15px !important;
}


    .nav-main li {
        color: white;
        background-color: transparent;
        margin-right: 5px;
    }

    .nav-main > li > ul {
        background-color: #2a3143;
    }

        .nav-main > li > ul > li {
            color: #fff !important;
            background-color: #2a3143;
            margin-right: 5px;
        }

.nav-homainme > li > ul > li:hover {
    color: #fff !important;
    background-color: #2a3143;
    margin-right: 5px;
}

.navbar-default .navbar-nav > .active > a {
    border-top: 2px solid #f58221;
    background-color: transparent;
}

.nav-main .login-li {
    border: 2px solid #fff;
}

    .nav-main .login-li a {
        padding: 10px 40px;
    }

.nav-main li a {
    color: white !important;
    background-color: transparent;
    font-weight: 600;
}

.nav-main > li > ul > li > a {
    color: #fff !important;
    background-color: #2a3143;
    font-weight: 600;
}

    .nav-main > li > ul > li > a:hover {
        color: #fff !important;
        background-color: #2a3143;
        font-weight: 600;
    }

@media (min-width: 1280px) {
    .nav-main {
        margin-right: 150px !important;
    }

        .nav-main .login-li {
            margin-left: 80px !important;
        }
}

@media (max-width: 924px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

        .navbar-collapse.collapse {
            display: none !important;
        }

    .navbar-nav {
        float: none !important;
        margin: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }

    .navbar-nav > li > ul {
        width: 100%;
    }
}

.nav li a.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.nav li a {
    padding-left: 10px;
    padding-right: 5px;
}

.nav .liProfile, .nav .liChangePassword, .nav .liCourseHistory, .nav .liOrderHistory, .nav .liLogout, .nav .liReferrals {
    padding-left: 10px;
    background-color: #fff;
    min-width: 220px;
    min-height: 36px;
}

    .nav .liProfile:hover, .nav .liChangePassword:hover, .nav .liCourseHistory:hover, .nav .liOrderHistory:hover, .nav .liLogout:hover, .nav .liReferrals:hover {
        color: #262626;
        text-decoration: none;
        background-color: #f5f5f5;
    }

    .nav .liProfile a, .nav .liChangePassword a, .nav .liCourseHistory a, .nav .liOrderHistory a, .nav .liLogout a, .nav .liReferrals a {
        background-color: #fff;
        padding-left: 40px;
        padding-top: 8px;
        min-height: 32px;
    }

        .nav .liProfile a:hover, .nav .liChangePassword a:hover, .nav .liCourseHistory a:hover, .nav .liOrderHistory a:hover, .nav .liLogout a:hover, .nav .liReferrals a:hover,
        .nav .liProfile a:focus, .nav .liChangePassword a:focus, .nav .liCourseHistory a:focus, .nav .liOrderHistory a:focus, .nav .liLogout a:focus, .nav .liReferrals a:focus {
            color: #262626;
            text-decoration: none;
        }

    .nav .liProfile a {
        background: url('../images/liProfile.png') no-repeat !important;
    }

@media (max-width: 924px) {

    .nav li li a {
        margin-left: 20px;
        padding-top: 7px !important;
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
}


.nav .liChangePassword a {
    background: url('../images/liChangePassword.png') no-repeat !important;
}

.nav .liCourseHistory a {
    background: url('../images/liCourseHistory.png') no-repeat !important;
}

.nav .liOrderHistory a {
    background: url('../images/liOrderHistory.png') no-repeat !important;
}

.nav .liLogout a {
    background: url('../images/liLogOut.png') no-repeat !important;
}

.nav .liReferrals a {
    background: url('../images/liReferrals.png') no-repeat !important;
}


.icon-bar {
    background-color: #fff !important;
}

.menu-cart {
    margin-right: 20px !important;
}


/*--------------------*/

.home-info1 {
    width: 100%;
}

    .home-info1 h2 {
        color: #fff;
        text-align: center;
        font-weight: 600;
        font-size: 40px;
        text-shadow: 4px 4px #000;
    }

    .home-info1 h3 {
        color: #f58221;
        text-align: center;
        font-weight: 600;
        font-size: 40px;
        text-shadow: 4px 4px #000;
        font-style: italic;
    }

@media (max-width: 640px) {
    .home-info1 h2 {
        font-size: 20px !important;
        text-shadow: 2px 2px #000 !important;
    }

    .home-info1 h3 {
        font-size: 20px !important;
        text-shadow: 1px 1px #000 !important;
    }
}

@media only screen and (min-height: 900px) {
    .home-search {
        margin: 100px auto !important;
    }
}

@media only screen and (max-width: 768px) {
    .search-bg {
        min-height: 140px;
    }
}

.home-search hr {
    margin: 6px 0 !important;
    visibility: hidden;
}


.home-search {
    max-width: 980px;
    margin: 10px auto;
    background: rgba(0, 0, 0, 0.3);
    padding: 10px 30px 40px 30px;
}

    .home-search .home-discipline-dropdown {
        height: 50px;
        width: calc(100% - 60px);
        margin: 0;
        background-color: #fff !important;
        border: none;
        margin-left: 10px;
        float: left;
    }

    .home-search .dxeButtonEdit_Moderno {
        background-color: #FFF;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.search-bg {
    display: inline-block;
    margin-left: 0px;
    margin-right: 0px;
}

    .search-bg .disciple {
        font-weight: 600;
    }

    .search-bg .disciple {
        width: 100%;
    }

@media (max-width: 400px) {
    .search-bg .disciple {
        font-size: 12pt;
    }
}

@media (min-width: 400px) {
    .search-bg .disciple {
        font-size: 16pt;
    }
}


.search-bg a:hover {
    text-transform: none !important;
}



.search-bg .arrow-down {
    position: relative;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 20px solid #4879bd;
    margin-top: 13px;
    margin-right: 30px;
    margin-left: 30px;
    -webkit-animation: float 2s linear infinite;
    animation: float 2s linear infinite;
}

.home-search h2 {
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 50px;
    text-shadow: 4px 4px #000;
}

.home-search .search-bg {
    margin-top: 30px;
    background-color: #fff;
    width: 100%;
}

.cat-drop {
    margin-left: 0px;
    margin-right: 0px;
}

.home-info2 h3 {
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 40px;
    text-shadow: 4px 4px #000;
    font-style: italic;
}

@media (max-width: 640px) {
    .home-search h2 {
        font-size: 20px !important;
    }

    .home-search h3 {
        font-size: 20px !important;
    }

    .home-search {
        margin: 20px auto;
    }
}

.home-info3 {
    background-color: #21262c;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 13px;
    border-top: 4px solid #99ca3b;
    display: inline-block;
}

    .home-info3 table {
        color: #fff;
        text-align: center;
        font-weight: 400;
        font-size: 35px;
        margin: 0 auto;
    }

    .home-info3 .arrow-down {
        border-left: 13px solid transparent;
        border-right: 13px solid transparent;
        border-top: 20px solid #f58221;
        margin-top: 7px;
        margin-right: 30px;
        margin-left: 30px;
        -webkit-animation: MoveUpDown 1.5s ease-in-out infinite;
        animation: MoveUpDown 1.5s ease-in-out infinite;
    }

@keyframes MoveUpDown {
    0% {
        margin-top: 7px;
    }

    50% {
        margin-top: 23px;
    }

    100% {
        margin-top: 7px;
    }
}

@media (max-width: 640px) {

    .home-info3 h3 {
        font-size: 15px !important;
    }
}

.home-featured {
    background-color: #fff;
    min-height: calc(100vh - 90px);
    width: 100%;
    margin-top: 30px;
}

/*-------------------------Footer------------------------*/
.footer {
    background-color: #231f20;
    padding-top: 60px;
    border-bottom: 5px solid #4978bc;
    padding-bottom: 20px;
}

    .footer .form-control,
    .footer .form-control input {
        background-color: #231f20;
        color: white;
    }

    .footer h4 {
        color: #f2f1f1;
        margin-bottom: 30px;
    }

    .footer > .container > .left {
        width: 30%;
        float: left;
        min-width: 300px;
    }

        .footer > .container > .left img {
            width: 150px;
            height: auto;
        }

    .footer > .container > .right {
        width: 60%;
        float: left;
        min-width: 300px;
        margin-top: 20px;
    }


        .footer > .container > .right > .ft-info1,
        .footer > .container > .right > .ft-info2,
        .footer > .container > .right > .ft-info3 {
            float: left;
            margin-left: 50px;
            min-width: 150px;
        }

        .footer > .container > .right ul {
            padding-left: 0;
        }

        .footer > .container > .right li {
            list-style: none;
            margin-left: 0;
            margin-top: 10px;
        }

            .footer > .container > .right li a {
                color: #b4b2b2;
            }

.ft-copyright p {
    color: #000;
    font-size: 11px;
    text-align: center
}

.ft-paymentmethods {
    text-align: center;
}

    .ft-paymentmethods img {
        margin: 0 auto;
        display: inline;
    }

/*---------Login / Registration popup------------------*/

#loginModal .tab-content {
    padding: 20px;
}

#loginModal .close {
    position: absolute;
    top: 10px;
    right: 10px;
}

#loginModal {
    top: 40px;
    bottom: auto;
    left: auto;
    position: absolute !important;
}

    #loginModal .stay-logged-in {
        text-align: center;
        padding-top: 20px;
    }

    #loginModal .forgot-password {
        text-align: center;
        padding-top: 20px;
    }


@media (min-width: 924px) {
    #loginModal {
        width: 450px !important;
        top: 0 !important;
    }

        #loginModal .modal-dialog {
            width: 450px !important;
        }

        #loginModal .stay-logged-in {
            padding-right: 1px;
            padding-left: 15px;
        }

        #loginModal .forgot-password {
            padding-right: 15px;
            padding-left: 1px;
        }
}

@media (min-width: 1280px) {
    #loginModal {
        right: 207px;
    }

    .stay-logged-in {
        padding-right: 1px;
    }
}

@media (min-width: 924px) and (max-width: 1279px) {
    #loginModal {
        right: 25px;
    }
}

@media (max-width: 923px) {
    #loginModal {
        right: 15px;
    }
}

#loginModal #tbRegAHPCSANo::-moz-placeholder { /* Firefox 19+ */
    font-size: 12px;
}

#loginModal #tbRegAHPCSANo:-ms-input-placeholder { /* IE 10+ */
    font-size: 12px;
}

#loginModal #tbRegAHPCSANo:-moz-placeholder { /* Firefox 18- */
    font-size: 12px;
}

#loginModal #tbRegAHPCSANo::-webkit-input-placeholder {
    font-size: 12px;
}
/*-----------------View my profile-----------------------------*/
#profileModal {
    top: 40px;
    bottom: auto;
    left: auto;
    position: absolute !important;
}


@media (min-width: 924px) {
    #profileModal {
        width: 350px !important;
        top: 40px !important;
    }

        #profileModal .modal-dialog {
            width: 350px !important;
        }
}

@media (min-width: 1280px) {
    #profileModal {
        right: 207px;
    }
}

@media (min-width: 924px) and (max-width: 1279px) {
    #profileModal {
        right: 25px;
    }
}

@media (max-width: 923px) {
    #profileModal {
        right: 15px;
    }
}



/*----------------Change My password-----------------------------*/
#changePasswordModal {
    top: 40px;
    bottom: auto;
    left: auto;
    position: absolute !important;
}

@media (min-width: 924px) {
    #changePasswordModal {
        width: 350px !important;
        top: 40px !important;
    }

        #changePasswordModal .modal-dialog {
            width: 350px !important;
        }
}

@media (min-width: 1280px) {
    #changePasswordModal {
        right: 207px;
    }
}

@media (min-width: 924px) and (max-width: 1279px) {
    #changePasswordModal {
        right: 25px;
    }
}

@media (max-width: 923px) {
    #changePasswordModal {
        right: 5px;
    }
}
/*-------------------fORGOT pASSWORD------------------------------*/
#forgotPasswordModal {
    top: 40px;
    bottom: auto;
    left: auto;
    position: absolute !important;
    z-index: 999999;
}

    #forgotPasswordModal .modal-dialog .modal-content {
        z-index: 1040;
    }

@media (min-width: 924px) {
    #forgotPasswordModal {
        width: 350px !important;
        top: 40px !important;
    }

        #forgotPasswordModal .modal-dialog {
            width: 350px !important;
        }
}

@media (min-width: 1280px) {
    #forgotPasswordModal {
        right: 207px;
    }
}

@media (min-width: 924px) and (max-width: 1279px) {
    #forgotPasswordModal {
        right: 25px;
    }
}

@media (max-width: 923px) {
    #forgotPasswordModal {
        right: 15px;
    }
}

.alert {
    margin-top: 10px;
}

#tabH1, #tabH2 {
    width: 46%;
}

.grid-container {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.modal-open {
    overflow: scroll;
}


/*---------------------About------------------*/
.about_section {
    float: left;
    width: 100%;
    background-position: center right;
    background-repeat: no-repeat;
    position: relative;
    background-color: #fff;
}

.about_padded_bg {
    position: relative;
    padding-top: 60px;
    padding-bottom: 20px;
}

.wrap_pad {
    float: left;
    width: 100%;
    position: relative;
    z-index: 99;
    padding-right: 90px;
}

.about_section p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    font-weight: 300;
}

.about_section h2 {
    font-size: 40px;
    margin-bottom: 40px;
    color: #fff;
    position: relative;
}

    .about_section h2:before {
        content: "";
        position: absolute;
        top: -20px;
        width: 55px;
        height: 4px;
        background-color: #fff;
    }

.about_padded_bg:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100em;
    height: 100%;
    background-color: rgba(73, 120, 188, .8);
}

/*---------------Special Features----------------------*/
.special_features {
    float: left;
    width: 100%;
    padding: 30px 0 20px;
    background-color: #fff;
}

@media (max-width: 640px) {
    .special_features .text_carousel {
        display: none;
    }
}

.special_features p {
    color: #808285;
    font-size: 16px;
    margin: 0 0 25px;
    line-height: 24px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

.text_carousel .carousel-indicators li:first-child, .text_carousel .carousel-indicators li:first-child.active {
    margin-left: 0;
}

.text_carousel ol.carousel-indicators {
    position: static;
    text-align: left;
    margin: 0;
    width: 100%;
}

.text_carousel .carousel-indicators li {
    width: 20px;
    height: 20px;
    background-color: #b6c9e4;
}

    .text_carousel .carousel-indicators li, .text_carousel .carousel-indicators li.active {
        margin: 0 4px;
    }

        .text_carousel .carousel-indicators li:hover, .text_carousel .carousel-indicators li.active {
            background-color: #fbcda6;
        }

.text_carousel .item .header-text .text-center {
    text-align: left;
}

/* Carousel Styles */
.text_carousel .carousel-indicators .active {
    background-color: #2980b9;
}

.text_carousel .carousel-inner img {
    width: 100%;
    max-height: 460px
}

.text_carousel .carousel-control {
    width: 0;
}

    .text_carousel .carousel-control.left, .text_carousel .carousel-control.right {
        opacity: 1;
        filter: alpha(opacity=100);
        background-image: none;
        background-repeat: no-repeat;
        text-shadow: none;
    }
/* Carousel Header Styles */
.text_carousel .header-text {
    padding-top: 55px;
    margin-top: 95px;
    background-image: url('../images/q.png');
    background-position: left top;
    background-repeat: no-repeat;
}

    .text_carousel .header-text h2 {
        font-size: 30px;
        color: #4978bc;
        font-weight: 900;
        line-height: 35px;
    }

        .text_carousel .header-text h2 span {
        }

    .text_carousel .header-text h3 span {
        background-color: #000;
        padding: 15px;
    }



/*---------------How--------------------*/
.work .text_carousel .header-text {
    margin-top: 435px;
    margin-left: 85px;
}

.work .text_carousel .header-text {
    background-image: url(../images/quotewhite.png);
}

.work .text_carousel h2 {
    color: #fff;
}

@media (max-width: 992px) {
    .work .text_carousel {
        display: none;
    }
}

@media (min-width: 992px) {
    .work {
        background-image: url('../images/coffe.jpg');
    }
}

.work .text_carousel h2:before {
    display: none;
}

.work {
    background-position: top right;
    background-repeat: no-repeat;
    float: left;
    width: 100%;
    background-color: #f0f0f0;
    background-size: 44% auto;
}

    .work h2 {
        font-size: 40px;
        margin-bottom: 40px;
        color: #f58220;
        position: relative;
    }

        .work h2:before {
            content: "";
            position: absolute;
            top: -20px;
            width: 55px;
            height: 4px;
            background-color: #f58220;
        }

    .work h5 {
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #f58220;
        color: #595959;
    }

.work_wrap {
    padding: 30px 10px 18px 0;
    float: left;
    width: 100%;
}

.work .register_btn {
    font-size: 13px;
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 25px;
    min-width: 140px;
    text-align: center;
}

.work a:hover {
    color: #f1a31b;
}

.work a:hover, .work a:focus {
    text-decoration: none !important;
}


.work .mobile_img img {
    width: 100%;
}

/*------------Connect-------------------*/
.connect {
    float: left;
    background-color: #99ca3c;
    width: 100%;
    padding: 100px 0 40px 0;
    text-align: center;
}

    .connect h2 {
        font-size: 40px;
        margin-bottom: 60px;
        color: #fff;
        letter-spacing: 2px;
        position: relative;
    }

        .connect h2:before {
            content: "";
            position: absolute;
            top: -20px;
            width: 55px;
            left: 0;
            right: 0;
            margin: 0 auto;
            height: 4px;
            background-color: #fff;
        }

    .connect h4 {
        margin: 20px 0;
    }

    .connect p {
        line-height: 24px;
        font-size: 16px;
        font-weight: normal;
        color: #000;
    }

    .connect a {
        color: #000;
    }

    .connect a {
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

/*-----------------Contact------------------------*/
.contact_section {
    float: left;
    width: 100%;
    padding: 90px 0 40px 0;
    background-color: white;
}

    .contact_section h2 {
        font-size: 40px;
        margin-bottom: 30px;
        color: #000;
        letter-spacing: 2px;
        position: relative;
    }

    .contact_section p {
        font-size: 16px;
        line-height: 24px;
    }

    .contact_section h2:before {
        content: "";
        position: absolute;
        top: -20px;
        width: 55px;
        left: 0;
        height: 4px;
        background-color: #99ca3c;
    }

.follow {
    float: left;
    width: 100%;
    margin-top: 140px;
}

@media (max-width: 640px) {
    .follow {
        margin-top: 0px;
        margin-bottom: 20px;
    }
}


.contact_section .follow span {
    font-size: 12px;
}

.social {
    float: left;
    width: 100%;
    margin: 15px 0 0 0;
    padding: 0;
}

    .social li {
        float: left;
        margin-right: 20px;
    }

        .social li:last-child {
            margin: 0;
        }

        .social li:hover {
            opacity: 0.8;
        }

    .social li {
        list-style: none inside none;
        color: #808285;
        font-size: 13px;
        line-height: 18px;
        font-weight: 300;
        font-family: 'Roboto', sans-serif;
    }

.form_contact input[type="text"], .form_contact input[type="email"], .form_contact input[type="tel"] {
    height: 50px;
    box-shadow: none !important;
    outline: none !important;
    width: 100%;
    border: 1px solid #000;
    border-radius: 0px;
    margin-bottom: 25px;
    padding: 0 35px;
}

.form_contact input[type="submit"] {
    float: left;
    border: 1px solid #000;
    background: #fff;
    border-radius: 0;
    height: 50px;
    padding: 15px;
    min-width: 180px;
    line-height: 100%;
    font-size: 14px;
    font-weight: 300;
    color: #000;
}

.form_contact textarea {
    height: 125px;
    width: 100%;
    border: 1px solid #000;
    border-radius: 0px;
    margin-bottom: 25px;
    padding: 15px 35px;
}


/*--------------------Cart Bag-------------------*/


@media (max-width: 640px) {
    .cart {
        width: 100%;
    }
}

.cart a {
    color: #fff;
}

.cart a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#cc-cart-quantity {
    position: absolute;
    bottom: 28px;
    left: 32px;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background-color: #000;
    color: #000;
    background-color: #fff;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

#cc-cart-menu-fille {
    width: 100%;
}

.validation-col {
    display: block;
}

.td-footer {
    background-color: #4978bc !important;
    color: #fff !important;
    font-weight: 600;
}

/*-----------header cart------------*/
.slide-header-cart {
    left: 100vw;
    -webkit-animation: slide 1s forwards infinite;
    -webkit-animation-delay: 1s;
    animation: slide 120s forwards infinite;
    animation-delay: 1s;
}

.header-cart {
    margin: 0 auto;
    position: relative;
}

@-webkit-keyframes slide {
    0% {
        left: 100vw;
    }

    3% {
        left: 0;
    }

    50% {
        left: 0;
    }

    97% {
        left: 0;
    }

    100% {
        left: -100vw;
    }
}

@keyframes slide {
    0% {
        left: 100vw;
    }

    3% {
        left: 0;
    }

    50% {
        left: 0;
    }

    97% {
        left: 0;
    }

    100% {
        left: -100vw;
    }
}

.header-cart-btn {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 7px !important;
    padding-bottom: 5px !important;
    margin: 7px auto;
    background-position: left top;
    background-repeat: repeat-x;
}

.header-cart a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.header-cart-btn-green {
    background-image: url('../images/gbg.jpg');
    background-size: auto 100%;
}


.header-cart-btn-blue {
    background-image: url('../images/bbg.jpg');
    background-size: auto 100%;
}

.header-cart-btn-orange {
    background-image: url('../images/brownbg.jpg');
    background-size: auto 100%;
}


.header-cart-btn-green:before {
    background: #68872b !important;
}

.header-cart-btn-blue:before {
    background: #345584 !important;
}

.header-cart-btn-orange:before {
    background: #cb6003 !important;
}

@media (max-width: 640px) {

    .header-cart-btn {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }


    .header-cart a {
        font-size: 11px;
        text-align: center;
    }
}
/*-------------------Login / Registration---------------*/

.register-form p {
    font-size: 11px;
    margin: 0 0 10px;
}


/*---------------Courses---------------------------*/
.Course-Header1, .Course-Header2 {
    width: 100%;
    background-color: #fff;
    min-height: 35px;
    padding-top: 18px;
    text-align: center;
}

.Course-Header2 {
    margin-top: 10px;
}

@media screen and (min-width: 990px) {
    .Course-Header1 #tbDirectSearch, .Course-Header2 #tbInDirectSearch {
        margin-top: -12px;
    }

    .Course-Header1, .Course-Header2 {
        text-align: left !important;
    }
}



.Course-Header-Text {
    padding-left: 12px;
    font-size: 17px;
    font-weight: 600;
}



.dxflCaptionCell_Moderno {
    font-weight: bold;
}

.marquee {
    white-space: nowrap;
    position: relative;
    overflow: hidden; /* Required to make ellipsis work */
    text-overflow: ellipsis;
    /* Starting transition */
    left: 0%;
    width: 100%;
    /* Tweak 'till your heart's content */
    /*-webkit-transition: left 10s linear, width 10s linear;
    -moz-transition: left 10s linear, width 10s linear;*/
    transition: left 5s linear, width 5s linear;
}


    .marquee:hover {
        /* This is not completely accurate. It resizes to 2x the current width. */
        left: -100%;
        width: 200%;
    }

#courseAbstractContent {
    padding: 0 30px 30px 30px;
    text-align: center;
}

#courseAbstract .close {
    position: absolute;
    top: 10px;
    right: 10px;
}


.AccredYear {
    margin-left: 0px;
    width: 120px;
    height: 28px;
    margin-top: -5px;
    color: #848484;
    border: 1px solid #848484;
    border-radius: 5px;
    padding: 0 10px;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    background: url("../images/ddl-year.jpg") #fff no-repeat 100% !important; /* !important used for overriding all other customisations */
    background: url("../images/ddl-year.jpg") #fff no-repeat 100% !important; /* Better placement regardless of input width */
    cursor: pointer;
}

    .AccredYear::-ms-expand {
        display: none;
    }

.AccredYearMobil {
    margin-left: 0px;
    width: 120px;
    height: 28px;
    margin-top: 5px;
    color: #848484;
    border: 1px solid #848484;
    border-radius: 5px;
    padding: 0 10px;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    background: url("../images/ddl-year.jpg") #fff no-repeat 100% !important; /* !important used for overriding all other customisations */
    background: url("../images/ddl-year.jpg") #fff no-repeat 100% !important; /* Better placement regardless of input width */
}

    .AccredYearMobil::-ms-expand {
        display: none;
    }


/*----------------Admin Courses--------------------------*/
#adminCourses #ContentPlaceHolder1_ASPxGridView1_DXEFL_DXEditor18 {
    height: 40px !important;
    border: none !important;
    margin-top: -12px;
}

#adminCourses #ContentPlaceHolder1_ASPxGridView1_DXEFL_DXEditor18_DXPreview,
#adminCourses #ContentPlaceHolder1_ASPxGridView1_DXEFL_16_Cap {
    display: none;
}


/*-----------------Featured Courses--------------------------*/
.course_wrap {
    margin-bottom: 15px;
    max-width: 212px;
}

.course_img {
    margin-bottom: 15px;
    float: left;
    width: 100%;
    position: relative;
}

    .course_img img {
        width: 212px;
        border-radius: 22px
    }

.course_overlay {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(153, 202, 60, .8);
    padding: 21px 20px;
    border-radius: 22px;
    height: 100%;
    transform: scale(0);
}

.course_img:hover .course_overlay {
    transform: scale(1);
}

.course_overlay p {
    font-size: 16px;
    color: #000 !important;
    margin-bottom: 15px;
}

.course_overlay span {
    font-weight: bold;
    font-size: 24px;
    color: #fff !important;
}

.main_wrap .course_wrap > p {
    font-size: 16px;
    color: #000;
    font-weight: normal;
}

.course_wrap p {
    color: #808285;
    font-size: 16px;
    margin: 0 0 25px;
    line-height: 24px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

.col-course {
    height: 300px;
}

/*@media (max-width: 640px) {

    .course_wrap {
        max-width: 100px !important;
    }

    .course_img img {
	    width: 100px!important;
    }

    .course_wrap p {
        font-size: 12px!important;
    }


.course_overlay p {
    line-height: 14px;
	font-size: 10px;
}
    .course_overlay span {
        font-size: 24px;
    }


}*/

/*----------------course-discipline--------------------*/
.Course-Disciline-CheckList {
    float: left;
    width: 100%;
    border: none;
}


/*---------------course questions---------------------*/
.tbl-course-answers td {
    padding: 2px;
}

.tbl-course-question {
    width: 100%;
}

.customuploader .dxucTextBox, .CustomTextBox .dxucTextBox input[type='text'] {
    width: 0px !important;
    padding: 0px !important;
    border-width: 0px !important;
    background-color: transparent !important;
}

.customuploader .dxucEditArea {
    width: 0px !important;
    padding: 0px !important;
    border-width: 0px !important;
    background-color: transparent !important;
}

.customuploader .dxucControl {
    width: 50px !important;
}

.customuploader .dxucTextBox a {
    display: none !important;
}

.uploadedfilename {
    margin-right: 30px !important;
}

.answer {
    min-width: 300px;
}

.header-buttons {
    display: inline-block;
}

    .header-buttons input[type="submit"], .header-buttons .dxucControl {
        float: left;
        margin-left: 10px;
    }

    .header-buttons input[type="submit"] {
        height: 38px;
        padding-top: 9px;
    }



/*---------------------Exam-----------------------------------*/
.divExamTitle {
    background-color: #fff;
    text-align: center;
}

    .divExamTitle h3 {
        font-weight: bold;
        padding-bottom: 8px;
    }

.question-blue {
    padding: 8px 30px 8px 30px;
    margin-top: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background-color: #4978bc;
    color: #fff;
}

.answer-white {
    padding: 8px 30px 8px 30px;
    margin-top: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background-color: #fff;
    color: #000;
}


.divQuestions {
    margin-left: 0px;
    margin-right: -30px;
}

.text-answer input[type="radio"] {
    padding-left: 20px;
}

.text-answer label {
    font-weight: normal;
}

.text-answer {
    float: left;
    display: inline-block;
    min-width: 20%;
}

.divSubmit {
    text-align: center;
    padding: 30px 0px 30px 0px;
}


/*----------------Cart------------------*/
.cpdtable .notvisible {
    display: none;
}

.cpdtable {
    border-spacing: 0;
    border-collapse: collapse;
    margin-top: 0;
}

    .cpdtable th {
        background-color: #2a3143;
        color: #fff;
        text-align: center;
        padding: 0;
    }

    .cpdtable tr td:nth-child(odd) {
        background-color: #4978bc;
        color: #fff;
        text-align: center;
        vertical-align: middle;
    }

    .cpdtable tr td:nth-child(even) {
        background-color: #fff;
        color: #4978bc;
        ;
        text-align: center;
        vertical-align: middle;
    }

.cartthumbnail {
    max-width: 75px;
}

/*-----------------Course-----------------------------*/
.course .divCourseTitle {
    background-color: #fff;
    text-align: center;
    padding: 1px 20px 5px 20px;
    margin-bottom: 20px;
}

    .course .divCourseTitle h3 {
        font-weight: bold;
    }

.course .course-info {
    padding: 20px 20px 20px 20px;
    background-color: #4978bc;
    color: #fff !important;
    min-height: 250px;
}

.course .divCourseAbstract {
    padding: 10px 20px 20px 20px;
}

    .course .divCourseAbstract p {
        color: #fff !important;
        font-size: 12px;
    }

.course .action {
    text-align: center;
    margin-bottom: 20px;
}

.course .divCopyright {
    background-color: #eaeaea;
    color: #828282;
    padding: 10px 20px 20px 20px;
    margin-bottom: 40px;
    text-align: center
}

    .course .divCopyright p {
        color: #828282;
        font-size: 14px;
    }


.course .course-info img {
    width: 212px;
    border-radius: 22px;
    position: relative;
    margin: 20px 10px 10px 20px;
}

@media (min-width: 600px) {
    .course .course-info img {
        float: left;
    }

    .course .course-info {
        height: calc(100vh - 540px);
        overflow: scroll;
    }
}


/*-----------------------Return to Top Icon------------------------------*/
#return-to-top {
    position: fixed;
    bottom: 43px;
    right: 130px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media screen and (max-width: 550px) {
	#return-to-top {	
		bottom: 22px;
		right: 100px;	
	}
}



    #return-to-top i {
        color: #fff;
        margin: 0;
        position: relative;
        left: 16px;
        top: 13px;
        font-size: 19px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #return-to-top:hover {
        background: rgba(0, 0, 0, 0.9);
    }

/*---------------Modal-------------------------------*/
.modal {
    text-align: center;
}


    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }





/*-------------------Exam Result------------------------------------*/
.exam-result {
    background-color: #fff;
    padding: 20px;
    text-align: center;
}

    .exam-result p {
        color: #548dd4;
        font-weight: bold;
    }


.exam-result-btn {
    display: inline-block;
    width: 20%;
    min-width: 232px;
    text-align: center;
    height: 66px;
    margin: 10px auto;
    background-position: left top;
    background-repeat: repeat;
    vertical-align: middle;
    padding-top: 22px;
}

.exam-result-btn2 {
    display: inline-block;
    width: 20%;
    min-width: 232px;
    text-align: center;
    height: 66px;
    margin: 10px auto;
    background-position: left top;
    background-repeat: repeat;
    vertical-align: middle;
    padding-top: 12px;
}

.exam-buttons a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.exam-result-btn-green {
    background-image: url('../images/gbg.jpg');
}


.exam-result-btn-blue {
    background-image: url('../images/bbg.jpg');
}

.exam-result-btn-orange {
    background-image: url('../images/brownbg.jpg');
}


/*-------------------Buy Course------------------------------------*/
.buy-course {
    background-color: #fff;
    padding: 20px;
    text-align: center;
}

    .buy-course p {
        color: #548dd4;
        font-weight: bold;
        margin: 35px 10px;
        font-size: 20px;
    }


@media only screen and (min-width: 800px) {
    .buy-course p {
        margin: 35px 10px;
        font-size: 20px;
    }
}

@media only screen and (max-width: 799px) {
    .buy-course p {
        margin: 25px 10px;
        font-size: 14px;
    }
}

.buy-course-btn {
    display: inline-block;
    width: 100%;
    min-width: 232px;
    text-align: center;
    height: 66px;
    margin: 10px auto;
    background-position: left top;
    background-repeat: repeat;
    vertical-align: middle;
    padding: 13px 10px;
}


.buy-course a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.buy-course-btn-green {
    background-image: url('../images/gbg.jpg');
}


.buy-course-btn-blue {
    background-image: url('../images/bbg.jpg');
}

.buy-course-btn-orange {
    background-image: url('../images/brownbg.jpg');
}

.buy-course-btn-grey {
    background-image: url('../images/grbg.jpg');
}


/*--------------------cart popup-------------------------------*/
#cartModal {
    bottom: auto;
}

@media (max-width: 991px) {
    #cartModal .tdCartImage {
        display: none;
    }
}


@media (min-width: 992px) {
    #cartModal .modal-dialog {
        width: 1280px;
    }
}



#cartModal .modal-body {
    padding: 10px;
}


.alert-addcart {
    background-color: #fff;
    border-color: rgba(149, 149, 149, 0.3);
    border-radius: 3px;
    color: rgb(149, 149, 149);
    padding: 10px;
}

    .alert-addcart > [data-notify="icon"] {
        margin-right: 12px;
    }

    .alert-addcart > [data-notify="title"] {
        color: rgb(51, 51, 51);
        display: block;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .alert-addcart > [data-notify="message"] {
        font-size: 80%;
    }


/*------------------Course Info------------------------------*/
.course-info-tooltip + .tooltip > .tooltip-inner {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    font-size: 16px;
    max-width: 80%;
}

.tooltip_templates {
    display: none;
}

    .tooltip_templates div {
        max-width: 50%;
    }


/*--------------------Course Tables-------------------------------*/
.table-course {
    width: 100%;
}

@media (min-width: 992px) {
    .table-course {
        height: 264px;
        overflow: auto;
    }
}


.table-course table {
    width: 100%;
}

.tbl-detail-blue {
    background-color: #4B79BC;
    color: White;
    border: none;
    padding-left: 13px !important;
    padding-right: 13px !important;
    border-top: 0px !important;
    border-left: 1px solid #ddd !important;
}

.tbl-detail-darkgrey {
    background-color: #aaaaaa;
    color: White;
    border: none;
    padding-left: 13px !important;
    padding-right: 13px !important;
    border-top: 0px !important;
}

.tbl-detail-blue-noborder {
    background-color: #4B79BC;
    color: White;
    border: none;
    padding-left: 5px !important;
    padding-right: 5px !important;
    border-top: 0px !important;
    border-left: 1px solid #4B79BC !important;
}

.tbl-detail-white {
    background-color: #EEEEEE;
    color: rgb(78, 78, 78);
    padding-left: 13px !important;
    padding-right: 13px !important;
    border-top: 0px !important;
}

.tbl-detail-true-white {
    background-color: #fff;
    color: rgb(78, 78, 78);
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-top: 0px !important;
}

.tbl-head {
    color: White;
    background-color: #2A3143;
    border-style: None;
    font-weight: normal;
    white-space: nowrap;
    text-align: center;
    border-bottom: 0px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.small-font {
    font-size: 11px;
}


/*-------------------------Mobile Course List---------------------------------*/

.course-detail-mobile {
    color: #a3a3a3;
    bottom: 0;
}

.course-mobile {
    padding: 0px;
}

    .course-mobile h4 {
        font-size: 12px;
        text-align: left;
        margin: 5px 0px 5px 5px;
        font-weight: 600;
        text-align: left;
        color: #0f79bf;
    }

    .course-mobile span.lbl-CEUs {
        color: #0f79bf;
        font-size: 15px;
        font-weight: 600;
    }

    .course-mobile span.lbl-Cost {
        color: #0f79bf;
        margin-right: 10px;
        font-size: 15px;
        font-weight: 600;
    }


    .course-mobile .course-addtocart .btn-atc {
        background: #0f79bf;
        border-radius: 0px;
        color: #fff;
        font-size: 9px;
        float: left;
        display: inline;
        position: relative;
    }

    .course-mobile .course-docourse .btn-atc {
        background: #0f79bf;
        border-radius: 0px;
        color: #fff;
        font-size: 9px;
        float: left;
        display: inline;
        position: relative;
    }

.course_bttn_cart, .course_bttn_do, .course_bttn_info {
    width: 100% !important;
    border-radius: 0px;
    border: none;
    height: 32px;
    margin: 0px 3px;
    padding: 6px 5px;
}


.icon-atc {
    background-image: url('../images/CourseBuy.png') !important;
    background-position: center center !important;
    height: 24px !important;
    width: 24px !important;
    line-height: 24px !important;
}

.course-list-title {
    max-width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tblDirect a, .tblInDirect a {
    color: #fff;
}

.tblDirect .tbl-detail-white a, .tblInDirect .tbl-detail-white a {
    color: rgb(78, 78, 78);
}

    .tblDirect .tbl-detail-white a:hover, .tblInDirect .tbl-detail-white a:hover {
        color: rgb(78, 78, 78);
    }


.tblDirect a:hover, .tblInDirect a:hover {
    color: #fff;
    text-decoration: none;
}

.course-detail-mobile .modal-dialog {
    position: absolute;
    top: 5px;
    left: 5px;
}

.course-detail-mobile .course-abstract {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

    .course-detail-mobile .course-abstract p {
        font-size: 12px;
        line-height: 1.5;
    }


/*----------------------Cash Depsit Info-------------------*/

.paymentgateway {
    margin-top: 10px;
    font-size: 8px;
}

.cash-deposit-info {
    padding-right: 30px;
    padding-left: 30px;
    margin-bottom: 20px;
    padding-top: 20px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

    .cash-deposit-info .box-info {
        border-left: 1px solid #000;
        border-bottom: 1px solid #000;
        padding-right: 10px;
        padding-left: 10px;
        padding-top: 8px;
    }

    .cash-deposit-info .box-info-top {
        border-top: 1px solid #000;
    }

    .cash-deposit-info .box-info-right {
        border-right: 1px solid #000;
    }

    .cash-deposit-info .box-info-header {
        background: #0f79bf;
    }

        .cash-deposit-info .box-info-header h2 {
            color: #fff;
            margin-top: 10px;
            text-align: center;
        }


@media screen and (min-width: 600px) {
    .cash-deposit-info .box-info-header h2 {
        font-size: 14px;
    }

    .cash-deposit-info p {
        font-size: 12px;
    }
}


@media screen and (max-width: 599px) {
    .cash-deposit-info .box-info-header h2 {
        font-size: 18px;
    }

    .cash-deposit-info p {
        font-size: 12px;
    }
}


.cash-deposit-info .box-info-right img {
    width: 100%;
    max-width: 343px;
}



/*------------------Inner icons in textboxes-------------------*/
/* enable absolute positioning */
.inner-addon {
    position: relative;
}

    /* style icon */
    .inner-addon .glyphicon {
        position: absolute;
        padding: 10px;
        pointer-events: none;
    }

/* align icon */
.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}



.search-control {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 1);
}

/*-----------------Corporate Rates----------------------------------------------*/
.corporaterates {
    padding: 20px
}

    .corporaterates .banner-new {
        position: absolute;
        top: -8px;
        right: -8px;
    }


    .corporaterates h4.new {
        position: relative;
    }

@media screen and (max-width: 450px) {
    .corporaterates h4 {
        font-size: 15px;
    }

    .corporaterates p, .corporaterates li {
        font-size: 13px;
    }
}

.corporaterates h4.new img {
    margin-left: 5px;
    margin-bottom: 10px;
}

.corporaterates h4 {
    color: #808285;
    font-weight: bold;
}

.corporaterates table thead td {
    background-color: #4978bc;
    color: #fff;
    padding: 8px;
    font-size: 16px;
    text-align: center;
}

.corporaterates table td {
    background-color: #dce6f1;
    color: #4978bc;
    padding: 8px;
    font-size: 16px;
    text-align: center;
}

.corporaterates table {
    border-collapse: collapse;
    max-width: 450px;
}

@media screen and (max-width: 450px) {
    .corporaterates td {
        max-width: 70px;
        font-size: 12px !important;
    }
}



.corporaterates table, .corporaterates th, .corporaterates td {
    border: 1px solid #808285;
}

.corporaterates .bankingdetails {
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 420px;
}

    .corporaterates .bankingdetails thead td {
        background-color: #4978bc;
        color: #fff;
        padding: 5px;
        font-size: 16px;
        text-align: center;
    }

    .corporaterates .bankingdetails .head {
        background-color: #dce6f1;
        color: #4978bc;
    }

    .corporaterates .bankingdetails td {
        background-color: #fff;
        color: #4978bc;
        padding: 5px;
    }

.corporaterates ol {
    counter-reset: item;
}

    .corporaterates ol > li {
        counter-increment: item;
    }

    .corporaterates ol ol > li {
        display: block;
    }

        .corporaterates ol ol > li:before {
            content: counters(item, ".") ". ";
            margin-left: -3px;
        }


.corporaterates ol {
    padding-left: 18px;
}

.corporaterates ul {
    padding-left: 18px;
}

/*----------------New Cart Popup-------------------*/
.divCartSummary table {
    margin-top: 20px;
    margin-bottom: 20px;
}

.divCartSummary td {
    padding: 5px 30px;
    font-size: 16px;
}

@media screen and (max-width: 450px) {
    .divCartSummary td {
        padding: 5px 5px !important;
        font-size: 13px !important;
    }
}


.cash-deposit-info .btn {
    margin-bottom: 20px !important;
}


#cartModal .cash-deposit-info {
    padding-top: 0;
}


#cartModal {
    position: absolute;
}

.divCartFooter {
    margin-bottom: 20px;
}


@media screen and (max-width: 450px) {
    #divCart td {
        font-size: 12px !important;
    }

    #cartModal h2 {
        font-size: 20px !important;
    }

    #cartModal .btn {
        font-size: 14px !important;
    }
}

.dxbButton_Moderno {
    padding: 4px 12px !important;
    margin-right: 5px !important;
}

.divReferralHeader {
    background-image: url('../images/cpdexpress_referral_bg.jpg');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #8791b1;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
    min-height: 200px;
    padding: 80px 20px;
}

    .divReferralHeader .innerheading {
        text-align: center;
        margin: 0 auto;
        min-height: 40px;
        max-width: 720px;
    }

        .divReferralHeader .innerheading h2 {
            color: #fff;
            font-weight: 600;
            font-size: 26px;
            margin: 0;
            border: 7px solid #000;
            background-color: #f68121;
            line-height: 50px;
        }

        .divReferralHeader .innerheading .green {
            background-color: #99ca3c;
            margin: 0;
            padding: 10px 0;
        }

        .divReferralHeader .innerheading .orange {
            background-color: #f68121;
            margin: 0;
        }


@media screen and (min-width: 769px) {
    .nopadding {
        padding: 0 !important;
    }
}