﻿/* created by - Anjan Bhattrai
* for six mile smiles, The Colony, Texas
* 2019-11/14
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');

/**global**/

@keyframes glowing {
    0% {
        box-shadow: 0 0 -10px #223a56;
    }
    40% {
        box-shadow: 0 0 20px #223a56;
    }
    60% {
        box-shadow: 0 0 20px #223a56;
    }
    100% {
        box-shadow: 0 0 -10px #223a56;
    }
}

html {
    scroll-behavior: smooth;
}

.loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(34, 58, 86, 0.99);
    z-index: 9999;
}

.loader {
    left: 50%;
    margin-left: -4em;
    font-size: 10px;
    border: .8em solid rgba(218, 219, 223, 1);
    border-left: .8em solid #2db678;
    animation: spin 1.1s infinite linear;
    z-index: 99999;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 8em;
    height: 8em;
    display: block;
    position: absolute;
    top: 50%;
}

.loading .loader-text {
    position: absolute;
    top: 35%;
    color: #fff;
    text-align: center;
    width: 100%;
}

@keyframes spin {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}


/**equal height column**/

.row-eq [class*='col-'] {
    background-color: #e9ecef;
    background-clip: content-box;
    min-height: 130px;
    margin-bottom: 15px;
}

.bg-dark {
    background-color: #1c3049 !important;
}

.bg-body-dark {
    background-color: #333C4E !important;
}

.bg-green {
    background-color: #2db678 !important;
}

.bg-blue {
    background-color: #18A0FB !important;
}

.color-dark {
    color: #223a56 !important;
}

.color-body-dark {
    color: #333C4E !important;
}

.color-green {
    color: #2db678 !important;
}

.color-blue {
    color: #18A0FB !important;
}

a.border-primary {
    color: #223A56;
}

.o-hidden {
    overflow: hidden!important;
}


/**login page**/

.bg-login-image {
    background: #ffffff url(../img/static/login.png) no-repeat;
    background-position: left bottom;
    background-size: contain;
}

form.user .form-control-user {
    font-size: .8rem;
    border-radius: 10rem;
}

form.user .btn-user {
    font-size: .8rem;
    border-radius: 10rem;
    padding: .75rem 1rem;
}


/**header with bg**/

.bg-header {
    /* min-height: 420px; */
    /* background-blend-mode: multiply; */
    background: #223a56 url(../img/static/case-type/default.jpg) no-repeat center center;
    background-size: cover;
}

.knowledge-base-header {
    background: #223a56 url(../img/static/kb_bg.jpg) no-repeat;
    background-size: cover;
}

.page404-base-header {
    background: #333 url(../img/static/smile-treatment.jpg) no-repeat center center;
    background-size: cover;
}

.casecreate-base-header {
    background: #223a56 url(../img/static/case-type/casecreate.jpg) no-repeat center center;
    background-size: cover;
}

.goodcase-base-header {
    background: #223a56 url(../img/static/case-type/casecreate.jpg) no-repeat center center;
    background-size: cover;
}

.prc-header {
    background: #223a56 url(../img/static/prc_bg.jpg) no-repeat center center;
    background-size: cover;
}

.case-header-type-1 {
    background: #223a56 url(../img/static/case-type/default.jpg) no-repeat center center;
    background-size: cover;
}
.case-header-type-2 {
    background: #1f8787 url(../img/static/case-type/lammina.png) no-repeat center center;
    background-size: cover;
}
.seminars-header {
    background: #223a56 url(../img/static/lms_bg.jpg) no-repeat center center;
    background-size: cover;
}

.webinars-header {
    background: #223a56 url(../img/static/lms_bg.jpg) no-repeat center center;
    background-size: cover;
}

.aligners-header {
    background: #223a56 url(../img/static/aligners.jpg) no-repeat center center;
    background-size: cover;
    background-blend-mode: multiply;
}

.marketing-header {
    background: #223a56 url(../img/static/smile-treatment.jpg) no-repeat center center;
    background-size: cover;
}

.video-header {
    background: #223a56 url(../img/static/conz-bg.jpg) no-repeat center center;
    background-size: cover;
}

.support-header {
    background: #223a56 url(../img/static/prc_bg.jpg) no-repeat center center;
    background-size: cover;
}

.rewards-header {
    background: #223a56 url(../img/static/prc_bg.jpg) no-repeat center center;
    background-size: cover;
}

.drprofile-header {
    background: #223a56 url(../img/static/conz-bg.jpg) no-repeat center center;
    background-size: cover;
}

.getstarted-header {
    background: #223a56 url(../img/static/case-type/default.jpg) no-repeat center center;
    background-size: cover;
}

.education-header {
    background: #223a56 url(../img/static/lms_bg.jpg) no-repeat center center;
    background-size: cover;
    /* background-blend-mode: multiply; */
}

.fad-header {
    background: #223a56 url(../img/static/prc_bg.jpg) no-repeat center top;
    background-size: cover;
    min-height: inherit;
}

.header-jumbotron {
    background: #223a56 url(../img/static/conz-bg.jpg) no-repeat center center;
    /* background: rgb(45, 182, 120) url(../img/static/green-bg.jfif) no-repeat center center; */
    background-size: cover;
}

.course-header {
    background: #223a56 url(../img/static/conz-bg.jpg) no-repeat center center;
    background-size: cover;
}

.nav-link,
a {
    color: #223a56;
}

.nav-link:hover {
    color: #2db678;
}

.navbar.fixed-top,
.navbar-affix {
    height: 85px;
    box-shadow: 0px 0px 4px #00000085;
}

.navbar-light .navbar-nav.header-left-menu .nav-link {
    border-bottom: 2px solid #fff;
    padding: 30px 1rem 28px 1rem;
    color: #223a56;
    font-weight: 600;
    height: 85px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

.navbar-light .navbar-nav.header-left-menu .nav-link.active,
.navbar-light .navbar-nav.header-left-menu .nav-link:hover,
.navbar-light .navbar-nav.header-left-menu .nav-link:focus {
    border-bottom: 2px solid #2db678;
    color: #2db678;
}

.nav.header-right-menu .nav-link {
    padding: 30px 1rem;
    height: 85px;
}

.nav.header-right-menu .nav-link svg {
    width: 24px;
    height: 24px;
    margin: 0;
}

.nav.header-right-menu .nav-link:hover,
.nav.header-right-menu .nav-link:active,
.nav.header-right-menu .nav-link:focus {
    background: #fafafa;
    border-bottom: 2px solid #2db578;
}

.nav.header-right-menu .nav-link.active {
    border-bottom: 2px solid #2db578;
}

.submit-case-btn,
.evaluate-case-btn {
    border-radius: 5rem;
    transition: .2s ease-in-out;
}

.nav.header-right-menu .nav-link.submit-case-btn,
.submit-case-btn,
.submit-case-mobile {
    background-color: #2db678;
    padding: 3px 15px;
    font-size: .8125rem;
    line-height: 25px;
    color: #fff;
    font-weight: 600;
    height: 35px;
}

.dropdown:hover .submit-case-btn,
.show .submit-case-btn,
.nav.header-right-menu .nav-link.submit-case-btn:hover {
    background: #fff;
    /* border: 2px solid #2db678; */
    color: #2db678;
}

.nav.header-right-menu .nav-link.evaluate-case-btn,
.evaluate-case-btn {
    background: #fff;
    border: 2px solid #223a56;
    color: #223a56;
    padding: 3px 18px;
    font-size: .8125rem;
    line-height: 25px;
    font-weight: 600;
    height: 35px;
}

.nav.header-right-menu .nav-link.evaluate-case-btn:hover,
.evaluate-case-btn:hover {
    background: #223a56;
    border: 2px solid #223a56;
    color: #fff;
}

.case-evaulate {
    position: relative;
}

.case-evaulate span.free-evaluate {
    position: absolute;
    top: -20px;
    font-size: 11px;
    color: #223a56;
}

.navbar-light .navbar-nav.header-left-menu .nav-link.submit-case-mobile {
    text-align: center;
    color: #fff !important;
    font-weight: 600;
    height: 42px;
    border-radius: 5rem;
    line-height: 0.85rem;
}

.header-right-menu img.nav-icons {
    width: 26px;
}

.notif {
    position: relative;
}

.notif .notification-count {
    position: absolute;
    background: red;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    padding: 3px 0;
    text-align: center;
    top: 20px;
}

.notif .list-group-item:hover,
.notif .list-group-item:focus {
    background: #fafafa;
}

.notif .noti-left {
    width: 70px;
    float: left;
}

.notif .noti-right {
    margin-left: 70px;
    width: 220px;
    font-size: 14px;
}

.notif .noti-left .small-dot {
    position: absolute;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ccc;
}

.notif .noti-left .small-dot.action-confidex {
    background: #2db678;
}

.notif .noti-left .small-dot.action-hold {
    background: red;
}

.notif .noti-left .small-dot.action-orderhold {
    background: pink;
}

.notif .noti-right p {
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 500;
    line-height: 1.5;
}

.notif .noti-right p.noti-name {
    font-weight: 600;
}

.notif .noti-right p.noti-foot {
    color: #999;
    font-size: 12px;
}

.notif .noti-right p.noti-foot .noti-date {
    float: right;
    background: url(../img/icons/calender.svg) no-repeat;
    background-size: 16px 16px;
    padding-left: 20px;
}

.notif.notif-full-page .noti-right {
    width: initial;
}

.notif.notif-full-page {
    overflow: hidden;
}

.nav-item.cart {
    background: #f7fafc;
}

.cart .cart-count {
    position: absolute;
    color: #223a56;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #223a56;
    font-weight: 700;
    font-size: 12px;
    padding: 2px 0;
    text-align: center;
    top: 10px;
}

.header-right-menu .nav-item {
    border-left: 1px solid #fafafa;
}

.header-right-menu .nav-item:first-child {
    border-left: none;
}

.drop-down-user {
    max-width: 250px;
}

.dropdown-menu.large-dropdown {
    min-width: 350px;
}

.dropdown-menu.large-dropdown span.menu-label {
    font-size: 14px;
    font-weight: 600;
    margin-left: 5px;
}

.dropdown-menu.large-dropdown .list-group-flush:first-child .list-group-item:nth-child(2) {
    border-top: 0;
}

.dropdown-menu.large-dropdown .list-group-flush:first-child .list-group-item:nth-child(9) {
    border-bottom: 0;
}

.dropdown-menu.large-dropdown .list-group-item {
    border: 1px solid #f9f9f9;
    border-left: none;
    border-right: 1px solid #f9f9f9;
}

.dropdown-menu.large-dropdown .list-group-item:hover {
    background: #f9f9f9;
}

.header-right-menu img.big-icons {
    width: 40px;
}

.dropdown-menu.large-dropdown .c-case {
    background: #f7fafc;
    border-radius: 0.675rem;
}

.dropdown-menu.large-dropdown .c-case,
.dropdown-menu.large-dropdown .cg-case {
    border-radius: 0.675rem;
}

.dropdown-menu.large-dropdown.create-dropdown .list-group-item {
    border-bottom: none;
    text-align: center;
}

.nav.header-right-menu .dr-profile .nav-link {
    padding: 18px 1rem;
}

.avatar {
    border: 1px solid #223a56;
    /* padding: 2px; */
    background: #fff;
    color: #2db578;
    font-size: 16px;
    font-weight: 600;
}

.avatar.qr-img {
    /* border-radius: 0; */
    border: none;
    width: 120px;
    height: 120px;
}

.nav.header-right-menu .dr-profile.qr-code-drop {
    position: relative;
}

.nav.header-right-menu .dr-profile.qr-code-drop .nav-link {
    padding: 2px 0;
}

li.dr-profile.qr-code-drop>a:before {
    content: 'NEW';
    position: absolute;
    top: 2px;
    left: -15px;
    letter-spacing: .1px;
    font-size: 10px;
    font-weight: bold;
    width: 45px;
    text-align: center;
    color: #2db678;
    z-index: 1;
}

.avatar img.img-circle {
    border-radius: 50%;
}

.message-display-top {
    position: relative;
}

.message-display-top .alert {
    position: absolute;
    width: 100%;
    z-index: 9;
}

.notification-on-top {
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 85px;
}

.notification-on-top .alert {
    border-radius: 0;
    padding: 0.5rem 0.5rem;
    padding-right: 3rem;
    font-size: 0.775rem;
    margin: 0;
    background: #ff0000;
    border: none;
    color: #ffffff;
}

.notification-on-top2 {
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 113px;
}

.notification-on-top2 .alert {
    border-radius: 0;
    padding: 0.5rem 0.5rem;
    padding-right: 3rem;
    font-size: 0.775rem;
    margin: 0;
    background: #4fd69c;
    border: none;
    color: #000000;
}

.notification-on-top3 {
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 85px;
}

.notification-on-top3 .alert {
    border-radius: 0;
    padding: 0.5rem 0.5rem;
    padding-right: 3rem;
    font-size: 0.775rem;
    margin: 0;
    background: #1a2230;
    border: none;
    color: #ffffff;
}

.main-content {
    margin-top: 85px;
}

.header-top h1.header-name {
    font-weight: 500;
}

.header-body .card-body .text-card-footer {
    color: #999;
    font-size: 12px;
}

.header-body .card-stats .card-body {
    padding: 0;
}

.header-body .card-stats .card-body .nav-item {
    padding: 0.8rem 0.6rem;
    display: block;
    height: 120px;
}

.header-body .card-stats .card-body .card-title-top {
    color: #333;
    font-size: 12px;
}

.header-body .card-stats .card-body .card-title {
    color: #223A56;
    font-size: 16px;
    font-weight: 600;
}

.header-body .card-stats .card-body img {
    transition: all ease 1.5s;
}

.header-body .card-stats .card-body:hover img {
    /* color: #000; */
    transform: rotate(360deg) scale(1.2);
    transition: all ease 1.5s;
    opacity: 0.85;
}

.case-tabs-all.card {
    border: 2px solid rgba(0, 0, 0, .10);
}

.case-tabs-all .nav-tabs {
    background: #eee;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}

.case-tabs-all .nav-tabs .nav-link {
    padding: 2.2rem 2.5rem;
    font-weight: 600;
    border-radius: 0;
    border-top: 0;
}

.case-tabs-all .nav-tabs .nav-link.active {
    color: #2db678;
    background-color: #fff;
    border-bottom: 1px solid #fff;
}

.case-tabs-all .nav-tabs .nav-item:first-child .nav-link {
    border-left: 0;
    border-top-left-radius: 0.375rem;
}

.tbl-top-search {
    position: absolute;
    right: 20px;
    top: 30px;
}

#cases-good_wrapper .tbl-top-search {
    position: relative;
    top: 0;
    right: 0;
}

#cases-good_wrapper .tbl-top-search input {
    width: 330px;
    margin: 0;
}

.tbl-top-search label {
    font-size: 0;
}

.tbl-top-search input {
    background: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #999;
    background: url(../img/icons/search.svg) no-repeat;
    background-size: 36px 36px;
    background-position: right -5px;
}

.tbl-top-search input:focus {
    /* background-color: transparent; */
    background-color: rgba(255, 255, 255, 0.875);
}

table.cases-table.dataTable {
    margin-top: 0 !important;
    margin-bottom: 1.5rem !important;
    /* color:#333C4E; */
    font-weight: 600;
}

table.cases-table.dataTable thead th {
    border-top: none;
    vertical-align: middle;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 0.80rem;
    color: #999;
    font-weight: 500;
    letter-spacing: 0;
}

table.cases-table.dataTable td {
    vertical-align: middle;
    font-size: 0.95rem;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
}

table.cases-table.dataTable thead .sorting:before,
table.cases-table.dataTable thead .sorting:after,
table.cases-table.dataTable thead .sorting_asc:before,
table.cases-table.dataTable thead .sorting_asc:after,
table.cases-table.dataTable thead .sorting_desc:before,
table.cases-table.dataTable thead .sorting_desc:after,
table.cases-table.dataTable thead .sorting_asc_disabled:before,
table.cases-table.dataTable thead .sorting_asc_disabled:after,
table.cases-table.dataTable thead .sorting_desc_disabled:before,
table.cases-table.dataTable thead .sorting_desc_disabled:after {
    bottom: 1.9em;
}

.pagination .first a,
.pagination .last a {
    border: 0;
}

.bottom-tbl-area {
    padding: 20px;
    position: relative;
}

.bottom-tbl-area .dataTables_info {
    padding: 0 !important;
    font-size: 12px;
    color: #999;
    position: absolute;
    top: 0;
}

.bottom-tbl-area .dataTables_length {
    font-size: 12px;
}

#cases-good_wrapper .bottom-tbl-area {
    text-align: center;
}

.bottom-tbl-area #cases-good_info.dataTables_info {
    left: 0;
    right: 0;
    text-align: center;
}

div.dataTables_wrapper #cases-good_paginate.dataTables_paginate ul.pagination {
    justify-content: center;
}

.table-patient-name .pat-left-col {
    width: 70px;
    float: left;
}

.table-patient-name .pat-right-col {
    margin-left: 70px;
    min-height: 58px;
    white-space: normal;
    min-width: 100px;
}

.table-patient-name .pat-right-col p {
    color: #999;
}

.easy-autocomplete-container ul {
    /* display:block !important; remove this after testing */
    animation: show-navbar-dropdown .25s ease forwards;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, 0.15);
    border-radius: 0.4375rem;
    box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
    top: 0;
    margin-top: 20px;
    /* overflow: hidden; */
}

.easy-autocomplete-container ul:before {
    background: #fff;
    box-shadow: none;
    content: '';
    display: block;
    height: 12px;
    width: 12px;
    left: 20px;
    position: absolute;
    bottom: 100%;
    transform: rotate(-45deg) translateY(12px);
    z-index: -5;
    border-radius: 2px;
}

.easy-autocomplete-container ul li,
.easy-autocomplete-container ul .eac-category {
    background: transparent;
    border: 0;
    padding: 1rem;
    font-size: 1rem;
}

.easy-autocomplete-container ul li:first-child {
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}

.easy-autocomplete-container ul li:last-child {
    border-radius: 0px 0px 6px 6px;
    overflow: hidden;
}

.kb-search-input .input-group-text {
    border: none;
    min-height: 50px;
    border-radius: 0 50px 50px 0;
    border: 2px solid #2db678;
    border-left: none;
    padding: 6px;
}

.kb-search-input .easy-autocomplete {
    min-width: 400px;
}

.kb-search-input .easy-autocomplete input {
    border-radius: 50px 0 0 50px;
    border: 2px solid #2db678;
    border-right: none;
}

.kb-search-input input {
    border: none;
    min-height: 50px;
    min-width: 400px;
    padding: 0.625rem 1.75rem;
}

.kb-search-input.input-search input {
    border-radius: 50px 0 0 50px;
    border: 2px solid #2db678;
}

.list-unstyled.listing-ul {
    margin-bottom: 2rem;
}

.list-unstyled.listing-ul li {
    margin-bottom: 8px;
    font-size: 0.875rem;
}

.iframe-embeded-div {
    width: 100%;
}

.iframe-embeded-div iframe {
    display: block;
    border: none;
    /* height: 100vh; */
    width: 100%;
}

.knowledge-base-content .search-result .card img {
    max-width: 80px;
}

.knowledge-base-content .search-result .card .card-header {
    padding: 0;
}

.knowledge-base-content .search-result .card .card-header .nav-link {
    padding: 2.5rem 1.5rem;
    background: #e9ecef;
}

.knowledge-base-content .search-result .card .card-header .nav-link img {
    transition: all ease 1.5s;
}

.knowledge-base-content .search-result .card .card-header .nav-link:hover img {
    transform: rotate(360deg) scale(1.2);
    transition: all ease 1.5s;
    opacity: 0.85;
}

.knowledge-base-content .search-result .card p.card-text {
    max-height: 105px;
    overflow: hidden;
}


/* .knowledge-base-content .listing-ul li a::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    content: "";
    border-left: 0.3em solid;
    border-bottom: 0.3em solid transparent;
    border-right: 0;
    border-top: 0.3em solid transparent;
} */


/* pagination only */

#easyPaginate {
    width: 100%;
}

.easyPaginateNav {
    margin-top: 2rem;
    text-align: center;
}

.easyPaginateNav .first,
.easyPaginateNav .last {
    color: #8898aa;
    padding: 0 0.5rem;
}

.easyPaginateNav .prev,
.easyPaginateNav .next {
    padding: 0 0.5rem;
}

.paginate-items {
    min-width: inherit !important;
    overflow: hidden;
}

span.highlight-text {
    background: yellow;
}

.choose-case-type a img {
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

.choose-case-type a:hover img {
    cursor: pointer;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.header-top-case {
    background: #223a56cc;
    border-bottom: 1px solid #eeeeee1a;
}

.header-top-case2 {
background: #1f8787 url(../img/static/case-type/lammina.png) no-repeat center center;
    background-size: cover;
}
.shipped-case {
    background: rgba(239, 239, 239, 0.5);
}

.shipped-case li {
    margin-bottom: 0.5rem;
}

.shipped-case li:last-child {
    margin-bottom: 0;
}

.profile-avatar .profile-img-left {
    width: 145px;
    float: left;
    position: relative;
    /* top: -70px; */
}

.everyone-eligible {
    position: relative;
}

.everyone-eligible .everyone-div {
    position: absolute;
    top: -30px;
    right: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.everyone-eligible .everyone-div::before {
    background: url(../img/static/everyone_small.png) no-repeat center center;
    background-size: contain;
    content: '';
    height: 35px;
    width: 35px;
    position: absolute;
    display: inline-block;
    top: -10px;
    left: -40px;
}

.profile-avatar .edit-profile-btn {
    position: absolute;
    right: 15px;
    z-index: 9;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    text-align: center;
    margin: 0;
}

.profile-avatar .profile-img-right {
    margin-left: 145px;
    min-height: 60px;
}

.case-create-content .case-info-summary ul li.list-inline-item {
    border-left: 1px solid #eee;
    margin: 0rem;
    padding: 0 1.5rem;
    vertical-align: middle;
}

.case-create-content .case-info-summary.profile-social-list ul li.list-inline-item {
    /* border: none; */
    margin: 0rem;
    padding: 0 0.6rem;
    font-size: 18px;
}

.case-create-content .case-info-summary ul li:first-child {
    border-left: none;
}

.case-create-content .case-info-summary ul li h5 {
    font-weight: 500;
    margin-bottom: 0;
}

.case-create-content .case-info-summary ul li h4 {
    margin-bottom: 0;
}

.status-area {
    display: block;
}

.case-page-footer .nav-link {
    transition: all 0.15s ease;
    padding: 0.75rem 1rem;
    color: #223a56;
    font-weight: 600;
    font-size: 0.875rem;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    border-radius: 0.375rem;
    background: #f8f9fe;
}

.case-page-footer .nav-link:hover {
    opacity: 0.785;
}

.case-page-footer .nav-item:not(:last-child) {
    padding-right: 1rem;
}

.case-page-footer .nav-link span {
    display: block;
    font-size: 0.785rem;
    padding-top: 0.5rem;
}

.modal-full {
    min-width: 90%;
    /* margin: 0; */
}

.modal-full-mw1200 {
    min-width: 1240px;
}

.modal-full .modal-content {
    min-height: 90vh;
}

.modal-full .modal-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #223a56;
    border-radius: 0 0 0.4375rem 0.4375rem;
    min-height: 100px;
}

.modal-full .carousel-indicators {
    margin-right: 0;
    margin-left: 0;
    top: -40px;
    height: 20px;
}

.modal-full .carousel-indicators li {
    background-color: rgb(34, 58, 86);
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.modal-full .carousel-indicators .active {
    background-color: rgb(45, 182, 120);
}

.modal-full .modal-content img.img-thumbnail {
    object-fit: contain;
    height: 80vh !important;
}

#caseTab.nav-pills .nav-link.disabled {
    color: #172b4d80;
}


/**snip from https://codepen.io/diegovogel/pen/bzddLv**/

.img-gallery img {
    height: 150px;
    object-fit: contain;
    -webkit-filter: sepia(.5);
    filter: sepia(.5);
    transition: transform 1s;
}

.img-gallery .card {
    overflow: hidden;
}

.img-gallery .card:hover {
    cursor: pointer;
}

.img-gallery .card:hover img {
    filter: none;
    transform: scale(1.5);
}

.img-gallery .not-uploaded-preview {
    pointer-events: none;
}

.img-gallery .not-uploaded-preview img {
    filter: none;
    height: 150px !important;
}

.img-gallery .not-uploaded-preview .no-upload-msg {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 0;
    background: #e7e7e7;
    /* font-size: 0.875rem; */
    padding: 0.6rem 0;
    /* font-weight: 500; */
}

#impressions .shipping-address {
    background: #fff url(../img/icons/ship.svg) no-repeat;
    /* background-size: contain; */
    background-position: center right 20px;
}

.list-script .badge {
    border-radius: 50%;
    padding: 10px 0;
    height: 32px;
    width: 32px;
}

.list-script .circle-number {
    /* display: inline-block; */
    vertical-align: top;
    float: left;
}

.list-script .script-qa {
    /* display: inline-block; */
    margin-left: 45px;
}

.step {
    list-style: none;
    margin: .2rem 0;
    width: 100%;
}

.step .step-item {
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    margin-top: 0;
    min-height: 1rem;
    position: relative;
    text-align: center;
}

.step .step-item:not(:first-child)::before {
    background: #2db678;
    content: "";
    height: 2px;
    left: -50%;
    position: absolute;
    top: 15px;
    width: 100%;
}

.step .step-item.approved-plan::after {
    content: 'Approved';
    font-size: 10px;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    font-weight: 600;
    color: #2db678;
}

.step .step-item a {
    color: #2db678;
    display: inline-block;
    padding: 26px 15px 0;
    text-decoration: none;
    font-size: 0.775rem;
}


/* .step .step-item.active~.step-item a { */

.step .step-item.final-plan~.step-item a {
    color: #ddd;
    cursor: auto;
}

.step .step-item.active~.step-item a.nav-link {
    cursor: pointer;
}

.step .step-item a::before {
    background: #2db678;
    border: .1rem solid #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: .9rem;
    left: 50%;
    position: absolute;
    top: .6rem;
    transform: translateX(-50%);
    width: .9rem;
    z-index: 1;
}

.step .step-item.active a::before {
    background: #fff;
    border: .1rem solid #223a56;
}


/* .step .step-item.active~.step-item::before { */

.step .step-item.final-plan~.step-item::before {
    background: #ddd;
}


/* .step .step-item.active~.step-item a::before { */

.step .step-item.final-plan~.step-item a::before {
    background: #ddd;
}

.nav-pills#ver-tab .nav-item:not(:last-child) {
    padding-right: 0rem;
}

.step .step-item a.nav-link {
    /* width: 45px; */
    height: 60px;
}

.step .step-item a.nav-link.active {
    background: #2db678;
    border: none;
    /* color: #223a56; */
}

.step .step-item a.nav-link.active::after {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.6em solid #2db678;
    border-right: 0.6em solid transparent;
    border-bottom: 0;
    border-left: 0.6em solid transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 60px;
}

.card-treatment a:hover {
    background: #f8f9fe;
}

.step.step-create-case .step-item span.label {
    display: block;
    margin-top: 8px;
    font-size: 0.875rem;
    color: #fff;
}

.step.step-create-case .step-item.active span.label {
    font-weight: 700;
    ;
}

.step.step-create-case .step-item a.nav-link {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 10px 10px;
    background: #2db678;
    border: 2px solid #fff;
}

.step.step-create-case .step-item.disabled a.nav-link {
    opacity: 0.85;
    cursor: no-drop;
    background: rgba(255, 255, 255, 0.7);
}

.step .step-item.disabled:not(:first-child)::before,
.step .step-item.disabled a::before {
    background: rgba(255, 255, 255, 0.4);
}

.step.step-create-case .step-item a.nav-link.active::after {
    border-top: 0.6em solid #fff;
}

.step.step-create-case .step-item a.nav-link.active {
    background: #11cdef !important;
}

.step.step-create-case .step-item a.nav-link.active::after {
    top: 69px;
}

.step.step-create-case .step-item a::before {
    top: 28%;
    width: .6rem;
    height: .6rem;
}

.step.step-create-case .step-item.active~.step-item a::before {
    background: rgba(34, 58, 86, 0.5);
}

.step.step-create-case .step-item.active~.step-item a {
    background: #fff;
}

.step.step-create-case .step-item.active a::before {
    border: .1rem solid #11cdef;
}

.step.step-create-case .step-item.active~.step-item::before {
    background: #fff;
}

.step.step-create-case .step-item:not(:first-child)::before {
    top: 31%;
}

.step.step-create-case .step-item a.nav-link span.sicon {
    display: block;
    width: 46px;
    height: 46px;
    background-size: 40px !important;
}

.step.step-create-case .step-item.active~.step-item a.nav-link.active span.sicon.sicon-pinfo {
    background: url(../img/icons/steps/patient-info.svg) no-repeat center center;
    opacity: 0.4;
}

.step.step-create-case .step-item a.nav-link.active span.sicon.sicon-pinfo,
.step.step-create-case .step-item a.nav-link span.sicon.sicon-pinfo {
    background: url(../img/icons/steps/patient-info-white.svg) no-repeat center center;
}

.step.step-create-case .step-item.active~.step-item a.nav-link span.sicon.sicon-photos {
    background: url(../img/icons/steps/step-photo.svg) no-repeat center center;
    opacity: 0.4;
}

.step.step-create-case .step-item a.nav-link.active span.sicon.sicon-photos,
.step.step-create-case .step-item a.nav-link span.sicon.sicon-photos {
    background: url(../img/icons/steps/step-photo-white.svg) no-repeat center center;
}

.step.step-create-case .step-item.active~.step-item a.nav-link span.sicon.sicon-impressions {
    background: url(../img/icons/steps/impressions.svg) no-repeat center center;
    opacity: 0.4;
}

.step.step-create-case .step-item a.nav-link.active span.sicon.sicon-impressions,
.step.step-create-case .step-item a.nav-link span.sicon.sicon-impressions {
    background: url(../img/icons/steps/impressions-white.svg) no-repeat center center;
}

.step.step-create-case .step-item.active~.step-item a.nav-link span.sicon.sicon-questions {
    background: url(../img/icons/steps/questions.svg) no-repeat center center;
    opacity: 0.4;
}

.step.step-create-case .step-item a.nav-link.active span.sicon.sicon-questions,
.step.step-create-case .step-item a.nav-link span.sicon.sicon-questions {
    background: url(../img/icons/steps/questions-white.svg) no-repeat center center;
}

.step.step-create-case .step-item.active~.step-item a.nav-link span.sicon.sicon-payment {
    background: url(../img/icons/steps/payment.svg) no-repeat center center;
    opacity: 0.4;
}

.step.step-create-case .step-item a.nav-link.active span.sicon.sicon-payment,
.step.step-create-case .step-item a.nav-link span.sicon.sicon-payment {
    background: url(../img/icons/steps/payment-white.svg) no-repeat center center;
}

.step.step-create-case .step-item.active~.step-item a.nav-link span.sicon.sicon-done {
    background: url(../img/icons/steps/done.svg) no-repeat center center;
    opacity: 0.4;
}

.step.step-create-case .step-item a.nav-link.active span.sicon.sicon-done,
.step.step-create-case .step-item a.nav-link span.sicon.sicon-done {
    background: url(../img/icons/steps/done-white.svg) no-repeat center center;
}

.step.step-create-case .step-item.active~.step-item a.nav-link span.sicon.sicon-choose {
    background: url(../img/icons/steps/choose.svg) no-repeat center center;
    opacity: 0.4;
}

.step.step-create-case .step-item a.nav-link.active span.sicon.sicon-choose,
.step.step-create-case .step-item a.nav-link span.sicon.sicon-choose {
    background: url(../img/icons/steps/choose-white.svg) no-repeat center center;
}

.step.step-create-case .step-item.active~.step-item a.nav-link span.sicon.sicon-binfo {
    background: url(../img/icons/steps/basic.svg) no-repeat center center;
    opacity: 0.4;
}

.step.step-create-case .step-item a.nav-link.active span.sicon.sicon-binfo,
.step.step-create-case .step-item a.nav-link span.sicon.sicon-binfo {
    background: url(../img/icons/steps/basic-white.svg) no-repeat center center;
}

.step.step-create-case .step-item.active~.step-item a.nav-link span.sicon.sicon-addinfo {
    background: url(../img/icons/steps/additional.svg) no-repeat center center;
    opacity: 0.4;
}

.step.step-create-case .step-item a.nav-link.active span.sicon.sicon-addinfo,
.step.step-create-case .step-item a.nav-link span.sicon.sicon-addinfo {
    background: url(../img/icons/steps/additional-white.svg) no-repeat center center;
}

.page404-base-header .not-found-text h1 {
    font-size: 2.5rem;
}

.page404-base-header .not-found-text h2 {
    font-size: 2.1rem;
}

.desc-list {
    padding-left: 1rem;
}

.desc-list li {
    font-size: 0.875rem;
    line-height: 1.8rem;
}

.create-case .card {
    border: none;
    transition: all 0.2s;
    box-shadow: 0 0.2rem 0.8rem 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.create-case .card-title {
    margin: 1.2rem 0;
    font-size: 0.9rem;
    letter-spacing: .04rem;
}

.create-case ul li.list-group-item {
    padding: 2.0rem 0;
    line-height: 1.5rem;
    font-size: 0.9rem;
}

.create-case .btn {
    transition: all 0.2s;
    border-radius: 5rem;
    background-color: #223a56;
    border-color: #223a56;
    padding: 0.6rem 1.5rem;
    font-size: .8125rem;
    color: #fff;
    font-weight: 600;
}

.create-case .btn.btn-good {
    background-color: #2db678;
    border-color: #2db678;
}

.create-case .show-hover {
    bottom: -100%;
    height: 100%;
    left: 0%;
    position: absolute;
    transition: bottom 0.5s ease;
    width: 100%;
    background: #000000;
    font-size: 0.8125rem;
    /* overflow-y: scroll; */
}

.create-case .show-hover.hover-good {
    background: #2db678;
}

.create-case .show-hover .btn {
    animation: glowing 5000ms infinite;
    border: 1px solid #223a56;
    background: #fff;
    color: #223a56;
}

.create-case .card:hover .show-hover {
    bottom: 0%;
}

.qstn-help {
    position: absolute;
    right: 0;
    top: -60px;
}

.qstn-help button {
    width: 40px;
    height: 40px;
    padding: 0;
}

.cquestions-div label {
    position: relative;
}


/* Hover Effects on Card */

@media (min-width: 992px) {
    .create-case .card:hover {
        margin-top: -.25rem;
        margin-bottom: .25rem;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }
    .prcreate-caseicing .card:hover .btn {
        opacity: 1;
    }
}


/**create Case new update 2022**/

.case-gallery .gallery-item {
    overflow: hidden;
    background: #000;
    cursor: pointer;
    border-radius: 0.375rem;
    box-shadow: 0 1px 2px rgb(0 0 0 / 8%);
}

.case-image .case-badge {
    position: absolute;
    right: 20px;
}

.case-create-toast {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9;
    max-width: 500px;
}

.case-create-toast .alert {
    font-size: 1rem;
}


/**shipment page**/

.shipment-list .panel-heading {
    padding: 0;
    border: 0;
}

.shipment-list .panel-title>a,
.shipment-list .panel-title>a:active {
    display: block;
    padding: 10px 15px;
    color: #555;
    font-size: 12px;
    /* font-weight: bold; */
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
}

.shipment-list .panel-heading a:before {
    /* font-family: 'Glyphicons Halflings'; */
    /* content: "\e114"; */
    float: right;
    transition: all 0.5s;
    content: "";
    border-top: 0.5em solid;
    border-right: 0.5em solid transparent;
    border-bottom: 0;
    border-left: 0.5em solid transparent;
}

.shipment-list .panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.shipment-list .step .step-item a.nav-link {
    /* min-width: 100px; */
    box-shadow: none;
    /* height: 75px; */
    height: inherit;
    background: transparent;
}

.shipment-list .step .step-item a.nav-link.active::after {
    top: 0px;
}

@media (max-width:992px) {
    .shipment-list .step {
        overflow-x: scroll;
        border-bottom: 2px solid #ccc
    }
}

.shipment-list .nav-pills#ver-tab .nav-item:not(:last-child) {
    margin: 0 6px;
    margin-bottom: 1rem;
}

.shipment-list .timeline {
    border-left: 3px solid #727cf5;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(114, 124, 245, 0.09);
    /* margin: 0 auto; */
    margin-left: 150px;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 50px;
    list-style: none;
    text-align: left;
    /* max-width: 40%; */
}

@media (max-width: 767px) {
    .shipment-list .timeline {
        padding: 25px;
        margin: 0;
    }
}

.shipment-list .timeline h1 {
    font-weight: 300;
    font-size: 1.4em;
}

.shipment-list .timeline h2,
.shipment-list .timeline h3 {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 10px;
}

.shipment-list .timeline .event {
    border-bottom: 1px dashed #e8ebf1;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}

@media (max-width: 767px) {
    .shipment-list .timeline .event {
        padding-top: 30px;
    }
}

.shipment-list .timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.shipment-list .timeline .event:before,
.shipment-list .timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.shipment-list .timeline .event:before {
    left: -207px;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 120px;
}

@media (max-width: 767px) {
    .shipment-list .timeline .event:before {
        left: 0px;
        text-align: left;
    }
}

.shipment-list .timeline .event:after {
    -webkit-box-shadow: 0 0 0 3px #727cf5;
    box-shadow: 0 0 0 3px #727cf5;
    left: -55.8px;
    background: #fff;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 5px;
}

@media (max-width: 767px) {
    .shipment-list .timeline .event:after {
        left: -31.8px;
    }
}

.item-name-list .left {
    width: 70px;
    float: left;
}

.item-name-list .right {
    margin-left: 70px;
}


/**new forum posts**/

.g-height-50 {
    height: 50px;
}

.g-width-50 {
    width: 50px !important;
}

.g-bg-secondary {
    background-color: #f1f1f1 !important;
}

.g-color-gray-dark-v4 {
    color: #777 !important;
}

.thumb {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .forum-embeded-div .media {
        display: block;
    }
}

img.zoom {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

.transition {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

ul#impressionsTab {
    background: #2db678;
    border-radius: 5rem;
    padding: 0;
    border: 2px solid #2db678;
}

#impressionsTab>.nav-item {
    padding-right: 0;
}

#impressionsTab.nav-pills .nav-link {
    border-radius: 5rem;
    background: transparent;
    box-shadow: none;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

#impressionsTab.nav-pills .nav-link.active {
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    color: #2db678;
}

.iframely-loader,
.iframely-loader:before,
.iframely-loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.iframely-loader {
    color: #ffffff;
    font-size: 10px;
    top: calc(50% - 4em);
    left: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.iframely-loader:before,
.iframely-loader:after {
    content: '';
    position: absolute;
    top: 0;
}

.iframely-loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.iframely-loader:after {
    left: 3.5em;
}

@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}


/* model scrollbar  */

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #223a56;
    background-color: #F5F5F5;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px #223a56;
    background-color: #555;
}

.cquestions-div .qn-number span.qn-badge {
    background: #e9ecef;
    font-weight: 600;
    font-size: 14px;
    padding: 0.5rem 1.5rem;
    display: inline-block;
    border-radius: 0 0 0.4375rem 0.4375rem;
    color: #223a56;
}


/* #locationtab */

.table-patient-name.location-menu p,
.table-patient-name.location-menu h4 {
    color: inherit;
}

.circle-icon {
    border: 1px solid #223a56;
    color: #223a56;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 100%;
    vertical-align: middle;
    padding: 0.7rem 0;
    /* color: #fff; */
    font-size: 0.875rem;
    transition: .2s ease-in-out;
}

.circle-icon:hover,
.circle-icon:active {
    border: 1px solid #2db678;
    color: #2db678;
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.step.steps-add-location .step-item a.nav-link.active {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    padding: 14px 16px;
    font-size: 16px;
    background: #223a56;
}

.step.steps-add-location .step-item a.nav-link.active::after,
.step.steps-add-location .step-item.active a::before {
    display: none;
}

.step.steps-add-location .step-item:not(:first-child)::before {
    height: 1px;
    top: 25px;
    background: #223a56;
}

.step.steps-add-location .step-item p {
    font-size: 0.875rem;
}

.step.steps-add-location .step-item a.nav-link.active {
    cursor: initial;
}


/**ribbons**/

.ribbon {
    position: absolute;
    background: #000000;
    color: #fff;
    text-align: center;
    padding: 0.4em 1em;
    margin: 1em auto;
    left: -2px;
    top: -35px;
}

.ribbon:before,
.ribbon:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -1em;
    border: 1.5em solid #08a05c;
    z-index: -1;
}

.ribbon:before {
    left: -2em;
    border-right-width: 1.5em;
    border-left-color: transparent;
}

.ribbon:after {
    right: -2em;
    border-left-width: 1.5em;
    border-right-color: transparent;
}

.ribbon .ribbon-content:before {
    /*,
.ribbon .ribbon-content:after*/
    content: "";
    position: absolute;
    display: block;
    border-style: solid;
    border-color: #000000 transparent transparent transparent;
    bottom: -1em;
}

.ribbon .ribbon-content:before {
    left: 0;
    border-width: 1em 0 0 1em;
}

.ribbon .ribbon-content:after {
    right: 0;
    border-width: 1em 1em 0 0;
}

.gcaselist {
    position: absolute;
    right: 10px;
    top: -50px;
}


/*
 * bootstrap-tagsinput v0.8.0
 * 
 */

.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: inline-block;
    /* height: calc(3rem + 2px); */
    padding: 0.625rem 0.75rem;
    color: #555;
    vertical-align: middle;
    border-radius: 0.375rem;
    width: 100%;
    line-height: 1.5;
    cursor: text;
}

.bootstrap-tagsinput input {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    padding: 0 6px;
    margin: 0;
    width: auto;
    max-width: inherit;
}

.bootstrap-tagsinput.form-control input::-moz-placeholder {
    color: #777;
    opacity: 1;
}

.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
    color: #777;
}

.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
    color: #777;
}

.bootstrap-tagsinput input:focus {
    border: none;
    box-shadow: none;
}

.bootstrap-tagsinput .badge {
    margin: 2px 2px;
    padding: 5px 8px;
    text-transform: none;
    letter-spacing: 0.01rem;
    font-size: 0.875rem;
}

.bootstrap-tagsinput .badge [data-role="remove"] {
    margin-left: 8px;
    cursor: pointer;
}

.bootstrap-tagsinput .badge [data-role="remove"]:after {
    content: "×";
    padding: 0px 4px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    font-size: 13px
}

.bootstrap-tagsinput .badge [data-role="remove"]:hover:after {
    background-color: rgba(0, 0, 0, 0.62);
}

.bootstrap-tagsinput .badge [data-role="remove"]:hover:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    cursor: pointer;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

.tt-suggestion:hover,
.tt-suggestion:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

.dr-info-table td {
    white-space: normal;
}


/**affix**/


/* must be relative for scrollspy to work */


/**https://www.codeply.com/go/i8xuvOmVw3/bootstrap-4-affix-nav-and-sidebar-layout**/

.navbar-affix.affix-top,
.navbar-affix.affix-bottom {
    position: static;
}

.navbar-affix.affix {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1;
    background: #fff;
    transition: all .35s ease;
    z-index: 9;
}

.header-jumbotron {
    /* height: calc(100vh - 85px); */
    position: relative;
    z-index: 1;
}

.midbar.affix-top,
.midbar.affix-bottom,
.midbar-affix.affix-top,
.midbar-affix.affix-bottom {
    position: static;
}

.midbar.affix,
.midbar-affix.affix {
    position: fixed;
    width: 100%;
    top: 85px;
    z-index: 1;
    background: #fff;
    transition: all .35s ease;
}

#sidemenu.affix-top,
#sidemenu.affix {
    position: static;
}

#sidemenu.affix-bottom {
    position: relative;
}

#sidemenu .mapouter iframe {
    position: fixed;
}

@media (min-width: 768px) {
    #sidemenu.affix {
        position: fixed;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        top: 165px;
        /* z-index: -1; */
    }
    #sidemenu.affix.single-sidemenu {
        top: 0 !important;
    }
}

h2 .membership-badge {
    color: #fff;
    text-transform: none;
    position: absolute;
    top: -5px;
    font-size: 45%;
    padding: 0.25rem 0.35rem;
}

.membership-plan.membership-diamond {
    color: #203958;
}

.badge-membership-diamond {
    background: #203958;
}

.membership-plan.membership-elite {
    color: #376b92;
}

.badge-membership-elite {
    background: #376b92;
}

.membership-plan.membership-platinum {
    color: #bdafa6;
}

.badge-membership-platinum {
    background: #bdafa6;
}

.membership-plan.membership-gold {
    color: #ffc24d;
}

.badge-membership-gold {
    background: #ffc24d;
}

.membership-plan.membership-silver {
    color: #c1c7d3;
}

.badge-membership-silver {
    background: #c1c7d3;
}

.membership-plan.membership-bronze {
    color: #dcb490;
}

.badge-membership-bronze {
    background: #dcb490;
}

.suggestions-div {
    position: relative;
    z-index: 1;
}

.card-fad .avatar {
    width: 130px !important;
    height: 130px !important;
}

.card-fad p {
    font-weight: 500;
}

.card-fad .avatar img,
.midbar.affix-top .profile-avatar.profile-midbar .profile-img-left .avatar-xl img {
    height: auto;
}

.fad-share {
    position: absolute;
    right: -10px;
    top: -10px;
    display: inline-block;
}

.card-smile {
    border: 1px solid rgba(34, 58, 86, 0.25);
    background: #fcfcfc;
}

.card-smile::before {
    content: '';
    height: 50px;
    width: 50px;
    background: #fafafa url(../img/static/everyone_small.png) no-repeat;
    background-size: 50px;
    border-radius: 50%;
    border: 1px solid rgba(34, 58, 86, 0.25);
    position: absolute;
    top: -15px;
    left: -15px;
}

.morecontent span {
    display: none;
}

.morelink {
    display: block;
}

span.sign-popover {
    position: absolute;
    top: -5px;
}

.filter-nav h5 {
    color: #ccc;
    text-align: left;
}

.filter-button {
    position: relative;
    vertical-align: middle;
}

.filter-button button {
    width: 100% !important;
    text-align: left;
    color: #111;
    font-size: 0.775rem;
    border-radius: 20px;
    border-color: #ccc;
}

.filter-button button span {
    font-weight: 500;
}

.multiselect-container>li>a>label {
    padding: 6px 10px 6px 20px;
    width: 100%;
}

.midbar-right-menu .nav-item .btn {
    font-size: 0.775rem;
    border-radius: 20px;
}

.small-search-bar .kb-search-input .input-group-text {
    min-height: 45px;
}

.small-search-bar .kb-search-input input {
    min-height: 50px;
    min-width: 260px;
}

.midbar.affix-top .profile-img-left {
    margin-top: -4.5rem !important;
}

.midbar.affix .profile-img-left {
    margin-top: 0.3rem !important;
    width: 70px !important;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.midbar.affix .profile-avatar .profile-img-right {
    margin-left: 70px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.midbar.affix .avatar-xl {
    width: 60px;
    height: 60px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.dprofile-name {
    position: relative;
}

.dprofile-name .membership-badge {
    top: -50px;
    font-size: 66%;
}

ul.small-pills li {
    padding: 0.35rem 0.575rem;
    font-size: 0.775rem;
    font-weight: 600;
    line-height: 1.4;
    vertical-align: baseline;
    border-radius: 0.875rem;
    border: 1px solid rgba(34, 58, 86, 0.1);
    margin-bottom: 0.35rem;
}


/**course Page**/

#courseTab li.nav-item a span.s-name {
    position: relative;
}

#courseTab li.nav-item a span.s-name .badge {
    position: absolute;
    top: -25px;
    font-size: 60%;
}

#courseTabContent .tab-description {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    border-radius: 6px;
    transition: .4s ease;
}

#courseTabContent td.country img {
    border: 2px solid #dee2e6;
    border-radius: 50%;
}

#courseTabContent td.location {
    color: #2db678;
    font-weight: 600;
}

#courseTabContent .table td,
#courseTabContent .table th {
    white-space: initial;
}


/**form on hubspot**/

body.form-body .form-group,
body.bg-white #iframe-container .patient-info-div .form-group {
    margin-bottom: 1rem;
}

body.form-body .form-control,
body.bg-white #iframe-container .patient-info-div .form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #cad1d7;
    border-radius: 0;
    padding: 0.525rem 0rem;
    height: calc(2rem + 2px);
}


/*----------step-wizard 1-2-3-4-5------------*/

.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
}

.wizard>div.wizard-inner {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 75%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 15px;
    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: initial;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #2db678;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    border: 1px solid #ddd;
}

.wizard .nav-tabs>li.active~li a span.round-tab {
    background: #fff;
    color: #223a56;
}

.wizard li.active span.round-tab {
    background: #223a56;
    color: #fff;
    border-color: #223a56;
}

.wizard li.active span.round-tab i {
    color: #5bc0de;
}

.wizard .nav-tabs>li {
    width: 25%;
    pointer-events: none;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}

.wizard .nav-tabs>li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}

.wizard .nav-tabs>li a:hover {
    background: transparent;
    cursor: initial;
}

.wizard h4 {
    margin-bottom: 1rem;
}

.step-head {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}


/**video filter**/

#video-div {
    min-height: calc(100vh - 200px);
}

.filter-options .btn,
.filters-group .btn {
    border-radius: 0.875rem;
    margin-bottom: 0.5rem;
}

.filters-group label.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.video-gallery {
    position: relative;
}

.video-gallery .gallery-item {
    overflow: hidden;
    background: #000;
    cursor: pointer;
    border-radius: 0.375rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.video-gallery .gallery-item img {
    opacity: .45;
    max-width: 100%;
    height: auto;
}

.video-gallery .gallery-item .gallery-item-caption {
    padding: 1em 1.5em;
    color: #fff;
    font-size: 1em;
}

.video-gallery .gallery-item .gallery-item-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-gallery .gallery-item h3 {
    overflow: hidden;
    padding: 0.5em 0;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
}

.video-gallery .gallery-item h3,
.video-gallery .gallery-item p {
    position: relative;
    margin: 0;
    z-index: 10;
}

.video-gallery .gallery-item p {
    letter-spacing: 1px;
    font-size: 0.867rem;
    padding: 1em 0;
    opacity: 0;
    transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(10%, 0, 0);
}

.video-gallery .gallery-item:hover img {
    opacity: .3;
    /* transform: translate3d(0, 0, 0); */
}

.video-gallery .gallery-item h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15%;
    height: 1px;
    background: #fff;
    transition: transform 0.3s;
    transform: translate3d(-100%, 0, 0);
}

.video-gallery .gallery-item:hover h3::after {
    transform: translate3d(0, 0, 0);
}

.video-gallery .gallery-item:hover p {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}


/**helpful-div**/

.helpful-div .custom-control-label::before,
.helpful-div .custom-control-label::after {
    left: 10px;
    top: 10px;
}

.helpful-div .custom-control-inline {
    padding: 0;
}

.helpful-div .custom-control-label {
    padding-left: 40px;
}

.author-div .rounded-circle img {
    border-radius: 50%;
}


/**floating video**/


/*Floating CSS Start*/

@keyframes fade-in-up {
    0% {
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.stuck {
    position: fixed;
    bottom: 55px;
    right: 20px;
    transform: translateY(100%);
    width: 330px;
    height: 198px;
    animation: fade-in-up 0.25s ease forwards;
    z-index: 999;
    border: 1px solid #223a56;
    background: #f7fafc;
    padding: 2px;
    border-radius: 4px;
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15) !important;
}

.dr-profile-content .card-body {
    position: relative;
}

.dr-profile-content .card-body .not-available-providers {
    position: absolute;
    z-index: 9;
    background: rgba(34, 58, 86, 0.9);
    left: 1.5rem;
    right: 25px;
    bottom: 1.5rem;
    top: 0;
    border-radius: calc(0.375rem - 1px) calc(0.375rem - 1px);
}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 350px;
    position: fixed;
    top: 85px;
    right: -350px;
    height: 100vh;
    z-index: 999;
    background: #f8f9fe;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    right: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #fff;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss img {
    width: 32px;
}

.sidebar-content {
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 80px;
}

.accordion .card-header:after {
    float: right;
    content: '';
    background: url(../img/icons/next_icon.svg);
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
}

.accordion .card-header.collapsed:after {
    content: '';
    background: url(../img/icons/next_icon.svg);
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
    transform: rotate(90deg);
}

.sidebar-content .card-title,
.sidebar-content .list-group-item {
    font-size: 0.875rem;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.overlay.active {
    display: block;
    opacity: 1;
    top: 0;
}

.btn-recommended {
    bottom: -1px;
    position: fixed;
    left: 20px;
    border-radius: 0;
}

#sidebar.recommended-slide {
    padding: 0 20px;
    height: 200px;
    width: 100%;
    bottom: -200px;
    right: initial;
    top: initial;
}

#sidebar.recommended-slide.active {
    right: 0px;
    bottom: 0px;
}

#sidebar.recommended-slide .product-image {
    width: 80px;
    float: left;
    margin-right: 10px;
}

#sidebar.recommended-slide .product-grid .product-content {
    display: inline-block;
    padding: 0;
    min-height: 90px;
}


/* goodcase-container */

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 30px;
    bottom: 0;
    position: absolute;
    content: " ";
    background-color: #ccc;
    height: 2px;
    background: #e0e0e0;
    width: 65%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    font-weight: bold;
    padding: 0;
}

.stepwizard-step .btn-secondary {
    border: 2px solid #ddd;
}

.error-msg {
    position: fixed;
    top: 90px;
    z-index: 99;
}


/**tracking**/

.tracking-detail {
    padding: 3rem 0;
}

#tracking {
    margin-bottom: 1rem;
}


/*
[class*=tracking-status-] p {
    margin: 0;
    color: #fff;
    text-align: center;
    font-weight: 600;
}

[class*=tracking-status-] {
    padding: 1.25rem 1.5rem;
}
*/

.tracking-item {
    border-left: 1px solid #f2f2f2;
    position: relative;
    padding: 2rem 1.5rem .5rem 2.5rem;
    font-size: .875rem;
    margin-left: 3rem;
    min-height: 5rem;
}

.tracking-item:last-child {
    padding-bottom: 4rem;
}

.tracking-item .tracking-date {
    margin-bottom: .5rem;
}

.tracking-item .tracking-date span {
    color: #888;
    font-size: 85%;
    padding-left: .4rem;
}

.tracking-item .tracking-content {
    padding: .5rem .8rem;
    background-color: #f4f4f4;
    border-radius: .5rem;
}

.tracking-item .tracking-content span {
    display: block;
    color: #888;
    font-size: 85%
}

.tracking-item .tracking-icon {
    position: absolute;
    left: -1.5rem;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
}

@media(min-width:992px) {
    .tracking-item {
        margin-left: 10rem;
    }
    .tracking-item .tracking-date {
        position: absolute;
        left: -10rem;
        width: 7.5rem;
        text-align: right;
    }
    .tracking-item .tracking-date span {
        display: block;
    }
    .tracking-item .tracking-content {
        padding: 0;
        background-color: transparent;
        font-weight: 600;
    }
    .tracking-item .tracking-content span {
        font-weight: 500;
    }
}


/**pricing***/


/* .main {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
    font-family: "Open Sans";
    width: 1170px;
    margin: 0 auto;
} */

.price-table {
    width: 100%;
    border-collapse: collapse;
    border: 0 none;
}

.price-table tr:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.price-table tr td {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    padding: 15px 24px;
    font-size: 14px;
}

.price-table tr td:first-child {
    border-left: 0 none;
    font-weight: 600;
}

.price-table tr td:not(:first-child) {
    text-align: center;
}

.price-table tr:nth-child(even) {
    background-color: #FFFFFF;
}

.price-table tr:hover {
    background-color: #EEEEEE;
}

.price-table .fa-check {
    color: #223a56;
}

.price-table .fa-times {
    color: #223a56;
}


/* Highlighted column */


/* .price-table tr:nth-child(2n) td:nth-child(3) {
    background-color: rgba(216, 214, 227, 0.25);
} */

.price-table tr td.your-price {
    background-color: rgba(216, 214, 227, 0.15);
    /* padding: 8px 48px; */
}

.price-table tr td:nth-child(2) .fa-check,
.price-table tr:nth-child(2n) td:nth-child(3) .fa-check {
    /* color: #ffffff; */
}

.price-table tr td.arch-price .badge {
    font-size: 0.675rem;
}


/**/

.price-table tr.price-table-head td {
    font-size: 12px;
    font-weight: 600;
}

.price-table tr.price-table-head td:nth-child(3) {
    background: #002939;
}

.price-table tr.price-table-head {
    background-color: #223a56;
    color: #FFFFFF;
}

.price-table td.price {
    color: #f43f54;
    padding: 16px 24px;
    font-size: 20px;
    font-weight: 600;
    /* font-family: "Montserrat"; */
}

.price-table td.price a {
    background-color: #223a56;
    color: #FFFFFF;
    padding: 12px 32px;
    margin-top: 16px;
    font-size: 12px;
    font-weight: 600;
    /* font-family: "Montserrat"; */
    text-transform: uppercase;
    display: inline-block;
    border-radius: 64px;
}

.price-table td.price-table-popular {
    /* font-family: "Montserrat"; */
    border-top: 3px solid #223a56;
    color: #223a56;
    text-transform: uppercase;
    font-size: 12px;
    padding: 15px 48px;
    font-weight: 700;
}

.price-table .price-blank {
    background-color: #fafafa;
    border: 0 none;
}

.price-table svg {
    width: 90px;
    fill: #223a56;
}

#faq-scroll {
    padding: 95px 0;
}


/**shop**/

.small-cart-img {
    border-radius: 0;
}

.cart .noti-right p.noti-foot .cart-sm-price {
    float: right;
    font-size: 14px;
    /* padding-left: 20px; */
}

.cart .noti-right p.noti-foot .cart-sm-num .form-control,
.qty-list .form-control {
    width: 50px;
    display: inline-block;
    height: 24px;
    padding: 5px 10px;
    font-size: 12px;
}


/**reward pages**/

.statSection {
    padding: 20px 0;
    text-align: center;
    margin: 0px auto;
}

.intro p {
    color: #333c4e;
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    margin: 10px auto;
}

.stats-wrap {
    background: #223a56;
    margin: 0px auto;
    border-radius: 8px;
    width: 60%;
    display: inline-block;
}

.stats-box {
    color: #fff;
    padding: 10px 10px;
    margin: 5px auto;
    border-right: 1px #f0f7f9 solid;
}

.stats-wrap>div>div:last-child>.stats-box {
    border: 0;
}

#rewards {
    margin-bottom: 30px;
}

.reward-section {
    background: #f0f7f9;
}

.reward-card {
    margin: 10px auto;
    background: #fff;
    /* border: 2px #d1e6ec solid; */
    text-align: left;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    border-radius: 6px;
    transition: .4s ease;
    max-width: 100%;
    position: relative;
    min-height: 295px;
}

.reward-card:hover {
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .3);
}

.reward-top {
    text-align: right;
    /* border-bottom: 1px #d1e6ec solid; */
    padding: 10px 20px;
    background: #d3ccec;
}

#rewards>div>div:nth-child(1)>div>div.reward-top {
    background: #fcca45;
}

#rewards>div>div:nth-child(2)>div>div.reward-top {
    background: #a6c8e0;
}

#rewards>div>div:nth-child(3)>div>div.reward-top {
    background: #d3ccec;
}

.reward-card p.note {
    padding: 10px 20px;
    font-size: 13px;
}

.reward-top h2 {
    margin: auto;
    text-transform: capitalize;
    color: #223a56;
    font-weight: 600;
    font-size: 26px;
}

.note-text {
    font-size: 13px;
    padding: 10px 20px;
}

.reward-top h2 small {
    margin: auto;
    text-transform: lowercase;
    font-weight: 600;
    font-size: 20px;
}

.reward-top h2 span {
    display: block;
    font-size: 20px;
    color: #fff;
    line-height: 18px;
}

.reward-icon {
    width: 55px;
    height: 55px;
    background: #223a56;
    border-radius: 100%;
    border: 6px #223a56 solid;
    margin: 0px 20px;
    margin-top: -30px;
    text-align: center;
}

.reward-icon i {
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
}

.reward-desc {
    padding: 10px 20px;
    position: relative;
    text-align: center;
}

.reward-desc h3 {
    margin: 10px auto;
    color: #223a56;
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
}

.reward-desc h4 {
    color: #2db678;
    font-size: 16px;
    font-weight: 600;
}

.selectpts {
    display: inline-block;
    vertical-align: middle;
}

.reward-desc button {
    display: inline-block;
    margin-left: 10px;
    border-radius: 4px;
}

.btn-default {
    background: #2db678;
    border: 1px solid #2db678;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    margin: 10px auto;
    padding: 7px 20px;
    border-radius: 60px;
    min-width: 130px;
    max-width: 100%;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.btn-default:hover,
.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active,
.btn-default:focus,
.btn-default:active:focus {
    background: #2db678;
    color: #fff;
    outline: none;
    border-color: #2db678;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

.points-table .nav-tabs {
    padding: 0;
    margin: 0;
    border: 1px #d1e6ec solid;
    /* display: inline-block; */
    border-radius: 5px;
}

.points-table .nav-tabs>li {
    margin: 0px;
    border: 0;
}

.points-table .nav-tabs>li>a {
    background: transparent;
    border: 0px;
    border-radius: 0;
    color: #223a56;
    text-decoration: none;
    margin-right: 5px;
    font-size: 17px;
    padding: 12px 18px;
    font-weight: 600;
    margin: auto;
}

.points-table .nav-tabs>li>a:hover {
    background: transparent;
    border: 0 !important;
    color: #2db678;
    border-radius: 0;
}

.points-table .nav-tabs>li.active>a,
.points-table .nav-tabs>li.active>a:focus,
.points-table .nav-tabs>li.active>a:hover {
    background: #2db678;
    border: 0 !important;
    color: #fff;
    border-radius: 0;
}

.points-table .table thead tr th {
    background: #223a56;
    color: #fff;
    border: 0;
    font-weight: 500;
    padding: 17px 8px;
    font-size: 17px;
    text-align: center;
}

.points-table .table>tbody>tr>td {
    padding: 12px 8px;
    font-size: 14px;
    text-align: center;
    border: 0;
}

.points-table {
    margin: 10px auto;
    position: relative;
    text-align: left;
}

#points_history,
#reward_history {
    display: block;
    max-height: 430px !important;
    overflow: auto;
    width: 100% !important;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background: #f0f7f9;
}

.getPoints h2 {
    font-weight: 600;
    font-size: 22px;
    margin: 12px auto;
    padding-left: 70px;
    display: inline-block;
}

.getPoints .panel-default .panel-heading {
    background: #223a56;
    border: 0;
    cursor: pointer;
    position: relative;
    padding: 15px 15px;
    color: #fff !important;
    border-radius: 8px 8px 0px 0px;
}

.panel-heading.collapsed {
    background: #f0f7f9 !important;
    color: #333c4e !important;
    border-radius: 8px !important;
    border: 0 !important;
}

.getPoints .panel.panel-default {
    border: 0;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    margin-bottom: 14px;
}

.panel-heading.collapsed .activity-tile h3 {
    color: #333c4e;
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border: 0;
}

span.icnstyle {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 20px;
    left: 15px;
    color: #223a56;
    font-size: 22px;
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 100%;
    /* margin: 5px 0; */
    line-height: 45px;
    text-align: center;
}

.getPoints .panel-heading h2.panel-title {
    color: #fff;
}

.getPoints .panel-heading.collapsed h2.panel-title {
    color: #223a56 !important;
}

.getPoints .panel-body {
    background: #f0f4fc;
}

.nestedact.panel-default .panel-heading {
    background: #ffffff !important;
    border: 0;
    cursor: pointer;
    position: relative;
    padding: 10px 10px;
    color: #223a56 !important;
    border-radius: 0;
}

.nestedact .panel-heading:after,
.nestedact .panel-heading.collapsed:after {
    content: "";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    position: absolute;
    top: 18px;
    right: 20px;
    font-size: 25px;
    color: #2db678;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
}

.nestedact .panel-heading:after {
    content: '\f106';
    color: #2db678;
}

.nestedact .panel-heading.collapsed:after {
    content: "\f107";
}

.tile-icon {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    /* top: 20px; */
    left: 15px;
    color: #223a56;
    font-size: 18px;
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 100%;
    border: 2px #223a56 solid;
    line-height: 45px;
    text-align: center;
}

.activity-tile {
    padding-left: 70px;
    display: inline-block;
}

.activity-tile h3 {
    font-size: 18px;
    color: #223a56;
    margin: 3px auto;
    line-height: normal;
    font-weight: 600;
}

.activity-tile h4 {
    color: #2db678;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    margin: 5px auto;
}

.activity-body {
    border: 0;
    background: #f0f4fc;
    padding: 20px 20px;
}

.activity-body h3 {
    margin: 10px auto;
    color: #223a56;
    font-weight: 600;
    line-height: normal;
    font-size: 20px;
}

.panel-body {
    border: 0 !important;
}

.panel-heading:after,
.panel-heading.collapsed:after {
    content: "";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    position: absolute;
    top: 18px;
    right: 20px;
    font-size: 25px;
    color: #2db678;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
}

.panel-heading:after {
    content: "\f068";
    color: #2db678;
}

.panel-heading.collapsed:after {
    content: '\f067';
}

.tiersPanel {
    padding: 20px 0;
    position: relative;
    margin: auto;
}

.tier-box {
    /* background: #fff; */
    /* box-shadow: 0px 0px 5px 0px #0000004d; */
    margin: 15px auto;
    position: relative;
    text-align: center;
}

.tier-top {
    padding: 20px 20px;
}

.tier-top h2 {
    font-size: 30px;
    margin: auto;
    text-transform: uppercase;
    font-weight: 600;
    vertical-align: middle;
    color: #dcb490;
}

.tier-top h2 span {
    color: #dcb490;
    display: block;
    text-align: center;
    vertical-align: middle;
    text-transform: none;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

.tier-top h2 span img {
    max-width: 40px;
}

.tier-desc {
    color: #dcb490;
    width: 150px;
    height: 150px;
    border: 2px #fff solid;
    border-radius: 100%;
    margin: auto;
    text-align: center;
    box-shadow: 0px 0px 0px 10px #dcb490, inset 0px 0px 0px 10px #dcb490;
    line-height: 150px;
    font-size: 30px;
    font-weight: 600;
}

.tier-desc i {
    font-size: 60px;
    line-height: 140px;
}

.tier-box a {
    text-decoration: none;
}

.tier-box.bronze .tier-top h2 {
    color: #dcb490;
}

.tier-box.bronze .tier-top h2 span,
.tier-box.bronze .tier-desc {
    color: #dcb490;
}

.tier-box.bronze .tier-desc {
    box-shadow: 0px 0px 0px 10px #dcb490, inset 0px 0px 0px 10px #dcb490;
}

.tier-box.silver .tier-top h2 {
    color: #c1c8d4;
}

.tier-box.silver .tier-top h2 span,
.tier-box.silver .tier-desc {
    color: #c1c8d4;
}

.tier-box.silver .tier-desc {
    box-shadow: 0px 0px 0px 10px #c1c8d4, inset 0px 0px 0px 10px #c1c8d4;
}

.tier-box.gold .tier-top h2 {
    color: #fcca45;
}

.tier-box.gold .tier-top h2 span,
.tier-box.gold .tier-desc {
    color: #fcca45;
}

.tier-box.gold .tier-desc {
    box-shadow: 0px 0px 0px 10px #fcca45, inset 0px 0px 0px 10px #fcca45;
}

.tier-box.platinum .tier-top h2 {
    color: #b7aca6;
}

.tier-box.platinum .tier-top h2 span,
.tier-box.platinum .tier-desc {
    color: #b7aca6;
}

.tier-box.platinum .tier-desc {
    box-shadow: 0px 0px 0px 10px #b7aca6, inset 0px 0px 0px 10px #b7aca6;
}

.tier-box.elite .tier-top h2 {
    color: #33678f;
}

.tier-box.elite .tier-top h2 span,
.tier-box.elite .tier-desc {
    color: #33678f;
}

.tier-box.elite .tier-desc {
    box-shadow: 0px 0px 0px 10px #33678f, inset 0px 0px 0px 10px #33678f;
}

.tier-box.diamond .tier-top h2 {
    color: #223a56;
}

.tier-box.diamond .tier-top h2 span,
.tier-box.diamond .tier-desc {
    color: #223a56;
}

.tier-box.diamond .tier-desc {
    box-shadow: 0px 0px 0px 10px #223a56, inset 0px 0px 0px 10px #223a56;
}

.overview_table {
    color: #fff;
    margin: 20px auto;
}

.overview_table table thead th {
    background: #2db678;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    vertical-align: middle;
    border: 1px solid #fff;
    text-transform: uppercase;
    padding: 30px 20px;
}

.overview_table table tbody td {
    font-weight: 400;
    text-align: center;
    padding: 12px 15px;
    background: #223a56;
    line-height: 25px;
    color: #fff;
    border: 1px solid #fff;
}

.overview_table table tbody td:first-child {
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    background: #223a56;
    font-size: 15px;
    padding: 12px 20px;
    width: 35%;
}

td.onPointTd {
    background: #2db678 !important;
    color: #223a56 !important;
    font-size: 18px;
    font-weight: bold !important;
    text-transform: uppercase;
    text-align: left !important;
    position: relative;
    cursor: pointer;
    webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.onPointTd:after {
    content: '\f068';
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    position: absolute;
    top: 3px;
    right: 20px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

.onPointTd.collapsed:after {
    content: '\f067';
    font-family: 'Font Awesome 5 Free';
}

.nested-table {
    padding: 0 !important;
}

.nested-table .table {
    margin: auto;
}

.current-tier {
    text-align: center;
    margin: 20px auto;
    position: relative;
}

.level-icon img {
    max-width: 50px;
}

.level-icon h4 {
    font-size: 15px;
    margin: 10px auto;
    font-weight: 600;
    line-height: 25px;
    vertical-align: middle;
}

.level-icon h4 span {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    vertical-align: middle;
    padding-left: 5px;
    color: #333c4e;
}

#instagramFollow button,
#instagramShare button {
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    background: #223a56 !important;
    display: inline-block !important;
    padding: 3px 20px !important;
    margin: 5px auto !important;
    border-radius: 50px !important;
    border: 1px solid #223a56!important;
}


/*** RADIAL PROGRESS ***/


/* Circumference = 2πr */


/* π = 3.1415926535898 */


/* r = 35 */

svg.radial-progress {
    height: auto;
    max-width: 150px;
    transform: rotate(-90deg);
    width: 100%;
}

svg.radial-progress circle {
    fill: rgba(0, 0, 0, 0);
    stroke: #fff;
    stroke-dashoffset: 219.91148575129;
    /* Circumference */
    stroke-width: 9;
}

svg.radial-progress circle.incomplete {
    opacity: 0.25;
    stroke: #cccccc !important;
}

svg.radial-progress circle.complete {
    stroke-dasharray: 219.91148575129;
    /* Circumference */
}

svg.radial-progress .tier-gold {
    fill: #000;
    font: 400 1em/1 'Oswald', sans-serif;
    text-anchor: middle;
}


/*** COLORS ***/


/* Primary */

.silver-level svg.radial-progress circle.complete {
    stroke: #c1c8d4;
}


/* Secondary */

.gold-level svg.radial-progress circle.complete {
    stroke: #fcca45;
}


/* Tertiary */

.platinum-level svg.radial-progress circle.complete {
    stroke: #b7aca6;
}


/* Quaternary */

.elite-level svg.radial-progress circle.complete {
    stroke: #33678f;
}


/* Quinary */

.diamond-level svg.radial-progress circle.complete {
    stroke: #223a56;
}

.tier-level .percentage {
    position: absolute;
    margin-top: -95px;
    font-size: 22px;
    font-weight: 600;
    left: 0px;
    right: 0px;
}

.tier-level .percentage i {
    font-size: 50px;
    line-height: 30px;
}

.silver-level .percentage {
    color: #c1c8d4;
}

.gold-level .percentage {
    color: #fcca45;
}

.platinum-level .percentage {
    color: #b7aca6;
}

.elite-level .percentage {
    color: #33678f;
}

.diamond-level .percentage {
    color: #223a56;
}

.tiers-tracker {
    text-align: center;
    margin: auto;
}

.tier-level {
    text-align: center;
    margin: 10px auto;
    position: relative;
    display: inline-block;
}

.tier-progress {
    color: #dcb490;
    width: 130px;
    height: 130px;
    border: 1.5px #fff solid;
    border-radius: 100%;
    margin: auto;
    text-align: center;
    line-height: 120px;
    font-size: 22px;
    font-weight: 600;
    box-shadow: 0px 0px 0px 8px #dcb490, inset 0px 0px 0px 8px #dcb490;
}

.tier-progress i {
    font-size: 70px;
    line-height: 130px;
}

.tier-level h2 {
    margin: 10px auto;
    text-transform: uppercase;
    font-weight: 600;
    vertical-align: middle;
    color: #dcb490;
    font-size: 25px;
    padding-bottom: 10px;
}

.tier-level h2 span {
    display: block;
    font-size: 13px;
}

.tier-level.bronze-level h2 {
    color: #dcb490;
}

.bronze-level .tier-progress {
    box-shadow: 0px 0px 0px 8px #dcb490, inset 0px 0px 0px 8px #dcb490;
    color: #dcb490;
}

.tier-level.silver-level h2 {
    color: #c1c8d4;
}

.silver-level .tier-progress {
    box-shadow: 0px 0px 0px 8px #c1c8d4, inset 0px 0px 0px 8px #c1c8d4;
    color: #c1c8d4;
}

.tier-level.gold-level h2 {
    color: #fcca45;
}

.gold-level .tier-progress {
    box-shadow: 0px 0px 0px 8px #fcca45, inset 0px 0px 0px 8px #fcca45;
    color: #fcca45;
}

.tier-level.platinum-level h2 {
    color: #b7aca6;
}

.platinum-level .tier-progress {
    box-shadow: 0px 0px 0px 8px #b7aca6, inset 0px 0px 0px 8px #b7aca6;
    color: #b7aca6;
}

.tier-level.elite-level h2 {
    color: #33678f;
}

.elite-level .tier-progress {
    box-shadow: 0px 0px 0px 8px #33678f, inset 0px 0px 0px 8px #33678f;
    color: #33678f;
}

.tier-level.diamond-level h2 {
    color: #223a56;
}

.diamond-level .tier-progress {
    box-shadow: 0px 0px 0px 8px #223a56, inset 0px 0px 0px 8px #223a56;
    color: #223a56;
}

.progress.userProgress {
    height: 50px;
    background: #ffffff;
    border-radius: 50px;
    margin: 6px auto;
    border: 2px #223a56 solid;
    box-shadow: none;
    width: 100%;
    float: left;
    display: inline-block;
    background: #223a56;
}

.userProgress .progress-bar {
    background: #2db678;
    position: relative;
    box-shadow: none;
    border-radius: 50px;
}

.progressWrapper {
    position: relative;
}

.myProgress {
    position: relative;
    margin-top: 20px;
    display: inline-block;
}

.myProgress span {
    position: absolute;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    background: #223a56;
    line-height: 20px;
    margin: 6px auto;
    padding: 6px 10px;
    border-radius: 5px;
    top: -40px;
    right: 0;
}

.myProgress span:after {
    content: '';
    border-top: 8px solid #223a56;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -7px;
    right: 12px;
    /* left: 50%; */
    text-align: center;
}

.tracker_value {
    width: 100%;
    height: 50px;
    vertical-align: middle;
}

.pntssection {
    width: 16%;
    /* height: 50px; */
    float: left;
    display: inline-block;
    background: none;
    text-align: center;
    margin: auto;
    color: #081a3e;
    position: relative;
    vertical-align: middle;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    /* padding: 10px 0; */
}

.earnBtn {
    margin: 10px auto;
    display: inline-block;
    text-align: center;
    color: #333c4e;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.current-tier {
    text-align: center;
    margin: 20px auto;
    position: relative;
}

.level-icon img {
    max-width: 50px;
}

.level-icon h4 {
    font-size: 15px;
    margin: 10px auto;
    font-weight: 600;
    line-height: 25px;
    vertical-align: middle;
}

.level-icon h4 span {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    vertical-align: middle;
    padding-left: 5px;
    color: #333c4e;
}


/**footer**/

.footer {
    padding: 80px 0;
    color: #8898aa;
    position: relative;
    z-index: 1;
}

.footer ul li {
    padding-bottom: 5px;
    font-weight: 600;
}

.footer-social-icons a {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: 0 6px 6px 0;
    border-radius: 100%;
    text-align: center;
    font-size: 22px;
    line-height: 60px;
    background-color: #2db678 !important;
    box-shadow: none !important;
    color: #fff !important;
    transition: .2s ease-in-out;
}

.footer-social-icons a:hover,
.footer-social-icons a:active {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}


/***return to top**/

#return-to-top {
    position: fixed;
    bottom: 00px;
    right: 20px;
    background: rgb(45, 182, 120);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 6px 6px 0 0;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 10px 0;
    text-align: center;
    z-index: 999;
}

#return-to-top:hover {
    background: #223a56;
}

.footer-alert-div {
    position: fixed;
    bottom: 0;
    z-index: 999;
    right: 10%;
}

.pdfobject-container {
    height: 100vh;
}


/***responsive***/


/**responsive case table**/

@media only screen and (max-width: 768px) {
    .notification-on-top .alert {
        padding-right: 3rem;
    }
    .notification-on-top .alert-dismissible .close {
        background: #f75676;
        width: 25px;
        border-radius: 50%;
        border: 1px solid #fff;
    }
    .d-ipad-none {
        display: none;
    }
    .d-ipad-block {
        display: block;
    }
    table.cases-table,
    table.cases-table thead,
    table.cases-table tbody,
    table.cases-table th,
    table.cases-table td,
    table.cases-table tr,
    table.order-table,
    table.order-table thead,
    table.order-table tbody,
    table.order-table th,
    table.order-table td,
    table.order-table tr,
    table.dr-hours-table tr,
    table.dr-hours-table td,
    table.dr-info-table tr,
    table.dr-info-table td {
        display: block;
    }
    table.cases-table thead tr,
    table.order-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    /* table.cases-table tr { border: 1px solid #ccc; } */
    table.cases-table td {
        border: none;
        /* border-bottom: 1px solid #eee; */
        position: relative;
        padding-left: 200px;
        margin-left: 150px;
    }
    table.cases-table td:before {
        position: absolute;
        top: 12px;
        left: 6px;
        width: 200px;
        padding-right: 40px;
        white-space: nowrap;
        margin-left: -150px;
    }
    table.cases-table th.age,
    table.cases-table td.age,
    table.cases-table th.gender,
    table.cases-table td.gender,
    table.cases-table th.forum,
    table.cases-table td.forum,
    table.cases-table th.submitted-date,
    table.cases-table td.submitted-date,
    table.cases-table th.case-del,
    table.cases-table td.case-del {
        display: none;
    }
    table.cases-table.dataTable tr,
    .card table.order-table tr {
        padding: 1.2rem;
    }
    table.cases-table.dataTable td,
    .card table.order-table td {
        padding: .2rem;
        border: none;
    }
    td.patient:before {
        content: "Patient";
        padding-top: 15px;
    }
    td.case-type:before {
        content: "Case Type";
        margin-top: -8px;
        font-weight: 500;
    }
    /* td:nth-of-type(4):before { content: "Default";} */
    td.status:before {
        content: "Status";
        margin-top: -8px;
        font-weight: 500;
    }
    td.shipped-date:before {
        content: "Shipped Date";
        margin-top: -8px;
        font-weight: 500;
    }
    td.tracking-number:before {
        content: "Tracking No.";
        margin-top: -8px;
        font-weight: 500;
    }
    td.expected-delivery:before {
        content: "Expected Delivery";
        margin-top: -8px;
        font-weight: 500;
    }
    table.order-table tfoot {
        display: block;
    }
    table.order-table tfoot tr {
        padding: .8rem 1.2rem;
    }
    table.order-table tfoot tr.reward-tr {
        padding: 0;
    }
    table.order-table tfoot tr.reward-tr .bg-secondary.alert {
        white-space: initial;
        padding: 1rem 0;
    }
    #cases-good.table.cases-table td {
        margin-left: 0;
    }
    #cases-good.table.cases-table td:before {
        width: 0px;
        margin: 0;
        content: '';
    }
    .right-status-case {
        float: none !important;
    }
    .status-area {
        display: block;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        padding: 0.625rem 1.25rem;
    }
    .case-create-content #caseTabContent .alert.alert-light span.h4 {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .case-create-content #caseTabContent .alert.alert-light .float-right {
        float: none !important;
        width: 100%;
        display: inline-block;
        text-align: center;
        margin-top: 0.5rem;
    }
    .step.step-create-case .step-item span.label {
        display: none;
    }
    .step.step-create-case .step-item a.nav-link {
        width: 44px;
        height: 44px;
        padding: 5px 5px;
    }
    .step.step-create-case .step-item a.nav-link.active::after {
        display: none;
    }
    .step.step-create-case .step-item a.nav-link span.sicon {
        display: block;
        width: 30px;
        height: 30px;
        background-size: 24px !important;
    }
    .step.step-create-case .step-item a::before {
        display: none;
    }
    .step.step-create-case .step-item:not(:first-child)::before {
        display: none;
    }
    .pname-case .float-right {
        float: left !important;
    }
    .midbar-profile .dprofile-name {
        font-size: 0.9rem;
    }
    .midbar-profile ul {
        width: 100% !important;
    }
    .midbar-profile ul.midbar-right-menu li {
        margin-bottom: 0.5rem;
    }
    .midbar-profile ul.midbar-left-menu {
        margin-top: 0.5rem;
        width: initial !important;
    }
    .midbar-profile ul.midbar-left-menu li {
        margin-bottom: 0;
    }
    .resp-container-ipad {
        position: relative;
        overflow: hidden;
        padding-top: 56.25%;
    }
    .resp-iframe-ipad {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }
}


/**brand logo display**/

@media (max-width: 1399px) {
    .header-body .card-body .text-card-footer {
        font-size: 10px;
    }
}

@media (max-width: 1300px) {
    .big-brand {
        display: none;
    }
}

@media (min-width: 1301px) {
    .big-brand {
        display: block;
    }
    .responsive-brand {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .navbar.fixed-top .container {
        position: relative;
    }
    .responsive-brand {
        display: block;
        margin: 0;
        position: absolute;
        left: 55px;
    }
    .navbar-light .navbar-nav.header-left-menu .nav-link.active,
    .navbar-light .navbar-nav.header-left-menu .nav-link:hover,
    .navbar-light .navbar-nav.header-left-menu .nav-link:focus {
        border-bottom: none;
    }
    .navbar-light .navbar-nav.header-left-menu .nav-link {
        border-bottom: none;
        padding: .925rem 0;
    }
    .navbar-light .navbar-nav.header-left-menu .nav-link {
        height: inherit;
    }
    table.cases-table th.age,
    table.cases-table td.age,
    table.cases-table th.gender,
    table.cases-table td.gender,
    table.cases-table th.forum,
    table.cases-table td.forum,
    table.cases-table th.submitted-date,
    table.cases-table td.submitted-date,
    table#cases-shipped.cases-table th.case-type,
    table#cases-shipped.cases-table td.case-type,
    table.cases-table th.case-del,
    table.cases-table td.case-del {
        display: none;
    }
    ul.filter-nav li {
        max-width: 100%;
        margin-bottom: 15px;
    }
    ul.filter-nav li .dropdown.float-right {
        float: left !important;
    }
    .tbl-top-search {
        top: -45px;
    }
}


/* // Extra small devices (portrait phones, less than 576px) */


/* // No media query since this is the default in Bootstrap */

@media (max-width:991px) {
    .bg-header {
        min-height: auto;
    }
    .tbl-top-search {
        position: initial;
        margin-top: 20px;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    table.cases-table.dataTable td {
        font-weight: 500;
        font-size: 0.85rem;
    }
    .case-tabs-all .nav-tabs .nav-item {
        width: 50%;
        text-align: center;
    }
    .profile-avatar .profile-img-left {
        width: 100%;
        text-align: center;
    }
    .profile-avatar .profile-img-right {
        margin: 0;
        text-align: center;
    }
    .case-info-summary {
        margin-top: 1rem;
    }
    /**hide tooltip for smaller devices**/
    .tooltip {
        display: none !important;
    }
    .create-case .card {
        cursor: inherit;
    }
    .create-case .card:hover .show-hover {
        bottom: 100%;
        display: none;
    }
    .card-body-text {
        text-align: center;
    }
    .card-fad .p-tel {
        margin: 0.5rem 0 1rem 0;
    }
    .membership-badge {
        top: 0;
    }
    .midbar.affix-top .profile-avatar.profile-midbar .profile-img-left .avatar-xl {
        width: 80px;
        height: 80px;
        margin-top: 40px !important;
    }
    .profile-avatar.profile-midbar .profile-img-left {
        text-align: left;
        width: inherit;
    }
    .profile-avatar.profile-midbar .profile-img-right {
        margin-left: 95px;
        text-align: left;
    }
    .communication-mobile .comm-button a {
        position: fixed;
        z-index: 10;
        width: 100%;
        bottom: 0;
        left: 0;
        border-radius: 0;
    }
    #collapseComm {
        position: fixed;
        width: 100%;
        top: 85px;
        left: 0;
        z-index: 9999;
    }
    #collapseComm.show {
        display: block !important;
        height: 100vh;
        background: rgb(0 75 108 / 90%);
    }
    #collapseComm.show .card-header {
        padding: .1rem !important;
        font-size: 0.875rem;
    }
    #collapseComm.show .card-header img {
        width: 28px;
    }
    #collapseComm.show .card-header,
    #collapseComm.show .card {
        border-radius: 0;
    }
    /* #collapseComm.show .communication-card {
        height: calc(100vh - 85px);
        overflow-y: scroll;
    } */
    #collapseComm.show .communication-card iframe {
        height: inherit;
    }
    #collapseComm.show .comm-close-btn {
        position: fixed;
        z-index: 9;
        right: 10px;
        top: 90px;
        width: 32px;
        height: 32px;
    }
    .video-gallery .gallery-item h3 {
        font-size: 0.9rem;
    }
    .video-gallery .gallery-item p {
        display: none;
    }
}


/**iphone**/

@media (max-width: 500px) {
    .d-iphone-none {
        display: none;
    }
    .d-iphone-block {
        display: block;
    }
    .notif .noti-left {
        width: 0;
    }
    .notif .noti-left .avatar {
        display: none;
    }
    .notif .noti-right {
        width: initial;
        margin-left: 0;
    }
    .notif .noti-right p {
        font-size: 12px;
    }
    .notif .noti-right p.noti-foot {
        font-size: 10px;
    }
    .case-tabs-all .nav-tabs .nav-item {
        width: 100%;
    }
    table.cases-table td:before {
        display: none;
    }
    table.cases-table td {
        margin-left: 0;
    }
    .kb-search-input input,
    .kb-search-input .easy-autocomplete {
        min-width: inherit;
    }
    .case-create-content .case-info-summary ul li.list-inline-item {
        padding: 0 0.5rem;
    }
    .case-create-content .case-info-summary ul {
        margin: 0 auto;
    }
    .case-create-content .case-info-summary ul li h4 {
        font-size: 0.875rem;
    }
    .pname-case .case-type {
        display: block;
    }
    .btn.imp-submit {
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100%;
    }
    .nav.header-right-menu .nav-link svg {
        width: 22px;
        height: 22px;
        margin-right: 0;
    }
    .nav.header-right-menu .dr-profile .nav-link {
        padding: 23px 1rem;
    }
    .nav.header-right-menu .nav-link.submit-case-btn,
    .submit-case-btn,
    .submit-case-mobile {
        height: 28px;
        line-height: inherit;
        padding: 2px;
    }
    .dropdown-menu.large-dropdown {
        min-width: 12rem;
    }
}


/* // smaller devices (mobile, tablets, 768px and down) */

@media (max-width: 768px) {
    .nav.header-right-menu .nav-link {
        padding: 30px 0.9rem;
    }
    .nav.header-right-menu .dr-profile .nav-link {
        padding: 24px 1rem;
    }
    .footer-alert-div {
        display: none !important;
    }
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center !important;
        margin: 10px 0 !important;
    }
    .bottom-tbl-area .dataTables_info {
        top: -10px;
    }
    .header-top-case {
        text-align: center;
    }
    .header-top-case .right-button-case {
        float: none !important;
    }
    #impressions .shipping-address,
    #impressions .scanner-details {
        background-image: none;
    }
    .step .step-item a {
        padding: 30px 8px 0;
        font-size: 0.55rem;
    }
    #impressionsTab .nav-item {
        margin-bottom: 0;
    }
    .dropdown-menu .dropdown-item {
        font-size: 0.845rem;
    }
    .nav-link .dropdown-toggle {
        display: none;
    }
    .nav-link .avatar {
        width: 38px;
        height: 38px;
    }
    .qr-code-drop .nav-link .avatar {
        width: 125px;
        height: 125px;
    }
    .navbar.fixed-top,
    .navbar-affix {
        padding: 0;
    }
}


/* // Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}


/* // Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .navbar .dropdown-menu {
        margin-top: 7px;
    }
}


/* // Large devices (desktops, 992px and up) */

@media (min-width: 992px) {}


/* // Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    .container {
        max-width: 1180px;
    }
    .navbar.fixed-top .container {
        max-width: 1200px;
    }
    .navbar-search .form-control {
        width: 400px;
    }
}

@media (min-width: 1300px) {
    .container {
        max-width: 1300px;
    }
    .navbar.fixed-top .container {
        max-width: 1300px;
    }
    .navbar {
        padding: 0;
    }
}

@media screen and (min-width: 1400px) {
    .container,
    .navbar.fixed-top .container {
        max-width: 1380px;
    }
    .navbar {
        padding: 0;
    }
}

@media screen and (min-width: 1600px) {
    .container,
    .navbar.fixed-top .container {
        max-width: 1540px;
    }
}

.error {
    border-color: #fb6340;
}