.mobile {
    display: none;
}

.show-in-mobile {
    display: none;
}

@media (max-width: 812px) {
    body {
        padding-top: 56px;
    }
    .desktop {
        display: none;
    }
    .show-in-mobile {
        display: block;
    }
    .mobile {
        display: block;
        background: #fff;
        padding: 10px;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
        position: relative;
        z-index: 100;
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
    }
    .mobile-header-wrap {
        display: -webkit-box; 
        display: -moz-box; 
        display: -ms-flexbox; 
        display: -webkit-flex; 
        display: flex;
        -webkit-justify-content: space-between;  
        justify-content: space-between; 
    }
    .left-part-menu{
        display: -webkit-box; 
        display: -moz-box; 
        display: -ms-flexbox; 
        display: -webkit-flex; 
        display: flex;
    }
    .left-part-menu a img{
        width: 55px;
    }
    .navbar-toggle-pwa {
        background: none;
        border: 0 none;
        width: 40px;
    }
    .navbar-toggle-pwa img {
        max-width: 100%;
    }
    .right-part-menu {
        display: -webkit-box; 
        display: -moz-box; 
        display: -ms-flexbox; 
        display: -webkit-flex; 
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .right-part-menu > a:nth-of-type(1){
        display: inline-block;
        width: auto;
        text-align: right;
    }
    .right-part-menu .navbar-toggle-pwa {
        background: none;
        border: 0 none;
        width: 35px;
        margin-left: 5px;
        position: relative;
    }
    .cart-count{
        position: absolute;
        background: rgba(1, 33, 93, .95);
        font-size: 11px;
        padding: 3px 5px;
        border-radius: 3px;
        right: -7px;
        top: -10px;
        color: #fff;
        pointer-events: none;
    }
    .call-icon-pwa {
        display: inline-block;
        width: 30px;
    }
    .call-icon-pwa img {
        max-width: 100%;
    }
    .banner-sectionm {
        height: 180px !important;
        background-size: cover !important;
    }
    .course-list {
        list-style: none;
        padding: 0;
        margin: 20px 0;
        white-space: nowrap;
        display: -webkit-box; 
        display: -moz-box; 
        display: -ms-flexbox; 
        display: -webkit-flex; 
        display: flex;
        width: 100%;
        overflow-x: auto;
    }
    .course-section h2 {
        font-size: 20px;
    }
    .course-section h3 {
        font-size: 14px;
    }
    .course-section {
        padding: 20px 0;
    }
    .course-list li {
        margin-bottom: 0;
    }
    #slideshow>div {
        font-size: 16px;
    }
    #slideshow {
        min-height: 150px !important;
    }
    .testimonial-wrap {
        padding-bottom: 20px;
    }
    .advertisement-area-wrap {
        background: #f2b12a;
    }
    .iframe-wrap {
        height: auto;
    }
    .home-content-wrapper h2 {
        font-size: 18px;
        font-family: 'SFUIDisplay-Semibold';
    }
    .content-section-wrap.three-boxes-section .row>div {
        padding: 0;
    }
    .link-box {
        margin-bottom: 0;
        padding: 10px;
        margin: 0 5px;
    }
    .link-box .icon-img {
        height: 50px;
        justify-content: center;
        display: -webkit-box; 
        display: -moz-box; 
        display: -ms-flexbox; 
        display: -webkit-flex; 
        display: flex;
        align-items: center;
    }
    .link-box .icon-img img {
        width: 40%;
    }
    .link-box h2 {
        font-size: 14px;
    }
    .link-box a span {
        display: none;
    }
    .footer-top .panel-group .panel {
        margin-bottom: 0;
        border-radius: 0;
        background: none;
        border: 0 none;
    }
    .footer-top .panel-default>.panel-heading {
        color: #fff;
        background-color: rgba(0, 0, 0, 0);
        border-color: rgba(0, 0, 0, 0);
        padding: 0 15px 10px;
        border-bottom: 1px solid #686868;
        margin-bottom: 10px;
    }
    .footer-top .panel-collapse {
        padding: 0 15px;
    }
    .footer-top .panel-default>.panel-heading a {
        text-decoration: none !important;
        display: block;
        position: relative;
    }
    .footer-top .panel-default>.panel-heading a:before {
        content: "\f106";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        color: #fff;
        font-size: 30px;
        padding-right: 0;
        position: absolute;
        top: -8px;
        right: 0;
    }
    .footer-top .panel-default>.panel-heading a.collapsed:before {
        content: "\f105" !important;
    }
    .footer-top .panel-group {
        margin-bottom: 20px;
        margin: 0 -15px 20px;
    }
    /*MENU*/
    #mobiletop-left {
        position: fixed;
        width: 80%;
        z-index: 1111;
        background: #fff;
        left: -80%;
        top: 56px;
        transition: all 0.3s ease-in-out;
        height: 100% !important;
        display: block !important;
    }
    #mobiletop-left.collapse.in {
        left: 0 !important;
        box-shadow: -1px 10px 8px 2px rgba(0,0,0,0.2);
    }
    #mobiletop-right {
        position: fixed;
        width: 80%;
        z-index: 1111;
        background: #fff;
        right: -80%;
        top: 56px;
        transition: all 0.3s ease-in-out;
        height: 100% !important;
        display: block !important;
    }
    #mobiletop-right.collapse.in {
        right: 0 !important;
        box-shadow: -1px 10px 8px 2px rgba(0,0,0,0.2);
    }
    .nav>li {
        position: relative;
        display: block;
        border-bottom: 1px solid #ccc;
    }
    .contact-box h1,
    .all-main-hdng {
        text-align: center;
        font-size: 16px;
    }
    .inner-headng {
        color: #474747;
        font-family: SFUIDisplay-Regular;
        font-size: 18px;
        font-weight: normal;
        margin: 0 0 15px;
        text-align: center;
    }
    .accnt-box.lgn-acnt-box {
        min-height: 1px;
        box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.15);
    }
    .login-form {
        min-height: 1px;
        margin-bottom: 25px;
    }
    .login-form .btn-orange {
        display: block;
        width: 100%;
        font-size: 16px;
        text-align: center;
        text-transform: none;
    }
    .frgt-txt {
        color: #333;
        font-size: 15px;
        padding-top: 10px;
        float: none !important;
        text-align: center;
        display: block;
    }
    .acnt-labl {
        display: block;
        font-family: "SFUIDisplay-Regular";
        font-size: 14px;
    }
    .form-control {
        padding: 8px;
        border-radius: 0;
        box-shadow: none;
    }
    .mobile-register-link {
        text-align: center;
        margin-bottom: 10px;
    }
    .login-form p {
        text-align: center;
    }
    /*REGISTER PAGE*/
    #signup-form .panel-default>.panel-heading{
        background: #fff !important;
    }
    #signup-form .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
        border: 0 none;
        box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.15);
    }
    #signup-form .panel-group .panel .inner-headng{
        margin-bottom: 0;
        font-size: 22px;
        text-align: left;
    }
    #signup-form .panel-collapse {
        padding: 10px 15px 10px;
    }
    #signup-form .panel-title a{
        text-decoration: none !important;
        display: block;
        position: relative;
    }
    #signup-form .panel-title a::before{
        content: "\f106";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        color: #439c3a;
        font-size: 30px;
        padding-right: 0;
        position: absolute;
        top: -8px;
        right: 0;
    }
    #signup-form .panel-title  a.collapsed:before {
        content: "\f105" !important;
    }
    #signup-form .panel-default>.panel-heading {
        padding: 15px;
    }
    #securityCheck .col-sm-4.col-xs-12, #securityCheck .col-sm-3.col-xs-12{
        padding-top: 0 !important;
    }
    #securityCheck .btn-orange{
        width: 100%;
        margin-bottom: 10px;
    }
    .acnt-labl[for="terms-condition"] {
        text-align: center;
    }

    /*ABOUT PAGE*/
    .inner-banner-section-new {
        height: 70px;
    }
    .accnt-box h1 {
        font-size: 20px;
    }
    .page-title {
        font-size: 20px;
    }
    .sort_desc {
        min-height: 1px !important;
    }
    .pro-dtls-info h3 {
        margin: 0 0 10px;
        font-size: 18px;
    }
    .pro-dtls-info .btn.btn-primary{
        padding: 8px 20px;
        margin-bottom: 15px;
    }
    .news-box h2 a {
        color: #439C3A;
        font-size: 16px;
        display: inline-block;
        line-height: 22px;
    }
    .cal-img {
        text-align: center;
        margin: 0 auto;
        float: none;
        margin-bottom: 15px;
    }
    .view-cal{
        width: 110px;
        margin: 10px auto;
        float: none;
        display: block;
    }
    .main-content-section p{
        margin-bottom: 10px;
    }
    .news-box{
        padding-top: 0;
    }
    .btn-dwload a {
        background: #3f3f3f;
        color: #fff !important;
        display: inline-block;
        font-size: 12px;
        padding: 5px 10px;
        border-radius: 5px;
        margin: 5px 0 0;
    }
    .inner-page-wrapper {
        padding: 10px 0 0;
    }
    h1.section-title {
        font-size: 24px;
    }
    .banner-wrap {
        margin-bottom: 20px;
        margin: -35px -30px 25px;
    }
    .footer-bottom p{
        text-align: center;
    }
    .nav>li ul.sub-menu-des {
        position: relative;
        top: 100%;
        left: 0;
        padding: 0 20px;
        margin: 0;
        background: #a5d2f9;
        width: 100%;
        list-style: none;
        display: block;
    }
    .sub-head{
        background: #448ec0;
        padding: 10px 15px;
        margin: 7px 0 0;
        display: -webkit-box; 
        display: -moz-box; 
        display: -ms-flexbox; 
        display: -webkit-flex; 
        display: flex;
        justify-content: space-between
    }
    .reg {
        background: #01215d;
        color: #fff !important;
        padding: 10px;
        border-radius: 5px;
        font-size: 14px;
        display: -webkit-box; 
        display: -moz-box; 
        display: -ms-flexbox; 
        display: -webkit-flex; 
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: 'SFUIDisplay-Semibold';
        line-height: 14px;
    }
    .reg img{
        width: 20px;
        margin: 0 10px 0 0;
    }
    .log-out{
        font-size: 18px;
        display: -webkit-box; 
        display: -moz-box; 
        display: -ms-flexbox; 
        display: -webkit-flex; 
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: 'SFUIDisplay-Semibold';
        color: #fff;
        margin:  0 0 0 15px;
    }
    .log-out a{
        color: #fff !important;
        text-decoration: none !important;
        line-height: 18px;
    }
    .log-out img{
        width: 20px;
        margin: 0 0 0 10px;
    }
    .log-in{
        font-size: 24px;
        display: -webkit-box; 
        display: -moz-box; 
        display: -ms-flexbox; 
        display: -webkit-flex; 
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: 'SFUIDisplay-Semibold';
        color: #fff !important;
        text-decoration: none !important;
    }
    .log-in i{
        display: inline-block;
        margin: 0 0 0 10px;
    }


    /*ADDED ON 12-12*/

    .navbar-nav>li>a{
        font-size: 20px;
        text-transform: uppercase;
    }
    .cart-top span {
        position: absolute;
        background: red;
        font-size: 12px;
        display: inline-block;
        padding: 3px 5px;
        line-height: 12px;
        color: #fff;
        top: 6px;
        border-radius: 5px;
        left: 30px;
        z-index: 0;
        pointer-events: none;
    }
    .newsletter-form-wrap {
        margin: 10px 0 0;
    }
    .footer-bottom{
        font-size: 13px
    }
    .newsletter-wrap .col-sm-4.col-xs-12.text-right {
        text-align: center;
        margin: -20px 0 0;
    }
    .footer-bottom p {
        margin: 0;
        color: #949494;
        text-align: center;
    }
    .nav>li ul.sub-menu-des li a{
        font-size: 18px !important;
        text-transform: uppercase;
        display: block;
    }
    .nav>li ul.sub-menu-des li ul {
        position: relative;
        left: 0;
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        background: #ffffff; 
    }
    #personal_details_div .input.input-style, #change_shipping_address_div .input.input-style, #change_billing_address_div .input.input-style {
        font-size: 20px;
    }
    #personal_details_div .acnt-dital-sectn .labl-style, #change_shipping_address_div .acnt-dital-sectn .labl-style, #change_billing_address_div .acnt-dital-sectn .labl-style{
        font-size: 12px;
    }

    .for-mobile-tab-look {
        display: -webkit-box; 
        display: -moz-box; 
        display: -ms-flexbox; 
        display: -webkit-flex; 
        display: flex;
        white-space: nowrap;
        overflow-x: auto;
        border-bottom: 1px solid #ccc;
    }
    .for-mobile-tab-look a{
        border-radius: 4px 4px 0 0 !important;
        margin: 0 5px 0 0;
        padding: 5px 15px;
        font-size: 15px;
    }
    .acnt-dital-sectn .accnt-box > div{
        padding-left: 0;
        padding-right: 0;
    }
    .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th{
        white-space: normal;
    }
    .purchased-table .btn-group>.btn {
        border-radius: 3px !important;
        margin: 0 5px 0 0;
    }
    .register-btn.couponApply, .checkoutButtonsApply{
        margin: 0 5px 10px 10px;
    }
    .sbmt-btn {
        font-family: "SFUIDisplay-Regular";
        padding: 10px 25px;
        text-transform: uppercase;
        font-size: 14px;
        border: 0 none;
    }
    .pro-dtls-info img {
        max-width: 100%;
    }
    .back-to-course{
        margin-bottom: 15px;
        width: 100%;
    }
    .mobile-info{
        background: #ff6600;
        color: #fff;
        padding: 5px 15px;
        font-size: 12px;
        width: auto;
        display: inline-block;
        margin: 5px 0;
    }
    #forgot-password-group {
        left: 15px;
        width: calc(100% - 30px);
    }
    .accnt-box{
        min-height: 1px;
    }
    #retrieve-password-form{
        border: 1px solid #F4F2F2;
        padding: 15px;
        box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.15);
    }
    .testi-box{
        background: url(/assets/images/testimonial.png);
        background-repeat: no-repeat;
        padding-left: 50px;
        min-height: 50px;
    }
    .register-input {
        font-size: 20px;
    }
    .sw-theme-arrows>ul.step-anchor>li {
        width: 100% !important;
    }
    .shipping-method .method-left{
        width: 100%;
    }
    .shipping-method .shipping-weight{
        padding: 5px;
        display: block;
        margin: 10px 0 0;
    }
    .shipping-method .shipping-weight label{
        display: block;
        margin: 0;
    }
    .shipping-method .shipping-weight input{
        float: right;
        margin: 4px 5px 0;
    }
    .sw-theme-arrows>ul.step-anchor>li>a{
        padding: 10px !important;
    }
    input#showBillingCheckoutButton {
        width: 100%;
        margin: 15px 0;
    }
    div#ajaxContStep3 {
        margin: 0 -15px;
    }
    .currentBody_stp3 {
        padding: 0;
    }
    .header_checkout, .body_checkout, #currentBody_stp3{
        padding: 10px;
    }
    .input-box {
        border: 1px solid #cccccc;
        font-size: 18px;
        margin-bottom: 10px;
        padding: 5px;
        width: 100%;
    }
    /*    .sw-theme-arrows .sw-container{
            padding: 0 !important;
        }*/
    #step-3{
        margin: 0 -15px
    }


    /*TABLE RESPONSIVE*/
    .table-responsive{
        border: 0 none
    }
    /* Force table to not be like tables anymore */
    table.purchased-table, .purchased-table thead, .purchased-table tbody, .purchased-table th, .purchased-table td, .purchased-table tr { 
        display: block; 
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .purchased-table thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .purchased-table{
        margin-bottom: 10px !important;
    }
    .purchased-table tr { border: 1px solid #ccc; }

    .purchased-table td { 
        /* Behave  like a "row" */
        border: none !important;
        border-bottom: 1px solid #ccc !important; 
        position: relative !important;
        padding-left: 50% !important; 
        white-space: normal !important;
    }
    .purchased-table td.text-right{
        text-align: left;
    }
    .purchased-table td .pull-right {
        float: none !important;
    }
    .purchased-table td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
    }

    /*
    Label the data
    */
    .purchased-table td:nth-of-type(1):before { content: "Type"; }
    .purchased-table td:nth-of-type(2):before { content: "Item"; }
    .purchased-table td:nth-of-type(3):before { content: "Name / Description"; }
    .purchased-table td:nth-of-type(4):before { content: "Qty"; }
    .purchased-table td:nth-of-type(5):before { content: "Price"; }
    .purchased-table td:nth-of-type(6):before { content: "Action"; }

    .purchased-table tr::after, .purchased-table td::after{
        content: "";
        display: block;
        clear: both;
    }

    .purchased-table .no-hearding-mobile td{padding: 0 !important}
    .purchased-table .no-hearding-mobile td:before{display: none;}

    .register-btn.couponApply, .checkoutButtonsApply, .register-btn.couponRemove{
        padding: 5px;
    }
    .row-new{
        padding-top: 10px;
    }
    .discount-text{
        text-align: right !important;
        font-weight: bold;
        padding: 5px;
        border-top: 1px solid #ccc !important;
    }
    .purchased-table .no-hearding-mobile td.discount_price.text-right{
        text-align: right !important;
        padding: 5px !important;
    }
    .d-none-mobile{
        display: none !important;   
    }

    /*GLH20-10*/
    .pro-dtls-info {
        width: 100%;
    }

    .accnt-box.lgn-acnt-box .btn-orange{
        float: none !important;
        width: 100% !important;
        display: block;
    }
}