/* Colors */
/* Fonts */
/* Heading Fonts */
/* mixin */
.btn {
  text-decoration: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  padding: 10px 26px; }

.btn-primary {
  background-color: #db5134;
  color: #ffffff;
  border: none;
  text-transform: uppercase;
  padding: 12px 17px 12px 24px;
  font-size: 12px;
  border-radius: 4px;
  box-shadow: 0px 2px 1px #aaa; }
  .btn-primary:hover {
    background-color: #f86748;
    border-color: #f86748; }
  .btn-primary i {
    vertical-align: sub;
    margin-left: 5px; }

.btn-link {
  padding: 10px 18px; }
  .btn-link:hover {
    color: #cd3f22 !important; }

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #f86748;
  border-color: #f86748; }

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #f86748;
  border-color: #f86748; }

/* Bootstrap Tooltip */
.tooltip.bottom {
  margin-top: 10px; }
  .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fff5d0;
    border-width: 0 10px 10px;
    top: -5px;
    margin-left: -10px; }
.tooltip .tooltip-inner {
  background: #fff5d0;
  border-radius: 0;
  text-align: left;
  box-shadow: 0 3px 7px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 7px 1px rgba(0, 0, 0, 0.2);
  padding: 10px;
  max-width: 270px; }
  .tooltip .tooltip-inner .number-indication {
    background: #db5134;
    color: white;
    font-size: 14px;
    font-family: "Lato-Regular";
    border-radius: 15px;
    padding: 1px 8px;
    display: inline-block; }

/* Overriding the row and column grid system of bootstrap for some places */
.row-no-padding {
  margin-left: 0;
  margin-right: 0; }

.row-no-padding > [class*="col-"] {
  padding-left: 0;
  padding-right: 0; }

/* Overriding the row and column grid system of bootstrap for some places */
.radio {
  margin-bottom: 0; }

.mdnt-modal {
  background: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none; }
  .mdnt-modal .modal-header {
    background: none;
    padding: 8px 0; }
    .mdnt-modal .modal-header .close {
      color: #CCCCCC;
      opacity: 1;
      text-shadow: none;
      vertical-align: middle; }
      .mdnt-modal .modal-header .close span {
        vertical-align: middle; }
      .mdnt-modal .modal-header .close span.text {
        font-size: 14px; }
  .mdnt-modal .modal-body {
    background: #eaeaea;
    padding: 20px 30px 5px; }
    .mdnt-modal .modal-body .modal-sm-title {
      margin-top: 0;
      font-size: 16px; }
      .mdnt-modal .modal-body .modal-sm-title small {
        font-size: 14px;
        color: #666666;
        display: block;
        font-family: "Lato-Regular"; }
    .mdnt-modal .modal-body p {
      font-size: 16px; }
    .mdnt-modal .modal-body p.success {
      margin-bottom: 0;
      position: relative;
      padding-left: 50px;
      min-height: 41px;
      padding-top: 10px;
      font-size: 16px;
      font-family: "Lato-Black";
      color: #000000;
      line-height: 24px; }
      .mdnt-modal .modal-body p.success .green-tick {
        position: absolute;
        left: 0;
        top: 0; }
  .mdnt-modal .modal-footer {
    background: #eaeaea;
    padding: 0 30px 20px;
    border: none;
    text-align: left; }
    .mdnt-modal .modal-footer .inner {
      padding-top: 10px;
      border-top: 1px solid white; }
  .mdnt-modal.no-footer .modal-body {
    padding-bottom: 20px; }

/* ####### Popover Style ####### */
.popover {
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  background: none;
  margin: 0 !important;
  max-width: none; }
  .popover .arrow {
    display: none; }
  .popover .popover-content {
    padding: 0;
    margin: 0; }

.coordinator-progress {
  position: relative; }
  .coordinator-progress .progress {
    height: 5px;
    margin-bottom: 0;
    margin-right: 35px; }
    .coordinator-progress .progress .progress-bar {
      background-color: #448ccb; }
  .coordinator-progress .doctor-name {
    font-size: 14px; }
  .coordinator-progress .doctor-progress {
    position: absolute;
    right: 0px;
    bottom: -6px;
    font-size: 11px; }

/* ####### Media Queries ####### */
/* top box */
.mm-menu {
  background: #db5134; }

.mm-listview > li > a, .mm-listview > li > span {
  color: #fff; }

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > *, .mm-menu .mm-listview > li .mm-next:after, .mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
  border-color: #fff;
  color: #eee; }

#toast-container > .toast-success {
  background-color: #eaeaea; }
  #toast-container > .toast-success .toast-message {
    color: #1da24f; }

#toast-container > .toast-success {
  color: #1da24f;
  background-image: url("../images/tostersucess.png") !important; }

.toast-close-button {
  color: #333; }

/* custom scrollbar */
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:before {
  content: url("../images/scrollbar.png");
  position: absolute;
  left: 25%;
  right: 25%;
  top: 50%;
  margin-top: -15px; }

.left-space {
  left: 15px !important;
  right: auto !important;
  margin-left: 0px !important;
  width: 575px !important; }

/* Media Queries */
/* ### general ### */
html {
  position: relative;
  min-height: 100%; }

html,
body {
  font-family: "Lato-Regular", Arial;
  font-size: 14px;
  line-height: 20px;
  color: #333333; }

input,
select,
textarea {
  font-family: "Lato-Regular", Arial;
  font-size: 14px; }

body {
  background-color: #eaeaea; }

* {
  outline: none; }

/*::-webkit-scrollbar {
    -webkit-appearance: none;
}*/
input,
button,
select,
textarea {
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0; }

header,
footer,
section,
aside,
nav,
article {
  display: block; }

input[type="text"]::-webkit-input-placeholder {
  text-transform: uppercase; }

input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  text-transform: uppercase; }

input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  text-transform: uppercase; }

input[type="text"]:-ms-input-placeholder {
  text-transform: uppercase; }

.mClose {
  position: absolute;
  right: 10px;
  top: -30px;
  color: #ffffff;
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: normal;
  font-size: 16px;
  font-family: Montserrat-Light; }
  .mClose:hover {
    color: #ffffff;
    opacity: 1;
    filter: alpha(opacity=100); }

/* ### wrapper ### */
#wrapper {
  position: relative;
  display: block;
  width: 100%;
  min-height: 100%; }

/* ### main container ### */
#mainCntr {
  margin: 0 auto;
  width: 100%; }

/* ### header container ### */
#headerCntr {
  position: relative;
  width: 100%; }

/* ### content container ### */
#contentCntr {
  width: 100%; }

/* ### footer container ### */
#footerCntr {
  position: absolute;
  bottom: 0;
  width: 100%; }

.the-medicity {
  width: 110px;
  display: inline-block; }

strong {
  font-family: "Lato-Bold"; }

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

.header-search button.btn-submit,
.headerBox a.why-econnect {
  transition: all 0.4s;
  -webkit-transition: all 0.4s; }

a {
  color: #333333;
  transition: all 0.4s;
  -webkit-transition: all 0.4s; }

a:focus {
  text-decoration: none;
  color: #f04e30; }

a:hover {
  text-decoration: none;
  color: #f04e30; }

.disabled-btn {
  opacity: 0.2;
  cursor: not-allowed;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/*h1 { font-family: $primary-light; font-size: 28px; line-height: 30px; color: $dark-color; margin-top: 0; }*/
h1 strong {
  font-family: "Lato-Semibold"; }

h1 {
  font-family: "Montserrat-Black";
  font-size: 26px;
  line-height: 30px;
  color: #333333;
  margin-top: 0; }

h2 {
  font-family: "Montserrat-Bold";
  font-size: 18px;
  line-height: normal;
  color: #000000; }
  h2 .grey {
    color: #999999; }

h3 {
  font-family: "Lato-Black";
  font-size: 16px;
  line-height: normal;
  color: #000000; }

h4 {
  font-family: "Lato-Regular";
  font-size: 14px;
  line-height: normal;
  color: #333333; }

h5 {
  font-family: "Lato-Regular";
  font-size: 11px;
  line-height: normal;
  color: #999999;
  margin-top: 0; }

p {
  font-family: "Lato-Regular";
  font-size: 14px;
  line-height: 19px;
  color: #333333; }

/*button link*/
.btn-link:focus {
  outline: none; }

.btn:hover {
  text-decoration: none; }

.btn.btn-link {
  font-family: "Lato-Regular";
  font-size: 14px;
  line-height: 19px;
  color: #f04e30;
  text-decoration: none; }

.btn.btn-link:hover {
  color: #333333; }

.link {
  color: #db5134;
  font-family: "Lato-Regular"; }

.btn-outline-link {
  background: transparent;
  border: 2px solid #db5134;
  box-shadow: none;
  padding: 5px 15px 5px 15px;
  color: #db5134; }
  .btn-outline-link i {
    vertical-align: sub; }

.btn.btn-outline-link:hover {
  border: 2px solid #db5134; }
  .btn.btn-outline-link:hover i {
    background-position: -60px -390px; }

.btn-open-link {
  background: transparent;
  border: 1px solid #db5134;
  box-shadow: none;
  border-radius: 4px;
  padding: 5px 15px 5px 15px;
  color: #db5134 !important; }
  .btn-open-link:focus {
    background: transparent;
    border: 1px solid #db5134;
    box-shadow: none;
    border-radius: 4px;
    padding: 5px 15px 5px 15px;
    color: #db5134 !important; }
  .btn-open-link:hover {
    border: 1px solid #db5134;
    background: #db5134;
    color: white !important; }

.block {
  display: block !important; }

.inline-block {
  display: inline-block !important; }

.displayNone {
  display: none; }

.menubar {
  background-image: url("../images/menubar.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 22px;
  position: relative; }

.menubar1 {
  background-image: url("../images/menubar1.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 23px;
  height: 20px;
  position: relative; }

.bottom-15 {
  bottom: 15px !important; }

/* margins */
.mg-b0 {
  margin-bottom: 0px !important; }

.mg-b5 {
  margin-bottom: 5px; }

.mg-b10 {
  margin-bottom: 10px; }

.mg-b15 {
  margin-bottom: 15px; }

.mg-b20 {
  margin-bottom: 20px; }

.mg-b25 {
  margin-bottom: 25px; }

.mg-b30 {
  margin-bottom: 30px; }

.mg-b35 {
  margin-bottom: 35px; }

.mg-b40 {
  margin-bottom: 40px; }

.mg-b50 {
  margin-bottom: 50px; }

.mg-b60 {
  margin-bottom: 60px; }

.mg-b70 {
  margin-bottom: 70px; }

.mg-t0 {
  margin-top: 0px !important; }

.mg-t5 {
  margin-top: 5px; }

.mg-t7 {
  margin-top: 7px; }

.mg-t13 {
  margin-top: 13px; }

.mg-t15 {
  margin-top: 15px; }

.mg-t10 {
  margin-top: 10px; }

.mg-t20 {
  margin-top: 20px; }

.mg-t25 {
  margin-top: 25px; }

.mg-t30 {
  margin-top: 30px; }

.mg-t35 {
  margin-top: 35px; }

.mg-t40 {
  margin-top: 40px; }

.mg-t50 {
  margin-top: 50px; }

.mg-t60 {
  margin-top: 60px; }

.mg-t70 {
  margin-top: 70px; }

.mg-r0 {
  margin-right: 0px; }

.mg-r5 {
  margin-right: 5px; }

.mg-r10 {
  margin-right: 10px; }

.mg-r15 {
  margin-right: 15px; }

.mg-r20 {
  margin-right: 20px; }

.mg-l0 {
  margin-left: 0px; }

.mg-l5 {
  margin-left: 5px; }

.mg-l10 {
  margin-left: 10px; }

.mg-l15 {
  margin-left: 15px; }

.mg-l20 {
  margin-left: 20px; }

.mg-l30 {
  margin-left: 30px; }

.mg-l40 {
  margin-left: 40px; }

/* paddings */
.no-padding {
  padding: 0px !important; }

.pd-b0 {
  padding-bottom: 0px !important; }

.pd-b10 {
  padding-bottom: 10px; }

.pd-b20 {
  padding-bottom: 20px; }

.pd-b30 {
  padding-bottom: 30px; }

.pd-b40 {
  padding-bottom: 40px; }

.pd-b50 {
  padding-bottom: 50px; }

.pd-b60 {
  padding-bottom: 60px; }

.pd-b70 {
  padding-bottom: 70px; }

.pd-t0 {
  padding-top: 0px !important; }

.pd-t5 {
  padding-top: 5px !important; }

.pd-t10 {
  padding-top: 10px !important; }

.pd-t13 {
  padding-top: 13px !important; }

.pd-t15 {
  padding-top: 15px !important; }

.pd-t20 {
  padding-top: 20px !important; }

.pd-t30 {
  padding-top: 30px; }

.pd-t40 {
  padding-top: 40px; }

.pd-t50 {
  padding-top: 50px; }

.pd-t60 {
  padding-top: 60px; }

.pd-t70 {
  padding-top: 70px; }

.pd-t80 {
  padding-top: 80px; }

.pd-l0 {
  padding-left: 0px !important; }

.pd-l20 {
  padding-left: 20px !important; }

.pd-l45 {
  padding-left: 45px !important; }

.pd-r45 {
  padding-right: 45px !important; }

.pd-r3 {
  padding-right: 3px !important; }

.pd-r10 {
  padding-right: 10px; }

.pd-all0 {
  padding: 0px !important; }

.pd-all10 {
  padding: 10px !important; }

/* background colors */
.secondary-bg {
  background-color: #666666; }

.light-bg {
  background-color: #ffffff; }

.primary-bg {
  background-color: #f04e30; }

.tertiary-bg {
  background-color: #333333; }

.quaternary-bg {
  background-color: #6e7376; }

.quinary-bg {
  background-color: #db5134; }

.senary-bg {
  background-color: #fff5d0; }

.septenary-bg {
  background-color: #f2ecd6; }

.octonary-bg {
  background-color: #6f6f6f; }

/* colors */
.primary-color {
  color: #f04e30 !important; }

.primary-color2 {
  color: #db5134 !important; }

.primary-color-hover {
  color: #cd3f22 !important; }

.secondary-color {
  color: #666666 !important; }

.tertiary-color {
  color: #333333 !important; }

.quaternary-color {
  color: #6e7376 !important; }

.quinary-color {
  color: #db5134 !important; }

.senary-color {
  color: #fff5d0 !important; }

.septenary-color {
  color: #f2ecd6 !important; }

.octonary-color {
  color: #6f6f6f !important; }

.seperator {
  margin: 10px 0;
  height: 1px;
  width: 100%;
  background: #fff;
  display: block; }

.border-img-l-r {
  width: 100%;
  position: relative; }
  .border-img-l-r:before {
    content: '';
    left: -15px;
    top: 0px;
    width: 15px;
    height: 100%;
    position: absolute;
    background-image: url("../images/patern.jpg");
    background-repeat: repeat; }
  .border-img-l-r:after {
    content: '';
    right: -15px;
    top: 0px;
    width: 15px;
    height: 100%;
    position: absolute;
    background-image: url("../images/patern.jpg");
    background-repeat: repeat; }

.eopd-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 1000; }

.overlay {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 1000; }

.white-overlay {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 999;
  cursor: not-allowed; }

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

.loaderbox {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 999;
  top: 0px; }
  .loaderbox .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -45px;
    margin-top: -45px;
    background: transparent url("../images/spinner.gif") no-repeat center center;
    background-size: cover;
    height: 60px;
    width: 60px; }
  .loaderbox .loaderText {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -119px;
    margin-top: 18px;
    color: #db5134; }

.loaderboxFullPage {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 999;
  top: 0px;
  left: 0; }
  .loaderboxFullPage .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -45px;
    margin-top: -45px;
    background: transparent url("../images/spinner.gif") no-repeat center center;
    background-size: cover;
    height: 60px;
    width: 60px; }

.max-cell-width {
  max-width: 150px;
  vertical-align: middle;
  display: inline-block; }

.loadmore a.load {
  color: #db5134; }
  .loadmore a.load .fa {
    font-size: 21px;
    vertical-align: middle; }

.maxheight {
  max-height: 500px; }

.termCondition {
  font-size: 12px;
  line-height: 18px; }
  .termCondition h3 {
    font-size: 20px;
    color: #db5134; }
  .termCondition p {
    padding-bottom: 15px;
    margin: 0;
    font-size: 12px;
    line-height: 18px; }
  .termCondition .termConditionList ul {
    padding-left: 20px;
    padding-bottom: 15px;
    padding-top: 15px; }
    .termCondition .termConditionList ul li {
      list-style: circle;
      padding-bottom: 5px; }

.preferredBox .box {
  padding: 5px;
  width: 24.5%;
  float: left;
  background: #fff;
  margin: 0 .3%; }
  .preferredBox .box.boxList {
    width: 49%; }
.preferredBox .onerow-date .preferredInput {
  width: 24.5%; }
  .preferredBox .onerow-date .preferredInput:first-child {
    border-right: 1px solid #ccc; }
  .preferredBox .onerow-date .preferredInput:last-child {
    border-left: 1px solid #ccc; }
.preferredBox .preferredLabel {
  display: block; }

/*Buttons*/
.mdnta-btn {
  display: inline-block;
  width: auto;
  height: 31px;
  line-height: 20px;
  text-align: center;
  padding: 5px 30px;
  border: 1px solid #db5134;
  color: #db5134;
  border-radius: 3px;
  font-size: 12px;
  background: none; }
  .mdnta-btn:hover {
    border-color: #e06e56;
    color: #ffffff !important;
    background-color: #db5134; }
    .mdnta-btn:hover .icon-printer {
      background-position: -160px -20px !important; }
    .mdnta-btn:hover .icon.icon-15.plus {
      background-position: -330px -690px; }

.mdnta-btn1 {
  display: inline-block;
  width: auto;
  height: 31px;
  line-height: 20px;
  text-align: center;
  padding: 5px 30px;
  border: 1px solid #db5134;
  color: #ffffff !important;
  border-radius: 3px;
  font-size: 12px;
  background: #de5e41;
  background: -moz-linear-gradient(top, #de5e41 0%, #d5462c 100%);
  background: -webkit-linear-gradient(top, #de5e41 0%, #d5462c 100%);
  background: linear-gradient(to bottom, #de5e41 0%, #d5462c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2', GradientType=0); }
  .mdnta-btn1:hover {
    background: #d5462c;
    background: -moz-linear-gradient(top, #d5462c 0%, #de5e41 100%);
    background: -webkit-linear-gradient(top, #d5462c 0%, #de5e41 100%);
    background: linear-gradient(to bottom, #d5462c 0%, #de5e41 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2', GradientType=0); }

.appointmentBtn {
  display: inline-block;
  width: auto;
  height: 34px;
  line-height: 22px;
  text-align: center;
  padding: 6px 20px;
  border: 1px solid #db5134;
  color: #ffffff;
  border-radius: 4px;
  font: 14px "Montserrat-Light";
  background: #de5e41;
  background: -moz-linear-gradient(top, #de5e41 0%, #d5462c 100%);
  background: -webkit-linear-gradient(top, #de5e41 0%, #d5462c 100%);
  background: linear-gradient(to bottom, #de5e41 0%, #d5462c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2', GradientType=0); }
  .appointmentBtn:hover, .appointmentBtn:focus {
    background: #d5462c;
    background: -moz-linear-gradient(top, #d5462c 0%, #de5e41 100%);
    background: -webkit-linear-gradient(top, #d5462c 0%, #de5e41 100%);
    background: linear-gradient(to bottom, #d5462c 0%, #de5e41 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2', GradientType=0);
    color: #ffffff; }
  .appointmentBtn.whiteBg {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2', GradientType=0);
    color: #d5462c; }
    .appointmentBtn.whiteBg:hover, .appointmentBtn.whiteBg:focus {
      background: #e0e0e0;
      background: -moz-linear-gradient(top, #e0e0e0 0%, #ffffff 100%);
      background: -webkit-linear-gradient(top, #e0e0e0 0%, #ffffff 100%);
      background: linear-gradient(to bottom, #e0e0e0 0%, #ffffff 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2', GradientType=0);
      color: #d5462c; }

.mdnta-btn-link {
  padding: 5px 30px; }

.md-alert {
  background-color: #fff5d0;
  padding: 5px 10px;
  display: inline-block;
  color: #606164; }
  .md-alert.update-alert {
    padding: 18px 15px;
    display: block;
    line-height: 30px; }

/* font color */
.md-gray {
  color: #999999; }

.md-red {
  color: #db5134;
  line-height: 20px; }

.md-green {
  color: #149f48; }

.md-orange {
  color: #ff9966; }

.md-black {
  color: #333333; }

.hidden-date {
  overflow: hidden;
  visibility: hidden;
  height: 0px;
  width: 0px;
  clear: both;
  display: block;
  padding: 0;
  margin-bottom: 0px; }

.form-control[readonly] {
  background-color: #ffffff; }

.bg-white {
  background-color: #ffffff; }

.uib-datepicker-popup table tbody tr td .btn {
  padding: 4px 9px; }

.custom-checkbox {
  display: inline-block;
  background: transparent;
  vertical-align: middle;
  position: relative; }
  .custom-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    cursor: pointer; }
  .custom-checkbox .icon-check {
    display: block;
    height: 15px;
    width: 15px;
    margin-bottom: 0;
    margin-top: 0;
    margin-right: 6px;
    background: url("../images/check-box.png") no-repeat center center;
    background-size: 15px;
    background-position: left top; }
  .custom-checkbox input:checked ~ .icon-check {
    background-position: left bottom;
    background-size: 15px; }

.popup-info.information {
  position: absolute;
  background: #fff5d0;
  padding: 10px 10px 10px 10px;
  display: inline-block;
  z-index: 99;
  box-shadow: 0 3px 7px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 7px 1px rgba(0, 0, 0, 0.2); }
  .popup-info.information .left {
    position: absolute;
    left: 12px;
    top: 10px; }
  .popup-info.information .right {
    float: right;
    width: 100%;
    text-align: left;
    padding-left: 30px; }
    .popup-info.information .right p {
      margin-bottom: 0;
      color: #333333;
      font-size: 14px;
      line-height: 18px; }
  .popup-info.information p {
    margin-bottom: 0;
    color: #666666; }

.field_text {
  color: #333;
  border: 1px solid #ccc;
  padding: 5px 5px 5px 10px;
  line-height: 31px;
  height: 31px;
  font-size: 12px;
  width: 100%;
  outline: none;
  border-radius: 0px; }
  .field_text:focus {
    box-shadow: none;
    border: 1px solid #ccc; }

/* Input field styling for bordered field */
.bordered-input-field {
  background-color: white;
  border: 1px solid #cccccc;
  margin-bottom: 20px;
  padding: 7px 10px; }
  .bordered-input-field.isdField {
    position: relative; }
    .bordered-input-field.isdField .form-control.field {
      padding-left: 55px; }
    .bordered-input-field.isdField .isd {
      position: absolute;
      width: 53px;
      bottom: 6px;
      left: 10px; }
      .bordered-input-field.isdField .isd .field {
        width: 40px;
        display: inline-block;
        border-right: 1px solid #cccccc; }
  .bordered-input-field.bg-none {
    background-color: transparent; }
  .bordered-input-field label {
    padding: 0;
    font-weight: normal;
    color: #333333;
    margin-bottom: 0;
    font-size: 11px; }
  .bordered-input-field .field {
    border: none;
    border-radius: 0;
    padding: 0;
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    height: auto;
    min-height: 20px; }
    .bordered-input-field .field:hover, .bordered-input-field .field:focus {
      box-shadow: none;
      -webkit-box-shadow: none; }
  .bordered-input-field .field.dropdown-field {
    width: 100%;
    display: block;
    position: relative;
    margin: 0 0 0 -10px;
    padding: 0 0 0 10px;
    /*&.consulate-doc{
        padding: 0px 10px;
        margin: 0 -10px;
        width: auto;    
    }
    .consulateinput {
        padding: 0 15px;
    }*/ }
    .bordered-input-field .field.dropdown-field .btn {
      white-space: normal; }
    .bordered-input-field .field.dropdown-field .id-type {
      width: 100%;
      text-align: left;
      padding: 0;
      background: transparent;
      border: none;
      color: #333333;
      outline: none;
      box-shadow: none; }
      .bordered-input-field .field.dropdown-field .id-type span {
        float: right;
        margin-left: 30px; }
    .bordered-input-field .field.dropdown-field.md-datetimepicker ul.dropdown-menu {
      border: 1px solid rgba(0, 0, 0, 0.15);
      height: auto;
      margin: -5px 0 0 0; }
      .bordered-input-field .field.dropdown-field.md-datetimepicker ul.dropdown-menu .datetimepicker {
        width: 100%; }
    .bordered-input-field .field.dropdown-field ul.dropdown-menu {
      border-radius: 0;
      border: none;
      height: 160px;
      width: 100%;
      top: 32px;
      margin: -2px 0 0 0; }
      .bordered-input-field .field.dropdown-field ul.dropdown-menu li {
        position: relative;
        padding: 0 0 0 10px; }
        .bordered-input-field .field.dropdown-field ul.dropdown-menu li a {
          display: block;
          padding: 7px 0;
          border-bottom: 1px solid #eaeaea;
          color: #db5134; }
      .bordered-input-field .field.dropdown-field ul.dropdown-menu.helpfindingFilter {
        height: 120px; }
        .bordered-input-field .field.dropdown-field ul.dropdown-menu.helpfindingFilter li {
          padding: 0 10px; }
          .bordered-input-field .field.dropdown-field ul.dropdown-menu.helpfindingFilter li a {
            padding: 7px 5px; }
    .bordered-input-field .field.dropdown-field .country-symbol {
      display: inline-block;
      padding: 4px 10px 3px 10px;
      background: #ffffff;
      border-right: 1px solid #ccc;
      width: 80px; }
      .bordered-input-field .field.dropdown-field .country-symbol span i.flag {
        vertical-align: sub; }
    .bordered-input-field .field.dropdown-field .date-box {
      display: inline-block;
      float: right;
      width: calc(100% - 90px);
      padding: 0 10px 0 0;
      height: 24px;
      font-size: 14px;
      font-family: "Lato-Regular";
      color: #333; }
    .bordered-input-field .field.dropdown-field.icon-field {
      width: auto;
      padding-right: 30px;
      margin: 0 -10px; }
    .bordered-input-field .field.dropdown-field .icon-calendar {
      position: absolute;
      bottom: 2px;
      right: 8px;
      cursor: pointer; }
    .bordered-input-field .field.dropdown-field .my-caret {
      position: absolute;
      bottom: 2px;
      right: 10px;
      cursor: pointer; }
  .bordered-input-field textarea.field {
    resize: none; }
  .bordered-input-field.phone-field {
    padding: 7px 0 0; }
    .bordered-input-field.phone-field .field.dropdown-field {
      margin: 0 0 0;
      padding: 0; }
    .bordered-input-field.phone-field label {
      padding-left: 10px;
      padding-right: 10px; }
  .bordered-input-field.name-field {
    overflow: hidden;
    padding: 7px 0 0; }
    .bordered-input-field.name-field label {
      padding-left: 10px;
      padding-right: 10px; }
  .bordered-input-field.dob-field {
    padding: 7px 0 0; }
    .bordered-input-field.dob-field label {
      padding-left: 10px;
      padding-right: 10px; }
  .bordered-input-field.gender-field {
    overflow: hidden;
    padding: 7px 0 0; }
    .bordered-input-field.gender-field label {
      padding-left: 10px;
      padding-right: 10px; }
  .bordered-input-field .onerow-date {
    display: inline-block;
    width: 100%;
    float: left; }
    .bordered-input-field .onerow-date .form-control {
      float: left;
      width: 33.3%;
      border-left: 1px solid #eaeaea;
      text-align: center;
      text-transform: uppercase;
      font-family: "Lato-Regular";
      padding: 0 10px;
      height: 27px; }
      .bordered-input-field .onerow-date .form-control:first-child {
        border: none; }
      .bordered-input-field .onerow-date .form-control::-webkit-input-placeholder {
        color: rgba(51, 51, 51, 0.4); }
      .bordered-input-field .onerow-date .form-control:-moz-placeholder {
        color: rgba(51, 51, 51, 0.4); }
      .bordered-input-field .onerow-date .form-control::-moz-placeholder {
        color: rgba(51, 51, 51, 0.4); }
      .bordered-input-field .onerow-date .form-control:-ms-input-placeholder {
        color: rgba(51, 51, 51, 0.4); }
  .bordered-input-field .onerow-name {
    display: inline-block;
    width: 100%;
    float: left;
    padding-top: 1px; }
    .bordered-input-field .onerow-name .form-control {
      float: left;
      width: 50%;
      border-left: 1px solid #eaeaea;
      font-family: "Lato-Regular";
      padding: 0 10px;
      height: 26px; }
      .bordered-input-field .onerow-name .form-control:first-child {
        border: none; }
      .bordered-input-field .onerow-name .form-control::-webkit-input-placeholder {
        color: rgba(51, 51, 51, 0.4); }
      .bordered-input-field .onerow-name .form-control:-moz-placeholder {
        color: rgba(51, 51, 51, 0.4); }
      .bordered-input-field .onerow-name .form-control::-moz-placeholder {
        color: rgba(51, 51, 51, 0.4); }
      .bordered-input-field .onerow-name .form-control:-ms-input-placeholder {
        color: rgba(51, 51, 51, 0.4); }
  .bordered-input-field.error {
    border: 1px solid #db5134; }
    .bordered-input-field.error label {
      background: #fff4f2; }
      .bordered-input-field.error label i {
        vertical-align: sub; }
    .bordered-input-field.error .form-control {
      background: #fff4f2; }
    .bordered-input-field.error .dropdown {
      background: #fff4f2; }
      .bordered-input-field.error .dropdown .country-symbol {
        background: #fff4f2; }
  .bordered-input-field .noBorder {
    border: 0;
    box-shadow: none;
    padding: 0;
    font-size: 14px;
    color: #333; }
  .bordered-input-field .gender {
    margin: 3px 0 4px;
    overflow: hidden; }
    .bordered-input-field .gender .radio {
      margin: 0;
      display: inline-block;
      width: 50%;
      float: left; }
      .bordered-input-field .gender .radio input[type=radio] {
        display: none; }
      .bordered-input-field .gender .radio.male {
        border-right: 1px solid #eaeaea; }
        .bordered-input-field .gender .radio.male label {
          cursor: pointer;
          display: inline-block;
          position: relative;
          padding-left: 35px;
          font-size: 16px;
          margin-bottom: 0; }
          .bordered-input-field .gender .radio.male label:before {
            content: "";
            width: 20px;
            height: 20px;
            position: absolute;
            left: 10px;
            background: url("../images/sprite.png");
            background-repeat: no-repeat;
            background-size: 1000px 1000px;
            background-position: -60px -20px;
            top: 0; }
        .bordered-input-field .gender .radio.male input[type=radio]:checked + label:before {
          background: url("../images/sprite.png");
          background-repeat: no-repeat;
          background-size: 1000px 1000px;
          background-position: -80px -20px; }
      .bordered-input-field .gender .radio.female label {
        cursor: pointer;
        display: inline-block;
        position: relative;
        padding-left: 35px;
        font-size: 16px;
        margin-bottom: 0; }
        .bordered-input-field .gender .radio.female label:before {
          content: "";
          width: 20px;
          height: 20px;
          position: absolute;
          left: 10px;
          background: url("../images/sprite.png");
          background-repeat: no-repeat;
          background-size: 1000px 1000px;
          background-position: -100px -20px;
          top: 0; }
      .bordered-input-field .gender .radio.female input[type=radio]:checked + label:before {
        background: url("../images/sprite.png");
        background-repeat: no-repeat;
        background-size: 1000px 1000px;
        background-position: -120px -20px; }

.gender {
  margin: 0px 0 0px;
  overflow: hidden; }
  .gender .radio {
    margin: 0;
    display: inline-block;
    width: 50%;
    float: left; }
    .gender .radio input[type=radio] {
      display: none; }
    .gender .radio.male {
      border-right: 1px solid #eaeaea; }
      .gender .radio.male label {
        cursor: pointer;
        display: inline-block;
        position: relative;
        padding-left: 35px !important;
        font-size: 16px;
        margin-bottom: 0 !important; }
        .gender .radio.male label:before {
          content: "";
          width: 20px;
          height: 20px;
          position: absolute;
          left: 10px;
          background: url("../images/sprite.png");
          background-repeat: no-repeat;
          background-size: 1000px 1000px;
          background-position: -60px -20px;
          top: 0; }
      .gender .radio.male input[type=radio]:checked + label:before {
        background: url("../images/sprite.png");
        background-repeat: no-repeat;
        background-size: 1000px 1000px;
        background-position: -80px -20px; }
    .gender .radio.female label {
      cursor: pointer;
      display: inline-block;
      position: relative;
      padding-left: 35px !important;
      font-size: 16px;
      margin-bottom: 0 !important; }
      .gender .radio.female label:before {
        content: "";
        width: 20px;
        height: 20px;
        position: absolute;
        left: 10px;
        background: url("../images/sprite.png");
        background-repeat: no-repeat;
        background-size: 1000px 1000px;
        background-position: -100px -20px;
        top: 0; }
    .gender .radio.female input[type=radio]:checked + label:before {
      background: url("../images/sprite.png");
      background-repeat: no-repeat;
      background-size: 1000px 1000px;
      background-position: -120px -20px; }

.custom-radio .radio {
  margin: 0;
  display: inline-block; }
  .custom-radio .radio .option {
    display: inline-block;
    float: left;
    position: relative; }
    .custom-radio .radio .option input[type=radio] {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 2;
      left: 0;
      top: 0;
      margin: 0;
      outline: none;
      opacity: 0; }
    .custom-radio .radio .option label {
      cursor: pointer;
      display: inline-block;
      position: relative;
      padding-left: 35px;
      font-size: 16px;
      margin-bottom: 0;
      z-index: 1; }
      .custom-radio .radio .option label:before {
        content: "";
        width: 20px;
        height: 20px;
        position: absolute;
        left: 10px;
        top: 0;
        border: 1px solid #db5134;
        border-radius: 50%; }
    .custom-radio .radio .option input[type=radio]:checked + label:after {
      content: "";
      width: 12px;
      height: 12px;
      position: absolute;
      left: 14px;
      top: 4px;
      background: #db5134;
      border-radius: 50%; }

.profileimg1 {
  width: 80px;
  height: 80px;
  display: inline-block;
  vertical-align: middle; }
  .profileimg1 img {
    width: 80px;
    border-radius: 50%; }

.profileimg2 {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle; }
  .profileimg2 img {
    width: 40px;
    border-radius: 50%; }

.profileimg3 {
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: middle; }
  .profileimg3 img {
    width: 36px;
    border-radius: 50%; }

.profileimg4 {
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle; }
  .profileimg4 img {
    width: 28px;
    border-radius: 50%; }

.red-tabs ul.nav-tabs {
  width: 100%;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none; }
  .red-tabs ul.nav-tabs li {
    display: block; }
    .red-tabs ul.nav-tabs li a {
      border-radius: 0;
      background: #db5134;
      margin: 0;
      border: 0;
      border-right: 1px solid #c5492f !important;
      font-size: 16px;
      font-family: "Lato-Black";
      color: white;
      padding: 25px 100px;
      border: none;
      display: block;
      border-radius: 0; }
    .red-tabs ul.nav-tabs li.active a {
      background: #c5492f;
      color: white;
      position: relative; }
      .red-tabs ul.nav-tabs li.active a:after {
        content: "";
        border-color: transparent transparent #ffffff;
        border-width: 10px;
        border-style: solid;
        bottom: -1px;
        position: absolute;
        left: 50%;
        margin-left: -10px; }
      .red-tabs ul.nav-tabs li.active a:focus {
        border: none; }
    .red-tabs ul.nav-tabs li.active:hover a {
      border: none; }
.red-tabs .tab-content {
  background: #fbfbfb;
  padding: 50px 100px 40px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); }
.red-tabs .owl-controls {
  margin-top: -15px;
  position: absolute;
  top: 50%;
  width: 100%; }
  .red-tabs .owl-controls .owl-buttons .owl-prev {
    left: 0;
    position: absolute;
    background: none;
    width: 15px;
    height: auto;
    font-size: 0;
    opacity: 1;
    padding: 0;
    margin: 0;
    line-height: 30px; }
    .red-tabs .owl-controls .owl-buttons .owl-prev:before {
      content: "\f104";
      position: absolute;
      width: 100%;
      height: 100%;
      font-family: 'FontAwesome';
      color: white;
      font-size: 30px;
      left: 0;
      top: -1px;
      line-height: 30px;
      text-align: center; }
    .red-tabs .owl-controls .owl-buttons .owl-prev.disabled {
      opacity: 0.5; }
      .red-tabs .owl-controls .owl-buttons .owl-prev.disabled:hover {
        opacity: 0.5; }
  .red-tabs .owl-controls .owl-buttons .owl-next {
    right: 0;
    position: absolute;
    background: none;
    width: 15px;
    height: auto;
    font-size: 0;
    opacity: 1;
    padding: 0;
    margin: 0;
    line-height: 30px; }
    .red-tabs .owl-controls .owl-buttons .owl-next:before {
      content: "\f105";
      position: absolute;
      width: 100%;
      height: 100%;
      font-family: 'FontAwesome';
      color: white;
      font-size: 30px;
      right: 0;
      top: -1px;
      line-height: 30px;
      text-align: center; }
    .red-tabs .owl-controls .owl-buttons .owl-next.disabled {
      opacity: 0.5; }
      .red-tabs .owl-controls .owl-buttons .owl-next.disabled:hover {
        opacity: 0.5; }
.red-tabs .refineBox {
  padding: 15px 15px 30px; }
  .red-tabs .refineBox .filter .type {
    width: 49%;
    margin: 0 0 20px; }

.graphchartArea {
  box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.2);
  padding: 15px;
  margin-bottom: 50px; }
  .graphchartArea img {
    width: 100%; }

.record-table {
  box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.2); }
  .record-table table {
    margin-bottom: 0; }
    .record-table table thead tr th {
      border-bottom: 1px solid #e5e5e5;
      font-size: 11px;
      color: #999999;
      font-family: "Lato-Regular";
      font-weight: normal;
      line-height: 17px;
      padding: 18px 15px 9px; }
    .record-table table tbody tr td {
      font-size: 14px;
      padding: 17px 15px;
      vertical-align: middle;
      border-top: 1px solid #eaeaea; }
      .record-table table tbody tr td .date {
        font-size: 12px;
        line-height: 15px;
        color: #333333; }
        .record-table table tbody tr td .date span {
          display: block;
          color: #999999; }

.icon-search {
  background: url("../images/search-icon.png") no-repeat;
  width: 11px;
  height: 11px;
  display: inline-block;
  vertical-align: middle;
  position: relative; }

/* white block */
.rangedate {
  display: block;
  color: #adadad;
  cursor: pointer;
  position: relative;
  width: 100%;
  padding-right: 30px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  padding: 8px 25px 9px 10px;
  background-color: #ffffff; }
  .rangedate label {
    margin-bottom: 0px;
    color: #999999;
    font-weight: normal;
    display: block; }
  .rangedate p {
    margin-bottom: 0px;
    color: #333333;
    font-weight: normal; }
  .rangedate .dateinput {
    width: 48%; }
  .rangedate .icon-calendar {
    position: absolute;
    right: 5px;
    bottom: 10px; }

/* width range */
.full-width {
  width: 100%; }

.half-width {
  width: 50%; }

.profile-menu {
  position: absolute;
  right: 0px;
  width: 265px;
  background: #ffffff;
  padding: 10px 15px;
  z-index: 9999;
  top: 99%;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  left: auto;
  margin-top: 0px;
  border: 0;
  border-radius: 0; }
  .profile-menu.profile-menu-angle:before {
    position: absolute;
    right: 75px;
    top: -6px;
    background-color: #ffffff;
    width: 15px;
    height: 15px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: '';
    box-shadow: 3px -3px 5px -3px rgba(0, 0, 0, 0.175); }
  .profile-menu .linked {
    display: block; }
  .profile-menu .familyprofile {
    display: block; }
  .profile-menu .profile-dropdown {
    border-bottom: 1px solid #606164;
    float: left;
    width: 100%; }
    .profile-menu .profile-dropdown:last-child {
      border-bottom: 0; }
    .profile-menu .profile-dropdown li {
      background: none;
      width: 100%;
      border-top: 1px solid #eaeaea;
      float: left;
      width: 100%;
      position: relative; }
      .profile-menu .profile-dropdown li:first-child {
        border-top: 0; }
      .profile-menu .profile-dropdown li a {
        display: inline-block;
        color: #db5134;
        line-height: 17px;
        padding: 12px 0;
        vertical-align: middle; }
        .profile-menu .profile-dropdown li a:hover {
          color: #cd3f22; }
      .profile-menu .profile-dropdown li .name {
        color: #db5134; }
      .profile-menu .profile-dropdown li .relation {
        display: block;
        line-height: 12px; }
      .profile-menu .profile-dropdown li .menuitem {
        position: relative;
        padding: 0 0 0 35px; }
        .profile-menu .profile-dropdown li .menuitem .profileimg3 {
          left: 0;
          margin-top: -18px;
          position: absolute;
          top: 50%; }
        .profile-menu .profile-dropdown li .menuitem .profileimg4 {
          left: 0;
          margin-top: -12px;
          position: absolute;
          top: 50%; }
        .profile-menu .profile-dropdown li .menuitem .icon {
          position: absolute;
          left: 8px;
          top: 50%;
          margin-top: -5px; }
  .profile-menu .linked-id {
    position: absolute;
    top: -15px;
    width: 60%;
    right: 0px;
    padding-left: 25px;
    line-height: 12px; }
    .profile-menu .linked-id .icon-id {
      margin-right: 10px;
      margin-top: 5px; }
    .profile-menu .linked-id .medanta-id {
      display: block;
      font-size: 11px;
      color: #999999; }
    .profile-menu .linked-id .id-num {
      display: block;
      font-size: 12px; }
  .profile-menu .loaderbox .loader {
    margin-left: -15px;
    margin-top: -15px;
    height: 30px;
    width: 30px; }

#overbookingPopover {
  background: rgba(0, 0, 0, 0.5); }
  #overbookingPopover .popover-footer {
    background-color: #eaeaea;
    padding: 20px 30px; }

.arrowbordermodal {
  background: url(../images/modal-arrow.png) left bottom repeat-x;
  padding-bottom: 8px; }
  .arrowbordermodal .modal-footer,
  .arrowbordermodal .modal-body {
    background-color: #ffffff; }
  .arrowbordermodal .modal-body h2 {
    margin: 0px; }
  .arrowbordermodal .detail > li {
    border-bottom: 1px solid #eaeaea;
    padding: 18px 0; }
    .arrowbordermodal .detail > li h5 {
      line-height: 16px; }

.date-time li {
  padding: 0 10px;
  border-left: 1px solid #cccccc;
  position: relative;
  display: inline-block; }
  .date-time li:first-child {
    border-left: 0; }
  .date-time li .icon-time,
  .date-time li .icon-schedule {
    position: absolute; }
  .date-time li .ist {
    line-height: 15px;
    padding-left: 20px;
    white-space: nowrap;
    margin-bottom: 0px; }
  .date-time li:first-child {
    padding-left: 0px; }

.tablepagination .pagination > li > a,
.tablepagination .pagination > li > span {
  background-color: transparent;
  border: 0;
  color: #db5134;
  border-radius: 50%;
  height: 35px;
  width: 35px; }
  .tablepagination .pagination > li > a:hover,
  .tablepagination .pagination > li > span:hover {
    background-color: transparent; }
.tablepagination .pagination > li .fa {
  font-size: 21px; }
.tablepagination .pagination > li:first-child a {
  border: 1px solid #db5134;
  /*&:hover{
      color: $secondary-color-hover;
      border:1px solid $secondary-color-hover;
  }*/ }
.tablepagination .pagination > li:last-child a {
  border: 1px solid #db5134;
  /*&:hover{
      color:$secondary-color-hover;
      border:1px solid $secondary-color-hover;
  }*/ }
.tablepagination .pagination .disabled {
  color: #999999 !important;
  border-color: #999999 !important; }
.tablepagination .pagination .active {
  color: #333333;
  border-color: #333333; }

.doctorSearchCtnr .doctor-search-results .slider-controls {
  position: relative; }
  .doctorSearchCtnr .doctor-search-results .slider-controls a.left.carousel-control.disabled .left-arrow-circle {
    background: url("../images/disabled-arrow-left.png") no-repeat center center !important; }
  .doctorSearchCtnr .doctor-search-results .slider-controls a.right.carousel-control.disabled .right-arrow-circle {
    background: url("../images/disabled-arrow-right.png") no-repeat center center !important; }

.coordinatorTable .table-responsive .table {
  border-collapse: inherit;
  margin-bottom: 0px; }
  .coordinatorTable .table-responsive .table thead tr th {
    border-top: 2px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px 12px;
    vertical-align: middle;
    font: 11px "Lato-Regular";
    color: #999999; }
  .coordinatorTable .table-responsive .table tbody tr td {
    vertical-align: middle;
    padding: 15px 12px;
    font: 14px "Lato-Regular";
    line-height: 14px; }
    .coordinatorTable .table-responsive .table tbody tr td:first-child {
      border-left: 1px solid #ddd; }
    .coordinatorTable .table-responsive .table tbody tr td:last-child {
      border-right: 1px solid #ddd; }
    .coordinatorTable .table-responsive .table tbody tr td.action_btn .btn-link:first-child {
      padding-left: 0; }
    .coordinatorTable .table-responsive .table tbody tr td.action_btn .btn-link:last-child {
      padding-right: 0; }
  .coordinatorTable .table-responsive .table tbody tr:last-child td {
    border-bottom: 1px solid #ddd; }
  .coordinatorTable .table-responsive .table tbody tr .patient {
    color: #db5134;
    display: inline-block; }
  .coordinatorTable .table-responsive .table tbody tr .patient-id {
    font-size: 12px;
    color: #999999; }
  .coordinatorTable .table-responsive .table tbody tr .date {
    font: 12px "Lato-Regular"; }
.coordinatorTable .bordered-input-field {
  margin-bottom: 0px; }

.schedule-notification {
  border: 1px solid #db5134;
  border-radius: 15px;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle; }
  .schedule-notification span.icon {
    background: #db5134;
    width: 22px;
    height: 22px;
    text-align: center;
    display: inline-block;
    border-radius: 16px 0 0 16px; }
    .schedule-notification span.icon i {
      float: left;
      margin: 3px 0 0 4px; }
  .schedule-notification span.text {
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    color: #db5134;
    display: inline-block;
    vertical-align: middle; }

.text-icon-15 {
  position: relative;
  padding-left: 25px; }
  .text-icon-15 i.icon {
    position: absolute;
    left: 0;
    margin-top: -7px;
    top: 50%; }

.text-icon-20 {
  position: relative;
  padding-left: 30px;
  line-height: normal; }
  .text-icon-20 i.icon {
    position: absolute;
    left: 0;
    top: 3px; }

.collapsable-field h2 {
  padding-right: 20px;
  position: relative;
  cursor: pointer; }
  .collapsable-field h2 i {
    color: #db5134;
    font-size: 28px;
    position: absolute;
    right: 0;
    line-height: 19px;
    top: 0; }
.collapsable-field h4 {
  padding-right: 20px;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-family: "Lato-Bold"; }
  .collapsable-field h4 i {
    color: #db5134;
    font-size: 28px;
    position: absolute;
    right: 0;
    line-height: 19px;
    top: 0; }
.collapsable-field .collapsable-content {
  padding: 25px 0 15px; }
  .collapsable-field .collapsable-content.teamdoctor {
    padding: 25px 45px 15px; }
    .collapsable-field .collapsable-content.teamdoctor .need-assistance .left-col {
      width: 35%; }
      .collapsable-field .collapsable-content.teamdoctor .need-assistance .left-col .mdnta-btn {
        display: inline-block;
        width: auto; }
    .collapsable-field .collapsable-content.teamdoctor .need-assistance .right-col {
      width: 65%; }

.need-assistance .left-col {
  width: 25%;
  display: inline-block;
  float: left;
  border-right: 1px solid #999999;
  padding-right: 25px;
  position: relative; }
  .need-assistance .left-col .number {
    font-size: 11px;
    color: #999999;
    line-height: 14px;
    margin-top: 20px; }
    .need-assistance .left-col .number span {
      display: block;
      color: #333333;
      font-size: 14px;
      line-height: 20px; }
  .need-assistance .left-col .or {
    font-size: 12px;
    border: 1px solid #999999;
    color: #999999;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 32px;
    position: absolute;
    right: -16px;
    top: 50%;
    margin-top: -16px;
    background-color: white; }
  .need-assistance .left-col .mdnta-btn {
    display: block;
    width: 100%; }
.need-assistance .right-col {
  width: 75%;
  display: inline-block;
  float: left;
  padding-left: 65px; }

.send-msg-textbox {
  border: 1px solid #c2c2c2;
  padding: 5px 45px 10px 10px;
  position: relative;
  background: white; }
  .send-msg-textbox label {
    font-weight: normal;
    display: block;
    vertical-align: top; }
  .send-msg-textbox textarea {
    resize: none;
    width: 100%;
    outline: none; }
  .send-msg-textbox .send-btn {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px; }

.doctor-notes .doctor-header {
  position: relative;
  padding-left: 60px;
  padding-bottom: 10px;
  min-height: 45px;
  border-bottom: 1px solid #c2c2c2; }
  .doctor-notes .doctor-header .profile-pic {
    position: absolute;
    left: 0;
    top: 0;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    overflow: hidden; }
    .doctor-notes .doctor-header .profile-pic img {
      width: 36px;
      height: auto; }
  .doctor-notes .doctor-header h3 {
    margin: 0; }
    .doctor-notes .doctor-header h3 small {
      display: block;
      font-size: 14px;
      color: #999999;
      font-family: "Lato-Regular"; }
      .doctor-notes .doctor-header h3 small span {
        font-family: "Lato-Bold";
        color: #333333; }
.doctor-notes .notes {
  padding-left: 60px;
  padding-top: 20px; }
  .doctor-notes .notes p {
    font-size: 14px;
    color: #333333; }
  .doctor-notes .notes .query {
    background: #f6f6f6;
    border: 1px solid #c2c2c2;
    padding: 10px; }
    .doctor-notes .notes .query .query-header {
      position: relative;
      padding-left: 45px;
      min-height: 45px;
      border-bottom: 1px solid #c2c2c2; }
      .doctor-notes .notes .query .query-header .profile-pic {
        position: absolute;
        left: 0;
        top: 0;
        height: 36px;
        width: 36px;
        border-radius: 50%;
        overflow: hidden; }
        .doctor-notes .notes .query .query-header .profile-pic img {
          width: 36px;
          height: auto; }
      .doctor-notes .notes .query .query-header h3 {
        margin: 0;
        font-size: 14px;
        padding: 8px 0;
        font-weight: normal;
        font-family: "Lato-Bold"; }
    .doctor-notes .notes .query .query-content {
      padding: 10px 45px 30px; }

.table .dash-border td {
  border-top: 1px dashed #a1a1a1;
  border-bottom: 1px dashed #a1a1a1; }
  .table .dash-border td:first-child {
    border-left: 1px dashed #a1a1a1; }
  .table .dash-border td:last-child {
    border-right: 1px dashed #a1a1a1; }
.table .dash-border.primary td {
  border-top: 1px dashed #db5134;
  border-bottom: 1px dashed #db5134 !important; }
  .table .dash-border.primary td:first-child {
    border-left: 1px dashed #db5134 !important; }
  .table .dash-border.primary td:last-child {
    border-right: 1px dashed #db5134 !important; }

/* ReschedulePopover */
[rel="popover"] {
  position: relative; }
  [rel="popover"][aria-describedby]:before {
    content: "";
    border-color: transparent transparent #cccccc;
    border-width: 15px;
    border-style: solid;
    left: 50%;
    bottom: -16px;
    margin-left: -15px;
    position: absolute;
    z-index: 1; }
  [rel="popover"][aria-describedby]:after {
    content: "";
    border-color: transparent transparent white;
    border-width: 15px;
    border-style: solid;
    left: 50%;
    bottom: -17px;
    margin-left: -15px;
    position: absolute;
    z-index: 1061; }
  [rel="popover"].popoverArr:before {
    content: "";
    border-color: transparent transparent #cccccc;
    border-width: 15px;
    border-style: solid;
    left: 50%;
    bottom: -16px;
    margin-left: -15px;
    position: absolute;
    z-index: 1; }
  [rel="popover"].popoverArr:after {
    content: "";
    border-color: transparent transparent white;
    border-width: 15px;
    border-style: solid;
    left: 50%;
    bottom: -17px;
    margin-left: -15px;
    position: absolute;
    z-index: 1061;
    pointer-events: none; }

.reschedule-popover {
  background: white;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding: 30px;
  border: 1px solid #cccccc;
  width: 390px;
  position: relative;
  margin-top: 14px; }
  .reschedule-popover h3 {
    font-size: 16px;
    font-family: "Lato-Black";
    color: #000000;
    margin: 0; }
  .reschedule-popover ul.reason-list li .custom-radio .radio {
    width: 100%;
    vertical-align: middle; }
    .reschedule-popover ul.reason-list li .custom-radio .radio .option {
      width: 100%; }
      .reschedule-popover ul.reason-list li .custom-radio .radio .option label {
        top: 2px;
        font-size: 14px;
        color: #333333;
        margin: 6px 0;
        background: #f1f1f1;
        border-radius: 4px;
        padding: 8px 10px 8px 38px;
        width: 100%;
        opacity: 0.4; }
        .reschedule-popover ul.reason-list li .custom-radio .radio .option label:before {
          top: 8px; }
      .reschedule-popover ul.reason-list li .custom-radio .radio .option input[type="radio"]:checked + label {
        opacity: 1; }
        .reschedule-popover ul.reason-list li .custom-radio .radio .option input[type="radio"]:checked + label:after {
          top: 12px; }
  .reschedule-popover ul.reason-list li.reason-txtField {
    background: none;
    margin-bottom: 10px;
    padding: 6px 0 0 38px;
    position: relative; }
    .reschedule-popover ul.reason-list li.reason-txtField .icon-right-direction {
      position: absolute;
      left: 13px;
      top: 7px; }
    .reschedule-popover ul.reason-list li.reason-txtField .form-control {
      border-radius: 0;
      min-height: 60px; }
      .reschedule-popover ul.reason-list li.reason-txtField .form-control:focus {
        box-shadow: none;
        -webkit-box-shadow: none;
        border-color: #cccccc; }
      .reschedule-popover ul.reason-list li.reason-txtField .form-control.height-auto {
        min-height: auto; }
  .reschedule-popover .popover-footer {
    border-top: 1px solid #f0f0f0;
    padding-top: 20px;
    margin-top: 20px; }
  .reschedule-popover.change-mode .btn-group {
    margin: 10px 0 25px; }
    .reschedule-popover.change-mode .btn-group .btn {
      padding: 8px 11px;
      background: #f5f5f5;
      outline: none; }
      .reschedule-popover.change-mode .btn-group .btn:hover {
        background: #f5f5f5; }
      .reschedule-popover.change-mode .btn-group .btn.active {
        background: #e7f5e8;
        border-color: #079b0f;
        box-shadow: none;
        -webkit-box-shadow: none; }
        .reschedule-popover.change-mode .btn-group .btn.active:hover {
          background: #e7f5e8; }

.failed .fa-times {
  font-size: 21px;
  height: 41px;
  width: 41px;
  border-radius: 50%;
  line-height: 37px;
  text-align: center;
  border: 1px solid #db5134; }

.appointmentCtnr.paymentmsg {
  background: #fdfefe; }

.boxDob {
  position: relative; }
  .boxDob .dob {
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer; }

.textEllipses {
  max-width: 120px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle; }
  .textEllipses.searchEllipses {
    width: 100%;
    display: block;
    max-width: none; }

.alertinfo {
  top: auto;
  bottom: 100%;
  margin-bottom: 7px;
  white-space: nowrap; }

.profilebox-big {
  padding-left: 95px;
  position: relative; }
  .profilebox-big .profileimg1 {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -42px; }

.profilebox-medium {
  padding-left: 55px;
  position: relative; }
  .profilebox-medium .profileimg2 {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -22px; }

.noFound {
  padding: 15px 20px;
  font-size: 11px;
  color: #999999;
  border-bottom: 0;
  text-transform: uppercase; }

.profilebox-small {
  padding-left: 45px;
  position: relative; }
  .profilebox-small .profileimg3 {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -18px; }
  .profilebox-small .profileimg4 {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -14px; }

.upload-file-btn {
  padding-bottom: 20px;
  min-height: 76px; }
  .upload-file-btn label {
    font-size: 11px;
    font-family: "Lato-Regular";
    color: #333333; }
  .upload-file-btn .clickable {
    position: relative;
    color: #999999; }
    .upload-file-btn .clickable input {
      opacity: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: 1;
      cursor: pointer; }
    .upload-file-btn .clickable .mdnta-btn {
      padding: 2px 15px;
      font-size: 12px;
      height: auto;
      margin-right: 10px; }

label.dark-text {
  font-family: "Lato-Bold";
  font-weight: normal;
  line-height: 18px; }
  label.dark-text .custom-checkbox {
    vertical-align: top; }

.input-square {
  border: 1px solid #cccccc;
  border-radius: 0;
  height: 30px;
  padding: 0 2px;
  width: 100%; }
  .input-square:focus {
    border: 1px solid #cccccc;
    box-shadow: none;
    -webkit-box-shadow: none; }

.tablet-table {
  border-collapse: inherit;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #f2f2f2; }
  .tablet-table .table {
    margin-bottom: 12px; }
  .tablet-table th {
    vertical-align: top !important;
    line-height: 25px !important; }
  .tablet-table th,
  .tablet-table td {
    border: none !important;
    padding: 6px !important; }
  .tablet-table .checkbox-cell {
    text-align: center;
    background: #f0f0f0;
    border-radius: 5px;
    padding: 3px 8px 0; }
    .tablet-table .checkbox-cell .custom-checkbox .icon-check {
      margin: 0; }
    .tablet-table .checkbox-cell .custom-checkbox input[type="checkbox"] {
      margin: 0; }

.referrals-checkbox-list ul {
  padding-left: 30px; }
  .referrals-checkbox-list ul li {
    padding-right: 17px;
    padding-left: 0; }
    .referrals-checkbox-list ul li label {
      font-weight: normal;
      padding: 6px 8px 8px 10px;
      background: #f1f1f1;
      border-radius: 4px;
      min-width: 140px; }

.facilitator {
  position: relative;
  line-height: 14px;
  padding: 8px 0px 8px 15px;
  margin-top: 5px;
  height: 44px;
  background-color: #f0f0f0; }
  .facilitator:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 0px;
    height: 0px;
    border-top: 44px solid #f0f0f0;
    border-left: 0px solid transparent;
    border-right: 20px solid transparent; }
  .facilitator .title {
    color: #6a5397;
    font: 11px "Lato-Bold";
    display: block; }
  .facilitator .facilitator-name {
    color: #333333;
    font: 11px "Lato-Regular";
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 150px; }

.reasonConsultation h2 {
  border-bottom: 1px #ffffff; }
.reasonConsultation .reason-abort li {
  margin-bottom: 13px; }
  .reasonConsultation .reason-abort li .custom-radio {
    width: 210px;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 8px 0 3px; }

.notificaion-information {
  position: relative;
  background: #fff5d0;
  padding: 10px 10px 10px 10px;
  display: inline-block; }
  .notificaion-information .left {
    position: absolute;
    left: 12px;
    top: 10px; }
  .notificaion-information .right {
    float: right;
    width: 100%;
    text-align: left;
    padding-left: 30px; }
    .notificaion-information .right p {
      margin-bottom: 0;
      color: #666666; }
  .notificaion-information p {
    margin-bottom: 0;
    color: #666666; }

.badge {
  background: #db5134;
  color: #fff;
  font-size: 14px;
  font-family: "Lato-Regular";
  border-radius: 15px;
  padding: 1px 8px; }

.mdnt-dropdown {
  width: 100%;
  display: block;
  position: relative; }
  .mdnt-dropdown .mdnt-dropdown-type {
    width: 100%;
    text-align: left;
    padding: 10px 0 3px 10px;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    color: #db5134;
    outline: none;
    box-shadow: none; }
    .mdnt-dropdown .mdnt-dropdown-type span {
      float: right;
      margin-left: 30px; }
  .mdnt-dropdown ul.dropdown-menu {
    border-radius: 0;
    border: none;
    height: 160px;
    width: 100%;
    top: 32px; }
    .mdnt-dropdown ul.dropdown-menu li {
      position: relative;
      padding: 0 10px 0 10px; }
      .mdnt-dropdown ul.dropdown-menu li a {
        display: block;
        padding: 7px 0;
        border-bottom: 1px solid #eaeaea;
        color: #db5134; }

.switchMember {
  position: absolute;
  font-size: 10px;
  top: 100%;
  margin-top: -30px;
  left: 8px;
  max-width: 142px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #999; }

.scroll-max-height {
  max-height: 163px;
  overflow: hidden; }

.notActive {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.3; }

.members_list .owl-wrapper {
  margin: 0 auto; }

.updatematertariff {
  padding: 50px 100px; }
  .updatematertariff .bordered-input-field .dropdown-field .icon-search {
    position: absolute;
    bottom: 2px;
    right: 10px;
    cursor: pointer; }

/* Media Queries */
@media only screen and (max-width: 1199px) {
  .red-tabs ul.nav-tabs li a {
    padding: 25px 30px; }
  .red-tabs .tab-content {
    padding: 25px 30px; }

  .need-assistance .left-col {
    width: 35%; }
  .need-assistance .right-col {
    width: 65%; } }
.md-seprator {
  border-bottom: 1px solid #e8e8e8; }

.errorBlock {
  display: block !important; }

/*.customSelect2{
    .form-group {
        position: relative;
        margin-bottom: 0;
        .dropdown {
            background: #ffffff;
            .dropdown-menu {
                width: 100%;
                border-radius: 0;
                border: 0;
                max-height: 230px;
                li{
                    .btn_search {
                        cursor: pointer;
                        position: absolute;
                        right: 10px;
                        top: 10px;
                        width: 20px;
                        height: 20px;
                        background: url(../images/sprite.png);
                        background-repeat: no-repeat;
                        background-size: 1000px 1000px;
                        vertical-align: middle;
                        display: inline-block;
                        text-indent: -9999px;
                        background-position: -140px -0px;
                        margin-bottom: 4px;
                        outline: none;
                    }
                    .field_search {
                        color: #db5134;
                        border: 1px solid #ccc;
                        padding: 5px 34px 5px 10px;
                        line-height: 37px;
                        height: 37px;
                        font-size: 13px;
                        width: 100%;
                        float: left;
                        outline: none; 
                    }
                }
            }
        }
    }
}*/
.numBox {
  display: inline-block;
  width: auto;
  max-width: 30%;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid #ccc;
  margin-right: 13px;
  height: 35px; }

.DaysDropDown {
  display: inline-block;
  width: 61%; }
  .DaysDropDown.btn-group.open .dropdown-toggle {
    box-shadow: none; }
  .DaysDropDown .dropdown-menu {
    width: 100%;
    padding: 10px 15px 0;
    margin-top: -2px;
    border-radius: 0; }
    .DaysDropDown .dropdown-menu li {
      padding: 10px 0;
      border-bottom: 1px solid #ccc; }
      .DaysDropDown .dropdown-menu li:last-child {
        border-bottom: 0; }

.numBtn {
  padding: 5px;
  border-bottom: 1px solid #ccc;
  background: none;
  height: 35px;
  width: 100%; }

.numBtnIcon {
  margin-left: 15px;
  float: right; }

@media only screen and (min-width: 768px) {
  .border-r {
    border-right: 1px solid #d4d4d4; }

  .border-l {
    border-left: 1px solid #d4d4d4; }

  .border-b {
    border-bottom: 1px solid #d4d4d4; }

  .border-t {
    border-top: 1px solid #d4d4d4; } }
@media only screen and (max-width: 991px) {
  .updatematertariff {
    padding: 15px; }

  .collapsable-field .collapsable-content.teamdoctor {
    padding: 25px 0px 15px; }

  .red-tabs ul.nav-tabs .owl-controls .owl-buttons > div {
    top: auto;
    bottom: 100%;
    margin-bottom: -5px; } }
@media only screen and (max-width: 767px) {
  .mg-x-b0 {
    margin-bottom: 0px; }

  .mg-x-b5 {
    margin-bottom: 5px; }

  .mg-x-b10 {
    margin-bottom: 10px; }

  .mg-x-b20 {
    margin-bottom: 20px; }

  .mg-x-b25 {
    margin-bottom: 25px; }

  .mg-x-b30 {
    margin-bottom: 30px; }

  .mg-x-b40 {
    margin-bottom: 40px; }

  .mg-x-b50 {
    margin-bottom: 50px; }

  .mg-x-b60 {
    margin-bottom: 60px; }

  .mg-x-b70 {
    margin-bottom: 70px; }

  .mg-x-t0 {
    margin-top: 0px; }

  .mg-x-t15 {
    margin-top: 15px; }

  .mg-x-t10 {
    margin-top: 10px; }

  .mg-x-t20 {
    margin-top: 20px; }

  .mg-x-t30 {
    margin-top: 30px; }

  .mg-x-t40 {
    margin-top: 40px; }

  .mg-x-t50 {
    margin-top: 50px; }

  .mg-x-t60 {
    margin-top: 60px; }

  .mg-x-t70 {
    margin-top: 70px; }

  .mg-x-l0 {
    margin-left: 0px; }

  .mg-x-l5 {
    margin-left: 5px; }

  .mg-x-l10 {
    margin-left: 10px; }

  .mg-x-l15 {
    margin-left: 15px; }

  .mg-x-l20 {
    margin-left: 20px; }

  .mg-x-l25 {
    margin-left: 25px; }

  .mg-x-r0 {
    margin-right: 0px; }

  .pd-x-r0 {
    padding-right: 0px !important; }

  .red-tabs ul.nav-tabs li a {
    padding: 15px;
    text-align: center;
    font-size: 14px;
    font-family: "Lato-Regular"; }
    .red-tabs ul.nav-tabs li a .icon {
      display: none; }
  .red-tabs ul.nav-tabs .owl-controls .owl-buttons > div {
    top: auto;
    bottom: 100%;
    margin-bottom: -5px; }
  .red-tabs .tab-content {
    padding: 15px; }

  .reschedule-popover {
    width: 310px;
    padding: 15px; }
    .reschedule-popover.change-mode .btn-group .btn {
      padding: 8px; }

  .doctor-notes .notes {
    padding-left: 0;
    padding-top: 10px; }
    .doctor-notes .notes .query .query-content {
      padding: 10px 0 10px; }

  .need-assistance .left-col {
    width: 100%;
    border-right: 0;
    padding-right: 0;
    float: none;
    display: block; }
    .need-assistance .left-col .mdnta-btn {
      width: auto;
      display: inline-block; }
    .need-assistance .left-col .or {
      left: 50%;
      margin-left: -16px;
      margin-top: 0;
      right: auto;
      top: 100%; }
  .need-assistance .right-col {
    width: 100%;
    padding-left: 0;
    float: none;
    display: block;
    border-top: 1px solid #999999;
    margin-top: 16px; }
    .need-assistance .right-col .send-msg-textbox {
      margin-top: 25px; }

  .tablepagination .pagination {
    text-align: center;
    display: block; }
    .tablepagination .pagination > li > a,
    .tablepagination .pagination > li > span {
      float: none; }
    .tablepagination .pagination > li .fa {
      font-size: 30px; }
    .tablepagination .pagination > li:first-child {
      float: left;
      margin-top: -6px; }
      .tablepagination .pagination > li:first-child a {
        border: 0px; }
    .tablepagination .pagination > li:last-child {
      float: right;
      margin-top: -6px; }
      .tablepagination .pagination > li:last-child a {
        border: 0px; }

  .collapsable-field .collapsable-content.teamdoctor {
    padding: 25px 0px 15px; }
    .collapsable-field .collapsable-content.teamdoctor .need-assistance .left-col {
      width: 100%; }
    .collapsable-field .collapsable-content.teamdoctor .need-assistance .right-col {
      width: 100%; } }
@media only screen and (max-width: 600px) {
  .blockMob {
    display: block !important; }

  .mob-fullBtn {
    width: 100% !important; } }
@media only screen and (max-width: 479px) {
  .mg-xs-t0 {
    margin-top: 0px; }

  .mg-xs-t5 {
    margin-top: 5px; }

  .mg-xs-t10 {
    margin-top: 10px; }

  .mg-xs-t15 {
    margin-top: 15px; }

  .mg-xs-t20 {
    margin-top: 20px; }

  .mg-xs-t25 {
    margin-top: 25px; }

  .mg-xs-b0 {
    margin-bottom: 0px; }

  .mg-xs-b5 {
    margin-bottom: 5px; }

  .mg-xs-b10 {
    margin-bottom: 10px; }

  .mg-xs-b15 {
    margin-bottom: 15px; }

  .mg-xs-b20 {
    margin-bottom: 20px; }

  .mg-xs-b25 {
    margin-bottom: 25px; }

  .mg-xs-l0 {
    margin-left: 0px; }

  .mg-xs-l5 {
    margin-left: 5px; }

  .mg-xs-l10 {
    margin-left: 10px; }

  .mg-xs-l15 {
    margin-left: 15px; }

  .mg-xs-l20 {
    margin-left: 20px; }

  .mg-xs-l25 {
    margin-left: 25px; }

  .pd-xs-t0 {
    padding-top: 0px; }

  .pd-xs-t5 {
    padding-top: 5px; }

  .pd-xs-t10 {
    padding-top: 10px; }

  .pd-xs-t15 {
    padding-top: 15px; }

  .pd-xs-t20 {
    padding-top: 20px; }

  .pd-xs-t25 {
    padding-top: 25px; }

  .pd-xs-b0 {
    padding-bottom: 0px; }

  .pd-xs-b5 {
    padding-bottom: 5px; }

  .pd-xs-b10 {
    padding-bottom: 10px; }

  .pd-xs-b15 {
    padding-bottom: 15px; }

  .pd-xs-b20 {
    padding-bottom: 20px; }

  .pd-xs-b25 {
    padding-bottom: 25px; }

  .pd-xs-l0 {
    padding-left: 0 !important; }

  .pd-xs-r0 {
    padding-right: 0 !important; }

  .pd-xs-all0 {
    padding: 0px !important; }

  .mob-full {
    width: 100% !important; }

  .mob-sm-full {
    width: 100% !important; } }
/* icons */
.icon {
  display: inline-block;
  text-indent: -9999px;
  background-image: url("../images/sprite.png");
  background-repeat: no-repeat;
  background-size: 1000px 1000px;
  vertical-align: middle;
  position: relative; }
  .icon.icon-20 {
    width: 20px;
    height: 20px; }
    .icon.icon-20.icon-download {
      background-position: 0 0; }
    .icon.icon-20.icon-arrow {
      background-position: -20px 0; }
    .icon.icon-20.icon-arrow-d {
      background-position: -40px 0; }
    .icon.icon-20.search {
      background-position: -140px 0; }
    .icon.icon-20.icon-printer {
      background-position: -160px 0; }
    .icon.icon-20.icon-send {
      background-position: -180px 0; }
    .icon.icon-20.icon-process {
      background-position: -60px -640px; }
    .icon.icon-20.icon-alert {
      background-position: -80px -620px; }
    .icon.icon-20.icon-completed {
      background-position: -120px -640px; }
    .icon.icon-20.icon-recomendation {
      background-position: -140px -640px; }
    .icon.icon-20.icon-bookAppointment {
      background-position: -160px -640px; }
  .icon.icon-21 {
    width: 21px;
    height: 21px; }
    .icon.icon-21.icon-arrow1 {
      background-position: -21px 0; }
  .icon.icon-25 {
    height: 25px;
    width: 25px; }
    .icon.icon-25.icon-reg-member {
      background-position: -0px -725px; }
    .icon.icon-25.icon-new-member {
      background-position: -25px -725px; }
    .icon.icon-25.icon-b-glucose {
      background-position: -50px -725px; }
    .icon.icon-25.icon-b-pressure {
      background-position: -75px -725px; }
    .icon.icon-25.icon-b-weight {
      background-position: -100px -725px; }
    .icon.icon-25.icon-edit {
      background-position: -125px -725px; }
    .icon.icon-25.icon-right-direction {
      background-position: -150px -725px; }
    .icon.icon-25.icon-morning {
      background-position: -175px -725px; }
    .icon.icon-25.icon-noon {
      background-position: -200px -725px; }
    .icon.icon-25.icon-night {
      background-position: -225px -725px; }
    .icon.icon-25.icon-chat {
      background-position: -250px -725px; }
    .icon.icon-25.icon-phone {
      background-position: -275px -725px; }
    .icon.icon-25.icon-video {
      background-position: -300px -725px; }
    .icon.icon-25.icon-hospital {
      background-position: -325px -725px; }
  .icon.icon-30 {
    height: 30px;
    width: 30px; }
    .icon.icon-30.icon-member-icon {
      background-position: -180px -570px; }
  .icon.icon-90 {
    width: 90px;
    height: 90px; }
    .icon.icon-90.icon-play {
      background-position: 0px -90px; }
      .icon.icon-90.icon-play:hover {
        background-position: -90px -90px; }
  .icon.icon-41 {
    width: 41px;
    height: 41px; }
    .icon.icon-41.green-tick {
      background-position: 0px -41px; }
  .icon.icon-60 {
    width: 60px;
    height: 60px; }
    .icon.icon-60.icon-arrowb-left {
      background-position: 0px -180px; }
      .icon.icon-60.icon-arrowb-left:hover {
        background-position: -60px -180px; }
    .icon.icon-60.icon-arrowb-right {
      background-position: -120px -180px; }
      .icon.icon-60.icon-arrowb-right:hover {
        background-position: -180px -180px; }
  .icon.icon-35 {
    width: 35px;
    height: 35px; }
    .icon.icon-35.left-arrow-circle {
      background-position: -35px -245px; }
      .icon.icon-35.left-arrow-circle:hover {
        background-position: -35px -245px; }
    .icon.icon-35.right-arrow-circle {
      background-position: -105px -245px; }
      .icon.icon-35.right-arrow-circle:hover {
        background-position: -105px -245px; }
  .icon.icon-17 {
    width: 17px;
    height: 17px; }
    .icon.icon-17.green-check {
      background-position: 0px -289px; }
    .icon.icon-17.flag {
      background-position: -34px -288px; }
    .icon.icon-17.mail {
      background-position: -51px -289px; }
    .icon.icon-17.loader {
      background-position: -68px -289px; }
    .icon.icon-17.file {
      background-position: -34px -306px; }
  .icon.icon-24 {
    width: 24px;
    height: 24px; }
    .icon.icon-24.green-check {
      background-position: 0px -312px; }
  .icon.icon-11x17 {
    width: 11px;
    height: 17px; }
    .icon.icon-11x17.mobile {
      background-position: -20px -289px; }
  .icon.icon-48 {
    width: 48px;
    height: 48px; }
    .icon.icon-48.offline {
      background-position: 0px -336px; }
    .icon.icon-48.phone-call {
      background-position: -96px -336px; }
    .icon.icon-48.video-call {
      background-position: -192px -336px; }
    .icon.icon-48.In-person {
      background-position: -288px -336px; }
  .icon.icon-15 {
    width: 15px;
    height: 15px; }
    .icon.icon-15.briefcase {
      background-position: 0px -390px; }
    .icon.icon-15.camera {
      background-position: -15px -390px; }
    .icon.icon-15.camera-red {
      background-position: -315px -675px; }
    .icon.icon-15.illness-red {
      background-position: -255px -675px; }
    .icon.icon-15.symptoms-red {
      background-position: -270px -675px; }
    .icon.icon-15.treatment-red {
      background-position: -285px -675px; }
    .icon.icon-15.speciality-red {
      background-position: -300px -675px; }
    .icon.icon-15.report {
      background-position: -30px -390px; }
    .icon.icon-15.user {
      background-position: -45px -390px; }
    .icon.icon-15.icon-arrow {
      background-position: -60px -390px; }
    .icon.icon-15.upload {
      background-position: -75px -390px; }
    .icon.icon-15.warning {
      background-position: -120px -389px; }
    .icon.icon-15.my-caret {
      background-position: -135px -390px; }
    .icon.icon-15.user-icon {
      background-position: -150px -390px; }
    .icon.icon-15.cake {
      background-position: -165px -390px; }
    .icon.icon-15.MID {
      background-position: -180px -390px; }
    .icon.icon-15.email {
      background-position: -195px -390px; }
    .icon.icon-15.call {
      background-position: -210px -390px; }
    .icon.icon-15.sign-in {
      background-position: -225px -390px; }
    .icon.icon-15.icon-arrow-primary {
      background-position: -240px -390px; }
    .icon.icon-15.close-icon {
      background-position: -255px -390px; }
    .icon.icon-15.icon-filter {
      background-position: -165px -705px; }
    .icon.icon-15.icon-plus {
      background-position: -285px -392px; }
    .icon.icon-15.icon-receipt {
      background-position: -300px -391px; }
    .icon.icon-15.icon-schedule {
      background-position: -315px -390px; }
    .icon.icon-15.icon-search {
      background-position: -345px -390px; }
    .icon.icon-15.chat-icon {
      background-position: 0px -675px; }
    .icon.icon-15.building-icon {
      background-position: -15px -675px; }
    .icon.icon-15.mobile-icon {
      background-position: -240px -675px; }
    .icon.icon-15.plus {
      background-position: -330px -675px; }
  .icon.icon-18 {
    width: 18px;
    height: 18px; }
    .icon.icon-18.light-bulb {
      background-position: 0px -414px; }
  .icon.icon-12 {
    width: 12px;
    height: 12px; }
    .icon.icon-12.info-icon {
      background-position: 0px -24px; }
    .icon.icon-12.warning {
      background-position: -12px -24px; }
    .icon.icon-12.close-icon {
      background-position: -24px -24px; }
  .icon.icon-54 {
    width: 54px;
    height: 54px; }
    .icon.icon-54.case1 {
      background-position: 0px -432px; }
    .icon.icon-54.case2 {
      background-position: -54px -432px; }
    .icon.icon-54.case3 {
      background-position: -108px -432px; }
    .icon.icon-54.case4 {
      background-position: -162px -432px; }
  .icon.icon-29 {
    width: 29px;
    height: 29px; }
    .icon.icon-29.chat-comment {
      background-position: -87px -290px; }
    .icon.icon-29.video-demo {
      background-position: -116px -290px; }
  .icon.icon-55 {
    width: 55px;
    height: 55px; }
    .icon.icon-55.icon-audio-chat {
      background-position: -0px -770px; }
  .icon.icon-offline {
    background-position: 0 -690px;
    height: 15px;
    width: 15px; }
  .icon.icon-inPerson {
    background-position: -15px -690px;
    height: 15px;
    width: 15px; }
  .icon.icon-appoint {
    background-position: -30px -690px;
    height: 15px;
    width: 15px; }
  .icon.icon-repo {
    background-position: -45px -690px;
    height: 15px;
    width: 15px; }
  .icon.icon-pay {
    background-position: -60px -690px;
    height: 15px;
    width: 15px; }
  .icon.icon-lab {
    background-position: -225px -690px;
    height: 15px;
    width: 15px; }
  .icon.icon-members {
    background-position: -75px -690px;
    height: 15px;
    width: 15px; }
  .icon.icon-ph {
    background-position: -90px -690px;
    height: 15px;
    width: 15px; }
  .icon.icon-msg {
    background-position: -105px -690px;
    height: 15px;
    width: 15px; }
  .icon.icon-chgpass {
    background-position: -120px -690px;
    height: 15px;
    width: 15px; }
  .icon.icon-signout {
    background-position: -135px -690px;
    height: 15px;
    width: 15px; }
  .icon.icon-id {
    background-position: -150px -690px;
    height: 15px;
    width: 15px; }
  .icon.icon-refine {
    background-position: -165px -690px;
    height: 15px;
    width: 15px; }
  .icon.icon-calendar {
    background-position: -180px -690px;
    height: 15px;
    width: 15px; }
  .icon.icon-time {
    background-position: -210px -690px;
    height: 15px;
    width: 15px; }
  .icon.icon-schedule {
    background-position: -195px -690px;
    height: 15px;
    width: 15px; }
  .icon.icon-report {
    background-position: 0 -640px;
    height: 20px;
    width: 20px; }
  .icon.icon-package {
    background-position: -20px -640px;
    height: 20px;
    width: 20px; }
  .icon.icon-register {
    background-position: -40px -640px;
    height: 20px;
    width: 20px; }
  .icon.icon-appointment {
    background-position: 0px -570px;
    height: 30px;
    width: 30px; }
  .icon.icon-report1 {
    background-position: -30px -570px;
    height: 30px;
    width: 30px; }
  .icon.icon-posted {
    background-position: -120px -570px;
    height: 30px;
    width: 30px; }
  .icon.icon-reply {
    background-position: -90px -570px;
    height: 30px;
    width: 30px; }
  .icon.icon-account {
    background-position: -60px -570px;
    height: 30px;
    width: 30px; }
  .icon.icon-profile {
    background-position: -150px -570px;
    height: 30px;
    width: 30px; }
  .icon.icon-doctor {
    background-position: 0px -490px;
    height: 35px;
    width: 35px; }
  .icon.icon-contact {
    background-position: -35px -490px;
    height: 35px;
    width: 35px; }
  .icon.icon-more {
    background-position: -70px -490px;
    height: 35px;
    width: 35px; }
  .icon.icon-log {
    background-position: -105px -490px;
    height: 35px;
    width: 35px; }
  .icon.icon-record {
    background-position: -140px -490px;
    height: 35px;
    width: 35px; }

/* Media Queries */
@media only screen and (max-width: 600px) {
  .icon.icon-90.icon-play {
    background-position: 0px -45px;
    background-size: 500px;
    height: 45px;
    width: 45px; }
    .icon.icon-90.icon-play:hover {
      background-position: -45px -45px; } }
/* top box */
a.backto {
  font-family: "Lato-Bold";
  font-size: 14px;
  line-height: 20px;
  color: #f04e30; }

.search-active {
  z-index: 1050; }

.topBox {
  padding: 13px 0 16px;
  border-bottom: 1px solid #d7d8d8;
  background-color: #fdfefe; }
  .topBox .rightmenu {
    width: auto;
    float: right;
    margin-right: -14px; }
    .topBox .rightmenu a.login-user {
      margin-left: 30px; }
    .topBox .rightmenu .accountbox {
      float: right;
      margin-left: 15px; }
      .topBox .rightmenu .accountbox ul li {
        display: inline-block;
        position: relative;
        float: left;
        color: #f04e30;
        /*&:before{
        	content:'/';
        }
        &:first-child{
        	&:before{
        		content:'';
        	}	
        }*/ }
        .topBox .rightmenu .accountbox ul li a {
          margin: 0 10px;
          color: #f04e30; }
    .topBox .rightmenu .queriesbox {
      float: right; }
      .topBox .rightmenu .queriesbox ul {
        margin-bottom: 0; }
        .topBox .rightmenu .queriesbox ul li {
          padding-left: 15px;
          padding-right: 13px;
          background: url(../images/header_border.jpg) no-repeat left top;
          position: relative;
          float: left; }
          .topBox .rightmenu .queriesbox ul li:first-child {
            background: none; }
          .topBox .rightmenu .queriesbox ul li.drop-menu .profile-menu {
            box-shadow: none; }
          .topBox .rightmenu .queriesbox ul li a {
            font-family: "Lato-Regular";
            font-size: 14px;
            color: #666666; }
            .topBox .rightmenu .queriesbox ul li a.user-name {
              min-width: 125px;
              text-align: right; }
            .topBox .rightmenu .queriesbox ul li a i {
              font-size: 18px; }
            .topBox .rightmenu .queriesbox ul li a:hover {
              color: #f04e30; }
          .topBox .rightmenu .queriesbox ul li .login-angle {
            font-size: 20px;
            margin-left: 5px;
            vertical-align: middle;
            color: #e06e56; }
          .topBox .rightmenu .queriesbox ul li .profile-menu {
            position: absolute; }
            .topBox .rightmenu .queriesbox ul li .profile-menu .profile-dropdown li {
              background: none;
              padding: 12px 0; }
              .topBox .rightmenu .queriesbox ul li .profile-menu .profile-dropdown li:first-child {
                border-top: 0; }
              .topBox .rightmenu .queriesbox ul li .profile-menu .profile-dropdown li a {
                display: inline-block;
                color: #db5134; }
                .topBox .rightmenu .queriesbox ul li .profile-menu .profile-dropdown li a:hover {
                  color: #cd3f22; }
              .topBox .rightmenu .queriesbox ul li .profile-menu .profile-dropdown li .familyprofile {
                display: block; }
    .topBox .rightmenu.dashboard {
      margin: -12px 0 -20px; }
      .topBox .rightmenu.dashboard .queriesbox ul li {
        padding-top: 24px;
        padding-bottom: 24px;
        background-color: #ffffff;
        background: url(../images/header_border.jpg) no-repeat left center; }
        .topBox .rightmenu.dashboard .queriesbox ul li.open {
          box-shadow: 0 0 5px 0 #999999;
          background: none;
          background-color: #ffffff;
          z-index: 9999; }
        .topBox .rightmenu.dashboard .queriesbox ul li .profile-dropdown li {
          padding: 12px 0; }
          .topBox .rightmenu.dashboard .queriesbox ul li .profile-dropdown li a {
            padding: 0; }
        .topBox .rightmenu.dashboard .queriesbox ul li:first-child {
          background: none; }
  .topBox a {
    text-decoration: none;
    vertical-align: top;
    display: inline-block; }
  .topBox .search {
    float: left;
    margin-left: 255px;
    width: 360px;
    position: relative;
    margin-top: 9px; }
    .topBox .search > .searchinput {
      width: 100%;
      font-size: 13px;
      font-family: "Lato-Regular";
      background-color: #f6f6f6;
      border-color: transparent;
      box-shadow: none;
      height: 32px; }
    .topBox .search .searchbtn {
      position: absolute;
      right: 7px;
      top: 4px;
      background-color: transparent; }
      .topBox .search .searchbtn i {
        font-size: 12px;
        color: #e06e56; }
    .topBox .search .search-result {
      position: absolute;
      background: white;
      padding: 30px;
      z-index: 1050;
      display: none;
      box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2); }
      .topBox .search .search-result .activity {
        font-size: 12px;
        color: #b2b2b2;
        font-family: "Lato-Bold"; }
      .topBox .search .search-result .activity-list {
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid #606164; }
        .topBox .search .search-result .activity-list li a {
          color: #000000;
          font-size: 14px;
          border-bottom: 1px solid #606164;
          padding: 5px 0; }
          .topBox .search .search-result .activity-list li a .hightlight-text {
            display: inline-block;
            font-family: "Lato-Bold";
            background: #fff5d0; }
        .topBox .search .search-result .activity-list li:last-child a {
          border-bottom: none; }
    .topBox .search.active {
      z-index: 1050; }
      .topBox .search.active .search-result {
        display: block; }

.stickyHeader {
  position: relative;
  width: 100%;
  top: -200px;
  left: 0;
  height: 0;
  overflow: hidden;
  background-color: #ffffff;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: top 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  .stickyHeader.stickyFix {
    z-index: 999;
    position: fixed;
    top: 0;
    height: auto;
    overflow: visible;
    padding: 5px 0;
    		/*-webkit-transition: top 2s;
        	transition: top 2s;
        	-webkit-transition-timing-function: ease-in;
        	transition-timing-function: ease-in;*/ }
  .stickyHeader .stickyLogo img {
    width: 94px; }
  .stickyHeader .headerBox {
    height: auto;
    background: none;
    border: 0px; }
    .stickyHeader .headerBox .header-search {
      width: 100%;
      margin: 0; }
      .stickyHeader .headerBox .header-search .header-search-item {
        margin: 0;
        padding: 0;
        background-color: transparent; }
      .stickyHeader .headerBox .header-search .form-group .form-control {
        font-size: 12px;
        line-height: 26px;
        height: 26px;
        background-color: #efefef;
        border: 0;
        padding: 2px 26px 2px 10px; }
      .stickyHeader .headerBox .header-search .form-group button.btn-submit {
        padding: 0px 0px 0px 0px;
        width: 25px;
        height: 25px;
        background-size: 850px; }
        .stickyHeader .headerBox .header-search .form-group button.btn-submit .icon.icon-21 {
          height: 18px;
          width: 18px; }
          .stickyHeader .headerBox .header-search .form-group button.btn-submit .icon.icon-21.icon-arrow1 {
            background-position: -23px -3px; }
  .stickyHeader .stickyContact .stickyLogin {
    list-style: none;
    padding-top: 5px; }
    .stickyHeader .stickyContact .stickyLogin li {
      display: inline-block;
      border-left: 1px solid #999;
      padding: 0 15px; }
      .stickyHeader .stickyContact .stickyLogin li:first-child {
        border-left: 0; }

.switch-profile {
  position: relative; }
  .switch-profile .profile-menu {
    width: 265px;
    right: -30px;
    top: 40px; }
    .switch-profile .profile-menu:before {
      position: absolute;
      right: 75px;
      top: -6px;
      background-color: #ffffff;
      width: 15px;
      height: 15px;
      transform: rotate(-45deg);
      content: '';
      box-shadow: 3px -3px 5px -3px rgba(0, 0, 0, 0.175); }

.blackCntr {
  background-color: #434343; }
  .blackCntr .headingBox .main-heading {
    text-align: center;
    color: #999999;
    padding: 17px 0 22px;
    text-align: center;
    font: 24px "Lato-Regular";
    margin: 0; }
  .blackCntr .serviceBox {
    background-color: #db5134;
    border-radius: 5px 5px 0 0; }
    .blackCntr .serviceBox .table tr td {
      border-top: 0px;
      text-align: center;
      font: 14px "Lato-Regular";
      padding: 22px 10px 18px;
      border-right: 1px solid #bf4127;
      min-width: 105px;
      position: relative; }
      .blackCntr .serviceBox .table tr td:last-child {
        border-right: 0;
        border-radius: 0 5px 0 0; }
      .blackCntr .serviceBox .table tr td:first-child {
        border-radius: 5px 0px 0 0; }
      .blackCntr .serviceBox .table tr td.open {
        background-color: #c0462d; }
      .blackCntr .serviceBox .table tr td p {
        margin: 0; }
      .blackCntr .serviceBox .table tr td .service-title {
        color: #ffffff;
        display: block; }

.notification {
  background-color: #db5134;
  border-radius: 37%;
  padding: 1px 6px 1px;
  font-size: 10px;
  color: #fff;
  line-height: 10px;
  margin-left: 3px; }

.notification-active:before {
  content: "";
  border-color: transparent transparent #d7d8d8;
  border-style: solid;
  border-width: 10px;
  margin-left: -10px;
  position: absolute;
  left: 50%;
  bottom: 0; }
.notification-active:after {
  content: "";
  border-color: transparent transparent white;
  border-style: solid;
  border-width: 10px;
  margin-left: -10px;
  position: absolute;
  left: 50%;
  bottom: -1px; }

.notification-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 10000; }
  .notification-dropdown .notification-inner {
    background: white;
    padding: 30px 95px;
    box-shadow: 0 4px 8px -1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 4px 8px -1px rgba(0, 0, 0, 0.2); }
    .notification-dropdown .notification-inner h3 {
      margin: 0 0 17px; }
    .notification-dropdown .notification-inner a {
      color: #db5134; }
    .notification-dropdown .notification-inner table tbody tr td {
      padding: 13px 10px;
      vertical-align: middle;
      border-top: 1px solid #e4e4e4; }
      .notification-dropdown .notification-inner table tbody tr td .date {
        color: #333333;
        font-size: 12px; }
        .notification-dropdown .notification-inner table tbody tr td .date span {
          color: #999999; }
      .notification-dropdown .notification-inner table tbody tr td .subject {
        color: #606164;
        font-size: 14px;
        padding: 7px 0 0 50px;
        position: relative;
        min-height: 35px; }
        .notification-dropdown .notification-inner table tbody tr td .subject .profile-pic {
          height: 36px;
          width: 36px;
          overflow-y: hidden;
          border-radius: 50%;
          display: inline-block;
          text-align: center;
          vertical-align: middle;
          margin-right: 20px;
          position: absolute;
          left: 0;
          top: 0; }
          .notification-dropdown .notification-inner table tbody tr td .subject .profile-pic img {
            max-width: 100%; }
    .notification-dropdown .notification-inner table tbody tr:last-child td {
      border-bottom: 1px solid #e4e4e4; }
  .notification-dropdown.active {
    display: block; }

/* Media Queries */
@media only screen and (max-width: 767px) {
  .topBox {
    padding: 15px 0; }
    .topBox .rightmenu {
      margin-top: 10px; }
      .topBox .rightmenu.mob {
        margin-top: 5px; }
        .topBox .rightmenu.mob .appointmentBtn {
          font-size: 12px;
          padding-left: 7px;
          padding-right: 7px;
          height: 31px;
          line-height: 18px; }
      .topBox .rightmenu .accountbox {
        margin-left: 10px;
        border-left: 1px solid #ccc;
        padding-left: 10px;
        position: relative; }
        .topBox .rightmenu .accountbox ul {
          display: none;
          position: absolute;
          right: -3px;
          width: 250px;
          background: #fff;
          z-index: 100;
          border: 1px solid #ccc;
          top: 30px; }
          .topBox .rightmenu .accountbox ul li {
            width: 100%; }
            .topBox .rightmenu .accountbox ul li:before {
              content: ''; }
            .topBox .rightmenu .accountbox ul li a {
              display: block;
              padding: 10px 15px;
              border-bottom: 1px solid #ccc;
              margin: 0; }
          .topBox .rightmenu .accountbox ul:before {
            content: '';
            width: 12px;
            height: 12px;
            background-color: #ffffff;
            position: absolute;
            right: 3px;
            top: -7px;
            border-right: 1px solid #ccc;
            border-top: 1px solid #ccc;
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
      .topBox .rightmenu .queriesbox {
        position: relative; }
        .topBox .rightmenu .queriesbox .voice-contact {
          display: inline-block; }
          .topBox .rightmenu .queriesbox .voice-contact i {
            font-size: 21px;
            color: #666666; }
        .topBox .rightmenu .queriesbox ul {
          display: none;
          position: absolute;
          right: -5px;
          width: 250px;
          background: #fff;
          z-index: 100;
          border: 1px solid #ccc;
          top: 30px; }
          .topBox .rightmenu .queriesbox ul li {
            width: 100%;
            padding: 0;
            background: none; }
            .topBox .rightmenu .queriesbox ul li a {
              display: block;
              padding: 10px 15px;
              border-bottom: 1px solid #ccc;
              margin: 0; }
          .topBox .rightmenu .queriesbox ul:before {
            content: '';
            width: 12px;
            height: 12px;
            background-color: #ffffff;
            position: absolute;
            right: 5px;
            top: -7px;
            border-right: 1px solid #ccc;
            border-top: 1px solid #ccc;
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
      .topBox .rightmenu.dashboard {
        margin: 0px; }

  .mobile-head {
    float: left; }
    .mobile-head .logo img {
      width: 113px; }
    .mobile-head .menuclick {
      margin-top: 7px; }

  .notification-dropdown .notification-inner {
    padding: 15px; } }
@media only screen and (min-width: 768px) {
  .backto {
    display: inline-block;
    margin-top: 12px;
    margin-bottom: 9px; }

  .rightmenu {
    margin-top: 15px; }

  .blackCntr .serviceBox .table tr td {
    width: 20%; }

  .serviceBox .table-responsive {
    overflow: visible;
    min-height: inherit; }
    .serviceBox .table-responsive .table tr td .profile-menu {
      left: 50%;
      right: auto;
      margin-left: -132px; }
      .serviceBox .table-responsive .table tr td .profile-menu:before {
        position: absolute;
        left: 50%;
        top: -6px;
        margin-left: -7px;
        background-color: #ffffff;
        width: 15px;
        height: 15px;
        transform: rotate(-45deg);
        content: '';
        box-shadow: 3px -3px 5px -3px rgba(0, 0, 0, 0.175); }
    .serviceBox .table-responsive .table tr td:last-child .profile-menu {
      left: auto;
      right: 0px;
      margin-left: inherit; }
      .serviceBox .table-responsive .table tr td:last-child .profile-menu:before {
        margin-left: 5px; } }
.headerBox {
  border-top: 1px solid #d8d9d9;
  border-bottom: 1px solid #ffffff;
  position: relative;
  height: 863px;
  background: url("../images/head_search_bg.jpg") no-repeat center center;
  background-size: cover; }
  .headerBox .header-search {
    width: 814px;
    margin: 39px auto 0; }
    .headerBox .header-search .medanta-connect {
      padding: 0 53px 0 52px;
      overflow: hidden;
      text-align: center; }
      .headerBox .header-search .medanta-connect a img {
        width: 188px; }
      .headerBox .header-search .medanta-connect span.meet {
        margin: 13px 0 0 0px;
        display: block;
        font-family: "Montserrat-Black";
        font-size: 38px;
        line-height: 38px;
        padding-bottom: 5px;
        color: #333333;
        text-transform: capitalize; }
    .headerBox .header-search .header-search-item {
      padding: 4px;
      margin-top: 15px;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.1);
      position: relative; }
      .headerBox .header-search .header-search-item.on-overlay-effect {
        z-index: 1010;
        padding: 0; }
      .headerBox .header-search .header-search-item.tab-view {
        padding: 0; }
      .headerBox .header-search .header-search-item .ailment {
        position: absolute;
        top: auto;
        bottom: 100%;
        margin-bottom: 10px;
        left: 30px;
        background: #fff5d0;
        padding: 10px 20px;
        color: #666666;
        font-size: 14px; }
        .headerBox .header-search .header-search-item .ailment:before {
          content: '';
          width: 0;
          height: 0;
          border-left: 7px solid transparent;
          border-right: 7px solid transparent;
          border-top: 7px solid #fff5d0;
          position: absolute;
          bottom: -5px;
          left: 20px; }
      .headerBox .header-search .header-search-item .close-popup {
        position: absolute;
        top: -33px;
        right: 2px;
        font-family: "Lato-Medium";
        color: #afafaf;
        font-size: 14px;
        z-index: 2;
        outline: none;
        background: none; }
        .headerBox .header-search .header-search-item .close-popup i {
          margin-right: 2px; }
    .headerBox .header-search .form-group {
      position: relative;
      margin-bottom: 0; }
      .headerBox .header-search .form-group.tab-group {
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
        z-index: 4; }
      .headerBox .header-search .form-group ul.tab-list {
        margin-left: 0;
        background: #ffffff; }
        .headerBox .header-search .form-group ul.tab-list li {
          padding: 0;
          margin: 0;
          border-left: 1px solid #eaeaea; }
          .headerBox .header-search .form-group ul.tab-list li:first-child {
            border: none; }
          .headerBox .header-search .form-group ul.tab-list li a {
            padding: 14px 5px 16px 14px;
            display: inline-block;
            font-family: "Lato-Light";
            position: relative;
            color: #cd3f22;
            font-size: 16px; }
            .headerBox .header-search .form-group ul.tab-list li a:hover {
              color: #f04e30; }
            .headerBox .header-search .form-group ul.tab-list li a.active {
              color: #aaa; }
            .headerBox .header-search .form-group ul.tab-list li a.active:hover {
              color: #f04e30; }
            .headerBox .header-search .form-group ul.tab-list li a.active:before {
              content: '';
              display: block;
              position: absolute;
              bottom: -5px;
              left: 30px;
              width: 10px;
              height: 10px;
              background: #eaeaea;
              border-right: 1px solid rgba(0, 0, 0, 0.22);
              border-bottom: 1px solid rgba(0, 0, 0, 0.22);
              -ms-transform: rotate(-134deg);
              -o-transform: rotate(-134deg);
              -moz-transform: rotate(-134deg);
              -webkit-transform: rotate(-134deg);
              transform: rotate(-134deg); }
            .headerBox .header-search .form-group ul.tab-list li a i {
              vertical-align: text-bottom;
              margin-right: 0px;
              margin-bottom: 1px; }
      .headerBox .header-search .form-group .form-control {
        border-radius: 0;
        -webkit-border-radius: 0;
        font-family: "Lato-Light";
        font-size: 16px;
        line-height: 20px;
        color: #666666;
        height: 50px;
        padding: 6px 50px 10px 20px; }
        .headerBox .header-search .form-group .form-control:focus {
          border: 1px solid #ccc;
          outline: none; }
      .headerBox .header-search .form-group input[type="text"].form-control::-webkit-input-placeholder {
        color: #db5134; }
      .headerBox .header-search .form-group input[type="text"].form-control:-moz-placeholder {
        /* Firefox 18- */
        color: #db5134; }
      .headerBox .header-search .form-group input[type="text"].form-control::-moz-placeholder {
        /* Firefox 19+ */
        color: #db5134; }
      .headerBox .header-search .form-group input[type="text"].form-control:-ms-input-placeholder {
        color: #db5134; }
      .headerBox .header-search .form-group button.btn-submit {
        padding: 3px 6px 5px 9px;
        border-radius: 0;
        -webkit-border-radius: 0;
        width: 45px;
        height: 50px;
        position: absolute;
        right: 0;
        top: 1px;
        background-color: #db5134; }
        .headerBox .header-search .form-group button.btn-submit.top0 {
          top: 0; }
        .headerBox .header-search .form-group button.btn-submit:hover {
          background-color: #cd3f22; }
        .headerBox .header-search .form-group button.btn-submit.disabled-btn {
          opacity: 0.2;
          cursor: not-allowed;
          -webkit-touch-callout: none;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none; }
      .headerBox .header-search .form-group .dob {
        position: absolute;
        right: 10px;
        top: 5px;
        cursor: pointer; }
  .headerBox .need-help {
    margin-top: 7px; }
    .headerBox .need-help a {
      font-family: "Lato-Regular";
      font-size: 16px;
      color: #333333;
      text-decoration: underline;
      opacity: 0.8; }
      .headerBox .need-help a:hover {
        color: #f04e30; }
  .headerBox a.why-econnect {
    font-family: "Montserrat-Black";
    font-size: 14px;
    line-height: 14px;
    color: #fff5d0;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    margin-left: -235px;
    bottom: 80px;
    width: 470px;
    letter-spacing: 0.2em;
    text-align: center;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    text-decoration: none; }
    .headerBox a.why-econnect i.connect-arrow {
      font-size: 30px; }
    .headerBox a.why-econnect span {
      text-transform: lowercase; }
    .headerBox a.why-econnect:hover {
      color: #f04e30; }
      .headerBox a.why-econnect:hover:before {
        bottom: -29px; }

/* Media Queries */
@media only screen and (max-width: 991px) {
  .headerBox {
    height: 650px; }
    .headerBox .header-search {
      width: 100%; }
      .headerBox .header-search .medanta-connect a img {
        width: 180px; }
      .headerBox .header-search .medanta-connect span.meet {
        font-size: 26px;
        line-height: 28px;
        margin: 10px 0 0 0px;
        width: 100%; } }
@media only screen and (max-width: 767px) {
  .headerBox {
    height: 500px; }
    .headerBox .header-search {
      width: 100%; }
      .headerBox .header-search .medanta-connect {
        padding: 0 15px; }
        .headerBox .header-search .medanta-connect a {
          float: none;
          padding-bottom: 20px;
          border-bottom: 1px solid #f04e36;
          display: block; }
          .headerBox .header-search .medanta-connect a img {
            width: auto;
            display: block;
            margin: 0 auto; }
        .headerBox .header-search .medanta-connect span.meet {
          width: 100%;
          font-size: 24px;
          line-height: 24px;
          margin: 0;
          padding: 0; }
      .headerBox .header-search .header-search-item .form-group .btn-submit {
        display: none; }
      .headerBox .header-search .header-search-item .ailment {
        top: -65px;
        left: 0;
        z-index: 100; }
    .headerBox a.why-econnect {
      bottom: 45px;
      width: 100%;
      margin: 0;
      left: 0; } }
@media only screen and (max-width: 649px) {
  .headerBox .header-search .form-group ul.tab-list li {
    width: 49.6%; }
    .headerBox .header-search .form-group ul.tab-list li a {
      display: block;
      width: 100%; } }
@media only screen and (max-width: 479px) {
  .headerBox .header-search .form-group ul.tab-list li {
    width: 100%; } }
.searchResultCtnr {
  position: absolute;
  background: #ffffff;
  width: 100%;
  left: 0;
  z-index: 2; }
  .searchResultCtnr:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 24px;
    top: -9px; }
  .searchResultCtnr .search-result li {
    padding: 0 20px; }
    .searchResultCtnr .search-result li:last-child a {
      border-bottom: none; }
    .searchResultCtnr .search-result li a {
      padding: 10px 0;
      display: block;
      border-bottom: 1px solid #eaeaea;
      color: #db5134; }
  .searchResultCtnr .bottom-section .call-us {
    text-transform: uppercase; }

.modalCntr {
  position: relative;
  min-height: 180px;
  background: #eaeaea; }

.doctorSearchCtnr {
  background: #eaeaea;
  width: 100%;
  left: 0;
  z-index: 2; }
  .doctorSearchCtnr:before {
    content: '';
    width: 0;
    height: 0;
    left: 24px;
    top: -6px;
    position: absolute;
    bottom: -5px;
    width: 10px;
    height: 10px;
    background: #eaeaea;
    border-right: 1px solid rgba(0, 0, 0, 0.22);
    border-bottom: 1px solid rgba(0, 0, 0, 0.22);
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg); }
  .doctorSearchCtnr .doctor-search {
    padding: 28px 23px 20px 23px;
    width: 100%;
    display: block; }
    .doctorSearchCtnr .doctor-search .found-info {
      position: relative;
      background: #fff5d0;
      padding: 10px 20px;
      color: #666666;
      font-size: 14px; }
      .doctorSearchCtnr .doctor-search .found-info span {
        font-family: "latobold_italic"; }
      .doctorSearchCtnr .doctor-search .found-info:before {
        content: '';
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 7px solid #fff5d0;
        position: absolute;
        bottom: -5px;
        left: 20px; }
    .doctorSearchCtnr .doctor-search .not-found-info {
      position: relative;
      background: #fff5d0;
      padding: 10px 10px;
      color: #666666;
      font-size: 14px; }
      .doctorSearchCtnr .doctor-search .not-found-info a {
        font-family: "Lato-Bold";
        color: #db5134; }
  .doctorSearchCtnr .doctor-search-results {
    padding: 0 23px 15px 23px; }
    .doctorSearchCtnr .doctor-search-results .doctor-details-block {
      background: rgba(255, 255, 255, 0.3);
      border-top: 3px solid transparent;
      padding: 20px;
      display: inline-block;
      position: relative;
      cursor: pointer;
      width: 100%;
      height: 130px; }
      .doctorSearchCtnr .doctor-search-results .doctor-details-block:hover {
        background: #ffffff;
        box-shadow: 1px 1px 5px #888888;
        border-top: 3px solid #069b11; }
      .doctorSearchCtnr .doctor-search-results .doctor-details-block.checked {
        background: #ffffff;
        box-shadow: 1px 1px 5px #888888;
        border-top: 3px solid #069b11; }
        .doctorSearchCtnr .doctor-search-results .doctor-details-block.checked .green-check {
          position: absolute;
          top: 0px;
          right: 20px; }
      .doctorSearchCtnr .doctor-search-results .doctor-details-block .profile-img {
        float: left;
        width: 30%; }
        .doctorSearchCtnr .doctor-search-results .doctor-details-block .profile-img img {
          width: 80%;
          height: auto;
          border-radius: 50%; }
      .doctorSearchCtnr .doctor-search-results .doctor-details-block .description {
        float: left;
        width: 70%; }
        .doctorSearchCtnr .doctor-search-results .doctor-details-block .description .name {
          font-family: "Lato-Bold";
          margin-bottom: 5px; }
        .doctorSearchCtnr .doctor-search-results .doctor-details-block .description .designation {
          font-family: "Lato-Light";
          color: #999;
          margin-bottom: 0;
          border-bottom: 1px solid #ccc;
          line-height: 24px; }
        .doctorSearchCtnr .doctor-search-results .doctor-details-block .description .specialization {
          font-family: "Lato-Regular";
          color: #333;
          margin-bottom: 0; }
        .doctorSearchCtnr .doctor-search-results .doctor-details-block .description .experience {
          font-family: "Lato-Light";
          color: #999;
          margin-bottom: 0; }
        .doctorSearchCtnr .doctor-search-results .doctor-details-block .description a.view-profile {
          color: #f04e30; }
          .doctorSearchCtnr .doctor-search-results .doctor-details-block .description a.view-profile:hover {
            color: #cd3f22; }
    .doctorSearchCtnr .doctor-search-results .slider-controls {
      position: relative; }
      .doctorSearchCtnr .doctor-search-results .slider-controls a.left {
        position: absolute;
        width: auto;
        right: 63px;
        top: 11px; }
        .doctorSearchCtnr .doctor-search-results .slider-controls a.left.carousel-control.active {
          opacity: 1; }
          .doctorSearchCtnr .doctor-search-results .slider-controls a.left.carousel-control.active:focus {
            opacity: 1; }
        .doctorSearchCtnr .doctor-search-results .slider-controls a.left.carousel-control:focus {
          opacity: 0.5; }
      .doctorSearchCtnr .doctor-search-results .slider-controls a.right {
        position: absolute;
        width: auto;
        left: 63px;
        top: 11px; }
        .doctorSearchCtnr .doctor-search-results .slider-controls a.right.carousel-control.active {
          opacity: 1; }
          .doctorSearchCtnr .doctor-search-results .slider-controls a.right.carousel-control.active:focus {
            opacity: 1; }
        .doctorSearchCtnr .doctor-search-results .slider-controls a.right.carousel-control:focus {
          opacity: 0.5; }
    .doctorSearchCtnr .doctor-search-results .bottom-section {
      border-top: 1px solid #ffffff; }
      .doctorSearchCtnr .doctor-search-results .bottom-section .call-us {
        text-transform: uppercase;
        margin-top: 5px; }
        .doctorSearchCtnr .doctor-search-results .bottom-section .call-us i.mobile {
          vertical-align: sub;
          margin: 0 2px 0 5px; }

/* Media Queries */
@media only screen and (max-width: 991px) {
  .doctorSearchCtnr .doctor-search-results .doctor-details-block {
    height: auto; } }
@media only screen and (max-width: 767px) {
  .doctorSearchCtnr {
    min-height: inherit; } }
@media only screen and (max-width: 479px) {
  .doctorSearchCtnr .doctor-search .not-found-info {
    display: block; } }
.uploadinput {
  background: none;
  vertical-align: middle;
  text-overflow: ellipsis;
  vertical-align: middle;
  color: #db5134; }

.consultationModeCtnr {
  /*position: absolute;*/
  background: #eaeaea;
  width: 100%;
  left: 0;
  z-index: 2;
  padding: 26px 28px 32px 28px; }
  .consultationModeCtnr .question {
    font-family: "Lato-Bold";
    font-size: 16px;
    color: #000000; }
  .consultationModeCtnr .modeOfConsultation ul.consultation-block {
    margin-left: 0;
    font-size: 0; }
    .consultationModeCtnr .modeOfConsultation ul.consultation-block li {
      width: 24.55%;
      background: rgba(255, 255, 255, 0.3);
      border-top: 3px solid transparent;
      padding: 15px 15px 10px 15px;
      position: relative;
      margin-left: 3px;
      font-size: 14px; }
      .consultationModeCtnr .modeOfConsultation ul.consultation-block li:first-child {
        margin-left: 0; }
      .consultationModeCtnr .modeOfConsultation ul.consultation-block li:hover {
        background: #ffffff;
        box-shadow: 1px 1px 5px #888888;
        border-top: 3px solid #069b11;
        transform: scale(1.08); }
        .consultationModeCtnr .modeOfConsultation ul.consultation-block li:hover .mode-option {
          display: table;
          margin: 0 auto; }
          .consultationModeCtnr .modeOfConsultation ul.consultation-block li:hover .mode-option .inner-block {
            width: 120px;
            height: 120px;
            margin: 0 auto;
            border-radius: 50%;
            background: rgba(6, 155, 17, 0.1);
            text-align: center;
            vertical-align: middle;
            display: table-cell; }
            .consultationModeCtnr .modeOfConsultation ul.consultation-block li:hover .mode-option .inner-block i.offline {
              background-position: -48px -336px; }
            .consultationModeCtnr .modeOfConsultation ul.consultation-block li:hover .mode-option .inner-block i.phone-call {
              background-position: -144px -336px; }
            .consultationModeCtnr .modeOfConsultation ul.consultation-block li:hover .mode-option .inner-block i.video-call {
              background-position: -240px -336px; }
            .consultationModeCtnr .modeOfConsultation ul.consultation-block li:hover .mode-option .inner-block i.In-person {
              background-position: -336px -336px; }
            .consultationModeCtnr .modeOfConsultation ul.consultation-block li:hover .mode-option .inner-block span {
              color: #666; }
      .consultationModeCtnr .modeOfConsultation ul.consultation-block li.checked {
        background: #ffffff;
        box-shadow: 1px 1px 5px #888888;
        border-top: 3px solid #069b11;
        transform: scale(1.08); }
        .consultationModeCtnr .modeOfConsultation ul.consultation-block li.checked .mode-option {
          display: table;
          margin: 0 auto; }
          .consultationModeCtnr .modeOfConsultation ul.consultation-block li.checked .mode-option .inner-block {
            width: 120px;
            height: 120px;
            margin: 0 auto;
            border-radius: 50%;
            background: rgba(6, 155, 17, 0.1);
            text-align: center;
            vertical-align: middle;
            display: table-cell; }
            .consultationModeCtnr .modeOfConsultation ul.consultation-block li.checked .mode-option .inner-block i.offline {
              background-position: -48px -336px; }
            .consultationModeCtnr .modeOfConsultation ul.consultation-block li.checked .mode-option .inner-block i.phone-call {
              background-position: -144px -336px; }
            .consultationModeCtnr .modeOfConsultation ul.consultation-block li.checked .mode-option .inner-block i.video-call {
              background-position: -240px -336px; }
            .consultationModeCtnr .modeOfConsultation ul.consultation-block li.checked .mode-option .inner-block i.In-person {
              background-position: -336px -336px; }
            .consultationModeCtnr .modeOfConsultation ul.consultation-block li.checked .mode-option .inner-block span {
              color: #666; }
        .consultationModeCtnr .modeOfConsultation ul.consultation-block li.checked .green-check {
          position: absolute;
          top: -1px;
          right: 11px; }
      .consultationModeCtnr .modeOfConsultation ul.consultation-block li .mode-option {
        display: table;
        margin: 0 auto; }
        .consultationModeCtnr .modeOfConsultation ul.consultation-block li .mode-option .inner-block {
          width: 120px;
          height: 120px;
          margin: 0 auto;
          border-radius: 50%;
          background: transparent;
          text-align: center;
          vertical-align: middle;
          display: table-cell; }
          .consultationModeCtnr .modeOfConsultation ul.consultation-block li .mode-option .inner-block i {
            display: block;
            margin: 0 auto; }
          .consultationModeCtnr .modeOfConsultation ul.consultation-block li .mode-option .inner-block span {
            font-family: "Lato-Regular";
            color: #db5134; }
      .consultationModeCtnr .modeOfConsultation ul.consultation-block li .desc {
        color: #7a7a7a;
        margin-top: 20px;
        min-height: 60px; }
      .consultationModeCtnr .modeOfConsultation ul.consultation-block li .fee {
        border-top: 1px solid #c2c2c2;
        color: #999;
        display: block;
        font-family: "Lato-Regular"; }
  .consultationModeCtnr .modeOfConsultation .information {
    position: relative;
    background: #fff5d0;
    padding: 10px 10px 10px 10px;
    display: inline-block; }
    .consultationModeCtnr .modeOfConsultation .information .left {
      position: absolute;
      left: 12px;
      top: 10px; }
    .consultationModeCtnr .modeOfConsultation .information .right {
      float: right;
      width: 100%;
      text-align: left;
      padding-left: 30px; }
      .consultationModeCtnr .modeOfConsultation .information .right p {
        margin-bottom: 0;
        color: #666666; }
    .consultationModeCtnr .modeOfConsultation .information p {
      margin-bottom: 0;
      color: #666666; }
  .consultationModeCtnr .modeOfConsultation .form-group.or-class {
    position: relative; }
    .consultationModeCtnr .modeOfConsultation .form-group.or-class:before {
      content: "OR";
      position: absolute;
      left: -12px;
      background: #eaeaea;
      z-index: 6;
      top: 16px;
      font-size: 11px;
      border-radius: 50%;
      padding: 5px;
      width: 25px;
      height: 25px;
      line-height: 16px; }
  .consultationModeCtnr .modeOfConsultation .form-group .form-control {
    border-radius: 0;
    -webkit-border-radius: 0;
    font-family: "Lato-Regular";
    font-size: 16px;
    line-height: 20px;
    height: auto;
    border: none; }
  .consultationModeCtnr .modeOfConsultation .form-group .file-uploaded {
    position: relative;
    overflow: hidden;
    background: transparent;
    padding: 8px;
    border-radius: 4px;
    color: #db5134;
    border: 2px solid #db5134;
    text-align: center;
    text-transform: uppercase;
    width: 120px;
    display: inline-block;
    vertical-align: middle; }
    .consultationModeCtnr .modeOfConsultation .form-group .file-uploaded.w140 {
      width: 140px; }
    .consultationModeCtnr .modeOfConsultation .form-group .file-uploaded span {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      display: block;
      font-size: 12px; }
    .consultationModeCtnr .modeOfConsultation .form-group .file-uploaded input.upload {
      position: absolute;
      top: 0;
      left: 0;
      margin: 0;
      font-size: 16px;
      cursor: pointer;
      opacity: 0;
      filter: alpha(opacity=0);
      width: 100%;
      height: 100%; }
  .consultationModeCtnr .modeOfConsultation .form-group .box {
    border: 1px solid transparent; }
    .consultationModeCtnr .modeOfConsultation .form-group .box label {
      background: #fff;
      display: block;
      padding: 5px 10px 0 10px;
      margin: 0;
      font-size: 11px;
      font-family: lato-light;
      text-transform: uppercase; }
      .consultationModeCtnr .modeOfConsultation .form-group .box label span {
        color: #f04e30; }
      .consultationModeCtnr .modeOfConsultation .form-group .box label i {
        vertical-align: sub; }
    .consultationModeCtnr .modeOfConsultation .form-group .box .gender label {
      display: inline-block;
      width: 50%;
      float: left;
      font-size: 14px;
      text-transform: capitalize;
      cursor: pointer;
      padding-top: 0;
      border-left: 1px solid #eaeaea; }
      .consultationModeCtnr .modeOfConsultation .form-group .box .gender label:first-child {
        border: none; }
      .consultationModeCtnr .modeOfConsultation .form-group .box .gender label .male {
        width: 20px;
        height: 20px;
        background: url("../images/sprite.png");
        background-repeat: no-repeat;
        background-size: 1000px 1000px;
        vertical-align: middle;
        display: inline-block;
        text-indent: -9999px;
        background-position: -60px -20px;
        margin-bottom: 4px;
        outline: none; }
      .consultationModeCtnr .modeOfConsultation .form-group .box .gender label .male:checked {
        background-position: -80px -20px; }
      .consultationModeCtnr .modeOfConsultation .form-group .box .gender label .female {
        width: 20px;
        height: 20px;
        background: url("../images/sprite.png");
        background-repeat: no-repeat;
        background-size: 1000px 1000px;
        vertical-align: middle;
        display: inline-block;
        text-indent: -9999px;
        background-position: -100px -20px;
        margin-bottom: 4px;
        outline: none; }
      .consultationModeCtnr .modeOfConsultation .form-group .box .gender label .female:checked {
        background-position: -120px -20px; }
    .consultationModeCtnr .modeOfConsultation .form-group .box .noBorder {
      border: 0;
      box-shadow: none;
      padding: 3px 10px 5px 10px;
      font-size: 14px;
      font-family: lato-light;
      color: #333; }
    .consultationModeCtnr .modeOfConsultation .form-group .box .form-control {
      color: #333333;
      font-family: "Lato-Regular"; }
    .consultationModeCtnr .modeOfConsultation .form-group .box .dropdown {
      background: #ffffff; }
      .consultationModeCtnr .modeOfConsultation .form-group .box .dropdown .country-symbol {
        display: inline-block;
        padding: 5px 10px 3px 10px;
        background: #ffffff;
        border-right: 1px solid #ccc;
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 85px; }
        .consultationModeCtnr .modeOfConsultation .form-group .box .dropdown .country-symbol span i.flag {
          /*vertical-align: sub;*/ }
      .consultationModeCtnr .modeOfConsultation .form-group .box .dropdown .date-box {
        display: inline-block;
        float: right;
        /*width: 60%;*/
        padding: 5px 10px 3px 90px; }
      .consultationModeCtnr .modeOfConsultation .form-group .box .dropdown ul.dropdown-menu {
        width: 100%;
        border-radius: 0;
        border: 0;
        max-height: 230px; }
        .consultationModeCtnr .modeOfConsultation .form-group .box .dropdown ul.dropdown-menu li a {
          display: block;
          padding: 5px 10px; }
          .consultationModeCtnr .modeOfConsultation .form-group .box .dropdown ul.dropdown-menu li a i.flag {
            /*vertical-align: sub;*/
            margin-right: 5px; }
          .consultationModeCtnr .modeOfConsultation .form-group .box .dropdown ul.dropdown-menu li a span {
            font-size: 11px;
            color: #ccc;
            font-family: "Lato-Light"; }
        .consultationModeCtnr .modeOfConsultation .form-group .box .dropdown ul.dropdown-menu li p {
          padding: 0 10px;
          margin-bottom: 0;
          color: #ccc;
          text-transform: uppercase;
          font-size: 11px;
          font-family: lato-light; }
        .consultationModeCtnr .modeOfConsultation .form-group .box .dropdown ul.dropdown-menu li .searchArea {
          position: relative;
          display: inline-block;
          width: 100%;
          padding: 0 0 0 10px; }
          .consultationModeCtnr .modeOfConsultation .form-group .box .dropdown ul.dropdown-menu li .searchArea .search_form .btn_search {
            cursor: pointer;
            position: absolute;
            right: 10px;
            top: 10px;
            width: 20px;
            height: 20px;
            background: url("../images/sprite.png");
            background-repeat: no-repeat;
            background-size: 1000px 1000px;
            vertical-align: middle;
            display: inline-block;
            text-indent: -9999px;
            background-position: -140px -0px;
            margin-bottom: 4px;
            outline: none; }
          .consultationModeCtnr .modeOfConsultation .form-group .box .dropdown ul.dropdown-menu li .searchArea .search_form .field_search {
            color: #db5134;
            border: 1px solid #ccc;
            padding: 5px 34px 5px 10px;
            line-height: 37px;
            height: 37px;
            font-size: 13px;
            width: 100%;
            float: left;
            outline: none; }
    .consultationModeCtnr .modeOfConsultation .form-group .box .onerow-date {
      display: inline-block;
      width: 100%; }
      .consultationModeCtnr .modeOfConsultation .form-group .box .onerow-date .form-control {
        float: left;
        width: 33.3%;
        border-left: 1px solid #eaeaea;
        text-align: center;
        font-family: "Lato-Regular"; }
        .consultationModeCtnr .modeOfConsultation .form-group .box .onerow-date .form-control:first-child {
          border: none; }
        .consultationModeCtnr .modeOfConsultation .form-group .box .onerow-date .form-control::-webkit-input-placeholder {
          color: rgba(51, 51, 51, 0.4); }
        .consultationModeCtnr .modeOfConsultation .form-group .box .onerow-date .form-control:-moz-placeholder {
          color: rgba(51, 51, 51, 0.4); }
        .consultationModeCtnr .modeOfConsultation .form-group .box .onerow-date .form-control::-moz-placeholder {
          color: rgba(51, 51, 51, 0.4); }
        .consultationModeCtnr .modeOfConsultation .form-group .box .onerow-date .form-control:-ms-input-placeholder {
          color: rgba(51, 51, 51, 0.4); }
    .consultationModeCtnr .modeOfConsultation .form-group .box .onerow-name {
      display: inline-block;
      width: 100%;
      vertical-align: top; }
      .consultationModeCtnr .modeOfConsultation .form-group .box .onerow-name .form-control {
        float: left;
        width: 50%;
        border-left: 1px solid #eaeaea;
        font-family: "Lato-Regular"; }
        .consultationModeCtnr .modeOfConsultation .form-group .box .onerow-name .form-control:first-child {
          border: none; }
        .consultationModeCtnr .modeOfConsultation .form-group .box .onerow-name .form-control::-webkit-input-placeholder {
          color: rgba(51, 51, 51, 0.4); }
        .consultationModeCtnr .modeOfConsultation .form-group .box .onerow-name .form-control:-moz-placeholder {
          color: rgba(51, 51, 51, 0.4); }
        .consultationModeCtnr .modeOfConsultation .form-group .box .onerow-name .form-control::-moz-placeholder {
          color: rgba(51, 51, 51, 0.4); }
        .consultationModeCtnr .modeOfConsultation .form-group .box .onerow-name .form-control:-ms-input-placeholder {
          color: rgba(51, 51, 51, 0.4); }
    .consultationModeCtnr .modeOfConsultation .form-group .box.error {
      border: 1px solid #db5134; }
      .consultationModeCtnr .modeOfConsultation .form-group .box.error label {
        background: #fff4f2; }
        .consultationModeCtnr .modeOfConsultation .form-group .box.error label i {
          vertical-align: sub; }
      .consultationModeCtnr .modeOfConsultation .form-group .box.error .form-control {
        background: #fff4f2; }
      .consultationModeCtnr .modeOfConsultation .form-group .box.error .dropdown {
        background: #fff4f2; }
        .consultationModeCtnr .modeOfConsultation .form-group .box.error .dropdown .country-symbol {
          background: #fff4f2; }
  .consultationModeCtnr .modeOfConsultation .form-group .warning {
    color: #ff0000;
    font-size: 12px; }
    .consultationModeCtnr .modeOfConsultation .form-group .warning i {
      margin-bottom: 2px; }
  .consultationModeCtnr .modeOfConsultation .error-msg {
    padding: 17px;
    background: #ffcaca; }
    .consultationModeCtnr .modeOfConsultation .error-msg span {
      font-size: 12px; }
  .consultationModeCtnr .modeOfConsultation .forgot-password {
    padding: 10px; }
  .consultationModeCtnr .modeOfConsultation .forgotMedantaID_Block {
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative; }
    .consultationModeCtnr .modeOfConsultation .forgotMedantaID_Block .middle {
      display: table-row; }
      .consultationModeCtnr .modeOfConsultation .forgotMedantaID_Block .middle .inner {
        display: table-cell;
        width: calc(100% / 3);
        padding: 0 0 0 3px; }
        .consultationModeCtnr .modeOfConsultation .forgotMedantaID_Block .middle .inner:first-child {
          padding-left: 0; }
        .consultationModeCtnr .modeOfConsultation .forgotMedantaID_Block .middle .inner.or-class {
          position: relative; }
          .consultationModeCtnr .modeOfConsultation .forgotMedantaID_Block .middle .inner.or-class:before {
            content: "OR";
            position: absolute;
            left: -10px;
            background: #eaeaea;
            z-index: 6;
            top: 16px;
            font-size: 11px;
            border-radius: 50%;
            padding: 5px;
            width: 25px;
            height: 25px;
            line-height: 16px; }
        .consultationModeCtnr .modeOfConsultation .forgotMedantaID_Block .middle .inner .box {
          /*.dropdown{
          	.date-box{
          		width: 62%;
          	}
          }*/ }
          .consultationModeCtnr .modeOfConsultation .forgotMedantaID_Block .middle .inner .box.error {
            border: 1px solid #db5134;
            background: #fff4f2; }
            .consultationModeCtnr .modeOfConsultation .forgotMedantaID_Block .middle .inner .box.error label {
              background: #fff4f2; }
              .consultationModeCtnr .modeOfConsultation .forgotMedantaID_Block .middle .inner .box.error label i {
                vertical-align: sub; }
            .consultationModeCtnr .modeOfConsultation .forgotMedantaID_Block .middle .inner .box.error .onerow-name .form-control {
              background: #fff4f2; }
            .consultationModeCtnr .modeOfConsultation .forgotMedantaID_Block .middle .inner .box.error .onerow-name .dropdown .country-symbol {
              background: #fff4f2; }
          .consultationModeCtnr .modeOfConsultation .forgotMedantaID_Block .middle .inner .box label {
            background: #fff;
            display: block;
            padding: 5px 10px 0 10px;
            margin: 0;
            font-size: 11px;
            font-family: lato-light;
            text-transform: uppercase; }
          .consultationModeCtnr .modeOfConsultation .forgotMedantaID_Block .middle .inner .box .onerow-date {
            display: inline-block;
            width: 100%; }
            .consultationModeCtnr .modeOfConsultation .forgotMedantaID_Block .middle .inner .box .onerow-date .form-control {
              float: left;
              width: calc(100% / 3);
              border-left: 1px solid #eaeaea;
              text-align: center;
              font-family: "Lato-Light"; }
              .consultationModeCtnr .modeOfConsultation .forgotMedantaID_Block .middle .inner .box .onerow-date .form-control:first-child {
                border: none; }
              .consultationModeCtnr .modeOfConsultation .forgotMedantaID_Block .middle .inner .box .onerow-date .form-control::-webkit-input-placeholder {
                color: #ccc; }
              .consultationModeCtnr .modeOfConsultation .forgotMedantaID_Block .middle .inner .box .onerow-date .form-control:-moz-placeholder {
                color: #ccc; }
              .consultationModeCtnr .modeOfConsultation .forgotMedantaID_Block .middle .inner .box .onerow-date .form-control::-moz-placeholder {
                color: #ccc; }
              .consultationModeCtnr .modeOfConsultation .forgotMedantaID_Block .middle .inner .box .onerow-date .form-control:-ms-input-placeholder {
                color: #ccc; }
  .consultationModeCtnr .modeOfConsultation .id-card-block {
    width: 100%;
    display: block;
    position: relative; }
    .consultationModeCtnr .modeOfConsultation .id-card-block .id-type {
      width: 100%;
      text-align: left;
      padding: 10px 0 3px 10px;
      background: transparent;
      border: none;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2);
      color: #db5134;
      outline: none;
      box-shadow: none; }
      .consultationModeCtnr .modeOfConsultation .id-card-block .id-type span {
        float: right;
        margin-left: 30px; }
    .consultationModeCtnr .modeOfConsultation .id-card-block ul.dropdown-menu {
      border-radius: 0;
      border: none;
      height: 160px;
      width: 100%;
      top: 32px; }
      .consultationModeCtnr .modeOfConsultation .id-card-block ul.dropdown-menu li {
        position: relative;
        padding: 0 0 0 10px; }
        .consultationModeCtnr .modeOfConsultation .id-card-block ul.dropdown-menu li a {
          display: block;
          padding: 7px 0;
          border-bottom: 1px solid #eaeaea;
          color: #db5134; }
  .consultationModeCtnr .message {
    background: #fff5d0;
    padding: 15px 10px;
    overflow: hidden;
    width: 100%; }
    .consultationModeCtnr .message p {
      margin-bottom: 0;
      color: #666666; }
    .consultationModeCtnr .message span i {
      vertical-align: text-bottom; }
  .consultationModeCtnr .radio span {
    font-size: 16px; }
  .consultationModeCtnr .radio p {
    font-size: 16px; }
  .consultationModeCtnr .radio label {
    padding: 0 13px 0 40px;
    font-family: "Lato-Light";
    font-size: 14px;
    color: #000000; }
    .consultationModeCtnr .radio label input[type='radio'] {
      width: 16px;
      height: 16px;
      border: 1px solid #cd3f22;
      border-radius: 50%;
      outline: none;
      margin-left: -25px;
      margin-top: 2px; }
    .consultationModeCtnr .radio label input[type='radio']:before {
      content: '';
      display: block;
      width: 8px;
      height: 8px;
      margin: 20% auto;
      border-radius: 50%; }
    .consultationModeCtnr .radio label input[type='radio']:checked:before {
      background: #cd3f22; }
  .consultationModeCtnr .checkbox label {
    padding: 0 25px 0 25px;
    font-family: "Lato-Light";
    font-size: 15px;
    color: #000000;
    display: inline; }
    .consultationModeCtnr .checkbox label input[type="checkbox"] {
      width: 15px;
      height: 15px;
      background: url("../images/sprite.png");
      background-repeat: no-repeat;
      background-size: 1000px 1000px;
      vertical-align: middle;
      display: inline-block;
      text-indent: -9999px;
      background-position: -90px -390px;
      outline: none;
      margin-left: -25px; }
    .consultationModeCtnr .checkbox label input[type="checkbox"]:checked {
      background-position: -105px -390px; }
    .consultationModeCtnr .checkbox label i {
      vertical-align: text-bottom; }
  .consultationModeCtnr .bottom-section {
    border-top: 1px solid #ffffff;
    padding: 8px 0 0 0; }
    .consultationModeCtnr .bottom-section a.btn-primary {
      border-radius: 4px;
      box-shadow: 0px 2px 1px #aaa; }
      .consultationModeCtnr .bottom-section a.btn-primary i {
        vertical-align: sub; }

.consultationModeCtnr .question ~ p {
  color: #999; }

.editProfile_md .form-group .file-uploaded {
  position: relative;
  overflow: hidden;
  background: transparent;
  padding: 8px;
  border-radius: 4px;
  color: #db5134;
  border: 2px solid #db5134;
  text-align: center;
  text-transform: uppercase;
  width: 120px;
  display: inline-block;
  vertical-align: middle; }
  .editProfile_md .form-group .file-uploaded.w140 {
    width: 140px; }
  .editProfile_md .form-group .file-uploaded span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-size: 12px; }
  .editProfile_md .form-group .file-uploaded input.upload {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    font-size: 16px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%; }
.editProfile_md .id-card-block {
  width: 100%;
  display: block;
  position: relative; }
  .editProfile_md .id-card-block .id-type {
    width: 100%;
    text-align: left;
    padding: 10px 0 3px 10px;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    color: #db5134;
    outline: none;
    box-shadow: none; }
    .editProfile_md .id-card-block .id-type span {
      float: right;
      margin-left: 30px; }
  .editProfile_md .id-card-block ul.dropdown-menu {
    border-radius: 0;
    border: none;
    height: 160px;
    width: 100%;
    top: 32px; }
    .editProfile_md .id-card-block ul.dropdown-menu li {
      position: relative;
      padding: 0 0 0 10px; }
      .editProfile_md .id-card-block ul.dropdown-menu li a {
        display: block;
        padding: 7px 0;
        border-bottom: 1px solid #eaeaea;
        color: #db5134; }

.searchArea {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0 0 0 0px; }
  .searchArea .btn_search {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    background: url("../images/sprite.png");
    background-repeat: no-repeat;
    background-size: 1000px 1000px;
    vertical-align: middle;
    display: inline-block;
    text-indent: -9999px;
    background-position: -140px -0px;
    margin-bottom: 4px;
    outline: none; }
  .searchArea .field_search {
    color: #db5134;
    border: 1px solid #ccc;
    padding: 5px 34px 5px 10px;
    line-height: 37px;
    height: 37px;
    font-size: 13px;
    width: 100%;
    float: left;
    outline: none; }

/* Media Queries */
@media only screen and (max-width: 991px) {
  /*.consultationModeCtnr{
  	.modeOfConsultation{
  		.form-group{
  			.box{
  				.dropdown{
  					.date-box{
  						width: 60%;
  					}
  				}
  			}
  		}
  	}
  }   */ }
@media only screen and (max-width: 767px) {
  .consultationModeCtnr {
    padding: 15px;
    min-height: inherit; }
    .consultationModeCtnr .modeOfConsultation .form-group {
      /*.box{
      	.dropdown{
      		.date-box{
      			width: 65%;
      		}
      	}
      }*/ }
      .consultationModeCtnr .modeOfConsultation .form-group .file-uploaded.w140 {
        width: 100%; }
    .consultationModeCtnr .modeOfConsultation ul.consultation-block {
      text-align: center; }
      .consultationModeCtnr .modeOfConsultation ul.consultation-block li {
        width: 48%;
        margin-left: 3px;
        margin-bottom: 15px; } }
@media only screen and (max-width: 600px) {
  .consultationModeCtnr .modeOfConsultation .form-group .box .dropdown {
    /*.date-box{
    	width: 53%;
    }*/ }
  .consultationModeCtnr .bottom-section span {
    display: block;
    margin: 10px 0 0 0; } }
@media only screen and (max-width: 479px) {
  .consultationModeCtnr .modeOfConsultation .form-group.or-class:before {
    left: 50%;
    top: -13px;
    margin: -12px; }
  .consultationModeCtnr .modeOfConsultation ul.consultation-block li {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 15px; }
  .consultationModeCtnr .bottom-section span {
    display: block;
    margin: 10px 0 10px 0; }

  .message span {
    word-break: break-word;
    display: block;
    width: 100%; } }
.helpfindingDoctorCtnr {
  position: absolute;
  background: #eaeaea;
  width: 100%;
  left: 0;
  z-index: 2;
  padding: 28px 23px 28px 23px; }
  .helpfindingDoctorCtnr .question {
    font-family: "Lato-Bold";
    font-size: 16px; }
  .helpfindingDoctorCtnr .modeOfScenario ul.scenario-block {
    margin-left: 0; }
    .helpfindingDoctorCtnr .modeOfScenario ul.scenario-block li {
      width: 30%;
      position: relative;
      padding: 0 0 0 10px; }
      .helpfindingDoctorCtnr .modeOfScenario ul.scenario-block li a {
        display: block;
        background: rgba(255, 255, 255, 0.3);
        border-top: 3px solid transparent;
        padding: 15px 15px 10px 15px;
        position: relative; }
        .helpfindingDoctorCtnr .modeOfScenario ul.scenario-block li a .green-check {
          display: none;
          position: absolute;
          right: 20px;
          top: 0px; }
        .helpfindingDoctorCtnr .modeOfScenario ul.scenario-block li a:hover {
          background: #ffffff;
          box-shadow: 1px 1px 5px #888888;
          border-top: 3px solid #069b11; }
          .helpfindingDoctorCtnr .modeOfScenario ul.scenario-block li a:hover .green-check {
            display: block; }
        .helpfindingDoctorCtnr .modeOfScenario ul.scenario-block li a.active-checked {
          position: relative;
          border-top: 3px solid #069b11; }
          .helpfindingDoctorCtnr .modeOfScenario ul.scenario-block li a.active-checked .green-check {
            display: block; }
      .helpfindingDoctorCtnr .modeOfScenario ul.scenario-block li .scenario span {
        display: block;
        color: #cd3f22;
        margin-bottom: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        min-height: 48px; }
      .helpfindingDoctorCtnr .modeOfScenario ul.scenario-block li .scenario i.offline {
        background-position: -48px -336px; }
      .helpfindingDoctorCtnr .modeOfScenario ul.scenario-block li .scenario i.phone-call {
        background-position: -144px -336px; }
      .helpfindingDoctorCtnr .modeOfScenario ul.scenario-block li .scenario i.video-call {
        background-position: -240px -336px; }
      .helpfindingDoctorCtnr .modeOfScenario ul.scenario-block li .scenario i.In-person {
        background-position: -336px -336px; }
      .helpfindingDoctorCtnr .modeOfScenario ul.scenario-block li p {
        color: #999999;
        overflow: hidden;
        text-overflow: ellipsis;
        min-height: 77px; }
  .helpfindingDoctorCtnr .bottom-section {
    border-top: 1px solid #ffffff;
    padding: 12px 0 0 0; }

@media only screen and (max-width: 767px) {
  .helpfindingDoctorCtnr .modeOfScenario ul.scenario-block li {
    width: 46%;
    margin: 15px 5px; } }
@media only screen and (max-width: 479px) {
  .helpfindingDoctorCtnr .modeOfScenario ul.scenario-block li {
    width: 100%;
    margin-bottom: 15px; } }
.appointmentCtnr {
  /*position: absolute;*/
  width: 100%;
  left: 0;
  z-index: 3;
  background: #eaeaea;
  padding: 26px 28px 32px 28px; }
  .appointmentCtnr .appointmentBookedMessage {
    display: inline-block;
    position: relative; }
    .appointmentCtnr .appointmentBookedMessage .left {
      position: absolute;
      left: 0;
      top: 0px; }
    .appointmentCtnr .appointmentBookedMessage .right {
      float: right;
      width: 100%;
      text-align: left;
      padding-left: 70px; }
      .appointmentCtnr .appointmentBookedMessage .right h4 {
        font-size: 16px;
        font-family: "Lato-Regular";
        margin-top: 0;
        margin-bottom: 8px; }
        .appointmentCtnr .appointmentBookedMessage .right h4 a {
          color: #f04e30; }
      .appointmentCtnr .appointmentBookedMessage .right p {
        margin-bottom: 5px;
        font-family: "Lato-Light"; }
  .appointmentCtnr .successMessage {
    display: inline-block;
    position: relative; }
    .appointmentCtnr .successMessage .left {
      position: absolute;
      left: 10px;
      top: 0; }
      .appointmentCtnr .successMessage .left.top7 {
        top: 7px; }
    .appointmentCtnr .successMessage .right {
      font-size: 16px;
      float: right;
      width: 100%;
      text-align: left;
      padding-left: 70px; }
      .appointmentCtnr .successMessage .right h4 {
        font-size: 16px;
        font-family: "Lato-Regular";
        color: #1da24f; }
      .appointmentCtnr .successMessage .right p {
        color: #1da24f;
        font-size: 16px; }
  .appointmentCtnr .further-options .question {
    font-family: "Lato-Bold";
    font-size: 16px; }
  .appointmentCtnr .further-options ul.question-block {
    margin-left: 0;
    float: left; }
    .appointmentCtnr .further-options ul.question-block li {
      width: 50%;
      display: inline;
      padding-right: 0;
      float: left;
      position: relative;
      padding-left: 3px; }
      .appointmentCtnr .further-options ul.question-block li:first-child {
        padding-left: 0; }
      .appointmentCtnr .further-options ul.question-block li a {
        display: block;
        background: white;
        border-top: 3px solid transparent;
        padding: 25px 20px 25px 20px; }
        .appointmentCtnr .further-options ul.question-block li a .simple-questions {
          display: inline-block;
          width: 100%; }
          .appointmentCtnr .further-options ul.question-block li a .simple-questions .left {
            position: absolute;
            left: 20px;
            top: 33px; }
          .appointmentCtnr .further-options ul.question-block li a .simple-questions .right {
            float: right;
            width: 100%;
            text-align: left;
            padding-left: 40px; }
        .appointmentCtnr .further-options ul.question-block li a.inActive {
          background: #f5f5f5;
          opacity: 0.5; }
      .appointmentCtnr .further-options ul.question-block li.main.active {
        border-bottom: 1px solid #f0f0f0;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.18); }
      .appointmentCtnr .further-options ul.question-block li.main:after {
        content: '';
        display: block;
        position: absolute;
        bottom: -6px;
        left: 72px;
        width: 10px;
        height: 10px;
        background: #fff;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        z-index: 4; }
      .appointmentCtnr .further-options ul.question-block li.checked .green-check {
        position: absolute;
        top: 0px;
        right: 20px; }
      .appointmentCtnr .further-options ul.question-block li.checked a {
        border-top: 3px solid #069b11; }
  .appointmentCtnr .further-options .appointmentBookingTabs ul.MemberTabs {
    border-bottom: 1px solid #f0f0f0; }
    .appointmentCtnr .further-options .appointmentBookingTabs ul.MemberTabs li {
      width: 49.7%;
      position: relative;
      background: #fff;
      margin: 0 0.5% 0 0; }
      .appointmentCtnr .further-options .appointmentBookingTabs ul.MemberTabs li:last-child {
        margin: 0 0 0 0; }
      .appointmentCtnr .further-options .appointmentBookingTabs ul.MemberTabs li.active {
        border-bottom: 1px solid #f0f0f0;
        background: #fff;
        box-shadow: -2px 0 5px -2px rgba(0, 0, 0, 0.18), 2px 0 5px -2px rgba(0, 0, 0, 0.18);
        z-index: 2; }
        .appointmentCtnr .further-options .appointmentBookingTabs ul.MemberTabs li.active a {
          color: #333; }
        .appointmentCtnr .further-options .appointmentBookingTabs ul.MemberTabs li.active:after {
          content: '';
          display: block;
          position: absolute;
          bottom: -6px;
          left: 72px;
          width: 10px;
          height: 10px;
          background: #fff;
          border-right: 1px solid #b3b3b3;
          border-bottom: 1px solid #b3b3b3;
          -moz-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          z-index: 4; }
        .appointmentCtnr .further-options .appointmentBookingTabs ul.MemberTabs li.active .simple-questions .right p {
          color: #333 !important; }
      .appointmentCtnr .further-options .appointmentBookingTabs ul.MemberTabs li.memberTabGray {
        background-color: #eeeeee; }
      .appointmentCtnr .further-options .appointmentBookingTabs ul.MemberTabs li a {
        padding: 22px 20px 22px 40px;
        border: none;
        border-radius: 0;
        color: #db5134;
        margin-right: 0;
        /*background: #fff;*/
        margin-right: 3px;
        border-top: 3px solid transparent; }
        .appointmentCtnr .further-options .appointmentBookingTabs ul.MemberTabs li a.question-block {
          padding: 25px 20px 25px 20px; }
          .appointmentCtnr .further-options .appointmentBookingTabs ul.MemberTabs li a.question-block .simple-questions {
            display: inline-block;
            width: 100%; }
            .appointmentCtnr .further-options .appointmentBookingTabs ul.MemberTabs li a.question-block .simple-questions .left {
              position: absolute;
              left: 20px;
              top: 29px; }
            .appointmentCtnr .further-options .appointmentBookingTabs ul.MemberTabs li a.question-block .simple-questions .right {
              float: right;
              width: 100%;
              text-align: left;
              padding-left: 40px; }
        .appointmentCtnr .further-options .appointmentBookingTabs ul.MemberTabs li a.inActive {
          opacity: 0.5;
          background: rgba(238, 238, 238, 0.5); }
      .appointmentCtnr .further-options .appointmentBookingTabs ul.MemberTabs li.checked .green-check {
        position: absolute;
        top: 0px;
        right: 20px;
        z-index: 2; }
      .appointmentCtnr .further-options .appointmentBookingTabs ul.MemberTabs li.checked a {
        border-top: 3px solid #069b11; }
  .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock {
    padding: 25px 20px 25px 20px;
    background: #ffffff;
    box-shadow: 1px 1px 5px #888888;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.18); }
    .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .tab-pane .searchArea {
      position: relative; }
      .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .tab-pane .searchArea .search_form .btn_search {
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 12px;
        width: 20px;
        height: 20px;
        background: url("../images/sprite.png");
        background-repeat: no-repeat;
        background-size: 1000px 1000px;
        vertical-align: middle;
        display: inline-block;
        text-indent: -9999px;
        background-position: -140px -0px;
        margin-bottom: 4px;
        outline: none; }
      .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .tab-pane .searchArea .search_form .field_search {
        color: #333;
        border: 1px solid #ccc;
        padding: 5px 36px 5px 10px;
        line-height: 42px;
        height: 42px;
        font-size: 11px;
        width: 100%;
        float: left;
        outline: none;
        text-transform: uppercase;
        font-family: "Lato-Regular"; }
        .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .tab-pane .searchArea .search_form .field_search::-webkit-input-placeholder {
          color: #333; }
        .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .tab-pane .searchArea .search_form .field_search:-moz-placeholder {
          color: #333; }
        .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .tab-pane .searchArea .search_form .field_search::-moz-placeholder {
          color: #333; }
        .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .tab-pane .searchArea .search_form .field_search:-ms-input-placeholder {
          color: #333; }
    .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .tab-pane .question-list-block .question-list .question {
      font-family: "Lato-Bold";
      font-size: 16px;
      padding-left: 0;
      padding-bottom: 0; }
      .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .tab-pane .question-list-block .question-list .question .inner .radio label {
        padding: 0 50px 0 25px;
        font-family: "Lato-Light";
        font-size: 15px;
        color: #000000; }
        .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .tab-pane .question-list-block .question-list .question .inner .radio label .radio-btn {
          width: 16px;
          height: 16px;
          border: 1px solid #cd3f22;
          border-radius: 50%;
          outline: none;
          margin-left: -25px; }
          .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .tab-pane .question-list-block .question-list .question .inner .radio label .radio-btn:checked:before {
            background: #cd3f22; }
          .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .tab-pane .question-list-block .question-list .question .inner .radio label .radio-btn:before {
            content: '';
            display: block;
            width: 8px;
            height: 8px;
            margin: 20% auto;
            border-radius: 50%; }
    .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .FamilyMemberBlock {
      position: relative;
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      margin-top: 5px;
      margin-bottom: 15px; }
      .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .FamilyMemberBlock .left-tabs {
        display: inline-block;
        width: 48%;
        border-right: 1px solid #ccc; }
        .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .FamilyMemberBlock .left-tabs ul.familyMemberName {
          border-bottom: none;
          margin-right: -1px;
          max-height: 150px;
          /*padding: 10px 20px 10px 0px;*/
          padding: 10px 0px 10px 0px; }
          .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .FamilyMemberBlock .left-tabs ul.familyMemberName li {
            position: relative;
            width: 100%; }
            .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .FamilyMemberBlock .left-tabs ul.familyMemberName li.active {
              background: #eaeaea; }
              .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .FamilyMemberBlock .left-tabs ul.familyMemberName li.active:before {
                content: '';
                position: absolute;
                right: 0;
                top: 50%;
                margin-top: -9px;
                border-right: 10px solid #ffffff;
                border-top: 10px solid transparent;
                border-bottom: 10px solid transparent; }
            .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .FamilyMemberBlock .left-tabs ul.familyMemberName li label {
              display: inline-block;
              padding: 5px 0 5px 10px;
              width: 100%;
              margin-bottom: 0; }
              .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .FamilyMemberBlock .left-tabs ul.familyMemberName li label:hover {
                background: #eaeaea; }
              .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .FamilyMemberBlock .left-tabs ul.familyMemberName li label .radio-btn {
                width: 16px;
                height: 16px;
                border: 1px solid #cd3f22;
                border-radius: 50%;
                outline: none;
                margin-left: 0;
                vertical-align: sub;
                margin-right: 10px; }
              .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .FamilyMemberBlock .left-tabs ul.familyMemberName li label .radio-btn:before {
                content: '';
                display: block;
                width: 8px;
                height: 8px;
                margin: 20% auto;
                border-radius: 50%; }
              .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .FamilyMemberBlock .left-tabs ul.familyMemberName li label .radio-btn:checked:before {
                background: #cd3f22; }
              .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .FamilyMemberBlock .left-tabs ul.familyMemberName li label span {
                color: #b2b2b2;
                font-family: "Lato-Light";
                font-size: 14px; }
      .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .FamilyMemberBlock .right-tabs {
        display: inline-block;
        width: 50%;
        vertical-align: top; }
        .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .FamilyMemberBlock .right-tabs .family-Details {
          padding: 5px 10px 5px 30px; }
          .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .FamilyMemberBlock .right-tabs .family-Details span {
            display: block;
            padding: 4px 0; }
            .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .FamilyMemberBlock .right-tabs .family-Details span i {
              vertical-align: sub;
              margin-right: 10px; }
    .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .newMemberBlock .radio p {
      font-size: 16px; }
    .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .newMemberBlock .checkbox label {
      padding: 0 25px 0 25px;
      font-family: "Lato-Light";
      font-size: 15px;
      color: #000000;
      display: inline; }
      .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .newMemberBlock .checkbox label input[type="checkbox"] {
        width: 15px;
        height: 15px;
        background: url("../images/sprite.png");
        background-repeat: no-repeat;
        background-size: 1000px 1000px;
        vertical-align: middle;
        display: inline-block;
        text-indent: -9999px;
        background-position: -90px -390px;
        outline: none;
        margin-left: -25px; }
      .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .newMemberBlock .checkbox label input[type="checkbox"]:checked {
        background-position: -105px -390px; }
      .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .newMemberBlock .checkbox label i {
        vertical-align: text-bottom; }
    .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .newMemberBlock .form-group .box {
      display: inline-block;
      width: 100%;
      border: 1px solid #ccc; }
      .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .newMemberBlock .form-group .box label {
        background: #fff;
        display: block;
        padding: 5px 10px 0 10px;
        margin: 0;
        font-size: 11px;
        font-family: lato-light;
        text-transform: uppercase; }
        .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .newMemberBlock .form-group .box label span {
          color: #f04e30; }
      .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .newMemberBlock .form-group .box .gender label {
        display: inline-block;
        width: 50%;
        float: left;
        font-size: 14px;
        text-transform: capitalize;
        cursor: pointer;
        padding-top: 0;
        border-left: 1px solid #eaeaea; }
        .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .newMemberBlock .form-group .box .gender label:first-child {
          border: none; }
        .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .newMemberBlock .form-group .box .gender label .male {
          width: 20px;
          height: 20px;
          background: url("../images/sprite.png");
          background-repeat: no-repeat;
          background-size: 1000px 1000px;
          vertical-align: middle;
          display: inline-block;
          text-indent: -9999px;
          background-position: -60px -20px;
          margin-bottom: 4px;
          outline: none; }
        .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .newMemberBlock .form-group .box .gender label .male:checked {
          background-position: -80px -20px; }
        .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .newMemberBlock .form-group .box .gender label .female {
          width: 20px;
          height: 20px;
          background: url("../images/sprite.png");
          background-repeat: no-repeat;
          background-size: 1000px 1000px;
          vertical-align: middle;
          display: inline-block;
          text-indent: -9999px;
          background-position: -100px -20px;
          margin-bottom: 4px;
          outline: none; }
        .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .newMemberBlock .form-group .box .gender label .female:checked {
          background-position: -120px -20px; }
      .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .newMemberBlock .form-group .box .noBorder {
        border: 0;
        box-shadow: none;
        padding: 3px 10px 6px 10px;
        font-size: 14px;
        font-family: lato-light;
        color: #333; }
      .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .newMemberBlock .form-group .box .form-control {
        color: #333333;
        font-family: "Lato-Regular";
        border-radius: 0;
        -webkit-border-radius: 0;
        font-family: "Lato-Regular";
        font-size: 14px;
        line-height: 20px;
        height: auto; }
      .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .newMemberBlock .form-group .box .dropdown {
        background: #ffffff; }
        .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .newMemberBlock .form-group .box .dropdown .country-symbol {
          display: inline-block;
          padding: 5px 10px;
          background: #ffffff;
          border-right: 1px solid #ccc; }
          .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .newMemberBlock .form-group .box .dropdown .country-symbol span i.flag {
            vertical-align: sub; }
        .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .newMemberBlock .form-group .box .dropdown .date-box {
          display: inline-block;
          float: right;
          width: 68%;
          padding: 5px 10px; }
        .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .newMemberBlock .form-group .box .dropdown ul.dropdown-menu {
          width: 100%;
          border-radius: 0;
          border: 0;
          max-height: 230px; }
          .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .newMemberBlock .form-group .box .dropdown ul.dropdown-menu li a {
            display: block;
            padding: 5px 10px; }
            .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .newMemberBlock .form-group .box .dropdown ul.dropdown-menu li a i.flag {
              vertical-align: sub;
              margin-right: 5px; }
            .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .newMemberBlock .form-group .box .dropdown ul.dropdown-menu li a span {
              font-size: 11px;
              color: #ccc;
              font-family: "Lato-Light"; }
          .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .newMemberBlock .form-group .box .dropdown ul.dropdown-menu li p {
            padding: 0 10px;
            margin-bottom: 0;
            color: #ccc;
            text-transform: uppercase;
            font-size: 11px;
            font-family: lato-light; }
          .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .newMemberBlock .form-group .box .dropdown ul.dropdown-menu li .searchArea {
            position: relative;
            display: inline-block;
            /*width: 210px;*/
            padding: 0 0 0 10px; }
            .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .newMemberBlock .form-group .box .dropdown ul.dropdown-menu li .searchArea .search_form .btn_search {
              cursor: pointer;
              position: absolute;
              right: 10px;
              top: 10px;
              width: 20px;
              height: 20px;
              background: url("../images/sprite.png");
              background-repeat: no-repeat;
              background-size: 1000px 1000px;
              vertical-align: middle;
              display: inline-block;
              text-indent: -9999px;
              background-position: -140px -0px;
              margin-bottom: 4px;
              outline: none; }
            .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .newMemberBlock .form-group .box .dropdown ul.dropdown-menu li .searchArea .search_form .field_search {
              color: #db5134;
              border: 1px solid #ccc;
              padding: 5px 34px 5px 10px;
              line-height: 37px;
              height: 37px;
              font-size: 13px;
              width: 100%;
              float: left;
              outline: none; }
      .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .newMemberBlock .form-group .box .onerow-date .form-control {
        float: left;
        width: 33.3%;
        border-left: 1px solid #eaeaea;
        text-align: center;
        text-transform: uppercase;
        font-family: "Lato-Light"; }
        .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .newMemberBlock .form-group .box .onerow-date .form-control:first-child {
          border: none; }
        .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .newMemberBlock .form-group .box .onerow-date .form-control::-webkit-input-placeholder {
          color: #ccc; }
        .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .newMemberBlock .form-group .box .onerow-date .form-control:-moz-placeholder {
          color: #ccc; }
        .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .newMemberBlock .form-group .box .onerow-date .form-control::-moz-placeholder {
          color: #ccc; }
        .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .newMemberBlock .form-group .box .onerow-date .form-control:-ms-input-placeholder {
          color: #ccc; }
      .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .newMemberBlock .form-group .box .onerow-name .form-control {
        float: left;
        width: 50%;
        border-left: 1px solid #eaeaea;
        font-family: "Lato-Light"; }
        .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .newMemberBlock .form-group .box .onerow-name .form-control:first-child {
          border: none; }
        .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .newMemberBlock .form-group .box .onerow-name .form-control::-webkit-input-placeholder {
          color: #ccc; }
        .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .newMemberBlock .form-group .box .onerow-name .form-control:-moz-placeholder {
          color: #ccc; }
        .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .newMemberBlock .form-group .box .onerow-name .form-control::-moz-placeholder {
          color: #ccc; }
        .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .newMemberBlock .form-group .box .onerow-name .form-control:-ms-input-placeholder {
          color: #ccc; }
      .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .newMemberBlock .form-group .box.error {
        border: 1px solid #db5134; }
        .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .newMemberBlock .form-group .box.error label {
          background: #fff4f2; }
        .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .newMemberBlock .form-group .box.error .form-control {
          background: #fff4f2; }
  .appointmentCtnr .question-list-block .question-list .question.noBorder {
    border-bottom: none; }
  .appointmentCtnr .question-list-block .question-list .question .inner .file-uploaded {
    position: relative;
    overflow: hidden;
    background: transparent;
    padding: 8px;
    border-radius: 4px;
    color: #db5134;
    border: 2px solid #db5134;
    text-align: center;
    text-transform: uppercase;
    width: 200px; }
    .appointmentCtnr .question-list-block .question-list .question .inner .file-uploaded span {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      display: block;
      font-size: 12px; }
    .appointmentCtnr .question-list-block .question-list .question .inner .file-uploaded input.upload {
      position: absolute;
      top: 0;
      left: 0;
      margin: 0;
      font-size: 16px;
      cursor: pointer;
      opacity: 0;
      filter: alpha(opacity=0);
      width: 100%;
      height: 100%; }
  .appointmentCtnr .question-list-block .question-list .question .inner .radio .uploaded-filename p {
    background: #eaeaea;
    padding: 5px 10px;
    width: 50%;
    color: #cd3f22;
    font-family: "latolight_italic"; }
    .appointmentCtnr .question-list-block .question-list .question .inner .radio .uploaded-filename p a {
      font-family: "Lato-Regular";
      color: #cd3f22; }
    .appointmentCtnr .question-list-block .question-list .question .inner .radio .uploaded-filename p span {
      padding-right: 30px;
      font-family: "Lato-Light";
      font-size: 12px;
      color: #9d9d9d; }
      .appointmentCtnr .question-list-block .question-list .question .inner .radio .uploaded-filename p span i {
        vertical-align: sub;
        margin: 0 5px; }
  .appointmentCtnr .question-list-block .question-list .question .inner .radio label {
    padding: 0 50px 0 25px;
    font-family: "Lato-Light";
    font-size: 15px;
    color: #000000; }
    .appointmentCtnr .question-list-block .question-list .question .inner .radio label .radio-btn {
      width: 16px;
      height: 16px;
      border: 1px solid #cd3f22;
      border-radius: 50%;
      outline: none;
      margin-left: -25px; }
    .appointmentCtnr .question-list-block .question-list .question .inner .radio label .radio-btn:before {
      content: '';
      display: block;
      width: 8px;
      height: 8px;
      margin: 20% auto;
      border-radius: 50%; }
    .appointmentCtnr .question-list-block .question-list .question .inner .radio label .radio-btn:checked:before {
      background: #cd3f22; }
  .appointmentCtnr .question-list-block .question-list .question .inner .radio .problem-days {
    display: inline-block; }
    .appointmentCtnr .question-list-block .question-list .question .inner .radio .problem-days .form-control {
      display: inline-block;
      /*float: left;*/
      margin-right: 50px;
      margin-left: 10px;
      border: none;
      border-radius: 0;
      height: 40px;
      box-shadow: none;
      border-bottom: 1px solid #eaeaea;
      width: 80px;
      font-size: 14px; }
    .appointmentCtnr .question-list-block .question-list .question .inner .radio .problem-days .dropdown .days {
      padding: 8px 0 8px 10px;
      background: none;
      border-bottom: 1px solid #ccc;
      font-size: 14px;
      box-shadow: none;
      outline: none; }
      .appointmentCtnr .question-list-block .question-list .question .inner .radio .problem-days .dropdown .days span {
        display: inline-block;
        margin-left: 30px; }
    .appointmentCtnr .question-list-block .question-list .question .inner .radio .problem-days .dropdown ul.dropdown-menu {
      min-width: 90px;
      border-radius: 0;
      border: none;
      height: 150px; }
      .appointmentCtnr .question-list-block .question-list .question .inner .radio .problem-days .dropdown ul.dropdown-menu li {
        position: relative;
        padding: 0 0 0 10px; }
        .appointmentCtnr .question-list-block .question-list .question .inner .radio .problem-days .dropdown ul.dropdown-menu li a {
          display: block;
          padding: 7px 0;
          border-bottom: 1px solid #eaeaea;
          color: #db5134; }
  .appointmentCtnr .question-list-block .question-list .question .inner .form-group .prescription {
    border-radius: 0;
    background: #f0f0f0;
    line-height: 20px;
    height: auto;
    padding: 10px;
    font-family: "Lato-Light";
    box-shadow: none;
    outline: none;
    border: none;
    font-size: 14px; }
  .appointmentCtnr .question-list-block .question-list .question .inner .table-responsive table thead tr th {
    color: #bbb;
    font-family: "Lato-Light";
    border-bottom: 1px solid #eaeaea;
    padding: 8px 8px 3px 8px; }
  .appointmentCtnr .question-list-block .question-list .question .inner .table-responsive table tbody tr td {
    vertical-align: middle;
    padding: 0 15px;
    border-top: none;
    border-bottom: 1px solid #f0f0f0;
    font-family: "Lato-Regular";
    font-size: 14px; }
    .appointmentCtnr .question-list-block .question-list .question .inner .table-responsive table tbody tr td .checkbox {
      margin-top: 5px;
      margin-bottom: 5px; }
      .appointmentCtnr .question-list-block .question-list .question .inner .table-responsive table tbody tr td .checkbox label {
        width: 14px;
        height: 14px; }
        .appointmentCtnr .question-list-block .question-list .question .inner .table-responsive table tbody tr td .checkbox label input[type="checkbox"] {
          width: 15px;
          height: 15px;
          background: url("../images/sprite.png");
          background-repeat: no-repeat;
          background-size: 1000px 1000px;
          vertical-align: middle;
          display: inline-block;
          text-indent: -9999px;
          background-position: -90px -390px;
          outline: none; }
        .appointmentCtnr .question-list-block .question-list .question .inner .table-responsive table tbody tr td .checkbox label input[type="checkbox"]:checked {
          background-position: -105px -390px; }
  .appointmentCtnr .bottom-section {
    float: left;
    width: 100%;
    position: relative; }
    .appointmentCtnr .bottom-section .footer {
      border-top: 1px solid #ffffff;
      padding: 12px 0 0 0; }

.consultation-note {
  position: relative; }
  .consultation-note .pay-to-view {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 85%;
    top: 28px;
    z-index: 100;
    text-align: center;
    padding-top: 7px;
    background: rgba(255, 255, 255, 0.9); }

@media only screen and (max-width: 991px) {
  .appointmentCtnr .further-options .appointmentBookingTabs ul.MemberTabs li a.question-block .simple-questions .right p {
    min-height: 57px; } }
@media only screen and (max-width: 767px) {
  .appointmentCtnr {
    padding: 15px; }
    .appointmentCtnr .question-list-block .question-list {
      padding: 15px; }
      .appointmentCtnr .question-list-block .question-list .question {
        padding-left: 0px; }
        .appointmentCtnr .question-list-block .question-list .question .inner .table-responsive {
          border: none; }
        .appointmentCtnr .question-list-block .question-list .question .inner .radio .problem-days .form-control {
          margin-right: 10px;
          margin-left: 10px; }
    .appointmentCtnr .appointmentBookedMessage .left {
      float: left;
      width: 41px;
      margin: 0 10px 10px 0; }
      .appointmentCtnr .appointmentBookedMessage .left i {
        margin-left: 0px; }
    .appointmentCtnr .appointmentBookedMessage .right {
      float: none;
      width: auto; }
    .appointmentCtnr .further-options ul.question-block li {
      width: 100%;
      padding-left: 0px;
      margin-bottom: 10px; }
    .appointmentCtnr .further-options .appointmentBookingTabs ul.MemberTabs li a {
      padding: 15px 10px;
      font-size: 12px; }
      .appointmentCtnr .further-options .appointmentBookingTabs ul.MemberTabs li a.question-block {
        padding: 15px 20px 15px 20px; }
        .appointmentCtnr .further-options .appointmentBookingTabs ul.MemberTabs li a.question-block .simple-questions .left {
          top: 19px; }
        .appointmentCtnr .further-options .appointmentBookingTabs ul.MemberTabs li a.question-block .simple-questions .right p {
          min-height: 76px; }
    .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock {
      padding: 15px; }
      .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .FamilyMemberBlock .left-tabs, .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .FamilyMemberBlock .right-tabs {
        width: 100%; }
      .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .FamilyMemberBlock .left-tabs ul.familyMemberName {
        border-right: 0;
        padding: 10px 0; }
      .appointmentCtnr .further-options .appointmentBookingTabs .InfoBlock .FamilyMemberBlock .right-tabs .family-Details {
        padding: 10px 0;
        margin-bottom: 0px; } }
@media only screen and (max-width: 600px) {
  .appointmentCtnr .successMessage .left {
    top: 7px; }
  .appointmentCtnr .further-options .appointmentBookingTabs ul.MemberTabs li a.question-block .simple-questions .right p {
    min-height: 95px; } }
@media only screen and (max-width: 479px) {
  .appointmentCtnr .further-options .appointmentBookingTabs ul.MemberTabs li a.question-block .simple-questions .left {
    position: static;
    float: left;
    margin: 0 5px 5px 0; }
  .appointmentCtnr .further-options .appointmentBookingTabs ul.MemberTabs li a.question-block .simple-questions .right {
    float: none;
    width: auto;
    padding-left: 0px; }
    .appointmentCtnr .further-options .appointmentBookingTabs ul.MemberTabs li a.question-block .simple-questions .right p {
      line-height: 17px;
      /*min-height: 171px;*/ } }
.boxOverlay {
  margin-top: -70px;
  margin-bottom: -50px;
  float: left;
  width: 100%;
  position: relative;
  z-index: 100; }

.viewdoctorBox {
  width: 100%;
  height: 600px;
  float: left;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  z-index: 100;
 /*
&.first{
	margin-top: -70px;
}
&.last{
	margin-bottom: -50px;
}*/ }
  .viewdoctorBox .view-info {
    padding-right: 20px;
    margin-top: 165px; }
  .viewdoctorBox.white-color h1 {
    color: #ffffff;
    font: 38px "Montserrat-Black";
    line-height: 38px; }
  .viewdoctorBox.white-color p {
    color: #ffffff;
    font-family: "Montserrat-Light";
    line-height: 20px; }

/* Media Queries */
@media only screen and (max-width: 1024px) {
  .boxOverlay {
    margin-top: -40px;
    margin-bottom: -40px; }

  .viewdoctorBox {
    width: 100%;
    height: 550px;
    background-size: cover;
    background-attachment: inherit;
    background-position: center top;
    /*&.first {
        margin-top: -40px;
        margin-bottom: -40px;
    }*/ }
    .viewdoctorBox .view-info {
      padding: 0px 15px;
      margin-top: 120px; }
    .viewdoctorBox.white-color h1 {
      font-size: 24px;
      line-height: 24px; } }
@media only screen and (max-width: 767px) {
  .boxOverlay {
    margin-top: -40px;
    margin-bottom: -40px; }

  .viewdoctorBox {
    width: 100%;
    height: 550px;
    background-size: cover;
    background-attachment: inherit;
    background-position: center top;
    /*&.first {
        margin-top: -40px;
        margin-bottom: -40px;
    }*/ }
    .viewdoctorBox:before {
      background-color: rgba(0, 0, 0, 0.7);
      content: '';
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute; }
    .viewdoctorBox .view-info {
      padding: 0px 15px;
      margin-top: 40px; }
    .viewdoctorBox.white-color h1 {
      font-size: 24px;
      line-height: 24px; } }
.patentconectBox {
  border-top: 1px solid #ffffff;
  position: relative;
  background-color: #f04e30; }
  .patentconectBox .heading {
    /*padding: 65px 0; 
    width: 100%; 
    position: absolute; 
    top: 0; 
    text-align: center; 
    z-index: 9;*/
    margin-top: 80px;
    text-align: center; }
    .patentconectBox .heading h1 {
      font-family: "Montserrat-Black";
      font-size: 48px;
      line-height: 54px;
      color: #ffffff;
      text-transform: uppercase;
      margin-bottom: 25px; }
  .patentconectBox .carousel-control {
    z-index: 999;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -100px;
    text-shadow: 0;
    -webkit-text-shadow: 0;
    background: none;
    opacity: 1; }
    .patentconectBox .carousel-control.left {
      left: 0px; }
    .patentconectBox .carousel-control.right {
      right: 0px; }
  .patentconectBox .carousel-inner .item {
    width: 100%;
    overflow: hidden; }
    .patentconectBox .carousel-inner .item img {
      max-width: inherit;
      width: 100%; }
  .patentconectBox .carousel-inner .carousel-caption {
    position: absolute;
    bottom: auto;
    top: 190px;
    text-align: left;
    text-shadow: none;
    -webkit-text-shadow: none; }
    .patentconectBox .carousel-inner .carousel-caption span {
      font-family: "Lato-Regular";
      display: block;
      font-size: 14px;
      line-height: 16px;
      color: #ffffff; }
      .patentconectBox .carousel-inner .carousel-caption span.head {
        font-family: "Lato-Black";
        color: #000000;
        font-size: 12px;
        text-transform: uppercase; }
      .patentconectBox .carousel-inner .carousel-caption span.name {
        font-family: "Lato-Bold"; }
    .patentconectBox .carousel-inner .carousel-caption ul {
      border-bottom: 1px solid #ffffff;
      margin-bottom: 17px; }
      .patentconectBox .carousel-inner .carousel-caption ul li {
        margin-bottom: 17px; }
    .patentconectBox .carousel-inner .carousel-caption p {
      color: #ffffff; }
  .patentconectBox .videobox {
    position: relative; }
    .patentconectBox .videobox a.play-btn {
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -45px;
      margin-top: -45px;
      width: 90px;
      height: 90px;
      border-radius: 50%;
      -webkit-border-radius: 50%; }
    .patentconectBox .videobox iframe {
      display: block;
      margin: 0 auto; }
  .patentconectBox .slider-text {
    font: 14px "Montserrat-Light";
    color: #ffffff;
    line-height: 20px; }
    .patentconectBox .slider-text .info-list {
      list-style: none; }
      .patentconectBox .slider-text .info-list li {
        margin-bottom: 13px; }
        .patentconectBox .slider-text .info-list li span {
          display: block;
          padding-bottom: 3px;
          line-height: 16px; }
          .patentconectBox .slider-text .info-list li span.head {
            font-size: 12px;
            color: #000; }
          .patentconectBox .slider-text .info-list li span.name {
            font-family: "Montserrat-Bold"; }
          .patentconectBox .slider-text .info-list li span.position {
            font: 14px "Montserrat-Light"; }
    .patentconectBox .slider-text p {
      font: 14px "Montserrat-Light";
      color: #ffffff;
      line-height: 20px; }

.videoModal .close-popup {
  float: right;
  margin-top: -26px;
  background: transparent;
  color: #e0e0e0; }

/* Media Queries */
@media only screen and (max-width: 767px) {
  .patentconectBox .heading {
    margin-top: 50px; }
    .patentconectBox .heading h1 {
      font-size: 24px;
      line-height: 24px;
      margin-bottom: 15px; }
  .patentconectBox .carousel.slide {
    padding: 0 45px; }
  .patentconectBox .carousel-control {
    margin-top: -15px;
    top: 100px;
    width: 30px;
    height: 30px; }
    .patentconectBox .carousel-control.left {
      left: 0px; }
    .patentconectBox .carousel-control.right {
      right: 0px; }
  .patentconectBox .icon.icon-60.icon-arrowb-left {
    background-position: 0px -90px;
    background-size: 500px;
    width: 30px;
    height: 30px; }
  .patentconectBox .icon.icon-60.icon-arrowb-right {
    background-position: -60px -90px;
    background-size: 500px;
    width: 30px;
    height: 30px; }
  .patentconectBox .videobox {
    margin-bottom: 20px; }
    .patentconectBox .videobox iframe {
      width: 96%; } }
@media only screen and (max-width: 600px) {
  .patentconectBox .videobox a.play-btn {
    margin-top: -22px;
    margin-left: -22px; } }
@media only screen and (max-width: 479px) {
  .videobox {
    margin-bottom: 20px; }
    .videobox iframe {
      height: 250px; } }
.innerCntr {
  min-height: 510px;
  padding-top: 35px;
  padding-bottom: 35px; }

.updateBox h2 {
  color: #333333;
  font: 26px "Montserrat-Black";
  text-align: center;
  margin: 0;
  padding-bottom: 34px; }

.more {
  background-color: #ffffff;
  padding: 20px 15px;
  border-bottom: 1px solid #e7e7e7;
  position: relative; }

.update-info .info-list {
  background-color: #ffffff;
  padding: 19px 0px 22px 97px;
  border-bottom: 1px solid #e7e7e7;
  position: relative; }
  .update-info .info-list .info-time {
    float: left;
    width: 135px; }
    .update-info .info-list .info-time .time {
      font-size: 11px;
      display: inline-block;
      line-height: normal; }
  .update-info .info-list .info-detail {
    float: left;
    padding-left: 30px;
    padding-right: 15px;
    width: 908px; }
    .update-info .info-list .info-detail p {
      color: #606164;
      margin: 0; }
    .update-info .info-list .info-detail .mdnta-btn:hover .md-red {
      color: #ffffff; }
    .update-info .info-list .info-detail .infomsg {
      float: right;
      width: 120px;
      color: #db5134;
      font-size: 14px;
      line-height: 16px; }
    .update-info .info-list .info-detail .detail {
      max-width: 600px; }
    .update-info .info-list .info-detail .action {
      max-width: 290px; }
  .update-info .info-list.active {
    background-color: #fff5d0; }
  .update-info .info-list .triangle {
    position: absolute;
    left: 0;
    top: 0;
    width: 25px; }
    .update-info .info-list .triangle .info {
      position: relative;
      z-index: 2;
      color: #fff;
      padding-left: 6px;
      font-size: 12px;
      display: inline-block;
      vertical-align: top; }
    .update-info .info-list .triangle:before {
      border-left: 25px solid #ff0000;
      border-right: 25px solid transparent;
      border-bottom: 25px solid transparent;
      width: 0;
      content: '';
      left: 0;
      top: 0;
      position: absolute;
      z-index: 1; }

.black-bottom {
  background-color: #333333;
  padding: 55px 0; }
  .black-bottom .health-vitals {
    text-align: center; }
    .black-bottom .health-vitals li {
      display: inline-block;
      padding: 0 60px;
      border-right: 1px solid #585858;
      text-align: left;
      color: #ffffff;
      min-width: 210px;
      overflow: hidden; }
      .black-bottom .health-vitals li:last-child {
        border-right: 0; }
      .black-bottom .health-vitals li i {
        margin-right: 18px; }
      .black-bottom .health-vitals li p {
        color: #ffffff;
        margin: 0px; }
      .black-bottom .health-vitals li a {
        color: #db5134; }

.pic-icon {
  border-radius: 50%;
  display: inline-block;
  height: 41px;
  overflow: hidden;
  vertical-align: middle;
  width: 41px; }

.switch-profile {
  display: inline-block; }
  .switch-profile .active {
    color: #db5134; }

.profile-dropdown .pic {
  display: inline-block;
  border-radius: 50%;
  width: 41px;
  overflow: hidden;
  vertical-align: middle; }

.update-search.headerBox {
  height: auto;
  border: 0px;
  background: #ffffff;
  padding: 50px 15px;
  box-shadow: -4px 4px 10px -7px #000, 4px 4px 8px -7px #000; }
  .update-search.headerBox .header-search {
    margin-top: 0px; }
    .update-search.headerBox .header-search h3 {
      margin: 0px; }
  .update-search.headerBox .close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 15px; }
.update-search:before {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  position: absolute;
  left: 9%;
  top: -6px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.changePassword-modal .bordered-input-field {
  margin-bottom: 0;
  border: none; }
  .changePassword-modal .bordered-input-field label {
    font-size: 11px; }

.paymentReceivedModal .payment-detail {
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  padding: 8px 10px;
  display: table;
  width: 100%;
  margin: 18px 0; }
  .paymentReceivedModal .payment-detail .col {
    display: table-cell;
    vertical-align: middle;
    padding: 3px 20px;
    border-right: 1px solid #d2d2d2; }
    .paymentReceivedModal .payment-detail .col span.name {
      display: block;
      color: #999999;
      font-size: 11px;
      font-family: "Lato-Regular"; }
    .paymentReceivedModal .payment-detail .col span.value {
      display: block;
      color: #333333;
      font-size: 14px;
      font-family: "Lato-Bold"; }
      .paymentReceivedModal .payment-detail .col span.value .year {
        color: #999999; }
    .paymentReceivedModal .payment-detail .col a {
      font-size: 14px;
      color: #db5134; }
    .paymentReceivedModal .payment-detail .col:last-child {
      border-right: none; }

@media only screen and (max-width: 1199px) {
  .innerCntr {
    min-height: inherit; }

  .topBox .search {
    margin-left: 30px;
    width: 265px; }
    .topBox .search > .searchinput {
      padding-right: 30px; }

  .update-info .info-list {
    padding: 15px; }
    .update-info .info-list .info-detail {
      min-width: 480px;
      width: 80%; }
      .update-info .info-list .info-detail .infomsg {
        width: 130px;
        margin-bottom: 10px;
        margin-left: 0px;
        float: left; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .infomsg {
    margin-top: 10px;
    float: left; } }
@media only screen and (max-width: 991px) {
  .paymentReceivedModal .payment-detail .col {
    display: block;
    width: 50%;
    float: left;
    margin-bottom: 15px;
    border-right: none; }
    .paymentReceivedModal .payment-detail .col:last-child {
      width: 100%; } }
@media only screen and (min-width: 768px) {
  .nav-mob.collapse.in {
    display: none; } }
@media only screen and (max-width: 767px) {
  .mobile-login {
    float: right;
    margin-top: 10px; }
    .mobile-login li {
      float: left;
      border-left: 1px solid #cccccc;
      padding: 0 15px; }
      .mobile-login li:first-child {
        border-left: 0px; }
      .mobile-login li i {
        font-size: 18px;
        color: #6f6f6f; }

  .blackCntr .headingBox .main-heading {
    padding: 15px 0;
    font-size: 18px; }
  .blackCntr .serviceBox {
    margin: 0 -15px;
    border-radius: 0; }
    .blackCntr .serviceBox .table-responsive {
      border: 0px;
      margin-bottom: 0px;
      overflow: visible;
      min-height: inherit; }
      .blackCntr .serviceBox .table-responsive .table tr td {
        padding: 10px;
        min-width: inherit; }
        .blackCntr .serviceBox .table-responsive .table tr td p {
          font-size: 12px;
          line-height: 15px;
          white-space: normal; }
    .blackCntr .serviceBox .profile-menu {
      width: 250px; }

  .innerCntr {
    min-height: inherit;
    padding: 20px 0; }

  .updateBox h2 {
    font: 18px "Lato-Regular";
    text-align: center;
    margin: 0;
    padding-bottom: 15px; }

  .update-info .info-list {
    padding: 15px;
    border-bottom: 0; }
    .update-info .info-list .icon.pull-right {
      float: none !important;
      margin-bottom: 10px; }
    .update-info .info-list .info-time {
      width: 45px;
      text-align: center; }
    .update-info .info-list .info-detail {
      padding-left: 15px;
      min-width: 195px;
      width: 76.5%; }

  .update-search.headerBox {
    margin: 0 -15px;
    padding: 50px 15px 15px; }

  .black-bottom {
    padding: 0px; }
    .black-bottom .health-vitals {
      text-align: left;
      padding: 0 15px; }
      .black-bottom .health-vitals li {
        padding: 15px 0px;
        border-right: 0;
        border-bottom: 1px solid #585858;
        display: block; }
        .black-bottom .health-vitals li:last-child {
          border-bottom: 0; }

  .nav-mob {
    position: fixed;
    top: -1px;
    left: 0px;
    width: 78%;
    z-index: 9999;
    height: 100%;
    padding: 0;
    /*background: rgba(0,0,0,0.5);*/ }
    .nav-mob .profile-menu {
      position: relative;
      left: 0;
      top: 0;
      width: 100%;
      float: left;
      padding: 10px 0 15px;
      background-color: #eaeaea;
      height: 100%; }
      .nav-mob .profile-menu .close-popup {
        position: absolute;
        right: -44px;
        margin-top: -15px;
        font-size: 30px;
        color: #999;
        padding: 5px 15px 15px; }
      .nav-mob .profile-menu .profile-dropdown {
        padding: 0px 15px;
        border-bottom: 0; }
        .nav-mob .profile-menu .profile-dropdown.relation-dropdown {
          background-color: #fff5d0; }
        .nav-mob .profile-menu .profile-dropdown.mainmenu-link {
          background-color: #ffffff;
          border-top: 1px solid #cccccc;
          border-bottom: 1px solid #cccccc; }
        .nav-mob .profile-menu .profile-dropdown .relation {
          font-size: 12px;
          margin-top: 3px; }
        .nav-mob .profile-menu .profile-dropdown li {
          padding: 12px 0; }
          .nav-mob .profile-menu .profile-dropdown li a {
            padding: 0px; }
    .nav-mob .arrow-angle {
      font-size: 21px;
      color: #db5134; }

  .mobilenav {
    min-height: inherit;
    margin-bottom: 0px; }
    .mobilenav .navbar-toggle {
      margin: 0px 10px 0 0;
      padding: 0;
      border: 0;
      width: auto;
      height: auto;
      background: none;
      float: left; }

  .changePassword-modal .bordered-input-field {
    margin-bottom: 15px; }

  .ta-daterangepicker {
    width: 100%; }
    .ta-daterangepicker .ranges {
      width: 97%; }
      .ta-daterangepicker .ranges ul {
        width: 100% !important; }
    .ta-daterangepicker .calendar {
      width: 48.5%;
      max-width: none !important; } }
@media only screen and (max-width: 479px) {
  .switch-profile {
    display: block; }
    .switch-profile .profile-menu {
      right: 50%;
      margin-right: -132px; }
      .switch-profile .profile-menu:before {
        right: 50%;
        margin-right: -7px; }

  .paymentReceivedModal .payment-detail .col {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 15px;
    border-right: none;
    padding: 5px; }
    .paymentReceivedModal .payment-detail .col:last-child {
      width: 100%; }

  .ta-daterangepicker .calendar {
    width: 97.5% !important; } }
.breadcrumbCntr {
  background-color: #434343; }
  .breadcrumbCntr .breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    padding: 8px 0; }
    .breadcrumbCntr .breadcrumb > li {
      color: #ffffcc;
      line-height: 18px; }
      .breadcrumbCntr .breadcrumb > li + li:before {
        color: #ffffff;
        content: ">";
        padding: 0 5px; }
      .breadcrumbCntr .breadcrumb > li a {
        color: #ffffff; }

.update-alert .profile-menu .profile-dropdown li {
  background: none;
  width: 100%;
  float: left;
  width: 100%;
  padding: 12px 0;
  position: relative; }
  .update-alert .profile-menu .profile-dropdown li a {
    padding: 0; }
  .update-alert .profile-menu .profile-dropdown li:first-child {
    padding-top: 0px; }

.myappointment .main-title h1 {
  font: 26px "Montserrat-Black";
  margin: 0px 0 5px; }
.myappointment .main-title .appointment-date .mdnt-dropdown {
  width: 100px;
  display: inline-block; }
  .myappointment .main-title .appointment-date .mdnt-dropdown .mdnt-dropdown-type {
    border: none;
    padding: 0 20px;
    box-shadow: none;
    -webkit-box-shadow: none; }
    .myappointment .main-title .appointment-date .mdnt-dropdown .mdnt-dropdown-type span {
      display: inline-block;
      margin-left: 0;
      position: absolute;
      right: 0; }
  .myappointment .main-title .appointment-date .mdnt-dropdown ul.dropdown-menu {
    left: -50%;
    margin-left: 30px; }
    .myappointment .main-title .appointment-date .mdnt-dropdown ul.dropdown-menu li a.active {
      color: #333333; }
    .myappointment .main-title .appointment-date .mdnt-dropdown ul.dropdown-menu:before {
      content: "";
      position: absolute;
      left: 50%;
      margin-left: -10px;
      border-color: transparent transparent white;
      border-width: 10px;
      border-style: solid;
      top: -20px;
      height: 15px;
      width: 15px;
      display: inline-block; }

.appointmentclick {
  border-top: 1px solid #d2d2d2; }
  .appointmentclick.noborder {
    border: none; }
  .appointmentclick ul.appointmentmenu {
    float: right; }
    .appointmentclick ul.appointmentmenu li {
      float: left;
      position: relative; }
      .appointmentclick ul.appointmentmenu li a {
        color: #db5134; }
        .appointmentclick ul.appointmentmenu li a.click {
          padding: 15px;
          display: inline-block; }
          .appointmentclick ul.appointmentmenu li a.click:hover .icon-refine {
            background-position: -165px -705px; }
        .appointmentclick ul.appointmentmenu li a:hover {
          color: #cd3f22; }
      .appointmentclick ul.appointmentmenu li.active {
        background-color: #f5f5f5; }
        .appointmentclick ul.appointmentmenu li.active .click {
          color: #db5134; }
          .appointmentclick ul.appointmentmenu li.active .click .icon-refine {
            background-position: -165px -705px; }
    .appointmentclick ul.appointmentmenu.dropdown-menu {
      height: 120px;
      border-radius: 0;
      float: none;
      margin: 0;
      position: absolute;
      left: 15px;
      margin-right: 15px;
      padding: 0 0 0 10px;
      border: 0; }
      .appointmentclick ul.appointmentmenu.dropdown-menu li {
        width: 100%; }
        .appointmentclick ul.appointmentmenu.dropdown-menu li p {
          margin-bottom: 0px;
          line-height: 24px;
          padding: 5px 0; }

.refineBox {
  background-color: #f5f5f5;
  padding: 20px 95px; }
  .refineBox .filter h3 {
    font: 16px "Lato-Black"; }
  .refineBox .filter .type {
    font-weight: normal;
    position: relative;
    margin-right: 20px;
    margin-bottom: 0px;
    font-: 14px "Lato-Regular"; }
    .refineBox .filter .type .typeinfo {
      vertical-align: middle; }
  .refineBox .filter p span {
    font-size: 11px; }

.datefilter {
  display: block;
  color: #adadad;
  cursor: pointer;
  position: relative;
  width: 100%;
  padding-right: 30px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  padding: 7px 25px 7px 10px;
  background-color: #ffffff; }
  .datefilter label {
    margin-bottom: 0px;
    color: #999999;
    font-weight: normal;
    display: block; }
  .datefilter .dateinput {
    width: 48%; }
  .datefilter .icon-calendar {
    position: absolute;
    right: 5px;
    bottom: 10px; }

.filterDate .consulted-doctor {
  background-color: #ffffff;
  padding: 7px;
  border: 1px solid #eaeaea; }
.filterDate .Clear {
  color: #db5134; }

.appointmentTable {
  background-color: #f5f5f5; }
  .appointmentTable .upcoming-title {
    background-color: #ffffff;
    padding: 8px 20px;
    font: 18px "Montserrat-Bold";
    border-top: 1px solid #e5dcbb; }
  .appointmentTable .past-title {
    background-color: #ffffff;
    padding: 8px 20px;
    font: 18px "Montserrat-Bold";
    border-top: 1px solid #e5dcbb;
    border-bottom: 1px solid #e5dcbb; }
  .appointmentTable .upcoming {
    background-color: #ffffff;
    border-top: 1px solid #cccccc; }
    .appointmentTable .upcoming .table {
      margin-bottom: 0px;
      border-collapse: inherit; }
      .appointmentTable .upcoming .table thead tr th {
        padding: 15px 20px;
        font-size: 11px;
        color: #999999;
        border-bottom: 0; }
      .appointmentTable .upcoming .table tbody tr td {
        padding: 15px 20px;
        font-size: 12px;
        vertical-align: middle;
        position: relative; }
        .appointmentTable .upcoming .table tbody tr td span {
          display: inline-block; }
        .appointmentTable .upcoming .table tbody tr td ul li {
          padding: 0 10px;
          border-left: 1px solid #cccccc;
          position: relative;
          display: inline-block; }
          .appointmentTable .upcoming .table tbody tr td ul li:first-child {
            border-left: 0;
            padding-left: 0px; }
          .appointmentTable .upcoming .table tbody tr td ul li .icon-time, .appointmentTable .upcoming .table tbody tr td ul li .icon-schedule {
            position: absolute; }
          .appointmentTable .upcoming .table tbody tr td ul li .ist {
            line-height: 15px;
            padding-left: 20px;
            white-space: nowrap;
            margin-bottom: 0px; }
      .appointmentTable .upcoming .table tbody tr.dash-border td {
        border-top: 1px dashed #a1a1a1;
        border-bottom: 1px dashed #a1a1a1; }
        .appointmentTable .upcoming .table tbody tr.dash-border td:first-child {
          border-left: 1px dashed #a1a1a1; }
        .appointmentTable .upcoming .table tbody tr.dash-border td:last-child {
          border-right: 1px dashed #a1a1a1; }
    .appointmentTable .upcoming .bordered-input-field {
      margin-bottom: 0px; }
    .appointmentTable .upcoming .past {
      background-color: #f5f5f5; }
    .appointmentTable .upcoming.lab-report thead tr th:first-child {
      padding-left: 95px; }
    .appointmentTable .upcoming.lab-report tbody tr td:first-child {
      padding-left: 95px; }
  .appointmentTable .consult-info {
    background-color: #ffffcc;
    padding: 8px 20px;
    border-top: 1px solid #e5dcbb;
    border-bottom: 1px solid #e5dcbb; }
    .appointmentTable .consult-info p {
      margin: 0px;
      color: #666666; }
    .appointmentTable .consult-info a.call i {
      background-position: -90px -705px; }
    .appointmentTable .consult-info .issue {
      text-align: right; }
  .appointmentTable a {
    color: #db5134; }
  .appointmentTable .carousel-indicators {
    bottom: -40px;
    margin-bottom: 0; }
    .appointmentTable .carousel-indicators li {
      background-color: transparent;
      border: 0;
      text-indent: inherit;
      margin: 0 7px;
      height: auto;
      width: auto;
      vertical-align: middle;
      color: #db5134; }
      .appointmentTable .carousel-indicators li.active {
        color: #333333; }
  .appointmentTable .carousel-control {
    background-color: transparent;
    opacity: 1;
    position: static;
    text-shadow: inherit;
    background-image: none;
    width: auto; }
    .appointmentTable .carousel-control.left {
      left: 0; }
    .appointmentTable .carousel-control.right {
      right: 0; }
    .appointmentTable .carousel-control .arrow {
      border: 1px solid #cccccc;
      border-radius: 50%;
      font-size: 25px;
      height: 30px;
      line-height: 27px;
      width: 30px;
      color: #cccccc; }
      .appointmentTable .carousel-control .arrow.active, .appointmentTable .carousel-control .arrow:hover {
        border: 1px solid #db5134;
        color: #db5134;
        background: none; }

.appointmentDetail {
  background-color: #ffffff;
  padding: 45px 95px; }
  .appointmentDetail .consultation-note h2 {
    font: 18px "Lato-Black";
    margin-bottom: 5px;
    margin-top: 15px; }
  .appointmentDetail .consultation-note span {
    vertical-align: middle;
    display: inline-block; }

.consultation-file {
  overflow: hidden;
  margin-top: 18px; }
  .consultation-file li {
    float: left;
    border-left: 1px solid #999999;
    padding: 0 7px; }
    .consultation-file li:first-child {
      border-left: 0; }
    .consultation-file li a {
      color: #db5134;
      line-height: 26px;
      display: inline-block; }
      .consultation-file li a .view-file {
        font-size: 25px;
        vertical-align: middle;
        margin-right: 10px;
        line-height: 26px; }

.profile-info {
  position: relative;
  padding-left: 90px; }
  .profile-info.my-query {
    padding-left: 0px;
    word-wrap: break-word; }
    .profile-info.my-query.appointment-query .textBox {
      padding-left: 50px; }
  .profile-info .imgBox {
    float: left;
    border-radius: 50%;
    overflow: hidden;
    width: 75px;
    height: 75px;
    position: absolute;
    left: 0px;
    top: 0px; }
    .profile-info .imgBox img {
      width: 75px; }
  .profile-info .textBox h3 {
    padding-bottom: 7px;
    margin: 0;
    font: 16px "Lato-Black"; }
  .profile-info .textBox p {
    margin: 0 0 5px;
    color: #333333;
    font-size: 14px; }
  .profile-info .textBox .view-profile {
    color: #db5134; }
    .profile-info .textBox .view-profile:hover {
      color: #cd3f22; }
  .profile-info.my-query .imgBox {
    width: 36px;
    height: 36px; }
    .profile-info.my-query .imgBox img {
      width: 36px; }
  .profile-info.my-query .query {
    background-color: #f0f0f0;
    padding: 3px 15px 5px;
    display: inline-block;
    min-width: 260px;
    margin-bottom: 3px; }
    .profile-info.my-query .query a {
      color: #db5134; }
      .profile-info.my-query .query a:hover {
        color: #cd3f22; }
  .profile-info.my-query .attachmentquery {
    margin-left: 50px; }
  .profile-info.my-query .attachment p {
    margin-bottom: 0; }

.consultationinfo .consult-info {
  background-color: #f0f0f0;
  padding: 15px;
  float: left;
  width: 100%;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  margin-top: 12px; }
  .consultationinfo .consult-info li {
    float: left;
    padding: 0 20px;
    border-right: 1px solid #d8d8d8; }
    .consultationinfo .consult-info li:last-child {
      border-right: 0; }
    .consultationinfo .consult-info li .title {
      display: inline-block;
      line-height: 18px;
      text-transform: uppercase;
      font-size: 12px; }
    .consultationinfo .consult-info li p {
      margin-bottom: 0px;
      font-family: "Lato-Bold"; }

.chatBox {
  background-color: #f5f5f5;
  padding: 15px 30px;
  position: relative; }
  .chatBox h3 {
    margin: 0px 0 20px; }
  .chatBox .typemsg {
    position: relative; }
    .chatBox .typemsg .msg {
      border-radius: 0px;
      height: 50px;
      padding: 10px 38px 10px 18px; }
    .chatBox .typemsg .chatbtn {
      position: absolute;
      right: 0px;
      top: 4px;
      background: none;
      padding: 10px; }
      .chatBox .typemsg .chatbtn .fa-arrow-right {
        font-size: 20px;
        color: #db5134; }
      .chatBox .typemsg .chatbtn:hover .fa-arrow-right {
        color: #cd3f22; }
    .chatBox .typemsg .audio-chat-link {
      position: absolute;
      right: -70px;
      top: -3px; }
  .chatBox .arrow-angle {
    color: #db5134;
    font-size: 25px; }

.pay-to-view {
  width: 100%;
  background-color: #f5f5f5;
  border: 1px dashed #a1a1a1;
  padding: 0px 15px 6px 15px; }
  .pay-to-view h4 {
    font-family: "Lato-Bold"; }

.conversation {
  max-height: 205px; }
  .conversation li {
    margin: 10px 0;
    float: left;
    width: 100%;
    position: relative;
    padding: 0 46px; }
    .conversation li .chat {
      padding: 15px 20px;
      width: 100%;
      position: relative;
      box-shadow: 0 0 5px 0 #ccc; }
      .conversation li .chat:before {
        position: absolute;
        content: '';
        width: 10px;
        height: 10px;
        top: 10px; }
    .conversation li .doctorchat .chat {
      background-color: #606164;
      float: right; }
      .conversation li .doctorchat .chat:before {
        background-color: #606164;
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        right: -5px; }
      .conversation li .doctorchat .chat p {
        color: #ffffff; }
    .conversation li .doctorchat .profileimg3 {
      position: absolute;
      right: 0;
      top: 0; }
    .conversation li .patientchat .chat {
      background-color: #ffffff;
      float: left; }
      .conversation li .patientchat .chat:before {
        background-color: #ffffff;
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        left: -5px;
        box-shadow: -3px -3px 5px -3px #ccc; }
    .conversation li .patientchat .profileimg3 {
      left: 0;
      top: 0;
      position: absolute; }

.profile-menu .profile-dropdown.list-border-none li {
  border-top: 0px; }
.profile-menu .profile-dropdown li a.mdnta-btn1 {
  padding: 5px 30px; }

.reportBox {
  background: #ffffff;
  padding: 50px 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175); }
  .reportBox .report {
    text-align: center; }
    .reportBox .report img {
      display: inline-block; }

.uploadbox {
  position: relative;
  margin-top: 13px; }
  .uploadbox span {
    vertical-align: middle; }
  .uploadbox .upload {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 10;
    opacity: 0;
    width: 100%; }
  .uploadbox .fa-file-o {
    vertical-align: middle; }
  .uploadbox .uploadinput {
    vertical-align: inherit;
    width: 70px; }

@media screen and (max-width: 1024px) {
  .refineBox {
    padding: 20px 15px; }

  .appointmentDetail {
    padding: 20px 15px; }

  .consultationinfo .consult-info li {
    padding: 0 10px; }

  .appointmentTable .upcoming .table tbody tr td {
    white-space: nowrap; }
  .appointmentTable .upcoming.lab-report thead tr th:first-child {
    padding-left: 20px; }
  .appointmentTable .upcoming.lab-report tbody tr td:first-child {
    padding-left: 20px; } }
@media screen and (max-width: 767px) {
  .consultationinfo .consult-info {
    padding: 0px 10px;
    width: auto;
    border-bottom: 0;
    margin: 0 -15px; }
    .consultationinfo .consult-info li {
      padding: 10px 15px;
      width: 50%;
      border-right: 0;
      border-bottom: 1px solid #d8d8d8; }
      .consultationinfo .consult-info li p {
        font-size: 13px; }

  .breadcrumbCntr {
    background-color: #db5134;
    /*.breadcrumb  {
    	padding-left: 0px;
    	> li  {
    		display: none;
    		+li {
    			&:before {
    			    content: "\f060";
    			    font-family: FontAwesome;
    			    padding-right: 15px;
    			}
    			&:last-child{
    				display: block;
    			}
    		}
    	}
    }*/ }

  .appointmentTable .consult-info .issue {
    text-align: left;
    margin-top: 15px; }
  .appointmentTable .upcoming.lab-report thead tr th:first-child {
    padding-left: 20px; }
  .appointmentTable .upcoming.lab-report tbody tr td:first-child {
    padding-left: 20px; }

  .refineBox {
    padding: 10px 15px; }
    .refineBox .filter .type {
      margin-right: 0;
      width: 48%; }

  .appointmentclick ul.appointmentmenu {
    width: 100%;
    text-align: right; }
    .appointmentclick ul.appointmentmenu li {
      float: none;
      display: inline-block; }

  .chatBox {
    padding: 10px; }
    .chatBox .typemsg .msg {
      padding: 10px 35px 10px 12px;
      text-overflow: ellipsis; }

  .profile-info.my-query .query {
    background-color: transparent;
    margin-bottom: 3px;
    padding: 5px 10px;
    border-top: 1px solid #f0f0f0; }
    .profile-info.my-query .query .file-close {
      border-left: 1px solid #f0f0f0;
      padding: 3px 0px 3px 10px;
      display: inline-block; }
  .profile-info.my-query .attachmentquery {
    margin-left: 0px; } }
@media screen and (max-width: 590px) {
  .conversation li {
    padding: 0 46px 0 0; }
    .conversation li .chat {
      padding: 10px;
      width: 100%; }
    .conversation li.left {
      padding: 0 0 0 46px; } }
@media screen and (max-width: 479px) {
  .consultationinfo .consult-info li {
    width: 100%;
    padding: 10px 0px; } }
/* Footer with copyrightBox */
.copyrightBox {
  padding: 15px 0 18px;
  text-align: center;
  /*background-color: $septenary-color;*/
  background-color: #eaeaea;
  border-top: 1px solid #d2d2d2; }
  .copyrightBox p {
    font-family: "Lato-Regular";
    font-size: 12px;
    line-height: 18px;
    color: #6f6f6f;
    margin-bottom: 0;
    opacity: 0.7; }

/* Media Queries */
@media only screen and (max-width: 767px) {
  .copyrightBox p, .copyrightBox .text-mobile {
    text-align: center; } }
.familymemberArea {
  padding-top: 40px; }
  .familymemberArea .btn.add-member {
    margin-bottom: 10px; }
    .familymemberArea .btn.add-member:hover .icon-plus {
      background-position: -270px -391px; }
  .familymemberArea .tabsSlider {
    background: white;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); }
    .familymemberArea .tabsSlider .members_list {
      text-align: center;
      position: relative;
      max-width: 600px;
      display: block;
      margin: 0 auto -1px;
      border: none;
      /* Owl carasal override */ }
      .familymemberArea .tabsSlider .members_list .owl-wrapper-outer {
        margin-top: -50px; }
      .familymemberArea .tabsSlider .members_list .member-avatar {
        display: inline-block;
        text-align: center;
        padding: 0 30px 25px;
        position: relative;
        width: 100%; }
        .familymemberArea .tabsSlider .members_list .member-avatar figure.member-pic {
          border-radius: 50%;
          border: 4px solid #eaeaea;
          overflow: hidden;
          height: 105px;
          width: 105px;
          margin: 0 auto;
          position: relative; }
          .familymemberArea .tabsSlider .members_list .member-avatar figure.member-pic img {
            width: 100%; }
          .familymemberArea .tabsSlider .members_list .member-avatar figure.member-pic .upload-pic {
            position: absolute;
            bottom: -1px;
            width: 100%;
            height: 0px;
            border: 1px solid transparent;
            display: none; }
          .familymemberArea .tabsSlider .members_list .member-avatar figure.member-pic:hover .upload-pic {
            display: block;
            border: 1px solid rgba(0, 0, 0, 0.5);
            height: 30px;
            background: #ffffff; }
        .familymemberArea .tabsSlider .members_list .member-avatar .name {
          font-size: 16px;
          font-family: "Lato-Black";
          color: #db5134;
          margin: 5px 0;
          line-height: 24px;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap; }
          .familymemberArea .tabsSlider .members_list .member-avatar .name .relation {
            display: block;
            font-family: "Lato-Regular";
            font-size: 14px;
            color: #999999; }
        .familymemberArea .tabsSlider .members_list .member-avatar.active:after {
          height: 20px;
          width: 20px;
          border-color: transparent transparent white;
          border-width: 10px;
          border-style: solid;
          content: "";
          bottom: -1px;
          position: absolute;
          z-index: 1;
          margin-left: -10px; }
        .familymemberArea .tabsSlider .members_list .member-avatar.active:before {
          height: 20px;
          width: 20px;
          border-color: transparent transparent black;
          border-width: 10px;
          border-style: solid;
          content: "";
          bottom: -1px;
          position: absolute;
          margin-left: -10px; }
      .familymemberArea .tabsSlider .members_list > li > a {
        border: none;
        background: none; }
    .familymemberArea .tabsSlider .member-detail {
      width: 100%;
      text-align: left;
      border-top: 1px solid #d6d6d6; }
      .familymemberArea .tabsSlider .member-detail .profile-links {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #d6d6d6;
        position: relative; }
        .familymemberArea .tabsSlider .member-detail .profile-links ul.links {
          margin: 0 auto; }
          .familymemberArea .tabsSlider .member-detail .profile-links ul.links li {
            font-size: 14px;
            color: #666666; }
            .familymemberArea .tabsSlider .member-detail .profile-links ul.links li a {
              color: #db5134; }
        .familymemberArea .tabsSlider .member-detail .profile-links .close {
          position: absolute;
          right: 20px;
          top: 27px;
          font-size: 16px; }
      .familymemberArea .tabsSlider .member-detail .contact-details .detail-block {
        width: calc(100% / 3);
        float: left;
        padding: 35px 25px;
        border-right: 1px solid #d6d6d6; }
        .familymemberArea .tabsSlider .member-detail .contact-details .detail-block h4 {
          font-size: 16px;
          color: #000000;
          font-family: "Lato-Black";
          margin-bottom: 15px; }
        .familymemberArea .tabsSlider .member-detail .contact-details .detail-block .left {
          width: 50%;
          float: left;
          font-size: 14px;
          color: #333333; }
          .familymemberArea .tabsSlider .member-detail .contact-details .detail-block .left span {
            color: #999999;
            font-size: 11px;
            display: block; }
            .familymemberArea .tabsSlider .member-detail .contact-details .detail-block .left span.value {
              color: #333333;
              font-size: 14px;
              padding-left: 20px;
              position: relative; }
              .familymemberArea .tabsSlider .member-detail .contact-details .detail-block .left span.value .icon {
                position: absolute;
                left: 0;
                top: 2px; }
        .familymemberArea .tabsSlider .member-detail .contact-details .detail-block .right {
          width: 50%;
          float: left;
          font-size: 14px;
          color: #333333; }
          .familymemberArea .tabsSlider .member-detail .contact-details .detail-block .right span {
            color: #999999;
            font-size: 11px;
            display: block; }
            .familymemberArea .tabsSlider .member-detail .contact-details .detail-block .right span.value {
              color: #333333;
              font-size: 14px;
              padding-left: 20px;
              position: relative; }
              .familymemberArea .tabsSlider .member-detail .contact-details .detail-block .right span.value .icon {
                position: absolute;
                left: 0;
                top: 2px; }
        .familymemberArea .tabsSlider .member-detail .contact-details .detail-block.Address-detail-block {
          border-right: 0; }
          .familymemberArea .tabsSlider .member-detail .contact-details .detail-block.Address-detail-block .address {
            font-size: 14px;
            color: #333333; }
        .familymemberArea .tabsSlider .member-detail .contact-details .detail-block:last-child {
          border-right: 0; }
    .familymemberArea .tabsSlider .owl-controls {
      position: absolute;
      width: 100%;
      top: 50px;
      margin-top: 0; }
      .familymemberArea .tabsSlider .owl-controls .owl-buttons .owl-prev {
        right: 100%;
        position: absolute;
        background: none;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        border: 2px solid #db5134;
        font-size: 0;
        opacity: 1; }
        .familymemberArea .tabsSlider .owl-controls .owl-buttons .owl-prev:before {
          content: "\f053";
          position: absolute;
          width: 100%;
          height: 100%;
          font-family: 'FontAwesome';
          color: #db5134;
          font-size: 20px;
          left: -1px;
          top: -1px;
          line-height: 30px;
          text-align: center; }
        .familymemberArea .tabsSlider .owl-controls .owl-buttons .owl-prev.disabled {
          opacity: 0.5; }
          .familymemberArea .tabsSlider .owl-controls .owl-buttons .owl-prev.disabled:hover {
            opacity: 0.5; }
      .familymemberArea .tabsSlider .owl-controls .owl-buttons .owl-next {
        left: 100%;
        position: absolute;
        background: none;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        border: 2px solid #db5134;
        font-size: 0;
        opacity: 1; }
        .familymemberArea .tabsSlider .owl-controls .owl-buttons .owl-next:before {
          content: "\f054";
          position: absolute;
          width: 100%;
          height: 100%;
          font-family: 'FontAwesome';
          color: #db5134;
          font-size: 20px;
          right: -1px;
          top: -1px;
          line-height: 30px;
          text-align: center; }
        .familymemberArea .tabsSlider .owl-controls .owl-buttons .owl-next.disabled {
          opacity: 0.5; }
          .familymemberArea .tabsSlider .owl-controls .owl-buttons .owl-next.disabled:hover {
            opacity: 0.5; }
  .familymemberArea .updatememberProfile {
    background: white;
    margin-top: 50px; }
    .familymemberArea .updatememberProfile .profile-avatar {
      text-align: center;
      border-bottom: 1px solid #d6d6d6; }
      .familymemberArea .updatememberProfile .profile-avatar .member-avatar {
        display: inline-block;
        text-align: center;
        padding: 0 30px 25px;
        position: relative;
        margin: -50px auto 0; }
        .familymemberArea .updatememberProfile .profile-avatar .member-avatar:after {
          height: 20px;
          width: 20px;
          border-color: transparent transparent white;
          border-width: 10px;
          border-style: solid;
          content: "";
          bottom: -1px;
          position: absolute;
          z-index: 1;
          margin-left: -10px; }
        .familymemberArea .updatememberProfile .profile-avatar .member-avatar:before {
          height: 20px;
          width: 20px;
          border-color: transparent transparent black;
          border-width: 10px;
          border-style: solid;
          content: "";
          bottom: -1px;
          position: absolute;
          margin-left: -10px; }
        .familymemberArea .updatememberProfile .profile-avatar .member-avatar figure.member-pic {
          border-radius: 50%;
          border: 4px solid #eaeaea;
          overflow: hidden;
          height: 105px;
          width: 105px;
          margin: 0 auto;
          position: relative; }
          .familymemberArea .updatememberProfile .profile-avatar .member-avatar figure.member-pic img {
            width: 100%; }
          .familymemberArea .updatememberProfile .profile-avatar .member-avatar figure.member-pic .upload-pic {
            position: absolute;
            bottom: -1px;
            width: 100%;
            height: 0px;
            border: 1px solid transparent;
            display: none; }
            .familymemberArea .updatememberProfile .profile-avatar .member-avatar figure.member-pic .upload-pic .upfile {
              cursor: pointer;
              opacity: 0;
              position: absolute;
              top: 0;
              width: 100%;
              z-index: 10; }
          .familymemberArea .updatememberProfile .profile-avatar .member-avatar figure.member-pic:hover .upload-pic {
            display: block;
            border: 1px solid rgba(0, 0, 0, 0.5);
            height: 30px;
            background: #ffffff; }
        .familymemberArea .updatememberProfile .profile-avatar .member-avatar .name {
          font-size: 16px;
          font-family: "Lato-Black";
          color: #db5134;
          margin: 5px 0;
          line-height: 24px; }
          .familymemberArea .updatememberProfile .profile-avatar .member-avatar .name .relation {
            display: block;
            font-family: "Lato-Regular";
            font-size: 14px;
            color: #999999; }
        .familymemberArea .updatememberProfile .profile-avatar .member-avatar.active:after {
          height: 20px;
          width: 20px;
          border-color: transparent transparent white;
          border-width: 10px;
          border-style: solid;
          content: "";
          bottom: -1px;
          position: absolute;
          z-index: 1;
          margin-left: -10px; }
        .familymemberArea .updatememberProfile .profile-avatar .member-avatar.active:before {
          height: 20px;
          width: 20px;
          border-color: transparent transparent black;
          border-width: 10px;
          border-style: solid;
          content: "";
          bottom: -1px;
          position: absolute;
          margin-left: -10px; }
    .familymemberArea .updatememberProfile .basic-detail {
      text-align: center;
      border-bottom: 1px solid #d6d6d6; }
      .familymemberArea .updatememberProfile .basic-detail .detail-block {
        display: inline-block;
        font-size: 14px;
        color: #333333;
        padding: 15px 12px;
        text-align: left; }
        .familymemberArea .updatememberProfile .basic-detail .detail-block span {
          color: #999999;
          font-size: 11px;
          display: block; }
    .familymemberArea .updatememberProfile .contact-details > .left {
      width: 50%;
      float: left;
      padding: 30px 15px 30px 190px;
      border-right: 1px solid #d6d6d6; }
      .familymemberArea .updatememberProfile .contact-details > .left a {
        color: #db5134; }
      .familymemberArea .updatememberProfile .contact-details > .left div.text {
        font-size: 14px;
        color: #999999;
        position: relative; }
        .familymemberArea .updatememberProfile .contact-details > .left div.text .info-icon {
          position: relative; }
          .familymemberArea .updatememberProfile .contact-details > .left div.text .info-icon .popup-info.information {
            width: 265px;
            margin-left: -132px;
            top: 28px;
            visibility: hidden; }
            .familymemberArea .updatememberProfile .contact-details > .left div.text .info-icon .popup-info.information:before {
              border-color: transparent transparent #fff5d0;
              border-style: solid;
              border-width: 10px;
              margin-left: -18px;
              top: -20px;
              content: "";
              left: 50%;
              position: absolute;
              display: inline-block;
              width: 20px; }
            .familymemberArea .updatememberProfile .contact-details > .left div.text .info-icon .popup-info.information .right p {
              color: #333333; }
          .familymemberArea .updatememberProfile .contact-details > .left div.text .info-icon:hover {
            color: #333333; }
            .familymemberArea .updatememberProfile .contact-details > .left div.text .info-icon:hover .popup-info.information {
              visibility: visible;
              width: 265px;
              margin-left: -133px;
              top: 28px;
              cursor: default; }
              .familymemberArea .updatememberProfile .contact-details > .left div.text .info-icon:hover .popup-info.information:before {
                border-color: transparent transparent #fff5d0;
                border-style: solid;
                border-width: 10px;
                margin-left: -18px;
                top: -20px;
                content: "";
                left: 50%;
                position: absolute; }
      .familymemberArea .updatememberProfile .contact-details > .left .contact-detail-block {
        margin-top: 10px;
        margin-bottom: 10px; }
        .familymemberArea .updatememberProfile .contact-details > .left .contact-detail-block h4 {
          font-size: 16px;
          color: #000000;
          font-family: "Lato-Black";
          margin-bottom: 15px; }
        .familymemberArea .updatememberProfile .contact-details > .left .contact-detail-block .left {
          width: 50%;
          float: left;
          font-size: 14px;
          color: #333333; }
          .familymemberArea .updatememberProfile .contact-details > .left .contact-detail-block .left span {
            color: #999999;
            font-size: 11px;
            display: block; }
            .familymemberArea .updatememberProfile .contact-details > .left .contact-detail-block .left span.value {
              color: #333333;
              font-size: 14px;
              padding-left: 20px;
              position: relative; }
              .familymemberArea .updatememberProfile .contact-details > .left .contact-detail-block .left span.value .icon {
                position: absolute;
                left: 0;
                top: 2px; }
        .familymemberArea .updatememberProfile .contact-details > .left .contact-detail-block .right {
          width: 50%;
          float: left;
          font-size: 14px;
          color: #333333; }
          .familymemberArea .updatememberProfile .contact-details > .left .contact-detail-block .right span {
            color: #999999;
            font-size: 11px;
            display: block; }
            .familymemberArea .updatememberProfile .contact-details > .left .contact-detail-block .right span.value {
              color: #333333;
              font-size: 14px;
              padding-left: 20px;
              position: relative; }
              .familymemberArea .updatememberProfile .contact-details > .left .contact-detail-block .right span.value .icon {
                position: absolute;
                left: 0;
                top: 2px; }
    .familymemberArea .updatememberProfile .contact-details > .right {
      width: 50%;
      float: left;
      padding: 30px 190px 30px 15px; }
      .familymemberArea .updatememberProfile .contact-details > .right p.note {
        margin-top: 15px;
        font-size: 14px;
        color: #999999; }
    .familymemberArea .updatememberProfile .contact-details h4 {
      font-size: 16px;
      font-family: "Lato-Black";
      color: #000000; }
  .familymemberArea .addMember .selectRelation {
    margin-top: -50px; }
    .familymemberArea .addMember .selectRelation .contact-details .detail-block {
      width: calc(100% / 3);
      float: left;
      padding: 35px 20px;
      border-right: 1px solid #d6d6d6; }
      .familymemberArea .addMember .selectRelation .contact-details .detail-block p {
        margin-bottom: 0; }
      .familymemberArea .addMember .selectRelation .contact-details .detail-block h4 {
        font-size: 16px;
        color: #000000;
        font-family: "Lato-Black";
        margin-bottom: 15px; }
      .familymemberArea .addMember .selectRelation .contact-details .detail-block .left {
        width: 50%;
        float: left;
        font-size: 14px;
        color: #333333;
        word-wrap: break-word;
        padding-right: 5px; }
        .familymemberArea .addMember .selectRelation .contact-details .detail-block .left span {
          color: #999999;
          font-size: 11px;
          display: block; }
          .familymemberArea .addMember .selectRelation .contact-details .detail-block .left span.value {
            color: #333333;
            font-size: 14px;
            padding-left: 20px;
            position: relative; }
            .familymemberArea .addMember .selectRelation .contact-details .detail-block .left span.value .icon {
              position: absolute;
              left: 0;
              top: 2px; }
      .familymemberArea .addMember .selectRelation .contact-details .detail-block .right {
        width: 50%;
        float: left;
        font-size: 14px;
        color: #333333;
        word-wrap: break-word; }
        .familymemberArea .addMember .selectRelation .contact-details .detail-block .right span {
          color: #999999;
          font-size: 11px;
          display: block; }
          .familymemberArea .addMember .selectRelation .contact-details .detail-block .right span.value {
            color: #333333;
            font-size: 14px;
            padding-left: 20px;
            position: relative; }
            .familymemberArea .addMember .selectRelation .contact-details .detail-block .right span.value .icon {
              position: absolute;
              left: 0;
              top: 2px; }
      .familymemberArea .addMember .selectRelation .contact-details .detail-block.contact-detail-block .member-details {
        position: relative;
        padding-left: 35px; }
        .familymemberArea .addMember .selectRelation .contact-details .detail-block.contact-detail-block .member-details .icon-member-icon {
          position: absolute;
          left: 0;
          top: 0; }
        .familymemberArea .addMember .selectRelation .contact-details .detail-block.contact-detail-block .member-details span.name {
          display: block; }
        .familymemberArea .addMember .selectRelation .contact-details .detail-block.contact-detail-block .member-details span.date {
          display: block; }
      .familymemberArea .addMember .selectRelation .contact-details .detail-block.Address-detail-block {
        border-right: 0; }
        .familymemberArea .addMember .selectRelation .contact-details .detail-block.Address-detail-block .address {
          font-size: 14px;
          color: #333333; }
      .familymemberArea .addMember .selectRelation .contact-details .detail-block:last-child {
        border-right: 0; }
    .familymemberArea .addMember .selectRelation .relationship {
      background: #f0f0f0;
      border-top: 1px solid #d8d8d8;
      border-bottom: 1px solid #d8d8d8;
      padding: 20px 20px 0;
      margin-bottom: 15px; }
      .familymemberArea .addMember .selectRelation .relationship .btn-link {
        padding: 5px 18px; }
  .familymemberArea .addMember .member_details .detail-block {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e8e8e8; }
    .familymemberArea .addMember .member_details .detail-block h4 {
      font-family: "Lato-Black";
      color: #000000;
      font-size: 16px; }
    .familymemberArea .addMember .member_details .detail-block:last-child {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: none; }

/* Media Queries */
@media only screen and (min-width: 992px) {
  .familymemberArea .updatememberProfile.updt-pro .left {
    padding: 0px 30px 30px 190px !important; }
  .familymemberArea .updatememberProfile.updt-pro .right {
    padding: 0px 190px 30px 30px !important; } }
@media only screen and (max-width: 1199px) {
  .familymemberArea .updatememberProfile .contact-details > .left {
    padding: 15px; }
  .familymemberArea .updatememberProfile .contact-details > .right {
    padding: 15px; } }
@media only screen and (max-width: 991px) {
  .familymemberArea .tabsSlider .members_list .owl-wrapper-outer {
    margin-top: 0;
    padding-top: 20px; }
  .familymemberArea .tabsSlider .member-detail .contact-details .detail-block .left {
    width: 100%;
    margin-bottom: 15px; }
  .familymemberArea .tabsSlider .member-detail .contact-details .detail-block .right {
    width: 100%; }
  .familymemberArea .addMember .selectRelation .contact-details .detail-block .left {
    width: 100%;
    margin-bottom: 10px; }
  .familymemberArea .addMember .selectRelation .contact-details .detail-block .right {
    width: 100%; } }
@media only screen and (max-width: 767px) {
  .familymemberArea {
    padding-top: 10px; }
    .familymemberArea .btn.add-member {
      width: 100%;
      background: #db5134;
      color: white !important;
      font-size: 18px; }
      .familymemberArea .btn.add-member i {
        display: none; }
    .familymemberArea .tabsSlider .owl-controls .owl-buttons .owl-prev {
      left: 0;
      right: auto; }
    .familymemberArea .tabsSlider .owl-controls .owl-buttons .owl-next {
      right: 0;
      left: auto; }
    .familymemberArea .tabsSlider .member-detail .profile-links {
      padding-left: 15px;
      border: none;
      padding-bottom: 0; }
      .familymemberArea .tabsSlider .member-detail .profile-links ul.links {
        margin: 0; }
        .familymemberArea .tabsSlider .member-detail .profile-links ul.links li {
          margin: 0 0 10px;
          padding: 0;
          text-align: left;
          display: block; }
      .familymemberArea .tabsSlider .member-detail .profile-links .close {
        top: 22px; }
    .familymemberArea .tabsSlider .member-detail .contact-details .detail-block {
      border: none;
      width: 100%;
      height: auto !important;
      padding: 10px 15px;
      margin: 0;
      border-bottom: 1px solid #d6d6d6; }
      .familymemberArea .tabsSlider .member-detail .contact-details .detail-block h4 {
        margin-top: 0; }
      .familymemberArea .tabsSlider .member-detail .contact-details .detail-block.Address-detail-block {
        border-bottom: none; }
    .familymemberArea .updatememberProfile .contact-details > .left .contact-detail-block .right {
      width: 100%; }
    .familymemberArea .updatememberProfile .contact-details > .left .contact-detail-block .left {
      width: 100%;
      margin-bottom: 10px; }
    .familymemberArea .updatememberProfile .contact-details > .left div.text .info-icon .popup-info.information {
      right: -20px;
      margin-left: 0; }
      .familymemberArea .updatememberProfile .contact-details > .left div.text .info-icon .popup-info.information:before {
        right: 18px;
        left: auto; }
    .familymemberArea .updatememberProfile .contact-details > .left div.text .info-icon:hover .popup-info.information {
      right: -20px;
      margin-left: 0; }
      .familymemberArea .updatememberProfile .contact-details > .left div.text .info-icon:hover .popup-info.information:before {
        right: 18px;
        left: auto; }
    .familymemberArea .addMember .selectRelation {
      margin-top: 0; }
      .familymemberArea .addMember .selectRelation .contact-details .detail-block {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #d6d6d6;
        height: auto !important;
        padding: 0px 0 15px; } }
@media only screen and (max-width: 600px) {
  .familymemberArea .updatememberProfile .contact-details > .left {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #d6d6d6; }
  .familymemberArea .updatememberProfile .contact-details > .right {
    width: 100%; } }
.healthcheckupRecord {
  padding: 35px 0 100px; }
  .healthcheckupRecord .health-check-tab li a {
    position: relative; }
    .healthcheckupRecord .health-check-tab li a i.icon-25 {
      position: absolute;
      left: 70px;
      top: 35px; }
    .healthcheckupRecord .health-check-tab li a .tab-title h4 {
      color: white;
      font-size: 16px;
      font-family: "Lato-Black";
      border-bottom: 1px solid #e8b6ac;
      padding-bottom: 5px;
      margin-bottom: 5px; }
      .healthcheckupRecord .health-check-tab li a .tab-title h4 span {
        display: block;
        color: rgba(255, 255, 255, 0.6);
        font-size: 12px;
        font-family: "Lato-Regular"; }
    .healthcheckupRecord .health-check-tab li a .tab-title .fasting {
      width: 50%;
      display: inline-block; }
      .healthcheckupRecord .health-check-tab li a .tab-title .fasting .name {
        display: block;
        color: rgba(255, 255, 255, 0.6);
        font-size: 12px;
        font-family: "Lato-Regular"; }
      .healthcheckupRecord .health-check-tab li a .tab-title .fasting .value {
        display: block;
        font-size: 14px;
        color: white;
        font-family: "Lato-Bold"; }
    .healthcheckupRecord .health-check-tab li a .tab-title .prandial {
      width: 50%;
      float: left; }
      .healthcheckupRecord .health-check-tab li a .tab-title .prandial .name {
        display: block;
        color: rgba(255, 255, 255, 0.6);
        font-size: 12px;
        font-family: "Lato-Regular"; }
      .healthcheckupRecord .health-check-tab li a .tab-title .prandial .value {
        display: block;
        font-size: 14px;
        color: white;
        font-family: "Lato-Bold"; }
    .healthcheckupRecord .health-check-tab li a .tab-title .weight .value, .healthcheckupRecord .health-check-tab li a .tab-title .pressure .value {
      display: block;
      font-size: 14px;
      color: white;
      font-family: "Lato-Bold"; }
  .healthcheckupRecord .reports-content h4 {
    font-size: 16px;
    color: #000000;
    font-family: "Lato-Black";
    margin-bottom: 0; }
  .healthcheckupRecord .reports-content .normal-range-value {
    font-size: 14px;
    font-family: "Lato-Regular";
    color: #333333;
    border-bottom: 1px solid #c2c2c2;
    padding: 0 0 10px;
    min-height: 20px; }
    .healthcheckupRecord .reports-content .normal-range-value li {
      border-right: 1px solid #c2c2c2;
      margin: 0 0 5px;
      padding: 0 25px;
      display: inline-block; }
      .healthcheckupRecord .reports-content .normal-range-value li:first-child {
        padding-left: 0; }
      .healthcheckupRecord .reports-content .normal-range-value li:last-child {
        padding-right: 0;
        border-right: none; }
  .healthcheckupRecord .reports-content .filter-option {
    padding: 0; }
    .healthcheckupRecord .reports-content .filter-option .left-content {
      width: 50%;
      float: left;
      padding: 20px 10px 20px 0;
      color: #666666;
      font-size: 14px;
      font-family: "Lato-Bold"; }
    .healthcheckupRecord .reports-content .filter-option .right-content {
      width: 50%;
      float: right;
      text-align: right; }
      .healthcheckupRecord .reports-content .filter-option .right-content .mdnta-btn1.add-value-btn {
        margin: 15px 0;
        padding-left: 15px;
        padding-right: 15px;
        position: relative; }
        .healthcheckupRecord .reports-content .filter-option .right-content .mdnta-btn1.add-value-btn.active:before {
          content: "";
          border-color: transparent transparent #eaeaea;
          border-width: 10px;
          border-style: solid;
          position: absolute;
          top: 26px;
          left: 50%;
          margin-left: -10px; }
        .healthcheckupRecord .reports-content .filter-option .right-content .mdnta-btn1.add-value-btn.active:after {
          content: "";
          border-color: transparent transparent #f5f5f5;
          border-width: 10px;
          border-style: solid;
          position: absolute;
          top: 27px;
          left: 50%;
          margin-left: -10px; }
      .healthcheckupRecord .reports-content .filter-option .right-content .btn-link {
        padding: 20px 10px; }
      .healthcheckupRecord .reports-content .filter-option .right-content .refine-btn.active {
        background: #f5f5f5;
        border-left: 1px solid #eaeaea;
        border-right: 1px solid #eaeaea;
        box-shadow: 0px -1px 1px 0 rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px -1px 1px 0 rgba(0, 0, 0, 0.2); }
    .healthcheckupRecord .reports-content .filter-option .add-latest-value-dropdown {
      background: #f5f5f5;
      padding: 20px 20px;
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
      border: 1px solid #eaeaea;
      margin-bottom: 50px;
      display: none;
      width: 100%; }
      .healthcheckupRecord .reports-content .filter-option .add-latest-value-dropdown .t-cell {
        display: table-cell;
        vertical-align: middle; }
      .healthcheckupRecord .reports-content .filter-option .add-latest-value-dropdown p.label-text {
        margin: 0;
        padding-right: 10px; }
        .healthcheckupRecord .reports-content .filter-option .add-latest-value-dropdown p.label-text span.red {
          color: #db5134;
          display: inline-block;
          margin: 0 8px; }
        .healthcheckupRecord .reports-content .filter-option .add-latest-value-dropdown p.label-text .icon {
          vertical-align: middle; }
      .healthcheckupRecord .reports-content .filter-option .add-latest-value-dropdown .box {
        width: 220px;
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px 0 0;
        border: 1px solid #cccccc;
        color: #adadad; }
        .healthcheckupRecord .reports-content .filter-option .add-latest-value-dropdown .box label {
          margin-bottom: 0px;
          color: #999999;
          font-weight: normal;
          display: block; }
      .healthcheckupRecord .reports-content .filter-option .add-latest-value-dropdown.active {
        display: table; }
    .healthcheckupRecord .reports-content .filter-option .refine-dropdown {
      background: #f5f5f5;
      padding: 20px 20px;
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
      border: 1px solid #eaeaea;
      margin-bottom: 50px;
      display: none;
      margin-top: -1px; }
      .healthcheckupRecord .reports-content .filter-option .refine-dropdown .rangedate {
        max-width: 365px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px; }
      .healthcheckupRecord .reports-content .filter-option .refine-dropdown.active {
        display: block; }

/* Media Queries */
@media only screen and (max-width: 1199px) {
  .healthcheckupRecord .health-check-tab li a {
    padding-left: 40px !important; }
    .healthcheckupRecord .health-check-tab li a i.icon-25 {
      left: 10px; }
  .healthcheckupRecord .reports-content .filter-option .add-latest-value-dropdown .t-cell {
    display: inline-block; }
    .healthcheckupRecord .reports-content .filter-option .add-latest-value-dropdown .t-cell.sm-full {
      display: block; }
  .healthcheckupRecord .reports-content .filter-option .add-latest-value-dropdown p.label-text {
    margin-bottom: 15px; } }
@media only screen and (max-width: 767px) {
  .healthcheckupRecord .reports-content .normal-range-value li {
    display: block;
    width: 100%;
    border: none;
    padding: 0; }
  .healthcheckupRecord .reports-content .filter-option .left-content {
    width: 100%;
    padding: 10px 10px 10px 0; }
  .healthcheckupRecord .reports-content .filter-option .right-content {
    width: 100%;
    text-align: left; }
    .healthcheckupRecord .reports-content .filter-option .right-content .btn-link {
      font-size: 11px;
      padding: 10px 5px; }
    .healthcheckupRecord .reports-content .filter-option .right-content .mdnta-btn1.add-value-btn {
      font-size: 11px;
      padding-left: 5px;
      padding-right: 5px;
      margin: 5px 0 5px; }
      .healthcheckupRecord .reports-content .filter-option .right-content .mdnta-btn1.add-value-btn:before {
        top: 20px !important;
        border-width: 8px !important;
        margin-left: -8px !important; }
      .healthcheckupRecord .reports-content .filter-option .right-content .mdnta-btn1.add-value-btn:after {
        top: 21px !important;
        border-width: 8px !important;
        margin-left: -8px !important; }
  .healthcheckupRecord .reports-content .filter-option .add-latest-value-dropdown .t-cell {
    display: block; }
  .healthcheckupRecord .reports-content .filter-option .add-latest-value-dropdown .box {
    margin-bottom: 10px; } }
@media only screen and (max-width: 600px) {
  .healthcheckupRecord .reports-content .filter-option .refine-dropdown .rangedate {
    width: 100%;
    max-width: none;
    margin-bottom: 15px; } }
.doctorflowArea .doctorReschedule-tab.nav-tabs li a {
  padding: 25px 50px 25px 100px; }
.doctorflowArea .doctorReschedule-tab .tab-badge {
  background: white;
  color: #db5134;
  font-size: 14px;
  font-family: "Lato-Regular";
  border-radius: 15px;
  padding: 1px 8px;
  position: absolute;
  left: 90px; }
.doctorflowArea .doctorReschedule-tab .tab-name {
  padding-left: 40px;
  display: inline-block;
  font-size: 16px;
  font-family: "Lato-Black"; }
  .doctorflowArea .doctorReschedule-tab .tab-name .new-request {
    display: block;
    background: #fff5d0;
    font-size: 12px;
    color: #666666;
    padding: 5px 10px;
    font-family: "Lato-Regular";
    margin-top: 5px; }
.doctorflowArea.coordinatorflow .doctorReschedule-tab.nav-tabs li a {
  padding: 25px 30px; }
.doctorflowArea.coordinatorflow .doctorReschedule-tab .tab-badge {
  left: 30px; }
.doctorflowArea .title-seprator {
  border-top: 1px solid #d2d2d2; }
.doctorflowArea .appointmentDetail .profile-info a {
  color: #db5134; }
.doctorflowArea .appointmentDetail h2.chart-title span.left {
  text-align: left;
  width: 50%;
  display: inline-block; }
.doctorflowArea .appointmentDetail h2.chart-title span.right {
  text-align: right;
  width: 50%;
  display: inline-block;
  font-size: 12px;
  color: #666666;
  font-family: "Lato-Regular"; }
.doctorflowArea .appointmentDetail .chartArea {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  background: #fbfbfb; }
  .doctorflowArea .appointmentDetail .chartArea img {
    width: 100%; }
.doctorflowArea .chatBox .typemsg {
  margin-right: 65px; }
.doctorflowArea .appointmentScheduled {
  background: #fff5d0;
  padding: 15px; }
  .doctorflowArea .appointmentScheduled.new-request {
    background: #ffffff; }
  .doctorflowArea .appointmentScheduled .tag {
    background: #0878da;
    display: inline-block;
    font-size: 11px;
    font-family: "Lato-Bold";
    color: white;
    padding: 5px 13px;
    position: relative;
    margin-left: -20px;
    margin-right: 18px;
    vertical-align: middle; }
    .doctorflowArea .appointmentScheduled .tag.redTag {
      background: #db5134; }
      .doctorflowArea .appointmentScheduled .tag.redTag:before {
        background: url("../images/tab-left-cornerRed.png") no-repeat center center; }
      .doctorflowArea .appointmentScheduled .tag.redTag:after {
        background: url("../images/tag-right-cornerRed.png") no-repeat center center; }
    .doctorflowArea .appointmentScheduled .tag:before {
      content: "";
      position: absolute;
      left: 0;
      top: 100%;
      height: 3px;
      width: 5px;
      background: url("../images/tab-left-corner.png") no-repeat center center; }
    .doctorflowArea .appointmentScheduled .tag:after {
      content: "";
      position: absolute;
      left: 100%;
      top: 0;
      height: 31px;
      width: 14px;
      background: url("../images/tag-right-corner.png") no-repeat center center; }
  .doctorflowArea .appointmentScheduled .video-consult {
    position: relative;
    padding-left: 18px;
    display: inline-block;
    vertical-align: middle; }
    .doctorflowArea .appointmentScheduled .video-consult .icon {
      position: absolute;
      left: 0;
      top: 0;
      /*&.camera {
      	position: absolute;
      	left: 0;
      	top: 0;
      }*/ }
    .doctorflowArea .appointmentScheduled .video-consult h3 {
      margin: 0;
      font-family: "Lato-Black";
      font-size: 16px;
      color: #000000;
      line-height: 16px; }
      .doctorflowArea .appointmentScheduled .video-consult h3 .date {
        color: #333333;
        font-size: 14px;
        font-family: "Lato-Regular";
        padding-left: 5px; }
        .doctorflowArea .appointmentScheduled .video-consult h3 .date .grey {
          color: #999999; }
    .doctorflowArea .appointmentScheduled .video-consult .mode-links li {
      line-height: 13px;
      border-right: 1px solid #a9a7a1; }
      .doctorflowArea .appointmentScheduled .video-consult .mode-links li a {
        color: #db5134;
        font-size: 13px;
        line-height: 13px; }
      .doctorflowArea .appointmentScheduled .video-consult .mode-links li:last-child {
        border-right: none; }
  .doctorflowArea .appointmentScheduled .join-vc {
    display: inline-block;
    float: right; }
  .doctorflowArea .appointmentScheduled .end-consultation {
    float: right;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    padding: 4px 0;
    position: relative;
    z-index: 1061; }
    .doctorflowArea .appointmentScheduled .end-consultation.mConsultationOverlap {
      z-index: 999; }
    .doctorflowArea .appointmentScheduled .end-consultation ul {
      display: inline-block;
      vertical-align: middle;
      margin-left: 5px; }
      .doctorflowArea .appointmentScheduled .end-consultation ul li {
        border-right: 1px solid #c2c2c2;
        line-height: 12px;
        padding-right: 10px; }
        .doctorflowArea .appointmentScheduled .end-consultation ul li a {
          color: #db5134; }
        .doctorflowArea .appointmentScheduled .end-consultation ul li:last-child {
          border-right: none; }
.doctorflowArea .uploadRecommendationTab .tab-content {
  background: #fbfbfb !important;
  padding: 40px 20px; }
  .doctorflowArea .uploadRecommendationTab .tab-content .fill-consultationform {
    border: 1px solid #d3d3d3;
    padding: 15px;
    background: #f5f5f5; }
    .doctorflowArea .uploadRecommendationTab .tab-content .fill-consultationform .collapsable-field h4 {
      margin: 0; }
.doctorflowArea .uploadRecommendationTab ul.nav-tabs li a {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center; }
.doctorflowArea .outpatient-date-filter .rangedate {
  max-width: 200px;
  display: inline-block;
  vertical-align: middle; }
.doctorflowArea .outpatient-date-filter button {
  margin-top: 10px; }

/* Media Queries */
@media only screen and (max-width: 1199px) {
  .doctorflowArea .doctorReschedule-tab.nav-tabs li a {
    padding: 25px; }
  .doctorflowArea .doctorReschedule-tab .tab-badge {
    left: 20px; } }
@media only screen and (max-width: 767px) {
  .doctorflowArea .doctorReschedule-tab.nav-tabs li a {
    text-align: left; }
  .doctorflowArea .appointmentScheduled .end-consultation {
    width: 100%;
    margin-top: 15px;
    text-align: center; }
  .doctorflowArea .appointmentScheduled .join-vc {
    display: block;
    float: none;
    margin-top: 10px; } }
@media only screen and (max-width: 600px) {
  .doctorflowArea .appointmentScheduled .video-consult {
    margin-top: 15px;
    display: block; }
    .doctorflowArea .appointmentScheduled .video-consult .mode-links {
      float: left;
      width: 100%;
      margin: 15px 0 15px -15px; }
      .doctorflowArea .appointmentScheduled .video-consult .mode-links li {
        line-height: 13px;
        padding: 0;
        border-right: 0;
        width: 100%;
        border-left: 0; }
        .doctorflowArea .appointmentScheduled .video-consult .mode-links li a {
          padding: 10px 0;
          display: block;
          border-bottom: 1px solid #a9a7a1; }
        .doctorflowArea .appointmentScheduled .video-consult .mode-links li:last-child {
          border-right: none; } }
@media only screen and (max-width: 479px) {
  .doctorflowArea .outpatient-date-filter .rangedate {
    max-width: none;
    display: inline-block;
    vertical-align: middle; }
  .doctorflowArea .outpatient-date-filter button {
    margin-top: 10px;
    width: 100%; } }
.coordinatorTable .table {
  background-color: #fff; }
  .coordinatorTable .table tbody tr td .md-alert {
    font-size: 12px; }
  .coordinatorTable .table tbody tr td .facilitator {
    margin: 5px 0 0 -15px; }
  .coordinatorTable .table tbody tr td.action_btn {
    white-space: nowrap; }

.patient-location {
  max-width: 265px; }

.coordinator-schedule {
  position: relative; }
  .coordinator-schedule .coordinatorCntr {
    position: relative; }
    .coordinator-schedule .coordinatorCntr .assign-patient {
      position: relative; }
    .coordinator-schedule .coordinatorCntr .scheduleAppointmentCntr {
      position: relative; }
  .coordinator-schedule .upload-section {
    position: relative; }
  .coordinator-schedule a {
    color: #db5134; }
  .coordinator-schedule .add-note {
    position: relative; }

.appointmentScheduled .tag {
  z-index: 15; }
.appointmentScheduled.new-request .facilitator {
  height: 25px;
  padding: 5px 10px 5px 15px;
  margin-left: -20px;
  z-index: 10;
  display: inline-block; }
  .appointmentScheduled.new-request .facilitator:after {
    border-top: 25px solid #f0f0f0;
    border-left: 0px solid  transparent;
    border-right: 12px solid  transparent; }

.patient-care-box .custom-radio {
  background-color: #eeeeee;
  padding: 5px 0 0; }

.appointment-note {
  position: relative;
  background-color: #f6f6f6;
  border: 1px solid #d6d6d6; }
  .appointment-note .note-title {
    position: relative;
    padding: 15px 35px 15px 15px;
    margin: 0;
    border-bottom: 1px solid #d6d6d6;
    cursor: pointer; }
    .appointment-note .note-title .my-caret {
      position: absolute;
      right: 15px;
      top: 50%;
      margin-top: -7px; }
  .appointment-note .box {
    padding: 20px 25px; }
  .appointment-note .dropdown-menu {
    width: 100%;
    margin: 0;
    border-radius: 0;
    position: relative;
    background: none;
    box-shadow: none;
    border: 0px;
    height: 155px;
    display: block; }
    .appointment-note .dropdown-menu .mCSB_inside > .mCSB_container {
      padding-left: 20px; }
    .appointment-note .dropdown-menu li {
      padding-left: 30px;
      border-left: 1px solid #d6d6d6; }
      .appointment-note .dropdown-menu li .note-list {
        background: url("../images/listBulet.png") 0px 3px no-repeat;
        margin-left: -40px;
        padding-left: 30px;
        padding-bottom: 5px; }
      .appointment-note .dropdown-menu li.active .note-list {
        background: url("../images/listBulet-active.png") 0px 3px no-repeat; }

.payment-status {
  background-color: #ffffff; }
  .payment-status h2 {
    padding: 15px;
    margin: 0; }

.appointmentDetail .profile-info .textBox .paid {
  padding-bottom: 0px; }
  .appointmentDetail .profile-info .textBox .paid a {
    font: 14px "Lato-Regular"; }
.appointmentDetail .my-query i {
  color: #db5134; }

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .appointmentDetail {
    padding: 45px; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .coordinator-schedule .custom-radio .radio .option label {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0;
    padding-left: 35px;
    position: relative;
    z-index: 1; } }
@media only screen and (max-width: 767px) {
  .coordinatorTable .table-responsive {
    border: 0px; }

  .coordinator-schedule .custom-radio {
    margin-top: 10px; }

  .consultationinfo {
    background-color: #f0f0f0; }
    .consultationinfo.past-consultation .consult-info {
      float: none;
      margin: 0 auto;
      max-width: 767px; }

  .appointmentclick .mdnta-btn-link {
    padding: 5px 10px; }

  .appointmentScheduled.new-request .facilitator {
    height: auto;
    margin-left: 0px;
    display: block; }
    .appointmentScheduled.new-request .facilitator:after {
      border-left: 0 solid transparent;
      border-right: 0px solid transparent;
      border-top: 0px solid transparent; }
    .appointmentScheduled.new-request .facilitator .text-ellipsis {
      display: block;
      max-width: 265px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; } }
/*.select2box {
	width: 215px;
	.select2-container {
		width: 100% !important;
		.select2-selection{
			border-radius: 0px;
			border: 1px solid #ebebeb;
			height: 32px;
		}
	}
    .doctor-progress,
    .progress{
        display: none;    
    }
    .select2-container {
        .select2-selection--single {
            .select2-selection__rendered {
                padding-right: 25px;
            }
        }
    }
}
.select2-container--default {
    .select2-results__option--highlighted[aria-selected] {
        background-color: #f6f6f6;
        color: #333;
    }
    .select2-selection--single {
        .select2-selection__arrow b {
            border: 0;
            left: 50%;
            margin-left: -11px;
            margin-top: -5px;
            position: absolute;
            top: 50%;
            height: 15px;
            width: 15px;
            background-image: url("../images/sprite.png");
            background-repeat: no-repeat;
            background-size: 1000px 1000px;
            background-position: -135px -390px;
            display: inline-block;
            text-indent: -9999px;
            vertical-align: middle;
        }
    }
    &.select2-container--open{
        .select2-selection__arrow b {
            border:0;
        }
    }
    .select2-search--dropdown{ 
        .select2-search__field {
            background: #f0f0f0  url("../images/search-icon.png") 95% center no-repeat;
            border: 0;
            padding: 4px 35px 4px 4px;
            height: 32px;
        }
    }
}
.select2-dropdown {
	border: 1px solid #ebebeb;
	border-radius: 0px;
}
.select2-search--dropdown {
    display: block;
    padding: 0 0 5px;
}*/
.select2box .select2-container {
  /*width:100%;*/
  width: 250px !important; }
  .select2box .select2-container .select2-default, .select2box .select2-container .select2-choice {
    display: block;
    border: 1px solid #ebebeb;
    padding: 0px 10px; }
  .select2box .select2-container .select2-choice {
    background: none;
    background-image: none !important;
    height: 36px;
    line-height: 36px; }
    .select2box .select2-container .select2-choice .select2-arrow {
      display: inline-block;
      width: 18px;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      border-left: 0;
      border-radius: 0 4px 4px 0;
      background-clip: padding-box;
      background: none;
      background-image: none !important; }
      .select2box .select2-container .select2-choice .select2-arrow b {
        display: block;
        height: 15px;
        width: 15px;
        right: 5px;
        margin-top: -5px;
        position: absolute;
        top: 50%;
        background-image: url("../images/sprite.png");
        background-repeat: no-repeat;
        background-size: 1000px 1000px;
        background-position: -135px -390px;
        display: inline-block;
        text-indent: -9999px;
        border: 0; }

.select2-container .select2-drop .select2-search {
  background: #f0f0f0; }
  .select2-container .select2-drop .select2-search input {
    background: #f0f0f0;
    padding: 4px 35px 4px 4px;
    background: #f0f0f0 url("../images/search-icon.png") 95% center no-repeat;
    border: 0; }
.select2-container .select2-drop .select2-results {
  background: #fff;
  margin: 0;
  padding: 0; }
  .select2-container .select2-drop .select2-results li .select2-result-single {
    border: 1px solid #ebebeb;
    border-top: 0; }
    .select2-container .select2-drop .select2-results li .select2-result-single li {
      padding: 6px; }
.select2-container .select2-drop .select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: transparent;
  background-image: none !important;
  filter: none; }
  .select2-container .select2-drop .select2-dropdown-open .select2-choice .select2-arrow b {
    display: block;
    height: 15px;
    width: 15px;
    right: 5px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    background-image: url("../images/sprite.png");
    background-repeat: no-repeat;
    background-size: 1000px 1000px;
    background-position: -135px -390px;
    display: inline-block;
    text-indent: -9999px;
    border: 0; }

.refineBox.facilitaor-refine .filter .type {
  width: 49%;
  margin: 0 0 20px; }

.facilitatorBox {
  background-color: #ffffff;
  padding: 0 95px;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd; }
  .facilitatorBox .coordinatorTable .table-responsive .table thead tr th {
    border-top: 0px; }
  .facilitatorBox .coordinatorTable .table-responsive .table tbody tr td:first-child {
    border-left: 0; }
  .facilitatorBox .coordinatorTable .table-responsive .table tbody tr td:last-child {
    border-right: 0; }
  .facilitatorBox .coordinatorTable .table-responsive .table tbody tr td.action_btn .btn-link:first-child {
    padding-left: 18px; }
  .facilitatorBox .coordinatorTable .table-responsive .table tbody tr:last-child td {
    border-bottom: 0; }

.appoint-schedule {
  min-width: 205px;
  margin-top: 7px;
  float: left; }

.facilitator-search.headerBox {
  height: auto;
  border: 0px;
  background: none;
  padding: 50px 15px 10px; }
  .facilitator-search.headerBox .header-search {
    max-width: 947px;
    margin-top: 0; }

.overviewBox {
  padding-top: 50px; }

.manageAppointments {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #d2d2d2; }
  .manageAppointments .managed-by {
    padding: 0 15px; }
  .manageAppointments .bordered-input-field {
    display: inline-block;
    vertical-align: middle;
    min-width: 200px;
    text-align: left; }
    .manageAppointments .bordered-input-field .dropdown-menu {
      padding-top: 0px; }
  .manageAppointments .manageSearch {
    background-color: #f6f6f6;
    border-radius: 0px;
    border: 0;
    box-shadow: none;
    padding-right: 30px; }
  .manageAppointments .searchbtn {
    background: none;
    border: 0px;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -6px;
    padding: 0;
    line-height: 11px; }

.appointment-info {
  background-color: #fff;
  padding: 45px 95px;
  border-bottom: 2px solid #d5d5d5; }
  .appointment-info h3 {
    margin: 0 0 25px 0; }
  .appointment-info .info a {
    color: #db5134; }
  .appointment-info .last-days {
    font: 16px "Lato-Regular"; }

.viewAll a {
  color: #db5134;
  vertical-align: middle; }
.viewAll .msg {
  vertical-align: middle; }

.patientprofile {
  padding: 25px 90px;
  background-color: #ffffff; }
  .patientprofile .coordinatorTable .table-responsive .table tbody tr td:first-child {
    border-left: 0; }
  .patientprofile .coordinatorTable .table-responsive .table tbody tr td:last-child {
    border-right: 0; }
  .patientprofile .coordinatorTable .table-responsive .table tbody tr:last-child td {
    border-bottom: 0; }

.postal {
  max-width: 165px; }

.video-consult ul li {
  float: left;
  border-left: 1px solid #ddd;
  padding: 0 25px; }
  .video-consult ul li:first-child {
    border-left: 0; }

.consultation-note .feedback-pay {
  width: 95%;
  top: 100px;
  position: absolute;
  z-index: 9999;
  padding-right: 15px;
  text-align: center; }

.facilator-content-tab {
  background-color: #ffffff;
  border-bottom: 1px solid #ddd; }
  .facilator-content-tab .facilator-tab li {
    float: left;
    padding: 0 1px;
    border-right: 1px solid #ddd; }
    .facilator-content-tab .facilator-tab li:last-child {
      border-right: 0; }
    .facilator-content-tab .facilator-tab li a:hover, .facilator-content-tab .facilator-tab li a:focus {
      text-decoration: none;
      background-color: #fff;
      color: #f04e30; }
    .facilator-content-tab .facilator-tab li.active {
      position: relative; }
      .facilator-content-tab .facilator-tab li.active:before {
        content: '';
        position: absolute;
        bottom: -11px;
        left: 50%;
        margin-left: -10px;
        height: 20px;
        width: 20px;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        z-index: 10;
        background-color: #ffffff;
        transform: rotate(45deg); }
      .facilator-content-tab .facilator-tab li.active a {
        text-decoration: none;
        background-color: #fff;
        color: #f04e30; }
    .facilator-content-tab .facilator-tab li a {
      background-color: #fbfbfb;
      padding: 20px 10px;
      font-size: 16px; }
  .facilator-content-tab.twoTab .facilator-tab li {
    width: 50%;
    text-align: center; }

@media only screen and (max-width: 1024px) {
  .facilitatorBox {
    padding: 0 15px; }

  .patientprofile {
    padding: 15px; }

  .appointment-info {
    padding: 15px; }

  .manageAppointments .bordered-input-field {
    min-width: 160px; }

  .consultation-note .feedback-pay {
    top: 30px; } }
@media only screen and (max-width: 767px) {
  .appoint-schedule {
    float: right;
    margin: 10px auto; } }
.videoChat {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 1000;
  left: 0; }
  .videoChat .subscriber {
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    position: absolute !important;
    top: 0px !important; }
  .videoChat .publisher {
    width: 100px !important;
    height: 100px !important;
    overflow: hidden !important;
    position: absolute !important;
    top: 8px !important;
    left: 8px !important; }

.innerCntr .facilator-text h2 {
  font-family: "Lato-Bold";
  font-size: 18px;
  color: #2ea456;
  line-height: normal; }
  .innerCntr .facilator-text h2 span {
    font-family: "Lato-Regular";
    color: #333333; }
.innerCntr .facilator-text p {
  font-family: "Lato-Regular";
  color: #333333;
  font-size: 16px; }
.innerCntr .facilator-content {
  background-color: #ffffff;
  padding: 0 95px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  position: relative; }
  .innerCntr .facilator-content .facilator-cont::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 49%;
    border-left: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    bottom: -10px;
    background: #fbfbfb; }
  .innerCntr .facilator-content .facilator-cont p {
    font-family: "Lato-Regular";
    color: #999999;
    font-size: 15px;
    padding-bottom: 19px; }
.innerCntr .facilator-cnt-02 {
  background-color: #fbfbfb; }
  .innerCntr .facilator-cnt-02 h3 span {
    font-family: "Lato-Regular";
    color: #999999; }
  .innerCntr .facilator-cnt-02 .type {
    background: #f1f1f1;
    background: -moz-linear-gradient(top, #f1f1f1 0%, #ededed 100%);
    background: -webkit-linear-gradient(top, #f1f1f1 0%, #ededed 100%);
    background: linear-gradient(to bottom, #f1f1f1 0%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2', GradientType=0);
    border-radius: 4px;
    padding: 8px 9px;
    display: block;
    margin-bottom: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }

.questionbox {
  padding-bottom: 20px; }
  .questionbox h4 {
    font-family: "Lato-Bold";
    margin-bottom: 20px; }
  .questionbox .upload-file-btn {
    min-height: inherit;
    padding-bottom: 0px; }
  .questionbox .custom-radio {
    background: #f1f1f1;
    background: -moz-linear-gradient(top, #f1f1f1 0%, #ededed 100%);
    background: -webkit-linear-gradient(top, #f1f1f1 0%, #ededed 100%);
    background: linear-gradient(to bottom, #f1f1f1 0%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2', GradientType=0);
    border-radius: 4px;
    padding: 8px 4px 5px; }
  .questionbox .equipments {
    font-family: "Lato-Regular"; }

@media only screen and (max-width: 767px) {
  .innerCntr .facilator-content {
    padding: 0 15px; }
  .innerCntr .facilator-cnt-03 {
    padding: 0 15px; }
  .innerCntr .facilator-cnt-02 {
    padding: 0 15px; }

  .questionbox .custom-radio {
    padding: 8px 4px 5px;
    margin-bottom: 20px; } }
/* role management */
/************ Role Management ************/
.hiddendiv {
  display: none; }

.disableddiv {
  opacity: 0.4;
  pointer-events: none; }

.disabledtable td {
  opacity: 0.4;
  pointer-events: none; }
  .disabledtable td.editable {
    opacity: 1;
    pointer-events: auto; }

.enabletd td input[type="text"] {
  border: 1px solid #dddddd;
  padding: 4px 5px;
  border-radius: 3px;
  width: 100px; }
.enabletd td .editpencilbutton {
  display: none; }
.enabletd td .editbutton {
  display: inline-block; }

.positionrelative {
  position: relative; }

.positionicon {
  position: absolute;
  top: 0;
  right: 6px; }

.headsubtittle {
  font-size: 16px;
  font-weight: normal;
  font-family: "Lato-Regular";
  display: inline-block; }

.md-grey {
  color: #999999; }

.md-green {
  color: #119e46; }
  .md-green:hover, .md-green:active, .md-green:focus {
    color: #119e46; }

.editbutton {
  display: none; }

.editparticulartext {
  width: 100px; }
  .editparticulartext input[type="text"] {
    display: inline-block;
    width: 50px;
    padding: 3px 5px;
    border: 1px solid #dddddd; }
  .editparticulartext a {
    display: inline-block; }

.coordinatorTable .table-responsive .table tbody tr td input[disabled] {
  cursor: default;
  background: transparent;
  padding: 4px 5px;
  width: 100px;
  border-radius: 3px;
  border: 1px solid transparent; }

.rolemanagementTable .table-responsive .table thead tr th {
  border-top: 0;
  border-bottom: 2px solid #dddddd;
  vertical-align: bottom;
  padding: 4px 8px; }
.rolemanagementTable .table-responsive .table tbody tr td:first-child {
  border-left: 0; }
.rolemanagementTable .table-responsive .table tbody tr td:last-child {
  border-right: 0; }
.rolemanagementTable .table-responsive .table tbody.rolegroup tr th {
  font-size: 14px;
  font-family: "Lato-Bold";
  color: #666666;
  padding-top: 50px;
  vertical-align: bottom;
  border-top: 0;
  border-bottom: 1px solid #dddddd; }
.rolemanagementTable .table-responsive .table tbody.rolegroup tr td {
  padding: 15px 12px 15px 7px;
  font-size: 14px;
  font-family: "Lato-Regular";
  color: #333333; }

.rolemanagementClick {
  position: relative; }

.addrolepop {
  background: #ffffff;
  width: 280px;
  position: absolute;
  top: 51px;
  right: -50px;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
  border: 0;
  border-radius: 0;
  left: auto; }
  .addrolepop:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 10px solid #ffffff;
    position: absolute;
    bottom: 100%;
    left: 50%; }
  .addrolepop .bordered-input-field {
    margin-bottom: 0;
    margin: 20px 20px 0; }
  .addrolepop .role-btn {
    margin: 20px; }

@media only screen and (max-width: 1023px) {
  .addrolepop {
    right: 0; }
    .addrolepop:before {
      left: 70%; } }
/************ End Role Management ************/
/************ Content Management ************/
.contentmanagement {
  margin-top: 30px; }
  .contentmanagement .red-tabs .doctorReschedule-tab .tab-name {
    padding-left: 0; }
  .contentmanagement .red-tabs .tab-content .borderbottom {
    border-bottom: 1px solid #c2c2c2; }
  .contentmanagement .red-tabs .tab-content .bordertop {
    border-top: 1px solid #c2c2c2; }
  .contentmanagement .red-tabs .tab-content .emailtempletes {
    background: #f5f5f5;
    border: 1px solid #d3d3d3; }
    .contentmanagement .red-tabs .tab-content .emailtempletes .emailselect {
      padding: 40px; }
      .contentmanagement .red-tabs .tab-content .emailtempletes .emailselect .bordered-input-field {
        margin-bottom: 0;
        padding: 10px; }
        .contentmanagement .red-tabs .tab-content .emailtempletes .emailselect .bordered-input-field .field.dropdown-field .selecteddropdown {
          font-size: 15px;
          font-family: "Lato-Regular";
          color: #333333; }
        .contentmanagement .red-tabs .tab-content .emailtempletes .emailselect .bordered-input-field .field.dropdown-field .my-caret {
          top: 2px; }
        .contentmanagement .red-tabs .tab-content .emailtempletes .emailselect .bordered-input-field .field.dropdown-field .my-caret[aria-expanded="true"] {
          background-position: -330px -390px; }
        .contentmanagement .red-tabs .tab-content .emailtempletes .emailselect .bordered-input-field .field.dropdown-field ul.dropdown-menu {
          width: 100%;
          height: auto;
          padding: 0;
          margin: 0; }
          .contentmanagement .red-tabs .tab-content .emailtempletes .emailselect .bordered-input-field .field.dropdown-field ul.dropdown-menu li {
            padding: 0; }
            .contentmanagement .red-tabs .tab-content .emailtempletes .emailselect .bordered-input-field .field.dropdown-field ul.dropdown-menu li a {
              display: block;
              padding: 12px;
              border-bottom: 0;
              font-size: 14px;
              font-family: "Lato-Regular";
              color: #333333; }
            .contentmanagement .red-tabs .tab-content .emailtempletes .emailselect .bordered-input-field .field.dropdown-field ul.dropdown-menu li:hover {
              background: #f9f9f9; }
            .contentmanagement .red-tabs .tab-content .emailtempletes .emailselect .bordered-input-field .field.dropdown-field ul.dropdown-menu li.active {
              background: #f9f9f9; }
              .contentmanagement .red-tabs .tab-content .emailtempletes .emailselect .bordered-input-field .field.dropdown-field ul.dropdown-menu li.active a {
                background: transparent; }
    .contentmanagement .red-tabs .tab-content .emailtempletes .actionbtn {
      padding: 20px 40px; }
    .contentmanagement .red-tabs .tab-content .emailtempletes .emaileditor {
      padding: 40px; }
      .contentmanagement .red-tabs .tab-content .emailtempletes .emaileditor img {
        max-width: 100%; }
  .contentmanagement .red-tabs .tab-content .type.pullright {
    float: right; }
  .contentmanagement .red-tabs .tab-content .type .typedropdown, .contentmanagement .red-tabs .tab-content .type .existingvalues {
    border: 1px solid #e4e4e4;
    width: 280px;
    height: 240px;
    overflow-y: auto; }
    .contentmanagement .red-tabs .tab-content .type .typedropdown li a, .contentmanagement .red-tabs .tab-content .type .existingvalues li a {
      padding: 10px 20px;
      display: block;
      width: 100%;
      font-size: 14px;
      font-family: "Lato-Regular";
      color: #333333; }
    .contentmanagement .red-tabs .tab-content .type .typedropdown li:hover, .contentmanagement .red-tabs .tab-content .type .existingvalues li:hover {
      background: #e4e4e4; }
    .contentmanagement .red-tabs .tab-content .type .typedropdown li.active, .contentmanagement .red-tabs .tab-content .type .existingvalues li.active {
      background: #e4e4e4; }
  .contentmanagement .red-tabs .tab-content .type .mCSB_inside > .mCSB_container {
    margin-right: 0; }
  .contentmanagement .red-tabs .tab-content .type .mCSB_scrollTools {
    margin: 10px 0; }
  .contentmanagement .red-tabs .tab-content .type .actionbtn {
    margin: 20px 0;
    position: relative; }
    .contentmanagement .red-tabs .tab-content .type .actionbtn .action-btn a {
      border-right: 1px solid #c2c2c2;
      padding: 0 10px;
      color: #db5134;
      font-size: 13px;
      font-family: "Lato-Bold";
      display: inline-block;
      z-index: 1;
      position: relative; }
      .contentmanagement .red-tabs .tab-content .type .actionbtn .action-btn a:last-child {
        border-right: 0; }
    .contentmanagement .red-tabs .tab-content .type .actionbtn.disabled {
      pointer-events: none;
      opacity: 0.5; }
  .contentmanagement .red-tabs .tab-content .type .editmark {
    width: 280px;
    margin: 20px 0; }
    .contentmanagement .red-tabs .tab-content .type .editmark .bordered-input-field label {
      color: #c2c2c2; }
    .contentmanagement .red-tabs .tab-content .type .editmark .mdnta-btn1 {
      display: inline-block;
      width: auto;
      height: 31px;
      line-height: 20px;
      text-align: center;
      padding: 5px 30px;
      border: 1px solid #db5134;
      color: #ffffff !important;
      border-radius: 3px;
      font-size: 12px;
      background: #de5e41;
      background: -moz-linear-gradient(top, #de5e41 0%, #d5462c 100%);
      background: -webkit-linear-gradient(top, #de5e41 0%, #d5462c 100%);
      background: linear-gradient(to bottom, #de5e41 0%, #d5462c 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2', GradientType=0); }

@media only screen and (max-width: 991px) {
  .contentmanagement .red-tabs ul.nav-tabs .owl-controls .owl-buttons > div {
    bottom: auto; } }
@media only screen and (max-width: 767px) {
  .small-margin {
    margin: 20px 0; }

  .contentmanagement .red-tabs .tab-content .type.pullright {
    float: none; }
  .contentmanagement .red-tabs .tab-content .type .typedropdown, .contentmanagement .red-tabs .tab-content .type .existingvalues {
    width: 100%; } }
@media only screen and (max-width: 480px) {
  .contentmanagement .red-tabs .tab-content .type .editmark {
    width: 100%; }
  .contentmanagement .red-tabs .tab-content .emailtempletes .emailselect {
    padding: 20px; }
  .contentmanagement .red-tabs .tab-content .emailtempletes .emaileditor {
    padding: 20px; }
  .contentmanagement .red-tabs .tab-content .emailtempletes .actionbtn {
    padding: 20px; } }
/************ End Content Management ************/
/************ New Facilator Details ************/
.facililatordetails {
  padding: 0; }
  .facililatordetails .newfacililatordetails {
    padding: 45px 95px; }
    .facililatordetails .newfacililatordetails .profile-info {
      padding-left: 0px; }
      .facililatordetails .newfacililatordetails .profile-info h3 {
        margin-top: 0; }
      .facililatordetails .newfacililatordetails .profile-info .textBox {
        width: 50%;
        box-sizing: border-box;
        float: left; }
  .facililatordetails .facililatormoredeatils {
    padding: 20px 95px;
    background-color: #f5f5f5;
    position: relative; }
    .facililatordetails .facililatormoredeatils .collapsable-field h2 {
      margin: 0;
      cursor: default; }
      .facililatordetails .facililatormoredeatils .collapsable-field h2 i {
        cursor: pointer; }
    .facililatordetails .facililatormoredeatils .collapsable-field[aria-expanded="false"] .fa-angle-up {
      display: none; }
    .facililatordetails .facililatormoredeatils .collapsable-field[aria-expanded="true"] .fa-angle-down {
      display: none; }
    .facililatordetails .facililatormoredeatils .feedbackfacililatior .typeinstitute {
      padding: 0 50px 30px; }
      .facililatordetails .facililatormoredeatils .feedbackfacililatior .typeinstitute p {
        padding: 0 30px;
        font-size: 15px; }
    .facililatordetails .facililatormoredeatils .feedbackfacililatior .telemedicine {
      padding: 0 50px 30px; }
      .facililatordetails .facililatormoredeatils .feedbackfacililatior .telemedicine ol {
        padding: 0 45px; }
        .facililatordetails .facililatormoredeatils .feedbackfacililatior .telemedicine ol > li {
          font-size: 15px;
          padding: 20px 0;
          border-bottom: 1px solid #eeeeee; }
          .facililatordetails .facililatormoredeatils .feedbackfacililatior .telemedicine ol > li span {
            font-size: 15px;
            font-family: "Lato-Bold";
            float: right; }
            .facililatordetails .facililatormoredeatils .feedbackfacililatior .telemedicine ol > li span.rightanswer {
              color: #119e46; }
            .facililatordetails .facililatormoredeatils .feedbackfacililatior .telemedicine ol > li span.wronganswer {
              color: #f04e30; }
          .facililatordetails .facililatormoredeatils .feedbackfacililatior .telemedicine ol > li ul li {
            padding: 20px 0 0; }
      .facililatordetails .facililatormoredeatils .feedbackfacililatior .telemedicine .telemedicineimg {
        font-size: 15px;
        padding: 20px 30px; }
        .facililatordetails .facililatormoredeatils .feedbackfacililatior .telemedicine .telemedicineimg .bordertelemedecine {
          border-bottom: 1px solid #eeeeee;
          padding-bottom: 15px; }
        .facililatordetails .facililatormoredeatils .feedbackfacililatior .telemedicine .telemedicineimg .textleft {
          width: 80%;
          box-sizing: border-box;
          float: left;
          margin-bottom: 10px; }
        .facililatordetails .facililatormoredeatils .feedbackfacililatior .telemedicine .telemedicineimg .textright {
          width: 20%;
          box-sizing: border-box;
          float: left; }
          .facililatordetails .facililatormoredeatils .feedbackfacililatior .telemedicine .telemedicineimg .textright .uploadimg {
            font-family: "Lato-Regular";
            color: #f04e30;
            display: block;
            float: right; }
            .facililatordetails .facililatormoredeatils .feedbackfacililatior .telemedicine .telemedicineimg .textright .uploadimg i {
              font-size: 26px; }
  .facililatordetails .selectedapproved {
    background-color: #fff5d0;
    border-bottom: 1px solid #e5dcbb;
    padding: 10px 95px;
    position: relative; }
    .facililatordetails .selectedapproved .button-holder .btn:active, .facililatordetails .selectedapproved .button-holder .btn:hover, .facililatordetails .selectedapproved .button-holder .btn:focus {
      box-shadow: none;
      color: #f04e30; }
  .facililatordetails .facilitorapproved {
    background-color: #fff5d0;
    border-bottom: 1px solid #e5dcbb;
    padding: 20px 95px;
    position: relative; }
    .facililatordetails .facilitorapproved p {
      margin-bottom: 0;
      font-size: 14px;
      font-family: "Lato-Regular";
      color: #333333;
      margin-left: 50px; }
      .facililatordetails .facilitorapproved p span {
        font-size: 16px;
        font-family: "Lato-Bold";
        color: #119e46; }
      .facililatordetails .facilitorapproved p:before {
        content: '';
        display: inline-block;
        text-indent: -9999px;
        background-image: url(../images/sprite.png);
        background-repeat: no-repeat;
        background-size: 1000px 1000px;
        vertical-align: middle;
        position: absolute;
        width: 41px;
        height: 41px;
        background-position: 0px -41px;
        left: 15px;
        top: -11px; }
  .facililatordetails .editfacilitatorpayment {
    padding: 0 95px 30px; }
    .facililatordetails .editfacilitatorpayment h3 a {
      font-weight: normal;
      font-family: "Lato-Regular";
      font-size: 14px; }
    .facililatordetails .editfacilitatorpayment .textBox .statictextbox {
      margin: 15px 15px;
      display: inline-block; }
      .facililatordetails .editfacilitatorpayment .textBox .statictextbox p {
        margin: 0 0 3px; }
  .facililatordetails .facilitatorpayment {
    padding: 0 95px 45px; }
    .facililatordetails .facilitatorpayment h3 span {
      font-weight: normal;
      font-family: "Lato-Regular"; }
    .facililatordetails .facilitatorpayment .questionbox h4 {
      font-size: 13px;
      font-family: "Lato-Regular";
      margin-bottom: 13px; }
      .facililatordetails .facilitatorpayment .questionbox h4 span {
        color: #db5123; }
    .facililatordetails .facilitatorpayment .questionbox .custom-radio .radio .option label {
      padding-left: 38px;
      font-size: 14px; }
    .facililatordetails .facilitatorpayment .questionbox .disabled {
      pointer-events: none;
      opacity: 0.5; }

@media only screen and (max-width: 1199px) {
  .facililatordetails .facililatormoredeatils .feedbackfacililatior .telemedicine ol > li span {
    float: none;
    display: block;
    margin-top: 10px; } }
@media only screen and (max-width: 991px) {
  .mg-sm-b30 {
    margin-bottom: 30px; }

  .facililatordetails .facilitorapproved p {
    margin-top: 3px; }
    .facililatordetails .facilitorapproved p:before {
      top: 0px; }
  .facililatordetails .facililatormoredeatils .feedbackfacililatior .typeinstitute {
    padding: 0 0px 30px; }
  .facililatordetails .facililatormoredeatils .feedbackfacililatior .telemedicine {
    padding: 0 0px 30px; }
    .facililatordetails .facililatormoredeatils .feedbackfacililatior .telemedicine .telemedicineimg .textleft {
      width: 100%; }
    .facililatordetails .facililatormoredeatils .feedbackfacililatior .telemedicine .telemedicineimg .textright {
      width: 100%; }
      .facililatordetails .facililatormoredeatils .feedbackfacililatior .telemedicine .telemedicineimg .textright .uploadimg {
        float: none; } }
@media only screen and (max-width: 767px) {
  .facililatordetails .newfacililatordetails {
    padding: 40px; }
  .facililatordetails .facililatormoredeatils {
    padding: 0 40px 30px; }
  .facililatordetails .facilitorapproved {
    padding: 20px 40px; }
  .facililatordetails .facilitatorpayment {
    padding: 20px 40px; } }
@media only screen and (max-width: 480px) {
  .facililatordetails .newfacililatordetails .profile-info .textBox {
    width: 100%;
    box-sizing: border-box;
    float: none; } }
@media only screen and (max-width: 375px) {
  .facililatordetails .facililatormoredeatils .feedbackfacililatior .typeinstitute {
    padding: 0 0 10px; }
    .facililatordetails .facililatormoredeatils .feedbackfacililatior .typeinstitute p {
      padding: 0 15px; }
  .facililatordetails .facililatormoredeatils .feedbackfacililatior .telemedicine ol {
    padding: 0 10px 0 25px; }
  .facililatordetails .facililatormoredeatils .feedbackfacililatior .telemedicine .telemedicineimg {
    padding: 20px 13px; } }
/************ End New Facilator Details ************/
/************ facilitators request ********************/
.facilitatorsrequest {
  margin-top: 40px;
  background: #fbfbfb;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); }
  .facilitatorsrequest .doctorfacilitator .doctorheadtittle {
    padding: 50px 100px 0px; }
  .facilitatorsrequest .doctorfacilitator .appointmentmenu {
    float: right; }
    .facilitatorsrequest .doctorfacilitator .appointmentmenu li {
      display: inline-block; }
      .facilitatorsrequest .doctorfacilitator .appointmentmenu li.active {
        background-color: #f5f5f5; }
  .facilitatorsrequest .doctorfacilitator .refineBox {
    padding: 0; }
    .facilitatorsrequest .doctorfacilitator .refineBox .filter {
      padding: 30px 15px; }
      .facilitatorsrequest .doctorfacilitator .refineBox .filter .dropdown-field {
        position: relative; }
        .facilitatorsrequest .doctorfacilitator .refineBox .filter .dropdown-field .icon-search {
          position: absolute;
          bottom: 2px;
          right: 10px;
          cursor: pointer; }
  .facilitatorsrequest .doctorfacilitator .traifftable {
    background-color: transparent;
    border-bottom: 0;
    padding: 0 100px 10px; }
    .facilitatorsrequest .doctorfacilitator .traifftable .coordinatorTable .table-responsive .table tbody tr td {
      position: relative; }
      .facilitatorsrequest .doctorfacilitator .traifftable .coordinatorTable .table-responsive .table tbody tr td:first-child {
        border-left: 0;
        width: 180px; }
      .facilitatorsrequest .doctorfacilitator .traifftable .coordinatorTable .table-responsive .table tbody tr td:last-child {
        border-right: 0; }
      .facilitatorsrequest .doctorfacilitator .traifftable .coordinatorTable .table-responsive .table tbody tr td .pd-t12 {
        padding-top: 12px; }
      .facilitatorsrequest .doctorfacilitator .traifftable .coordinatorTable .table-responsive .table tbody tr td .tag {
        background: #0878da;
        display: inline-block;
        font-size: 11px;
        font-family: "Lato-Bold";
        color: white;
        padding: 5px 13px;
        position: absolute;
        top: 0;
        left: 0px;
        vertical-align: middle;
        text-transform: uppercase; }
        .facilitatorsrequest .doctorfacilitator .traifftable .coordinatorTable .table-responsive .table tbody tr td .tag:after {
          content: "";
          position: absolute;
          left: 100%;
          top: 0;
          height: 24px;
          width: 14px;
          background: url(../images/tag-right-corner.png) no-repeat center center; }

@media only screen and (max-width: 1198px) {
  .facilitatorsrequest .doctorfacilitator .traifftable .coordinatorTable .table-responsive .table {
    width: 900px; } }
/************ End facilitators request ********************/
/************ update Tariff ************/
.updatetariff .addMember .refineBox.doctorrefineBox .icon-search {
  position: absolute;
  bottom: 2px;
  right: 10px;
  cursor: pointer; }
.updatetariff .addMember .red-tabs ul.nav-tabs li a {
  text-align: center; }
.updatetariff .addMember .red-tabs ul.nav-tabs li.active a {
  text-align: center; }
.updatetariff .addMember .red-tabs .tab-content {
  padding: 0; }
  .updatetariff .addMember .red-tabs .tab-content .tab-pane {
    padding: 50px 100px 40px; }
    .updatetariff .addMember .red-tabs .tab-content .tab-pane.no-padding {
      padding: 0; }
.updatetariff .addMember .red-tabs .refineBox {
  padding: 0;
  border-bottom: 1px solid #d6d6d6; }
  .updatetariff .addMember .red-tabs .refineBox.doctorrefineBox .filter {
    padding: 15px 100px 30px; }
  .updatetariff .addMember .red-tabs .refineBox.doctorrefineBox .questionbox h4 {
    margin: 0 0 10px;
    font-size: 12px; }
  .updatetariff .addMember .red-tabs .refineBox.doctorrefineBox .questionbox .custom-radio .radio .option label {
    font-size: 14px; }
.updatetariff .addMember .red-tabs .doctorupdatetraiff {
  position: relative; }
  .updatetariff .addMember .red-tabs .doctorupdatetraiff .doctorheadtittle {
    padding: 50px 100px 0px; }
    .updatetariff .addMember .red-tabs .doctorupdatetraiff .doctorheadtittle p {
      color: #db5134; }
  .updatetariff .addMember .red-tabs .doctorupdatetraiff .appointmentmenu {
    position: absolute;
    right: 15px;
    bottom: 0; }
    .updatetariff .addMember .red-tabs .doctorupdatetraiff .appointmentmenu li.active {
      background-color: #f5f5f5; }
  .updatetariff .addMember .red-tabs .doctorupdatetraiff .traifftable {
    background-color: transparent;
    border-bottom: 0;
    padding: 50px 100px 10px; }
    .updatetariff .addMember .red-tabs .doctorupdatetraiff .traifftable .fontsize13 {
      font-size: 13px; }
    .updatetariff .addMember .red-tabs .doctorupdatetraiff .traifftable span {
      font-size: 15px; }
    .updatetariff .addMember .red-tabs .doctorupdatetraiff .traifftable .selectupdown .arrow {
      display: inline-block; }
      .updatetariff .addMember .red-tabs .doctorupdatetraiff .traifftable .selectupdown .arrow .patient {
        display: block; }
        .updatetariff .addMember .red-tabs .doctorupdatetraiff .traifftable .selectupdown .arrow .patient .my-caretup {
          display: block;
          margin-bottom: -4px; }
    .updatetariff .addMember .red-tabs .doctorupdatetraiff .traifftable .selectupdown span {
      vertical-align: super;
      display: inline-block;
      margin-left: 6px;
      font-size: 15px;
      color: #db5134; }
    .updatetariff .addMember .red-tabs .doctorupdatetraiff .traifftable .table thead tr th {
      font-size: 12px; }
      .updatetariff .addMember .red-tabs .doctorupdatetraiff .traifftable .table thead tr th span {
        color: #db5134;
        cursor: pointer; }
    .updatetariff .addMember .red-tabs .doctorupdatetraiff .traifftable .table tbody tr td .anchor {
      color: #db5134;
      cursor: pointer; }

@media only screen and (max-width: 991px) {
  .updatetariff .addMember .red-tabs .doctorupdatetraiff .doctorheadtittle {
    padding: 50px 50px 0px; }
  .updatetariff .addMember .red-tabs .doctorupdatetraiff .traifftable {
    padding: 50px 50px 10px; }
    .updatetariff .addMember .red-tabs .doctorupdatetraiff .traifftable .coordinatorTable .table-responsive .table {
      min-width: 830px; }
  .updatetariff .addMember .red-tabs .refineBox.doctorrefineBox .filter {
    padding: 15px 50px 30px; } }
@media only screen and (max-width: 767px) {
  .updatetariff .tabsSlider .owl-controls .owl-buttons .owl-prev {
    border: 0; }
    .updatetariff .tabsSlider .owl-controls .owl-buttons .owl-prev:before {
      content: "\f104";
      color: #ffffff;
      font-size: 30px; }
  .updatetariff .tabsSlider .owl-controls .owl-buttons .owl-next {
    border: 0; }
    .updatetariff .tabsSlider .owl-controls .owl-buttons .owl-next:before {
      content: "\f105";
      color: #ffffff;
      font-size: 30px; }
  .updatetariff .addMember .red-tabs .tab-content .tab-pane {
    padding: 50px 50px; }
  .updatetariff .addMember .red-tabs ul.nav-tabs li a {
    font-size: 18px; }
  .updatetariff .addMember .red-tabs ul.nav-tabs .owl-controls .owl-buttons > div {
    top: auto;
    bottom: 15px;
    margin-bottom: -5px; } }
@media only screen and (max-width: 479px) {
  .updatetariff .addMember .red-tabs .tab-content .tab-pane {
    padding: 20px 20px 20px; }
  .updatetariff .addMember .red-tabs .doctorupdatetraiff .doctorheadtittle {
    padding: 20px 20px 0px; }
  .updatetariff .addMember .red-tabs .doctorupdatetraiff .traifftable {
    padding: 20px 20px 10px; }
  .updatetariff .addMember .red-tabs .refineBox.doctorrefineBox .filter {
    padding: 20px 20px 30px; } }
/************ End update Tariff ************/
/*************** Meeting Room ***************/
.addmeetingroom {
  margin: 20px 0; }
  .addmeetingroom .meetingmenu {
    float: right; }
    .addmeetingroom .meetingmenu .dropdown-menu {
      min-width: 250px;
      border-radius: 0;
      border: 0;
      padding: 20px;
      right: 0;
      left: auto;
      top: 51px; }
      .addmeetingroom .meetingmenu .dropdown-menu:before {
        content: "";
        position: absolute;
        right: 66px;
        margin-left: -10px;
        border-color: transparent transparent white;
        border-width: 10px;
        border-style: solid;
        top: -20px;
        height: 15px;
        width: 15px;
        display: inline-block; }

.meetingDetail {
  background-color: #ffffff;
  padding: 45px 95px; }
  .meetingDetail .coordinatorTable .table-responsive .table thead tr th {
    border-top: 1px solid #dddddd; }
  .meetingDetail .coordinatorTable .table-responsive .table tbody tr td .mg-l5 {
    margin-left: 5px; }
  .meetingDetail .coordinatorTable .table-responsive .table tbody tr td:first-child {
    border-left: 0; }
  .meetingDetail .coordinatorTable .table-responsive .table tbody tr td:last-child {
    border-right: 0; }
  .meetingDetail .coordinatorTable .table-responsive .table tbody tr td input[disabled] {
    cursor: default;
    background: transparent; }

@media only screen and (max-width: 991px) {
  .meetingDetail {
    padding: 45px; }
    .meetingDetail .coordinatorTable .table-responsive .table {
      min-width: 720px; } }
/*************** Meeting Room ***************/
/*************** Dashboard ***************/
.positionrelative {
  position: relative; }

.customtable .coordinatorTable .table-responsive .table tbody tr td:first-child {
  border-left: 0; }
.customtable .coordinatorTable .table-responsive .table tbody tr td:last-child {
  border-right: 0; }

.coordinatormodal .modal-dialog {
  margin: 100px auto 50px; }
  .coordinatormodal .modal-dialog .modal-content {
    border-radius: 0; }
    .coordinatormodal .modal-dialog .modal-content .modal-header .modal-title {
      font-size: 18px; }
    .coordinatormodal .modal-dialog .modal-content .modal-header .close-popup {
      position: absolute;
      top: -33px;
      right: 2px;
      font-family: "Lato-Medium";
      color: #afafaf;
      font-size: 14px;
      z-index: 2;
      outline: none;
      background: none; }
    .coordinatormodal .modal-dialog .modal-content .modal-body img {
      max-width: 100%; }

.modal-backdrop.in {
  opacity: 0.7;
  filter: alpha(opacity=70); }

.dashboardtable .coordinatorTable .table-responsive {
  overflow: visible; }
  .dashboardtable .coordinatorTable .table-responsive .table tbody tr td .dropdown-menu {
    top: -73px;
    left: 100%;
    background: #ffffff;
    border-radius: 0;
    padding: 10px; }
    .dashboardtable .coordinatorTable .table-responsive .table tbody tr td .dropdown-menu:before {
      content: "";
      position: absolute;
      left: -21px;
      margin-top: -21px;
      border-color: transparent transparent #dddddd;
      border-width: 10px;
      border-style: solid;
      height: 15px;
      width: 15px;
      top: 50%;
      display: inline-block;
      transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg); }
    .dashboardtable .coordinatorTable .table-responsive .table tbody tr td .dropdown-menu:after {
      content: "";
      position: absolute;
      left: -20px;
      margin-top: -21px;
      border-color: transparent transparent #ffffff;
      border-width: 10px;
      border-style: solid;
      height: 15px;
      width: 15px;
      top: 50%;
      display: inline-block;
      transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg); }
    .dashboardtable .coordinatorTable .table-responsive .table tbody tr td .dropdown-menu .table-responsive .table thead tr th {
      border-top: 0;
      border-bottom: 0;
      padding: 8px; }
    .dashboardtable .coordinatorTable .table-responsive .table tbody tr td .dropdown-menu .table-responsive .table tbody tr td {
      padding: 10px;
      font-size: 12px; }
      .dashboardtable .coordinatorTable .table-responsive .table tbody tr td .dropdown-menu .table-responsive .table tbody tr td:first-child {
        border-left: 0; }
      .dashboardtable .coordinatorTable .table-responsive .table tbody tr td .dropdown-menu .table-responsive .table tbody tr td:last-child {
        border-right: 0; }

@media only screen and (max-width: 1198px) {
  .dashboardtable .coordinatorTable .table-responsive .table tbody tr td .dropdown-menu {
    top: 100%;
    left: auto;
    right: 0; }
    .dashboardtable .coordinatorTable .table-responsive .table tbody tr td .dropdown-menu:before {
      left: auto;
      right: 9px;
      top: 2px;
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg); }
    .dashboardtable .coordinatorTable .table-responsive .table tbody tr td .dropdown-menu:after {
      left: auto;
      right: 9px;
      top: 3px;
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg); } }
@media only screen and (max-width: 640px) {
  .dashboardtable .coordinatorTable .table-responsive {
    overflow-x: auto; }
    .dashboardtable .coordinatorTable .table-responsive .table tbody tr td .dropdown-menu {
      top: 100%;
      left: auto;
      right: 0; }
      .dashboardtable .coordinatorTable .table-responsive .table tbody tr td .dropdown-menu:before {
        left: auto;
        right: 9px;
        top: 2px;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg); }
      .dashboardtable .coordinatorTable .table-responsive .table tbody tr td .dropdown-menu:after {
        left: auto;
        right: 9px;
        top: 3px;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg); } }
/*************** End Dashboard ***************/
/**************** usermanagement *************/
.usermanagement {
  padding: 50px 100px 0; }
  .usermanagement .appointmentmenu {
    float: right; }
    .usermanagement .appointmentmenu li.active {
      background-color: #f5f5f5; }

@media only screen and (max-width: 991px) {
  .usermanagement {
    padding: 50px 50px 0; }

  .red-tabs ul.nav-tabs.usermanagementtab .owl-controls .owl-buttons > div {
    bottom: auto; } }
@media only screen and (max-width: 767px) {
  .usermanagement {
    padding: 30px 20px; }

  .updatetariff .red-tabs ul.nav-tabs.usermanagementtab .owl-controls .owl-buttons > div {
    bottom: auto; } }
/* admin dashboard */
.admin-dashboard .consultbox {
  background: #ffffff;
  padding: 40px 80px;
  float: left;
  width: 100%;
  border-bottom: 2px solid #d5d5d5; }
  .admin-dashboard .consultbox h2 {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px; }
  .admin-dashboard .consultbox .consultCenter h2 {
    padding-right: 120px;
    position: relative;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px; }
    .admin-dashboard .consultbox .consultCenter h2 .mdnt-dropdown {
      position: absolute;
      right: 0;
      top: -5px;
      width: auto;
      font-family: "Lato-Regular"; }
      .admin-dashboard .consultbox .consultCenter h2 .mdnt-dropdown .mdnt-dropdown-type {
        box-shadow: none;
        border: none;
        display: inline-block;
        width: 115px;
        padding: 6px 0 3px 10px; }
        .admin-dashboard .consultbox .consultCenter h2 .mdnt-dropdown .mdnt-dropdown-type span {
          margin-left: 10px; }
      .admin-dashboard .consultbox .consultCenter h2 .mdnt-dropdown ul.dropdown-menu {
        height: auto; }
        .admin-dashboard .consultbox .consultCenter h2 .mdnt-dropdown ul.dropdown-menu li a.active {
          color: #333333; }
  .admin-dashboard .consultbox .centerDetails {
    float: left;
    width: 100%; }
    .admin-dashboard .consultbox .centerDetails li {
      float: left;
      color: #000000;
      font-size: 24px; }
      .admin-dashboard .consultbox .centerDetails li .labels {
        display: block;
        color: #999999;
        font-size: 12px;
        margin-bottom: 3px; }
      .admin-dashboard .consultbox .centerDetails li small {
        color: #999999;
        font-size: 12px; }
    .admin-dashboard .consultbox .centerDetails.todayConsultations li {
      width: 25%; }
    .admin-dashboard .consultbox .centerDetails.facilitators li {
      width: 30%; }
      .admin-dashboard .consultbox .centerDetails.facilitators li:last-child {
        width: 40%; }
.admin-dashboard .bordered-input-field {
  padding: 0;
  display: inline-block;
  font-family: "Lato-Regular"; }
  .admin-dashboard .bordered-input-field label {
    font-size: 14px;
    vertical-align: top;
    width: 100%;
    text-align: left; }
  .admin-dashboard .bordered-input-field.custom-category {
    width: 100px; }
  .admin-dashboard .bordered-input-field.overview-date {
    width: 220px; }
  .admin-dashboard .bordered-input-field .field.dropdown-field.icon-field {
    margin: 0;
    width: 100%; }
    .admin-dashboard .bordered-input-field .field.dropdown-field.icon-field .my-caret {
      top: 8px;
      bottom: auto; }
  .admin-dashboard .bordered-input-field .manageSearch {
    background-color: #f6f6f6;
    border-radius: 0px;
    border: 0;
    box-shadow: none;
    padding-right: 30px; }
  .admin-dashboard .bordered-input-field .searchbtn {
    background: none;
    border: 0px;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -6px;
    padding: 0;
    line-height: 11px; }
.admin-dashboard .mdnt-dropdown {
  width: auto;
  font-family: "Lato-Regular";
  display: inline-block; }
  .admin-dashboard .mdnt-dropdown .mdnt-dropdown-type {
    box-shadow: none;
    border: none;
    display: inline-block; }
    .admin-dashboard .mdnt-dropdown .mdnt-dropdown-type span {
      margin-left: 10px; }
  .admin-dashboard .mdnt-dropdown ul.dropdown-menu {
    height: auto; }
    .admin-dashboard .mdnt-dropdown ul.dropdown-menu li a.active {
      color: #333333; }
.admin-dashboard .overviewchartArea {
  background: #ffffff;
  border-bottom: 2px solid #d5d5d5;
  margin-top: 15px; }
  .admin-dashboard .overviewchartArea .centerDetails {
    float: left;
    width: 100%; }
    .admin-dashboard .overviewchartArea .centerDetails li {
      float: left;
      color: #000000;
      font-size: 24px;
      padding-right: 20px; }
      .admin-dashboard .overviewchartArea .centerDetails li .labels {
        display: block;
        color: #999999;
        font-size: 12px;
        margin-bottom: 3px; }
      .admin-dashboard .overviewchartArea .centerDetails li small {
        color: #999999;
        font-size: 12px; }
  .admin-dashboard .overviewchartArea .overviewInner {
    padding: 30px 100px 50px; }
    .admin-dashboard .overviewchartArea .overviewInner.head {
      background: #f5f5f5;
      padding: 30px 100px 30px; }
      .admin-dashboard .overviewchartArea .overviewInner.head .mdnt-dropdown .mdnt-dropdown-type {
        width: auto;
        margin-right: 15px;
        padding: 5px 0 3px 10px; }
      .admin-dashboard .overviewchartArea .overviewInner.head .mdnt-dropdown .dropdown-menu {
        width: auto; }
    .admin-dashboard .overviewchartArea .overviewInner .overview-graph img {
      width: 100%; }
.admin-dashboard .topfacilitators .bordered-input-field.custom-category {
  width: 165px; }
.admin-dashboard .topfacilitators .mdnt-dropdown .mdnt-dropdown-type {
  width: auto;
  margin-right: 15px;
  padding: 5px 0 3px 10px; }
.admin-dashboard .topfacilitators .facilitator-appointment {
  font-size: 18px; }
  .admin-dashboard .topfacilitators .facilitator-appointment .title {
    font-size: 18px;
    font-family: "Lato-Bold";
    display: inline-block;
    vertical-align: middle; }
  .admin-dashboard .topfacilitators .facilitator-appointment .mdnt-dropdown .mdnt-dropdown-type {
    padding: 0px 0 0 10px;
    font-size: 18px; }

.admin-bottom-thumbs {
  background: #333333;
  padding: 55px 0 35px;
  color: #ffffff; }
  .admin-bottom-thumbs .thumb-lists li {
    width: 33%;
    float: left;
    padding-left: 120px;
    padding-right: 50px;
    position: relative; }
    .admin-bottom-thumbs .thumb-lists li i {
      position: absolute;
      left: 60px;
      top: -5px; }
    .admin-bottom-thumbs .thumb-lists li a {
      color: #f04e30;
      display: block; }
    .admin-bottom-thumbs .thumb-lists li:after {
      background: #585858;
      height: 40px;
      width: 1px;
      content: "";
      position: absolute;
      right: 0;
      top: 0; }
    .admin-bottom-thumbs .thumb-lists li:last-child:after {
      display: none; }

@media only screen and (max-width: 1199px) {
  .admin-dashboard .consultbox {
    padding: 40px 40px; }
  .admin-dashboard .overviewchartArea .overviewInner {
    padding: 30px 40px 50px; }
    .admin-dashboard .overviewchartArea .overviewInner.head {
      padding: 30px 40px 30px; }
  .admin-dashboard .overviewchartArea .centerDetails li {
    padding-right: 10px; } }
@media only screen and (max-width: 991px) {
  .admin-bottom-thumbs .thumb-lists li {
    padding-right: 10px;
    padding-left: 60px; }
    .admin-bottom-thumbs .thumb-lists li i {
      position: absolute;
      left: 5px; }

  .admin-dashboard .consultbox {
    margin-bottom: 20px; }
  .admin-dashboard .overviewchartArea .centerDetails {
    text-align: center; }
    .admin-dashboard .overviewchartArea .centerDetails li {
      float: none;
      display: inline-block; }
  .admin-dashboard .topfacilitators .facilitator-appointment {
    text-align: center; } }
@media only screen and (max-width: 767px) {
  .admin-bottom-thumbs .thumb-lists li {
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 30px; }
    .admin-bottom-thumbs .thumb-lists li i {
      position: relative;
      display: block;
      margin: 0 auto 10px;
      left: 0; }
    .admin-bottom-thumbs .thumb-lists li:after {
      width: 50px;
      height: 1px;
      left: 50%;
      margin-left: -25px;
      right: auto;
      top: 100%; }

  .admin-dashboard .bordered-input-field.custom-category {
    display: block;
    margin: 10px auto; }
  .admin-dashboard .bordered-input-field.overview-date {
    display: block;
    margin: 10px auto; }
  .admin-dashboard .overviewchartArea .overviewInner .overview-graph {
    margin-bottom: 15px; } }
@media only screen and (max-width: 480px) {
  .admin-dashboard .consultbox .centerDetails.todayConsultations li {
    width: 50%;
    margin-bottom: 20px; }
  .admin-dashboard .consultbox .centerDetails.facilitators li {
    width: 50%;
    margin-bottom: 20px; }
    .admin-dashboard .consultbox .centerDetails.facilitators li:last-child {
      width: 100%; } }

/*# sourceMappingURL=medanta_master.css.map */
