﻿body {
    /*font-family: "Arial","Open Sans","sans-serif","Verdana";*/
    font-size: 15px;
    /* line-height: 1.5; */
}

.custom-scroll {
    max-height: 194px !important;
    overflow-y: auto !important;
}

.pageContent {
    min-height: 500px;
    position: relative;
}

    .pageContent * {
    }

pre {
    display: block;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-family: 'Segoe UI';
    font-size: 15px;
}

div h2 {
    background-color: #366fa2;
    width: 100%;
}

.pageContent h1, h2, h3 {
    /*font-weight: 600;*/
    font-weight: bold;
    line-height: 46px !important;
    padding-left: 15px;
}

/*---------1st Heading--------*/

.level-1-Heading {
    background: #f3a332;
    margin-bottom: 10px;
}

    .level-1-Heading > h1 {
        font-size: 20px;
        color: #fff;
    }

.level-1-icon {
    color: #fff;
    margin-right: 5px;
}
/*---------2nd Heading--------*/
.level-2-Heading {
    background: #2f6891;
    margin-bottom: 10px;
}

    .level-2-Heading > h2 {
        font-size: 18px;
        font-weight: 400;
        color: #fff;
    }
    
    div h2 {
        font-size: 18px;
        font-weight: 400;
        color: #fff;
    }
/*---------2nd Heading with icon--------*/
.level-2-icon-Heading {
    background: #366fa2;
    margin-bottom: 10px;
    color: #fff;
    min-height: 46px;
    line-height: 44px;
}

    .level-2-icon-Heading > span, .level-2-icon-Heading > i {
        font-size: 18px;
    }
/*--------------------------------*/
.level-2-icon-Heading-right {
    background: #366fa2;
    margin-bottom: 10px;
    min-height: 46px;
    line-height: 44px;
    padding: 0 15px;
    color: #fff;
}

.level-2-icon-Heading-right {
    font-size: 18px;
}

    .level-2-icon-Heading-right > i {
        font-size: 18px;
        float: right;
        line-height: 48px;
    }
/*---------3rdt Heading--------*/
.level-3-Heading {
    background: #d8e1e6;
    margin-bottom: 10px;
}

    .level-3-Heading > h3 {
        font-size: 16px;
        color: #265576;
    }
/*---------3rdt Heading with icon--------*/
.level-3-icon-Heading {
    background: #d8e1e6;
    margin-bottom: 10px;
    color: #265576;
    min-height: 46px;
    line-height: 46px;
}

    .level-3-icon-Heading > i {
        font-size: 16px;
    }

    .level-3-icon-Heading > span {
        font-size: 16px;
        font-weight: 600;
    }

/*---------4rth level Heading-----------*/
.pageContent h4 {
    font-size: 20px;
    font-weight: 600;
    /*line-height: 30px;*/
    /*color: #212529;*/
}

.pageContent h5 {
    font-size: 18px;
    font-weight: normal;
    line-height: 21px !important;
    /*color: #000;*/
}

.pageContent h6 {
    font-size: 17px;
    /*font-weight: 600;*/
    /*line-height: 30px !important;*/
    /*color: #000;*/
}

/*---------Alerts--------*/
.alert {
    font-size: 15px;
    border-radius: 0;
    padding: 12px 12px 2px 12px;
}

.alert-dismissible .close {
    padding: 10px;
}

.alert.alert-success {
    color: #596638;
    background: #e5efcd;
    border: 1px solid #aebf87;
}

.alert.alert-info {
    color: #345b68;
    background: #b9e8f8;
    border: 1px solid #8bc1d4;
}

.alert.alert-warning {
    color: #656033;
    background: #fcf8d3;
    border: 1px solid #b9b484;
}

.alert.alert-error {
    color: #dc3545;
    background: #f9e7e7;
    border: 1px solid #dc3545;
}
/*---------Buttons--------*/
.btn-custom {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-size: 15px;
    color: #fff;
    border-radius: 0;
    padding: 9px;
    min-width: 140px;
    cursor: pointer;
}


input::-ms-clear {
    display: none;
}

.btn-small {
    min-width: 40px;
    padding: 7px;
    margin-bottom: 10px;
    margin-left: -2px !important;
    border: 0;
    /*border-left: 5px solid #fff;*/
    width: 100%;
}

.btn-custom.btn-accept {
    background: #f67739;
    float: right;
    margin-left: 10px;
}
.bg-download{
    background-color:#1b7abd;
    color:white;
}
.bg-download:hover{
     color:white;
}
.align-download{
    line-height: 30px!important;
}

    .btn-custom.btn-accept:hover {
        background: #c55f2d;
        color: #fff;
    }

.btn-checkout {
    height: 46px !important;
}

.btn-custom.btn-next {
    background: #1b7abd;
    float: right;
    margin-left: 10px;
}

    .btn-custom.btn-next:hover {
        background: #126199;
        color: white;
    }

.btn-custom.btn-cancel {
    background: #93adc0;
    float: right;
    margin-left: 10px;
}

    .btn-custom.btn-cancel:hover {
        background: #126199;
        color: white;
    }

.btn-custom.btn-save {
    color: #1b7abd;
    background: none;
    border: 2px solid #1b7abd;
    float: right;
    margin-left: 10px;
    padding: 8px;
}

    .btn-custom.btn-save:hover {
        border: 2px solid #126199;
    }

.button-grid > .btn:not(:first-of-type) {
    /*margin-top: 0px;*/
}

.btn-default.btn-number {
    min-height: 40px;
}

.btn-default.btn-counter {
    min-height: 40px;
}

.btn-custom.cart-button {
    float: right;
    margin-left: 10px;
}

.qty-control {
    width: 125px;
    min-width: 100px;
}

.quantity-btn {
    width: 120px;
    margin: auto;
}

    .quantity-btn input {
        text-align: center;
    }

.btn-custom.btn-back:hover {
    color: white;
}

/*---------Acordions--------*/
.accordion.card {
    border: 1px solid rgba(0,0,0,.125) !important;
    margin-bottom: 1px;
    border-bottom: 0 !important;
    border-left: 0px !important;
    border-right: 0px !important;
}

.accordion.card .card-header {
    border-radius: 0;
    font-size: 16px;
    color: #fff;
    border-bottom: 0;
    border-left: 0px;
    border-right: 0px;
    padding: 11px 15px;
    background: #93adc0;
}

.faqs .accordion.card .card-header {
    background: #ffffff;
    color: black;
    margin-left: -10px;
}

.faqs .accordion.card .card-header.collapsed:before {
    float: left !important;
    content: "\f067";
    color: #1c7abd;
    margin-right: 10px;
}

.faqs .accordion.card .card-header:before {
    float: left !important;
    content: "\f068";
    padding-right: 5px;
    color: #1c7abd;
    margin-right: 10px;
}

.accordion.card .card-header .btn-link:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
}

.btn-link:hover, .btn-link:focus, .btn-link:active {
    text-decoration: none;
}

.accordion.card .card-header.active {
    background: #1b7abd;
}

.accordion.card .card-body {
    padding: 10px 15px 10px 15px;
}

.accordion.card .card-header:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
}

.accordion.card .card-header.collapsed:before {
    float: right !important;
    content: "\f067";
}

/*---------Videos--------*/
.video.card {
    margin-bottom: 10px;
        display: block !important;
}

.video.card > .video-item {
   margin-bottom: 10px;
   position: relative;
   /*max-height: 150px;*/
}

.video.card .play-icon {
    position: absolute;
    width: 60px;
    background-size: cover;
    height: 48px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    background: none;
}

.video.card .btn-link {
    padding: 0 5px 10px;
    display: inline-block;
}

.videos-section .video.card:hover {
    cursor: pointer;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
    transition: all 200ms ease-out;
    border-radius: 0;
}

.cat-vid-item {
    max-height: 170px;
    text-align: center; 
}

/*---------Forms--------*/
.form-sign-in .form-group, .form-sign-in .form-group label {
    margin-bottom: 0;
}

.form-group .form-control {
    padding: 10px 10px;
    min-height: 46px;
    font-size: 15px;
}

.row-group div {
    padding-left: 8px;
    padding-right: 7px;
}

    .row-group div:last-of-type {
        padding-right: 15px;
    }

    .row-group div:first-of-type {
        padding-left: 15px;
    }

    .row-group div:not(:first-of-type) {
        margin-top: 0px;
    }

.form-check {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.form-control > select option {
    padding-left: 0px;
    padding-right: 0px;
}

select.form-control { 
    word-wrap: normal !important;
}

.col-form-label {
      line-height: 2.1;
}

.validate {
    color: #ec081e;
}

.list-group-item {
    border-radius: 0 !important;
    padding: 12px 15px;
}

    .list-group-item.active {
        border-top: 1px solid #fff;
        background: #1b7abe;
    }

.card-profile-body {
    min-height: 100px;
    padding: 15px;
    border: 1px solid #dfe4e7;
    border-top: 0;
}

.nav-tabs .nav-link {
    border-radius: 0;
    border: 0;
    background: #93adc0;
    font-size: 15px;
    color: #fff;
    line-height: 30px;
}

    .nav-tabs .nav-link.active {
        background: #1b7abd;
        font-weight: 600;
        color: #fff;
    }

.nav-tabs {
    border-bottom: 1px solid #fff;
}

    .nav-tabs .nav-item {
        text-align: center;
        margin-right: 5px;
        min-width: 140px;
    }

.tab-content {
    border: 1px solid #dfe4e7;
    border-top: 3px solid #1b7abd;
    margin-top: 1px;
    padding: 15px;
}

section.main {
    margin-bottom: 20px;
}

.banner.main {
    margin-bottom: 10px;
}

.products {
    border-bottom: 1px solid #ddcece;
    /*margin-top: 15px;*/
    width: 100%;
}

.product-header {
    padding-left: 0;
}

    .product-header > a.btn-arrow {
        float: right;
        width: 28px;
        height: 28px;
        margin-left: 8px;
        text-align: center;
        line-height: 26px;
        color: #215577;
        border: 1px solid #215577;
    }

.breadcrumb {
    height: 42px;
    line-height: 18px;
    font-size: 14px;
    border-radius: 0;
    margin-bottom: 10px;
    list-style: none;
    background-color: #f5f5f5;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #ccc;
            content: "/\00a0";
        }

.maintenance-activity {
    background: lightgoldenrodyellow;
    font-size: 15px;
    color: black;
    color: black !important;
    padding: 10px;
    margin-bottom: 10px;
}

.maintenance-activity p.title {
    font-weight: 600 !important;
}

/**Category Sort By section Classes converted to Page Title**/
.modal.show .modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,220px);
    height: auto !important;
    min-height: auto !important;
}
.pageHeading {
    background-color: #f7a422;
}

.PageTitle {
    float: left;
}

.PageSubTitle h1 {
    float: left;
    padding: 0;
    margin-bottom: 15px;
}

.pageHeading h1 {
    color: #fff;
    font-weight: 400 !important;
    line-height: 32px;
    font-size: 20px;
    border-bottom: none;
    margin: 4px 0 0 0;
}

.pageHeading label {
    color: #fff;
}

.pageHeading .col-form-label {
    line-height: 1.3;
}

.pageHeading .form-group {
    margin-bottom: 0px;
}

.pageHeading .form-control {
    padding: .2rem .2rem;
}

    .pageHeading .form-control:not([size]):not([multiple]) {
        height: calc(2rem + 2px);
        min-height: 36px;
    }

.pageHeading-Control {
    float: right;
    width: 350px;
    padding: 10px;
}

.cat_filer_sec {
    background-color: #f9cb9c;
    padding: 10px;
    font-size: 14px;
display: inline-block;
    width: 100%;
}

/**Cards-End**/
/**Utility Classes**/
/**Padding Classes**/
.top5 {
    margin-top: 5px;
}

.top10 {
    margin-top: 10px;
}

.top15 {
    margin-top: 15px;
}

.top20 {
    margin-top: 20px;
}
/**Padding Classes - End**/
.back-to-top {
    position: fixed;
    display: none;
    background: orange;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    z-index: 11;
}

    .back-to-top i {
        padding-top: 12px;
        color: #fff;
    }

#main {
    padding-top: 140px;
}

/**Cards**/
/*.card-body {
    padding: 0 0 8px 0;
    line-height: 20px;
}

.card {
    border:0px;
}

.card-img-bottom {
    padding-top:5px;
}

.card > a > .photo {
    text-align: center;
    position: relative;
}

.card .photo img {
    margin: 0 auto;
    width: 100%;
    margin-top: -69px;
}

.card-training .photo{
    background-color:#205577;
}

.card-training img{
    width:35%!important;
    border-radius: 32px;
}

.card-training .photo{
    height:214px;
    background-color:#205577;
}

.card > a > .photo > .image > i {
    /*font-size: 21px !important;
    display: block;
    margin-left: -28px;
    margin-top: -22px;
}

.card> a > .photo > .image {
    position: relative;
    z-index: 2;
    width: 48px;
    height: 42px;
    line-height: 28px;
    vertical-align: middle;
    border-bottom: 32px solid transparent;
    border-right: 32px solid transparent;
    border-top: 32px solid #efefef;
    border-left: 32px solid #efefef;
}*/


/**Cards-End**/

/**Utility Classes - End**/
.scrolled {
    padding-top: 200px !important;
}
/* Rashid CSS */

.cat_title_sec {
    background-color: #f7a422;
    padding: 10px;
}

.cat_main_title {
    float: left;
}

.cat_title_sec h1 {
    color: #fff;
    padding: 0px;
    margin: 0px;
    font-weight: 400 !important;
    line-height: 32px;
    font-size: 20px;
    border-bottom: none;
}

.cat_title_sec label {
    color: #fff;
}

.cat_title_sec .col-form-label {
    line-height: 1.3;
}

.cat_title_sec .form-group {
    margin-bottom: 0px;
}

.cat_title_sec .form-control {
    padding: .2rem .2rem;
}

    .cat_title_sec .form-control:not([size]):not([multiple]) {
        height: calc(2rem + 2px);
    }

.sort_by_container {
    float: right;
    width: 350px;
}

.cat_filer_sec {
    background-color: #f9cb9c;
    padding: 10px;
    font-size: 14px;
}

    .cat_filer_sec p {
        margin-bottom: 0 !important;
    }

.cat_row {
    padding: 20px 0px;
    width: 100%;
    border-bottom: #d3d3d3 1px solid;
}

    .cat_row:hover {
        background-color: #fff9e6;
        transition: all .3s ease-in-out;
    }

    .cat_row .col-md-7 {
        padding: 0px;
    }

.cat_product_img img {
    display: block;
    margin: 0px auto;
    width: 100%;
}

.cat_product_img a {
    text-align: center;
    font-size: 12px;
    display: block;
}

.cat_product_img span {
    display: block;
    margin-top: 8px;
    font-weight: bold;
    color: #000;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    word-wrap: break-word;
}

.cat_product_img p {
    display: block;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    word-wrap: break-word;
}

.cat_product_detail {
}

    .cat_product_detail h3 {
        color: #085394;
        margin-bottom: 10px;
    }

    .cat_product_detail p {
        font-size: 14px;
        margin-bottom: 3px;
    }
.cat_product_detail h5{
    margin-bottom:0.3rem;
}

.cat_price_detail {
    font-size: 14px;
}

.cat_price_detail_row {
    /*border-top: 1px solid #d3d3d3;*/
    padding: 0px 0px 5px 0px;
    color: #a8a8a8;
}

    .cat_price_detail_row span {
        float: right;
        display: block;
    }

.clr-black {
    color: #000;
}

.relative {
    position: relative;
}

.pad-left-right {
    padding-left: 10px;
    padding-right: 10px;
}

.right-filters {
    width: 40px;
    padding: 0px;
    background-color: #ffffff00;
}

    .right-filters.btn.focus, .right-filters.btn:focus:not(.btn-accept) {
        box-shadow: none;
        background-color: #ffffff00;
        color: #000;
    }

/*.btn.focus, .btn:focus:not(.btn-accept) {
    box-shadow: none;
    background-color: #073763;
    color: white;
    border-color: #073763;
}*/

.dropdown-menu {
    top: unset;
    /*right: 0;
    left: unset;*/
}

.dropdown-menu-category {
    min-width: auto !important;
    border-radius: 0;
    background-color: #EEEEEE;
    border: 1px solid #EEEEEE;
    padding: 5px 0px;
    left: auto;
    right: 0;
}

.dropdown-toggle::after {
    margin-left: 0px !important;
    margin-right: 4px;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: none;
}

.dropdown-menu-category .dropdown-item > label {
    margin-bottom: 0px;
    color: black;
    font-size: 13px;
}

.dropdown-menu-category .dropdown-item:hover {
    background-color: #EEEEEE;
}

.dropdown-menu-category input[type=checkbox] {
    /*vertical-align: middle;*/
    margin-right: 2px;
}

.sub-cat-icon {
    background: url('/img/buffer-icon.png');
    height: 17px;
    width: 19px;
    float: left;
    margin: 2px 5px 0 1px;
    padding: 5px;
    background-size: contain;
    background-repeat: no-repeat;
}

.classification-div .sub-cat-icon {
    height: 20px;
}


/*My Account Icons by Amir*/
.WEB_BASED {
    background: url('../../img/web-base_icon.png');
    float: left;
    padding: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 4px 0px;
}

.ONLINE {
    background: url(../../img/book_icon.png);
    float: left;
    padding: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 4px 0px;
}

.PRINT_PDF_DOWNLOAD {
    background: url('../../img/pdf_book_icon.png');
    float: left;
    padding: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 4px 0px;
}

.benefit_icon {
    background: url('../../img/benefit_icon.png');
    float: left;
    padding: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 2px 0px;
}

.filter-remove-icon {
    background: url(../../img/clearfilter.gif);
    cursor: pointer;
    background-repeat: no-repeat;
    padding: 0px 10px;
}

.benefit_detail a,.benefit_detail a>span{
    color: #007bff!important;
}

.btn-arrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}

/*Added by Anwar*/
.red_span {
    color: #dc3545;
    display: block;
}

.price_slide {
    margin-top: 15px;
    margin-bottom: 15px;
}

.filter_icon {
    display: none;
}

.filter_collapse {
    display: block;
}

.btn-close {
    display: none !important;
}

.filters label {
    margin-bottom: 0px;
}

.p_Avail {
    float: left;
    padding-right: 5px;
}

.badge-notify {
    display: none;
}

.badge-notify {
    display: none;
}
/*.pageContent .container {
        padding: 0px;
    }*/

.btn-default {
    background-image: none;
    background-color: #0076c0;
    color: #fff;
    font-family: Arial;
    text-shadow: none;
    border-radius: 0px 5px 5px 0px !important;
}

/*Start Shopping Cart Css*/
.strong {
    font-weight: 600;
}

:root {
    /* larger checkbox */
}

    :root label.checkbox-bootstrap input[type=radio] {
        /* hide original check box */
        opacity: 0;
        position: absolute;
    }

        :root label.checkbox-bootstrap input[type=radio] + span.checkbox-placeholder {
            width: 14px;
            height: 14px;
            border: 1px solid;
            border-radius: 3px;
            /*checkbox border color*/
            border-color: #737373;
            display: inline-block;
            cursor: pointer;
            margin: 0 7px 0 -20px;
            vertical-align: middle;
            text-align: center;
        }

        :root label.checkbox-bootstrap input[type=radio]:checked + span.checkbox-placeholder {
            background: #1b7abd;
        }

            :root label.checkbox-bootstrap input[type=radio]:checked + span.checkbox-placeholder:before {
                display: inline-block;
                position: relative;
                vertical-align: text-top;
                width: 5px;
                height: 9px;
                /*checkmark arrow color*/
                border: solid white;
                border-width: 0 2px 2px 0;
                /*can be done with post css autoprefixer*/
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
                content: "";
            }

        :root label.checkbox-bootstrap input[type=radio]:disabled + span.checkbox-placeholder {
            background: #ececec;
            border-color: #c3c2c2;
            position: absolute;
        }

        :root label.checkbox-bootstrap input[type=radio]:checked:disabled + span.checkbox-placeholder {
            background: #d6d6d6;
            border-color: #bdbdbd;
        }

        :root label.checkbox-bootstrap input[type=radio]:focus:not(:hover) + span.checkbox-placeholder {
            outline: 1px dotted black;
        }

    :root label.checkbox-bootstrap.checkbox-lg input[type=radio] + span.checkbox-placeholder {
        width: 26px;
        height: 26px;
        border: 2px solid;
        border-radius: 0;
        border-color: #1b7abd;
    }

    :root label.checkbox-bootstrap.checkbox-lg input[type=radio]:checked + span.checkbox-placeholder:before {
        width: 9px;
        height: 13px;
        border: solid white;
        border-width: 0px 3px 3px 0;
        margin-top: 2px;
    }

.shipping-card {
    border: 1px solid #e1e1e1;
    padding: 5px 10px;
    min-height: 112px;
    max-width: 224px;
}

    .shipping-card.odd {
        margin-right: 10px;
    }

    .shipping-card.even {
        margin-left: 10px;
    }

.level-1-Heading.order-success {
    background-color: green;
    text-align: left !important;
    padding: 0;
}

.level-1-Heading.order-failed {
    background-color: red;
    text-align: left !important;
    padding: 0;
}

.order-success {
    background-color: #e5f2e5;
    padding: 0 0 15px 0;
}

.fa-edit, .fa-address-card-o {
    cursor: pointer;
}

.order-failed {
    background-color: #f0dede;
    padding: 0 0 15px 0;
}

.nofontWeight {
    width: 100%;
    margin-bottom: 0;
}

.shopping-cart-item {
    margin-bottom: 15px;
}

.shopping-cart-title {
    line-height: 26px !important;
}

.cart-price {
    font-weight: 700;
    color: #ea7024;
    font-size: 15px;
    text-align: left;
}

.cart-seperater {
    border-width: 2px !important;
    margin-bottom: 5px;
}

.subtotal {
    text-align: right;
    font-weight: 700;
    font-size: 20px;
}

.summary .table {
    font-size: 12px;
}

    .summary .table > tbody td {
        padding: .75rem !important;
        text-align: right;
    }

.estimate {
    /*text-transform: uppercase;*/
    font-weight: bold;
    font-size: 16px;
    background-color: #faf2cc;
}

    .estimate td {
        color: green;
    }

.change-ship {
    border: 1px solid #efefef;
    padding: 10px 10px 0px;
    font-size: 12px;
    margin-bottom: 10px;
}

    .change-ship label {
        font-size: 16px;
    }

.promo-input {
    width: 65%;
    float: left;
    margin-right: 5%;
}

.remove-button {
    line-height: 30px;
    cursor: pointer;
    color: #007bff !important;
}

.remove-promotion {
    line-height: 30px;
    cursor: pointer;
    color: #007bff !important;
    float: right;
    text-decoration: underline !important;
}

.remove-button:hover {
    text-decoration: underline !important;
}

.order-padding {
    padding: 0 200px;
}
/*End Shopping Cart Css*/

/*Start Catlogue Css*/
.summaryCatalog {
    background: #faf2cc;
}

.summaryCatalog table {
    margin-bottom: 0;
}

.summaryCatalog tr td, .summaryCatalog tr th {
    font-size: 12px;
}

.catalog-height {
    height: 90%;
}

/*End Catlogue Cart Css*/

.input-group .custom-select:not(:last-child), .input-group .form-control:not(:last-child) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

/*Dialogue Modal*/
.confirmation-modal .modal-header {
    border: none;
    background: #215577;
    border-radius: 0;
}

.confirmation-modal .modal-header {
    border: none;
    background: #215577;
    border-radius: 0;
}

    .confirmation-modal .modal-header h5.modal-title {
        font-size: 18px;
        color: #fff;
        margin-bottom: 2px !important;
    }

.modal-header .close, .modal-header .close:hover {
    opacity: initial;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
}

.confirmation-modal .modal-header .close {
    color: #fff;
}

    .confirmation-modal .modal-header .close:hover {
        opacity: 0.9;
    }

.confirmation-modal .btn-custom {
    min-width: 100px;
}

.input-group-lg > .form-control {
    font-size: 15px !important;
}

.mr-14 {
    margin-right: 8px;
}

.ml-8 {
    margin-left: 8px;
}

.mr-2x {
    margin-right: 2px !important;
}

.mr-8 {
    margin-right: 8px !important;
}

.mr-6 {
    margin-right: 6px !important;
}

.form-control, .btn-default {
    border-radius: 0 !important;
    background-clip: initial;
    font-size: 15px;
}

/**Which one is correct?**/
a:hover, a:focus {
    text-decoration: none !important;
    outline: 0 !important;
}


a:hover, a:focus {
    text-decoration: none !important;
    outline: 0 !important;
    /*background: transparent !important;*/
    /*border: 1px solid #0056b3;*/
}

p {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: normal;
}


button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.back-to-top {
    position: fixed;
    display: none;
    background: orange;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    z-index: 11;
}

    .back-to-top i {
        padding-top: 12px;
        color: #fff;
    }

.btn-form {
    float: left;
    padding: 7px 20px;
    min-width: 100px;
}



.filter-notify {
    display: none !important;
}

.icon-cross {
    color: #fff;
    /*position: absolute;*/
    /*right: 6px;
    padding: 0;*/
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 20px;
}

/*////////////////// Home Css//////////////////////////*/
.col-lg-3 .stickySummary, .col-md-3 .stickySummary, .col-sm-3 .stickySummary,
.col-lg-3.stickySummary, .col-md-3.stickySummary, .col-sm-3.stickySummary {
    top: 75px;
    position: fixed;
    bottom: 0;
    margin-top: 10px;
    max-width: 265px;
}

.carousel {
    /*max-height: 250px;*/
    display: inline-flex;
}

.carousel-caption {
    left: 52px;
    bottom: 0;
    text-align: left;
    top: 15px;
    padding-top: 0;
    padding-bottom: 0;
    height: 200px;
    right: 26%;
}

.carousel-indicators .active {
    background-color: orange;
}

.carousel-caption > p {
    width: 70%;
    color: #000;
    margin: 15px 0;
}

.carousel-caption h3 {
    color: #000;
    font-size: 28px;
    margin-top: 10px;
    background: none !important;
    padding-left: 0;
    width: 70%;
    line-height: 32px !important;
    cursor: pointer;
}

.carousel-indicators li {
    width: 15px !important;
    height: 15px !important;
    border-radius: 50%;
    box-shadow: -1px 1px rgba(0, 0, 0, .5);
}

.advertising {
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
}

.main.card h1 {
    font-size: 18px;
    padding: 13px 15px;
    line-height: 20px !important;
    font-weight: normal;
    max-height: 46px;
}

.card-primary {
    color: #fff !important;
    background: #275576;
    border-radius: 0 !important;
}

.card-summary {
    color: #fff !important;
    background: #555;
    border-radius: 0 !important;
}

.card-primary-body {
    padding: 15px;
    border: 1px solid #dfe4e7;
    border-top: 0;
    min-height: 460px;
    max-height: 460px;
    overflow-y: auto;
}

.text-item {
    margin-bottom: 20px;
    position: relative;
}

.faq-elipsis {
    max-width: 420px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.faqs p {
    margin: 0 !important;
}

.card-primary-body .faqs {
    min-height: 385px;
    max-height: 385px;
    overflow-y: auto;
    margin: -15px;
}

.view-more-faqs {
    padding: 7px 15px 0 15px;
    background: #fff;
    position: absolute;
    bottom: 22px;
    width: 99%;
}

.catalogue-tr .card-body, .catalogue-tr .card {
    background: #fff !important;
    z-index: 2;
}

.catalogue-tr .card-title {
    margin-bottom: 5px;
    background: #fff;
}

.catalogue-tr {
    background: #fff;
    z-index: 2;
    margin: -5px -15px 0 -15px;
    padding: 5px 15px 0 15px;
}

.catalogue-div .card-body, .catalogue-div .card {
    background: #eeeeee;
    z-index: 2;
}

.catalogue-div.training,.catalogue-div.training .card-body, .catalogue-div.training .card-title, .catalogue-div.training .card {
    background: #fff !important;
}

.catalogue-div .card-title {
    margin-bottom: 8px;
    background: #eeeeee;
}

.catalogue-div {
    background: #eeeeee;
    z-index: 2;
    margin: -5px -15px 0 -15px;
    padding: 5px 15px 0 15px;
}

.text-item > .play-inactive {
    background: url(../../img/YouTube-Play-inActive.png) no-repeat;
    position: absolute;
    width: 56px;
    background-size: cover;
    height: 40px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

    .text-item > .play-inactive:hover {
        background: url('../../img/YouTube-Play.png') no-repeat;
        position: absolute;
        width: 56px;
        background-size: cover;
        height: 40px;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

.text-link-bolded {
    font-weight: 600;
    color: #085394 !important;
}

.card-img-top {
    border-radius: 0;
}

.align-bottom {
    bottom: 15px;
    position: absolute;
}

#main {
    padding-top: 140px;
}

.btn-info, .btn {
    border-radius: 0 !important;
}

a.card-title {
    display: block;
    max-width: 200px;
}

.elipsis-1 {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 22px !important;
}

.elipsis-2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 46px !important;
}

.elipsis-3 {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 62px !important;
}

.custom-elipsis-3 {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 62px !important;
    height: 62px !important;
}

.custom-elipsis-2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 65px;
}

/**Training Cards**/
.photo-training {
    background: #fff;
    height: 194px;
    padding-top: 10px;
    text-align: center;
    position: relative;
}

.tr-titles {
    font-weight: 600;
    line-height: 18px;
    margin: 10px 0;
    color: #005c90;
    min-height: 38px;
    max-height: 38px;
}

.tr-levels {
    background: #275576;
    min-height: 35px;
    line-height: 34px;
    font-weight: 600;
    color: orange;
    margin-bottom: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
}

    .tr-levels > span.level {
        margin-right: 5px;
        display: inline-block;
    }

    .tr-levels > span.skills {
        background: #003756;
        padding: 0px 10px;
        border-radius: 10px;
        color: #fff;
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
        margin-top: -3px;
    }

.photo-training img {
    height: 80px !important;
    width: 80px !important;
}

.ul-disciplines {
    padding-left: 18px;
    text-align: left;
    font-size: 12px;
}

    .ul-disciplines > li {
        width: 100%;
        margin-bottom: 3px;
    }

.training-section .card-body {
    background: #ecf1f5;
    min-height: 66px;
}

.owl-next, .owl-prev {
    display: none !important;
}

.custom-container {
    background: #ecf1f5;
    min-height: 265px;
    padding-top: 20px;
    margin-bottom: 24px;
}

.fa-angle-right:before {
    margin-left: 3px;
}

.fa-angle-left:before {
    margin-left: -1px;
}

a.btn-arrow:hover {
    background: #215577 !important;
    color: #fff !important;
}

.tr-carousel > .carousel-inner {
    min-height: 265px !important;
}

.tr-carousel.carousel {
    min-height: 265px !important;
    width: 100%;
}

.anchor-training {
    display: inline-block !important;
}

/**Cards**/
.card-body {
    padding: 0;
    line-height: 20px;
}

.card {
    border: 0px;
    margin-bottom: 10px;
}

.card-img-bottom {
    /*padding-top: 5px;*/
}

.card > a > .photo {
    text-align: center;
    position: relative;
}

.card .photo img {
    /*margin: 0 auto;*/
    width: 100%;
    border-radius: 0;
}

.card-training .photo {
    background-color: #205577;
}

.card-training img {
    width: 35% !important;
    border-radius: 32px;
}

.card-training .photo {
    height: 214px;
    background-color: #205577;
}

.card > a > .photo > .image > i {
    /*font-size: 21px !important;*/
    display: block;
    margin-left: -28px;
    margin-top: -22px;
}

.card > a > .photo > .image {
    position: relative;
    z-index: 2;
    width: 48px;
    height: 42px;
    line-height: 28px;
    vertical-align: middle;
    border-bottom: 32px solid transparent;
    border-right: 32px solid transparent;
    border-top: 32px solid #efefef;
    border-left: 32px solid #efefef;
}

.hidden {
    display: none;
}

a.anchor-hover:hover .photo-training div.hidden {
    position: absolute;
    top: 0;
    line-height: 194px;
    display: block;
    background: #003756;
    opacity: 0.9;
    padding: 0 10px;
    width: 100%;
}

div.hidden span {
    color: #fff;
    display: inline-block;
    line-height: normal;
    vertical-align: top;
    padding-top: 15px;
}

.ml-m-15 {
    margin-left: -15px;
}

.mr-m-15 {
    margin-right: -15px;
}

.div-fl {
    float: left;
}

.div-fr {
    float: right;
}

/*Added by Wajahat Khan*/
.item-classification-menu {
    min-height: 85px;
}

/*Collection Detail*/
.icon {
    padding: 0 5px;
    width: 30px;
}

.headings {
    font-weight: 600;
}

.div-heading {
    font-weight: 600;
    background: lightgray;
    padding: 10px 0px 10px 10px;
}

.item-code {
    padding: 5px 0px !important;
}

.divtable .tr {
    overflow: hidden;
    clear: both;
    /*border: 1px solid #ccc;*/
}

.divtable .div-tr {
    border-bottom: 1px solid #ccc;
}

.divtable .th,
.divtable .td {
    padding: 5px 10px;
    float: left;
}

.accordion-toggle {
    /*padding: 0 20px;*/
}

.datepicker table td {
    display: table-cell !important;
}

.formats-header {
    /*font-size: 12px;*/
    /*font-weight: bold;*/
    margin-bottom: 5px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.custom-span {
    font-weight: normal;
    font-size: 13px;
}

.format-table {
    margin: 0;
    padding: 0px 0px 5px 0px;
}

.product-description {
    padding: 0px 15px 0px;
    border-right: 1px dotted #333;
    /*font-size: 14px;*/
}

.product-image {
    float: left;
    padding: 15px;
    width: 100%;
}

    .product-image img {
        width: 100%;
    }

.product-detail {
    clear: left;
    padding-top: 10px;
}

.member-price {
    width: 100%;
}

.price-active {
    color: #ea7024 !important;
    font-size: 15px;
    font-weight: 600;
}

.price-label-active {
    font-size: 14px;
    font-weight: normal;
}

.price-grey {
    color: rgba(85,85,85,.4);
}

.price-info {
    padding: 0px 0px 0px 7px;
}

.price-inactive {
    color: rgba(85,85,85,.4);
}

.price-container {
    /*border: 1px solid #ccc;*/
    padding: 0px 0px 5px 0px;
    font-size: 14px;
}

.bb-none {
    border-bottom: 1px solid #ccc;
}

.bt-none {
    border-top: 1px solid #ccc;
    padding-top:5px;
}

.summary-Box {
    border: 1px solid orange;
    background-color: #faf2cc;
    padding: 7px 10px 3px 10px;
    margin-top: 5px;
    font-size: 14px;
    word-wrap: break-word;
}

    .summary-Box .form-control {
        font-size: 14px;
    }

    /*.summary-content {
        margin-top: 5px;
        margin-bottom: 5px;
}*/

    .summary-Box h4 {
        padding: 0px 1px 10px;
    }

.btn-default {
    background-image: none;
    background-color: none;
    background-color: #0076c0;
    color: #fff;
    font-family: Arial;
    text-shadow: none;
    border-radius: 0px !important;
}

.cart-button {
    /*float: left;
    clear: left;*/
    width: 100%;
}

/*.btn-primary {
    background-color: #ea7024;
    border-color: #ea7024;
}*/

/*.btn-primary:hover {
        background-color: #b8581d !important;
        border-color: #b8581d;
    }*/

.btn.disabled, .btn:disabled {
    background-color: #e0e0e0;
}

.accordion-toggle i:before {
    content: "\f102";
}

.accordion-toggle.collapsed i:before {
    content: "\f103";
    font-size: 16px;
}

.selected {
    background-color: #faf2cc;
}

.collection-grid .form-control {
    min-height: 0px !important;
}

.summary-Box p {
    margin-top: 0;
    margin-bottom: 5px;
}

.toggle-description {
    padding-left: 50px;
}

.toggle-description ul {
    padding-left: 40px;
    list-style-type: disc !important;
}

.item-format {
    padding-left: 20px;
}

.collection-div ul {
    list-style-type: none;
}

.description-note ul {
    list-style-type: disc;
    margin-bottom: 0px;
}

.description-note {
    max-height: 200px;
    overflow-y: auto;
}

.left-panel {
    min-height: 600px;
}

.coll-row {
    padding: 5px 5px 5px 10px;
}

.height-auto {
    height: auto;
}

.item-description-div p, .item-description-div, .item-description-div span, .item-description-div font {
    /*font-size: 15px !important;*/
    width: 100%;
}

.catalog-summary {
    border: 1px solid orange;
    background-color: #faf2cc;
    max-width: 262px;
    cursor: pointer;
    margin: 0 auto;
}

.catalog-heading {
    background-color: #6aa84f;
    color: white;
    font-size: 18px;
    font-weight: normal !important;
    margin-bottom: 0px !important;
    padding: 0 15px 0 15px !important;
}

.catalog-content {
    padding: 10px 5px 0 5px;
}

.catalog-container {
    /*display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;*/
    justify-content: center;
    align-items: center;
}

.popover-close {
    position: relative;
    top: 8px;
    right: 0px;
    color: #265576 !important;
    font-weight: 600 !important;
}

/*Publication Detail*/

/*Steps css*/
.stages {
    background-color: #eee;
}

ul.stages > li {
    margin-left: 2px;
}

    ul.stages > li:first-child > .li-content {
        padding-left: 10px;
    }

    ul.stages > li .dropdown-menu {
        background-color: #eee;
    }

    ul.stages > li:first-child > .li-content::before {
        border-top: 0px solid transparent !important;
        border-left: 0px solid #FFF !important;
    }

    ul.stages > li > .li-content {
        background-color: #eee;
        color: #c8c8c8;
        font-size: 15px;
        font-weight: 500;
        padding-left: 15px;
        line-height: 20px;
        padding-top: 10px;
        padding-bottom: 12px;
    }

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.item-boxes .stage-code {
    font-weight: bold;
    font-size: 12px !important;
}

.stage-date {
    float: right;
    font-size: x-small;
    padding-left: 5px;
    /*color: #c4c4c4;*/
}

.stage-title {
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
}

.dropdown-menu-content {
    margin: 12px 0px !important;
}

    .dropdown-menu-content > li {
        white-space: normal;
        padding: 5px 15px 5px 15px;
        /*border-top: 1px solid white;*/
    }

    .dropdown-menu-content a {
        text-decoration: none;
        background-color: transparent;
    }

.stages .stage-link {
    color: #007bff !important;
    cursor: pointer;
}

.files-list {
    list-style-type: disc !important;
    font-size: 13px;
    font-weight: normal;
}

ul.stages > li > .li-content::before {
    content: "";
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 10px solid #FFF;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}

ul.stages > li > .li-content::after {
    content: "";
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 10px solid #eee;
    position: absolute;
    right: -10px;
    top: 0;
    z-index: 10;
}

.li-content > a:first-child {
    color: #343a40;
}

ul.steps > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 1px solid lightgray;
    padding: 10px 40px 10px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.open > a > .caret:before {
    content: "\f106";
}

.stages .open {
    background-image: none;
    box-shadow: none;
    background-color: transparent;
    color: #000;
}

.add_information tr {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.add_information th, .add_information td {
    padding: 8px 8px !important;
    border: 0;
}

.add_information th {
    width: 33%;
}

.add_information .table-striped tbody tr:nth-of-type(even) {
    background-color: #f9f9f9;
}

.video_model .modal-dialog {
    max-width: 600px;
}

/*End*/
.revision-div {
    background-color: #fcf8e3;
    padding: 5px 5px 5px 15px;
    border-radius: 4px;
    /*min-height: 120px;*/
}

.rev-caret {
    /*padding-left: 50%;*/
    font-size: 30px;
    /*padding-top: 40px;*/
    color: #c1c1c1;
}

.div-caret {
    display: flex;
    display: -ms-flexbox; 
    align-items: center;
    text-align: center;
    justify-content: center;
    -ms-flex-pack: center;
}

.kit-div {
    background-color: #cee0e6;
    padding: 5px 10px 5px 10px;
    border-radius: 4px;
    /*min-height: 120px;*/
}

.item-description p:last-child {
    margin-bottom: 0px !important;
}

.item-description ul {
    list-style-type: disc;
}

.item-description ol,.item-description ul {
    margin-bottom:8px;
}
.item-description ul:last-child {
    margin-bottom: 0px !important;
}

.sub-cat-toggle-icon {
    position: absolute;
    right: 20px;
    top: 8px;
    color: #f8f9fa;
    z-index:1;
}

.caret-right-icon {
    background: url(../../img/caret-right5.png);
    height: 16px;
    width: 16px;
    margin: 0px -4px 0px -2px;
    padding: 0 10px;
    position: relative;
    top: 2px;
}

.classification-div {
    background-color: lightgrey;
    padding: 5px;
}

.sub-cat-name {
    height: 20px;
    width: 25px;
    float: left;
}

.show-cart-btn{
    display:block;
}
.hide-cart-btn{
    display:none;
}

#CategoriesContainer .jstree-container-ul  > li > a {
    font-weight:700;
}
#CategoriesContainer .jstree-default,#CategoriesContainer .jstree-hovered {
    background: none !important;
}
#CategoriesContainer .jstree-default,#CategoriesContainer .jstree-wholerow-hovered {
    background: none !important;
}
#CategoriesContainer a,#CategoriesContainer div,#CategoriesContainer li {
    cursor: default;
}
#CategoriesContainer .jstree-default,#CategoriesContainer .jstree-wholerow-clicked{
    background:none !important;
}
/* Update by Asad*/

.my-profile-icon {
    display: none;
}

#menu-right {
    display: block;
}

#information-block {
    display: block;
}

.width-per-85 {
    width: 85%;
    display: inline-block;
    margin-bottom: 0;
}


/*START: BlockUI*/
.divLoading {
    background-color: white;
    /*width: px;*/
    height: 100%;
    vertical-align: middle;
    text-align: center;
    /*border: 1px solid rgb(220, 220, 220);*/
    box-shadow: 0px 3px 7px rgba(0,0,0,0.3);
    position: relative;
    margin: 0px auto;
}

    .divLoading .divLoadingContent {
        position: absolute;
        top: 23%;
        width: 100%;
    }

        .divLoading .divLoadingContent img {
            border: 0px;
        }
/* End */

.category-banner {
    line-height: 105px;
    position: relative;
}

    .category-banner span {
        font-weight: 600;
        position: absolute;
        top: 0;
        display: inline-block;
        vertical-align: middle;
        /*padding-left: 15px;
        font-size: 26px;*/
        padding-left: 30px;
        font-size: 32px;
        color: #fff;
        left: 0px;
    }

    .category-banner img {
        width: 100%;
        height: 105px;
    }

.checkbox-label {
    display: block;
    padding-left: 20px;
    text-indent: -20px;
}

.checkbox-input {
    padding: 0;
    margin: 0;
    vertical-align: text-bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}

.divLoading .divLoadingContent span.sLoadingText {
    color: rgb(0, 114, 198);
    font-family: 'Segoe UI Light', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 1.4em;
    margin-left: 8px;
}

.alert-animation {
    /*opacity: 0;*/
    display: none;
    height: auto !important;
}

/*BAR Between Title*/
.bar {
    float: left;
    padding-right: 4PX;
}
/*Tooltip DISCIPLINE*/
.tooltip-disciplines {
    width: 300px;
}

.listIPPermission .fa {
    float: right;
}

.listIPPermission .fa-close {
    color: red;
}

.border-bottom-orange {
    border-bottom: 2px solid orange;
    padding: 5px 0px 5px 0px;
}

.border-bottom-gray {
    border-bottom: 1px solid gray;
    padding: 5px 0px 5px 0px;
}

.placeHolder {
    color: #6b747c;
    font-size: 12px;
    font-style: italic;
}

.card-header {
    cursor: pointer;
}

.right-menu-view-profile {
    padding-left: 0px !important;
}

#AddAddressModalPopup .modal-dialog  {
    max-width: 650px !important;
}

#showbatchinmobile {
    display: none;
}

.trainig-mobile-menu {
    display: none;
}
.color-red{color:#dc3545!important;}
.pd-img{padding-left:1rem;padding-bottom:1rem;}
/*MultiLine Elipsis*/ 
.ellip {
  display: block;
  height: 100%;
}
.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%;
}
.ellip,
.ellip-line {
 height:64px;
  overflow: hidden;
}
.redspan{color:#dc3545;}
.td-stock{width: 85px;display: block;float: left;}
.pl-20px{padding-left:20px!important;}
@media (max-width: 360px) {
    .item {
        margin-top: -7px;
        width: 135px;
        margin-left: 15px;
    }

    .carousel-inner .catalogue {
        width: 140px !important;
    }

    .catalogue-div .fixed_home_page_images,.catalogue-div .max_home_page_images {
        max-width: 120px !important;
        height: auto !important;
    }

    .item .fixed_home_page_images {
        line-height: normal !important;
    }

    .item .max_home_page_images {
        max-width: 120px !important;
        max-height: 194px !important;
        width: 150px !important;
        height: auto !important;
    }

    .custom-float-none {
        float: none !important;
        padding-right: 0px !important;
        text-align: center;
        padding-left: 0px !important;
    }

    .product-description img {
        padding-bottom: .5rem !important;
    }

    .product-header > a.btn-arrow {
        width: 24px;
        height: 28px;
    }

    .catalogue-div {
        padding: 5px 2px 0 5px;
        margin: -5px -25px 0 -15px;
    }

    #showbatchinmobile {
        display: none;
    }
    .closeVideo {
        display: none !important;
    }
    .pd-img{padding-left:0rem;padding-bottom:0rem;}

}

@media (max-width: 325px) {
    .carousel-caption .btn.btn-info {
        font-size: 14px;
    }

    .custom-elipsis-2 {
        height: 18px !important;
        -webkit-line-clamp: 1;
    }

    .carousel-caption h3 {
        font-size: 14px !important;
        margin-top: 0px;
        width: 100%;
    }

    #showbatchinmobile {
        display: none;
    }
}

@media(max-width:424px) {
    .recaptcha-publication, .recaptcha-training, .recaptcha-technicalSupport, .recaptcha-Update, .recaptcha-Cancel, .recaptcha-Current, .recaptcha-New {
        margin-top: -10px;
    }

    .breadcrumb {
        font-size: 12px;
    }

    .padding_right_15 {
        padding-right: 15px !important;
    }

    #showbatchinmobile {
        display: none;
    }
}

@media (min-width: 575px) {
}

@media (max-width: 575px) {
    pre {
         display: inline-block; 
    }
    .shipping-card {
        max-width: 100% !important;
        margin-right: 0 !important;
    }

    .review-order .btn-custom {
        min-width: 120px;
    }

    .recaptcha_label {
        display: none !important;
    }

    .recaptcha-invalid-text {
        margin-left: 0 !important;
    }

    .pageContent .container {
        padding: 0px 15px;
    }

    .tooltip-disciplines {
        width: auto !important;
    }

    .row-group div:not(:first-of-type) {
        margin-top: 15px;
    }

    .row-group div {
        padding-left: 15px;
        padding-right: 15px;
    }

    .subtotal {
        text-align: left;
        font-size: 16px;
    }

    .cart-price {
        text-align: right !important;
        font-size: 16px;
    }

    .carousel-caption > p.carousel-subhead {
        display: none !important;
    }

    .login-profile li {
        padding: 0 0 0 5px !important;
    }

    #showbatchinmobile {
        display: none;
    }
}

@media (max-width: 600px) {
    .products a {
        display: none;
    }

    #showbatchinmobile {
        display: none;
    }

    #category-nav-id .order-sm-1 {
        padding-left: 15px;
    }
}

@media(max-width:767px) {
    #category-nav-id .order-sm-1 {
        padding-left: 12px;
    }

    .orderNumber {
        display: block !important;
    }

    .orderlink {
        padding-left: 0px !important;
    }

    .download {
        display: none !important;
    }

    .right-menu-view-profile {
        padding-left: 15px !important;
    }

    #menu-right {
        display: none;
    }

    #showbatchinmobile {
        display: none;
    }

    #showBatchUnsubscribe {
        display: none;
    }

    #News_information-block {
        display: none;
    }

    .my-profile-icon {
        display: block !important;
    }

    .card-primary-body.videos {
        min-height: 100%;
    }

    .cat_row {
        padding: 20px 0 0 0 !important;
    }

    .cat_price_detail_row span {
        display: block;
        float: right;
    }

    .cat_price_detail {
        margin-top: 10px !important;
    }

    .cat_row .col-9 {
        padding-left: 0px;
    }

    .btn-next-mobile, .btn-accept-mobile {
        margin-bottom: 10px;
    }

    .video_model .modal-dialog {
        max-width: 500px;
    }

    .trainig-mobile-menu {
        display: block;
        margin-top: -10px;
    }

    /*.bb-none {
        border-right-style: solid !important;
        border-bottom-style: none !important;
    }*/
    .grid-title-padd{
        padding-left:35px;
    }
}

@media (max-width: 410px) {
    .orderQuest h2 {
        line-height: 25px !important;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .pageHeading-Control {
        width: 100% !important;
    }

    #showbatchinmobile {
        display: none;
    }

    .trainig-mobile-menu {
        display: block;
        margin-top: -15px;
    }
}
/*normal desktop*/
@media (max-width: 991px) {
     .orderQuest {
        order: 2 !important;
        margin-top: 15px;
    }
}

@media (max-width: 992px) {
    .catalog-height {
        height: auto !important;
    }

    .cat-vid-item {
        margin: 0 auto; 
    }

     .trainig-mobile-menu {
        display: block;
        margin-top: -15px;
    }

    .btn-checkout {
        display: none !important;
    }

   

    .pageHeading-Control {
        float: right;
    }

        .pageHeading-Control label {
            display: none;
        }

    .filter_collapse {
        display: none;
    }

    .cat_sec {
        margin-top: 0px;
    }

    .selected {
        background-color: white;
    }

    .container {
        max-width: 100%;
    }
    .w-lg-img {
            width: 100%;
        }
    #information-block.main.card h1 {
        max-height: 46px!important;
    }
}

@media (max-width: 991px) {
    .cat_product_img img {
        width: 80%;
    }

    .cat_product_img span, .cat_product_img a, .tooltip-elipsis {
        display: none !important;
    }

    .cat_product_img p {
        display: none;
    }

    .cat_price_detail {
        margin-top: 0px;
    }

    .cat_price_detail_row span {
        display: block;
        float: right;
    }

    .cat_title_sec label {
        display: none;
    }

    .cart-btn-div {
        margin-top: 0px !important;
    }

        .cart-btn-div > .btn-custom.cart-button {
            float: none !important;
            margin-left: 0px !important;
        }

    .carousel-caption h3 {
        font-size: 18px;
        left: 25px;
        line-height: 18px !important;
        max-width: 450px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .custom-elipsis-2 {
        height: 20px;
    -webkit-line-clamp: 1;
    }

    .btn-back {
        position: relative;
        left: 20% !important;
        float: left !important;
        width: 60% !important;
        top: 8px;
    }

    .description-note {
        max-height: 100%;
        overflow-y: auto;
    }
}

@media (max-width: 1000px) {
    .divLoading .divLoadingContent span.sLoadingText {
        display: none;
    }
}

/*wider desktop and iPad pro*/
@media (min-width: 1024px) {
}

/*Added by Anwar*/
@media (max-width: 1200px) {
    .div-toggle-icon {
        padding-left: 0px !important;
    }

    .item-availability {
        padding-left: 8px;
    }

    .stickySummary {
        width: 20%;
    }

    .catalogue.col-lg-2 {
        max-width: 20%;
    }

    .price-info {
        padding: 0px 0px 0px 4px;
    }
    .w-lg-img {
            width: 100px !important;
        }
    #information-block.main.card h1 {
        max-height: 65px;
    }
}

@media (min-width: 1200px) {
}
@media (max-width: 1200px) {
            .recaptcha_label {
        display: none !important;
    }

    .recaptcha-invalid-text {
        margin-left: 0 !important;
    }
}

@media (max-width: 768px) {
    .order-padding {
        padding: 0 15px !important;
    }

    .catalogue.col-lg-2 {
        max-width: 25%;
    }

    .mob-OrderSummary {
        display: block !important;
    }

    .dsktp-ordersummary {
        display: none !important;
    }

    .row-group div {
        padding-left: 15px;
        padding-right: 15px;
    }

    .carousel-caption h3 {
        font-size: 18px;
        left: 25px;
        line-height: 18px !important;
        max-width: 450px;
        /*white-space: nowrap;*/
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .custom-elipsis-2 {
        height: 38px;
        -webkit-line-clamp: 2;
    }

    .carousel-indicators {
        display: none;
    }

    .carousel-caption {
        left: 10px;
        top: 0px;
    }

        .carousel-caption > p {
            margin: 7px 0 !important;
        }

        .carousel-caption .btn.btn-info {
            padding: 2px 7px !important;
        }

        .carousel-caption > p.carousel-subhead {
            display: none !important;
        }

    #main {
        padding-top: 200px;
    }

    .back-to-top {
        bottom: 15px;
    }

    .scrolled {
        padding-top: 250px !important;
    }

    .cat_product_img span {
        display: none !important;
    }

    .cat_product_img p {
        display: none !important;
    }

    .pageHeading-Control {
        float: right;
        width: 240px;
    }

    .pageContent h4, h5 {
        padding-left: 0px;
    }

    /*Publication Steps UI*/
    #lifecycle_Content .open .dropdown-menu-content {
        position: static !important;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent !important;
        border: 0;
        box-shadow: none;
    }

    ul.stages > li {
        width: 100%;
        margin-bottom: 0px;
    }

    .stages {
        background-color: #fff !important;
    }

    ul.stages > li > .li-content::before {
        content: "";
        border-top: 0px !important;
        border-bottom: 0px !important;
        border-left: 0px !important;
    }

    ul.stages > li > .li-content::after {
        content: "";
        border-top: 0px !important;
        border-bottom: 0px !important;
        border-left: 0px !important;
    }

    ul.stages > li:last-child > .li-content {
        display: none;
    }

    .li-content .caret {
        float: right;
        padding-right: 10px;
    }

    ul.stages > li > .li-content {
        padding-left: 0px !important;
        background-color: white !important;
        padding-bottom: 0px !important;
        padding-top: 5px !important;
    }

    .accordion-title {
        background-color: #eee;
        display: block;
        padding: 11px 15px;
    }

    .rev-caret {
        /*padding-left: 50%;*/
        font-size: 30px;
        padding-top: 10px !important;
        color: #c1c1c1;
    }

    .div-caret {
        display: inline-block;
        text-align: center;
    }
    .category-banner span {
        font-size: 25px;
        padding-left: 20px;
    }

}

@media (max-width: 425px) {
    .btn-next-mobile, .btn-accept-mobile {
        width: 100%;
        margin-bottom: 10px !important;
        margin-left: 0 !important;
    }

    .g-recaptchaTr, .g-recaptchaPb, .g-recaptchaPTs {
        margin-left: 15px;
        transform: scale(0.85) !important;
        -webkit-transform: scale(0.85) !important;
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }

    .custom-elipsis-2 {
        height: 20px !important;
    }

    .custom-elipsis-2 {
        -webkit-line-clamp: 1;
    }

    .login-profile li button {
        padding: 10px 0px 10px 3px !important;
    }

    .carousel-caption h3 {
        width: 100%;
    }

    .catalogue.col-lg-2 {
        max-width: 50%;
    }

    .recaptcha-publication, .recaptcha-training, .recaptcha-technicalSupport, .recaptcha-Update, .recaptcha-Cancel, .recaptcha-Current, .recaptcha-New {
        margin-top: -10px;
    }

    .card-primary-body {
    min-height: 418px;
    }
}

/*tablet e.g. iPad*/
@media (min-width: 768px) {
    /*Added by Anwar*/
    .filter-expand span {
        display: none;
    }

    #menu-right {
        display: block !important;
    }

    .my-profile-icon {
        display: none !important;
    }
}
/* Bootstrap Modal */

.modal-body {
    padding: 15px;
}

.modal-content {
    border-radius: 0 !important;
}

.modal-header {
    font-size: 22px;
    background: #215577;
    padding: 10px 15px;
    border: none;
    border-radius: 0px;
}

    .modal-header h5 {
        font-size: 20px;
        color: #fff;
    }

.modal-body .video.card:hover {
    box-shadow: none;
}

.modal-body .close-video {
    margin: 0;
    position: absolute;
    top: 0px;
    right: 0;
    width: 25px;
    height: 25px;
    color: white;
    cursor: pointer;
    opacity: 1;
    z-index: 10;
}

.video-js .vjs-big-play-button {
    top: 0 !important;
    left: 0 !important;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 60px !important;
    width: 60px !important;
    border-radius: 60px !important;
    line-height: 31px !important;
}

    .vjs-big-play-button > .vjs-icon-play:before, .video-js .vjs-big-play-button:before {
        top: 13px !important;
    }

.modal-body .fa-times {
    position: absolute;
    top: 1px;
    font-size: 16px;
    right: 3px;
    color: #205577;
}

.modal-content hr {
    width: auto;
    margin: 0px 15px 0px 15px;
}

.modal-footer {
    border: none;
    padding: 10px;
}

/* End*/

/* Tooltip */

.tooltip-inner {
    /*padding: 0px;
    color: black;
    text-align: left;*/
    background-color: #ECF1F5;
    color: black;
    text-align: left;
    /* border: 1px red; */
    border-radius: 5px;
    padding: 0;
}

.tooltip-container {
    background-color: #E6EEF2;
    border-radius: 5px;
}

.tooltip-body {
    background-color: #F6FBFF;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #DEDEE0;
    border-width: thin;
}

.tooltip-header {
    padding: 5px 10px;
    color: #265576;
    font-weight: bold;
    border: 1px solid #DEDEE0;
    border-width: thin;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 0;
    margin-bottom: 0;
}

.tooltip-content {
    padding: 5px 5px !important;
}

.tooltip-ul-items {
    padding: 10px 20px 10px 30px;
    margin-bottom: 0;
}

.tooltip.show {
    opacity: 1;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #E5EDF2;
    /*background-color: #E5EDF2;*/
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #E5EDF2;
}

.tooltip {
    pointer-events: none;
}

.popover {
    position: relative;
    background-color: transparent;
    /*border: none;*/
    z-index: 98;
    border: 1px solid #DEDEE0;
    max-width: 350px;
}

.popover-body {
    background-color: #F6FBFF;
    padding: 5px 10px 5px 10px;
}

.popover-header {
    background-color: #E6EEF2;
    color: #265576;
    padding: 0px 10px;
    font-size: 14px;
    height: 40px;
    line-height: 40px !important;
}

.info-icon {
    padding: 2px 0px 0px 0px;
    font-size: 19px;
    color: #1d7dc2 !important;
    cursor: pointer;
    border: none;
}

.price-info-icon {
    padding: 2px 0px 0px 5px !important;
    font-size: 17px !important;
    /*color: #c0c4c5 !important;*/
    /*top:1px;*/
}

#my_account_div .info-icon {
    float: right;
    padding: 10px;
    font-size: 26px;
    color: #1d7dc2 !important;
    cursor: pointer;
}
/* End*/

/* Heading Right Icon*/
.heading-right-icon {
    float: right;
    position: relative;
    right: 15px;
    top: 10px;
    color: white;
    font-size: 24px;
    /*display: inline-block;*/
}


/**/

.input-validation-error {
    border-color: #dc3545 !important;
}

.field-validation-error {
    color: #dc3545;
}

.forget-link {
    cursor: pointer;
    text-decoration: underline !important;
}
/* Videos*/
.closeVideo {
    position: absolute;
    right: 25px;
    z-index: 100;
    font-size: 25px;
    color: #fff;
    text-align: right;
    margin-top: 10px;
}

.videos-grid {
    margin-top: 10px;
}

.html5-main-video {
    width: 100% !important;
}

.video-js .vjs-control-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex !important;
}

.video.card > .card-body {
    padding: 0;
    line-height: 20px;
    min-height: 44px;
    margin-bottom: 5px;
}

.video-description {
    margin-top: 10px;
    margin-bottom: 10px;
}
/***/
/* Contactus*/
address {
    margin-bottom: 0px;
}

.contact-content {
    padding-left: 15px;
    padding-right: 15px;
}

.recaptcha-invalid {
    border: 1px solid #dc3545;
}

.g-recaptchaTr, .g-recaptchaPb, .g-recaptchaPTs {
    margin-left: 15px;
    width: 304px;
    height: 78px;
}

.recaptcha-publication, .recaptcha-training, .recaptcha-technicalSupport {
    display: none;
}

.recaptcha-invalid-text {
    color: #dc3545;
    margin-left: -4px;
}

.margin-top-15 {
    margin-top: 15px;
}
/****/

/* OrderDetail*/
.orderDetail label {
    margin-bottom: 0px;
    display: block;
}

.orderDetail .change-ship span {
    font-size: 12px;
}

/**********/
.download {
    float: left;
    padding: 4px 0 0 0;
    color: #007aff !important;
    cursor: pointer;
}

.downloadlink {
    padding-left: 25px;
}

.orderlink {
    padding-left: 25px;
}

/* Order Grid Tracking Column*/
#gf_hd_MyOrdersGrid_TRACKING_NUMBER {
    padding-right: 6px !important;
}

.iframeContent {
    width: 100%;
    height: 950px;
    border: none;
}

.ContactUs textarea {
    resize: none;
}

.recaptcha_label {
    display: inline-block;
}

.radio {
    display: inline-block;
}

    .radio label {
        padding: 0px 10px;
    }

#horizontalTab .level-2-Heading {
    line-height: 25px !important;
}
.fixed_home_page_images{
    max-width: 150px !important;
    max-height: 194px !important;
    line-height: 190px;
    /*background: #fff;*/
}

.max_home_page_images {
    max-width: 150px !important;
    max-height: 194px !important;
    width: 150px !important;
    height: 194px !important;
    display: inline-block !important;
}

.item {
    margin-top: -7px;
}

.carousel-inner .catalogue {
     width: 184.667px !important;
}

.defaultCursor{
    cursor: default;
}