@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/opensans/OpenSans-Regular.eot');
    src: url('../fonts/opensans/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans/OpenSans-Regular.woff2') format('woff2'), url('../fonts/opensans/OpenSans-Regular.woff') format('woff'), url('../fonts/opensans/OpenSans-Regular.ttf') format('truetype'), url('../fonts/opensans/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans-Medium';
    src: url('../fonts/opensans/OpenSans-Medium.eot');
    src: url('../fonts/opensans/OpenSans-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans/OpenSans-Medium.woff2') format('woff2'), url('../fonts/opensans/OpenSans-Medium.woff') format('woff'), url('../fonts/opensans/OpenSans-Medium.ttf') format('truetype'), url('../fonts/opensans/OpenSans-Medium.svg#OpenSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans-SemiBold';
    src: url('../fonts/opensans/OpenSans-SemiBold.eot');
    src: url('../fonts/opensans/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans/OpenSans-SemiBold.woff2') format('woff2'), url('../fonts/opensans/OpenSans-SemiBold.woff') format('woff'), url('../fonts/opensans/OpenSans-SemiBold.ttf') format('truetype'), url('../fonts/opensans/OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../fonts/opensans/OpenSans-Bold.eot');
    src: url('../fonts/opensans/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans/OpenSans-Bold.woff2') format('woff2'), url('../fonts/opensans/OpenSans-Bold.woff') format('woff'), url('../fonts/opensans/OpenSans-Bold.ttf') format('truetype'), url('../fonts/opensans/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: OpenSans, sans-serif;
    color: #484848;
}

/*===================================================*/
/*================ New Style Updated ================*/
/*===================================================*/
/*
.navbar-primary .nav-item a, .navbar-primary .nav-link {
    color: #ffffff;
    padding: 14px 16px !important;
}

.navbar-primary .nav-item.active > a {
    padding: 14px 16px !important;
    color: #ffffff;
    font-family: 'Lora-Medium', OpenSans-Medium;
    background-color: #212381 !important;
    border-bottom: 4px solid #ffffff;
}

.navbar-primary .nav-item a:hover {
    padding: 14px 16px !important;
    color: #ffffff !important;
    font-family: 'Lora-Medium';
    border-bottom: 4px solid #ffffff;
}

.navbar-nav .dropdown-menu {
    border-radius: 0;
}
*/
.navbar-brand img {
    max-height: 80px;
    width: auto !important;
    padding:0;
}
/* Multi-policy Dropdown Style start */
.policy-list {
    /*min-height: 100px;
    min-width: 300px;
    background-color: #e3eba6;*/
    /*border: solid 1px #00807C;*/
}

.caregiver-div {
    height: 80px;
    background-color: #e3eba6;
}

#account-nav .account-pic {
    margin: 12px 8px 0 0;
    float: left;
    display: inline-block;
    height: 20px;
    width: auto;
}

#account-nav {
    line-height: 18px;
    font-size: 14px;
}

#account-nav .dropdown-toggle:after {
    content: none;
}

#account-nav .collapse-profile em,
#account-nav .prfilebox em {
    padding: 2px 4px;
}

#account-nav ul {
    padding: 0;
}

#account-nav p {
    margin: 0;
}

#account-nav ul li {
    list-style-type: none;
}

#account-nav li.prfilebox {
    border-bottom: 1px solid #e7e7e7;
}

#account-nav .prfilebox p {
    padding: 15px 15px;
}

#account-nav .dropdown-menu a {
    /*font-size: 12px !important;*/
    color: #00807C;
    line-height: 16px;
    cursor: pointer;
    padding: 0;
}

#account-nav .sub-list {
    padding-left: 50px !important;
}

#account-nav .title_sm {
    color: #00807C;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
    letter-spacing: normal;
}

.account-planname {
    display: block;
    color: #a20067;
    padding: 3px 0 0 35px;
    /*font-size: 12px;*/
    text-transform: capitalize !important;
}

/*========== Collapse search Bar ==========*/
.searchbar {
    margin-bottom: auto;
    margin-top: auto;
    height: 60px;
    border: none;
    padding: 10px 0;
}

.search_input {
    border: 0;
    outline: 0;
    padding-right: 50px;
    background: none;
    width: 0;
    color:#1d1d1d;
    caret-color: transparent;
    line-height: 40px;
    transition: width 0.4s linear;
}

/*.searchbar:hover > .search_input*/
.search_input {
    padding: 0 45px 0 16px;
    caret-color: red;
    transition: width 0.4s linear;
    border: 1px solid #00807C;
    border-radius: 30px;
}

.searchbar:hover > .search_icon {
    background: white;
}

.search_icon {
    height: 40px;
    width: 40px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: white;
    text-decoration: none;
    position: relative;
    z-index: 9;
    margin:1px 1px 0 -3rem;
    cursor:pointer;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #484848;
    opacity: 0.5; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #484848;
}
/* ========== New Megamenu Style ========== */
/*
.mega-menu .dropdown-toggle:after,
.mega-menu .dropdown-menu:after {
    content: none !important;
}

.navbar-primary .nav-item.active .sub-menu a,
.nav-item.mega-menu .sub-menu a {
    color: #1d1d1d;
    font-family: 'Lora-Medium';
    display: block;
    padding: 20px 16px 0 16px !important;
    border: none;
    white-space: nowrap;
}

.navbar-primary .nav-item.active .sub-menu a:hover,
.nav-item.mega-menu .sub-menu a:hover {
    display: block;
    color: #00807C !important;
    padding: 20px 16px 0 16px !important;
    transition: 0.6s;
    border-bottom: 0;
    box-shadow: none !important;
    border-bottom: 0;
    border-radius: 0 !important;
}

.mega-menu .sub-menu {
    flex-direction: row;
    background: #FFF;
}

.mega-menu .dropdown-menu:before {
    content: none;
}
*/
.footer-logo {
    max-height: 100px;
}

.loging-caption {
    position: absolute;
    top:70%;
    left: calc(50% - 350px);
}

.login ul, .login ul li {
    padding: 0;
    list-style: none
}

/* Responsive View */
@media only screen and (min-width: 992px) {
    /*
    .mega-menu {
        min-height: 56px;
    }

    ul.nav li.mega-menu:hover > .dropdown-menu {
        display: block;
        box-shadow: none;
        padding: 0;
        border: 0;
        left: auto;
        min-width: 300px;
        top: 100% !important;
        background: #FFF;
        border-radius: 0;
    }

    .mega-menu .dropdown-menu {
        -webkit-box-shadow: 0 0 10px rgba(0 0 0 / 10%) !important;
        box-shadow: 0 0 10px rgba(0 0 0 / 10%) !important;
    }

    .navbar-primary .nav-item.mega-menu:hover {
        background-color: #212381;
    }
*/
    .static-slide {
        /*height: 425px;*/
    }
}

/* ========== New Form Control Style ========== */
.inboxmsg {
    min-height: 100px;
    box-shadow: none !important;
}

.input-form, .input-form .btn {
    height: 56px;
}

.md-form .form-control:focus {
    box-shadow: none !important;
}

.input-form .form-control {
    margin: 0;
    font-size: 18px;
    color:#1d1d1d;
}

.modal .input-form .hasDatepicker {
    font-size: 16px !important;
}

.input-form .mdb-main-label,
.input-form .md-form > input[type]:-webkit-autofill:not(.browser-default):not([type="search"]) + label,
.input-form .md-form label.active {
    -webkit-transform: translateY(-6px) scale(0.8);
    transform: translateY(-6px) scale(0.8);
    transform-origin: 0;
}

.input-form .mdb-main-label,
.input-form .md-form > input[type]:-webkit-autofill:not(.browser-default):not([type="search"]) + label,
.input-form .md-form label.active {
    font-size: 1.1em !important;
    color:#484848;
}

.md-form label{
    color:#484848;
}

.input-disabled {
    background: #F2F2F2 !important;
}

.input-disabled label, .input-disabled em {
    color: #9a9a9a !important;
}


.input-form.mdb-sel .colorful-select[input] ~ .mdb-main-label,
.input-form.mdb-sel .colorful-select:focus ~ .mdb-main-label,
.input-form.mdb-sel .colorful-select:valid ~ .mdb-main-label,
.input-form.mdb-sel .colorful-select:not([value=""]):disabled ~ .mdb-main-label {
    font-size: 16px;
    opacity: 1;
    top: 0px;
}

/*.input-form .file_upload_label {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: -webkit-fill-available;
    width: 90%;
}*/
/* ========== Commpn Page Style ========== */
.font-primary {
    font-family: OpenSans,sans-serif;
}

.font-primary-medium {
    font-family: OpenSans-Medium,sans-serif;
}

.font-face-bold,
.font-primary-bold {
    font-family: 'OpenSans-SemiBold',sans-serif;
}

.font-primary-bolder {
    font-family: OpenSans-Bold,sans-serif;
}
/*
.font-secondary{
    font-family: Lora,sans-serif;
}

.font-secondary-medium {
    font-family: Lora-Medium,sans-serif;
}
*/
.text-secondary {
    color: #A20067 !important;
}

.logout-bg {
    background: #f0f3f9;
}

.mh-80 {
    min-height:80px;
}

.t-50 {
    top: 50%;
}

.cp-4 {
    padding: 1.5rem;
}

.cpt-4 {
    padding-top: 1.5rem;
}

.cpb-4 {
    padding-bottom: 1.5rem;
}

.cpx-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.cp-5{
    padding:2.5rem;
}

.cpt-5 {
    padding-top: 2.5rem;
}

.cpb-5 {
    padding-bottom: 2.5rem;
}

.cpx-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.icon-40 {
    height: 40px;
    width: 40px;
}

.icon-24 {
    width: 24px;
}
.ih-30 {
    height: 30px;
}
.ih-40 {
    height: 40px;
}

.lh-0 {
    line-height: 0;
}

/*.btn-60 {
    min-height: 60px;
}*/

.pointer-left:after {
    left: 20PX;
    right: auto !important;
}

.pointer-left:BEFORE {
    left: 20PX;
    right: auto !important;
}

.btn {
    font-family: 'OpenSans-Medium';
    /*border-radius: 4px !important;*/
}

/*.btn-md {
    font-size: 20px !important;
    line-height: 28px;
    height: 60px;
    box-sizing: border-box;
}*/

.btn-default:not([disabled]):not(.disabled):active, .btn-default:not([disabled]):not(.disabled).active, .show > .btn-default.dropdown-toggle {
    background-color: #FFF !important;
}

.btn-default {
    background-color: #FFF !important;
    border: 1px solid #00807C;
    color: #00807C;
}

.hr-secondary {
    border-color: #dddaf4 !important;
}

.hover-shadow:hover {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    transition: all 200ms;
}

.card{
    box-shadow:none;
    border:1px solid #dddaf4;
}

#preloader-overlay .card{
    border-color:transparent !important;
}

.collapse-td em {
    -webkit-text-stroke: 1px white;
}

.pagination .page-item.active .page-link,
.pagination .page-item.active .page-link:hover {
    background: #00807C !important;
    color: #FFF !important;
    border-radius: 0.25rem;
    box-shadow: none;
}

.pagination .page-item a {
    color: #484848;
    border: 1px solid #484848 !important;
    border-radius: 4px !important;
    margin: 0 2px
}

/* Dashboard Inbox dropdown style */
#inboxitem.dropdown:hover .dropdown-menu,
#inboxitem .dropdown-menu.show {
    min-width: 400px;
    max-height: 450px;
    /*top: 4.5rem !important;*/
    display: block !important;
}
.divmember-active,
.pcp-list-active {
    border-left: 4px solid #212381 !important;
    background: #f2f6ff;
}

.divmember-active .spanMember {
    color: #A20067;
    font-family: 'OpenSans-SemiBold',sans-serif;
}

.inbox-list-active {
    border-left: 4px solid #00807C !important;
    background: #f2f6ff;
}

.inbox-title {
    font-family: 'OpenSans-Medium';
    color: #1d1d1d !important;
}
.divmember-active .fill-icon,
.inbox-list-active .fill-icon {
    filter: brightness(0) saturate(100%) invert(7%) sepia(98%) saturate(7259%) hue-rotate(310deg) brightness(97%) contrast(99%);
}

.fill-icon {
    filter: brightness(0) saturate(100%) invert(35%) sepia(0%) saturate(1638%) hue-rotate(148deg) brightness(76%) contrast(92%);
}
.fill-primary {
    filter: brightness(0) saturate(100%) invert(33%) sepia(23%) saturate(3552%) hue-rotate(216deg) brightness(91%) contrast(84%);
}
/*.inbox-list-active .inbox-title {
    font-family: 'OpenSans-SemiBold';
    color: #A20067 !important;
}*/

.badge-secondary {
    color: #fff !important;
    background-color: #A20067 !important;
}
/*===================================================*/
/*=============== / New Style Updated ===============*/
/*===================================================*/
table thead tr th {
    white-space: nowrap !important;
}

table tbody tr a, td {
    color: #484848 !important;
}

table.uitable th {
    white-space: nowrap !important;
    font-size: 1.125rem;
    color: #A20067 !important;
    font-family: OpenSans-Medium,sans-serif;
}

table.uitable td {
    color: #1d1d1d !important;
    font-size: 1.125rem;
    font-family: OpenSans-Medium,sans-serif;
    vertical-align: middle;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
/*table th {
    white-space: nowrap !important;
    font-size: 1.125rem;
    color: #A20067 !important;
    font-family: OpenSans-Medium,sans-serif;
}

table td {
    color: #1d1d1d !important;
    font-size: 1.125rem;
    font-family: OpenSans-Medium,sans-serif;
    vertical-align: middle;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}*/

.dropdown .dropdown-menu.dropdown-primary .dropdown-item.active, .dropdown .dropdown-menu.dropdown-primary .dropdown-item:active, .dropdown .dropdown-menu.dropdown-primary .dropdown-item:hover, .dropleft .dropdown-menu.dropdown-primary .dropdown-item.active, .dropleft .dropdown-menu.dropdown-primary .dropdown-item:active, .dropleft .dropdown-menu.dropdown-primary .dropdown-item:hover, .dropright .dropdown-menu.dropdown-primary .dropdown-item.active, .dropright .dropdown-menu.dropdown-primary .dropdown-item:active, .dropright .dropdown-menu.dropdown-primary .dropdown-item:hover, .dropup .dropdown-menu.dropdown-primary .dropdown-item.active, .dropup .dropdown-menu.dropdown-primary .dropdown-item:active, .dropup .dropdown-menu.dropdown-primary .dropdown-item:hover {
    background-color: #00807C !important;
}

.pills-primary .nav-link.active, .pills-primary .show > .nav-link, .tabs-primary {
    background-color: #00807C !important;
}

.dropdown-primary .dropdown-content li a, .dropdown-primary .dropdown-content li span:hover, .dropdown-primary .dropdown-content li.active {
    background-color: #00807C !important;
}

input[disabled] + label {
    cursor: not-allowed !important;
}

label.active {
    color: #484848 !important;
}

.navbar.navbar-light .breadcrumb .nav-item.active > .nav-link, .navbar.navbar-light .navbar-nav .nav-item.active > .nav-link {
    background-color: transparent;
    color: #00807C !important;
    font-weight: bold;
}

@media only screen and (min-width: 768px) {
    .mt-md-n8 {
        margin-top: -20% !important;
    }

    /*.mt-md-n6 {
        margin-top: -6rem !important;
    }*/

    .dropdown-menu:before {
        content: "";
        border-bottom: 10px solid #fff;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        position: absolute;
        z-index: 10;
        right: 4px;
        transform: translateX(-50%);
        top: -10px;
    }

    .dropdown-menu:after {
        content: "";
        border-bottom: 12px solid #e7e7e7;
        border-right: 12px solid transparent;
        border-left: 12px solid transparent;
        position: absolute;
        z-index: 9;
        right: 0px;
        transform: translateX(-50%);
        top: -12px;
    }

    /*#usernav .dropdown-menu:after {
        right: 9%;
    }*/

    .securemsg-dropdown:before,
    .securemsg-dropdown:after {
        left: 20px !important;
        right:auto;
    }

    .mapsrch {
        z-index: 1;
        position: absolute;
        top: 3px;
        left: 3px;
        width: 590px;
    }

    .ch-90 {
        height: 595px !important;
    }

    .ch-80 {
        height: 560px !important;
    }

    .ch-70 {
        max-height: 518px !important;
        min-height:400px;
    }

    .ch-60 {
        height: 256px !important;
    }

    .ch-50 {
        height: 250px !important;
    }

    .ch-40 {
        height: 222px !important;
    }

    .ch-30 {
        height: 290px !important;
    }

    .h-34 {
        height: 34.3% !important;
    }

}

.select-dropdown {
    border-bottom: 0px !important;
}

/*.progress, .progress .progress-bar {
    height: 25px;
}*/

/*.securemsg-dropdown.show {
    position: fixed !important;
    top: 35px !important;
    right: 2.6% !important;
    left: auto;
}*/

.md-form .input-prefix.active {
    color: #00807C;
}

/*.t-8 {
    top:425px;
}

.t-7 {
    top:325px;
}*/

.fs-2 {
    font-size: 26px;
}

.btn-primary {
    background-color: #00807C !important;
}

.text-dark-black {
    color: #000000 !important;
}

.text-secondary {
    color: #A20067 !important;
}

.text-success {
    color: #4c9d2f !important
}

.text-lighten-success {
    color: #006a70 !important
}

/*.badge-success {
    background-color: #006a70 !important
}*/

.text-danger {
    color: #d0021b !important
}

.text-lighten-danger {
    color: #a20067 !important
}

.text-default {
    color: #0097a9 !important
}

.bg-secondary {
    background-color: #A20067 !important;
}

.bg-primary {
    background-color: #00807C !important;
}

.bg-default {
    background-color: #0097a9 !important;
}

.bg-danger {
    background-color: #a20067 !important;
}

.bg-accordion {
    background-color: #fcfcfc !important
}

.btn-transparent {
    color: #00807C
}

.btn {
    text-transform: none;
}

.grey.lighten-4 {
    background-color: #F6F8F9 !important;
}

.gray.lighten-5 {
    background-color: #fcfcfd !important;
}

.gray-lighten-1 {
    background-color: #F4f4f4 !important;
}

.text-greyish-lighten {
    color: #767676 !important;
}

.text-greyish-brown {
    color: #484848 !important;
}

.text-greyish-gray {
    color: #666666;
}

.bg-card {
    background-color: #f7f8f9 !important;
}

.border.border-card, .border-top.border-card, .border-bottom.border-card, .border-left.border-card, .border-right.border-card {
    border-color: #DCE2ED !important;
}

.border.border-danger, .border-top.border-danger, .border-bottom.border-danger, .border-left.border-danger, .border-right.border-danger {
    border-color: #ff0000 !important;
}

.bg-card-header {
    background-color: #f7f5fd !important;
}

.bg-card-bottom {
    background-color: #f3f4fa !important;
}

.text-primary {
    color: #00807C !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #00807C !important;
}

.fill-secondary {
    filter: brightness(0) saturate(100%) invert(7%) sepia(98%) saturate(7259%) hue-rotate(310deg) brightness(97%) contrast(99%);
}

.fill-primary {
    filter: brightness(0) saturate(100%) invert(32%) sepia(73%) saturate(991%) hue-rotate(211deg) brightness(90%) contrast(86%);
}

.fill-default {
    filter: brightness(0) saturate(100%) invert(35%) sepia(0%) saturate(1638%) hue-rotate(148deg) brightness(76%) contrast(92%);
}

.border-primary {
    border-color: #00807C !important;
}

.border.blue-lighten-1, .border-top.blue-lighten-1, .border-bottom.blue-lighten-1, .border-left.blue-lighten-1, .border-right.blue-lighten-1 {
    border-color: #e7e4ff !important;
}

.text-light-gray {
    color: #707070 !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #00807C !important;
    background-color: #00807C !important;
}

.primary-color, ul.stepper li.active a .circle, ul.stepper li.completed a .circle {
    background-color: #00807C !important;
}

h5, h6, .font-face-bold {
    /*font-family: Poppins-Medium;*/
    font-weight: normal !important;
}

.flag-platinum {
    color: #000;
    background-color: #E5E4E2 !important;
}

.flag-gold {
    background-color: #ffa726 !important;
}

.flag-silver {
    background-color: #A1A1A1 !important;
}

.flag-bronze {
    background-color: #976946 !important;
}

.flag-silver, .flag-bronze, .flag-gold, .flag-platinum {
    text-transform: uppercase;
    font-weight: bold;
   /* color: #fff !important;*/
   font-size:18px;
}

a {
    color: #00807C;
}

/*a:hover {
    color: #00807C !important;
}*/

a.text-underline {
    text-decoration: underline;
}

.navbar.navbar-light .breadcrumb .nav-item .nav-link, .navbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: #707070 !important;
}

.border-light-blue {
    border-color: #DDE0FF !important;
}

/*Form classes*/
.breadcrumb-item + .breadcrumb-item::before {
    content: "" !important
}

.bc-icons-2 .breadcrumb-item.active {
    color: #455a64;
}

/*.error {
    border-color: #ff3547 !important
}*/

.dropdown-content {
    max-height: 250px !important;
    overflow: auto !important;
}

.navbar .notifications-nav .dropdown-menu {
    width: 21rem;
}

.z-index-0 {
    z-index: 0 !important;
}

.z-index-4{
    z-index:9999;
}

/*Preloaded custom css start*/
.circle-radius-75 {
    width: 75px !important;
    height: 75px !important;
}

.spinner-border {
    border-color: #00807C transparent #00807C #00807C;
    z-index: 1;
}
/*Preloaded custom css End*/

/*In bootstrap future release this class will be in-built hence adding this as custom class for now*/
/*Start custom class */
.min-vh-50 {
    min-height: 50vh !important;
}

.min-vh-85 {
    min-height: 85vh !important;
}
/*End custom class */

/* Custom font class* Make 18.4px size*/
.fs-df-larger {
    font-size: 1.15rem;
}

/*Custom css for google maps icon alignment*/
.gmaps-icon-pos img {
    position: absolute;
    /*right: 17px;*/
}

.adp-placemark img {
    right: 17px;
}

/*Temp Code: need to remove once mdb autocomplete is implemented*/
.ui-autocomplete {
    z-index: 2 !important;
}

a.myprofileUserName {
    z-index: 1050;
}

.dropdown-menu.myprofiledropdown:after {
    border: 0;
}

.border-left-thick {
    border-left-width: thick !important;
}

.border-decline {
    border-color: #E08C76 !important;
}

.border-expired {
    border-color: #AFB1B5 !important;
}

.border-approved {
    border-color: #4AA8AC !important;
}

.border-new {
    border-color: #CBB299 !important;
}

/*.mdb-sel{
    height: 80px !important;
}*/

.mdb-sel select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.mdb-sel select::-ms-expand {
    display: none;
}

.mdb-sel .form-control {
    border: 0;
    padding: 0;
    box-shadow: none;
    outline: none;
    min-height: 40px;
    font-family: OpenSans, sans-serif, Lora;
    font-weight: normal !important;
    padding-top: 0.25rem !important;
    background: url('../../images/select_arrow.png') no-repeat;
    background-size: 12px;
    background-position: right 15px top 10px;
}

.mdb-sel select:focus {
    box-shadow: none;
}

.mdb-main-label {
    position: absolute;
    top: 25px;
    transition: all 200ms;
    color: #757575;
}

.mdb-sel .colorful-select[input] ~ .mdb-main-label,
.mdb-sel .colorful-select:focus ~ .mdb-main-label,
.mdb-sel .colorful-select:valid ~ .mdb-main-label,
.mdb-sel .colorful-select:not([value=""]):disabled ~ .mdb-main-label {
    font-size: 13px;
    opacity: 1;
    top: 8px;
}

.mdb-sel .colorful-select[input]:focus ~ .mdb-main-label {
    font-size: 13px;
    opacity: 1;
    top: 8px;
}

.mdb-sel .colorful-select:-webkit-autofill ~ .mdb-main-label {
    font-size: 14px;
    opacity: 1;
    top: 8px;
}

.form-group > .disabled, .form-group[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

#sic_code:focus {
    box-shadow: 0 0 0 0.0rem rgba(155,255,255,0) !important;
}

.comboTreeArrowBtn {
    border: 0;
    background-color: transparent;
}

.comboTreeDropDownContainer {
    display: none;
    position: relative;
    z-index: 9;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-height: 250px;
    overflow-y: auto;
    box-sizing: border-box;
}

.comboTreeDropDownContainer ul {
    padding: 0px;
    margin: 0;
}

.comboTreeDropDownContainer li {
    cursor: pointer;
    list-style-type: none;
    padding-left: 0px;
}

.ComboTreeItemParent ul {
    padding-left: 14px;
}

.comboTreeDropDownContainer ul > li > ul > li > ul > li:hover {
    background-color: #4285f4;
    color: #ffffff;
}

.comboTreeParentPlus {
    position: relative;
    left: 15px;
    top: 2px;
    width: 4px;
    float: left;
}

.ComboTreeItemParent span:hover {
    color: #ffffff;
}

span.comboTreeItemTitle {
    display: block;
    padding: 2px 28px;
}

span.comboTreeItemTitle:hover {
    background-color: #4285f4;
    color: #ffffff;
}

.ui-dialog {
    background: transparent;
    border: none;
}

.ui-datepicker {
    background: #FFF;
    border: 1px solid #aaaaaa;
    z-index: 1051 !important;
}

#BusyindicatorImage {
    height: auto !important;
}

.active-tab li a.active,
.active-tab li.active a {
    border-bottom: 1px solid #00807C !important;
    color: #00807C !important;
}

.active-tab li a {
    color: #000 !important;
}

.min-w-200 {
    min-width: 200px;
}

.min-w-100 {
    min-width: 100px;
}

.opacity {
    opacity: 1 !important;
}

.cr-20 {
    min-height: 24px;
    min-width: 24px;
    line-height: 24px;
    display: inline-block;
    text-align: center;
}

.bubble-icon {
    width: 36px;
    height: 36px;
    display: inline-block;
    position: relative;
    z-index: 9;
    vertical-align: top;
    background:#FFFFFF;
    overflow: hidden;
}

.bubble-icon .fa {
    line-height: 36px;
}

.v-align-middle {
    vertical-align: middle !important;
}

.success-tab {
    background: #00807C;
}

.in-active {
    background: #FFF;
}

/*
.wizard-4-steps li {
    width: 25%;
}

.employee-bubbles-icon .bubble-icon{
    background:#FFF;
}

.employee-bubbles-icon .connecting-line {
    position: absolute;
    right: 10%;
    left: 7.5%;
    top: 50%;
}

.employee-bubbles-icon .nav-tabs li {
    width: 14%;
    z-index:1;
    line-height:34px;
}

.wizard-line {
    width: auto !important;
    position: absolute;
    top:18px;
    right: 5%;
    left: 5%;
}

.wizard-line.b-6 {
    left: 5% !important;
    right: 5% !important;
}
*/

.wizard-nav {
    position: relative;
}

.lgfiWizard .wizard-8-steps li {
    width: 12.5% !important;
    position: relative;
}

.wizard-8-steps li {
    width: 12.5% !important;
    position: relative;
}

.wizard-6-steps li {
    width: 16.66% !important;
    position: relative;
}

.wizard-4-steps li {
    width: 25% !important;
    position: relative;
}

.wizard-7-steps li {
    width: 14.2% !important;
    position: relative;
}

.wizard-nav li:after {
    content: '';
    position: absolute;
    width: 100%;
    right: 0;
    top: 18px;
    border-bottom: 1px solid #dee2e6 !important;
}

.wizard-nav li:last-child:after {
    width: 50%;
    left: 0;
}

.wizard-nav li:first-child:after {
    width: 50%;
    right: 0;
}

.employerprofile .myprofiledropdown {
    top: 5px !important;
    right: -10px !important;
    position: absolute !important;
}

.default-checkbox label,
.default-checkbox input[type='checkbox'] {
    position: relative;
    pointer-events: inherit;
    opacity: 1;
}

.default-checkbox label {
    top: 0px;
    disabled: inline;
    color: #000;
}

/*file upload lengthy label style start */
.file_upload_label {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: -webkit-fill-available;
    max-width: 70%;
}
/*file upload lengthy label style end */

@media only screen and (min-width: 320px) and (max-width: 575px) {
    .employerprofile .myprofiledropdown {
        top: 110px !important;
        right: 5% !important;
    }
    #personalPref .mdb-sel .form-control {
        background-position: right 15px top 18px !important;
    }
}

@media only screen and (max-width: 767px) {
    .wizard-inner p {
        display: none;
    }

    .active-tab li {
        display: block !important;
        width: 100%;
    }

    .active-tab li a {
        display: block;
    }

    .ul-sm li {
        width: 100%;
        padding: 0 !important;
        margin: 0;
        text-align: left;
    }

    .ul-sm li:before {
        margin-left: -7px;
    }

    .form-sm-block {
        display: block !important;
    }

    .form-sm-block .form-control {
        display: block;
        width: 100%
    }

    .form-sm-block .form-group {
        display: block;
    }

    /*  start nav menu responsive*/
    .navbar .notifications-nav .dropdown-menu {
        width: 100%;
        position: inherit !important;
        top: 0px;
    }

    #MainNavToggle {
        position: absolute;
        right: 12px;
        top: 55px;
    }

    #userprofilemenu ul {
        margin-right: 35px;
    }
    /*  end nav menu responsive*/
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
    /*  start nav menu responsive*/
    #MainNavToggle {
        position: absolute;
        right: 12px;
        top: 55px;
    }

    #userprofilemenu ul {
        margin-right: 25px;
    }
    /*  end nav menu responsive*/
}

li.GroupDemographics-tab.active {
    border-bottom: 2px solid #00807C;
}

li.RetireeDemographics-tab.active {
    border-bottom: 2px solid #00807C;
}

.chart-container {
    width: 100%;
    height: 460px;
}

@media only screen and (min-width: 320px) and (max-width: 992px) {
    .chart-container {
        width: 100%;
        height: 400px;
    }
}

.pointer-events {
    pointer-events: initial !important;
}

.ui-autocomplete {
    max-height: 350px !important;
    overflow-x: hidden !important;
    max-width: 70%;
    z-index: 9999 !important;
}

/*Manage Application style*/
.card-border-width {
    border-top-width: 13px !important;
    border-top-style: solid !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.border-top-primary {
    border-top-color: #00807C !important;
}

.gm-style-mtc ul {
    position: static !important;
}

#divLoading > img {
    position: fixed;
    width: 64px;
    height: 64px;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
}

.bubbleNav .fa-circle,
.bubbleNav .fa-check {
    width: 36px;
    height: 36px;
    padding-top: .25rem !important;
}

.bubbleNav .fa-check {
    background: #00807C !important;
    color: #FFF;
}

.bubbleNav .fa-circle {
    background: #FFFFFF !important;
    color: #00807C;
}

.wizard-7-steps > .wizard-8-steps li {
    width: 14.2% !important;
}

.form-control.form-control-custom:focus {
    box-shadow: none !important;
}

.input-pass-icon .fa-eye-slash, .input-pass-icon .fa-eye {
    right: 10px;
}

.md-form .input-prefix.fa-eye {
    top: 47%;
}

#member-carousel .carousel-caption, .b-50 {
    bottom: 130px !important;
}

.member-desclaimer {
    position: absolute;
    bottom: 20px;
    color: #FFF;
    z-index: 9
}

.carousel-item-left, .carousel-item-next, .carousel-item.active {
    background-color: #FFF !important;
}

.acknowledges li a {
    color: #A20067 !important
}

.acknowledges li a.active {
    border-bottom: 1px solid #00807C !important;
    color: #00807C !important;
}

.gm-style-mtc button {
    width: 100px;
}

.gm-style-mtc ul li label {
    padding-left: 25px !important;
}

.success-tab {
    background: #00807C !important;
    color: #FFF !important;
}

.round-tab {
    border: 1px solid #00807C !important;
    border-radius: 50% !important;
}

.circle-sm {
    height: 32px;
    width: 32px;
    line-height: 32px;
    display: inline-block;
}

.circle-xs {
    height: 24px;
    width: 24px;
    line-height: 24px;
    border-radius: 100%;
    text-align:center;
    display: inline-block;
}

.border-top-width {
    border-top: #30338f 3px solid !important;
}

/* =============== Common Page Style Starts =============== */
.icon-xl {
    width: 60px;
}

.icon-xs {
    width: 20px;
}

.rounded-left-xl {
    border-radius: 20px 0 0 20px !important;
}

.rounded-right-xl {
    border-radius: 0 20px 20px 0 !important;
}

.select-dropdown {
    color: #00807C !important;
    font-family: OpenSans, sans-serif, Lora;
}

.border-blue {
    border-color: #c3c4e3 !important;
}

.bg-light-yellow {
    background-color: #e8efd1 !important;
}

.text-cyan {
    color: #0097a9 !important;
}

.fs-48{
    font-size:3rem;
}

.fs-28 {
    font-size: 28px;
}

.fs-24 {
    font-size: 24px;
}

.fs-22 {
    font-size: 22px;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-18 {
    font-size: 18px !important;
}
button.fs-20, button.fs-18 {
    font-size: 16px !important;
}
.fs-16 {
    font-size: 1rem;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-10 {
    font-size: 10px !important;
}

.h-70 {
    min-height: 70px;
}

.h-76 {
    min-height: 76px;
}

.text-title {
    color: #0d5d8b
}

.shadow-xs {
    box-shadow: 0 0 5px #ddd;
}

.r-0 {
    right: 0 !important;
}

.after-none::after {
    content: '' !important;
    border:0 !important;
}

.bg-light-blue {
    background-color: #a6dcfb !important;
}

.font-bold {
    /*font-family: CircularBold, CircularStd-Bold;*/
    font-weight: bold;
}

.bg-white {
    background-color: #FFFFFF !important;
}

.rounded-x3 {
    border-radius: 25.5px !important;
}

.rounded-xl {
    border-radius: 12px !important;
}

.lh-22 {
    line-height: 22px;
}

.valign-top {
    vertical-align: top;
}

.bg-primary-1 {
    background-color: #127cba !important;
}

.mt-n10 {
    margin-top: -10rem !important;
}

.mt-n13 {
    margin-top: -13rem !important;
}

::-webkit-input-placeholder {
    color: #000 !important;
}

.bg-primary-1 {
    color: #000 !important;
}

.text-primary-1 {
    color: #127cba !important;
}

.text-greyish-1 {
    color: #454d58 !important;
}

.text-black {
    /*color: #1d1d1d !important;*/
    color: #000 !important;
}

.border-gray {
    border-color: #b0b0b0 !important;
}

.text-gray {
    color: #817f7f !important;
}

.modal-open {
    overflow: hidden !important;
}
/* =============== Common Page Style End =============== */

/* =============== Proider Search Style start =============== */
.mt-20 {
    margin-top: 76px !important;
}

#primaryCarePhy,#acceptingy {
    min-width: 350px;
}

#sortby {
    min-width: 300px;
    max-width: 300px;
}

.sorttype{
    min-width: 350px;
    max-width: 350px;
}

.sortdistance{
    min-width:600px;
}

#speciality {
    margin-top: -13px;
}

#speciality ul {
    max-height: 400px;
    overflow-y: auto;
}

#speciality li {
    width: 32.5%;
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;
}

.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.switch-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #d1d1d1;
	-webkit-transition: .4s;
	transition: .4s;
}

.switch-slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .switch-slider {
    background-color: #00807C;
}

input:focus + .switch-slider {
    box-shadow: 0 0 1px #00807C;
}

input:checked + .switch-slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

.switch-slider.round {
	border-radius: 34px;
}

.switch-slider.round:before {
	border-radius: 50%;
}

.switch-sm {
    width: 48px;
    height: 26px;
    margin: 0;
}

.switch-sm .switch-slider {
    left: -5px;
}

.switch-sm .switch-slider:before {
    height: 18px;
    width: 18px;
}

.dropleft .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    box-shadow: none;
    color: #002b44 !important
}

.auto_avtar {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #127cba;
    margin:8px 5px 0 0;
}

.auto_avtar img {
    width: 38px;
    padding:3px 1px;
    text-align: center;
}

.autocomplete-suggestion {
    display: flex;
    margin-bottom: 10px;
}

.doctor-detais-pic {
    display: block;
    /*
    background: #FFF;
    border-radius: 100%;
    text-align: center;
    width: 200px;
    height: 200px;
    */
    padding-top: 30px;
    /*
    overflow: hidden;
    margin: 0 auto;
    */
    text-align:center;
}

.rating_icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid #000;
    text-align: center;
    padding-top: 13px;
}

.ui-autocomplete li a:hover,
.ui-menu-item:hover {
    border: none !important;
    background-color: #e5e5e5 !important;
}

.doc-icon-sm{
    height:50px;
}

.filtered_div {
    max-height: 1000px;
}

.loc-dropdown {
    position: relative;
    display: inline-block;
}

.loc-content {
    display: none;
    position: absolute;
    background-color: #FFF;
    min-width: 580px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9;
    top: -140px;
    left: 100%;
}

.loc-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.loc-dropdown:hover .loc-content {
    display: block;
}

.ellipsis input {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.ellipsis input[placeholder] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis input::placeholder {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.filtered_div .dropdown-menu:after {
    top:-6px;
    left: 20px !important;
    right: auto !important;
}

.member_findaadoc .filterbox {
    z-index:99 !important;
}

.member_findaadoc .filtered_div {
    max-height: 1000px;
    min-height: 500px;
}

.modal-dialog-100{
    max-width: 100% !important;
}
/* =============== Proider Search Style End =============== */

/* =============== Chat window style start ===============*/
.chat-window {
    bottom: 0;
    position: fixed;
    width: 400px;
    right: 0;
    border: 1px solid #CCC;
    border-radius: 6px 6px 0 0;
    background: #FFF;
    z-index: 9;
    display: none;
}

.chat-window > div > .panel {
    border-radius: 5px 5px 0 0;
}

.msg_container_base {
    background: #F000;
    margin: 0;
    padding: 0 10px 10px;
    max-height: 300px;
    overflow-x: hidden;
}

.chat-window .top-bar {
    background: #025e91;
    color: white;
    padding: 10px;
    position: relative;
    overflow: hidden;
}

.msg_sent_outer {
    position: relative;
    max-width: 70%;
    margin-top: 5px;
    margin-left: 4.5%;
    float: left;
    clear: both;
}

.msg_receive {
    padding-left: 0;
    margin-left: 0;
    background: #f1f0f0;
    border-radius: 15px;
    border-bottom-left-radius: 3px;
    color: #000;
}

.msg_sent {
    margin-right: 0;
    background: #e1e9f9;
    float: right;
    border-radius: 15px;
    border-bottom-right-radius: 3px;
    text-align: left;
    color: #000;
}

.messages {
    padding: 7px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    max-width: 80%;
}

.messages > p {
    font-size: 13px;
    margin: 0 0 0.2rem 0;
}

.msg_container {
    padding: 10px;
    overflow: hidden;
    display: flex;
}

.avatar {
    position: relative;
}

.Chat_bot {
    bottom: 8px;
    position: fixed;
    right: 2px;
    z-index: 9999;
}
/* =============== Chat window style end ===============*/

/* =============== Benefits Summary style start ===============*/
.ProgressBarsSPL .progress-title {
    font-size: 16px;
    color: #000000;
    margin: 0 0 20px;
}

.ProgressBarsSPL .progress {
    height: 40px;
    background-color: rgba(77, 78, 79, 0.1);
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 30px;
    overflow: visible;
}

.ProgressBarsSPL .progress .progress-bar {
    box-shadow: none;
    position: relative;
    -webkit-animation: animate-positive 2s;
    animation: animate-positive 2s;
    overflow: visible;
}

.progress-bar {
    background-color: #00807C;
}

.ProgressBarsSPL .progress .progress-bar:after {
    content: "";
    display: block;
    border: 1px solid #000;
    border-bottom: 60px solid #000;
    position: absolute;
    top: 0;
    right: 0px;
}

.ProgressBarsSPL .progress .progress-bar:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    border: 2px solid #000;
    position: absolute;
    bottom: -32px;
    right: -5px;
}

.ProgressBarsSPL .progress .progress-value {
    font-size: 14px;
    color: #4d4e4f;
    position: relative;
    top: 40px;
    line-height: 40px;
    text-align: right;
}

.progress.pink .progress-bar:after {
    border-bottom-color: #000;
}

.progress-bar {
    min-width: 1px !important;
}

.ProgressBarsSPL .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgb(255, 255, 255) 25%,transparent 25%,transparent 50%,rgb(255, 255, 255) 50%,rgb(255, 255, 255) 75%,transparent 75%,transparent);
    background-size: 10px 10px;
}

.progress-bar.bg-pink.progress-bar-animated:before {
    content: none
}

.expandtr {
    cursor: pointer;
}

.expandtr.collapsed .arrowbtn:after {
    /* content: '+'; */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-size: 18px;
}

.expandtr .arrowbtn:after {
    /* content: '-'; */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
}

.arrowbtn {
    font-size: 18px;
    padding-right: 10px;
    color: #00807C !important;
    padding-right: 10px;
}

.member_findaadoc .filterbox {
    z-index: 99 !important;
}

.member_findaadoc .filtered_div {
    max-height: 700px;
    min-height: 500px;
}
/* =============== Benefits Summary style end ===============*/

/* =============== Common Page Style Starts =============== */
/*.circular-font {
    font-family: Circular,sans-serif;
    color: #484848;
}*/

.icon-xl {
    width: 60px;
}

.icon-xs {
    width: 20px;
}

.icon-shape {
    max-height: 16px;
    max-width: 16px;
}

.rounded-left-xl {
    border-radius: 20px 0 0 20px;
}

.rounded-right-xl {
    border-radius: 0 20px 20px 0;
}

.select-dropdown {
    color: #00807C !important;
    font-family: OpenSans, sans-serif, Lora;
}

.border-blue {
    border-color: #c3c4e3 !important;
}

.bg-light-yellow {
    background-color: #e8efd1 !important;
}

.fs-28 {
    font-size: 28px;
}

.fs-22 {
    font-size: 22px;
}

.fs-16 {
    font-size: 1rem;
}

.fs-10 {
    font-size: 10px !important;
}

.h-76 {
    min-height: 76px;
}

.text-title {
    color: #0d5d8b
}

.shadow-xs {
    box-shadow: 0 0 5px #ddd;
}

.t-0 {
    top: 0 !important;
}

.after-none::after {
    content: '' !important;
    border:0 !important;
}

.bg-light-blue {
    background-color: #a6dcfb !important;
}

.font-bold {
    /*font-family: CircularBold, CircularStd-Bold;*/
    font-weight: bold;
}

.bg-white {
    background-color: #FFFFFF !important;
}

.rounded-x3 {
    border-radius: 25.5px !important;
}

.rounded-xl {
    border-radius: 10px !important;
}

.lh-22 {
    line-height: 22px;
}

.valign-top {
    vertical-align: top;
}

.bg-primary-1 {
    background-color: #127cba !important;
}

::-webkit-input-placeholder {
    color: #000 !important;
}

.bg-primary-1 {
    color: #000 !important;
}

.text-primary-1 {
    color: #127cba !important;
}

.text-greyish-1 {
    color: #454d58 !important;
}

/*.text-black {
    color: #000 !important;
}*/

.border-gray {
    border-color: #b0b0b0 !important;
}

.text-gray {
    color: #817f7f !important;
}

.modal-open {
    overflow: hidden !important;
}

.modal .modal-title {
    font-size: 20px;
    font-family: 'Lora-Medium';
    color: #A20067;
}

.icon-sm {
    height: 50px;
}

.border-bottm-dashed-primary {
    border-bottom: 1px dashed #5457CA !important;
}

.pills-primary li.active a.nav-link {
    background-color: #00807C !important;
    color: white
}

.smooth-1 {
    -webkit-text-stroke: .5px white;
    -webkit-font-smoothing: antialiased;
}
/* =============== Common Page Style End =============== */

/* =============== Custom Select box style start =============== */
.mdb-select-label {
    position: absolute;
    top: 22px;
    padding: 0px 0px 0px 15px;
    transition: all 200ms;
}

.form-control[input] ~ .mdb-select-label,
.form-control:focus ~ .mdb-select-label,
.form-control:valid ~ .mdb-select-label,
.form-control:not([value=""]):disabled ~ .mdb-select-label {
    font-size: 13px;
    opacity: 1;
    top: 8px;
}

.form-control[input]:focus ~ .mdb-select-label {
    font-size: 13px;
    opacity: 1;
    top: 8px;
}

.form-control:-webkit-autofill ~ .mdb-select-label {
    font-size: 14px;
    opacity: 1;
    top: 8px;
}

.mdb-select-label-readonly {
    font-size: 13px !important;
    opacity: 1;
    top: 10px;
    color: #0079b5 !important;
}

.md-input-select select {
    border: 0;
    box-shadow: none;
    font-size: 16px;
    color: #00807C !important;
    min-height: 60px;
    padding: 28px 20px 12px 12px;
}

.md-input-select .form-control:focus {
    box-shadow: none;
}
/* =============== Custom Select box style End =============== */

.loadingoverlay {
    background: rgba(0,0,0,0.1);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
}

.loadingoverlay > img {
    position: fixed;
    width: 64px;
    height: 64px;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
}

.autocomplete-hd {
    background: #00807C !important;
    color: #FFF !important;
    display: block !important;
    padding: 4px 10px !important;
}

.v-lg-margin {
    position: absolute;
    right: 136px;
}

/* MEDICATION ADHERENCE STYLE*/
.adherence-list .active {
    background-color: #F6F8F9 !important;
}

.adherence-list .active .h5 {
    color: #00807C !important;
}

.adherence-tab a {
    color: #484848;
}

.adherence-tab a.active {
    color: #FFF;
    background: #00807C;
    border-bottom: 1px solid #00807C !important;
}

.adherence-tab .bg-danger {
    background-color: #ff3547 !important;
}

.point-xs {
    height: 18px;
    width: 18px;
    display: inline-block;
    box-shadow: 0 1px 6px #ada8a8;
    border: 2px solid #FFF;
}

/* radio button show as button style */
/* .btn-radio {
    margin: 10px;
}

.btn-radio .radio-button {
    display: inline-flex;
    margin-left: -0.6rem;
}
 */

.btn-radio-group {
    border-radius: 6px;
    border: 1px solid #00807C;
    display: inline-block;
    overflow: hidden;
}

.btn-radio-group label {
    margin-left: -5px !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.btn-radio-group .radio-button {
    border-right: 1px solid #00807C !important;
}

.btn-radio-group .radio-button:last-child {
    border-right: 0 !important;
}

.btn-radio input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.btn-radio label {
    display: inline-block;
    padding: 1rem 2.5rem;
    font-size: 16px;
    border: 1px solid #DDD;
    border-radius: 4px;
    margin: 0;
    cursor: pointer;
}

.btn-radio label:hover {
    background-color: #FFF;
    color: #00807C;
    border-color: #0062cc;
}

.btn-radio input[type="radio"]:focus + label {
    border: 1px solid #0062cc;
}

.btn-radio input[type="radio"]:checked + label {
    border-color: #0062cc;
    background: #00807C;
    color: #FFF !important;
    font-weight: bold;
}
/* radio button show as button style */

.bg-yellow-2 {
    background: #FFB500;
}

.rounded-l-lg {
    border-radius: 12px 0 0 12px !important;
}

.rounded-r-lg {
    border-radius: 0 12px 12px 0 !important;
}

.border-right-1 {
    border-right: 1px solid #CCC !important;
}

/* Dashboard banner with responsive */
#ProviderDashboard .carousel-caption,
#MemberDashboard .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 7rem;
}

.hra-card-footer {
    height: 55px;
}
.footer-wrap{
    background-color:#00807c;
    color:#FFF;
}
.footer-wrap li {
    padding: 5px 0;
}    
    .footer-wrap li a {
        color: #FFF !important;
    }
    .footer-wrap .h6 {
        color: #F6DE25 !important;
    }
@media only screen and (min-width: 576px) {
    .border-right-sm-0 {
        border-right: 0 !important;
    }

    .rounded-sm-0 {
        border-radius: 0 !important;
    }

    .rounded-right-sm-0 {
        border-top-right-radius: 0rem !important;
        border-bottom-right-radius: 0rem !important;
    }

    .position-sm-absolute {
        position: absolute !important;
    }
}

@media only screen and (min-width: 768px) {
    .position-md-absolute {
        position: absolute !important;
    }
}
@media only screen and (max-width: 992px) {
    .d-web-none {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .d-mob-none {
        display: none;
    }
    .border-md-right {
        border-right: 1px solid #F6DE25;
    }
}
@media only screen and (min-width: 1200px) {
    #dashboard-carousel{
        min-height:460px;
    }
}

/*@media only screen and (max-width: 1400px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
        padding-right: 0.4rem !important;
        padding-left: 0.4rem;
    }
}*/

/* Caregiver Style Start */
.fa-rounded-lg {
    border: 3px solid #484848;
    border-radius: 100%;
    height: 58px;
    line-height: 58px;
    text-align: center;
}

.membernNav li {
    margin-right: 1rem;
}

.l-auto {
    left: auto !important;
}

.list-type-check li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    color: #00807C;
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    margin-left: -1.5rem; /* same as padding-left set on li */
    width: 1.5rem; /* same as padding-left set on li */
}

.pointer {
    cursor: pointer;
}

.badge-active {
    background-color: #DBFFCE;
    color: #4C9D2F !important;
}

.badge-inactive {
    background-color: #FFDDF3;
    color: #A20067 !important;
}

.page-loader {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999;
    left: 0;
    bottom: 0;
    right: 0;
}

.page-loader img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -32px;
    margin-left: -32px;
}

#usernav.dropdown:hover .dropdown-menu,
#usernav .userdropdown.show {
    /*position: absolute !important;
    min-width: 250px;
    top: 45px !important;
    right: 2.6% !important;
    left: auto;*/
    display: block !important;
}

.autocomplete-loader {
    position: absolute;
    left: 0;
    right: -1px;
    height: 150px;
    background: #FFF;
    z-index: 99;
    margin-left: 15px;
    border: 1px solid #00807C;
    border-top: 0;
    text-align: center;
}

.autocomplete-loader img {
    margin-top: 30px
}

#ResendOTPCode {
    cursor: pointer;
    color: #007dbc;
    text-decoration: underline;
}

#ResendLink {
    cursor: pointer;
    color: #007dbc;
    text-decoration: underline;
}

.isDisable {
    cursor: not-allowed !important;
    background-color: white;
    border-bottom-style: none;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
}

.isDisabled {
    color: #007dbc;
    opacity: 0.5;
    text-decoration: underline;
    font-size: 16px;
    font-family: 'BentonSans', Arial, Helvetica, sans-serif;
    pointer-events: none;
    cursor: default;
    background-color: white;
    border-bottom-style: none;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
}

.isEnabled {
    color: #007dbc;
    text-decoration: underline;
    font-size: 16px;
    font-family: 'BentonSans', Arial, Helvetica, sans-serif;
    cursor: default;
    background-color: white;
    border-bottom-style: none;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
}

/* Benefit Medical new style */
.toggle-benefit-nav ul {
    margin: 0;
    padding-left: 1rem;
}

.toggle-benefit-nav ul li {
    list-style: none;
}

.toggle-benefit-nav ul li a {
    color: #484848 !important;
    padding: 4px 0;
    display: inline-block;
}

.benefit-item {
    color: #484848;
    padding: 3px 0;
    display: inline-block;
}

.active {
    color: #1d1d1d;
}

.benefit-item-list .benefit-item:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    display: inline-block;
    font-weight: 900;
    margin-left: -1rem;
}

.benefit-item-list .benefit-item.active:before {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    display: inline-block;
    font-weight: 900;
    margin-left: -1rem;
}

#nav_prof_li.dropdown:hover .dropdown-menu {
    display: block !important;
}

/*#nav_prof_li .dropdown-menu:after {
    right: 8%;
}*/
/* Multi-policy Dropdown Style End */

/* Tooltip not hiding style start */
.fade:not(.show) {
    display: none;
}
/* Tooltip not hiding Style End */

/*========== custom scrollbar style start ==========*/
.custom-scroll {
    overflow-y: auto;
    overflow-x: hidden !important;
    scrollbar-color: #d8d8d8 #fff;
}

.custom-scroll::-webkit-scrollbar {
    width: 8px;
}

.custom-scroll::-webkit-scrollbar-track-piece {
    background-color: #FFF;
}

.custom-scroll::-webkit-scrollbar-thumb:vertical {
    height: 30px;
    background-color: #d8d8d8;
}

.custom-scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 8px
}

.custom-scroll::-webkit-scrollbar-thumb {
    background-color: #d8d8d8;
    /*outline: 1px solid #d8d8d8;*/
    border-radius: 8px
}
/*========== custom scrollbar style end ==========*/

/*========== TCC ribbon style start ==========*/
.tcc-outofnetwork {
    background: #Fde5dd;
    color: #1d1d1d;
    position: absolute;
    right: 0;
    top: 0;
}
.tcc-ribbon {
    height: 52px;
    --f: 10px; /* control the folded part*/
    --r: 15px; /* control the ribbon shape */
    --t: calc(50% - 20px); /* the top offset */
    position: absolute;
    inset: var(--t) calc(-1*var(--f)) auto auto;
    padding: 0 10px var(--f) calc(10px + var(--r));
    clip-path: polygon(0 0,500% 0,500% calc(500% - var(--f)),calc(500% - var(--f)) 100%, calc(100% - var(--f)) calc(100% - var(--f)),0 calc(100% - var(--f)), var(--r) calc(50% - var(--f)/2));
    background: #00807C;
    /* box-shadow: 0 calc(-1*var(--f)) 0 inset #0005; */
}
/*========== TCC ribbon style end ==========*/

/*========== Custom checkbox new style start ==========*/
.form-check-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.form-check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.form-check-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #FFF;
    border: 2px solid #8a8a8a;
    border-radius: 3px;
}

.form-check-container input[disabled] + .checkmark {
    cursor: not-allowed !important;
    border-color: #d1d1d1 !important;
}

/* On mouse-over, add a grey background color */
.form-check-container:hover input ~ .checkmark {
    background-color: #FFF;
    border: 2px solid #8a8a8a;
}

/* When the checkbox is checked, add a blue background */
.form-check-container input:checked ~ .checkmark {
    background-color: #00807C;
    border-radius: 3px;
    border:0;
}

/* Create the checkmark/indicator (hidden when not checked) */
.form-check-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.form-check-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.form-check-container .checkmark:after {
    left: 10px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*========== Custom checkbox new style end ==========*/

/*========== Clearable text inputs start  ==========*/
.clearable {
    position: relative;
}

.clearable_clear {
    display: none;
    position: absolute;
    right: -10px;
    top: 20px;
    padding: 0 8px;
    font-style: normal;
    font-size: 1.2em;
    font-weight: bold;
    user-select: none;
    cursor: pointer;
}

.clearable input::-ms-clear { /* Remove IE default X */
    display: none;
}
/*========== Clearable text inputs end  ==========*/

/* For 100% width mega menu */
/*
.mega-menu {
    position: initial;
}

ul.nav li.mega-menu:hover > .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    display: flex;
}

.sub-menu {
    list-style: none;
    min-width: 33%;
    padding: 0 1.5rem 1.5rem 1.5rem !important;
}

.mega-menu .sub-menu {
    border-right: 1px solid #dee2e6;
}

    .mega-menu .sub-menu:last-child {
        border-right: 0;
    }

.mega-menu .dropdown-menu {
    padding: 1rem 0 !important;
}

    .mega-menu .dropdown-menu a {
        font-size: 20px;
    }

    .mega-menu .dropdown-menu small {
        font-size: 16px;
        color: #484848;
    }
*/

/* =============== New Menu Style Start =============== */
.navbar-secondary {
    background-color: #f6f8f9;
    color: #1d1d1d;
}

.navbar-secondary a, .navbar-light a {
    color: #1d1d1d;
}

.navbar-primary {
    background-color: #080a62;
    font-family: Lora,OpenSans,sans-serif;
}
#memberNav .dropdown-toggle::after {
    content: none;
}

.cf:after,
.lab-grid:after {
    content: "";
    display: table;
    clear: both;
}

#header ul {
    margin: 0;
    padding: 0;
}

#tm:checked + .main-menu {
    display: block;
}

#header input[type="checkbox"],
#header ul span.drop-icon {
    display: none;
}
/*
#header .sub-menu {
    background-color: #FFF;
    margin: 0 1em;
}

#header .sub-menu li:last-child {
    border-width: 0;
}

#header .sub-menu {
    display: none;
    padding: 12px 16px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

#header input[type="checkbox"]:checked + .sub-menu {
    display: block;
}

#header .sub-menu a:hover {
    color: #444;
}


#header #memberNav .sub-menu a {
    padding: 10px 0;
    font-size: 13px;
    line-height: 13px;
    color: #0079b5;
}

.navbar-right .sub-menu {
    right: 0;
    left: auto !important;
}

*/
#memberNav li a {
    position: relative;
    display: block;
    color: #ffffff;
    padding: 14px 12px !important;
    border-bottom: 4px solid transparent;
}

#toggle-menu {
    background: #333;
}

#header a {
    transition: all .125s ease-in-out;
    -webkit-transition: all .125s ease-in-out;
    text-decoration: none;
}

.drop-label {
    position: relative;
    width: 100%;
    text-align: left !important;
    margin: 0;
    cursor: pointer;
    background: #0079b5;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    padding: 1em !important;
    color: #FFF;
}

.drop-icon {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    padding: 1em;
    font-size: 1em;
    text-align: center;
    background-color: rgba(0, 0, 0, .125);
    text-shadow: 0 0 0 transparent;
    color: rgba(255, 255, 255, .75);
    display: inline-block !important;
    max-width: 100%;
    margin-bottom: 5px;
}

#toggle-menu .drop-icon,
#header li label.drop-icon {
    position: absolute;
    right: 0;
    top: 0;
}

#header label.drop-icon, #toggle-menu span.drop-icon {
    padding: 1em;
    font-size: 1em;
    text-align: center;
    background-color: rgba(0, 0, 0, .125);
    text-shadow: 0 0 0 transparent;
    color: rgba(255, 255, 255, .75);
}

#header #memberNav ul li {
    display: block;
}
/* New Mega Menu */
.navbar-primary .main-menu.active > a {
    padding: 14px 16px !important;
    color: #ffffff;
    background-color: #212381 !important;
    border-bottom: 4px solid #ffffff !important;
}

.navbar-primary .main-menu a:hover {
    padding: 14px 16px !important;
    color: #ffffff !important;
    background-color: #212381;
    border-bottom: 4px solid #ffffff !important;
}

.navbar-primary .dropdown-menu:before,
.navbar-primary .dropdown-menu:after {
    content: none !important;
}

#memberNav .dropdown-menu .menu-header {
    color: #a20067;
    padding: 5px 20px !important;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}

#memberNav .dropdown-menu .dropdown-list {
    flex-direction: row;
    background: #FFF;
    padding: .5rem;
}

#memberNav .dropdown-menu {
    border: 0;
    border-radius: 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%) !important;
}

#memberNav .dropdown-list a {
    color: #1d1d1d !important;
    font-size: 20px;
    font-family: 'Lora-Medium';
    display: block;
    padding: 20px 16px 0 16px !important;
    border: none;
    white-space: nowrap;
}

#memberNav .dropdown-list a:hover {
    color: #00807C !important;
    background-color: transparent;
    border:0 !important;
}

#memberNav .dropdown-menu small {
    font-size: 16px;
    color: #484848;
}

#memberNav .dropdown-list ul {
    padding: 0 1.5rem;
    min-width: 33%;
    border-right: 1px solid #dee2e6;
}

#memberNav .dropdown-list ul:last-child {
    border-right: 0;
}

#memberNav .dropdown-menu .dropdown-list .btn {
    margin: 15px;
    padding: 8px 15px;
    color: #337ab7;
}

#memberNav .dropdown-menu .dropdown-list .btn:hover {
    color: #FFF;
}

#memberNav .dropdown-menu .dropdown-list img {
    width: 300px;
    max-width: -webkit-fill-available;
}

#memberNav .dropdown-menu .dropdown-list .small {
    padding: 0 20px;
    min-width: 200px;
}

#memberNav .dropdown-menu .dropdown-list .divider {
    height: auto;
    overflow: hidden;
    background-color: #fafafa;
    margin: 10px 0 0 0;
}

#memberNav .dropdown-menu .dropdown-list .divider-content {
    background: #FFF;
    border: 1px solid #CCC;
    padding: 15px 20px;
}

#navbarSupportedContent1 {
    height: auto !important;
}
/* =============== New Menu Style End =============== */

/*========== Responsive style start ==========*/
/* .col-sm- (small devices - screen width equal to or greater than 576px) */
@media (max-width: 576px) {
    .rounded-l-lg {
        border-radius: 6px !important;
    }
    .rounded-r-lg {
        border-radius: 6px !important;
    }
    #foo{
        max-width:100%;
        height:auto !important;
    }
    footer .col {
        flex-basis: inherit;
        margin-bottom:1.5rem;
    }
}
/* .col-sm- (small devices - screen width equal to or greater than 576px) */
@media (max-width: 576px) {
    .modal-dialog {
        max-width: 100%;
    }
}
/* .col-sm- (small devices - screen width equal to or greater than 576px) */
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 100%;
    }
}
/* .col-md- (medium devices - screen width equal to or greater than 768px) */
@media (min-width: 768px) {

}

@media only screen and (max-width: 992px) {
    /* =============== Responsiv Menu Style End =============== */
    #memberNav .dropdown-menu .dropdown-list {
        float: none;
    }

    #memberNav {
        height: auto;
        position: absolute;
        width: 100%;
        overflow-y: auto;
        top: 46px;
        max-height: 80%;
        background: transparent;
        z-index: 9;
    }

    #memberNav ul li a {
        color: white;
        padding: 1em 1.5em;
        font-weight: normal;
        text-shadow: 1px 1px 0 rgb(0 0 0 / 13%);
        border-bottom: 1px solid rgba(0, 0, 0, .05);
    }

    #memberNav .open > a {
        background: none;
    }

    #memberNav .open .dropdown-menu {
        padding: 0;
    }

    #memberNav .navbar-nav .show .dropdown-menu {
        position: static !important;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
        display: block !important;
    }

    #memberNav .dropdown-menu .dropdown-list:before {
        content: none !important;
    }

    #memberNav .dropdown-menu .dropdown-list:after {
        content: none !important;
    }

    #memberNav .dropdown-menu .dropdown-list .small {
        padding: 10px 20px;
    }

    #memberNav .dropdown-menu .dropdown-list .divider {
        padding-left: 20px;
    }

    #memberNav .dropdown-menu .dropdown-list .divider-content {
        border: none;
        background: transparent;
    }
    /* =============== Responsiv Menu Style End =============== */
    .loging-caption {
        left: 0;
        padding: 0 2rem;
    }

    .border-left-sm-0 {
        border-left: 0;
    }

    .w-tab-100 {
        width: 100%;
    }

    /*#nav-setting,
    #inbox-nav {
        position: absolute !important;
        top: -105px;
        z-index: 4;
    }*/

    #inbox-nav {
        /*right: 88px;*/
    }

    #nav-setting {
        /*right: 60px;*/
    }

    #memberNav .navbar-collapse {
        background: #0079b5;
    }

    .cp-l-xl-0 {
        padding: 0
    }
}

/* .col-lg- (large devices - screen width equal to or greater than 992px) */
@media (min-width: 992px) {
    #memberNav {
        top: initial;
        background: #080a62;
    }

    #memberNav .navbar-collapse {
        background: transparent;
    }
    #memberNav ul.nav li.main-menu:hover > .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
        display: flex;
    }

    #memberNav .dropdown-menu .dropdown-list {
        display: flex;
        float: left;
    }

    .loging-caption {
        left: calc(50% - 350px);
    }

    .mt-md-n6 {
        margin-top: -20rem !important;
    }

    .position-lg-absolute {
        position: absolute !important;
    }

    .h5-responsive {
        font-size: 100%;
    }

    .rounded-lg-left {
        border-top-left-radius: 0.25rem !important;
        border-bottom-left-radius: 0.25rem !important;
    }

    .rounded-lg-right {
        border-top-right-radius: 0.25rem !important;
        border-bottom-right-radius: 0.25rem !important;
    }
    .w-tab-100 {
        width: auto;
    }
    /* For Provider portal menu, remove after provider menu update*/
    #navbarSupportedContent1 .dropdown-menu:after,
    #navbarSupportedContent1 .dropdown-menu:before {
        left: 20px;
        right: auto;
    }
}

/* Menu Resize (desktops, 992px - 1199px) */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    #memberNav li a {
        padding: 16px 5px !important;
        font-size: 13px;
    }
    .search_input{
        width:400px;
    }

    /*#nav-setting,
    #inbox-nav {
        position: absolute !important;
        top: -32px;
        z-index: 99;
    }

    #inbox-nav {
        right: 72px;
    }

    #nav-setting {
        right: 40px;
    }*/
}

/* Menu Resize (desktops, 1200px - 1450px) */
@media only screen and (min-width: 1200px) and (max-width: 1350px) {
    #memberNav li a {
        padding: 16px 5px !important;
        font-size: 14px;
    }
    .search_input {
        width: 500px;
    }

    #nav-setting,
    #inbox-nav {
        /*position: absolute !important;
        top: -36px;
        z-index: 99;*/
    }

    #inbox-nav {
        right: 72px;
    }

    #nav-setting {
        /*right: 40px;*/
    }
    #header .navbar-secondary {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
    #account-nav{
        margin-right:0 !important;
    }
}

/* .col-xl- (xlarge devices - screen width equal to or greater than 1200px) */
@media (min-width: 1200px) {
    .search_input{
        width:450px;
    }
    #memberNav .dropdown-menu.show {
        display: none;
    }
    .cp-xl-5 {
        padding: 2.5rem;
    }
    .cpx-xl-5 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .cpt-xl-5 {
        padding-top: 2.5rem;
    }
    .cpb-xl-5 {
        padding-bottom: 2.5rem;
    }
    .ui-autocomplete {
        max-width: 50%;
    }
    .h5-responsive {
        font-size: 125%;
    }
}
/*========== Responsive style start ==========*/

/* Provider portal Autofill label text issue fix */
.md-form > input[type]:-webkit-autofill:not(.browser-default):not([type="search"]) + label {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-transform-origin: 0;
    transform-origin: 0;
}

/* upcoming & update feature slider style */

#upcomingSlide .carousel {
    /* background: #2c778f; */
}

#upcomingSlide .carousel-item .active {
    height: 250px;
    background: #FFF !important;
    display: none;
}
#upcomingSlide .carousel-item .inactive {
    display: none;
}
#upcomingSlide .active {
    /*height: 250px;*/
    /*background: #FFF !important;*/
    display: block;
}
#upcomingSlide .inactive {
    display: none;
}
#upcomingSlide .carousel-item img {
    /*position: absolute;
    top: 0;
    left: 0;
    width: 30%;*/
    min-width: 200px;
    max-width: 200px;
    max-height: 200px;
    /*padding-right: 1.5rem;*/
    overflow:hidden;
}

#upcomingSlide .carousel-caption {
    color: #484848 !important;
}
#upcomingSlide h2, #upcomingSlide .newsdesc {
    color: #1d1d1d !important;
}
#toggleCarousel {
    right: 12px;
    position: absolute;
    bottom: 4px;
    z-index: 99;
    border: 0;
    background: #00807C;
    color: #FFF;
    font-size: 12px;
    border-radius: 100%;
    padding: 4px 8px;
}

#upcomingSlide .carousel-caption {
    height: 100%;
    /*left: 5%;
    right: 5%;
    bottom: 40px;
    text-align: left;
    padding: 0px auto;
    transform: translateY(35%);*/
}

#upcomingSlide .carousel-indicators li {
    background-color: #00807C !important;
    width: 14px;
    height: 14px;
}

#upcomingSlide .carousel-indicators {
    justify-content: right;
    background: #f5f5f5;
    left: auto;
    border-radius: 16px;
    padding: 0px 16px;
    margin: 0;
    padding-right: 3em;
}
.eligible-info, .health-news {
    max-height: 740px;
    overflow-y: auto;
}

.allergies-tbl {
    max-height: 300px;
}
.medication-tbl {
    max-height: 205px;
}
.medication-tbl tr:last-child {
    border-bottom: 0 !important;
}
.video-news {
    padding: 0.5rem .75rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
    margin-right: 1rem;
}
.video-news iframe {
    width: 100% !important;
    min-width: 320px !important;
    height: auto;
    min-height: 240px;
}
.trim-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-width: 100% !important;
}
.newsdesc {
    max-height: 145px;
    overflow: hidden;
}
.newsdesc p {
    margin-left: 0 !important;
}
.news-img{
    min-height:200px;
    min-width:200px;
}
.icon-white {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
.btn-action {
    border: 0;
    background: #FFF;
    color: #00807C;
    font-size: 16px;
    padding: 0;
}

td.actions .dropdown-toggle::after {
    content: none !important;
}
td.actions li {
    border-bottom: 1px solid #e7e7e7;
}

td.actions li:last-child {
    border: none;
}
td.actions li a {
    text-decoration: underline !important;
}

.bg-primary-light {
    background-color: #f0f4f6;
}

.font-secondary-bold {
    font-family: 'Lora-SemiBold';
}

.fs-56 {
    font-size: 56px !important;
}

/* Hikde default eye symbol on password field in Edge browser */
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none;
}
.badge {
    padding: 0.5em 0.75em;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-weight: normal;
}

.badge-success {
    background-color: #f0ffeb !important;
    color: #4c9d2f !important;
    border-color: #4c9d2f;
}

textarea {
    resize: none;
}

/* Calviva style updated */
.icon-primary {
    filter: brightness(0) saturate(100%) invert(27%) sepia(83%) saturate(3857%) hue-rotate(164deg) brightness(90%) contrast(103%);
}
@media (min-width: 768px) {
    #page-wrapper {
        position: inherit;
        /* margin: 0 0 0 240px;
        min-height: 2002px;*/
    }

    .login_img_sec {
        height: 100%;
        object-fit: cover;
        object-position: 0px 0px;
    }

    .login {
        width: 90%;
        padding-top: 10%;
        margin: auto
    }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    .login_mobile {
        max-width: 50%;
        margin: auto;
        margin-top: 20%;
    }
}

@media (min-width: 992px) {

    .login_img_sec {
        height: 100vh;
        object-fit: cover;
        object-position: 0px 0px;
    }
}
.overflow-y-hidden {
    overflow-y: hidden !important;
}
.login {
    padding:0 20px 20px 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    border-top: 5px solid #97999B;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 10px rgba(0,0,0, 0.5);
}
@media only screen and (min-width: 1200px) {
    .login {
        width: 90%;
        margin-left: auto;
    }

    body.homepage .member-space {
        padding-top: 160px;
        color: #fff;
    }
}
@media only screen and (min-width: 275px) and (max-width: 768px) {
    .login {
        background: rgba(255, 255, 255, 0.9);
        padding: 20px 20px 20px 20px;
        border-radius: 2px;
    }

    h1 {
        font-size: 20px;
    }
}
.sideImgCol .sideImgSticky {
    position: fixed;
    top: 0;
    height: 100vh;
    object-fit: cover;
    left: 0;
    max-width: inherit;
}

.md-form label {
    color: #808080;
}

    .md-form label.active {
        -webkit-transform: translateY(-2px) scale(0.8) !important;
        transform: translateY(-2px) scale(0.8) !important;
        color: #808080 !important;
        font-size: 14px;
    }

.md-form .form-control {
    padding-top: 14px !important;
}

.md-form input {
    color: #333;
}

.md-form input[type="text"]:not(.browser-default):focus:not([readonly]) + label {
    color: #808080;
    font-weight: bold;
    font-size: 14px;
}

.md-form input[type="text"]:not(.browser-default):focus:not([readonly]) + label {
    color: #808080 !important
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #042789;
    background-color: #042789;
}
footer img.ncqa-logo {
    max-width: 120px;
    width: 70%;
    height: auto;
    margin: 20px;
}
.bg-gray-1 {
    background-color: #e1f0f0 !important;
}
.font-small{
    font-size:80% !important;
}