/*Custom CSS by Developer!*/
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-half{
  float: left;
  width: 50%;
  padding: 0 15px;
}

.col-full{
  float: none;
  width: 100%;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.comment_section .image_box{
  position: relative;
}

.already-read{
  background: #dbf5c3a1;
}
.full-width.note-to-add{
  font-size: 13px;
  padding-top:10px;
  font-style: italic; 
}
.no-need-of-border{
  border-top: unset !important;
}

.markreadtooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 15px 0px 15px 0px;
}

.set-notification-room{
  padding: 15px !important;
}
.notification-room.set-main-notification-room{
  padding: 14px !important;
}
.markreadtooltip .markreadtooltiptext {
  visibility: hidden;
  width: 90px;
  background-color: #7c7c7c;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 77%;
  left: 178%;
  margin-left: -60px;
  font-family: "Segoe UI Regular";
}

.markreadtooltip .markreadtooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #7c7c7c transparent transparent transparent;
}

.markreadtooltip:hover .markreadtooltiptext {
  visibility: visible;
}

.form-group{
  margin-bottom: 25px;
}

.form-group .form-field{
  margin-bottom: 0;
}

#openModalMobile {
    display: none;
    text-align: center;
    /* padding-top: 75px; */
}
.get-centered label{
    margin: 0 auto;
    display: block;
    text-align: center;
    font-weight: bold;
}
.invalid-feedback{
  font-size: 12px;
  color: #E54236;
}
.comment-left{
  position: relative;
}
.doctorsign{
    position: absolute;
    width: 17px !important;
    height: 17px !important;
    right: -5px;
    top: -7px;
    box-shadow: none !important;
}
.policy_date{
    font-size: 15px;
    color: #908b8b;
    font-weight: normal;
}

.text-red{
  color: #E54236;
}

.padding-left.text-black{
  color: black !important;
}

.text-bold {
    font-weight: bold;
}

.no-data-section .patient-titile h3{
    font-weight: normal;
}

.setwidth {
    width: 76% !important;
}
.hidden{
  display: none;
}
/*Custom CSS by Dharti!*/
#payment_details .specialist-chckbx input{
    width: unset !important;
}
.forgotpass-form{
  padding: 150px 0;
}
.resetpass-form{
  padding: 110px 0;
}
.top-btn{
  margin-top: 30px;
}

.iti__flag-container {
    max-height: 86px;
}

#recaptcha-container {
    border: 1px solid #ebebeb !important;
    top: -80px !important;
}
.edit-profile-info-container .profile-form fieldset input::placeholder{
    color: rgba(0, 0, 0, 0.5);
}
.under-review-text.full-width.consent-para{
  text-align: left;
  font-size: 18px;
  padding: 10px 20px;
  margin-top: 0px;
}
.file-upload-wrapper .error{
    margin-top: 0px;
    left: 0px;
    font-weight: bold;
}
.edit-profile-info-container #field .error{
    width: 100%;
    float: left;
}
.file-upload-wrapper label.error{
  top: 10px !important;
}
.left-container a.need-change-pass{
    color: black;
    opacity: 0.5;
    font-size: 14px;
    font-style: unset;
    font-weight: 600;
}
.profile-form .edit-profile-upload-btn{
    margin-top: 0px;
}
/*.popover-container{
    background: #e2e2e299;
}
.popover-inner{
    background: #e2e2e299;
}
.popover-content{
    background: #e2e2e299;
}
.popover-title{
    background: #e2e2e299;
}*/
.status-doctor-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered{
    font-size: 14px;
}
.closed-consultation .start-date-section{
    margin-bottom: 10px;
}
.upload-screen-show .start-document-upload{
  border-top: none;
}
.wrapper.add-middle{
    width: unset;
}
#patientDetails .level-one-body, #patientDetails .level-two-body{
    display: block;
}
.prescription-errors{
    margin: 0 auto;
    display: block;
}

.prescription-errors .error{
    background: #ff00006b !important;
}
.prescription-main-box .pt-3-half input {     
    border: none;
    text-align: center;
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
}
.prescription-main-box .pt-3-half input.typeaheadlab{
    max-width: unset;
    width: 100%;
}
#phone_verify{
    max-width: 700px;
}
#phone_verify .verify-input-main input{
    width: 80px;
    height: 80px;
    margin: 0 10px;
}
.patient-hub.ptn-btn-change{
    display: inline-block;
    margin: 10px 0 20px;
 background:#64dbb3;
     background-color: #64dbb3 !important;
    border-color: #64dbb3 !important;
        font-size: 14px;
            padding: 10px 20px;
            box-shadow: 0px 5px 20px 0 rgba(100, 219, 179, 0.67) !important;
}
/*.typeahead.dropdown-menu{
    position: absolute;
    top: 100% !important;
    left: 30px !important;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 10px;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    width: auto;
}*/
.prescription-main-box .accnt--btn .cta-btn{
    margin: 15px;
}

/* doctor availiblity */
.cusDD_default {
  position: relative;
  width: 125px;
  margin: auto;
  font-size: 14px;
  cursor: pointer;
  text-align: left;
  text-indent: 20px;
  color: #fff;
}

.cusDD_default .cusDD_select {
  background: #3c88b4;
  border: 1px solid #f0f0f0;
  height: 30px;
  line-height: 30px;
  position: relative;
  z-index: 0;
}
.cusDD_default .cusDD_arrow {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  background: url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") no-repeat;
  background-position: 50% 50%;
}
.cusDD_default .cusDD_arrow.active {
  background: url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_up.png") no-repeat;
  background-position: 50% 50%;
}

.cusDD_default .cusDD_options {
  background: #fff;
  position: absolute;
  top: 29px;
  left: 0;
  right: 0;
  z-index: 1;
  display: none;
}

.cusDD_default .cusDD_opt {
  height: 30px;
  line-height: 30px;
  width: 100%;
  display: block;
  border-top: 1px solid #f0f0f0;
  background: #3c88b4;
}

.cusDD_default .cusDD_opt:hover {
  background: #2fa84b;
  color: #fff;
  transition: all 0.8s ease-in-out;
}

/*-----------------------------*/
.message-box{
    resize: none !important;
    width: 100% !important;
    box-sizing: border-box;
    padding:15px 15px 15px !important;
    min-height: 100px;
    overflow: hidden;
}
.alert-success{
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: 10px;
    border-radius: 5px;
    display: none;
    margin-bottom: 10px;
}
.alert-error{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 10px;
    border-radius: 5px;
    display: none;
    margin-bottom: 10px;
}
.consultation-bottom .notification-icon span{
    width: 15px !important;
    height: 15px !important;
    font-size: 10px !important;
}
.tab-content-body.full-width .consulatation_notes_total textarea:disabled{
    background: #ededed !important;
}
.edit-profile-info-container .switch-close{
    display: none;
}
.upload-screen-show .custom-file-upload label{
  display: block;
}
.recaptcha-container{
  border:1px solid #ebebeb !important;
  border-top-style:none !important;
}
.recaptcha-display{
  right: 125px;
    top: 54px;
}
#save-drug label.error{
    font-size: 11px;
} 
.add-padding{
    margin-top: 10px;
}
.account--setup .login-form form .not-verified input.for-phone {
    height: 150px;
}

.add-field .btn.remove-me {
    color: #f84545;
}

.radio-container .checkmark:after {
    left: 10px;
    top: 7px
}

.right-screen-body .upload-signature-screen .signature-main-container .edit-icon{
  right: -20px;
  bottom: 38px;
}

.uploadedsignature {
  margin: 0 auto;
  display: block;
  border-radius: 5px;
}
/*.select2-container{
  display: contents;
}*/
.select2-results__option{
    font-size: 14px;
}
.switch-box.edit-profile-switch label{
    color: #313131;
}
.switch-box.edit-profile-switch .slider.round{
    border-color: #9c9c9c;
}
.profile-main-container .left-container .sub-title{
    margin-top: 0px;
    font-size: 16px;
}
.specialist-radio-cover.specialist-checkbox-main {
    margin-top: 0px;
}
.select2-search__field.focused{
  height: unset !important;
}
.account--setup .login-form form .custom-select input{
  height: unset !important;
  border: none !important;
  width: auto !important;
}
.select2-selection__choice{
  margin: 10px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
  height: 86px;
  border: 1px solid #ebebeb !important;
}
.select2-container--default .select2-selection--multiple{
  height: 86px;
  border: 1px solid #ebebeb !important;
}
.custom-select label{
  padding-left: 35px;
  font-weight: normal;
  top: 27px !important;
}
.login-form form label.error{
    top: 0;
  color:#b70a0a;
    position: relative;
  font-size: 12px;
    z-index: 1;
    float: left;

}
.pagination{
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
.pagination .page-item.disabled .page-link{
    color: #70657b;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    border: 1px solid #dee2e6;
}
.pagination .page-item.active .page-link{
    z-index: 1;
    color: #fff;
    background-color: #0F1A3C;
    border-color: #0F1A3C;
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    border: 1px solid #dee2e6;
}
.pagination .page-item .page-link{
    z-index: 1;
    color: black;
    background-color: #fff;
    border-color: #0F1A3C;
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    border: 1px solid #dee2e6;
}

.need-msg .error {
    width: 100%;
}
.get-rounded.patient-img{
  border-radius: 50%;
}

.user-dropdown.active + .user-menu {
  min-width: 160px;
}

.user-menu {
  min-width: 160px;
}

.set-recaptcha #phone_not_verified {
    width: 86.5%;
    float: right;
    margin-top: -25px;
}


.login-form form .padding-left::placeholder {
    color: #7c7c7c6b;
    opacity: 1; /* Firefox */
    font-weight: lighter;
}

.login-form form .padding-left:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #7c7c7c6b;
    font-weight: lighter;
}

.login-form form .padding-left::-ms-input-placeholder { /* Microsoft Edge */
    color: #7c7c7c6b;
    font-weight: lighter;
}

form fieldset input:focus, form fieldset input.focused {
    background: #337ab71c;
}

/*.file-upload-raw .choose-btn {
    max-height: 86px;
}*/

.half-width {
    float: left;
    width: 50%;
    position: relative;
}

form fieldset input.bordered.border-top-0 {
    border-top: 1px solid #ebebeb !important;
}

.cta-btn.signup-first-form-submit.active.click:hover {
    cursor: pointer;
}

#fileInput-error {
    margin: 0 auto;
    display: block;
}

.select-option-checkbox .multiselect-selected-text {
    font-weight: bold;
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}

.iti__flag-container {
    width: 15%;
}

.iti__country-list {
    width: auto;
}

.login-form form label.set-phone {
    left: 76px;
    z-index: 999;
}

.cta-btn.active:hover {
    cursor: pointer;
}

.iti__selected-flag {
    height: 104px !important;
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
    height: 100px;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: #fff !important;
    border-right: 1px solid #ebebeb !important;
}

/*Bhumika*/
.font12{
  font-size: 12px;
}
.font14{
  font-size: 14px;
}
#forumpost-dd .text{
  color: #000;
}
#forumpost-dd .text:hover{
  color: #4F95BD;
}
#forumpost-dd .source-type .name{
  color: #3c88b4;
}

.dd-no-data img{
  vertical-align: middle;
}

.dd-no-data span{
  display: inline-block;
  max-width: calc(100% - 110px);
  vertical-align: middle;
}

.edit-profile-upload-btn{
  cursor: pointer;
}

.default-btn{
    font-size: 16px;
    font-family: "Segoe UI Bold";
    padding: 12px 18px;
    border-radius: 30px;
    color: #fff;
    transition: all 0.4s ease-in-out;
}

.btn-small{
  font-size: 14px;
  font-family: "Segoe UI Regular";
  padding: 5px 14px;
}

.default-btn.blue{
  background-color: #3c88b4 !important;
  box-shadow: 0px 5px 20px 0 #3c88b4;
}

.margin-right15{
  margin-right: 15px;
}

.pagination-right{
  text-align: right;
}

.patient-box-horizontal .patient-img {
  
    border-radius: 500%;
}

a.patient-hub{
    margin-top: 20px;
}
/*Chat*/
.chatBottom{
    width: 100%;
    height: 60vh;
    position: relative;

}
#chats .chats-box {
    padding-left: 100px;
    padding-right: 100px;
    position: absolute;
    width: 100%;
    bottom: 0;
    max-height: 100%;
    opacity: 0;
    transition: opacity 1s;
}

#openConsultationOn #patientDetails {
    width: 100% !important;
}

#openConsultationOn .callAssets {
    display: none !important;
}

body #chats .tab-content-body{
    padding-left: 0;
    padding-right: 0;
}

.chat-sending-box .attach-btn {
    width: 35px;
    height: 35px;
    background-image: url(../../doctor/images/attach.png) !important;
    font-size: 0;
    padding: 0;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;
    right: 5px;
    background-position: center !important;
    background-size: 25px !important;
    cursor: pointer;
}


#update-chat-attachment {
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    font-size: 0;
}

#chat-sending-box.has-advanced-upload {
    /*background-color: white;
    outline: 2px dashed black;
    outline-offset: -10px;*/
}
#chat-sending-box.has-advanced-upload .box__dragndrop {
    display: inline;
}
#chat-sending-box.is-dragover {
    background-color: #fff8c8;
    outline: 2px dashed #ead750;
    outline-offset: -6px;
}
#chat-sending-box.is-uploading .box__input {
    visibility: none;
}
#chat-sending-box.is-uploading .box__uploading {
    display: block;
}
.box__dragndrop,
.box__uploading,
.box__success,
.box__error {
    display: none;
}

.chat-doc-container {
    color: #3B85B0 !important;
    text-align: right;
    word-break: break-word;

    border: 1px solid #c4e1f1;
    
    width: 100%;

}

.chat-doc-container div.doc-img{
    text-align: center;
    color: #b6bcbf !important;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    padding: 15px 10px 10px 10px;
    background: #fff;
}

.right-chats .chat-doc-container{
    background: #e8f7ff !important;
}

.left-chats .chat-doc-container{
    background: #fff !important;
}

.left-chats .chat-doc-container div.doc-img{
    background: #e8f7ff !important;
}

.chat-doc-container div.doc-name{
    width: calc(100% - 55px);
    display: inline-block;
    text-align: left;
    padding: 5px 10px;
}

.chat-doc-container div.doc-name a{
  display: inline-block;
  vertical-align: middle;
    text-decoration: underline;
    color: #3B85B0 !important;
}

.chat-doc-container img {
    width: 35px !important;
    height: 35px !important;
    vertical-align: middle;
}

.chat-doc-container div {
    color: #3c88b4 !important;
    /*margin-top: 5px;*/
}

.chats-basic-style .image-box img {
    max-width: 250px !important;
}

#chats .chats-basic-style.right-chats span{
  text-align: left;
}

#chats .chat-input{
  width: calc(100% - 100px);
}

#chats .chats-basic-style span{
    overflow-wrap: break-word;
    max-width: 100%;
}

/*Chat ends*/

.launch-timer {
    margin-top: 25px;
    padding: 10px 22px 5px;
    /* border: 1px solid; */
    /* max-width: 300px; */
    text-align: center;
    font-size: 35px;
    background: #ffffff;
    border-radius: 80px;
    color: #55bb6c;
    text-shadow: 0px -2px 16px rgb(118, 201, 137), -9px -9px 20px rgba(10, 175, 230, 0);
    max-width: 284px;
    box-shadow: 0px 6px 20px rgba(123, 123, 123, 0.45), -1px 9px 20px 4px rgba(10, 175, 230, 0);
}

.launch-title {
    font-size: 12px;
    text-shadow: none;
}

.launch-timer li {
    display: inline-block;
    font-size: 10px;
    list-style-type: none;
    padding: 0px;
    text-transform: uppercase;
}

.launch-timer li span {
    display: block;
    font-size: 16px;
}

.launch-timer ul {
    float: none;
}

#openModalMobile .launch-timer {
    line-height: 1.5;
    box-shadow: none;
    margin-top: 0;
}

#openModalMobile .launch-timer li span {
    line-height: 1.5;
    font-size: 20px;
}

#openModalMobile .launch-timer li {
    font-size: 11px;
}

#openModalMobile .launch-title {
    margin-bottom: 5px;
    font-size: 14px;
}



/*Spinner*/
/*.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}*/

/*Media queries*/

@media (max-width: 1500px) {
    #chats .chats-box{
        padding-left: 10px;
        padding-right: 10px;
    }
    .patient-hub.ptn-btn-change { font-size: 12px }
    html body .notification-room .pagination li > span, html body .notification-room .pagination li > a {
        width: 36px;
        height: 36px;
        line-height: 33px !important;
        font-size: 14px !important;
    }

    html body .notification-room .pagination li:first-child > span, html body .notification-room .pagination li:last-child > span, html body .notification-room .pagination li:first-child > a, html body .notification-room .pagination li:last-child > a {
        font-size: 20px !important;
        line-height: 27px !important;
    }
   html body .login-form form .file-upload-wrapper input.normal, html body .custom-file-upload label {
    font-size: 18px;
}

}

@media (max-width: 1240px) {
    .launch-timer {
        max-width: 270px;
        margin-top: 18px;
    }
     html body .popover .popover-container { width:350px; }
    
}

@media screen and (max-width: 912px) {
    .launch-timer {
        margin-top: 18px;
    }

     html body .notification-room .pagination li > span, html body .notification-room .pagination li > a {
        width: 32px;
        height: 32px;
        line-height: 30px !important;
        font-size: 14px !important;
    }

    html body .notification-room .pagination li:first-child > span, html body .notification-room .pagination li:last-child > span, html body .notification-room .pagination li:first-child > a, html body .notification-room .pagination li:last-child > a {
        font-size: 18px !important;
        line-height: 24px !important;
    }

    /*.launch-timer li span {
        font-size: 30px;
    }

    .launch-timer li {
      padding: 14px 10px;
      font-size: 12px;
    }

    .launch-title{
        font-size: 18px;
    }*/
}

@media screen and (max-width: 768px) {
    .launch-timer {
        max-width: 260px;
    }
    #phone_verify .verify-input-main input{
        margin: 0 10px;
        width: 40px;
        height: 40px;
    }

    #chats .chat-input{
      width: calc(100% - 90px);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #phone_verify .verify-input-main input{
        margin: 0 10px;
        width: 40px;
        height: 40px;
    }
    html .swipe-left .menu-count { left: 27px; }

    html body .file-upload-raw .choose-btn {
    min-width: 100px;
    font-size: 12px !important;
    width:100px;
}
html body .login-form form .file-upload-wrapper input.normal, html body .custom-file-upload label {
    font-size: 16px !important;
}
.file-upload-raw .choose-btn.start-document-upload img { max-width: 22px; max-height: 22px }
 html body .custom-file-upload label { padding-right: 150px !important;}
}

@media screen and (max-width: 767px) {
    #phone_verify{
        max-width: 500px;
    }
    .top-user-section .cusDD_default {     width: auto;
        text-indent: 0;
        transform: scale(.9);
        position: relative;
        left: 6px;}
    #phone_verify .verify-input-main input{
        margin: 0 5px;
        width: 40px;
        height: 40px;
    }

    html body .file-upload-raw .choose-btn { font-size: 0 !important;   min-width: 57px !important; width:57px !important; }
    html body .file-upload-raw .choose-btn img { margin:0 !important;     position: relative;
    top: 10px; }

    html body .menu-count { display: none !important; }

    html body .popover .popover-container {
        width: 220px;
        max-width: 100%;
    }
    html body .file-upload-raw .choose-btn.start-document-upload img { top:0;max-width: 22px !important; max-height: 22px !important }
    html body .custom-file-upload label {
      padding-right: 85px !important;
      width: 100%;
    }

    html body .login-form form .file-upload-wrapper input.normal, html body .custom-file-upload label {
      font-size: 15px !important;
    }
    html body .popover .popover-container { left:0; top: 20px;}
    .popover.popover-bottomLeft .popover-container .popover-arrow , .popover.popover-rightTop .popover-container .popover-arrow { opacity: 0 }
    html body .popover-container:after { top:0;  transform: translateY(0%); left:20px; }
    html body .notification-room .room .notification-right-section { width: 80%; }
    html body .notification-room .room .img {
        width: 40px;
        height: 40px;
    }
    /*    html body .popover .popover-container {
        width: 100%; max-height: 250px;
        overflow-y: scroll;
    }

    .popover { position: absolute;
        top: 100px;
        right: 0; }*/
    .patient-hub.ptn-btn-change {
        margin: 10px 0 20px;
    }
     html body .patient-box-horizontal .patient-img { position: relative;     margin-bottom: 40px;}
     .patient-box-horizontal.patient-box h5 { position: absolute; bottom: -40px; left:50%; width: auto;
    min-width: 200px; transform:translateX(-50%); }
    .tab-btn.add-note-parent {     width: calc(100% - 40px);
    position: relative;
    left: 50%;
    transform: translateX(-50%); } 
    .mobile-border { border-top: 1px solid #e5e5e5; margin-top:18px; }

    html .chat-sending-box .flex-start img {
        display: inline-block;
    }
}

@media screen and (max-width: 660px) {
    .verify-now-text.fancybox-open.recaptcha-display {
        position: unset;
        float: right;
    }

    #phone_verification {
        top: 22%;
    }

    html body .patient-box-horizontal .patient-img {
        width: 90px;
        height: 90px;
    }

    .launch-timer {
        max-width: 232px;
        margin-top: 18px;
    }

    .launch-timer li {
        font-size: 9px;
    }

    .launch-timer li span {
        font-size: 14px;
    }

    .launch-title {
        font-size: 11px;
    }

    #openModalMobile .launch-timer {
        line-height: 1.5;
        box-shadow: none;
        margin-top: 0;
    }

    #openModalMobile .launch-timer li span {
        line-height: 1.5;
        font-size: 18px;
    }

    #openModalMobile .launch-timer li {
        font-size: 9px;
    }

    #openModalMobile .launch-title {
        margin-bottom: 5px;
        font-size: 12px;
    }

    #openConsultationOn{
        padding: 0;
    }

    #chat-sending-box.has-advanced-upload{

        margin-top: 0;
        border-radius: 0;
        border: 1px solid #e5e5e5;
    }

    .chat-doc-container{
        font-size: 12px !important;
    }

    .chats-basic-style .image-box img {
        max-width: 200px !important;
    }

    .chat-doc-container div.doc-img img{
        width: 30px !important;
        height: 30px !important;
    }

    #chats .chats-box{
        margin-bottom: 15px;
    }

    html .chat-sending-box .flex-start img{
      display: none;
    }
}


@media screen and (max-width: 600px) {
    .col-half {
        float: none;
        width: 100%;
    }

    .get-in-touch-section .row.form-group {
        margin-bottom: 0;
    }

    .get-in-touch-section .row.form-group .col-half {
        margin-bottom: 25px;
    }

    /*chat*/
    .chat-sending-box .flex-start img{
      display: none;
    }

    html .chat-input, .replies-section .comment-right .chat-sending-box .chat-input{
      font-size: 14px;
    }
}

@media screen and (max-width: 500px) {
    #openModalMobile {
        padding-left: 15px;
        padding-right: 15px;
    }

    #openModalMobile .launch-timer {
        padding-left: 10px;
        padding-right: 10px;
    }
}

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

    #phone_verify{
        padding: 40px 10px 50px;
    }
    #phone_verify .verify-input-main input{
        width: 38px;
        height: 38px;
        margin: 0 3px;
    }

    /*.launch-timer li {
        font-size: 10px;
        padding: 16px 3px;
    }

    .launch-title{
        font-size: 14px;
    }*/
}

/*---------Horizontal Loader--------------*/
#chatTophorizontalLoader{
  margin-bottom: 10px;
}
#loadingProgressG, .horizontalLoader{
  width:100%;
  height:3px;
  overflow:hidden;
  background-color:rgb(132,196,73);
  margin:auto;
  border-radius:4px;
    -o-border-radius:4px;
    -ms-border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
}

#loadingProgressG, .horizontalLoader{
  display: none;
    
}

#loadingProgressG {
    width: 100%;
    height: 3px;
    overflow: hidden;
    background-color: rgb(132, 196, 73);
    margin: auto;
    border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

/*---------Horizontal Loader--------------*/
#loadingProgressG {
    display: none;
}

.loadingProgressG {
    background-color: rgb(255, 255, 255);
    margin-top: 0;
    margin-left: -0;
    animation-name: bounce_loadingProgressG;
    -o-animation-name: bounce_loadingProgressG;
    -ms-animation-name: bounce_loadingProgressG;
    -webkit-animation-name: bounce_loadingProgressG;
    -moz-animation-name: bounce_loadingProgressG;
    animation-duration: 0.875s;
    -o-animation-duration: 0.875s;
    -ms-animation-duration: 0.875s;
    -webkit-animation-duration: 0.875s;
    -moz-animation-duration: 0.875s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -o-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    width: 100%;
    height: 8px;
}

@keyframes bounce_loadingProgressG {
    0% {
        margin-left: -100%;
    }

    100% {
        margin-left: 100%;
    }
}

@-o-keyframes bounce_loadingProgressG {
    0% {
        margin-left: -100%;
    }

    100% {
        margin-left: 100%;
    }
}

@-ms-keyframes bounce_loadingProgressG {
    0% {
        margin-left: -100%;
    }

    100% {
        margin-left: 100%;
    }
}

@-webkit-keyframes bounce_loadingProgressG {
    0% {
        margin-left: -100%;
    }

    100% {
        margin-left: 100%;
    }
}

@-moz-keyframes bounce_loadingProgressG {
    0% {
        margin-left: -100%;
    }

    100% {
        margin-left: 100%;
    }
}

/*----Small Spinner----*/
.cssload-container {
    width: 100%;
    height: 49px;
    text-align: center;
}

.cssload-zenith {
    width: 49px;
    height: 49px;
    margin: 0 auto;
    border-radius: 50%;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    box-shadow: 3px 3px 1px rgb(48, 166, 76);
    animation: cssload-spin 690ms infinite linear;
    -o-animation: cssload-spin 690ms infinite linear;
    -ms-animation: cssload-spin 690ms infinite linear;
    -webkit-animation: cssload-spin 690ms infinite linear;
    -moz-animation: cssload-spin 690ms infinite linear;
}

@keyframes cssload-spin {
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes cssload-spin {
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes cssload-spin {
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes cssload-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes cssload-spin {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.captcha-error {
    margin-bottom: 30px
}

.captcha-error label.error {
    position: absolute !important;
    left: 0;
    bottom: -30px;
    top: auto !important;
}

/*Rashmi*/
#loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}

#loading-content {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    z-index: 100;
}

.hide {
    display: none;
}

.prescription-main-box .hide{
    display: table-row;
}

.comment-user-img-rounded {
    height: 50px;
    width: 50px;
    max-width: 50px !important;
    border-radius: 50px !important;

}

label.error {
    color: red;
    font-size: small;
    opacity: 1 !important;
}

.add_new_article .data_section .content {
    width: 100% !important;
}

.add_new_article .data_section #image_preview .image_block img {
    max-width: 50% !important;
}

#image_preview1 {
    display: inline-flex;
    flex-wrap: wrap;
}

img.cross_icon {
    width: 30px !important;
    position: absolute;
    margin: -15px 0 0 -20px;
    border: 0;
    border-radius: 0;
    cursor: pointer;
}

.image_block1 {
    width: 25%;
    padding: 10px;
}

.image_block1 img {
    width: 100%;
}

.add_new_article .data_section .image {
    width: 100% !important;
}

.add_new_article .data_section .image .input_wrap {
    justify-content: left !important;
}

div.add_new_article_btn {
    margin: 0 0 0 auto;
    opacity: 1;
    display: flex;
    align-items: center;
    text-transform: inherit;
}

div.add_new_article_btn img {
    max-height: 24px;
    margin: 0 10px 0 0;
    vertical-align: bottom;
}

/* Rashmi

/* Mitesh */

/* js confirm box start */
.jconfirm .jconfirm-holder {
    display: flex;
    justify-content: center;
}
  
.jconfirm-content {
    overflow: hidden!important;
}
  
/* js confirm box end */

#virtual_waiting_room .call-time {
    float: right;
}

.start-call.disabled {
    cursor: no-drop !important;
    color: #7c7c7c !important;
}

.all_request_page .pagination { display: flex; justify-content: flex-end; border-top: 1px solid #e5e5e5; padding:20px 0;}
.all_request_page .pagination li > span ,  .all_request_page .pagination li > a { 
    width: 40px;
    height: 40px;
    padding: 0 !important;
    text-align: center;
    line-height: 38px !important;
    font-size: 15px !important;
 }

.all_request_page .pagination li.active > span ,  .all_request_page .pagination li.active > a , .all_request_page .pagination li > a:hover { background: #3c88b4 !important; color:#fff !important; }
.all_request_page .pagination li:first-child > span ,  .all_request_page .pagination li:last-child > span , .all_request_page .pagination li:first-child > a ,  .all_request_page .pagination li:last-child > a {    font-size: 20px !important;
    line-height: 32px !important; }

.all_request_page .pagination li:first-child > span , .all_request_page .pagination li:first-child > a { border-top-left-radius: 5px !important; border-bottom-left-radius: 5px !important; }
.all_request_page .pagination li:last-child > span , .all_request_page .pagination li:last-child > a { border-top-right-radius: 5px !important; border-bottom-right-radius: 5px !important; }

/* Mitesh */

.tab-btn.add-note-parent { background:#ededed !important; justify-content: center; border-radius: 10px; margin:20px 0 0 ; padding:5px 0; }
html body .add-note-parent .addnotes {  margin:0 !important; text-transform: capitalize !important; color:#000 !important; display: flex; justify-content: center; background: transparent !important;  }
.tab-btn.add-note-parent img { max-width: 23px; margin-right: 8px; display: inline-block; }
html body .add-note-parent .addnotes:hover { transform: translateY(0) !important; }

.text-title-span { display: flex; align-items: center; color: #000 !important; }
.text-title-span img { max-width: 23px; margin-right: 8px; display: inline-block; }

body .popover .popover-container {padding: 0 !important; background: transparent !important; width:500px; max-width: 100%;     position: relative;
    left: 30px;  }
.popover.popover-right .popover-container .popover-arrow { position: relative;     transform: rotate(0deg) !important; }
.popover-container { position: relative; font-style: italic; }
.popover-container:after { position: absolute;
    left: -20px;
    content: '';
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 30px solid #e5e5e5;
    top: 50%;
    transform: translateY(-50%);
    margin-top:-20px;
 }

 body .popover .popover-container .popover-inner .popover-content {
    font-size: 14px;
    padding: 0px 16px 12px;
    color: #8C8C8C;
}

 body .popover .popover-container .popover-inner { box-shadow: none !important; background: #e5e5e5; border-radius: 12px;     padding: 10px 0 5px; }

 .popover.popover-topLeft .popover-container .popover-arrow { opacity: 0 }

 .menu-count { font-family: "Segoe UI Bold";
    position: absolute;
    top: -10px;
    left: 16px;
    font-size: 10px;
    width: 15px;
    height: 15px;
    border: solid 1px #ffffff;
    background-color: #84c449;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff; }

    .swipe-left  .menu-count {  top: -20px; line-height: 5px; left: 33px; }

    .notification-room .room .img { width:45px; height: 45px; border-radius: 100%; position: relative;  top:4px;}
     .notification-room .room .text {  color: #000;     font-family: "Segoe UI Regular"; line-height: normal; transition: all .4s ease }
     .notification-room .room .notification-right-section:hover .text { color:#3c88b4; }
     .notification-room .pagination { display: flex; justify-content: flex-end; border-top: 1px solid #e5e5e5; padding:15px 0;}
     .notification-room .pagination li > span ,  .notification-room .pagination li > a { 
        width: 35px;
        height: 35px;
        padding: 0 !important;
        text-align: center;
        line-height: 33px !important;
        font-size: 14px !important;
      }

.notification-room .pagination li.active > span ,  .notification-room .pagination li.active > a , .notification-room .pagination li > a:hover { background: #3c88b4 !important; color:#fff !important; }
.notification-room .pagination li:first-child > span ,  .notification-room .pagination li:last-child > span , .notification-room .pagination li:first-child > a ,  .notification-room .pagination li:last-child > a {
    font-size: 20px !important;
    line-height: 26px !important;
 }

.notification-room .pagination li:first-child > span , .notification-room .pagination li:first-child > a { border-top-left-radius: 5px !important; border-bottom-left-radius: 5px !important; }
.notification-room .pagination li:last-child > span , .notification-room .pagination li:last-child > a { border-top-right-radius: 5px !important; border-bottom-right-radius: 5px !important; }
.notification-room .room .notification-right-section { width:90%; }

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

  .notification-room .pagination { justify-content: center; }
  .top-user-section .select2-container {  width: 75px !important; }
  html body .user-icon { margin: 0 1px 0 9px; }
  html body .virtual-room { margin: 0 5px 0 10px; }
  .top-user-section .cusDD_default {     width: auto;
    text-indent: 0;
    transform: scale(.8);
    position: relative;
    left: 6px;
  }


  #chats .chat-input{
    width: calc(100% - 50px);
  }


 }

 @media screen and (max-width: 375px) {
    .top-user-section .cusDD_default .cusDD_arrow { opacity: 0;}
    body .top-user-section .cusDD_default .cusDD_select { padding-right: 10px;}
  }

  @media screen and (max-width: 345px) {   .top-user-section .cusDD_default  { display: none;} }

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

  .top-user-section .select2-container {  width: 65px !important; }

 }

  @media screen and (max-width: 340px) { 
      .top-user-section .select2-container {  display: none; }

  }

 html body .popover-container .popover-arrow , html body .popover.popover-bottom .popover-container .popover-arrow { opacity: 0 !important; }
.popover { z-index: 9; }

.popover-topLeft .popover-container:after { bottom: -10px; top: auto;left: 20px; transform: rotate(145deg); }

html body .popover.popover-topLeft .popover-container {  top: -20px; }
html body .popover.popover-bottom .popover-container:after {  top: 4px;  left: 20px; }
html body .popover.popover-bottom .popover-container { left: 30px; }

body .right-container .edit-profile-info-container .add-field .btn.remove-me { margin-top: -46px; }

.login-form form .file-upload-wrapper input.normal , body .custom-file-upload label { font-size: 20px }
.file-upload-raw .choose-btn {  width: 125px; min-width: initial; }
.file-upload-raw .choose-btn img {  margin-right: 10px; display: inline-block; max-width: 18px; max-height: 18px; object-fit: contain;}
.file-upload-raw .choose-btn.start-document-upload img { margin:0; max-width: 30px; max-height: 30px; }
html body .file-upload-raw .choose-btn { font-size: 14px }

.login-form form .file-upload-wrapper input.normal {  padding-right: 130px; }

body .custom-file-upload label { padding-right: 180px; width:100%; }

.prescription-main-box .pt-3-half textarea {     border: none;
    text-align: center;
    max-width: 100px;
    overflow: hidden;
    resize: none;
    min-height: 20px !important;
     }

.prescription-main-box .pt-3-half textarea::-webkit-input-placeholder {
  color: #000;
}

.prescription-main-box .pt-3-half textarea:-moz-placeholder { /* Firefox 18- */
  color: #000;  
}

.prescription-main-box .pt-3-half textarea::-moz-placeholder {  /* Firefox 19+ */
  color: #000;  
}

.prescription-main-box .pt-3-half textarea:-ms-input-placeholder {
  color: #000;  
}

.prescription-main-box .pt-3-half textarea::placeholder {
  color: #000;  
}

.table-box-main tr td { position: relative; }
.table-box-main tr td .typeahead.dropdown-menu {     
    /*top: 60px !important;
    left: 0 !important;*/
    width: 400px !important;
    /*max-width: 300px !important;
    min-width: initial !important;
    margin-top: -290px;
    display: block !important;
    height: 240px;
    overflow-y: scroll; */
  }

.table-editable { overflow-x:initial !important; }
        
.top-user-section .cusDD_default .cusDD_arrow { width:28px; background: rgba(255, 255, 255, 0.3) !important; background-image: none !important; }
.top-user-section .cusDD_default .cusDD_arrow:after {  position: absolute;
    right: 9px;
    top: 50%;
    font-family: "fontAwesome";
    content: "\f0d7";
    color: #fff;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

  .top-user-section .cusDD_default .cusDD_select { height: auto;
        font-size: 14px !important;
        padding: 2px 38px 2px 10px;
        border: 0;
        background: #3c88b4;
        color: #fff;
        position: relative;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;     line-height: 24px; }

  .top-user-section .cusDD_default { width:auto; text-indent: 0; }
  .top-user-section .cusDD_default .cusDD_options > div {     padding: 2px 10px;
            line-height: 23px;
            height: auto; }
  .top-user-section .cusDD_default .cusDD_options { top:28px; }
  .top-user-section .cusDD_default .cusDD_arrow.active:after {     
            -moz-transform: rotate(180deg) translateY(12px);
            -webkit-transform: rotate(180deg) translateY(12px);
            -o-transform: rotate(180deg) translateY(12px);
            -ms-transform: rotate(180deg) translateY(12px);
            transform: rotate(180deg) translateY(12px); }

.edit-profile-info-container .profile-form fieldset label.error{
  display: unset;
}

.top-user-section.switch-box.edit-profile-switch{
    padding: 0;
    margin: 0 auto;
    display: block;
    box-shadow: none;
    background: unset;
}