﻿@font-face {
    font-family: 'Montserrat';
    src: url('../fonts-new/monserrat.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'montserrat_medium';
    font-size: 11px;
    font-weight: normal;
    background: #F5F9FA;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

select::-ms-expand {
    display: none;
}

a, a:hover, a:focus, button:focus, button:active {
    outline: none;
    text-decoration: none;
}

label {
    font-weight: normal;
}

body, ul, p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

.modal-content {
    background-color: #FFFFFF;
}

.modal-body {
    padding: 20px;
}

input[type="radio"] {
    position: relative;
    top: 2px;
    margin-right: 5px;
    margin-left : 3px;
}

@font-face {
    font-family: 'montserrat_semibold';
    /* src: url('../fonts/montserrat-semibold-webfont.woff2') format('woff2'),
		 url('../fonts/montserrat-semibold-webfont.woff') format('woff'); */
    src: url('../fonts-new/Montserrat-SemiBold.eot');
    src: url('../fonts-new/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts-new/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts-new/Montserrat-SemiBold.woff') format('woff'), url('../fonts-new/Montserrat-SemiBold.ttf') format('truetype'), url('../fonts-new/Montserrat-SemiBold.otf') format('opentype');
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat_bold';
    /* src: url('../fonts/montserrat-semibold-webfont.woff2') format('woff2'),
		 url('../fonts/montserrat-semibold-webfont.woff') format('woff'); */
    src: url('../fonts-new/Montserrat-Bold.eot');
    src: url('../fonts-new/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts-new/Montserrat-Bold.woff2') format('woff2'), url('../fonts-new/Montserrat-Bold.woff') format('woff'), url('../fonts-new/Montserrat-Bold.ttf') format('truetype'), url('../fonts-new/Montserrat-Bold.otf') format('opentype');
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    font-weight: normal;
    font-style: normal;
}

.semibold-montserrat {
    font-family: 'montserrat_semibold' !important;
}

@font-face {
    font-family: 'montserratregular';
    /* src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
		 url('../fonts/montserrat-regular-webfont.woff') format('woff'); */
    src: url('../fonts-new/Montserrat-Regular.eot');
    src: url('../fonts-new/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts-new/Montserrat-Regular.woff2') format('woff2'), url('../fonts-new/Montserrat-Regular.woff') format('woff'), url('../fonts-new/Montserrat-Regular.ttf') format('truetype'), url('../fonts-new/Montserrat-Regular.otf') format('opentype');
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    font-weight: normal;
    font-style: normal;
}


.regular-montserrat {
    font-family: 'montserratregular';
}

@font-face {
    font-family: 'montserrat_medium';
    /* src: url('../fonts/montserrat-medium-webfont.woff2') format('woff2'),
		 url('../fonts/montserrat-medium-webfont.woff') format('woff');*/
    src: url('../fonts-new/Montserrat-Medium.eot');
    src: url('../fonts-new/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts-new/Montserrat-Medium.woff2') format('woff2'), url('../fonts-new/Montserrat-Medium.woff') format('woff'), url('../fonts-new/Montserrat-Medium.ttf') format('truetype'), url('../fonts-new/Montserrat-Medium.otf') format('opentype');
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    font-weight: normal;
    font-style: normal;
}

.medium-montserrat {
    font-family: 'montserrat_medium';
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fonts-new/Gotham-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts-new/Gotham-Bold.woff') format('woff'), url('../fonts-new/Gotham-Bold.ttf') format('truetype'), url('../fonts-new/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Book';
    src: url('../fonts-new/Gotham-Book.eot?#iefix') format('embedded-opentype'), url('../fonts-new/Gotham-Book.woff') format('woff'), url('../fonts-new/Gotham-Book.ttf') format('truetype'), url('../fonts-new/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}


.close-modal {
    color: #e6415a;
    position: absolute;
    top: 14px;
    right: 15px;
    width: 20px;
    height: 20px;
    opacity: 1;
    font-size: 18px;
}

.short-detail .slimScrollBar,
.table-treatment .slimScrollBar,
.login-info-row .slimScrollBar {
    background: #BEC9DA !important;
    width: 4px !important;
    opacity: 1 !important;
}

.recurring-row .inline-label {
    width: 40%;
}

label {
    font-weight: normal;
}

.close-modal {
    color: #e6415a;
    position: absolute;
    top: 14px;
    right: 15px;
    width: 20px;
    height: 20px;
    opacity: 1;
    font-size: 18px;
}

.common-modal .modal-footer {
    padding: 10px 20px;
    text-align: right;
    border-top: 0px solid #e5e5e5;
    background: #d5dfe9;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.left-sidebar {
    width: 25%;
    position: fixed;
    top: 0;
    left: -24.8%;
    height: 100%;
    background: #2c425f;
    transition: 0.35s;
    box-shadow: 5px 0 5px -5px #7d7d7d;
}

.sidebar-open {
    left: 0;
    transition: 0.35s;
}

.sidebar-toggle-btn {
    position: absolute;
    top: 44%;
    right: -10px;
    width: 10px;
    height: 30px;
    cursor: pointer;
    transition: 0.35s;
    background: #2c425f;
    padding-top: 9px;
    text-align: center;
}

    .sidebar-toggle-btn:before {
        content: '';
        position: absolute;
        top: -10px;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 0 0 10px;
        border-color: transparent transparent transparent #2c425f;
    }

    .sidebar-toggle-btn:after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 0 0;
        border-color: #2c425f transparent transparent transparent;
    }

.main-section {
    width: 100%;
    transition: 0.35s;
}

.custom-width-100 {
    width: 100%;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.padding-left-right-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

@media (min-width:1701px) and (max-width:2000px) {
    .table-title, .label-inner, .label-inner-value, .block-title, .custom-radio-button [type="radio"]:not(:checked) + label, .btn-primary, .btn-default, .btn-secondary, .common-input-text {
        font-size: 14px;
    }

    .margin-bottom-120 {
        margin-bottom: 385px;
    }
}

@media (min-width:1400px) and (max-width:1700px) {
    .table-title, .label-inner,
    .label-inner-value, .block-title, .custom-radio-button [type="radio"]:not(:checked) + label,
    .btn-primary, .btn-default, .btn-secondary, .common-input-text {
        font-size: 13px;
    }

    .margin-bottom-120 {
        margin-bottom: 210px;
    }
}

@media (min-width:1200px) and (max-width:1340px) {
    .margin-bottom-120 {
        margin-bottom: 385px;
    }
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.left-sidebar {
    top: 111px;
}

@media (max-width: 1400px) {
    .left-sidebar {
        top: 98px;
    }
}

@media (max-width: 1100px) {
    .left-sidebar {
        top: 82px;
    }
}

@media (max-width: 991px) {
    .left-sidebar {
        top: 72px;
    }
}

@media (min-width: 1750px) {
    .left-sidebar {
        top: 118px;
    }
}

@media (min-width: 1900px) {
    .left-sidebar {
        top: 127px;
    }
}

@media (min-width: 1900px) {
    .left-sidebar {
        top: 127px;
    }
}

@media (min-width: 2050px) {
    .left-sidebar {
        top: 148px;
    }
}

.margin-0 {
    margin: 0;
}

.margin-bottom-8 {
    margin-bottom: 8px;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-9 {
    margin-bottom: 9px !important;
}

.margin-bottom-6 {
    margin-bottom: 6px !important;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-15-0 {
    margin: 15px 0;
}

.color-white {
    color: #fff;
}

.section-title {
    font-family: "montserrat_semibold";
    font-size: 11px;
    color: #276299;
    margin-bottom: 2px;
}

    .section-title.black {
        color: #000 !important;
        font-family: "montserrat_semibold" !important;
    }

.primary-title {
    color: #0072C6;
    font-size: 12px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
}

.display-flex {
    display: flex;
}

.relative {
    position: relative;
}

.align-items-middle {
    align-items: center;
}
.flex-justify-center {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: auto;
    max-width: 600px;
}
.flex-justify-center{
        margin-top: 130px;
    }
.display-flex {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.section-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #276299;
    font-weight: 600;
}

    .section-title .required {
        color: red;
    }

.block-title.black {
    color: #000 !important;
}

.block-title.blue {
    color: #2b8ee9 !important;
}

.block-title.text-capitalize {
    text-transform: capitalize;
}

.block-title.block-title-2 {
    font-size: 11px;
    padding-bottom: 5px;
    text-transform: capitalize;
}

    .block-title.block-title-2.color-light-gray {
        color: #7e7e7e;
    }

.block-title.block-title-3 {
    font-size: 13px;
}

ul.no-style {
    list-style: none;
}

    ul.no-style.display-inline li {
        display: inline-block;
        margin-right: 14px;
    }

.padding-8-16 {
    padding: 8px 16px;
}

.opacity-6 {
    opacity: 0.6;
}

.note {
    color: #7e7e7e;
    margin-top: 10px;
    font-size: 10px;
}

.block-title-big {
    color: #2b8ee9;
    font-size: 18px;
    text-transform: capitalize;
}

.title-5 {
    font-family: "montserrat_semibold";
    font-size: 11px;
    margin-right: 10px;
}

    .title-5.text-capitalize {
        text-transform: capitalize;
    }

.form-control {
    font-size: 11px;
}

::placeholder {
    /* Chrome/Opera/Safari */
    color: #97aabb !important;
    font-weight: normal !important;
    font-size: 11px;
    font-family: "montserrat_medium" !important;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #97aabb !important;
    font-weight: normal !important;
    font-size: 11px;
    font-family: "montserrat_medium" !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #97aabb !important;
    font-weight: normal !important;
    font-size: 11px;
    font-family: "montserrat_medium" !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #97aabb !important;
    font-weight: normal !important;
    font-size: 11px;
    font-family: "montserrat_medium" !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #97aabb !important;
    font-weight: normal !important;
    font-size: 11px;
    font-family: "montserrat_medium" !important;
}

.checkbox-label.color-gray {
    color: #7d7d7d !important;
}

.left-sidebar {
    top: unset;
    margin-top: 0;
    border-top: none !important;
}

.display-flex {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

    .display-flex.flex-direction-column {
        flex-direction: column;
    }

.form-control.border-radius-50 {
    border-radius: 50px;
}

.form-control.search-bg-icon {
    background: url(../images/search-gray-light.svg) #fff;
    background-position: right 15px center;
    background-repeat: no-repeat;
}

.form-control.search-bg-icon-2 {
    background: url(../images/search-black.svg) #fff;
    background-position: right 15px center;
    background-repeat: no-repeat;
}

.white-box-wrapper {
    border: 1px solid #DADDE8;
    background: #fff;
    border-radius: 5px;
    padding: 13px 15px;
    margin-right: 10px;
}

    .white-box-wrapper img.full {
        width: 100%;
        text-align: center;
    }

    .white-box-wrapper .meter-no-text {
        color: #000;
        font-size: 13px;
        font-family: 'montserrat_semibold';
    }

@media (min-width: 1600px) {
    .white-box-wrapper .meter-no-text {
        font-size: 15px;
    }
}

@media (min-width: 1800px) {
    .white-box-wrapper .meter-no-text {
        font-size: 17px;
    }
}

.white-box-wrapper .item-align-bottom {
    display: flex;
    align-items: flex-end;
}

.white-box-wrapper .amount {
    font-size: 24px;
    font-family: 'montserrat_bold';
}

@media (min-width: 1600px) {
    .white-box-wrapper .amount {
        font-size: 26px;
    }
}

@media (min-width: 1800px) {
    .white-box-wrapper .amount {
        font-size: 28px;
    }
}

.white-box-wrapper .amount.up {
    color: #18BC00;
}

.white-box-wrapper .amount.down {
    color: #D94152;
}

.white-box-wrapper .persent {
    color: #000000;
    font-size: 13px;
    line-height: 1em;
    font-family: 'montserrat_bold';
}

@media (min-width: 1600px) {
    .white-box-wrapper .persent {
        font-size: 15px;
    }
}

@media (min-width: 1800px) {
    .white-box-wrapper .persent {
        font-size: 17px;
    }
}

.white-box-wrapper .persent.down {
    background: url(../images/down-red.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
}

.white-box-wrapper .persent.up {
    background: url(../images/up-green.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
}

.white-box-wrapper .month-goal {
    color: #717171;
    font-size: 13px;
    line-height: 1em;
    padding-left: 20px;
    font-family: 'montserrat_medium';
}

@media (min-width: 1600px) {
    .white-box-wrapper .month-goal {
        font-size: 15px;
    }
}

@media (min-width: 1800px) {
    .white-box-wrapper .month-goal {
        font-size: 17px;
    }
}

.white-box-wrapper .task-title {
    color: #717171;
    font-size: 13px;
    text-transform: capitalize;
    font-family: 'montserrat_medium';
}

@media (min-width: 1600px) {
    .white-box-wrapper .task-title {
        font-size: 15px;
    }
}

@media (min-width: 1800px) {
    .white-box-wrapper .task-title {
        font-size: 17px;
    }
}

.white-box-wrapper .task-title .big {
    color: #000;
    font-size: 14px;
    text-transform: capitalize;
    font-family: 'montserrat_semibold';
}

@media (min-width: 1600px) {
    .white-box-wrapper .task-title .big {
        font-size: 16px;
    }
}

@media (min-width: 1800px) {
    .white-box-wrapper .task-title .big {
        font-size: 18px;
    }
}

.white-box-wrapper a.round-number,
.white-box-wrapper .round-number {
    border: 1px solid #00B0F0;
    border-radius: 100px;
    height: 40px;
    width: 40px;
    display: inline-grid;
    align-items: center;
    font-size: 16px;
    background: #FFFFFF;
    color: #00B0F0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'montserrat_semibold';
}

@media (min-width: 1600px) {
    .white-box-wrapper a.round-number,
    .white-box-wrapper .round-number {
        font-size: 18px;
    }
}

@media (min-width: 1800px) {
    .white-box-wrapper a.round-number,
    .white-box-wrapper .round-number {
        font-size: 20px;
    }
}

.white-box-wrapper .blue-box {
    background: #F1FBFF;
    border: 1px solid #00B0F080;
    border-radius: 5px;
    padding: 15px 32px;
    align-items: center;
}

    .white-box-wrapper .blue-box .round-number {
        border: 1px solid #00B0F0;
        color: #00B0F0;
    }

.white-box-wrapper .light-brown-box {
    background: #FFF8E9;
    border: 1px solid #F1B84680;
    border-radius: 5px;
    padding: 15px 32px;
    align-items: center;
}

    .white-box-wrapper .light-brown-box .round-number {
        border: 1px solid #F1B846;
        color: #E1A020;
    }

.white-box-wrapper .light-pink-box {
    background: #FFEBEB;
    border: 1px solid #FF797980;
    border-radius: 5px;
    padding: 15px 32px;
    align-items: center;
}

    .white-box-wrapper .light-pink-box .round-number {
        border: 1px solid #FF7979;
        color: #F24848;
    }

.white-box-wrapper:last-child {
    margin-right: 0;
}

.white-box-wrapper.margin-right-0 {
    margin-right: 0;
}

.white-box-wrapper.radius-no-bottom {
    border-radius: 5px 5px 0 0;
}

.white-box-wrapper.overflow-auto {
    overflow: auto;
}

.white-box-wrapper.border-blue {
    border: 1px solid #D5DFE9;
}

    .white-box-wrapper.border-blue.margin-0 {
        margin: 0;
    }

.overflow-auto {
    overflow: auto;
}

.ui-datepicker-trigger {
    border: 0px;
    background: none;
    position: absolute;
    right: 0;
    top: 0;
}

    .ui-datepicker-trigger i {
        position: absolute;
        right: 8px;
        top: 4px;
        color: #2b8ee9;
        font-size: 15px;
    }

select.form-control.common-input-text {
    padding-right: 30px;
    background-size: 10px !important;
    background: #FFF url(../images/arrow_down.svg) no-repeat right 10px center;
}

    select.form-control.common-input-text.custom-paading-2-10 {
        padding: 2px 10px;
    }

.visbality-hidden {
    visibility: hidden;
}

.semibold {
    font-family: 'montserrat_semibold';
}

.text-capitalize {
    text-transform: capitalize;
}

.border-right-left {
    border-right: 1px solid #DADDE8;
    border-left: 1px solid #DADDE8;
}

textarea.reguler-font {
    font-family: 'montserratregular';
}

.table-border {
    border-radius: 8px;
    border: 1px solid #D5DFE9;
    overflow: auto;
}

.custom-modal-2 .modal-dialog {
    width: 860px;
    margin: 110px auto 0;
}

    .custom-modal-2 .modal-dialog .modal-content {
        background: #fff;
    }

        .custom-modal-2 .modal-dialog .modal-content .modal-header {
            padding: 15px;
            border-bottom: 1px solid #e5e5e5;
            background: #D5DFE9;
            border-radius: 5px 5px 0 0;
        }

        .custom-modal-2 .modal-dialog .modal-content .modal-body {
            overflow: auto;
        }

        .custom-modal-2 .modal-dialog .modal-content .custom-radio-button-3 [type="radio"]:checked + label,
        .custom-modal-2 .modal-dialog .modal-content .custom-radio-button-3 [type="radio"]:not(:checked) + label {
            position: relative;
            padding-left: 20px;
            cursor: pointer;
            line-height: 20px;
            display: inline-block;
            font-size: 11px;
            color: #FFF;
            font-family: 'montserrat_medium';
            background: transparent;
            border-color: transparent;
            margin-right: 0;
            margin-bottom: 0;
        }

@media (min-width: 1600px) {
    .custom-modal-2 .modal-dialog .modal-content .custom-radio-button-3 [type="radio"]:checked + label,
    .custom-modal-2 .modal-dialog .modal-content .custom-radio-button-3 [type="radio"]:not(:checked) + label {
        font-size: 13px;
    }
}

@media (min-width: 1900px) {
    .custom-modal-2 .modal-dialog .modal-content .custom-radio-button-3 [type="radio"]:checked + label,
    .custom-modal-2 .modal-dialog .modal-content .custom-radio-button-3 [type="radio"]:not(:checked) + label {
        font-size: 14px;
    }
}

.custom-modal-2 .modal-dialog .modal-content .custom-radio-button-3 [type="radio"]:not(:checked) + label {
    color: #000000;
}

.custom-modal-2 .modal-dialog .modal-content .custom-radio-button-3 [type="radio"]:checked + label {
    color: #000000;
    font-family: 'montserrat_semibold';
}

.custom-modal-2 .modal-dialog .modal-content .custom-radio-button-3 label.radio-label:hover::before {
    border: 1px solid #C1C2C5;
}

.custom-modal-2 .modal-dialog .modal-content .custom-radio-button-3 [type="radio"]:checked + label:before,
.custom-modal-2 .modal-dialog .modal-content .custom-radio-button-3 [type="radio"]:not(:checked) + label:before {
    border: 1px solid #C1C2C5;
    background: #fff;
    top: 2px;
}

.custom-modal-2 .modal-dialog .modal-content .custom-radio-button-3 [type="radio"]:hover label {
    color: #276299;
}

.custom-modal-2 .modal-dialog .modal-content .custom-radio-button-3 [type="radio"]:checked + label:before,
.custom-modal-2 .modal-dialog .modal-content .custom-radio-button-3 [type="radio"]:checked + label:hover:before,
.custom-modal-2 .modal-dialog .modal-content .custom-radio-button-3 label.radio-label:hover::before {
    border: 1px solid #2b8ee9;
    background: #fff;
}

.custom-modal-2 .modal-dialog .modal-content .custom-radio-button-3 [type="radio"]:checked + label:after,
.custom-modal-2 .modal-dialog .modal-content .custom-radio-button-3 [type="radio"]:not(:checked) + label:after {
    top: 6px;
}

.custom-modal-2 .modal-dialog .modal-content .custom-radio-button-3 [type="radio"]:checked + label:after,
.custom-modal-2 .modal-dialog .modal-content .custom-radio-button-3 [type="radio"]:not(:checked) + label:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    top: 6px;
}

.custom-modal-2 .modal-dialog .modal-content.bg-blue {
    background: #F5F9FA;
}

@media (min-width: 1600px) {
    .custom-modal-2 .modal-dialog {
        width: 880px;
    }
}

@media (min-width: 1800px) {
    .custom-modal-2 .modal-dialog {
        width: 900px;
    }
}

.custom-modal-2.finance-charges .modal-dialog {
    width: 940px;
    margin: 110px auto 0;
}

@media (min-width: 1550px) {
    .custom-modal-2.finance-charges .modal-dialog {
        width: 1140px;
    }
}

@media (min-width: 1800px) {
    .custom-modal-2.finance-charges .modal-dialog {
        width: 1180px;
    }
}

.custom-modal-2.reconcile-statement-addresses .modal-dialog {
    width: 1260px;
    margin: 110px auto 0;
}

@media (min-width: 1550px) {
    .custom-modal-2.reconcile-statement-addresses .modal-dialog {
        width: 1360px;
    }
}

@media (min-width: 1800px) {
    .custom-modal-2.reconcile-statement-addresses .modal-dialog {
        width: 1560px;
    }
}

@media (max-width: 1100px) {
    .custom-modal-2.reconcile-statement-addresses .modal-dialog {
        width: 1000px;
    }
}

.custom-modal-2.denticon-statement-setup .modal-dialog {
    width: 1200px;
    margin: 110px auto 0;
}

@media (min-width: 1550px) {
    .custom-modal-2.denticon-statement-setup .modal-dialog {
        width: 1300px;
    }
}

@media (min-width: 1800px) {
    .custom-modal-2.denticon-statement-setup .modal-dialog {
        width: 1500px;
    }
}

@media (max-width: 1100px) {
    .custom-modal-2.denticon-statement-setup .modal-dialog {
        width: 1000px;
    }
}

.custom-modal-2.exclude-responsible-party .modal-dialog {
    width: 660px;
    margin: 110px auto 0;
}

@media (min-width: 1550px) {
    .custom-modal-2.exclude-responsible-party .modal-dialog {
        width: 750px;
    }
}

@media (min-width: 1800px) {
    .custom-modal-2.exclude-responsible-party .modal-dialog {
        width: 800px;
    }
}

.custom-modal-2 .modal-header .close {
    margin-top: 0px;
}

.e-referral tbody {
    border: 1px solid #D5DFE9;
}

    .e-referral tbody tr td {
        text-align: left;
        padding: 5px 8px;
        vertical-align: middle;
        border-bottom: 1px solid #D5DFE9;
        font-family: 'montserrat_semibold';
        font-size: 11px;
        color: #2E3747;
    }

@media (min-width: 1600px) {
    .e-referral tbody tr td {
        font-size: 13px;
    }
}

@media (min-width: 1800px) {
    .e-referral tbody tr td {
        font-size: 15px;
    }
}

.e-referral tbody tr:nth-child(2n) td {
    background: #fff;
    border: 1px solid #D5DFE9;
    border-bottom: 1px solid #D5DFE9;
    padding: 8px;
}

.e-referral tbody tr:nth-child(2n+1) td {
    background: #F5FAFF;
    border: 1px solid #D5DFE9;
    border-bottom: 1px solid #D5DFE9;
}

.e-referral .custom-radio-button-3 [type="radio"]:checked + label,
.e-referral .custom-radio-button-3 [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    font-size: 11px;
    color: #fff;
    font-family: "montserrat_medium";
    background: transparent;
    border-color: transparent;
    margin-right: 0;
    margin-bottom: 0;
}

@media (min-width: 1600px) {
    .e-referral .custom-radio-button-3 [type="radio"]:checked + label,
    .e-referral .custom-radio-button-3 [type="radio"]:not(:checked) + label {
        font-size: 13px;
    }
}

@media (min-width: 1900px) {
    .e-referral .custom-radio-button-3 [type="radio"]:checked + label,
    .e-referral .custom-radio-button-3 [type="radio"]:not(:checked) + label {
        font-size: 14px;
    }
}

.e-referral .custom-radio-button-3 [type="radio"]:not(:checked) + label {
    color: #000000;
}

.e-referral .custom-radio-button-3 [type="radio"]:checked + label {
    color: #000000;
    font-family: "montserrat_semibold";
}

.e-referral .custom-radio-button-3 label.radio-label:hover::before {
    border: 1px solid #c1c2c5;
}

.e-referral .custom-radio-button-3 [type="radio"]:checked + label:before,
.e-referral .custom-radio-button-3 [type="radio"]:not(:checked) + label:before {
    border: 1px solid #c1c2c5;
    background: #fff;
    top: 2px;
}

.e-referral .custom-radio-button-3 [type="radio"]:hover label {
    color: #276299;
}

.e-referral .custom-radio-button-3 [type="radio"]:checked + label:before,
.e-referral .custom-radio-button-3 [type="radio"]:checked + label:hover:before,
.e-referral .custom-radio-button-3 label.radio-label:hover::before {
    border: 1px solid #2b8ee9;
    background: #fff;
}

.e-referral .custom-radio-button-3 [type="radio"]:checked + label:after,
.e-referral .custom-radio-button-3 [type="radio"]:not(:checked) + label:after {
    top: 6px;
}

.e-referral .custom-radio-button-3 [type="radio"]:checked + label:after,
.e-referral .custom-radio-button-3 [type="radio"]:not(:checked) + label:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    top: 6px;
}

.e-referral table th {
    position: relative;
}

.e-referral.li-check-radio li {
    padding: 0 0 16px;
}

    .e-referral.li-check-radio li label {
        padding-left: 25px;
        text-transform: capitalize;
    }

    .e-referral.li-check-radio li:last-child {
        padding-bottom: 0;
    }

@media (min-width: 1600px) {
    .e-referral .custom-radio-button-3 [type="radio"]:checked + label,
    .e-referral .custom-radio-button-3 [type="radio"]:not(:checked) + label {
        font-size: 13px;
    }
}

@media (min-width: 1800px) {
    .e-referral .custom-radio-button-3 [type="radio"]:checked + label,
    .e-referral .custom-radio-button-3 [type="radio"]:not(:checked) + label {
        font-size: 15px;
    }
}

.e-referral .list-title {
    font-size: 12px;
    color: #6D778A;
    text-transform: capitalize;
}

@media (min-width: 1500px) {
    .e-referral .list-title {
        font-size: 14px;
    }
}

@media (min-width: 1800px) {
    .e-referral .list-title {
        font-size: 16px;
    }
}

.hasDatepicker {
    padding-right: 20px;
}

.login-screen {
    /*background: url(../images/new-login-background-2.png) no-repeat;*/
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    width: 100vw;
    height: 100vh;
}

    .login-screen .container {
        position: relative;
    }

@media (max-width: 1700px) {
    .login-screen .container {
        width: 80%;
    }
}

@media (max-width: 1400px) {
    .login-screen .container {
        width: 95%;
    }
}

@media (max-width: 991px) {
    .login-screen .container {
        width: 100%;
    }
}

@media (min-width: 1800px) {
    .login-screen .container {
        width: 70%;
    }
}

@media (max-width: 1100px) {
    .login-screen {
        /*background: url(../images/new-login-background-ipad-2.svg) no-repeat;*/
        background-size: cover;
        background-attachment: fixed;
        background-position: center center;
    }
}

@media (max-width: 991px) {
    .login-screen {
        /*background: url(../images/new-login-background-ipad-portrait-2.svg) no-repeat;*/
        background-size: cover;
        background-attachment: fixed;
        background-position: center center;
    }
}

@media (max-width: 840px) and (min-width: 780px) {
    .login-screen {
        /*background: url(../images/new-login-background-mobile-3.svg) no-repeat;*/
        background-size: cover;
        background-attachment: fixed;
        background-position: center center;
        background-position: center 100%;
    }
}

@media (max-width: 760px) {
    .login-screen {
        /*background: url(../images/new-login-background-mobile-2.svg) no-repeat;*/
        background-size: cover;
        background-attachment: fixed;
        background-position: center center;
        background-position: center 100%;
    }
    
}

@media (max-width: 500px) {
    .login-screen {
        /*background: url(../images/new-login-background-mobile-3.svg) no-repeat;*/
        background-size: cover;
        background-attachment: fixed;
        background-position: center center;
        background-position: center 100%;
    }
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.cursor-pointer {
    cursor: pointer;
}

header.sticky-header {
    position: fixed;
    width: 100%;
    z-index: 4;
}

header.header-2 {
    align-items: center;
    position: fixed;
    top: 50px;
    width: 100%;
    padding: 10px 20px;
}

    header.header-2 .title {
        color: #fff;
        font-size: 18px;
        line-height: 20px;
        font-family: 'montserrat_bold';
        font-family: 'montserrat_semibold';
        align-items: baseline;
    }

        header.header-2 .title .logo-image {
            vertical-align: unset;
            width: 220px;
        }

        header.header-2 .title span,
        header.header-2 .title .page-title-2 {
            position: absolute;
            bottom: -1px;
            margin-left: 5px;
        }

.background-white {
    background-color: white !important;
}

.overflow-padding-zero {
    padding: 0px !important;
    overflow: hidden !important;
}

.padding-left-15 {
    padding-left: 15px !important;
}

.new-design-left-sidebar {
    border: 1px solid rgba(0,0,0,.125);
}

@media (min-width: 1600px) {
    header .header-2 .title {
        font-size: 20px;
    }
}

@media (min-width: 1800px) {
    header.header-2 .title {
        font-size: 22px;
    }
}

@media (max-width: 720px) {
    header.header-2 .title {
        font-size: 20px;
    }
}

header.header-2 a.login-button-2 {
    color: #2B8EE9;
    font-size: 11px;
    line-height: 15px;
    background: #fff;
    padding: 8px 20px;
    border-radius: 100px;
    text-transform: uppercase;
    font-family: 'montserrat_semibold';
    margin-right: 15px;
}

    header.header-2 a.login-button-2:last-child {
        margin: 0;
    }

@media (min-width: 1500px) {
    header.header-2 a.login-button-2 {
        font-size: 13px;
    }
}

@media (min-width: 1800px) {
    header.header-2 a.login-button-2 {
        font-size: 15px;
    }
}

header.header-2 .display-block-mobile {
    display: none;
}

@media (max-width: 840px) and (min-width: 780px) {
    header.header-2 {
        top: 0px;
    }
}

@media (max-width: 760px) {
    header.header-2 {
        top: 0px;
    }

        header.header-2 .display-none-mobile {
            display: none;
        }

        header.header-2 .display-block-mobile {
            display: block;
        }
}

header.header-3 {
    background: #276299;
    padding: 10px 20px;
    overflow: auto;
    min-height: 50px;
    position: fixed;
    width: 100%;
    z-index: 45;
}

    header.header-3 .container {
        width: 100%;
    }

    header.header-3 .title {
        color: #fff;
        font-size: 18px;
        line-height: 20px;
        font-family: 'montserrat_bold';
        font-family: 'montserrat_semibold';
        align-items: baseline;
    }

        header.header-3 .title .logo-image {
            vertical-align: unset;
            height: 50px;
            width: 197px;
        }

        header.header-3 .title span,
        header.header-3 .title .page-title-2 {
            position: absolute;
            bottom: -2px;
            margin-left: 5px;
        }

@media (min-width: 1600px) {
    header.header-3 .title {
        font-size: 20px;
    }
}

@media (min-width: 1800px) {
    header.header-3 .title {
        font-size: 22px;
    }
}

@media (max-width: 720px) {
    header.header-3 .title {
        font-size: 20px;
    }
}

header.header-3 a.login-button-2 {
    color: #fff;
    font-size: 11px;
    line-height: 15px;
    background: #0069D9;
    padding: 5px 10px;
    border-radius: 5px;
    text-transform: uppercase;
    margin-right: 4px;
}

    header.header-3 a.login-button-2:last-child {
        margin: 0;
    }

@media (min-width: 1500px) {
    header.header-3 a.login-button-2 {
        font-size: 13px;
    }
}

@media (min-width: 1800px) {
    header.header-3 a.login-button-2 {
        font-size: 15px;
    }
}

header.header-3 .logo-image {
    vertical-align: unset;
}

header.header-3 .logo-image-2 {
    vertical-align: unset;
    height: 22px;
}

header.header-3 .display-block-mobile {
    display: none;
}

@media (max-width: 760px) {
    header.header-3 {
        top: 0;
        position: fixed;
    }

        header.header-3 .display-none-mobile {
            display: none;
        }

        header.header-3 .display-block-mobile {
            display: block;
        }
}

.login-box-wrapper {
    position: fixed;
    max-width: 1170px;
}

    .login-box-wrapper .login-popup {
        padding: 63px 50px;
        background: #fff;
        min-width: 410px;
        max-width: 500px;
        border-radius: 10px;
        z-index: 1050 !important;
        box-shadow: 0px 5px 20px #00000033;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

        .login-box-wrapper .login-popup .login-popup-title {
            font-size: 24px;
            line-height: 30px;
            color: #296CAA;
            letter-spacing: 0.6px;
            font-family: 'montserrat_bold';
        }

@media (min-width: 1600px) {
    .login-box-wrapper .login-popup .login-popup-title {
        font-size: 26px;
        line-height: 32px;
    }
}

@media (min-width: 1800px) {
    .login-box-wrapper .login-popup .login-popup-title {
        font-size: 30px;
        line-height: 36px;
    }
}

.login-box-wrapper .login-popup .login-subtitle {
    text-align: center;
    color: #122D46;
    font-family: 'montserrat_bold';
    font-size: 14px;
}

@media (min-width: 1600px) {
    .login-box-wrapper .login-popup .login-subtitle {
        font-size: 16px;
    }
}

@media (min-width: 1800px) {
    .login-box-wrapper .login-popup .login-subtitle {
        font-size: 18px;
    }
}

.login-box-wrapper .login-popup .login-form .subtitle-style-1 {
    color: #6D778A;
    margin-bottom: 8px;
    line-height: 15px;
    font-size: 12px;
    font-family: 'montserrat_semibold';
}

@media (min-width: 1600px) {
    .login-box-wrapper .login-popup .login-form .subtitle-style-1 {
        font-size: 14px;
    }
}

@media (min-width: 1800px) {
    .login-box-wrapper .login-popup .login-form .subtitle-style-1 {
        font-size: 16px;
    }
}

.login-box-wrapper .login-popup .login-form .form-group {
    position: relative;
    align-items: center;
    display: flex;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

    .login-box-wrapper .login-popup .login-form .form-group input, .login-box-wrapper .login-popup .login-form .form-group select {
        width: 100%;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        border: 1px solid #D4DCE2;
        border-radius: 5px;
        color: #000;
        font-size: 12px;
        padding: 0 16px 0 46px;
        line-height: 33px;
        height: 35px;
        max-height: 35px;
        font-family: 'montserrat_semibold';
    }

        .login-box-wrapper .login-popup .login-form .form-group input.search-icon, .login-box-wrapper .login-popup .login-form .form-group select.search-icon {
            background: url(../images/search-icon.svg);
            background-repeat: no-repeat;
            background-position: right 16px center;
        }

@media (min-width: 1600px) {
    .login-box-wrapper .login-popup .login-form .form-group input, .login-box-wrapper .login-popup .login-form .form-group select {
        padding: 0 16px 0 48px;
        font-size: 14px !important;
    }
}

@media (min-width: 1800px) {
    .login-box-wrapper .login-popup .login-form .form-group input, .login-box-wrapper .login-popup .login-form .form-group select {
        padding: 0 16px 0 50px;
        font-size: 16px !important;
    }
}

.login-box-wrapper .login-popup .login-form .form-group.left-icon .input-icon {
    position: absolute;
    align-items: center;
    padding: 2px 11px;
    top: 7px;
    border-right: 1px solid #D4DCE2;
}

@media (min-width: 1600px) {
    .login-box-wrapper .login-popup .login-form .form-group.left-icon .input-icon img {
        width: 19px;
    }
}

@media (min-width: 1800px) {
    .login-box-wrapper .login-popup .login-form .form-group.left-icon .input-icon img {
        width: 20px;
    }
}

.login-box-wrapper .login-popup .login-form .login-button {
    width: 100%;
    height: 30px;
    border: none;
    cursor: pointer;
    font-size: 11px;
    color: #FFFFFF;
    border-radius: 3px;
    background: #2B8EE9;
    border-radius: 50px;
    text-transform: uppercase;
    font-family: 'montserrat_semibold';
    background: #2B8EE9;
}

    .login-box-wrapper .login-popup .login-form .login-button span {
        padding: 0 12px;
        background: url(../images/arrow-white-2.svg) #2B8EE9 center right no-repeat;
    }

.login-box-wrapper .login-popup .search-result-wrapper .search-result {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #C2D1D8;
    border-radius: 5px;
    color: #000;
    font-size: 12px;
}

    .login-box-wrapper .login-popup .search-result-wrapper .search-result li {
        padding: 0 16px 0 15px;
        line-height: 44px;
        font-family: 'montserrat_medium';
        cursor: pointer;
    }

        .login-box-wrapper .login-popup .search-result-wrapper .search-result li:hover {
            font-family: 'montserrat_semibold';
            background: #EFF3F6;
        }

.login-box-wrapper .login-popup .search-result-wrapper .slimScrollBar {
    margin: 20px 10px 10px 20px;
    display: block !important;
    height: 72px !important;
    right: 0px !important;
    background: #C2D1D8 !important;
}

.login-box-wrapper .login-popup .search-result-wrapper:focus .slimScrollBar, .login-box-wrapper .login-popup .search-result-wrapper:hover .slimScrollBar {
    background: #000 !important;
}

@media (max-width: 1100px) {
    .login-box-wrapper .login-popup {
        padding: 50px 40px;
        min-width: 380px;
    }
}

@media (max-width: 840px) and (min-width: 780px) {
    .login-box-wrapper .login-popup {
        padding: 10px;
    }

        .login-box-wrapper .login-popup .login-popup-title {
            margin-bottom: 10px;
        }

        .login-box-wrapper .login-popup .login-form {
            margin-bottom: 0;
        }

            .login-box-wrapper .login-popup .login-form .margin-bottom-20 {
                margin-bottom: 0;
            }

            .login-box-wrapper .login-popup .login-form .margin-bottom-30,
            .login-box-wrapper .login-popup .login-form .margin-bottom-40 {
                margin-bottom: 10px;
            }
}

@media (max-width: 760px) and (min-width: 550px) {
    .login-box-wrapper .login-popup {
        padding: 10px;
    }

        .login-box-wrapper .login-popup .login-popup-title {
            margin-bottom: 10px;
        }

        .login-box-wrapper .login-popup .login-form {
            margin-bottom: 0;
        }

            .login-box-wrapper .login-popup .login-form .margin-bottom-20 {
                margin-bottom: 0;
            }

            .login-box-wrapper .login-popup .login-form .margin-bottom-30,
            .login-box-wrapper .login-popup .login-form .margin-bottom-40 {
                margin-bottom: 10px;
            }
}

@media (max-width: 840px) and (min-width: 780px) {
    .login-box-wrapper.iphone-10 {
        top: 60px !important;
        left: 0;
        margin-left: 0;
    }

        .login-box-wrapper.iphone-10 .login-popup {
            min-width: 405px;
        }
}

@media (max-width: 991px) {
    .login-box-wrapper {
        position: fixed;
        max-width: 1170px;
        top: 125px !important;
        left: 0;
        margin-left: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(50%, 0px);
    }
}

@media (max-width: 760px) {
    .login-box-wrapper {
        transform: none;
        margin-left: 0;
        width: 100%;
        top: 60px !important;
    }

        .login-box-wrapper .login-popup {
            min-width: 60%;
            margin: 0 20%;
            max-width: 400px;
        }
}

@media (max-width: 500px) {
    .login-box-wrapper {
        transform: none;
        margin-left: 0;
        width: 100%;
        top: 125px !important;
    }

        .login-box-wrapper .login-popup {
            padding: 30px;
            min-width: 80%;
            margin: 0 10%;
        }
}

.powered-by {
    position: fixed;
    bottom: 50px;
    width: 100%;
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1600px) {
    .powered-by {
        font-size: 14px;
    }
}

@media (min-width: 1800px) {
    .powered-by {
        font-size: 16px;
    }
}

.powered-by div {
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.powered-by img {
    margin-right: 5px;
}

.powered-by a {
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    margin: 0 5px;
    font-family: 'montserrat_semibold';
}

@media (min-width: 1600px) {
    .powered-by a {
        font-size: 14px;
    }
}

@media (min-width: 1800px) {
    .powered-by a {
        font-size: 16px;
    }
}

.powered-by a:last-child {
    border: none;
}

@media (max-width: 840px) and (min-width: 780px) {
    .powered-by {
        bottom: 8px;
    }
}

@media (max-width: 760px) {
    .powered-by {
        bottom: 8px;
    }
}

.login-button {
    width: 100%;
    height: 30px;
    border: none;
    cursor: pointer;
    font-size: 11px;
    color: #FFFFFF;
    border-radius: 3px;
    background: #2B8EE9;
    border-radius: 50px;
    text-transform: uppercase;
    padding: 8px 20px;
    font-family: 'montserrat_semibold';
    background: #2B8EE9;
}

    .login-button span {
        padding: 0 12px;
        background: url(../images/arrow-white-2.svg) #2B8EE9 center right no-repeat;
    }

@media (max-width: 760px) {
    .login-button {
        width: auto;
    }
}

@media (min-width: 1500px) {
    .login-button {
        font-size: 13px;
        width: auto;
    }
}

@media (min-width: 1800px) {
    .login-button {
        font-size: 15px;
        width: auto;
    }
}

.instruction-button {
    float: right;
    border: none;
    cursor: pointer;
    font-size: 11px;
    color: #FFFFFF;
    border-radius: 3px;
    background: #2B8EE9;
    border-radius: 50px;
    text-transform: uppercase;
    padding: 0px 20px;
    font-family: 'montserrat_semibold';
    background: #2B8EE9;
}

    .instruction-button span {
        padding: 0 12px;
        background: url(../images/arrow-white-2.svg) #2B8EE9 center right no-repeat;
    }

@media (max-width: 760px) {
    .instruction-button {
        width: auto;
    }
}

@media (min-width: 1500px) {
    .instruction-button {
        font-size: 13px;
        width: auto;
    }
}

@media (min-width: 1800px) {
    .instruction-button {
        font-size: 15px;
        width: auto;
    }
}

.form-control .border-radius-5 {
    border-radius: 5px;
}

.justify-content-end {
    justify-content: flex-end;
}

.list-title,
.section-title-2 {
    font-size: 11px;
    color: #6D778A;
    text-transform: capitalize;
    font-family: 'montserrat_semibold';
}

@media (min-width: 1500px) {
    .list-title,
    .section-title-2 {
        font-size: 13px;
    }
}

@media (min-width: 1800px) {
    .list-title,
    .section-title-2 {
        font-size: 15px;
    }
}

@media (max-width: 500px) {
    .border-bottom-patients-referred {
        border-bottom: 1px solid #D7E1E4;
    }
}

.border-bottom {
    border-bottom: 1px solid #D7E1E4;
}

.e-referral .section-title {
    margin-bottom: 10px;
}

.e-referral .white-box-wrapper {
    border: 1px solid #D7E1E4;
}


.e-referral .e-referral .custom-radio-button-3 [type="radio"]:not(:checked) + label,
.e-referral .custom-radio-button-3 [type="radio"]:not(:checked) + label {
    font-size: 11px;
    color: #6D778A;
    text-transform: capitalize;
    font-family: 'montserrat_medium';
}

@media (min-width: 1500px) {
    .e-referral .e-referral .custom-radio-button-3 [type="radio"]:not(:checked) + label,
    .e-referral .custom-radio-button-3 [type="radio"]:not(:checked) + label {
        font-size: 13px !important;
    }
}

@media (min-width: 1800px) {
    .e-referral .e-referral .custom-radio-button-3 [type="radio"]:not(:checked) + label,
    .e-referral .custom-radio-button-3 [type="radio"]:not(:checked) + label {
        font-size: 15px !important;
    }
}

.e-referral .e-referral .custom-radio-button-3 [type="radio"]:checked + label,
.e-referral .custom-radio-button-3 [type="radio"]:checked + label {
    color: #000000;
    text-transform: capitalize;
    font-family: 'montserrat_medium';
}

@media (min-width: 1500px) {
    .e-referral .e-referral .custom-radio-button-3 [type="radio"]:checked + label,
    .e-referral .custom-radio-button-3 [type="radio"]:checked + label {
        font-size: 13px !important;
    }
}

@media (min-width: 1800px) {
    .e-referral .e-referral .custom-radio-button-3 [type="radio"]:checked + label,
    .e-referral .custom-radio-button-3 [type="radio"]:checked + label {
        font-size: 15px !important;
    }
}

.e-referral .e-referral-attachment img {
    margin-right: 8px;
    width: 60px;
}

    .e-referral .e-referral-attachment img:last-child {
        margin: 0;
    }

.e-referral .pdf-embeded-box {
    border: 1px solid #D7E1E4;
    border-radius: 5px;
}

    .e-referral .pdf-embeded-box .my-pdf-box,
    .e-referral .pdf-embeded-box .my-pdf-box-2 {
        z-index: 99;
        width: 100% !important;
    }

@media (max-width: 820px) and (min-width: 780px) {
    .e-referral .pdf-embeded-box .my-pdf-box,
    .e-referral .pdf-embeded-box .my-pdf-box-2 {
        height: 300px !important;
    }
}

@media (max-width: 820px) and (min-width: 780px) {
    .e-referral .pdf-embeded-box .custom-pdf-iframe-height {
        height: 200px !important;
    }

        .e-referral .pdf-embeded-box .custom-pdf-iframe-height .slimScrollDiv {
            height: 200px !important;
        }

            .e-referral .pdf-embeded-box .custom-pdf-iframe-height .slimScrollDiv .my-pdf-box {
                height: 200px !important;
            }
}

.e-referral .tabs-wrapper .tab-tabs {
    display: inline-flex;
    width: 100%;
    flex-direction: row-reverse;
}

    .e-referral .tabs-wrapper .tab-tabs.nav-tabs li {
        flex: 0 0 auto;
    }

        .e-referral .tabs-wrapper .tab-tabs.nav-tabs li a {
            padding: 13px 22px 1px;
            text-align: center;
            font-size: 12px;
            color: #6D778A;
            color: #276299;
            text-transform: capitalize;
            font-family: "montserrat_medium";
            font-family: "montserrat_semibold";
            border: none;
        }

            .e-referral .tabs-wrapper .tab-tabs.nav-tabs li a .tab-title {
                margin: 0px 0 10px;
            }

            .e-referral .tabs-wrapper .tab-tabs.nav-tabs li a .tw-notification {
                position: absolute;
                top: -1px;
                padding-top: 2px;
                border-radius: 5px;
                min-height: 20px;
                min-width: 20px;
                align-items: center;
                display: flex;
                align-items: center;
                color: #ffffff;
                display: none;
                font-family: "montserrat_semibold";
                font-weight: 500;
                font-size: 9px;
                right: 1px;
            }

                .e-referral .tabs-wrapper .tab-tabs.nav-tabs li a .tw-notification.black {
                    color: #000;
                    border: 1px solid #000;
                }

                .e-referral .tabs-wrapper .tab-tabs.nav-tabs li a .tw-notification.yellow {
                    border: 1px solid #E1AB3F;
                    color: #E1AB3F;
                }

                .e-referral .tabs-wrapper .tab-tabs.nav-tabs li a .tw-notification.red {
                    color: #F56060;
                    border: 1px solid #F56060;
                }

                .e-referral .tabs-wrapper .tab-tabs.nav-tabs li a .tw-notification.green {
                    color: #18BC00;
                    border: 1px solid #18BC00;
                }

                .e-referral .tabs-wrapper .tab-tabs.nav-tabs li a .tw-notification.blue-2 {
                    color: #00B0F0;
                    border: 1px solid #00B0F0;
                }

                .e-referral .tabs-wrapper .tab-tabs.nav-tabs li a .tw-notification.blue {
                    color: #9724D9;
                    border: 1px solid #9724D9;
                }

                .e-referral .tabs-wrapper .tab-tabs.nav-tabs li a .tw-notification.active {
                    display: inline-block;
                }

@media (min-width: 1600px) {
    .e-referral .tabs-wrapper .tab-tabs.nav-tabs li a .tw-notification {
        font-size: 10px;
        padding-top: 4px;
        height: 22px;
        width: 22px;
    }
}

@media (min-width: 1800px) {
    .e-referral .tabs-wrapper .tab-tabs.nav-tabs li a .tw-notification {
        font-size: 11px;
        padding-top: 5px;
        height: 24px;
        width: 24px;
    }
}

.e-referral .tabs-wrapper .tab-tabs.nav-tabs li a img {
    display: none;
}

@media (min-width: 1600px) {
    .e-referral .tabs-wrapper .tab-tabs.nav-tabs li a img {
        height: 28px;
    }
}

@media (min-width: 1800px) {
    .e-referral .tabs-wrapper .tab-tabs.nav-tabs li a img {
        height: 36px;
    }
}

.e-referral .tabs-wrapper .tab-tabs.nav-tabs li a img.active {
    display: none;
}

@media (min-width: 1600px) {
    .e-referral .tabs-wrapper .tab-tabs.nav-tabs li a img.active {
        height: 28px;
    }
}

@media (min-width: 1800px) {
    .e-referral .tabs-wrapper .tab-tabs.nav-tabs li a img.active {
        height: 36px;
    }
}

.e-referral .tabs-wrapper .tab-tabs.nav-tabs li a:hover {
    background: none;
    border: none;
}

@media (min-width: 1600px) {
    .e-referral .tabs-wrapper .tab-tabs.nav-tabs li a {
        font-size: 14px;
    }
}

@media (min-width: 1800px) {
    .e-referral .tabs-wrapper .tab-tabs.nav-tabs li a {
        font-size: 16px;
    }
}

@media (max-width: 1100px) {
    .e-referral .tabs-wrapper .tab-tabs.nav-tabs li a {
        padding: 13px 8px 1px;
    }
}

.e-referral .tabs-wrapper .tab-tabs.nav-tabs li.active a {
    background: transparent;
    border: none;
    color: #000000;
    font-family: "montserrat_semibold";
}

    .e-referral .tabs-wrapper .tab-tabs.nav-tabs li.active a img {
        display: none;
    }

        .e-referral .tabs-wrapper .tab-tabs.nav-tabs li.active a img.active {
            display: inline-block;
            display: none;
        }

    .e-referral .tabs-wrapper .tab-tabs.nav-tabs li.active a::after {
        content: "";
        width: 100%;
        background: #2b8ee9;
        height: 3px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

@media (min-width: 1800px) {
    .e-referral .tabs-wrapper .tab-tabs.nav-tabs li {
        flex: auto;
    }
}

.e-referral .tabs-wrapper .tab-content-wrapper {
    padding-bottom: 10px;
}

.e-referral .tabs-wrapper .tab-content.tab-content .chat-list {
    list-style: none;
    display: inline-block;
    width: 100%;
}

    .e-referral .tabs-wrapper .tab-content.tab-content .chat-list a {
        display: inline-flex;
        align-items: center;
        width: 100%;
        padding: 13px 20px;
        border-top: 1px solid #f5faff;
        border-bottom: 1px solid #f5faff;
    }

        .e-referral .tabs-wrapper .tab-content.tab-content .chat-list a > div {
            padding: 0;
        }

        .e-referral .tabs-wrapper .tab-content.tab-content .chat-list a .chat-user-image img {
            height: 38px;
        }

@media (min-width: 1600px) {
    .e-referral .tabs-wrapper .tab-content.tab-content .chat-list a .chat-user-image img {
        height: 42px;
    }
}

@media (min-width: 1800px) {
    .e-referral .tabs-wrapper .tab-content.tab-content .chat-list a .chat-user-image img {
        height: 46px;
    }
}

.e-referral .tabs-wrapper .tab-content.tab-content .chat-list a .chat-user-name {
    color: #000000;
    font-size: 12px;
    font-family: "montserrat_semibold";
}

@media (min-width: 1600px) {
    .e-referral .tabs-wrapper .tab-content.tab-content .chat-list a .chat-user-name {
        font-size: 14px;
    }
}

@media (min-width: 1800px) {
    .e-referral .tabs-wrapper .tab-content.tab-content .chat-list a .chat-user-name {
        font-size: 16px;
    }
}

.e-referral .tabs-wrapper .tab-content.tab-content .chat-list a .chat-user-name .chat-last-message {
    color: #7d7d7d;
    font-size: 11px;
    font-family: "montserrat_medium";
}

@media (min-width: 1600px) {
    .e-referral .tabs-wrapper .tab-content.tab-content .chat-list a .chat-user-name .chat-last-message {
        font-size: 13px;
    }
}

@media (min-width: 1800px) {
    .e-referral .tabs-wrapper .tab-content.tab-content .chat-list a .chat-user-name .chat-last-message {
        font-size: 15px;
    }
}

.e-referral .tabs-wrapper .tab-content.tab-content .chat-list a .chat-time-and-notiication {
    text-align: right;
}

    .e-referral .tabs-wrapper .tab-content.tab-content .chat-list a .chat-time-and-notiication .chat-time {
        color: #7d7d7d;
        font-size: 11px;
        text-transform: capitalize;
        font-family: "montserrat_medium";
    }

@media (min-width: 1600px) {
    .e-referral .tabs-wrapper .tab-content.tab-content .chat-list a .chat-time-and-notiication .chat-time {
        font-size: 13px;
    }
}

@media (min-width: 1800px) {
    .e-referral .tabs-wrapper .tab-content.tab-content .chat-list a .chat-time-and-notiication .chat-time {
        font-size: 15px;
    }
}

.e-referral .tabs-wrapper .tab-content.tab-content .chat-list a .chat-time-and-notiication .chat-notification .tw-notification {
    position: relative;
    top: 0;
    padding: 2px;
    border-radius: 50px;
    height: 20px;
    width: 20px;
    align-items: center;
    display: inline-block;
    color: #ffffff;
    visibility: hidden;
    text-align: center;
}

    .e-referral .tabs-wrapper .tab-content.tab-content .chat-list a .chat-time-and-notiication .chat-notification .tw-notification.follow-up {
        margin-right: 5px;
    }

    .e-referral .tabs-wrapper .tab-content.tab-content .chat-list a .chat-time-and-notiication .chat-notification .tw-notification.yellow {
        background: #e5a91e;
    }

    .e-referral .tabs-wrapper .tab-content.tab-content .chat-list a .chat-time-and-notiication .chat-notification .tw-notification.red {
        background: #ff0077;
    }

    .e-referral .tabs-wrapper .tab-content.tab-content .chat-list a .chat-time-and-notiication .chat-notification .tw-notification.active {
        visibility: visible;
    }

@media (min-width: 1600px) {
    .e-referral .tabs-wrapper .tab-content.tab-content .chat-list a .chat-time-and-notiication .chat-notification .tw-notification {
        height: 24px;
        width: 24px;
        font-size: 13px;
    }
}

@media (min-width: 1800px) {
    .e-referral .tabs-wrapper .tab-content.tab-content .chat-list a .chat-time-and-notiication .chat-notification .tw-notification {
        height: 26px;
        width: 26px;
        font-size: 15px;
    }
}

.e-referral .tabs-wrapper .tab-content.tab-content .chat-list.active a {
    border-top: 1px solid #dadde8;
    border-bottom: 1px solid #dadde8;
    background: #fff;
    box-shadow: 0 0 20px 1px #00000014;
}

.e-referral .tabs-wrapper .tab-content.tab-content .chat-list.active:first-child a {
    border-top: 1px solid #fff;
}

.e-referral .tabs-wrapper-v2 {
    position: relative;
}

    .e-referral .tabs-wrapper-v2 .tab-tabs {
        display: inline-flex;
        width: 100%;
        border: 1px solid #276299;
        border-radius: 5px;
    }

        .e-referral .tabs-wrapper-v2 .tab-tabs.nav-tabs {
            border: 1px solid #276299;
            border-radius: 5px;
            display: flex;
        }

            .e-referral .tabs-wrapper-v2 .tab-tabs.nav-tabs li {
                flex: 0 0 20%;
                margin-bottom: 0;
                border-right: 1px solid #276299;
            }

                .e-referral .tabs-wrapper-v2 .tab-tabs.nav-tabs li a {
                    margin-right: 0px;
                    padding: 8px 10px;
                    text-align: center;
                    font-size: 11px;
                    color: #0072C6;
                    text-transform: capitalize;
                    font-family: "montserrat_medium";
                    font-family: "montserrat_semibold";
                    border: none;
                }

                    .e-referral .tabs-wrapper-v2 .tab-tabs.nav-tabs li a .tab-title {
                        margin: 0;
                        font-weight: 600;
                    }

                    .e-referral .tabs-wrapper-v2 .tab-tabs.nav-tabs li a .tw-notification {
                        position: absolute;
                        top: -1px;
                        padding-top: 2px;
                        border-radius: 5px;
                        min-height: 20px;
                        min-width: 20px;
                        align-items: center;
                        display: flex;
                        align-items: center;
                        color: #ffffff;
                        display: none;
                        font-family: "montserrat_semibold";
                        font-weight: 500;
                        font-size: 9px;
                        right: 1px;
                    }

                        .e-referral .tabs-wrapper-v2 .tab-tabs.nav-tabs li a .tw-notification.black {
                            color: #000;
                            border: 1px solid #000;
                        }

                        .e-referral .tabs-wrapper-v2 .tab-tabs.nav-tabs li a .tw-notification.yellow {
                            border: 1px solid #E1AB3F;
                            color: #E1AB3F;
                        }

                        .e-referral .tabs-wrapper-v2 .tab-tabs.nav-tabs li a .tw-notification.red {
                            color: #F56060;
                            border: 1px solid #F56060;
                        }

                        .e-referral .tabs-wrapper-v2 .tab-tabs.nav-tabs li a .tw-notification.green {
                            color: #18BC00;
                            border: 1px solid #18BC00;
                        }

                        .e-referral .tabs-wrapper-v2 .tab-tabs.nav-tabs li a .tw-notification.blue-2 {
                            color: #00B0F0;
                            border: 1px solid #00B0F0;
                        }

                        .e-referral .tabs-wrapper-v2 .tab-tabs.nav-tabs li a .tw-notification.blue {
                            color: #9724D9;
                            border: 1px solid #9724D9;
                        }

                        .e-referral .tabs-wrapper-v2 .tab-tabs.nav-tabs li a .tw-notification.active {
                            display: inline-block;
                        }

@media (min-width: 1600px) {
    .e-referral .tabs-wrapper-v2 .tab-tabs.nav-tabs li a .tw-notification {
        font-size: 10px;
        padding-top: 4px;
        height: 22px;
        width: 22px;
    }
}

@media (min-width: 1800px) {
    .e-referral .tabs-wrapper-v2 .tab-tabs.nav-tabs li a .tw-notification {
        font-size: 11px;
        padding-top: 5px;
        height: 24px;
        width: 24px;
    }
}

.e-referral .tabs-wrapper-v2 .tab-tabs.nav-tabs li a img {
    display: none;
}

@media (min-width: 1600px) {
    .e-referral .tabs-wrapper-v2 .tab-tabs.nav-tabs li a img {
        height: 28px;
    }
}

@media (min-width: 1800px) {
    .e-referral .tabs-wrapper-v2 .tab-tabs.nav-tabs li a img {
        height: 36px;
    }
}

.e-referral .tabs-wrapper-v2 .tab-tabs.nav-tabs li a img.active {
    display: none;
}

@media (min-width: 1600px) {
    .e-referral .tabs-wrapper-v2 .tab-tabs.nav-tabs li a img.active {
        height: 28px;
    }
}

@media (min-width: 1800px) {
    .e-referral .tabs-wrapper-v2 .tab-tabs.nav-tabs li a img.active {
        height: 36px;
    }
}

.e-referral .tabs-wrapper-v2 .tab-tabs.nav-tabs li a:hover {
    background: none;
    border: none;
}

@media (min-width: 1600px) {
    .e-referral .tabs-wrapper-v2 .tab-tabs.nav-tabs li a {
        font-size: 14px;
    }
}

@media (min-width: 1800px) {
    .e-referral .tabs-wrapper-v2 .tab-tabs.nav-tabs li a {
        font-size: 16px;
    }
}

.e-referral .tabs-wrapper-v2 .tab-tabs.nav-tabs li.active a {
    background: transparent;
    border: none;
    color: #000000;
    color: #fff;
    border-radius: 0;
    font-family: "montserrat_semibold";
}

.e-referral .tabs-wrapper-v2 .tab-tabs.nav-tabs .active {
    background: #2B8EE9;
}

    .e-referral .tabs-wrapper-v2 .tab-tabs.nav-tabs li.active a img {
        display: none;
    }

        .e-referral .tabs-wrapper-v2 .tab-tabs.nav-tabs li.active a img.active {
            display: inline-block;
            display: none;
        }

    .e-referral .tabs-wrapper-v2 .tab-tabs.nav-tabs li.active a::after {
        content: "";
        width: 100%;
        background: #2B8EE9;
        height: 3px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

@media (min-width: 1800px) {
    .e-referral .tabs-wrapper-v2 .tab-tabs.nav-tabs li {
        flex: auto;
    }
}

@media (max-width: 991px) {
    .e-referral .tabs-wrapper-v2 .tab-tabs.nav-tabs li {
        border-bottom: 1px solid #276299;
        flex: auto;
        width: 33.33%;
    }

        .e-referral .tabs-wrapper-v2 .tab-tabs.nav-tabs li:nth-child(3) {
            border-right: none;
        }

        .e-referral .tabs-wrapper-v2 .tab-tabs.nav-tabs li:nth-child(4), .e-referral .tabs-wrapper-v2 .tab-tabs.nav-tabs li:nth-child(5) {
            border-bottom: none;
            width: 50%;
        }
}

.e-referral .tabs-wrapper-v2 .tab-tabs.nav-tabs li:last-child {
    border-right: none;
}

@media (max-width: 991px) {
    .e-referral .tabs-wrapper-v2 .tab-tabs.nav-tabs li:last-child {
        border-right: none;
    }
}

@media (max-width: 991px) {
    .e-referral .tabs-wrapper-v2 .tab-tabs.nav-tabs {
        display: inline-block;
    }
}

@media (max-width: 760px) {
    .e-referral .tabs-wrapper-v2 .tab-tabs.display-none-mobile {
        display: none;
    }
}

.e-referral .tabs-wrapper-v2 .tab-title-2 {
    color: #276299;
    font-family: 'montserrat_semibold';
    font-size: 12px;
    text-transform: uppercase;
    margin: 0px 5px 10px;
    font-weight: 600;
}

.e-referral .tabs-wrapper-v2 .nav-tab-max-991 {
    position: absolute;
    right: 0;
    cursor: pointer;
    padding: 5px;
    padding-right: 10px;
    top: 0px;
    z-index: 999;
}

    .e-referral .tabs-wrapper-v2 .nav-tab-max-991 img {
        padding-bottom: 5px;
        z-index: 999;
    }

.nav-tabs-menu-show {
    display: block !important;
    z-index: 999;
    list-style: none;
    padding: 8px 0 !important;
    margin-right: 13px !important;
}

.e-referral .tabs-wrapper-v2 .nav-tab-max-991:hover .nav-tabs-menu li a, .tab-link {
    color: #6D778A;
    padding: 8px 20px;
    font-family: 'montserrat_semibold';
    font-size: 11px;
    display: block;
}

.e-referral .tabs-wrapper-v2 .nav-tab-max-991:hover .nav-tabs-menu li.active a, .active .tab-link {
    color: #000;
    background: #D7E1E4;
}

    .e-referral .tabs-wrapper-v2 .nav-tab-max-991 .nav-tabs-menu {
        display: none;
        position: absolute;
        right: -10px;
        background: #FFFFFF;
        border-radius: 8px;
        padding: 20px;
        min-width: 131px;
        top: 26px;
        border: 1px solid #D5DFE9;
        box-shadow: 0px 0 8px 1px rgba(0, 0, 0, 0.22);
    }

        .e-referral .tabs-wrapper-v2 .nav-tab-max-991 .nav-tabs-menu > div {
            margin-bottom: 10px;
        }

            .e-referral .tabs-wrapper-v2 .nav-tab-max-991 .nav-tabs-menu > div:last-child {
                margin: 0;
            }

        .e-referral .tabs-wrapper-v2 .nav-tab-max-991 .nav-tabs-menu .chat-user-info {
            padding: 0 0 0 10px !important;
            text-align: right;
        }

        .e-referral .tabs-wrapper-v2 .nav-tab-max-991 .nav-tabs-menu .chat-user-label {
            font-family: montserratregular !important;
        }

@media (min-width: 1500px) {
    .e-referral .tabs-wrapper-v2 .nav-tab-max-991 .nav-tabs-menu {
        min-width: 205px;
    }
}

@media (min-width: 1800px) {
    .e-referral .tabs-wrapper-v2 .nav-tab-max-991 .nav-tabs-menu {
        min-width: 220px;
    }
}

.e-referral .tabs-wrapper-v2 .nav-tab-max-991 .notch:before {
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
    width: 18px;
    height: 18px;
    position: absolute;
    z-index: -1;
}

.e-referral .tabs-wrapper-v2 .nav-tab-max-991 .notch.top {
    right: 0;
    top: 0;
}

    .e-referral .tabs-wrapper-v2 .nav-tab-max-991 .notch.top:before {
        z-index: 1;
        right: 14px;
        top: -5px;
    }

@media (max-width: 720px) {
    .e-referral .tabs-wrapper-v2 .nav-tab-max-991.display-block-mobile {
        display: block;
    }
}

.e-referral .tabs-wrapper-v2 .tab-content-wrapper {
    padding-bottom: 10px;
}

.e-referral .tabs-wrapper-v2 .tab-content.tab-content .chat-list {
    list-style: none;
    display: inline-block;
    width: 100%;
}

    .e-referral .tabs-wrapper-v2 .tab-content.tab-content .chat-list a {
        display: inline-flex;
        align-items: center;
        width: 100%;
        padding: 13px 20px;
        border-top: 1px solid #f5faff;
        border-bottom: 1px solid #f5faff;
    }

        .e-referral .tabs-wrapper-v2 .tab-content.tab-content .chat-list a > div {
            padding: 0;
        }

        .e-referral .tabs-wrapper-v2 .tab-content.tab-content .chat-list a .chat-user-image img {
            height: 38px;
        }

@media (min-width: 1600px) {
    .e-referral .tabs-wrapper-v2 .tab-content.tab-content .chat-list a .chat-user-image img {
        height: 42px;
    }
}

@media (min-width: 1800px) {
    .e-referral .tabs-wrapper-v2 .tab-content.tab-content .chat-list a .chat-user-image img {
        height: 46px;
    }
}

.e-referral .tabs-wrapper-v2 .tab-content.tab-content .chat-list a .chat-user-name {
    color: #000000;
    font-size: 12px;
    font-family: "montserrat_semibold";
}

@media (min-width: 1600px) {
    .e-referral .tabs-wrapper-v2 .tab-content.tab-content .chat-list a .chat-user-name {
        font-size: 14px;
    }
}

@media (min-width: 1800px) {
    .e-referral .tabs-wrapper-v2 .tab-content.tab-content .chat-list a .chat-user-name {
        font-size: 16px;
    }
}

.e-referral .tabs-wrapper-v2 .tab-content.tab-content .chat-list a .chat-user-name .chat-last-message {
    color: #7d7d7d;
    font-size: 11px;
    font-family: "montserrat_medium";
}

@media (min-width: 1600px) {
    .e-referral .tabs-wrapper-v2 .tab-content.tab-content .chat-list a .chat-user-name .chat-last-message {
        font-size: 13px;
    }
}

@media (min-width: 1800px) {
    .e-referral .tabs-wrapper-v2 .tab-content.tab-content .chat-list a .chat-user-name .chat-last-message {
        font-size: 15px;
    }
}

.e-referral .tabs-wrapper-v2 .tab-content.tab-content .chat-list a .chat-time-and-notiication {
    text-align: right;
}

    .e-referral .tabs-wrapper-v2 .tab-content.tab-content .chat-list a .chat-time-and-notiication .chat-time {
        color: #7d7d7d;
        font-size: 11px;
        text-transform: capitalize;
        font-family: "montserrat_medium";
    }

@media (min-width: 1600px) {
    .e-referral .tabs-wrapper-v2 .tab-content.tab-content .chat-list a .chat-time-and-notiication .chat-time {
        font-size: 13px;
    }
}

@media (min-width: 1800px) {
    .e-referral .tabs-wrapper-v2 .tab-content.tab-content .chat-list a .chat-time-and-notiication .chat-time {
        font-size: 15px;
    }
}

.e-referral .tabs-wrapper-v2 .tab-content.tab-content .chat-list a .chat-time-and-notiication .chat-notification .tw-notification {
    position: relative;
    top: 0;
    padding: 2px;
    border-radius: 50px;
    height: 20px;
    width: 20px;
    align-items: center;
    display: inline-block;
    color: #ffffff;
    visibility: hidden;
    text-align: center;
}

    .e-referral .tabs-wrapper-v2 .tab-content.tab-content .chat-list a .chat-time-and-notiication .chat-notification .tw-notification.follow-up {
        margin-right: 5px;
    }

    .e-referral .tabs-wrapper-v2 .tab-content.tab-content .chat-list a .chat-time-and-notiication .chat-notification .tw-notification.yellow {
        background: #e5a91e;
    }

    .e-referral .tabs-wrapper-v2 .tab-content.tab-content .chat-list a .chat-time-and-notiication .chat-notification .tw-notification.red {
        background: #ff0077;
    }

    .e-referral .tabs-wrapper-v2 .tab-content.tab-content .chat-list a .chat-time-and-notiication .chat-notification .tw-notification.active {
        visibility: visible;
    }

@media (min-width: 1600px) {
    .e-referral .tabs-wrapper-v2 .tab-content.tab-content .chat-list a .chat-time-and-notiication .chat-notification .tw-notification {
        height: 24px;
        width: 24px;
        font-size: 13px;
    }
}

@media (min-width: 1800px) {
    .e-referral .tabs-wrapper-v2 .tab-content.tab-content .chat-list a .chat-time-and-notiication .chat-notification .tw-notification {
        height: 26px;
        width: 26px;
        font-size: 15px;
    }
}

.e-referral .tabs-wrapper-v2 .tab-content.tab-content .chat-list.active a {
    border-top: 1px solid #dadde8;
    border-bottom: 1px solid #dadde8;
    background: #fff;
    box-shadow: 0 0 20px 1px #00000014;
}

.e-referral .tabs-wrapper-v2 .tab-content.tab-content .chat-list.active:first-child a {
    border-top: 1px solid #fff;
}

.e-referral .tabs-wrapper-v2 .tab-content.desktop-screen .tab-title-2 {
    display: none;
}

@media (max-width: 720px) {
    .e-referral .tabs-wrapper-v2 .tab-content.desktop-screen .tab-title-2 {
        display: block;
    }
}

.e-referral .tabs-wrapper-v2 .display-block-mobile {
    display: none;
}

@media (max-width: 760px) {
    .e-referral .tabs-wrapper-v2 .display-none-mobile {
        display: none;
    }

    .e-referral .tabs-wrapper-v2 .display-block-mobile {
        display: block;
    }
}

.e-referral tbody {
    border: 1px solid #D5DFE9;
}

.e-referral .form-control {
    font-size: 11px;
    font-family: "montserrat_medium" !important;
    color: #000;
}

@media (min-width: 1600px) {
    .e-referral .form-control {
        font-size: 13px;
    }
}

@media (min-width: 1800px) {
    .e-referral .form-control {
        font-size: 15px;
    }
}

.e-referral ::placeholder {
    /* Chrome/Opera/Safari */
    color: #6D778A !important;
    font-weight: normal !important;
    font-size: 11px;
    font-family: "montserrat_medium" !important;
}

@media (min-width: 1600px) {
    .e-referral ::placeholder {
        font-size: 13px;
    }
}

@media (min-width: 1800px) {
    .e-referral ::placeholder {
        font-size: 15px;
    }
}

.e-referral ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #6D778A !important;
    font-weight: normal !important;
    font-size: 11px;
    font-family: "montserrat_medium" !important;
}

@media (min-width: 1600px) {
    .e-referral ::-webkit-input-placeholder {
        font-size: 13px;
    }
}

@media (min-width: 1800px) {
    .e-referral ::-webkit-input-placeholder {
        font-size: 15px;
    }
}

.e-referral ::-moz-placeholder {
    /* Firefox 19+ */
    color: #6D778A !important;
    font-weight: normal !important;
    font-size: 11px;
    font-family: "montserrat_medium" !important;
}

@media (min-width: 1600px) {
    .e-referral ::-moz-placeholder {
        font-size: 13px;
    }
}

@media (min-width: 1800px) {
    .e-referral ::-moz-placeholder {
        font-size: 15px;
    }
}

.e-referral :-ms-input-placeholder {
    /* IE 10+ */
    color: #6D778A !important;
    font-weight: normal !important;
    font-size: 11px;
    font-family: "montserrat_medium" !important;
}

@media (min-width: 1600px) {
    .e-referral :-ms-input-placeholder {
        font-size: 13px;
    }
}

@media (min-width: 1800px) {
    .e-referral :-ms-input-placeholder {
        font-size: 15px;
    }
}

.e-referral :-moz-placeholder {
    /* Firefox 18- */
    color: #6D778A !important;
    font-weight: normal !important;
    font-size: 11px;
    font-family: "montserrat_medium" !important;
}

@media (min-width: 1600px) {
    .e-referral :-moz-placeholder {
        font-size: 13px;
    }
}

@media (min-width: 1800px) {
    .e-referral :-moz-placeholder {
        font-size: 15px;
    }
}

.e-referral.e-referral-left {
    transition: 0.1s;
    flex: 0 0 40px;
    width: 20px;
    padding: 10px 0;
    background: #FFFFFF;
    border-right: 1px solid #D7E1E4;
    box-shadow: none;
    z-index: 2;
    left: 0;
    background: #D7E1E4;
}

    .e-referral.e-referral-left .left-info-wrapper {
        display: none;
    }

    .e-referral.e-referral-left.sidebar-open {
        background: #fff;
        left: 0;
        transition: 0.1s;
        flex: 0 0 35%;
        width: 35%;
        padding: 10px 0;
        background: #FFFFFF;
        border-right: 1px solid #D7E1E4;
        border-top: 1px solid #D7E1E4 !important;
        box-shadow: none;
        z-index: 2;
    }

        .e-referral.e-referral-left.sidebar-open .left-info-wrapper {
            display: block;
        }

@media (max-width: 1100px) {
    .e-referral.e-referral-left.sidebar-open {
        width: 48%;
    }
}

@media (min-width: 1100px) and (max-width: 1200px) {
    .e-referral.e-referral-left.sidebar-open {
        width: 40%;
    }
}

@media (max-width: 1100px) {
    .e-referral.e-referral-left {
        transition: 0.35s;
        flex: 0 0 40px;
        width: 20px;
        padding: 10px 0;
        background: #FFFFFF;
        border-right: 1px solid #D7E1E4;
        box-shadow: none;
        z-index: 2;
        left: 0;
        background: #D7E1E4;
    }
}

@media (max-width: 760px) {
    .e-referral.e-referral-left.display-full-width-mobile {
        width: 100%;
        top: 60px;
    }
}

.e-referral.e-referral-right {
    flex: 0 0 100%;
    margin-left: 0;
    padding: 10px 0;
    transition: 0.35s;
    width: 100%;
    width: calc(100% - 25px);
    margin-left: 25px;
    display: block;
    overflow: auto;
}

    .e-referral.e-referral-right.open {
        position: relative;
        display: inline-block;
    }

    .e-referral.e-referral-right.main-margin-left-20 {
        flex: 0 0 65%;
        margin-left: 35%;
        padding: 10px 0;
        transition: 0.35s;
        width: 65%;
    }

@media (max-width: 1100px) {
    .e-referral.e-referral-right.main-margin-left-20 {
        width: 52%;
        margin-left: 48%;
    }
}

@media (min-width: 1100px) and (max-width: 1200px) {
    .e-referral.e-referral-right.main-margin-left-20 {
        width: 60%;
        margin-left: 40%;
    }
}

@media (max-width: 1100px) {
    .e-referral.e-referral-right {
        flex: 0 0 100%;
        margin-left: 0;
        padding: 10px 0;
        transition: 0.35s;
        width: 100%;
        width: calc(100% - 25px);
        margin-left: 25px;
        display: block;
        overflow: auto;
    }
}

@media (max-width: 760px) {
    .e-referral.e-referral-right.display-none-mobile {
        display: none;
    }
}

.e-referral.e-referral-right .list-title {
    font-size: 11px;
    color: #6D778A;
    text-transform: capitalize;
}

.radio-label, .bootbox-body {
    font-size: 11px;
}

@media (min-width: 1100px) {
    .e-referral.e-referral-right .list-title {
        display: inline;
        margin-right: 10px;
    }
}

@media (min-width: 1500px) {
    .e-referral.e-referral-right .list-title, .radio-label, .bootbox-body {
        font-size: 13px;
    }
}

@media (min-width: 1800px) {
    .e-referral.e-referral-right .list-title, .radio-label, .bootbox-body {
        font-size: 15px;
    }
}

@media (max-width: 1100px) {
    .e-referral.e-referral-right .list-title, .radio-label, .bootbox-body {
        margin-bottom: 5px;
    }
}

@media (max-width: 1100px) {
    .e-referral.e-referral-right .radio-buttons-wrapper .custom-radio-button, .radio-label, .bootbox-body {
        margin-bottom: 5px;
    }
}

.e-referral .patients-referred-info-wrapper {
    list-style: none;
    font-size: 11px;
    color: #000000;
    padding: 5px 5px;
    font-family: 'montserrat_semibold';
}

    .e-referral .patients-referred-info-wrapper .patients-referred-box,
    .e-referral .patients-referred-info-wrapper .patients-referred-box:hover {
        background: #F5FAFF;
        border: 1px solid #D7E1E4;
        border-radius: 5px;
        padding: 10px 20px;
        overflow: auto;
        display: block;
        margin-bottom: 10px;
    }

        .e-referral .patients-referred-info-wrapper .patients-referred-box div,
        .e-referral .patients-referred-info-wrapper .patients-referred-box:hover div {
            overflow: auto;
        }

        .e-referral .patients-referred-info-wrapper .patients-referred-box .patients-referred-title,
        .e-referral .patients-referred-info-wrapper .patients-referred-box:hover .patients-referred-title {
            color: #6D778A;
            margin-bottom: 3px;
            font-family: 'montserrat_medium';
        }

        .e-referral .patients-referred-info-wrapper .patients-referred-box .patients-referred-title-info,
        .e-referral .patients-referred-info-wrapper .patients-referred-box:hover .patients-referred-title-info {
            color: #000;
        }

        .e-referral .patients-referred-info-wrapper .patients-referred-box:last-child,
        .e-referral .patients-referred-info-wrapper .patients-referred-box:hover:last-child {
            margin-bottom: 5px;
        }

        .e-referral .patients-referred-info-wrapper .patients-referred-box:hover,
        .e-referral .patients-referred-info-wrapper .patients-referred-box:hover:hover {
            background: #d2e8fd;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
            -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        }

            .e-referral .patients-referred-info-wrapper .patients-referred-box.active,
            .e-referral .patients-referred-info-wrapper .patients-referred-box:hover.active {
                background: #fff;
                box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
                -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
            }

@media (min-width: 1550px) {
    .e-referral .patients-referred-info-wrapper {
        font-size: 13px;
    }
}

@media (min-width: 1800px) {
    .e-referral .patients-referred-info-wrapper {
        font-size: 15px;
    }
}

.e-referral .sidebar-toggle-btn {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: -9.5px;
    cursor: pointer;
    display: block;
    background: #F9F5FA;
}

    .e-referral .sidebar-toggle-btn:before {
        content: '';
        position: absolute;
        top: -10px;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 40px 0 0 1px;
        border-color: transparent transparent transparent #D7E1E4;
    }

    .e-referral .sidebar-toggle-btn:after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 40px 1px 0 0;
        border-color: #D7E1E4 transparent transparent transparent;
    }

.x-ray-modal {
    background: rgba(0, 0, 0, 0.5);
}

    .x-ray-modal .modal-dialog {
        width: 620px;
        margin: 110px auto 0;
    }

        .x-ray-modal .modal-dialog .x-ray-slider .carousel-thumb {
            max-width: 120px;
            padding-right: 12px;
            background: #F5F9FA;
            border-right: 1px solid #D7E1E4;
        }

            .x-ray-modal .modal-dialog .x-ray-slider .carousel-thumb .thumb {
                cursor: pointer;
                margin-bottom: 10px;
            }

                .x-ray-modal .modal-dialog .x-ray-slider .carousel-thumb .thumb img {
                    width: 100%;
                    max-width: 80px;
                    border-radius: 5px;
                    height: 80px;
                }

                .x-ray-modal .modal-dialog .x-ray-slider .carousel-thumb .thumb:last-child {
                    margin-bottom: 0;
                }

@media (max-width: 720px) {
    .x-ray-modal .modal-dialog .x-ray-slider .carousel-thumb {
        max-width: 100%;
    }

        .x-ray-modal .modal-dialog .x-ray-slider .carousel-thumb .carousel-inner {
            height: 80px;
        }

            .x-ray-modal .modal-dialog .x-ray-slider .carousel-thumb .carousel-inner .item {
                display: inline-flex;
                width: 100%;
                overflow-x: scroll;
            }

                .x-ray-modal .modal-dialog .x-ray-slider .carousel-thumb .carousel-inner .item .thumb {
                    width: 80px;
                    margin-right: 10px;
                    flex: 0 0 80px;
                }
}

.x-ray-modal .modal-dialog .x-ray-slider .carousel-slide {
    width: 100%;
}

    .x-ray-modal .modal-dialog .x-ray-slider .carousel-slide .carousel-inner {
        border-radius: 5px;
    }

        .x-ray-modal .modal-dialog .x-ray-slider .carousel-slide .carousel-inner .item img {
            width: 100%;
            border-radius: 5px;
        }

@media (max-width: 720px) {
    .x-ray-modal .modal-dialog .x-ray-slider {
        flex-direction: column;
    }
}

@media (min-width: 1550px) {
    .x-ray-modal .modal-dialog {
        width: 620px;
    }
}

@media (min-width: 1800px) {
    .x-ray-modal .modal-dialog {
        width: 620px;
    }
}

@media (max-width: 720px) {
    .x-ray-modal .modal-dialog {
        width: 90%;
        margin: 80px 5% 0;
    }
}

.nav-modal .modal-dialog {
    width: 100%;
    top: 0;
    transform: translate(0, 0);
    margin: 0;
    border-radius: 0px;
}

    .nav-modal .modal-dialog .modal-content {
        text-align: center;
        background: #fff;
        border-radius: 0;
    }

        .nav-modal .modal-dialog .modal-content .modal-body {
            padding: 30px;
        }

        .nav-modal .modal-dialog .modal-content .login-button-2 {
            color: #fff;
            font-size: 11px;
            line-height: 15px;
            background: #2B8EE9;
            padding: 8px 20px;
            border-radius: 100px;
            text-transform: uppercase;
            font-family: 'montserrat_semibold';
            margin-bottom: 20px;
            display: inline-flex;
        }

        .nav-modal .modal-dialog .modal-content ul.modal-nav {
            list-style: none;
        }

            .nav-modal .modal-dialog .modal-content ul.modal-nav li {
                display: block;
            }

.pdf-modal {
    height: 100vh;
    width: 100vw;
    background: #fff;
}

    .pdf-modal .modal-dialog {
        width: 100%;
        top: 0;
        transform: translate(0, 0);
        margin: 0;
        border-radius: 0px;
        overflow: auto !important;
        height: 100vh;
        width: 100vw;
    }

        .pdf-modal .modal-dialog div {
            overflow: auto;
        }

        .pdf-modal .modal-dialog button.close {
            z-index: 54;
        }

        .pdf-modal .modal-dialog .modal-content {
            background: #fff;
            border-radius: 0;
            box-shadow: none;
            border: none;
        }

            .pdf-modal .modal-dialog .modal-content .white-box-wrapper {
                border: none;
            }

            .pdf-modal .modal-dialog .modal-content textarea {
                display: block;
                width: 100%;
                padding: 6px 12px;
                font-size: 14px;
                line-height: 1.42857143;
                color: #555;
                background-color: #fff;
                background-image: none;
                border: 1px solid #ccc;
                border-radius: 4px;
                -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
                box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
                -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
                -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
                transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            }

            .pdf-modal .modal-dialog .modal-content .section-title {
                margin-bottom: 10px;
            }

            .pdf-modal .modal-dialog .modal-content .custom-radio-button {
                position: relative;
                margin-bottom: 10px;
            }

            .pdf-modal .modal-dialog .modal-content .pdf-embeded-box {
                border: 1px solid #D7E1E4;
                border-radius: 5px;
            }

                .pdf-modal .modal-dialog .modal-content .pdf-embeded-box .my-pdf-box {
                    z-index: 99;
                    width: 100% !important;
                }

@media (max-width: 991px) {
    .pdf-modal .my-pdf-mobile-box {
        height: 600px;
    }
}

@media (max-width: 720px) {
    .pdf-modal .my-pdf-mobile-box {
        height: 300px;
    }
}

@media (min-width: 991px) {
    .pdf-modal {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .padding-none-ipad-portrait {
        padding: 0;
        margin: 0 0 10px 0;
    }
}

@media (min-width: 1400px) {
    .btn-primary,
    .btn-default,
    .section-title,
    .patient-basic-info-div,
    .page-title,
    .table-title,
    .btn-secondary,
    .block-title,
    .custom-radio-button [type="radio"]:checked + label,
    .custom-radio-button [type="radio"]:not(:checked) + label,
    .left-section-title,
    .note {
        font-size: 13px;
    }

    .result-search {
        height: 260px !important;
        overflow: auto;
    }

        .result-search.de-active {
            height: 260px !important;
            overflow-y: auto;
        }
}

@media (min-width: 1900px) {
    .btn-primary,
    .btn-default,
    .section-title,
    .patient-basic-info-div,
    .page-title,
    .table-title,
    .btn-secondary,
    .block-title,
    .custom-radio-button [type="radio"]:checked + label,
    .custom-radio-button [type="radio"]:not(:checked) + label,
    .left-section-title,
    .note {
        font-size: 14px;
    }
}

/* Responsive View */
@media (min-width: 1400px) {
    .btn-primary,
    .btn-default,
    .section-title,
    .patient-basic-info-div,
    .page-title,
    .referral-form-main-wrapper,
    .referral-form-table,
    .custom-radio-button-3 [type="radio"]:checked + label,
    .custom-radio-button-3 [type="radio"]:not(:checked) + label,
    .popup-table,
    .form-control,
    .block-title-2,
    .title-5,
    .custom-file-btn .input-file .file-selected,
    .left-sidebar.background-light-blue .left-section-title {
        font-size: 13px !important;
    }

    .custom-file-btn .input-file span.choose-file,
    .import-btn,
    .custom-file-btn .input-file .choose-file {
        font-size: 13px;
    }

    img.print-icon {
        margin: -5px 0 0 8px;
        width: 13px;
    }

    .block-title-big {
        font-size: 20px;
    }

    ::placeholder {
        font-size: 13px;
    }

    ::-webkit-input-placeholder {
        font-size: 13px;
    }

    ::-moz-placeholder {
        font-size: 13px;
    }

    :-ms-input-placeholder {
        font-size: 13px;
    }

    :-moz-placeholder {
        font-size: 13px;
    }
}

/* Responsive View */
@media (min-width: 1900px) {
    .btn-primary,
    .btn-default,
    .section-title,
    .patient-basic-info-div,
    .page-title,
    .referral-form-main-wrapper,
    .referral-form-table,
    .custom-radio-button-3 [type="radio"]:checked + label,
    .custom-radio-button-3 [type="radio"]:not(:checked) + label,
    .popup-table,
    .form-control,
    .block-title-2,
    .left-sidebar.background-light-blue .left-section-title {
        font-size: 15px !important;
    }

    .title-5,
    .custom-file-btn .input-file .file-selected,
    .import-btn {
        font-size: 14px;
    }

    img.print-icon {
        margin: -5px 0 0 8px;
        width: 15px;
    }

    .block-title-big {
        font-size: 22px;
    }

    ::placeholder {
        font-size: 15px;
    }

    ::-webkit-input-placeholder {
        font-size: 15px;
    }

    ::-moz-placeholder {
        font-size: 15px;
    }

    :-ms-input-placeholder {
        font-size: 15px;
    }

    :-moz-placeholder {
        font-size: 15px;
    }
}

/*Login Screen*/
.login-screen.style-1 {
    /*background: url(../images/bg-blue-png-new.png) no-repeat;*/
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    width: 100vw;
    height: 100vh;
}

.login-screen.style-1 {
    /*background: url(../images/bg-blue-png-new.png) no-repeat;*/
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.login-right {
    background: url(../images/bg-blue-png-new.png) no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100vh;
    overflow: hidden;
}
.flex-center-column{
    display:flex;
    text-align: center;
    flex-direction: column;
}
.learn-more-login {
    color: #ffffff;
    font-family: 'Gotham-Bold';
    font-size: 14px !important;
    border-radius: 20px;
    padding: 10px 20px;
    border: 1px solid #FFFFFF;
    text-transform: uppercase;

}
.margin-top-100{
    margin-top: 100px;
}
.header-right {
    width: 99% !important;
    font-size: 48px !important;
    font-family: 'Gotham-Bold';
}
.body-right {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    font-size: 20px !important;
    font-family: 'Gotham-Book';
}
.learn-more-login:hover, .learn-more-login:focus {
    background: #FFFFFF;
    color: #003492;
    -webkit-transition: 0.35s ease-in;
    -moz-transition: 0.35s ease-in;
    -ms-transition: 0.35s ease-in;
    transition: 0.35s ease-in;
}

.login-right #btnFaq {
    color: #003492;
    font-size: 14px !important;
    line-height: 15px;
    background: #fff;
    padding: 8px 20px;
    border-radius: 100px;
    text-transform: uppercase;
    font-family: 'Gotham-Bold';
}
.nav-modal #btnFaq {
    color: #fff;
    font-size: 11px;
    line-height: 15px;
    background: #2B8EE9;
    padding: 8px 20px;
    border-radius: 100px;
    text-transform: uppercase;
    font-family: 'montserrat_semibold';
    margin-bottom: 20px;
    display: inline-flex;
}
@media (max-width: 1600px) and (min-width: 1367px) {
    .flex-justify-center {
        margin-top: 50px;
    }
}
@media (max-width: 1366px) and (min-width: 1000px){
    .flex-justify-center {
        margin-top: 10px;
    }
}

@media (max-width: 767px) and (min-width: 760px) {
    .login-left{
        width: 200%!important;
    }
    .login-header .logo-image{
        width: 100% !important;
    }
}
@media (min-width: 760px) {
    .logo-div-login{
        width: 100%;
        display:flex;
        justify-content: center;
    }
}

@media (min-width:1501px) and (max-width:1800px) {
    
    .header-right {
        font-size: 42px !important;
    }
    .body-right {
        font-size: 17px !important;
    }
}
@media (min-width:1200px) and (max-width:1500px) {

    .header-right {
        font-size: 36px !important;
    }
    .body-right {
        font-size: 16px !important;
    }

}
.login-main-wrapper {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    overflow: hidden;
}

    .login-main-wrapper .login-left {
        height: 100vh;
        background: #fff;
        position: relative;
        padding: 50px 100px;
    }

        .login-main-wrapper .login-left .login-left-wrapper {
            position: relative;
            height: -webkit-fill-available;
        }

            .login-main-wrapper .login-left .login-left-wrapper .login-box-wrapper-2 {
                position: relative;
                max-width: 1170px;
            }

                .login-main-wrapper .login-left .login-left-wrapper .login-box-wrapper-2 .login-popup {
                    padding: 0;
                    background: #fff;
                    min-width: unset;
                    max-width: unset;
                    border-radius: 10px;
                    box-shadow: none;
                }

                    .login-main-wrapper .login-left .login-left-wrapper .login-box-wrapper-2 .login-popup .login-popup-title {
                        font-size: 24px;
                        line-height: 30px;
                        color: #296CAA;
                        letter-spacing: 0.6px;
                        font-family: 'montserrat_bold';
                    }

@media (min-width: 1600px) {
    .login-main-wrapper .login-left .login-left-wrapper .login-box-wrapper-2 .login-popup .login-popup-title {
        font-size: 26px;
        line-height: 32px;
    }
}

@media (min-width: 1800px) {
    .login-main-wrapper .login-left .login-left-wrapper .login-box-wrapper-2 .login-popup .login-popup-title {
        font-size: 30px;
        line-height: 36px;
    }
}

.login-main-wrapper .login-left .login-left-wrapper .login-box-wrapper-2 .login-popup .login-subtitle {
    text-align: center;
    color: #122D46;
    font-family: 'montserrat_bold';
    font-size: 14px;
}

@media (min-width: 1600px) {
    .login-main-wrapper .login-left .login-left-wrapper .login-box-wrapper-2 .login-popup .login-subtitle {
        font-size: 16px;
    }
}

@media (min-width: 1800px) {
    .login-main-wrapper .login-left .login-left-wrapper .login-box-wrapper-2 .login-popup .login-subtitle {
        font-size: 18px;
    }
}

.login-main-wrapper .login-left .login-left-wrapper .login-box-wrapper-2 .login-popup .login-form .subtitle-style-1 {
    color: #6D778A;
    margin-bottom: 8px;
    line-height: 15px;
    font-size: 12px;
    font-family: 'montserrat_semibold';
}

@media (min-width: 1600px) {
    .login-main-wrapper .login-left .login-left-wrapper .login-box-wrapper-2 .login-popup .login-form .subtitle-style-1 {
        font-size: 14px;
    }
}

@media (min-width: 1800px) {
    .login-main-wrapper .login-left .login-left-wrapper .login-box-wrapper-2 .login-popup .login-form .subtitle-style-1 {
        font-size: 16px;
    }
}

.login-main-wrapper .login-left .login-left-wrapper .login-box-wrapper-2 .login-popup .login-form .form-group {
    position: relative;
    align-items: center;
    display: flex;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

    .login-main-wrapper .login-left .login-left-wrapper .login-box-wrapper-2 .login-popup .login-form .form-group input, .login-main-wrapper .login-left .login-left-wrapper .login-box-wrapper-2 .login-popup .login-form .form-group select {
        width: 100%;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        border: 1px solid #D4DCE2;
        border-radius: 5px;
        color: #000;
        font-size: 12px;
        padding: 0 16px 0 46px;
        line-height: 33px;
        height: 35px;
        max-height: 35px;
        font-family: 'montserrat_semibold';
    }

        .login-main-wrapper .login-left .login-left-wrapper .login-box-wrapper-2 .login-popup .login-form .form-group input.search-icon, .login-main-wrapper .login-left .login-left-wrapper .login-box-wrapper-2 .login-popup .login-form .form-group select.search-icon {
            background: url(../images/search-icon.svg);
            background-repeat: no-repeat;
            background-position: right 16px center;
        }

@media (min-width: 1600px) {
    .login-main-wrapper .login-left .login-left-wrapper .login-box-wrapper-2 .login-popup .login-form .form-group input, .login-main-wrapper .login-left .login-left-wrapper .login-box-wrapper-2 .login-popup .login-form .form-group select {
        padding: 0 16px 0 48px;
        font-size: 14px !important;
    }
}

@media (min-width: 1800px) {
    .login-main-wrapper .login-left .login-left-wrapper .login-box-wrapper-2 .login-popup .login-form .form-group input, .login-main-wrapper .login-left .login-left-wrapper .login-box-wrapper-2 .login-popup .login-form .form-group select {
        padding: 0 16px 0 50px;
        font-size: 16px !important;
    }
}

.login-main-wrapper .login-left .login-left-wrapper .login-box-wrapper-2 .login-popup .login-form .form-group.left-icon .input-icon {
    position: absolute;
    align-items: center;
    padding: 2px 11px;
    top: 7px;
    border-right: 1px solid #D4DCE2;
}

@media (min-width: 1600px) {
    .login-main-wrapper .login-left .login-left-wrapper .login-box-wrapper-2 .login-popup .login-form .form-group.left-icon .input-icon img {
        width: 19px;
    }
}

@media (min-width: 1800px) {
    .login-main-wrapper .login-left .login-left-wrapper .login-box-wrapper-2 .login-popup .login-form .form-group.left-icon .input-icon img {
        width: 20px;
    }
}

.login-main-wrapper .login-left .login-left-wrapper .login-box-wrapper-2 .login-popup .login-form .login-button {
    width: 100%;
    height: auto;
    border: none;
    cursor: pointer;
    font-size: 11px;
    color: #FFFFFF;
    border-radius: 3px;
    background: #2B8EE9;
    border-radius: 50px;
    text-transform: uppercase;
    font-family: 'montserrat_semibold';
    background: #2B8EE9;
}

    .login-main-wrapper .login-left .login-left-wrapper .login-box-wrapper-2 .login-popup .login-form .login-button span {
        padding: 0 12px;
        background: url(../images/arrow-white-2.svg) #2B8EE9 center right no-repeat;
    }

@media (min-width: 1500px) {
    .login-main-wrapper .login-left .login-left-wrapper .login-box-wrapper-2 .login-popup .login-form .login-button {
        font-size: 13px;
    }
}

@media (min-width: 1800px) {
    .login-main-wrapper .login-left .login-left-wrapper .login-box-wrapper-2 .login-popup .login-form .login-button {
        font-size: 15px;
    }
}

.login-main-wrapper .login-left .login-left-wrapper .login-box-wrapper-2 .login-popup .search-result-wrapper .search-result {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #C2D1D8;
    border-radius: 5px;
    color: #000;
    font-size: 12px;
}

    .login-main-wrapper .login-left .login-left-wrapper .login-box-wrapper-2 .login-popup .search-result-wrapper .search-result li {
        padding: 0 16px 0 15px;
        line-height: 44px;
        font-family: 'montserrat_medium';
        cursor: pointer;
    }

        .login-main-wrapper .login-left .login-left-wrapper .login-box-wrapper-2 .login-popup .search-result-wrapper .search-result li:hover {
            font-family: 'montserrat_semibold';
            background: #EFF3F6;
        }

.login-main-wrapper .login-left .login-left-wrapper .login-box-wrapper-2 .login-popup .search-result-wrapper .slimScrollBar {
    margin: 20px 10px 10px 20px;
    display: block !important;
    height: 72px !important;
    right: 0px !important;
    background: #C2D1D8 !important;
}

.login-main-wrapper .login-left .login-left-wrapper .login-box-wrapper-2 .login-popup .search-result-wrapper:focus .slimScrollBar, .login-main-wrapper .login-left .login-left-wrapper .login-box-wrapper-2 .login-popup .search-result-wrapper:hover .slimScrollBar {
    background: #000 !important;
}

@media (max-width: 840px) and (min-width: 780px) {
    .login-main-wrapper .login-left .login-left-wrapper .login-box-wrapper-2 .login-popup {
        padding: 10px 0;
    }

        .login-main-wrapper .login-left .login-left-wrapper .login-box-wrapper-2 .login-popup .login-popup-title {
            margin-bottom: 10px;
        }

        .login-main-wrapper .login-left .login-left-wrapper .login-box-wrapper-2 .login-popup .login-form {
            margin-bottom: 0;
        }

            .login-main-wrapper .login-left .login-left-wrapper .login-box-wrapper-2 .login-popup .login-form .margin-bottom-20 {
                margin-bottom: 0;
            }

            .login-main-wrapper .login-left .login-left-wrapper .login-box-wrapper-2 .login-popup .login-form .margin-bottom-30,
            .login-main-wrapper .login-left .login-left-wrapper .login-box-wrapper-2 .login-popup .login-form .margin-bottom-40 {
                margin-bottom: 10px;
            }
}

@media (max-width: 760px) and (min-width: 550px) {
    .login-main-wrapper .login-left .login-left-wrapper .login-box-wrapper-2 .login-popup {
        padding: 20px 0;
    }

        .login-main-wrapper .login-left .login-left-wrapper .login-box-wrapper-2 .login-popup .login-popup-title {
            margin-bottom: 10px;
        }

        .login-main-wrapper .login-left .login-left-wrapper .login-box-wrapper-2 .login-popup .login-form {
            margin-bottom: 0;
        }

            .login-main-wrapper .login-left .login-left-wrapper .login-box-wrapper-2 .login-popup .login-form .margin-bottom-20 {
                margin-bottom: 0;
            }

            .login-main-wrapper .login-left .login-left-wrapper .login-box-wrapper-2 .login-popup .login-form .margin-bottom-30,
            .login-main-wrapper .login-left .login-left-wrapper .login-box-wrapper-2 .login-popup .login-form .margin-bottom-40 {
                margin-bottom: 10px;
            }
}

@media (max-width: 840px) and (min-width: 780px) {
    .login-main-wrapper .login-left .login-left-wrapper .login-box-wrapper-2.iphone-10 {
        top: 20px !important;
    }
}

@media (max-width: 760px) {
    .login-main-wrapper .login-left .login-left-wrapper .login-box-wrapper-2 {
        transform: none;
        margin-left: 0;
        width: 100%;
    }

        .login-main-wrapper .login-left .login-left-wrapper .login-box-wrapper-2 .login-popup {
            min-width: 60%;
            margin: 0 20%;
            max-width: 400px;
        }
}

@media (max-width: 500px) {
    .login-main-wrapper .login-left .login-left-wrapper .login-box-wrapper-2 {
        transform: none;
        margin-left: 0;
        width: 100%;
    }

        .login-main-wrapper .login-left .login-left-wrapper .login-box-wrapper-2 .login-popup {
            min-width: 90%;
            margin: 0 5%;
        }
}



@media (max-width: 340px) {
    .login-main-wrapper .login-left .login-left-wrapper .login-header .logo-image {
        width: 230px;
    }
}

.login-main-wrapper .login-left .login-left-wrapper .login-header .display-block-mobile {
    display: none;
}

@media (max-width: 760px) {
    .login-main-wrapper .login-left .login-left-wrapper .login-header .display-block-mobile {
        display: block;
    }
}

.login-main-wrapper .login-left .login-left-wrapper .powered-by {
    position: fixed;
    bottom: 50px;
    color: #656262;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: inherit;
}

@media (min-width: 1600px) {
    .login-main-wrapper .login-left .login-left-wrapper .powered-by {
        font-size: 14px;
    }
}

@media (min-width: 1800px) {
    .login-main-wrapper .login-left .login-left-wrapper .powered-by {
        font-size: 16px;
    }
}

@media (max-width: 840px) and (min-width: 780px) {
    .login-main-wrapper .login-left .login-left-wrapper .powered-by {
        width: unset !important;
        bottom: 10px;
    }
}

.login-main-wrapper .login-left .login-left-wrapper .powered-by div {
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-main-wrapper .login-left .login-left-wrapper .powered-by img {
    margin-right: 5px;
}

.login-main-wrapper .login-left .login-left-wrapper .powered-by a {
    color: #000;
    font-size: 12px;
    line-height: 15px;
    margin: 0 5px;
    font-family: 'montserrat_semibold';
}

@media (min-width: 1600px) {
    .login-main-wrapper .login-left .login-left-wrapper .powered-by a {
        font-size: 14px;
    }
}

@media (min-width: 1800px) {
    .login-main-wrapper .login-left .login-left-wrapper .powered-by a {
        font-size: 16px;
    }
}

.login-main-wrapper .login-left .login-left-wrapper .powered-by a:last-child {
    border: none;
}

@media (max-width: 760px) {
    .login-main-wrapper .login-left .login-left-wrapper .powered-by {
        width: 100%;
        left: 0;
        right: 0;
    }
}


.login-section {
    width: 100% !important;
}
@media (max-width: 1100px) {
    .login-main-wrapper .login-left {
        padding: 50px 20px;
    }
}

@media (max-width: 840px) and (min-width: 780px) {
    .login-main-wrapper .login-left {
        padding: 20px;
    }
}

@media (max-width: 760px) {
    .login-main-wrapper .login-left {
        flex: 0 0 100%;
        padding: 50px 100px;
        flex-direction: column;
        padding: 20px;
    }
}

.login-main-wrapper .login-right {
    position: relative;
    padding: 60px 100px 60px 70px;
}

    .login-main-wrapper .login-right .login-header a.login-button-2 {
        color: #2B8EE9;
        font-size: 11px;
        line-height: 15px;
        background: #fff;
        padding: 8px 20px;
        border-radius: 100px;
        text-transform: uppercase;
        font-family: 'montserrat_semibold';
        margin-right: 15px;
    }

        .login-main-wrapper .login-right .login-header a.login-button-2:last-child {
            margin: 0;
        }

@media (min-width: 1500px) {
    .login-main-wrapper .login-right .login-header a.login-button-2 {
        font-size: 13px;
    }
}

@media (min-width: 1800px) {
    .login-main-wrapper .login-right .login-header a.login-button-2 {
        font-size: 15px;
    }
}

.login-main-wrapper .login-right .right-image-wrapper {
    margin-top: -85px;
    display: flex;
    height: inherit;
    align-items: center;
}

@media (max-width: 840px) and (min-width: 780px) {
    .login-main-wrapper .login-right .right-image-wrapper {
        margin-top: -20px;
    }
}

@media (min-width: 1800px) {
    .login-main-wrapper .login-right {
        padding: 50px 50px 50px 50px;
    }
}

@media (max-width: 1100px) {
    .login-main-wrapper .login-right {
        padding: 55px 20px;
    }
}

@media (max-width: 840px) and (min-width: 780px) {
    .login-main-wrapper .login-right {
        padding: 20px;
    }
}

@media (max-width: 760px) {
    .login-main-wrapper .login-right {
        display: none;
    }
}

.login-main-wrapper .copyright-by {
    padding: 0;
    align-items: center;
    justify-content: center;
    display: flex;
}

@media (min-width: 1800px) {
    .login-main-wrapper .copyright-by {
        margin-top: 150px;
        font-size: 14px;
    }
}

@media (max-width: 1800px) and (min-width: 1600px) {
    .login-main-wrapper .copyright-by {
        margin-top: 130px;
        font-size: 12px;
    }
}

@media (max-width: 1600px) and (min-width: 1100px) {
    .login-main-wrapper .copyright-by {
        margin-top: 100px;
        font-size: 12px;
    }
}

@media (max-width: 1100px) and (min-width: 840px) {
    .login-main-wrapper .copyright-by {
        margin-top: 30px;
        font-size: 12px;
    }
}

@media (max-width: 840px) and (min-width: 780px) {
    .login-main-wrapper .copyright-by {
        margin-top: 15px;
        font-size: 11px;
    }
}

@media (max-width: 780px) {
    .login-main-wrapper .copyright-by {
        margin-top: 10px;
        font-size: 10px;
    }
}

.login-main-wrapper .copyright-by div {
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-main-wrapper .copyright-by img {
    margin-right: 5px;
}

.login-main-wrapper .copyright-by a {
    color: #000;
    line-height: 15px;
    margin: 0 5px;
    font-family: 'montserrat_semibold';
}

.login-main-wrapper .copyright-by a:last-child {
    border: none;
}

.primary-title {
    color: #0072C6 !important;
    font-size: 12px !important;
}

.referral-buttons {
    height: 24px !important;
    padding-top: 5px !important;
}

.referral-buttons-faq {
    height: 24px !important;
    padding-top: 3px !important;
}

.padding-right-10 {
    padding-right: 10px;
}

@media (min-width: 600px) {
    .new-design-left-sidebar {
        margin-top: 0.5rem;
        margin-left: 0.5rem;
        height: 93%;
    }
}

@media (min-width: 1000px) {
    .new-design-left-sidebar {
        margin-top: 0.5rem;
        margin-left: 0.5rem;
        height: 89%;
    }

    .e-referral .sidebar-toggle-btn {
        right: -10px;
    }
}

@media (min-width: 1290px) {
    .new-design-left-sidebar {
        margin-top: 1rem;
        margin-left: 1rem;
        height: 85%;
    }
}

@media (min-width: 1590px) {
    .new-design-left-sidebar {
        margin-top: 1rem;
        margin-left: 1rem;
        height: 87%;
    }
}

@media (min-width: 1898px) {
    .new-design-left-sidebar {
        margin-top: 1rem;
        margin-left: 1rem;
        height: 89.5%;
    }
}

.fw-600 {
    font-weight: 600;
}

/*Login Screen*/
/*Misc*/
@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {
        input[type="radio"] {
            top: 0px !important;
        }
    }
}
/*Misc*/
