/* 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: #223a56 !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: #223a56 url(../img/static/login.png) no-repeat;
    background-position: center center;
    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;
}

.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;
}

.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;
    ;
}

.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: 26px 1rem;
    height: 85px;
}

.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 {
    border-radius: 5rem;
    transition: .2s ease-in-out;
}

.nav.header-right-menu .nav-link.submit-case-btn,
.submit-case-mobile {
    background-color: #2db678;
    padding: 3px 18px;
    font-size: .8125rem;
    line-height: 25px;
    color: #fff;
    font-weight: 600;
    height: 35px;
}

.nav.header-right-menu .nav-link.submit-case-btn:hover {
    background: #fff;
    border: 2px solid #2db678;
    color: #2db678;
}

.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: 32px;
}

.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;
}

.header-right-menu .nav-item {
    border-left: 1px solid #fafafa;
}

.header-right-menu .nav-item:first-child {
    border-left: none;
}

.nav.header-right-menu .dr-profile .nav-link {
    padding: 14px 1rem;
}

.avatar {
    border: 1px solid #223a56;
    /* padding: 2px; */
    background: #fff;
    color: #2db578;
    font-size: 16px;
    font-weight: 600;
}

.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.3rem 0.5rem;
    font-size: 0.775rem;
    margin: 0;
}

.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: 40px;
}

.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;
    /* width:250px !important; */
}

.tbl-top-search input:focus {
    background-color: transparent;
}

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;
}

.table-patient-name .pat-left-col {
    width: 70px;
    float: left;
}

.table-patient-name .pat-right-col {
    margin-left: 70px;
    min-height: 60px;
    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;
}

.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; */
}

.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;
}

.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 .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: #e7e7e7;
    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: #e7e9ed;
}


/* .step .step-item.active~.step-item a::before { */

.step .step-item.final-plan~.step-item a::before {
    background: #e7e9ed;
}

.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 .show-hover {
    bottom: -100%;
    height: 100%;
    left: 0%;
    position: absolute;
    transition: bottom 0.5s ease;
    width: 100%;
    background: #223a56;
    font-size: 0.8125rem;
    /* overflow-y: scroll; */
}

.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;
    }
}

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: #4fd69c;
    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: #2db678 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;
}


/*
 * 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 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;
}


/**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);
}


/**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;
    }
    .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;
    }
}


/* // 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: 20px;
        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;
    }
}


/**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%;
    }
}


/* // smaller devices (mobile, tablets, 768px and down) */

@media (max-width: 768px) {
    .nav.header-right-menu .nav-link {
        padding: 26px 0.8rem;
    }
    .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;
    }
}


/* // 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 screen and (min-width: 1400px) {
    .container,
    .navbar.fixed-top .container {
        max-width: 1340px;
    }
}

@media screen and (min-width: 1600px) {
    .container,
    .navbar.fixed-top .container {
        max-width: 1540px;
    }
}