@font-face {

    font-family: 'GibsonLight';

    src: url('../fonts/GibsonLight.eot');

    src: local('☺'), url('../fonts/GibsonLight.woff') format('woff'), url('../fonts/GibsonLight.ttf') format('truetype'), url('../fonts/GibsonLight.svg') format('svg');

    font-weight: normal;

    font-style: normal;

}

/** Generated by FG **/

@font-face {

    font-family: 'GibsonRegular';

    src: url('../fonts/GibsonRegular.eot');

    src: local('☺'), url('../fonts/GibsonRegular.woff') format('woff'), url('../fonts/GibsonRegular.ttf') format('truetype'), url('../fonts/GibsonRegular.svg') format('svg');

    font-weight: normal;

    font-style: normal;

}

/** Generated by FG **/

@font-face {

    font-family: 'GibsonSemiBd';

    src: url('../fonts/GibsonSemiBd.eot');

    src: local('☺'), url('../fonts/GibsonSemiBd.woff') format('woff'), url('../fonts/GibsonSemiBd.ttf') format('truetype'), url('../fonts/GibsonSemiBd.svg') format('svg');

    font-weight: normal;

    font-style: normal;

}

/** Generated by FG **/

@font-face {

    font-family: 'GibsonBold';

    src: url('../fonts/GibsonBold.eot');

    src: local('☺'), url('../fonts/GibsonBold.woff') format('woff'), url('../fonts/GibsonBold.ttf') format('truetype'), url('../fonts/GibsonBold.svg') format('svg');

    font-weight: normal;

    font-style: normal;

}

body {
    font-family: 'GibsonRegular';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #000;
    min-height: 100vh;
    width: 100%;
    /* background: #F4F8FC; */
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #000;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

img {
    border: 0;
}

p {
    line-height: 24px;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    font-weight: normal;
    font-style: normal;
}

.bg1 {
    background: #D6D7D2 !important;
}

.bg2 {
    background: #C7BAB7 !important;
}

.bg3 {
    background: #E5EBEB !important;
}

.container {
    max-width: 1320px;
}

.strong,
strong {
    font-family: 'GibsonSemiBd';
    font-weight: normal;
    font-style: normal;
}

.btn-outline-theme {
    color: #2E7DEE !important;
    border-color: #2E7DEE;
    background: #fff;
}

.btn-outline-theme:hover,
.btn-outline-theme:active {
    color: #fff !important;
    background-color: #2E7DEE;
    border-color: #2E7DEE;
}

.no-radius {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.radius-25 {
    -webkit-border-radius: 25px !important;
    border-radius: 25px !important;
}

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

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

.text-theme {
    color: #2E7DEE !important;
}

.text-green {
    color: #00B705 !important;
}

.theme-text-light {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-red {
    color: #E24047 !important;
}

.border-2 {
    border-width: 2px !important;
}

.pr-60 {
    padding-right: 60px !important;
}

.btn-theme {
    color: #fff !important;
    background: #2E7DEE !important;
    border-color: #2E7DEE;
}

.btn-theme:hover,
.btn-outline-theme:active {
    color: #2E7DEE !important;
    background-color: #fff !important;
    border-color: #2E7DEE;
}

.btn-green {
    color: #fff !important;
    background: #00B705 !important;
    border-color: #00B705;
}

.btn-green:hover,
.btn-green:active {
    color: #00B705 !important;
    background-color: #fff !important;
    border-color: #00B705;
}

.btn-orange {
    color: #fff !important;
    background: #2E7DEE !important;
    border-color: #2E7DEE;
}

.btn-orange:hover,
.btn-orange:active {
    color: #2E7DEE !important;
    background-color: #fff !important;
    border-color: #2E7DEE;
}

.no-border {
    border: 0;
}

.justify-content-space-between {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.bg-white {
    background: #fff;
}

.hide {
    display: none;
}

.pb-10 {
    padding-bottom: 10px !important;
}

select.form-control {
    -webkit-appearance: none;
    appearance: none;
    background: url('../images/select-down-arrow.png') no-repeat 98% center;
}

select::-ms-expand {
    display: none;
}

.width40 {
    width: 40px !important;
}

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

.theme-brdr-btm {
    border-bottom: 1px solid #eee;
}

.text-orange {
    color: #2E7DEE !important
}

.menu-notification-area {

    position: absolute;

    top: 10px;

    right: 10px;

    background: #2E7DEE;

    color: #fff;

    width: 20px;

    height: 20px;

    line-height: 20px;

    -webkit-border-radius: 100%;

    border-radius: 100%;

    font-size: 12px;

}

.menu-notification-area.menu-patient-notification-area {
    top: -10px;
    right: -10px;
    text-align: center;
    background: red;
}

/*@media (-webkit-min-device-pixel-ratio: 2),(-moz-device-pixel-ratio: 2), (min-resolution: 192dppx) { 

select{ background: url('../images/select-down-arrow@2x.png') no-repeat 98% center;}*/

/****************** HEADER PANEL *************************/

header.header-area {}

header.header-area h1.logo-area {
    margin: 0;
    text-align: center;
}

header.header-area .header-top-area {
    background: #2E7DEE;
    color: #fff;
    font-size: 12px;
    font-family: 'GibsonSemiBd';
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header.header-area .header-top-area a {
    display: inline-block;
    color: #fff;
    line-height: 1;
    position: relative;
    text-decoration: none !important;
}

header.header-area .header-top-area a:after {
    content: '';
    position: absolute;
    left: -15px;
    right: -15px;
    bottom: -5px;
    height: 1px;
    background: #fff;
}

header.header-area .menu-area {
    padding: 30px 0;
    background: #fff;
    border-bottom: 1px solid rgba(104, 104, 104, 0.2);
}

header.header-area .menu-area a.notification-menu {
    width: 40px;
    height: 40px;
    background: rgba(73, 143, 204, 0.2);
    display: block;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

header.header-area .menu-area a.notification-menu:before {
    content: '';
    width: 18px;
    height: 22px;
    background: #2E7DEE;
    position: absolute;
    left: 11px;
    top: 9px;
    z-index: 1;
}

header.header-area ul li {
    text-transform: uppercase;
    position: relative;
}

header.header-area ul li a {
    position: relative;
    color: #000;
    padding: 10px 0;
    text-decoration: none !important;
}

header.header-area ul li a:hover,
header.header-area ul li.active a,
header.header-area ul li a.active {
    border-bottom: 2px solid #2E7DEE;
}

header.header-area .menu-left li {
    margin-right: 30px;
}

header.header-area .menu-left li:last-child {
    margin-right: 0;
}

header.header-area .menu-right li {
    margin-left: 30px;
}

header.header-area .menu-right li:first-child {
    margin-left: 0;
}

header.header-area .menu-area a.notification-menu:hover {
    border: 0;
}

header.header-area ul li .shoping-cart-drpdwn {
    position: absolute;
    width: 400px;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    right: -50px;
    top: 50px;
    background: #fff;
    z-index: 9;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.2);
    display: none;
    text-transform: none;
}

header.header-area ul li.show-menu-drop .shoping-cart-drpdwn {
    display: block;
}

header.header-area ul li .ntfctn-drpdwn {
    position: absolute;
    width: 360px;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    right: 0px;
    top: 50px;
    background: #fff;
    z-index: 9;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.2);
    display: none;
    text-transform: none;
}

header.header-area ul li.show-menu-drop .ntfctn-drpdwn {
    display: block;
}

header.header-area ul li h3 {
    font-size: 24px;
    color: #000;
    position: relative;
    font-family: 'GibsonSemiBd';
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    margin-bottom: 15px;
    padding-right: 30px;
}

header.header-area ul li h3 i,
header.header-area ul li h3 svg {
    cursor: pointer;
    position: absolute;
    right: 0;
}

/****************** HEADER PANEL *************************/

/****************** ALL THINGS PANEL *************************/

.all-things-area {
    background: #fff;
    padding: 35px 0;
}

.all-things-carousel {
    /*padding-top: 35px;*/
    position: relative;
}

.all-things-carousel .slick-slide {
    width: 200px;
    height: auto;
    outline: none;
    padding-bottom: 20px;
}

.all-things-carousel .all-thngs-inner {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    position: relative;
    background: #FAEFD3;
    /*width: 200px;*/
    height: 230px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*float: right;*/
    width: 100%;
    max-width: 500px;
}

.all-things-carousel .all-thngs-inner:after {
    content: '';
    clear: both;
}

.all-things-carousel .all-thngs-inner .all-read-more {
    position: absolute;
    bottom: 25px;
    left: 25px;
    outline: none;
}

.all-things-carousel .all-thngs-inner .all-read-more a {
    outline: none;
}

.all-things-carousel .all-thngs-inner figure {
    position: absolute;
    right: 25px;
}

.all-things-carousel button.slick-arrow {
    position: absolute;
    right: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    border: 2px solid #2E7DEE !important;
    color: #2E7DEE;
    overflow: hidden;
    text-indent: 999px;
    background: #fff;
    outline: none;
}

.all-things-carousel .slick-next {
    right: 0;
    top: 10px;
}

.all-things-carousel .slick-prev {
    right: 30px !important;
    top: 10px;
}

.all-things-carousel .slick-next:before {
    content: '\f105';
    color: #2E7DEE;
    font-size: 16px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-family: FontAwesome;
    position: absolute;
    left: -2px;
    top: -2px;
    text-indent: 0;
    font-weight: bold;
}

.all-things-carousel .slick-prev:before {
    content: '\f104';
    color: #2E7DEE;
    font-size: 16px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-family: FontAwesome;
    position: absolute;
    left: -2px;
    top: -2px;
    text-indent: 0;
    font-weight: bold;
}

.all-thins-content h2 {
    color: #2E7DEE;
    font-size: 30px;
    font-family: 'GibsonSemiBd';
    margin-bottom: 20px;
}

/****************** ALL THINGS PANEL *************************/

/****************** DASHBOARD PANEL *************************/

.dashboard-area {
    background: #F4F8FC;
    padding: 35px 0;
}

.dashboard-area h2 {
    color: #2E7DEE;
    font-size: 30px;
    font-family: 'GibsonSemiBd';
    margin-bottom: 20px;
}

.dashboard-inner {
    background: #fff;
    padding: 20px;
    height: 100%;
}

.dashboard-inner .list-unstyled li {
    border-top: 1px solid rgba(112, 112, 112, 0.3);
    padding: 15px 0;
}

.dashboard-inner .list-unstyled li:first-child {
    padding-top: 0;
    border-top: 0;
}

.dashboard-inner h3 {
    font-family: 'GibsonSemiBd';
    font-size: 24px;
    color: #000;
    border-bottom: 1px solid #2E7DEE;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    padding-right: 40px;
}

.dashboard-inner h3 a {
    color: #000 !important;
    text-decoration: none !important;
}

.dashboard-inner h3 span {
    width: 40px;
    text-align: center;
    position: absolute;
    right: 0;
    cursor: pointer;
}

.dashboard-inner h3 span .fa-plus {
    display: none;
}

.dashboard-inner .media-body {
    font-size: 16px;
    color: #4e4e4e;
}

.dashboard-inner .media-body h5 {
    color: #4E4E4E;
    position: relative;
    padding-right: 100px;
}

.dashboard-inner .media-body h5 span {
    position: absolute;
    right: 0;
    color: #ACACAC;
    font-size: 16px;
    top: 0;
}

.dashboard-inner.active h3 span .fa-plus {
    display: block;
}

.dashboard-inner.active h3 span .fa-minus {
    display: none;
}

.dashboard-inner.active .dashboard-content {
    display: none;
}

.dashboard-inner .media img {
    width: 41px;
    height: 41px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    object-fit: cover;
}

.dashboard-inner .acnt-info-area {
    position: relative;
}

.dashboard-inner .acnt-info-area li {
    font-size: 14px;
    line-height: 1;
    padding-bottom: 15px;
    color: rgba(0, 0, 0, 0.5);
    display: -webkit-flex;
    display: flex;
}

.dashboard-inner .acnt-info-area li span:first-child {
    width: 80px;
}

.dashboard-inner .acnt-info-area li span:last-child {
    color: #000;
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
}

.dashboard-area .align-items-stretch .col-md-6,
.dashboard-area .align-items-stretch .col-md-12 {
    margin-bottom: 30px;
}

.ordr-prd-img {
    width: 15%;
    text-align: center;
}

.ordr-prd-img img {
    width: auto;
    max-height: 150px;
}

.ordr-hstry-area .ordr-prd-title,
.ordr-hstry-area .ordr-prd-detls {
    width: 42.5%;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ordr-hstry-area {
    border-top: 1px solid #ccc;
    padding-top: 15px;
}

.ordr-hstry-area li li {
    font-size: 14px;
    line-height: 1;
    color: #000;
}

.ordr-hstry-area li li.ordr-hstry-heading-title {
    padding-bottom: 10px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 0;
}

.ordr-hstry-area ul li {
    padding-bottom: 10px;
    border-top: 1px solid #ccc;
}

.ordr-hstry-area ul li:first-child {
    border-top: 0;
}

.ordr-hstry-area ul li li {
    border-top: 0 !important;
}

.ordr-prd-detls ul li {
    margin-bottom: 10px;
}

.ordr-prd-content {
    width: 85%;
}

.dashboard-inner {
    font-size: 14px;
}

.dashboard-inner p {
    line-height: 22px;
}

.dashboard-inner .acnt-info-area .edit-area {
    position: absolute;
    top: -15px;
    right: 0;
}

/****************** DASHBOARD PANEL *************************/

/****************** SIDE MENU PANEL *************************/

.side-account-panel {
    position: fixed;
    width: 50%;
    top: 0;
    right: -50%;
    bottom: 0;
    background: #fff;
    z-index: 999;
    padding: 5%;
    text-align: right;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.body-fxd .side-account-panel {
    right: 0;
}

.side-account-panel ul li {
    font-size: 28px;
    line-height: 1;
    padding: 12px 0;
}

.side-account-panel ul li a {
    color: #000 !important;
    text-decoration: none !important;
}

.side-account-panel ul li a:hover,
.side-account-panel ul li.active a {
    border-bottom: 2px solid #2E7DEE
}

.side-account-panel .side-menu-prof-name {
    font-size: 16px;
    padding-bottom: 12px;
}

.remove-side-menu {
    position: absolute;
    top: 20px;
    left: 20px;
    cursor: pointer;
    width: 27px;
    height: 27px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid rgba(0, 0, 0, 0.4);
    display: block;
}

.remove-side-menu i,
.remove-side-menu svg {
    color: #2E7DEE;
    width: 27px;
    height: 27px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    margin-left: -1px;
}

.body-fxd {
    position: fixed;
}

.body-fxd:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
}

.dashboard-content .ordr-hstry-area:first-child {
    border: 0;
    padding-top: 0;
}

.dashboard-content .ordr-prd-title h4 {
    font-size: 14px;
    font-family: 'GibsonSemiBd';
}

.dashboard-content .ordr-prd-title h4 a {
    color: #000 !important;
    text-decoration: none !important;
}

/****************** SIDE MENU PANEL *************************/

/****************** SUPPORT PANEL *************************/

.support-area {}

.support-area h2 {
    color: #1A2635;
    font-size: 40px;
    font-family: 'GibsonSemiBd';
    text-align: center;
}

.support-area p {
    font-size: 16px;
}

.support-area {
    font-size: 16px;
    line-height: 24px;
}

.input-file-style input[type="file"] {
    width: 0;
    height: auto;
    opacity: 0
}

.input-file-style {
    text-align: center;
    font-size: 12px;
    line-height: 1;
}

.support-area label {
    line-height: 1;
}

/****************** SUPPORT PANEL *************************/

.label-in-input {
    position: relative;
}

.label-in-input label {
    position: absolute;
    top: 4px;
    left: 10px;
    margin: 0;
}

.label-in-input .form-control {
    border: 2px solid #000;
    padding-top: 25px;
    height: auto;
    padding-bottom: 25px;
}

.prof-pass-area label {
    display: block;
    margin: 0;
    position: relative;
    top: 4px;
}

.prof-pass-area .form-control {
    border-left: 0;
    border-top: 0;
    border-right: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding-left: 0;
}

.prof-pass-area .form-control:focus {
    -webkit-box-shadow: 0px 2px 0px 0 rgba(0, 123, 255, .25);
    box-shadow: 0px 2px 0px 0 rgba(0, 123, 255, .25);
    border-color: #80bdff;
}

.orders-area {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
}

.orders-area .ordrs-contnt-items {
    width: 47%;
}

.ordrs-contnt-items .ordr-prd-img {
    width: 10%;
}

.ordrs-contnt-items .ordr-prd-title,
.ordrs-contnt-items .ordr-prd-detls {
    width: 45%;
}

.orders-area:before {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 50%;
    width: 1px;
    background: #D8D8D8;
}

/****************** SIDEBAR MENU PANEL *************************/

.sidebar-menu-panel {
    width: 90px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

h1.sidebar-logo {
    width: 100%;
    height: auto;
    padding: 15px 0 40px;
    text-align: center;
    margin: 0;
}

.sidebar-menu-panel ul,
.sidebar-menu-panel ul li {
    display: block;
}

.sidebar-menu-panel ul li {
    position: relative;
    border-left: 4px solid transparent;
}

.sidebar-menu-panel ul li:hover,
.sidebar-menu-panel ul li.active {
    border-color: #2E7DEE;
}

.sidebar-menu-panel ul li a {
    padding: 25px 0;
    text-align: center;
    display: block;
}

/****************** SIDEBAR MENU PANEL *************************/

/****************** DR TOP PANEL *************************/

.total-dr-area {
    padding-left: 90px;
}

.dr-head-panel {
    padding: 20px 0;
}

.dr-head-panel h2 {
    font-size: 40px;
    font-family: 'GibsonSemiBd';
}

.dr-head-panel .btn-group .btn {
    position: relative;
}

.dr-head-panel .btn-group .btn .badge-notification {
    position: absolute;
    width: 22px;
    height: 22px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    top: -10px;
    right: -10px;
    background: #2E7DEE;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
}

.dr-search-area input.form-control {
    padding-left: 45px;
}

.dr-search-area .form-group {
    position: relative;
}

.dr-search-icon {
    position: absolute;
    top: 6px;
    left: 10px;
    background: transparent;
    outline: 0;
    border: 0;
    z-index: 1;
}

ul.dr-list-area {
    padding-bottom: 15px;
}

ul.dr-list-area li {
    padding: 10px 10px 25px;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-top: 20px;
    position: relative;
}

ul.dr-list-area li:first-child {
    margin-top: 0;
}

ul.dr-list-area li .dr-list-btm-area {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #F4F4F4;
    padding-right: 10px;
    font-size: 14px;
    line-height: 25px;
    color: #4E4E4E;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
}

ul.dr-list-area li.active .dr-list-btm-area,
ul.dr-list-area li:hover .dr-list-btm-area {
    left: 2px;
    right: 2px;
    bottom: 2px;
}

.dr-list-pic {
    width: 60px;
    height: auto;
}

.dr-list-pic img {
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 41px;
    height: 41px;
    object-fit: cover;
}

.dr-list-action {
    width: 100px;
    height: auto;
    text-align: right;
}

.dr-list-descptn {
    width: 75%;
    padding: 0 10px;
}

ul.dr-list-area li .chat-bubble-area img.bubble-active {
    display: none;
}

ul.dr-list-area li.active .chat-bubble-area img.bubble-active,
ul.dr-list-area li:hover .chat-bubble-area img.bubble-active {
    display: block;
}

ul.dr-list-area li.active .chat-bubble-area img.bubble-non-active,
ul.dr-list-area li:hover .chat-bubble-area img.bubble-non-active {
    display: none;
}

ul.dr-list-area li .dr-recrd-icon-area {
    background: #ACACAC;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    margin-right: 5px;
}

ul.dr-list-area li .desc-text {
    font-size: 16px;
    line-height: 1.2;
}

ul.dr-list-area li .desc-text .fa-circle {
    font-size: 6px;
    margin: 0 5px;
    position: relative;
    top: -2px;
}

ul.dr-list-area li .dr-list-descptn h3 {
    font-size: 24px;
    font-family: 'GibsonSemiBd';
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

ul.dr-list-area li .dr-list-descptn h3 a {
    color: #000;
    text-decoration: none !important;
}

ul.dr-list-area li .dr-time-area {
    /*padding-top: 12px;*/
    padding-top: 6px;
    font-size: 14px;
}

ul.dr-list-area li.active,
ul.dr-list-area li:hover {
    -webkit-box-shadow: 0 0 0 2px #2E7DEE inset;
    box-shadow: 0 0 0 2px #2E7DEE inset;
}

ul.dr-list-area li.active .dr-list-btm-area,
ul.dr-list-area li:hover .dr-list-btm-area {
    background: #2E7DEE;
    color: #fff;
}

ul.dr-list-area li.active .dr-list-btm-area .dr-recrd-icon-area,
ul.dr-list-area li:hover .dr-list-btm-area .dr-recrd-icon-area {
    background: #005BDD;
}

.dr-list-action .d-flex {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
}

/****************** DR TOP PANEL *************************/

/****************** DR DETAILS PANEL *************************/

.dr-details-area {}

.dr-details-top-area {
    padding: 10px 25px;
    background: #1A2635;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    position: relative;
}

.dr-details-top-area .dr-details-prod {
    width: 59px;
    height: 59px;
}

.dr-details-top-area .dr-details-prod figure {
    width: 100%;
    height: auto;
    margin: 0;
}

.dr-details-prod figure img {
    width: 59px;
    height: 59px;
    object-fit: cover;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.dr-details-top-area .dr-details-desc {
    padding-left: 10px;
    padding-right: 70px;
}

.dr-details-top-area .dr-dtls-remove {
    width: 70px;
    text-transform: uppercase;
    font-size: 10px;
    cursor: pointer;
    padding-top: 7px;
    position: absolute;
    top: 10px;
    right: 25px;
    text-align: right;
}

.dr-details-top-area .dr-dtls-remove img {
    margin-left: 5px;
    margin-top: -5px;
}

.dr-details-top-area .dr-details-desc h3 {
    font-size: 24px;
    font-family: 'GibsonSemiBd';
}

.dr-details-top-area .dr-details-desc h3 a {
    color: #fff;
    text-decoration: none !important;
}

.dr-details-top-area .dr-details-desc h3 i,
.dr-details-top-area .dr-details-desc h3 svg {
    font-size: 7px;
    margin: 0 3px;
    color: #7BCE23;
}

.dr-details-top-area .dr-details-desc h3 .offline_status i,
.dr-details-top-area .dr-details-desc h3 .offline_status svg {
    color: #fff;
}

.dr-details-top-area .dr-details-desc h3 span {
    font-size: 10px;
    font-family: 'GibsonRegular';
    text-transform: uppercase;
}

.dr-details-top-area .desc-text {
    font-size: 16px;
}

.dr-details-top-area .desc-text i,
.dr-details-top-area .desc-text svg {
    font-size: 7px;
    margin: 0 5px;
    position: relative;
    top: -2px;
    color: #fff;
}

/****************** DR DETAILS PANEL *************************/

/****************** DR RECORD PANEL *************************/

.dr-rcrd-area {}

.dr-rcrd-area .dr-rcrd-title {
    background: #2E7DEE;
    padding: 15px 35px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.dr-rcrd-area .dr-rcrd-title h3 {
    color: #fff;
    font-size: 24px;
    font-family: 'GibsonSemiBd';
    margin: 0;
    line-height: 1;
}

.dr-rcrd-area .dr-rcrd-title h3 img {
    margin-right: 20px;
    margin-top: -7px;
    -webkit-filter: brightness(10);
    filter: brightness(10);
}

.medicl-rcrd-list {
    background: #e8f1ff;
    color: #1c1c1c;
    padding-top: 4px;
    padding-bottom: 3px;
}

.medicl-rcrd-list ul {}

.medicl-rcrd-list ul li {
    position: relative;
    padding-left: 52px;
    min-height: 42px;
    margin-top: 2px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    /* box-sizing: border-box; */
    /* background: #e8f1ff;*/
}

.medicl-rcrd-list ul {
    box-sizing: border-box;
}

.medicl-rcrd-list ul li:first-child {
    margin-top: 0;
}

.medicl-rcrd-list ul li span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    background: #2e7dee;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
}

.medicl-rcrd-list ul li p {
    margin: 0;
    line-height: 1;
}

.mdcl-hstry-contnt {
    background: #e8f1ff;
    position: relative;
    color: #4E4E4E;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 8px 8px 8px 55px;
    min-height: 40px;
}

.mdcl-hstry-contnt:before {
    content: '/';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    z-index: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2e7dee;
    color: #fff;
    font-weight: bold;
}

.medical-history-area p {
    margin: 0 0 2px;
    font-size: 14px;
}

.patint-add-area {
    padding-right: 50px;
    position: relative;
}

.patint-add-area .ptnt-add-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 5px;
    z-index: 1;
    background: #2E7DEE;
    color: #fff;
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: 'GibsonBold';
    font-style: normal;
    font-weight: normal;
    width: 30px;
    font-size: 20px;
}

.prtcpton-area h4 {
    background: #F4F4F4;
    padding: 10px 15px;
    font-size: 18px;
    font-family: 'GibsonSemiBd';
}

.prtcpton-area ul {
    padding: 0 15px;
    font-size: 16px;
    line-height: 28px;
}

.prtcpton-area ul li {
    display: flex;
}

.prtcpton-area ul li span {
    width: 100px;
    font-size: 14px;
}

.qck-rspnse-area {
    background: #F4F4F4;
    margin: 10px -20px 20px;
    padding: 20px;
}

.qck-rspsnse-contrnt-area {
    max-height: 200px;
    overflow-y: scroll;
}

.qck-rspsnse-contrnt-area::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #000;
}

.qck-rspsnse-contrnt-area::-webkit-scrollbar {
    width: 5px;
    background-color: #000;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.qck-rspsnse-contrnt-area::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #000;
}

.qck-rspnse-area h5 {
    color: #000;
    font-size: 10px;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.qck-rspsnse-contrnt-area div {
    position: relative;
    color: #4E4E4E;
    font-size: 16px;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 10px 0 0;
    min-height: 42px;
    width: 95%;
    padding: 8px 45px 8px 15px;
    line-height: 1.2;
}

.qck-rspsnse-contrnt-area div:first-child {
    margin-top: 0;
}

.qck-rspsnse-contrnt-area div button {
    position: absolute;
    width: 45px;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #2E7DEE;
    color: #fff;
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    appearance: none;
    font-size: 24px;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.dr-msg-tab1,
.dr-msg-tab2,
.dr-msg-tab3,
.dr-msg-tab4,
.total-dr-dtls-h-s {
    display: none;
}

.dr-msg-tab1.active,
.dr-msg-tab2.active,
.dr-msg-tab1.side-active .total-dr-dtls-h-s,
.dr-msg-tab3.active,
.dr-msg-tab4.active {
    display: block;
}

.dr-p-chat-area {
    background: #fff;
    min-height: 700px;
    padding: 0 25px;
    position: relative;
    border-bottom: 10px solid #D8D8D8;
}

.dr-p-chat-area:after {
    content: '';
    position: absolute;
    bottom: -7px;
    width: 16px;
    height: 3px;
    background: #4E4E4E;
    left: 49%;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.dr-p-chat-area .chat-date-head {
    color: #ACACAC;
    font-size: 16px;
    line-height: 1;
    padding: 10px 0;
    border-bottom: 1px solid #D8D8D8;
}

.dr-p-chat-area ul li {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    color: #4E4E4E;
    position: relative;
    padding-top: 10px;
}

.dr-p-chat-area ul li:before {
    content: '';
    position: absolute;
    left: 51px;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #D8D8D8;
}

.dr-p-chat-area ul li .dr-list-pic {
    width: 41px;
    height: auto;
}

.dr-p-chat-area ul li p {
    color: #4E4E4E;
    line-height: 22px;
}

.dr-p-chat-area ul li h4,
.dr-p-chat-area ul li h4 a {
    font-size: 18px;
    color: #4E4E4E;
    text-decoration: none !important;
}

.dr-p-chat-area ul li figure img {
    width: 41px;
    height: 41px;
    object-fit: cover;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.dr-p-chat-area ul li .dr-list-action {
    width: 80px;
    color: #ACACAC;
    font-size: 16px;
}

.dr-type-msg-area {
    margin: 15px 25px;
    position: relative;
}

.dr-type-msg-area textarea {
    outline: 0;
    border: 0;
    background: none;
    resize: none;
    font-family: 'GibsonRegular';
    display: block;
    padding-right: 110px;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 100%;
    padding: 5px 110px 5px 5px;
}

.dr-type-msg-area textarea:focus,
.dr-type-msg-area textarea:active {
    -webkit-box-shadow: 0 0 0 2px #d2e8ff inset;
    box-shadow: 0 0 0 2px #d2e8ff inset;
}

.dr-type-msg-area button.btn {
    position: absolute;
    right: 2px;
    top: 2px;
}

.dr-type-msg-area .dr-attach-file {
    position: absolute;
    right: 80px;
    top: 2px;
    cursor: pointer;
}

.dr-type-msg-area .dr-attach-file input[type="file"] {
    opacity: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.dr-type-msg-area .dr-attach-file i,
.dr-type-msg-area .dr-attach-file svg {
    position: absolute;
    width: 40px;
    height: 40px;
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.dr-list-chat-para .dr-list-descptn {
    width: 100%;
}

ul.dr-list-area.dr-list-chat-para li .desc-text {
    color: #4E4E4E;
    font-size: 16px;
    line-height: 22px;
}

ul.dr-list-area.dr-list-chat-para li .dr-list-descptn h3 {
    font-size: 20px;
}

ul.dr-list-area.dr-list-chat-para li {
    padding: 10px;
}

ul.dr-list-area.dr-list-chat-para .dr-time-area {
    color: #ACACAC;
}

ul.dr-list-area.dr-list-chat-para .dr-list-pic {
    width: 41px;
    height: 41px;
}

/****************** DR RECORD PANEL *************************/

.active-patintds-head {}

.active-patintds-head h3 {
    font-size: 24px;
    font-family: 'GibsonSemiBd';
    border-bottom: 2px solid #2E7DEE;
    padding-bottom: 6px;
    margin-bottom: 15px;
}

.mdcl-dtls-tab-menu {}

.mdcl-dtls-tab-menu ul {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.mdcl-dtls-tab-menu ul li {
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2);
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #1A2635;
    position: relative;
}

.mdcl-dtls-tab-menu ul li a {
    height: 65px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    border: 0 !important;
}

.mdcl-dtls-tab-menu ul li:before {
    content: '';
    display: block;
    width: 1px;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
}

.mdcl-dtls-tab-menu ul li:first-child:before {
    display: none;
}

.mdcl-dtls-tab-menu ul li a.active,
.mdcl-dtls-tab-menu ul li a:hover {
    background: #2E7DEE !important;
}

.mdcl-dtls-tab-menu ul li a.active img,
.mdcl-dtls-tab-menu ul li a:hover img {
    filter: brightness(10);
}

.tab-content>.tab-pan,
.metfrim-accrodion-area .metfrim-accrodion-conternt {
    display: none;
}

.tab-content>.tab-pan.active,
.metfrim-accrodion-area.active .metfrim-accrodion-conternt {
    display: block;
}

.metfrim-accrodion-area {
    padding: 5px 25px;
    background: #fff;
}

.metfrim-accrodion-area h4 {
    background: #F4F4F4;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    position: relative;
    cursor: pointer;
    padding: 5px 30px 5px 10px;
    line-height: 1.2;
    margin: 0;
    font-size: 18px;
    font-family: 'GibsonSemiBd';
}

.metfrim-accrodion-area h4 i,
.metfrim-accrodion-area h4 svg {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
}

.metfrim-accrodion-area h4 .fa-minus {
    display: none;
}

.metfrim-accrodion-area.active h4 .fa-minus {
    display: block;
}

.metfrim-accrodion-area.active h4 .fa-plus {
    display: none;
}

.metfrim-accrodion-area ul {}

.metfrim-accrodion-area ul li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D8D8D8;
    font-size: 12px;
    padding: 5px 10px;
    align-items: center;
}

.metfrim-accrodion-area ul li div {
    width: 80%;
}

.metfrim-accrodion-area ul li div:first-child {
    width: 100px;
}

.metfrim-accrodion-area ul li big {
    font-size: 16px;
}

.dr-rcrd-area .dr-rcrd-title h3 img.ptnt-chat-icon {
    margin-top: -4px;
}

.dr-list-descptn img.msg-text-pic-area,
.ptnt-msg-area img.msg-text-pic-area {
    width: 60px;
    height: 60px;
    object-fit: cover;
    display: block;
    padding: 2px;
    background: rgba(100, 100, 100, 0.15);
    border: 1px solid #ccc;
    margin: 7px 7px 0 0;
}

.menu-for-mob,
.mob-menubar {
    display: none;
    color: #000 !important;
}

/**************** Patient Message ********************/

.ptnt-msg-head-area {
    color: #ACACAC;
    font-size: 16px;
    line-height: 1;
    padding: 10px 0;
    border-bottom: 1px solid #D8D8D8;
}

.ptnt-msg-area ul {
    padding-bottom: 30px;
    min-height: 80%;
}

.ptnt-msg-area ul li {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    color: #4E4E4E;
    position: relative;
    ;
    border-bottom: 1px solid #D8D8D8;
    padding: 15px 0 5px;
}

.ptnt-msg-area ul li .ptnt-msg-list-pic {
    width: 41px;
    height: auto;
}

.ptnt-msg-area ul li figure img {
    width: 41px;
    height: 41px;
    object-fit: cover;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.ptnt-msg-list-descptn {
    width: -webkit-calc(100% - 41px);
    width: calc(100% - 41px);
    padding: 0 10px;
}

.ptnt-msg-area ul li h4,
.ptnt-msg-area ul li h4 a {
    font-size: 18px;
    color: #4E4E4E;
    text-decoration: none !important;
}

.ptnt-msg-area ul li h4 {
    padding-right: 60px;
    line-height: 1;
}

.ptnt-msg-action {
    position: absolute;
    top: 8px;
    right: 0;
    color: #ACACAC;
    font-size: 16px;
}

.ptnt-msg-submit-area {
    margin: 15px 0;
    position: relative;
    background: #fff;
}

.ptnt-msg-submit-area textarea {
    resize: none;
    outline: 0;
    border: 0 !important;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
    padding-right: 130px;
}

.ptnt-msg-submit-area .btn {
    position: absolute;
    top: 10px;
    right: 15px;
}

.ptnt-msg-attach-file {
    position: absolute;
    top: 10px;
    right: 85px;
}

.ptnt-msg-attach-file input[type="file"] {
    opacity: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.ptnt-msg-attach-file i,
.ptnt-msg-attach-file svg {
    position: absolute;
    width: 40px;
    height: 40px;
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.ptnt-msg-area ul li p {
    margin: 0;
    color: #4E4E4E;
    font-size: 16px;
}

.gender-radio-area {}

.gender-radio-area label {
    padding-left: 22px;
    padding-right: 10px;
    position: relative;
}

.gender-radio-area input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #111;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    outline: none;
    position: absolute;
    top: 2px;
    left: 0;
}

.gender-radio-area input[type="radio"]:checked {
    -webkit-box-shadow: 0 0 0 2px #fff inset;
    box-shadow: 0 0 0 2px #fff inset;
    background: #111;
}

.reg-upld-pic input[type="file"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    background: #2E7DEE !important;
    color: #fff;
    width: 150px;
    position: relative;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
    height: 40px;
    outline: 0;
}

.reg-upld-pic input[type="file"]:before {
    content: 'CHOOSE FILE';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #2E7DEE !important;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    outline: 0;
}

.reg-upld-pic img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin: 10px auto 5px;
    padding: 5px;
    border: 1px solid #ccc;
    display: block;
}

.reg-upld-pic #remove {
    width: 50px;
    height: 40px;
    position: relative;
    overflow: hidden;
    margin-right: 10px;
    background: #900;
    color: #fff;
    border: 0;
    outline: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 20px;
    font-weight: bold;
    top: 6px;
    -webkit-appearance: none;
    appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/**************** Patient Message ********************/

.ptnt-msg-attch-file-new {
    position: absolute;
    /*top: 3px; right: 92px; width: 50px; overflow-x: hidden;*/
    right: 92px;
    width: 105px;
    top: 9px;
    text-align: right;
    overflow: hidden;
}

.ptnt-msg-attch-file-new .inner-file {
    position: relative;
}

.ptnt-msg-attch-file-new .inner-file input[type="file"] {
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    background: #fff !important;
    color: #111;
    /*width: 40px;*/
    width: 50px;
    position: relative;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
    height: 40px;
    outline: 0;
}

.ptnt-msg-attch-file-new .inner-file input[type="file"]:before {
    content: "\f0c6";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #fff !important;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    outline: 0;
    font-size: 24px;
}

.ptnt-msg-attch-file-new .inner-file #remove {
    background: red;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    border: 0;
    outline: 0;
}

.ptnt-msg-attch-file-new .inner-file img {
    width: 50px;
    height: 50px;
    padding: 2px;
    background: #fff;
    border: 1px solid #ccc;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

/*.ptnt-msg-attch-file-new .inner-file span{  position: absolute; top: 0; left: 0; }
.ptnt-msg-attch-file-new .inner-file span img{width: 50px; height: 40px; padding: 2px; background: #fff; border: 1px solid #ccc; object-fit: cover;}*/
/**************** 21-10-2020 Shop Page and checkout ***********************/

.shop-page-area {
    background: #fff;
    padding: 30px 0;
}

.shop-page-area .card-naked {
    border: 1px solid #ccc;
    padding: 20px 20px 5px;
}

.shop-page-area .card-naked p del {
    color: #2E7DEE;
}

#post-44 .entry-content {
    width: 100% !important;
}

#post-44 .entry-header h1.entry-title {
    color: #2E7DEE;
    font-size: 36px;
    font-family: 'GibsonSemiBd';
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1300px;
}

#post-44 {
    background: #fff;
}

.checkout-page-frm,
#post-44 .entry-header {
    width: auto !important;
    max-width: 1300px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
}

.checkout-page-frm,
#post-44 .entry-header {
    background: #fff;
    padding: 30px 0;
}

.checkout-page-frm label,
.checkout-page-frm .woocommerce-input-wrapper {
    display: block;
    width: 100%;
}

.checkout-page-frm textarea {
    height: 150px;
    resize: none;
}

.woocommerce-form-coupon-toggle {
    background: #cfcfcf;
    padding: 0 15px;
    width: auto;
}

#post-44 .woocommerce-info {
    margin: 0;
    background: #cfcfcf;
    max-width: 1300px
}



@media screen and (max-width: 575px) {

    .shop-page-area .card-naked {
        padding: 15px;
    }
    div#app_common_modal .app_modal_body{
        max-width: 320px !important;
    }
    div#app_common_modal .app_modal_body .container{
        padding: 10px !important;
    }
}
@media only screen and (max-width: 991px) and (orientation: landscape) {
    div#app_common_modal .app_modal_body{
        max-width: 600px !important;
        max-height: 300px !important;
    }
  }
/**************** 21-10-2020 Shop Page and checkout ***********************/

.wrap {
    display: -webkit-flex;
    display: flex;
    max-width: 1300px;
    margin: 0 auto;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 15px;
}

form.search-form {
    position: relative;
}

form.search-form input[type="search"],
.single-product form.cart input,
.payment_box input,
#coupon_code,
#post-43 input[type="number"] {
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    /*margin: 0 10px;*/
}

form.search-form input[type="search"]:focus,
.single-product form.cart input:focus,
.payment_box input:focus,
#coupon_code:focus,
#post-43 input[type="number"]:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

form.search-form button.search-submit {
    width: 40px;
    height: 38px;
    font-size: 0;
    position: absolute;
    top: 31px;
    right: 0;
    background: #2E7DEE;
    border: 0;
    outline: 0;
}

form.search-form button.search-submit svg.icon-search {
    width: 30px;
    height: 34px;
    position: absolute;
    top: 0;
    right: 5px;
    color: #fff;
}

.widget {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.widget .widget-title {
    color: #2E7DEE;
}

aside.widget-area,
.site-main {
    padding: 15px;
    background: #fff;
}

.woocommerce-breadcrumb {
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 16px;
}

.woocommerce-breadcrumb a {
    text-decoration: none !important;
    box-shadow: 0 1px 0 #2E7DEE;
    color: #111 !important
}

.woocommerce-breadcrumb a:hover {
    box-shadow: 0 3px 0 #2E7DEE
}

.prdct-dtls-area-new {
    border: 1px solid #eee;
    padding: 15px;
    margin-bottom: 30px;
}

.woocommerce div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary {
    width: 100%;
    float: none;
}

.prdct-dtls-area-new img.wp-post-image {
    margin: auto;
}

.prdct-dtls-area-new .woocommerce-product-gallery {
    margin-bottom: 0;
}

.prd-dscrpthn-area .badge {
    background: #ccc;
}

.prd-dscrpthn-area .badge a {
    text-decoration: none !important;
    color: #111 !important;
}

.prd-dscrpthn-area del,
h1.entry-title {
    color: #2E7DEE;
    font-family: 'GibsonSemiBd';
}

.prd-dscrpthn-area p.price {
    margin-bottom: 15px !important;
    font-size: 18px;
}

.prd-dscrpthn-area p.price ins {
    margin-left: 10px;
}

.prd-dscrpthn-area h2 {
    font-size: 24px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    padding-bottom: 15px;
    font-family: 'GibsonSemiBd';
}

#primary.content-area {
    width: 100%;
}

table.shop_table {
    border-collapse: collapse;
}

.shop_table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

.shop_table th,

.shop_table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.shop_table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.shop_table tbody+tbody {
    border-top: 2px solid #dee2e6;
}

.table-sm th,

.table-sm td {
    padding: 0.3rem;
}

.shop_table {
    border: 1px solid #dee2e6;
}

.shop_table th,

.shop_table td {
    border: 1px solid #dee2e6;
}

.shop_table thead th,

.shop_table thead td {
    border-bottom-width: 2px;
}

.shop_table th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

@media (max-width: 575.98px) {

    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-sm>.table-bordered {
        border: 0;
    }

}

table.shop_table thead {
    display: table-header-group;
}

.woocommerce-checkout-payment button.button,
#post-43 .cart_totals .checkout-button,
.coupon button {
    color: #fff !important;
    background: #2E7DEE !important;
    font-weight: 400;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 2px solid #2E7DEE;
    padding: .375rem .75rem !important;
    font-size: 16px;
    line-height: 1.5;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    outline: none;
    text-decoration: none !important;
}

.woocommerce-checkout-payment button.button:hover,
#post-43 .cart_totals .checkout-button:hover {
    background: #fff !important;
    color: #2E7DEE !important;
}

.woocommerce-checkout-payment .form-row.place-order {
    margin: 10px 0;
}

.woocommerce-notice--success {
    background: #8eff8e;
    color: green;
    border: 1px solid green;
    padding: 10px;
    text-align: center;
}

.woocommerce-order-overview,
.woocommerce-customer-details address {
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.woocommerce-order-overview li {
    padding: 8px;
    border-top: 1px solid #ddd;
}

.woocommerce-order-overview li:first-child {
    border: 0;
}

.woocommerce-order-details h2,
.woocommerce-customer-details h2,
#post-43 .cart-collaterals h2 {
    font-family: 'GibsonSemiBd';
    font-size: 24px;
    margin-bottom: 15px;
}

.woocommerce-customer-details address {
    padding: 8px;
}

#post-43 .woocommerce {
    display: flex;
    justify-content: space-between;
}

#post-43 .entry-content {
    width: 100% !important;
}

#post-43 .woocommerce-cart-form {
    width: 65%;
}

#post-43 .cart-collaterals {
    width: 30%;
}

#post-43 .woocommerce-notices-wrapper {
    display: none;
}

#post-43 .cart_totals {
    width: 100% !important;
    float: none !important;
}

a.remove {
    border-color: #2E7DEE;
    color: #2E7DEE;
}

a.remove:hover {
    background-color: #2E7DEE;
}

/******************* QUIZ AREA *******************/

.quiz-head-area {
    background: #fff;
    padding: 20px 15px;
    border-bottom: 1px solid rgba(104, 104, 104, 0.2);
    margin-bottom: 20px;
    font-size: 18px;
}

.step-back {
    font-size: 30px;
    position: absolute;
    left: 15px;
    display: block;
    line-height: 1;
    color: #2E7DEE !important;
}

.regstr-new-area {
    padding: 15px;
    background: #fff;
    border: 1px solid rgba(104, 104, 104, 0.2);
    margin-bottom: 20px;
}

ul.left-icon-list {
    display: block;
    margin: 0 0 20px;
}

ul.left-icon-list li {
    position: relative;
    padding: 8px 0 8px 35px;
}

ul.left-icon-list li span {
    position: absolute;
    left: 0;
    top: 8px;
    width: 25px;
    height: auto;
    font-size: 24px;
}

ul.left-icon-list li span img {
    width: 100%;
    height: auto;
}

.regstr-new-area label.style-chckbx,
.quiz-list-area label {
    position: relative;
    padding-left: 30px;
    display: block;
    line-height: 1.2;
}

.regstr-new-area label.style-chckbx input[type="checkbox"],
.quiz-list-area label input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    position: absolute;
    left: 0;
    color: #2E7DEE;
    top: 0px;
}

.regstr-new-area label.style-chckbx input[type="checkbox"]:before,
.quiz-list-area label input[type="checkbox"]:before {
    content: "\f096";
    font-family: FontAwesome;
    font-size: 24px;
    background: white;
    top: -3px;
    position: relative;
    left: -1px;
}

.regstr-new-area label.style-chckbx input[type="checkbox"]:checked:before,
.quiz-list-area label input[type="checkbox"]:checked:before {
    content: "\f14a";
}

#skin-quiz-step-1 .fa-angle-left {
    display: none;
}

.qiiz-step {
    border: 1px solid rgba(104, 104, 104, 0.2);
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
}

.regstr-new-area label a {
    color: #2E7DEE;
}

.check-select-area li {
    padding: 6px 0;
}

.check-select-area li label.style-chckbx input[type="checkbox"] {
    /*top: -5px;*/
    top: -2px;
}

.loading-area {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.8);
}

.loading-area .loader_bg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -75px;
    width: 150px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    /*background: #fff;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-area .fa,
.loading-area svg {
    font-size: 60px;
    line-height: 100px;
}

.loading-area img {
    width: auto;
    max-width: 80%;
    height: auto;
}

.quiz-list-area-radio label {
    position: relative;
    padding-left: 25px;
}

.quiz-list-area-radio label input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    width: 18px;
    height: 18px;
    border: 2px solid #2E7DEE;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 3px;
}

.quiz-list-area-radio label input[type="radio"]:checked {
    background: #2E7DEE;
    -webkit-box-shadow: 0 0 0 2px white inset;
    box-shadow: 0 0 0 2px white inset;
}

.moderate-list-style {
    border: 1px solid #ddd;
}

.moderate-list-style li {
    padding: 8px 8px 8px 40px;
    display: block;
    position: relative;
    border-top: 1px solid #ddd;
}

.moderate-list-style li:first-child {
    border: 0;
}

.moderate-list-style li label {
    display: block;
    position: relative;
}

.moderate-list-style li label input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    width: 18px;
    height: 18px;
    border: 2px solid #2E7DEE;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: -30px;
    top: 50%;
    margin-top: -10px
}

.moderate-list-style li label input[type="radio"]:checked {
    background: #2E7DEE;
    -webkit-box-shadow: 0 0 0 2px white inset;
    box-shadow: 0 0 0 2px white inset;
}

.prvdr-area {
    position: relative;
    padding-left: 50px;
    margin-bottom: 15px;
}

.prvdr-area i,
.prvdr-area svg {
    position: absolute;
    left: 0px;
    font-size: 36px;
    color: #2E7DEE !important;
}

.prvdr-area .alert,
.moderate-list-style .alert {
    text-align: center;
}

.trtmnt-list {
    margin-bottom: 15px;
}

.trtmnt-list li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-top: 1px solid #ddd;
}

.trtmnt-list li:first-child,
.quiz-mmbr-bnfts-area li:first-child {
    border: 0;
}

.trtmnt-list li i,
.trtmnt-list li svg {
    position: absolute;
    left: 0;
    font-size: 30px;
    color: #2E7DEE !important;
}

.quiz-mmbr-bnfts-area li {
    position: relative;
    padding-left: 60px;
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

.quiz-mmbr-bnfts-area li i,
.quiz-mmbr-bnfts-area li svg {
    font-size: 40px;
    position: absolute;
    left: 0;
    top: 12px;
    color: #2E7DEE !important;
    width: 55px;
    text-align: center;
}

.quiz-mmbr-bnfts-area li h4,
.moderate-list-style del {
    color: #2E7DEE !important;
}

.quiz-list-area li {
    padding: 4px 0;
}

/******************* QUIZ AREA *******************/

.dr-msg-tab2 .side-active .total-dr-dtls-h-s {
    display: none;
}

.dr-msg-tab2.side-active .side-active .total-dr-dtls-h-s {
    display: block;
}

ul.dr-list-area li.dr-lst-pd {
    padding-bottom: 28px;
}

.show-upld-pic {
    position: relative;
    width: 100%;
    max-width: 400px;
    height: 300px;
    margin: 0 auto 10px;
    padding: 5px;
    border: 1px solid #ccc;
    background: #f9f9f9 url('../images/no-pic@2x.png') no-repeat center center;
}

.show-upld-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.take-updld-phto .inner-file input[type="file"] {
    width: 100%;
    display: block;
    overflow: hidden;
    color: transparent !important;
    text-indent: 99999px;
    position: relative;
}

.take-updld-phto .inner-file input[type="file"]:after {
    content: 'Select Photo';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: white;
    z-index: 1;
    text-indent: 0;
    text-align: center;
    line-height: 40px !important;
}

.take-updld-phto .inner-file input[type="file"]:hover:after {
    color: #2E7DEE !important;
}

.help-block {
    font-family: arial !important;
    font-size: 14px !important;
    font-style: italic;
    color: red !important;
    position: absolute;
    left: 4px;
    bottom: -25px;
}

.success-class {
    font-family: arial !important;
    font-size: 12px !important;
    font-style: italic;
    color: green !important;
}

.overflow-hidden {
    overflow: hidden;
}





.show-patient-active {

    opacity: 1;

}

.show-patient-inactive {

    opacity: 0.5;

}





.font-600 {
    font-weight: 600;
}

.text-18 {
    font-size: 18px;
}

.derma-seen-edit-list {
    padding: 0 40px 0 0;
    margin-bottom: 30px;
    position: relative;
}

.derma-seen-edit-list li {
    margin-bottom: 5px;
    color: rgba(0, 0, 0, 0.6);
}

.derma-list-edit-area {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.bordr-btm-2 {
    border-bottom: 2px solid #000;
}



.ampm-area ul li {
    padding-bottom: 10px;
}

.ampm-area ul li input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    outline: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #2E7DEE;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #fff;
    cursor: pointer;
}

.ampm-area ul li input[type="radio"]:checked {
    background: #2E7DEE;
}

.btn-facebook {
    background-color: #4267B2;
    border-color: #4267B2;
    color: #fff !important;
}

.btn-google {
    background-color: #db3236;
    border-color: #db3236;
    color: #fff !important;
}

ul.jurisdiction-list {
    border: 1px solid #ddd;

    display: flex;

    flex-wrap: wrap;
    background: #fff;
}

ul.jurisdiction-list li {
    width: 25%;
    padding: 10px;
    border: 1px solid #ddd;
}

ul.jurisdiction-list li:nth-child(2n+1) {
    background: #f8f8f8;
}

@media screen and (max-width:992px) {

    ul.jurisdiction-list li {
        width: 33.33%;
    }

}

@media screen and (max-width:767px) {

    ul.jurisdiction-list li {
        width: 50%;
    }

}

@media screen and (max-width:480px) {

    ul.jurisdiction-list li {
        width: 100%;
    }

}



/* Doctor Dashboard Patient image css*/

.modal_db {

    z-index: 9999;

}

.back_box {

    height: 97vh;

    max-width: 800px;

}

.modal-open {
    overflow: visible;
    overflow-x: hidden;
}

.modal-content {
    max-height: 100%;
    overflow: auto;
}

.modal-dialog {
    margin: 0.5rem auto;
}

.modal-content_box {

    width: 100%;

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

}

.viewPharmacyModalBody {
    text-align: center;
}

.viewPharma {
    width: 50%;
}

.cross_out {

    outline: none;

}



.head_txt {

    font-family: 'GibsonSemiBd';

    font-size: 24px;

    color: #000;

    border-bottom: 1px solid #2E7DEE;

    padding-top: 20px;

    padding-bottom: 10px;

    margin-bottom: 10px;

    position: relative;

    padding-right: 40px;

}

.modal-header {

    background: #2E7DEE;

    padding: 15px 35px;

    display: -webkit-flex;

    display: flex;

    -webkit-align-items: center;

    align-items: center;

}

.modal_db .modal-body {

    padding: 30px;

}

h4.modal-title.head_ttl {

    color: #fff;

    font-size: 24px;

    font-family: 'GibsonSemiBd';

    margin: 0;

    line-height: 1;

}

.m-tp {

    margin-top: 25px;

}

button.close.cross_out {

    outline: none;

    color: #ffffff;

    opacity: 1;

}

.txt_inner_mdl p {

    line-height: 22px;

    color: #000000;

}

.txt_inner_mdl p:last-child {

    margin-bottom: 0;

}

.zoomContainer {

    z-index: 9999;

}

.no-shadow {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

.scrll-to-top-area {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #2E7DEE;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: 9;
    cursor: pointer;
    font-size: 20px;
    background: #d4e6ff;
    color: #2E7DEE;
}

.dr-p-msg-cht-areaa {
    position: fixed;
    top: 0;
    left: 100px;
    z-index: 1;
    right: 53%;
}

.dr-details-area {
    position: relative;
    z-index: 2;
}

.dr-p-msg-cht-areaa .dr-p-chat-area {
    height: 100vh;
    overflow-y: scroll;
}

.dr-p-msg-cht-areaa .dr-p-chat-area::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #000;
}

.dr-p-msg-cht-areaa .dr-p-chat-area::-webkit-scrollbar {
    width: 5px;
    background-color: #000;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.dr-p-msg-cht-areaa .dr-p-chat-area::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #000;
}

.qck-slct-rdio-list label {
    margin-bottom: 0;
}

.no-after:after {
    display: none;
}

.dr-dshbrd-lst-ord-new,
.dsc-txt-icns-area {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.dr-dshbrd-lst-ord-new div {
    padding: 0 15px 10px 25px;
    margin: 0;
    position: relative;
    font-size: 14px;
}

.dr-dshbrd-lst-ord-new div i,
.dr-dshbrd-lst-ord-new div svg,
.dsc-txt-icns-area i,
.dsc-txt-icns-area svg {
    position: absolute;
    left: 0;
    top: -1px;
    z-index: 1;
    width: 25px;
    text-align: center;
    font-size: 16px;
}

.dsc-txt-icns-area div {
    padding: 0 10px 5px 20px;
    position: relative;
    font-size: 15px;
}

.dsc-txt-icns-area i,
.dsc-txt-icns-area svg {
    font-size: 13px !important;
    position: absolute !important;
    left: 0;
    top: 4px !important;
    z-index: 1;
    width: 20px;
    text-align: center;
    margin: 0 !important;
}

@media screen and (max-width: 767px) {
    .dr-p-msg-cht-areaa {
        display: none !important;
    }
}

@-moz-document url-prefix() {
    .ptnt-msg-attch-file-new .inner-file {
        position: relative;
        display: block;
        cursor: pointer;
    }

    .ptnt-msg-attch-file-new .inner-file:before {
        content: "\f0c6";
        font-family: FontAwesome;
        font-size: 24px;
        line-height: 40px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        text-align: right;
        cursor: pointer;
    }

    .ptnt-msg-attch-file-new .inner-file input[type="file"] {
        opacity: 0;
        overflow: hidden;
    }
}

@media screen and (max-width: 767px) {
    .ptnt-msg-attch-file-new {
        text-align: left;
    }

    .ptnt-msg-attch-file-new .inner-file img {
        left: 55px;
    }
}

@media screen and (min-width: 767px) {
    .full-menu-mobile {
        display: none !important;
    }
}

#zrf-confirm {
    color: #2E7DEE !important;
}


/*=========06-05-2022=========*/
.closed_erx {
    transition: 0.5s;
}

.open_erx {
    width: 100% !important;
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 0;
    transition: 0.5s;
}


.open_erx .primary-cta {
    background-color: #2e7dee !important;
}

ul.prfile-lightbox-gallery li {
    max-width: 170px;
}

iframe#iframe {
    height: 2703px;
    background: #fff;
}

.dashboard-inner {
    margin-top: -8px;
}

/*div#erxbox {
    padding: 20px;
    background: #ffffff;
    position: relative;
}*/

div#erxbox h3 {
    font-family: 'GibsonSemiBd';
    font-size: 24px;
    color: #000;
    border-bottom: 1px solid #2E7DEE;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    padding-right: 40px;
}

.row_div {
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: relative;
}

.six_div {
    width: 33.33%;
    padding: 15px;
}

.six_div ul {
    display: flex;
    flex-wrap: wrap;
}

.six_div ul li {
    background: #e8f1ff;
    position: relative;
    color: #4E4E4E;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 10px 8px 8px 55px;
    min-height: 40px;
    width: 100%;
    margin-right: 15px;
}

.six_div ul li:before {
    content: '/';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    z-index: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2e7dee;
    color: #fff;
    font-weight: bold;
}

table.medicineTable tr td {
    padding: 8px !important;
}

table.medicineTable tr:nth-child(even) {
    background-color: #e8f1ff;
}

table.medicineTable tr th {
    background: #2e7dee;
    color: #fff;
    padding: 8px;
}

table.medicineTable {
    width: 100%;
}

.frm-grop label {
    display: block;
    margin-bottom: 5px;
}

input.frm-cntl {
    width: 100%;
    border: 1px solid #2e7dee;
    margin-bottom: 15px;
    height: 40px;
    padding: 10px 12px;
    outline: none;
}

select.frm-cntl {
    width: 100%;
    border: 1px solid #2e7dee;
    margin-bottom: 15px;
    height: 40px;
    padding: 10px;
    outline: none;
}

textarea.frm-cntl {
    width: 100%;
    border: 1px solid #2e7dee;
    margin-bottom: 15px;
    height: 100px;
    padding: 10px;
    outline: none;
}

.frm-grop {
    width: 100%;
    padding-right: 15px;
}

.two_bxs {
    display: flex;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.two_bxs .frm-grop {
    width: 50%;
    padding-right: 15px;
}

.six_div h4 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700;
}

button.frm_list_sub {
    float: right;
    margin-right: 15px;
    background: #007ef2;
    color: #fff;
    padding: 7px 10px;
    width: 130px;
    border: 2px solid #007ef2;
    transition: 0.5s;
}

button.frm_list_sub {
    float: right;
    margin-right: 15px;
    background: #007ef2;
    color: #fff;
    padding: 7px 10px;
    width: 130px;
    border: 2px solid #007ef2;
    transition: 0.5s;
    cursor: pointer;
}

button.frm_list_sub:hover {
    background: #ffffff;
    color: #007ef2;
    border: 2px solid #007ef2;
    transition: 0.5s;
}

.privacy-container .c1 {
    border-right-style: solid;
    padding: 5pt 5pt 5pt 5pt;
    border-bottom-color: #757575;
    border-top-width: 1pt;
    border-right-width: 1pt;
    border-left-color: #757575;
    vertical-align: top;
    border-right-color: #757575;
    border-left-width: 1pt;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-width: 1pt;
    width: 113.8pt;
    border-top-color: #757575;
    border-bottom-style: solid;
}

.privacy-container .c9,
.privacy-container .c11 {
    border-right-style: solid;
    padding: 5pt 5pt 5pt 5pt;
    border-bottom-color: #757575;
    border-top-width: 1pt;
    border-right-width: 1pt;
    border-left-color: #757575;
    vertical-align: top;
    border-right-color: #757575;
    border-left-width: 1pt;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-width: 1pt;
    border-top-color: #757575;
    border-bottom-style: solid;
}

/*========18-05-2023 style Frontend========*/


h4.med-serch-hd {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    /*padding-top: 15px;*/
}

.srch-compnd {
    height: 50px;
    border-radius: 0px;
    outline: none;
}

div#erxbox .list-main-style .each-med h3 {
    font-size: 18px;
    border: 0px;
    margin-bottom: 0px;
    padding-bottom: 2px;
    width: 100%;
    word-wrap: break-word;
}

.from-wrap-com select.DispenseUnitId.form-control {
    height: 50px;
    border-radius: 0px;
    outline: none;
}

.list-main-style {
    padding-top: 10px;
    margin-top: 10px;
}

.list-main-style ul {
    padding-bottom: 10px;
    margin-bottom: 0px;
    border-bottom: 0px solid #e8f1ff;
    padding-top: 7px;
}

.list-main-style ul li {
    padding-left: 15px;
}

.each-med {
    padding: 10px;
    margin-bottom: 10px;
    background: #f1f6ff78;
}

.each-med:nth-of-type(odd) {
    padding: 10px;
    background-color: #e8f1ff;
}

/*.from-wrap-com:nth-of-type(odd) {
background-color: #e8f1ff;
}*/
/*.list-main-style ul li:nth-of-type(odd) {
    background-color: #e8f1ff;
}*/

/*.box:nth-of-type(even) {
background-color:#fff;
}*/
.list-main-style ul li {
    padding: 5px 5px 5px 40px;
    background: #e8f1ff;
    margin-bottom: 5px;
    position: relative;
    border: 1px solid #2e7dee;
    cursor: pointer;
    font-size: 14px;
    text-transform: capitalize;
}

.dosespot-section {
    width: 25%;
    padding: 15px;
}

.list-main-style ul li:before {
    content: '/';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    z-index: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2e7dee;
    color: #fff;
    font-weight: bold;
}

.med-form {
    padding: 15px;
}

h4.medName {
    font-size: 18px;
    font-weight: 700;
}

.from-wrap-com input.form-control {
    height: 50px;
    border-radius: 0px;
    outline: none;
}

.from-wrap-com input[type="checkbox"] {
    display: block;
    text-align: left;
    width: 30px;
    height: 30px;
    border: 1px solid #ced4da;
    opacity: 0.5;
    outline: none;
}

.from-wrap-com input[type="checkbox"]:checked {
    opacity: 1;
}

.from-wrap-com {
    margin-bottom: 15px;
    position: relative;
}

.med-form {
    padding: 20px 0px 15px;
}

.from-wrap-com label {
    margin-bottom: 5px;
    font-weight: 600;
    display: block;
}

.from-wrap-com textarea.PharmacyNotes {
    width: 100%;
    height: 100px;
    border: 1px solid #ced4da;
    /*border-radius: 5px;*/
}

.checkbox-light {
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.checkbox-light .from-wrap-com {
    width: 50%;
}

button#save-prescription {
    margin-left: auto;
    margin-right: 0px;
    /* text-align: right; */
    display: block;
    width: 200px;
    background: #ffffff;
    border: 0px;
    height: 50px;
    color: #2e7dee;
    font-size: 18px;
    font-weight: 500;
    transition: 0.5s;
    background: #ffffff;
    border: 1px solid #2e7dee;
    color: #2e7dee;
}

button#save-prescription:hover {
    background: #2e7dee;
    border: 1px solid #2e7dee;
    color: #fff;
}

table.medicineTable select.presAction {
    height: 50px;
    border: 1px solid #ced4da;
    border-radius: 0px;
    padding-left: 10px;
}

.from-wrap-com .help-block {
    font-family: arial !important;
    font-size: 14px !important;
    font-style: italic;
    color: red !important;
    position: relative;
    left: 4px;
    bottom: 0;
}

.row-btn-cont {
    width: 100%;
    padding: 15px;
}

a.pharmcy-edit-btn {
    max-width: 250px;
    text-align: center;
    width: 100%;
    background: #ffffff;
    display: flex;
    border: 1px solid #2e7dee;
    height: 50px;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #2e7dee;
    transition: 0.5s;
    text-decoration: none;
    cursor: pointer;
    transition-timing-function: ease-in;

}

a.pharmcy-edit-btn:hover {
    color: #ffffff;
    transition-timing-function: ease-out;
    background: #2e7dee;

}

.address-details {
    width: 30%;
    padding: 15px;
}

.reset-pharma-form {
    width: 70%;
    padding: 15px;
}

.show-reset-pharmacy {
    display: flex;
    padding: 20px 0px;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.six-form-wrap {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
}

.form-grp-wrap {
    padding: 0px 15px;
    margin-bottom: 15px;
    width: 50%;
}

.form-grp-wrap label {
    display: block;
    font-size: 18px;
    font-weight: 500;
}

input.pherma-form-control {
    width: 100%;
    height: 50px;
    border: 1px solid #c9c9c9;
    padding-left: 14px;
    font-family: 'GibsonRegular';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
}

.justfyy-left {
    justify-content: left;
}

.justfyy-left a.pharmcy-edit-btn {
    background: #2e7dee;
    color: #ffffff;
}

.justfyy-left a.pharmcy-edit-btn:hover {
    background: #1d6ac9;
    /*color: #2e7dee;*/
}

/* The container check box */
.contain_check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

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

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.contain_check:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.contain_check input:checked~.checkmark {
    background-color: #2196F3;
}

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

/* Show the checkmark when checked */
.contain_check input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.contain_check .checkmark:after {
    left: 9px;
    top: 5px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

select.pherma-form-control {
    width: 100%;
    height: 50px;
    border: 1px solid #c9c9c9;
    padding-left: 14px;
    font-family: 'GibsonRegular';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    /* color: #000; */
}

.form-grp-wrap.reset_fild_wrp {
    text-align: right;
    display: flex;
    justify-content: end;
}

button.serch_btn-phy {
    max-width: 250px;
    text-align: center;
    width: 100%;
    background: #2e7dee;
    display: flex;
    border: 1px solid #2e7dee;
    height: 50px;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #ffffff;
    transition: 0.5s;
    text-decoration: none;
    cursor: pointer;
    transition-timing-function: ease-in;
    cursor: pointer;
}

button.serch_btn-phy:hover {
    background: #1b62c7;
}

.btnn-serch-wrap {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: end;
    align-items: center;
}

a.close-btn {
    width: 80px;
    height: 50px;
    background: #1a2635;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    margin-left: 15px;
    transition: 0.5s;
}

a.close-btn:hover {
    background: #1c1c1c;
    text-decoration: none;
}

span.icon-add-icon:before {
    content: "X";
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 800 !important;
    font-size: 16px;
    width: 25px;
    height: 25px;
    justify-content: center;
    border-radius: 50%;
    font-family: cursive;
    background: red;
}

.eachPharmacy h6 {
    font-size: 20px;
    font-weight: 700;
}

.address-details>h5 {
    font-size: 24px;
    font-weight: 700;
}

.eachPharmacy p {
    margin-bottom: 5px;
    font-size: 16px;
}

.eachPharmacy+p {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 2px solid #2e7dee;
}

.eachPharmacy+p:last-child {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 0px solid #2e7dee;
}

span.icon-add-icon {
    text-align: right;
    float: right;
}

.allPharmacy .form-grp-wrap {
    padding-left: 0px;
    margin-top: 15px;
    margin-bottom: 30px;
    border-bottom: 2px solid #2e7dee;
    width: 100%;
    padding-bottom: 10px;
}

.allPharmacy .form-grp-wrap:last-child {

    margin-top: 15px;
    margin-bottom: 30px;
    border-bottom: 0px solid #2e7dee;
    /*width: 100%;
    padding-bottom: 10px;*/
}

.small-col-3 {
    width: 15%;
}

.table-col-6 {
    width: 60%;
}

div#app_common_modal {
    position: fixed;
    top: 0;
    z-index: 990000;
    left: 0px;
    background: #00000070;
    width: 100%;
    height: 100%;
}

div#app_common_modal .app_modal_body {
    max-width: 600px;
    width: 100%;
    margin: 0px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    padding: 20px;
    max-height: 400px;
    height: 100%;
}

div#app_common_modal .app_modal_body iframe {
    word-break: 100%;
    width: 100%;
    height: 100%;
}

a#app_common_modal_close {
    position: absolute;
    right: -6px;
    top: -8px;
    background: #000000;
    color: #ffffff;
    width: 22px;
    height: 22px;
    /* text-align: center; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 900;
    line-height: normal;
}

/* 24-08-2023 MDI message box - url /message */

.messageBox {
    margin-bottom: 20px;
}

.supportMessage {
    float: left;
    background: lightblue;
    border: 1px solid;
    padding: 5px 10px;
    width: 40%;
    margin-left: 10%;
    border-radius: 15px;
    border: aliceblue;
}

.patientMessage {
    float: right;
    background: lightcoral;
    border: 1px solid;
    padding: 5px 10px;
    width: 40%;
    margin-right: 10%;
    border-radius: 15px;
    border: aliceblue;
}

.clearfix {
    clear: both;
    padding-bottom: 20px;
}

#patient_message {
    width: 50%;
    height: 150px;
    border-radius: 10px;
    padding: 10px 20px;
}

#sendMessage {
    display: block;
    margin-left: 50%;
    padding: 10px 50px;
    text-transform: uppercase;
    border-radius: 10px;
    margin: auto;
}

.messageTime {
    float: right;
    margin-bottom: 0;
}



.jconfirm.jconfirm-light.jconfirm-open {
    position: fixed;
    top: 0px;
    /* left: 50%; */
    background: #00000026;
    width: 100%;
    height: 100vh;
    z-index: 99999;
}

.jconfirm-box.jconfirm-hilight-shake.jconfirm-type-red.jconfirm-type-animated {
    background: #ffffff;
    padding: 20px;
    box-shadow: 0px 0px 12px #1c1c1c1a;
}

.jconfirm-buttons button.btn.btn-default {
    background: #0f0f9f;
    color: #ffffff;
    margin-top: 0;
    text-transform: capitalize;
}

.cvv-opener {
    position: relative;
    text-align: left;
    max-width: max-content;
    cursor: default;
}
.cvv-opener .cvv {
    float: none;
}
.cvvLarge {
    position: absolute;
    left: 0;
    top: 100%;
    max-width: 150px;
    z-index: 10;
}

select.form-control {
    color: #939393;
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.required.error, .form-control.error {
	background: #fff url("../images/error-input.png") no-repeat 99.5% center !important;
  	border-color: orange !important;
    color: #939393 !important;
} 
.required.valid, .form-control.valid {
	background: #fff url("../images/tick-input.png") no-repeat 99.5% center !important;
  	border-color: green !important;
    color: #000 !important; 
}

.ftr-txt2 {
    text-transform: capitalize;
}

.label-checkbox.frm-flds_addres_ble {
    display: flex;
    align-items: flex-start;
}
.label-checkbox.frm-flds_addres_ble input {
    margin: 2px 5px 0 0;
    width: 18px;
    height: 18px;
}

.dashboard-content {
    padding-top: 15px;
}

.uploadedPic img {
    max-height: 265px;
}
.videoUploader video {
    height: 265px;
}

@media (max-width: 1199px) {
    .uploadedPic img {
        max-height: 266px;
    }
    .videoUploader video {
        height: 266px;
    }
} 
@media (max-width: 991px) {
    .uploadedPic img {
        max-height: 153px;
    }
    .videoUploader video {
        height: 153px;
    }
}    
@media (max-width: 576px) {
    .uploadedPic img {
        max-height: 105px;
    }
    .videoUploader video {
        height: 100px;
    }
}