﻿ctx-noPadding {
    padding: 0;
}

.coursesListModalBodyWrapper {
    height: calc(100vh - 160px);
    overflow: auto;
}

.modal-footer.CoursesListModalFooter {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #f3f5fb;
    padding: 5px 0 10px 0;
}
.wizard {
    margin: 20px auto;
    background: #fff;
}

    .wizard .nav-tabs {
        position: relative;
        margin: 40px auto;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

    span.round-tab i {
        color: #555555;
    }

.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;
}

    .wizard li.active span.round-tab i {
        color: #5bc0de;
    }

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 50%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

.step1 .row {
    margin-bottom: 10px;
}

.step_21 {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
}

.step33 {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-left: 10px;
    margin-bottom: 10px;
}

.dropselectsec {
    width: 68%;
    padding: 6px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    margin-left: 10px;
    outline: none;
    font-weight: normal;
}

.dropselectsec1 {
    width: 74%;
    padding: 6px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    margin-left: 10px;
    outline: none;
    font-weight: normal;
}

.mar_ned {
    margin-bottom: 10px;
}

.wdth {
    width: 25%;
}

.birthdrop {
    padding: 6px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    margin-left: 10px;
    width: 16%;
    outline: 0;
    font-weight: normal;
}


/* according menu */
#accordion-container {
    font-size: 13px
}

.accordion-header {
    font-size: 13px;
    background: #ebebeb;
    margin: 5px 0 0;
    padding: 7px 20px;
    cursor: pointer;
    color: #fff;
    font-weight: 400;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.unselect_img {
    width: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.active-header {
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background: #F53B27;
}

    .active-header:after {
        content: "\f068";
        font-family: 'FontAwesome';
        float: right;
        margin: 5px;
        font-weight: 400
    }

.inactive-header {
    background: #333;
}

    .inactive-header:after {
        content: "\f067";
        font-family: 'FontAwesome';
        float: right;
        margin: 4px 5px;
        font-weight: 400
    }

.accordion-content {
    display: none;
    padding: 20px;
    background: #fff;
    border: 1px solid #ccc;
    border-top: 0;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px
}

    .accordion-content a {
        text-decoration: none;
        color: #333;
    }

    .accordion-content td {
        border-bottom: 1px solid #dcdcdc;
    }


#dynamicFieldSection .ctx-Display-Block textarea {
    resize: vertical;
}
.panel-group .panel .accordionButtons {
    margin-top: 30px;
}
@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

#primary-menu > ul > li.sub-menu > a > div {
    color: black !important;
}

#primary-menu > ul > li.mega-menu > a > div {
    color: black !important;
}

#primary-menu > ul > li.current > a > div {
    color: black !important;
}

#primary-menu > ul > li.one-page-menu > a > div {
    color: black !important;
}

#primary-menu > #getstarted > a {
    color: black !important;
}

#content .container {
    margin-top: 19px;
}
.checkBoxElementStyle input {
    position: absolute;
    left: 0;
    cursor: pointer;
    min-width: 16px;
}
#enrollmentFormDiv .panel-body .checkBoxElementStyle .field-validation-error {
    margin-top: 10px;
    cursor: default;
}
.checkBoxElementStyle .control-label {
    text-align: left;
    cursor: default;
}
@media (min-width: 767px) {
    .entry {
        padding-top: 55px;
    }
    .checkBoxElementStyle input {
        margin: 8px 6px 0 0;       
    }
}

.input-validation-error {
    border: 1px solid #ec4047 !important;
}

.requiedsubmit {
    color: #ff0000 !important;
    font-size: 12.8px;
    display: none;
}

.field-validation-error, .msg-error {
    color: #ec4047 !important;
    font-size: 11.3px;
}

/*span{
        color : #428bca;
        }*/

button.button.button-3d.nomargin {
    background-color: #3598dc !important;
    color: white !important;
}

.form-control, .sm-form-control {
    border: 1px solid #9BA2B2;
}

#content .form-group label {
    font-size: 13.5px;
    cursor: default;
    color: #595959;
    vertical-align: middle;
    text-align: left;
    font-weight: 600;
    text-transform: initial;
    margin-bottom: 6px;
}

#content h1, h2 {
    /*font-family: inherit;*/
    font-weight: 100;
    line-height: 1.1;
    color: rgba(10, 10, 10, 0.68);
}

.header4 {
    font-weight: 300;
    line-height: 1.1;
    color: rgba(0, 0, 0, 0.78);
    font-size: 24px;
}

.content h3 {
    font-size: 40px;
    font-weight: 100;
    line-height: 1.2;
    margin: 0;
    color: white;
}

.content h2 {
    color: white;
}

.group {
    zoom: 1;
}

.plan-icon {
    position: absolute;
    top: 0;
    left: 0;
}

.group p {
    line-height: 1.8;
    font-size: 16px;
    color: rgba(255,255,255,0.5);
    margin-left: 48px;
}

#plan-info-box .head .group img {
    width: 31px;
    height: 31px;
    margin-right: 16px;
    margin-top: 7px;
}
/*.group img {
        width: 40px;
        height: 40px;
        margin-left: 55px;
        margin-top: 197px;
    }*/
.entry {
    padding: 42px;
    /*max-height: 265px;*/
    background-color: rgb(232, 232, 232);
}

.header02 {
    font-size: 18.5px;
    color: white;
    line-height: 1.5;
    margin-bottom: 0;
    background-color: rgb(53, 152, 220);
    padding-right: 6%;
}

@media only screen and (max-width: 500px) {
    .header02 {
        font-size: 10px;
    }
}

@media only screen and (max-width: 700px) and (min-width:500px) {
    .header02 {
        font-size: 15px;
    }
}

.unstyled b {
    font-size: 15px;
    color: black;
    padding-left: 1%;
}

.unstyled i {
    font-size: 18px;
    padding: 8px;
    margin-right: 0 !important;
    background-color: #3598dc;
    color: white;
}

.unstyled li {
    font-size: 13px;
    background-color: white;
    margin-bottom: 1%;
}

.col-md-7 input:focus, .sm-form-control:focus {
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}

#priceAmountDiv span {
    color: white;
}

.font-heading, .heading-contact, .user-plan, .per-user-price {
    /*font-stretch: extra-condensed;*/
    /*font-family: "Helvetica Narrow","Arial Narrow",Tahoma,Arial,Helvetica,sans-serif;*/
    /*    font-family: 'Raleway', sans-serif;*/
    /*font-family: 'Yanone Kaffeesatz', sans-serif;    1*/
    /*font-family: 'Libre Baskerville', serif; 2*/
    /*font-family: 'Open Sans Condensed', sans-serif; 4*/
    /*font-family: 'Electrolize', sans-serif;  6*/
    /*font-family: 'Artifika', serif; 7*/
    /*font-family: 'Eczar', serif; 8*/
    /*font-family: 'Open SansOpen Sans', sans-serif;*/
    /*letter-spacing: 1px;*/
}

.user-plan {
    font-size: 17px;
    margin-top: 8px;
    margin-top: 0;
    margin-bottom: 0;
    color: white;
}

.per-user-price {
    font-size: 15px;
    margin-bottom: 0;
    color: white;
    margin-top: 0 !important;
}


.diagnol-element {
    padding: 0;
    background-color: #013A6B;
    background-image: -webkit-linear-gradient(45deg, #e8e8e8 32%, #3598dc 1%);
    background-image: -webkit-linear-gradient(45deg, #e8e8e8 32%, #3598dc 1%);
    background: -webkit-linear-gradient(45deg, #e8e8e8 32%, #3598dc 1%); /*Safari 5.1-6*/
    background: -o-linear-gradient(45deg, #e8e8e8 32%, #3598dc 1%); /*Opera 11.1-12*/
    background: -moz-linear-gradient(45deg, #e8e8e8 32%, #3598dc 1%); /*Fx 3.6-15*/
    background: linear-gradient(45deg, #e8e8e8 32%, #3598dc 1%); /*Standard*/
    min-height: 80px;
}

.bckContin {
    background-color: #3598dc !important;
}

    .bckContin:hover, .bckContin:active {
        background-color: #3598dc !important;
    }

.form-group {
    min-height: 40px;
}

#content li.active a, .activate-step-2, .activate-step-1, .activate-step-3 {
    background-color: #3598dc !important;
}

.activate-step-2, .activate-step-1, .activate-step-3 {
    border: 1px solid #3598dc !important;
}

#content li.active > a > .list-group-item-heading, #content li.active > a > .list-group-item-text {
    color: white !important;
}

#content li .list-group-item-heading, #content li .list-group-item-text {
    color: #3598dc !important;
}
#enrollmentFormDiv .panel-body .checkBoxElementStyle {
    position: relative;
    padding-left: 24px;
    flex-direction: column;
    align-items: flex-start;
}
#enrollmentFormDiv #step-2 .table-responsive{
    border: 0;
}
#collapseSFPolicies .panel-body * {
    word-break: break-word;
}

#accordion .panel-heading {
    background: #eff1f6;
    border-left: 2px solid #1271c4;
    border-radius: 0;
}

    #accordion .panel-heading:hover {
        color: white;
    }

#style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}


#progress {
    padding: 0;
    list-style-type: none;
    font-family: arial;
    font-size: 12px;
    clear: both;
    line-height: 1em;
    margin: 0 -1px;
    text-align: center;
    border: 0;
}

    #progress li {
        float: left;
        padding: 10px 30px 10px 40px;
        background: #eeeeee;
        color: #fff;
        position: relative;
        border-top: 1px solid #eeeeee;
        border-bottom: 1px solid #eeeeee;
        width: 32%;
        margin: 0 1px;
    }

        #progress li:before {
            content: '';
            border-left: 40px solid #fff;
            border-top: 46px solid transparent;
            border-bottom: 46px solid transparent;
            position: absolute;
            top: 0;
            left: 0;
        }

        #progress li:after {
            content: '';
            border-left: 40px solid #eeeeee;
            border-top: 46px solid transparent;
            border-bottom: 46px solid transparent;
            position: absolute;
            top: 0;
            left: 100%;
            z-index: 20;
        }

        #progress li.active {
            background: #3598dc;
        }

            #progress li.active:after {
                border-left-color: #3598dc;
            }

.continueDiv {
    display: none;
}

.subItems {
    cursor: pointer;
    color: inherit;
}

.panel-default > .panel-heading {
    color: #f5f5f5;
    background-color: #3598dc;
    border-color: #3598dc;
}

.submit-forget {
    padding: 2% 3% 2% 3%;
    background-color: #3598dc !important;
    font-weight: 500;
    color: white;
    border-radius: 0;
}


.navbar.navbar-light.navbar-expand-lg.fixed-top.bg-white.clean-navbar.nav-custom {
    background-color: #6B7A8F !important;
    height: 105px;
    border-radius: 0;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.logo {
    font-size: 1.5rem;
}

a.navbar-brand.logo.brand {
    padding: 0;
}

    a.navbar-brand.logo.brand img {
        width: 300px;
        margin-bottom: 31px;
        margin-left: 35px;
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(240,240,240,.5);
    font-size: 12px;
    padding-left: 25px;
}

    .navbar-light .navbar-nav .nav-link:hover {
        color: white;
        background: transparent !important;
    }

    .navbar-light .navbar-nav .nav-link:focus {
        color: white;
        background: transparent !important;
    }

div#navcol-1 {
    margin: 44px;
    margin-left: 46%;
    font-weight: 600;
    text-transform: uppercase;
}

.page-footer.dark {
    background-color: #2b2f31;
    height: 100%;
    padding-top: 30px;
}

    .page-footer.dark .footer-copyright {
        background-color: #222425;
        border-color: #222425;
        padding-top: 3px;
        padding-bottom: 3px;
        text-align: center;
        margin-top: 50px;
    }

        .page-footer.dark .footer-copyright p {
            color: #ccc;
            margin: 10px;
            font-size: 16px;
        }

.form-group {
    min-height: 40px;
}

#content li.active a, .activate-step-2, .activate-step-1, .activate-step-3 {
    background-color: #1271c4 !important;
}


.activate-step-2, .activate-step-1, .activate-step-3 {
    border: 1px solid #3598dc !important;
}

#content li.active > a > .list-group-item-heading, #content li.active > a > .list-group-item-text {
    color: white !important;
}

#content li .list-group-item-heading, #content li .list-group-item-text {
    color: #3598dc !important;
}


#style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}


#progress {
    padding: 0;
    list-style-type: none;
    font-family: arial;
    font-size: 12px;
    clear: both;
    line-height: 1em;
    margin: 0 -1px;
    text-align: center;
    border: 0;
}

    #progress li {
        float: left;
        padding: 10px 30px 10px 40px;
        background: #eeeeee;
        color: #fff;
        position: relative;
        border-top: 1px solid #eeeeee;
        border-bottom: 1px solid #eeeeee;
        width: 32%;
        margin: 0 1px;
    }

        #progress li:before {
            content: '';
            border-left: 40px solid #fff;
            border-top: 46px solid transparent;
            border-bottom: 46px solid transparent;
            position: absolute;
            top: 0;
            left: 0;
        }

        #progress li:after {
            content: '';
            border-left: 40px solid #eeeeee;
            border-top: 46px solid transparent;
            border-bottom: 46px solid transparent;
            position: absolute;
            top: 0;
            left: 100%;
            z-index: 20;
        }

        #progress li.active {
            background: #1271c4;
        }

            #progress li.active:after {
                border-left-color: #1271c4;
            }

.continueDiv {
    display: none;
}

.subItems {
    cursor: pointer;
    color: inherit;
}

.panel-default > .panel-heading {
    color: #f5f5f5;
    background-color: #3598dc;
    border-color: #3598dc;
}

.submit-forget {
    padding: 2% 3% 2% 3%;
    background-color: #3598dc !important;
    font-weight: 500;
    color: white;
    border-radius: 0;
}

input.button.button-3d.nomargin {
    background-color: #1271c4 !important;
}

.minHeightTab {
    min-height: 298px;
}

section#content {
    margin-top: 20px;
}

@media screen and (min-width: 1375px) {
    .minHeightTab {
        min-height: 398px;
    }
}

@media screen and (min-width: 1400px) {
    .minHeightTab {
        min-height: 450px;
    }
}

#step-3, #step-2 {
    display: none;
}


/*to style required field*/
.requiredfield-icon-position {
    vertical-align: super;
}

.requiredfield:after {
    content: " *";
    color: red;
}

.require.error {
    border: 1px solid #ec4047 !important;
    box-shadow: none;
}

label.error {
    color: #ec4047 !important;
    font-size: 10px !important;
    margin-bottom: 0 !important;
    display: block !important;
}
#alreadyCustomerLoginModal label.error{
    text-transform: none;
}
.pd-right-0 {
    padding-right: 0;
}

/*form .TopDiv.Divs .form-group {
    padding: 0 10px;
}*/
/*form#SubSignUpForm h4 {
    margin: 30px 0 15px;
}*/
/*for accodian styling*/
#accordion .panel-heading a {
    color: #1271c4;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform:uppercase;
}

#accordion .panel-default,
#accordion .panel-body {
    border: 0;
    box-shadow: none;
}

#step-1.setup-content {
    overflow: hidden;
}
/*#SubSignUpForm {
    width: 100%;
}*/
.Sign-Up-Form {
    margin-left: 100px;
}

/*right panel open close btn*/
.right-panel-close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -65px;
    top: 50px;
    height: 62px;
    width: 62px;
    border: none;
    background-color: #3598dc;
    border-radius: 62px;
    transition: all 300ms;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    cursor: pointer;
}

.hide-right.mg-0 .right-panel-close {
    width: 35px !important;
    height: 35px;
    left: -34px;
    padding-left: 8px;
    justify-content: inherit;
    transition: 0.3s ease;
    border-radius: 3px;
}

.rotation-180 {
    transform: rotate(180deg);
}
/*for cart btn*/
.right-panel-close .fa-shopping-cart {
    font-size: 30px;
    color: #fff;
}

.hide-right.mg-0 .right-panel-close .fa-shopping-cart {
    font-size: 20px;
}

.right-details-panel {
    transition: .1s ease-in-out;
    position: relative;
}

.hide-right {
    margin-right: -478px;
    position: absolute;
    top: 0;
    right: 0;
    width: 478px;
}

#footer,
#header {
    border: 0;
    background: transparent;
}

.f-align-center {
    align-items: center;
    display: inline-flex;
    margin: 4px 0 0 6px;
}

.relative {
    position: relative;
}

.un-stretch {
    width: calc(100% - 394px);
    margin: inherit;
}

.mg-0 {
    margin: 0 !important;
}

/*sign up page h4*/
h4.studentInfo_Sections {
    text-transform: uppercase;
}

.classCouponLabel {
    word-break: break-word;
}

.navbar-brand {
    padding: 0 !important;
}

    .navbar-brand img {
        height: 100%;
        width: auto;
        position: relative;
        margin-top: 0px;
    }
/*apply-coupon-btn*/
.apply-coupon-btn {
    border-radius: 50%;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
}

.address_feild_div .address_feild {
    width: 98%;
}

/*for scroll bar*/
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: none !important;
    background-color: transparent;
}

::-webkit-scrollbar-thumb:hover, div#layoutid::-webkit-scrollbar-thumb:hover {
    background-color: #757575;
}

::-webkit-scrollbar-thumb, .ctx-scroll-Style::-webkit-scrollbar-thumb, .ctx-sidebar-postion::-webkit-scrollbar-thumb, #content::-webkit-scrollbar-thumb, .ctx-scrolls::-webkit-scrollbar-thumb, .table-responsive::-webkit-scrollbar-thumb, .ui-widget-content::-webkit-scrollbar-thumb {
    background-color: transparent;
}

.ctx-scroll-Style::-webkit-scrollbar {
    width: 7px !important;
    height: 7px !important;
}

.table-responsive::-webkit-scrollbar, .ctx-scrolls::-webkit-scrollbar, #slide-navbar-collapse::-webkit-scrollbar, .ctx-projects::-webkit-scrollbar, .bs-modal-lg .modal-dialog .modal-body::-webkit-scrollbar, .ui-widget-content::-webkit-scrollbar, .ctx-tags-Main::-webkit-scrollbar {
    width: 7px !important;
    height: 6px !important;
}

.ctx-scroll-Style:hover::-webkit-scrollbar-thumb, .ctx-sidebar-postion:hover::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb, #content:hover::-webkit-scrollbar-thumb, .ctx-scrolls:hover::-webkit-scrollbar-thumb, .table-responsive:hover::-webkit-scrollbar-thumb, #slide-navbar-collapse:hover::-webkit-scrollbar-thumb, .ctx-projects:hover::-webkit-scrollbar-thumb, .bs-modal-lg .modal-dialog .modal-body:hover::-webkit-scrollbar-thumb, .ui-widget-content:hover::-webkit-scrollbar-thumb, .ctx-tags-Main:hover::-webkit-scrollbar-thumb {
    background-color: #b0afaf;
    border-radius: 5px;
}

.ctx-scrolls::-webkit-scrollbar-track {
    -webkit-box-shadow: none !important;
    background-color: transparent !important;
}

table.table .TimingBorderStyleForOverview.col-md-12,
table.table .TimingBorderStyleForOverview.col-md-12 .col-md-12 {
    padding: 0 !important;
}

#toast-container.toast-bottom-right {
    max-width: 70%;
}

.sign-up-page #dynamicFieldSection .studentElementsDiv .panel-body .form-group {
    margin: 0;
}
/****************************************** Responisveness strts ***************************************************/
/* =================== media queries for max 1024 px and min 768 px strts ========================= */
@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .company_logo {
        min-height: 50px;
    }

    .right-panel-close.activclass {
        width: 135px !important;
        left: -135px;
    }

    div#AddMoreEventsBtnDiv .ticky-cart-price.addMoreClasses {
        font-size: 15px !important;
    }

    .right-panel-close.activclass .long-text.show-long-text {
        font-size: 16px;
    }

    .right-panel-close .fa-shopping-cart {
        font-size: 26px;
    }

    section#content {
        margin-top: 10px;
    }

    div#AddMoreEventsBtnDiv {
        margin-top: 65px !important;
    }

    .right-details-panel.hide-right {
        z-index: 2;
    }

    .address_feild_div .address_feild {
        width: 96%;
    }

    .company_logo_div {
        margin-bottom: 6px !important;
    }

    #PaymentDueNoteDiv p {
        padding: 0px 10px;
        line-height: normal;
    }
}
/* =================== media queries for max 1024 px and min 768 px ends ========================= */
/* =================== media queries for max 991 px and min 768 px strts ========================= */
@media only screen and (max-width: 991px) and (min-width: 768px) {
    .right-panel-close {
        top: 0;
        height: 50px;
    }

    div#AddMoreEventsBtnDiv {
        margin-top: 55px !important;
    }

    #progress li {
        padding: 0px 20px 0px 40px;
    }

    #progress.nav > li > a {
        padding: 4px 15px;
    }

    #progress li:before {
        border-left: 25px solid #fff;
        border-top: 31px solid transparent;
        border-bottom: 31px solid transparent;
    }

    #progress li:after {
        border-left: 25px solid #eeeeee;
        border-top: 31px solid transparent;
        border-bottom: 31px solid transparent;
    }

    .alreadyCustomerLInk {
        font-size: 20px;
    }

    .address_feild_div .address_feild {
        width: auto;
    }

    div#step-2 .table-responsive .course-title,
    div#step-3 .table-responsive .course-title {
        width: 260px;
    }

    div#step-2 .table-responsive,
    div#step-3 .table-responsive {
        margin-bottom: 15px;
    }

    .SuccessDiv_alertDiv {
        width: 100%;
    }
}
/* =================== media queries for max 991 px and min 768 px ends ========================= */
/*for large screen mobile devices*/
/* =================== media queries for max 768 px and min 480 px strts ========================= */
@media only screen and (max-width: 767px) {
    .company_logo {
        min-height: 50px;
    }

    .right-panel-close.activclass {
        width: 115px !important;
        left: -115px;
    }

    div#AddMoreEventsBtnDiv .ticky-cart-price.addMoreClasses {
        font-size: 13px !important;
    }

    .right-panel-close.activclass .long-text.show-long-text {
        font-size: 14px;
        margin-left: 10px;
    }

    .right-panel-close .fa-shopping-cart {
        font-size: 22px;
    }

    section#content {
        margin-top: 10px;
    }

    div#AddMoreEventsBtnDiv {
        margin-top: 45px !important;
    }

    .right-details-panel.hide-right {
        z-index: 2;
        margin-right: -425px;
        width: 425px;
    }

    .address_feild_div .address_feild {
        width: 96%;
    }

    .company_logo_div {
        margin-bottom: 4px !important;
        display: inherit !important;
        padding: 0;
    }

    .right-panel-close {
        top: 38px;
        height: 40px;
    }

    #progress li {
        padding: 0px 6px 0px 20px;
    }

    #progress.nav > li > a {
        padding: 3px 0;
        margin: 0;
    }

    #progress li:before {
        border-left: 20px solid #fff;
        border-top: 31px solid transparent;
        border-bottom: 24px solid transparent;
    }

    #progress li:after {
        border-left: 20px solid #eeeeee;
        border-top: 31px solid transparent;
        border-bottom: 24px solid transparent;
    }

    .alreadyCustomerLInk {
        font-size: 20px;
    }

    .address_feild_div .address_feild {
        width: auto;
    }

    .alreadyCustomerDiv {
        margin-bottom: 6px;
    }

    .company_logo_div .company_logo img {
        width: 90px;
    }

    form#EventRegistrationForm.container-fluid {
        padding: 0;
        margin-bottom: 0px;
    }

    form#EventRegistrationForm.un-stretch {
        width: 100%;
    }

    .EventSubscriptionMainDiv .sign-up-page .container-fluid.form-group {
        padding: 0;
    }

    form#EventRegistrationForm .TopDiv hr {
        margin-top: 5px;
        margin-bottom: 15px;
    }

    #content li .list-group-item-heading {
        font-size: 16px;
        margin-bottom: 0;
    }

    input#SubmitButtonForPayments {
        font-size: 13.5px;
        height: 37px;
        line-height: 1.5;
    }

    .studentInfo_Sections {
        font-size: 13.5px !important;
    }

    div#step-2 .table-responsive .course-title,
    div#step-3 .table-responsive .course-title {
        width: 220px;
    }

    #EventsListModal .table-responsive .course-title {
        width: 100px;
    }

    .RegHeader#header {
        padding: 0 0 10px;
    }
    .checkBoxElementStyle input {
        margin: 2px 6px 0 0;
    }
    .panel-group .panel .accordionButtons {
        margin-left: -15px;
        margin-right: -15px;
    }
}
/* =================== media queries for max 767 px and min 480 px ends ========================= */
/*for small screen mobile devices*/
/* =================== media queries for max 479 px and min 320 px strts ========================= */
@media only screen and (max-width: 479px) and (min-width: 320px) {
    .mb-pd-0 {
        padding: 0 !important;
    }

    .header-title-div p {
        font-size: 18px !important;
        line-height: normal !important;
        padding-top: 6px;
    }

    #content li .list-group-item-heading {
        font-size: 13.5px;
    }

    #content li .list-group-item-text {
        line-height: normal;
    }

    #progress li {
        padding: 0px 6px 0px 16px;
        min-height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        #progress li:after {
            border-left: 15px solid #eeeeee;
            border-top: 28px solid transparent;
            border-bottom: 25px solid transparent;
        }

        #progress li:before {
            border-left: 17px solid #fff;
            border-top: 27px solid transparent;
            border-bottom: 28px solid transparent;
        }

    .sign-up-page .form-group > .col-xs-12 {
        padding-left: 8px;
    }

    .EventSubscriptionMainDiv .sign-up-page .container-fluid.form-group {
        margin-bottom: 8px;
    }

    .alreadyCustomerLInk {
        font-size: 15.5px;
    }

    .SubName_Div {
        padding: 10px 10px 15px !important;
    }

        .SubName_Div .font-heading.SubName {
            font-size: 30px;
        }

    .right-details-panel.hide-right {
        margin-right: -100%;
        width: 100%;
    }

    .right-panel-close.activclass {
        left: -115px;
        background: #1a79bb;
    }

    .hide-right.mg-0 .right-panel-close {
        left: 0px;
        z-index: 1;
    }

    .right-details-panel.hide-right .entry,
    .entry .panel-group .panel-heading {
        padding: 10px;
    }

    .entry .subItems .EnrollmentFormEventArea {
        font-size: 13.5px;
    }

    addRemoveEventArea {
        margin-top: 10px;
    }

    .addRemoveEventBtn {
        padding: 4px 8px;
        font-size: 13.5px;
    }

    div#step-2.setup-content.minHeightTab.subContents .col-md-12,
    div#step-3.setup-content.minHeightTab.subContents .col-md-12,
    div.AlertPopover {
        padding: 0;
    }

    .TotalPriceArea {
        float: none;
        margin-right: 0;
    }

    input#EnrollWithOutPaymentBtn {
        margin-bottom: 15px !important;
    }

    div#PaymentDueNoteDiv {
        display: flex;
        flex-wrap: wrap;
    }

    #content .setup-content p {
        line-height: 1.5;
        margin-bottom: 0;
    }

    .SuccessDiv_alertDiv {
        width: 100%;
        flex-wrap: wrap;
        margin-bottom: 0 !important;
    }
    /*.AlertPopover ul {
        padding: 6px 10px;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }*/
    .returnToEvents, #LoginToPortalBtn {
        font-size: 15px;
    }

    .returnToEventsDiv {
        margin-bottom: 15px;
    }

    .setup-content.subContents input.button.button-3d.nomargin {
        padding: 0 15px;
        font-size: 10px;
        height: 35px;
        line-height: 35px;
        margin: 10px 0px !important;
    }
   
}

.btn-primary {
    background-color: #1271C4;
    border-color: #1271C4;
}

.table > thead > tr:first-of-type th, .table > tbody tr td {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    /*text-align: left;*/
    max-width: 300px;
    vertical-align: middle;
}

.table > tbody > tr > td {
    border-top: 1px solid #e7ecf1;
}

.table > thead:first-child > tr:first-child > th {
    border: 0;
}

.table > thead > tr:first-of-type {
    background-color: #eff3f8;
}

.table > thead > tr:nth-child(1) {
    color: #4d6b8a !important;
}

#ReviewInformationTbl tbody tr td p,
#EnrollmentSummaryDetailsDiv table tbody tr td p {
    margin: 0
}

.selected-days-time-gridview .time,
.selected-days-time-gridview .days {
    white-space: normal;
}

.modal .modal-title {
    display: flex;
    justify-content: space-between
}

    .modal .modal-title span.courseName {
        overflow: hidden;
        white-space: nowrap;
        display: inline-block;
        max-width: 100%;
        text-overflow: ellipsis;
    }

    .modal .modal-title span.courseAge {
        white-space: nowrap;
        margin-right: 5px;
    }

.profile-userpic.profileimagefield {
    margin-bottom: 15px !important;
}

.setup-content.subContents input.button.button-3d.nomargin {
    max-width: 100%;
    white-space: normal;
    height: auto;
    margin-top: 10px !important;
}

#ReviewInformationTbl th, #ReviewInformationTbl td {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .coursesListModalBodyWrapper {
        height: calc(100vh - 155px);
    }
    .xs-pd-15 {
        padding: 0 15px !important;
    }

    .tableToCard td {
        display: block;
        max-width: 100% !important;
        position: relative
    }

    .TimingActionColumn {
        text-align: center !important;
    }

    .tableToCard td[data-title] > span, .tableToCard td[data-title] > div {
        width: 60%;
        margin: auto;
        margin-right: 0;
        display: block;
        word-break: break-word;
    }

    .tableToCard td span, .tableToCard td div {
        white-space: normal;
    }

    .tableToCard thead {
        display: none;
    }

    .tableToCard tbody tr {
        display: block;
        margin-bottom: 15px !important;
        border-bottom: 2px solid gainsboro;
        box-shadow: 0px 0px 10px 1px #c1c1c1;
        margin: 10px;
        background: #fff !important;
        border-radius: 7px;
        padding: 0 6px;
    }

    .tableToCard td[data-title]:before {
        color: #4d6b8a;
        text-transform: uppercase;
        font-size: .85em;
        content: attr(data-title);
        display: table-cell;
        font-weight: 700;
        height: 100%;
        margin: auto;
        position: relative;
        vertical-align: middle;
        white-space: normal;
        width: 35%;
        min-height: 24px;
        margin-right: 10px;
        float: left
    }

    #ClassDetailsModal .modal-body, #EventsListModal .modal-body {
        padding: 6px;
    }

    .days.selected-days-time span.active {
        margin-bottom: 4px;
    }

    td.sm-text-center {
        text-align: center !important;
    }

    #content .form-group label {
        margin-bottom: 2px;
        margin-top: 6px
    }

    .actionColumnForCard {
        text-align: center !important;
    }

    
    #CoursesListModal .selected-days-time-gridview .time, #CoursesListModal .selected-days-time-gridview .days {
        min-width: unset !important;
    }
}