* {
    box-sizing: border-box;
    border-radius: 0;
}

a:focus,
a:visited,
a:hover {
    outline: none;
    text-decoration: none !important;

}

body {
    background: #ffffff;
    font-family: 'Open Sans', sans-serif;
}

.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

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

.medicare .rad-area {
    background: #fff;
}

.medicare .rad-checked {
    background: #a20e0e;
}

.medicare .label_heading {
    margin-bottom: 0px;
    margin-left: 3px;
    color: #494848;
    font-weight: normal;
}

.medicare .label_radio {
    margin-top: 5px;
    margin-left: 3px;
    color: #494848;
    font-weight: normal;
}

.recipient {
    width: 37%;
}

.medicare_left {
    margin-left: -30px;
}

.medicare_right {
    margin-right: 10px;
}

.form-control {
    height: 45px !important;
    background: #f6f6f6;
    font-size: 15px;
    color: #747373;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    box-shadow: none;
    margin-bottom: 5px;
}

.form-control:focus {
    box-shadow: none;
    outline: none !important;
    border: 1px solid #b0b0b0;
}

textarea#comments {
    background: #f6f6f6;
    font-size: 15px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    box-shadow: none;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    padding-right: 12px;
    padding-bottom: 6px;
    padding-left: 12px;
    line-height: 1.42857143;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

textarea#comments:focus {
    box-shadow: none;
    outline: none !important;
    border: 1px solid #b0b0b0;
    padding-right: 12px;
    padding-bottom: 6px;
    padding-left: 12px;
}

/*******/
.StripeElement {
    font-family: 'Open Sans', sans-serif;
    background: #f6f6f6;
    font-size: 15px;
    color: #747373;
    height: 45px !important;
    border: 1px solid #e1e1e1;
    box-shadow: none;
    margin-bottom: 5px;
    padding: 10px 12px;
    border-radius: 2px;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

/***************/


.btn-primary {
    background-color: #363636;
    border-color: #363636;
}

.btn-primary:hover {
    background-color: #363636;
    border-color: #363636;
}

.btn-dark-small {
    height: 30px !important;
}

.btn-dark {
    height: 45px;
    background: #DD5348;
    /*#2f2f2f*/
    font-size: 15px;
    color: #747373;
    border: 0;
    font-size: 20px;
    color: #fff !important;
    border-radius: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.btn-dark-summary {
    height: 40px;
    background: #DD5348;
    /*#2f2f2f*/
    font-size: 15px;
    color: #747373;
    border: 0;
    font-size: 16px;
    color: #fff !important;
    border-radius: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}


.btn-dark.btn-login {
    width: 185px;
    display: block;
    margin: 0 auto 20px;
}

.btn-dark.btn-contact-small {
    width: 120px;
    display: block;
    margin: 0 auto 20px;
}

.btn-dark.btn-contact {
    width: 215px;
    display: block;
    margin: 0 auto 20px;
}

.btn-dark.btn-notify {
    width: 100px;
    display: inline;
    font-size: 16px;
    height: 35px;
    padding: 0 !important;
}

.btn-dark.btn-summary-small {
    width: 110px;
    display: inline;
    font-size: 16px;
    height: 45px;
    padding: 0 !important;
}

.btn-dark.btn-summary {
    width: 165px;
    display: inline;
    font-size: 16px;
    height: 45px;
    padding: 0 !important;
}

.btn-dark:hover {
    color: white;
    background-color: #c12e2a; !important;
    border-color: #bd2130 !important;
    /*#a20e0e;*/
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.btn-grey {
    color: #fff;
    background-color: #a3a3a6;
    border-color: #a3a3a6;
}

.btn-grey.focus,
.btn-grey:focus {
    color: #fff;
    background-color: #848489;
    border-color: #848489;
}

.btn-grey:hover {
    color: #fff;
    background-color: #848489;
    border-color: #848489;
}

.navbar-default {
    background-color: transparent;
    border: 0;
    margin: 0;
}

/**** Header ****/
#header {
    padding: 25px 0;
}

#header-checkin {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 5px solid #a20e0e;
    background: #ffffff;
}

#header-checkin .container {
    padding: 20px 0px;
}

#header-checkin .header-date {
    height: 40px;
    line-height: 40px;
    border: 2px solid #a20e0e;
    border-radius: 50px;
    text-align: center;
    width: 90%;
}

.header-date i {
    background: #a20e0e;
    color: #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    top: 0;
    position: absolute;
    text-align: center;
    line-height: 40px;
    left: 0;
    font-size: 20px;
}

.header-date span {
    color: #484848;
    font-size: 20px;
    padding-left: 30px;
}

.header-logout {
    width: 70%;
    border-radius: 30px;
    border: 2px solid #a20e0e;
    float: right;
    height: 30px;
    line-height: 35px;
    text-align: center;
    margin-top: 15px
}

.header-logout i {
    background: #a20e0e;
    color: #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    top: 15px;
    position: absolute;
    text-align: center;
    line-height: 30px;
    right: 1px;
    font-size: 15px;
}

.header-logout input {
    background: transparent;
    font-size: 17px;
    padding: 0px;
    height: 30px;
    margin-top: -14px;
    width: 100%;
    color: #a20e0e !important;
    margin-left: -7px;
    padding-right: 10px;
}

.header-logout input:focus {
    outline: none;
}

.navbar-brand {
    padding: 0;
}


.checkin_heading {
    padding: 80px;
}

.checkin_heading h4 {
    color: #333333;
    font-size: 20pt;
}

.checkin_heading h2 {
    color: #a20e0e;
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: 800;
}

.navbar-brand-checkin {
    padding: 0;
}

.main-menu li {
    margin: 10px 0 0 30px;

}

.main-menu li a {
    padding: 0;
    font-size: 15px;
    color: #959595;
}

.main-menu li:hover a {
    color: #313131;
}

.main-menu li.active a {
    color: #313131;
    font-weight: bold;
    background-color: #fff !important;
}

.heading-panel {
    padding: 25px 0;
    background: #f6f6f6;
    border-radius: 10px;
}

h1 {
    font-size: 40px;
    font-weight: 300;
    color: #494848;
    text-align: center;
    margin: 0;
}

fieldset.box h4 {
    color: #a20e0e;
    text-align: left;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
}

fieldset.box label {
    color: #a20e0e;
    font-weight: 600;
    margin-right: 10px;
}

/** login-panel**/
.login-panel{
    max-width: 435px;
    margin: 70px auto;
}

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

.form-group:after {
    clear: both;
    content: " ";
    display: block;
}

.login-panel p {
    text-align: center;
    margin: 0 0 5px;
    color: #2f2f2f;
    font-weight: 400;
    font-size: 15px;
}

.forgot-link {
    font-size: 15px;
    color: #a20e0e;
}

.forgot-link:hover {
    color: #545454;
}

.signup-link {
    color: #2f2f2f;
}

.signup-link:hover {
    color: #a20e0e;
}

/**** Media quries ****/
.signup-panel {
    margin: 40px auto 60px;
    max-width: 870px;
}

.checkbox-holder.form-group {
    padding: 10px 0;
}

.terms-label {
    font-weight: 400;
    color: #222121;
}

.terms-label a {
    color: #920101;
}

.terms-label a:hover {
    text-decoration: underline;
}

#footer {
    padding: 40px 0 0;
    background: #2F2F2F;
}

.f-title {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    margin: 0 0 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #282828;
}

.f-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.f-nav ul li a {
    font-size: 15px;
    color: #707070;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    padding: 5px 5px 5px 0;
    display: block;
    -ms-transition: all 0.5s;
}

.f-nav ul li a:hover {
    color: #eee;
    padding-left: 10px;
    border-radius: 4px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    background: #545454;
}

.copy-rights {
    margin: 20px 0 0;
    font-size: 12px;
    text-align: center;
    color: #c0c0c0;
    /*padding: 10px;*/
    background: #1f1f1f;
    padding: 25px;
}

.copy-rights span {
    color: #c0c0c0;
}

.copy-rights a {
    color: #fff;
}

.copy-rights a:hover {
    text-decoration: underline;
}

.btn-go-left,
.btn-go-right {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background: #fff;
    line-height: 30px;
    background-image: none !important;
    background-color: #fff;
    top: 50%;
    margin: -18px 0 0;
    opacity: 1;
    box-shadow: none;
    color: #9c0000;
    border: 2px solid #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    font-size: 15px;
    text-shadow: none;
    text-align: center;
}

.btn-go-left:hover,
.btn-go-right:hover {
    color: #fff;
    background: #9c0000;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    opacity: 1;
}

.btn-go-left {
    left: -18px;
}

.btn-go-right {
    right: -18px !important;
}

.btn-go-left:focus,
.btn-go-right:focus {
    color: #fff;
    background: #9c0000;
    opacity: 1;
}

.btn-go-left i {
    margin-left: -2px;
}

.btn-go-right i {
    margin-left: 2px;
}

/*** main-caption ***/
.main-caption {
    background: #2f2f2f;
}

.get-started {
    float: right;
    margin: 0 0 0 20px;
    font-size: 30px;
    padding: 19.5px;
    font-weight: 300;
    background: #DD5348;
    /*#9c0000;*/
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    width: 350px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.get-started:hover {
    background: #DD5348;
    /*#b60404;*/
    color: #eee;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.capiton-text {
    padding: 16px 0 16px 23px;
    font-size: 45px;
    color: #fff;
    font-weight: 300;
    margin: 0 0 50px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
}

.capiton-text strong {
    font-weight: 900;
}

.find-doctor {
    /*    padding: 25px 25px 0;*/
    padding: 47px 45px 21px;
    background: #f6f6f6;
    overflow: hidden;
    margin-top: 10px;
    min-height: 371px;
    border-radius: 10px;
}

.find-doctor .form-control {
    background: #fff;
}

.find-doctor .btn-dark.btn-login {
    margin-bottom: 0;
}

.find-doctor h1 {
    margin: 0 0 25px;
}

/*.find-doctor .form-group {
    margin: 25px;
}*/
.icon-seacrh1 {
    width: 45px;
    height: 45px;
    line-height: 42px;
    border: 1px solid #eee;
    color: #2f2f2f;
    font-size: 22px;
    text-align: center;
    margin: 0 20px 0 0;
    border-radius: 100%;
    /*float: left;*/
    vertical-align: bottom;
    display: inline-block;
}

.announcement-panel {
    overflow: hidden;
    margin: 0 0 24px;
}

.icon-announc {
    border: 1px solid #eee;
    border-radius: 100%;
    color: #2f2f2f;
    /*float: left;*/
    font-size: 22px;
    height: 45px;
    line-height: 42px;
    margin: 3px 20px 0 0;
    text-align: center;
    width: 45px;
    display: inline-block;
    vertical-align: bottom;
}

.icon-announc .fa {
    margin: 0 11px;
}

.announcement-text {
    overflow: hidden;
}

.announcement-text p {
    margin: 0;
    font-size: 13px;
    line-height: 17px;
    color: #7f7f7f;
}

.work-steps {
    overflow: hidden;
    clear: both;
    margin: 10px 0 15px;
}

.step-number {
    float: left;
    margin: 25px 0px 0 0;
    font-size: 36px;
    color: #b1b1b1;
    width: 150px;
    position: relative;
    font-weight: 300;
}

.step-number strong {
    font-weight: 900;
    color: #2f2f2f;
}

.steps-details {
    padding: 8px 11px;
    background: #f6f6f6;
    overflow: hidden;
    min-height: 100px;
    font-size: 13px;
    line-height: 16px;
    color: #a0a0a0;
    border-radius: 10px;
}

.step-number:after {
    position: absolute;
    content: " ";
    width: 15px;
    height: 15px;
    transform: rotate(-45deg);
    top: 15px;
    margin: 3px -7px 0 0;
    background: #f6f6f6;
    right: 0;

}

.steps-details h3 {
    margin: 0 0 5px;
    line-height: 42px;
    font-size: 22px;
    color: #9c0000;
    /*#DD5348;*/
    overflow: hidden;
}

.steps-details h3 .icon-announc {
    color: #9c0000;
    /*#DD5348;*/
    font-size: 20px;
    width: 36px;
    height: 36px;
    line-height: 32px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.work-steps:hover .step-number,
.work-steps:hover .step-number strong {
    color: #9c0000;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.work-steps:hover .steps-details {
    background: #9c0000;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.work-steps:hover .steps-details h3 .icon-announc {
    color: #fff;
    border: 1px solid #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.work-steps:hover .steps-details h3 {
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.work-steps:hover .step-number:after {
    background: #9c0000;
    /*#DD5348;*/
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.get-started-panel {
    height: 121px;
    background: url("../images/bg-getstarted.jpg") no-repeat;
    background-size: cover;
    overflow: hidden;
    margin: 50px 0 0;
    text-align: center;
}

.get-started-panel a {
    margin: 34px 0 0;
    display: inline-block;
    padding: 10px 50px;
    background: #fff;
    font-weight: 300;
    font-size: 25px;
    text-transform: uppercase;
    color: #9c0000;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.get-started-panel a:hover {
    background: #9c0000;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

#main-block {
    padding-top: 40px;
}

#main-block h2 {
    font-size: 30px;
    font-weight: 300;
    color: #a20e0e;
    margin: 0 0 25px;
    text-align: left;
}

h2 img {
    margin: 0 20px 0 0;
}

#main-block p {
    font-size: 15px;
    color: #494848;
    line-height: 20px;
    margin: 0 0 20px;
}

.info-panel {
    text-align: center;
    padding: 15px;
    background: #f6f6f6;
    margin: 40px 0;
}

.info-panel p {
    margin: 0;
    line-height: 20px;
    font-size: 17px;
    color: #2e2e2e;
}

.info-panel p a {
    color: #9c0000;
    text-transform: uppercase;
    font-weight: 600;
}

.info-panel p a:hover {
    text-decoration: underline;

}

#main-block:after {
    display: block;
    content: " ";
    clear: both;
}

#main-block h4 {
    font-weight: 600;
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 24px;
}

#main-block h4.heading {
    color: #a20e0e;
    margin: 0 0 10px !important;
}

#main-block h4.sub_heading {
    color: #a20e0e;
    margin: 0 0 2px !important;
    font-size: 15px;
}

#main-block h3 {
    font-weight: 400;
    margin: 0 0 20px;
    font-size: 25px;
    line-height: 30px;
}

.contact-info p {
    margin: 0 0 10px;
}

.contact-info p span {
    color: #9c0000;
    margin: 0 20px 0 0;
    float: left;
    width: 100px;
}

#googleMap {
    width: 100%;
    height: 300px;
    margin: 50px 0 0px;
}

.heading-panel.heading-panel01 {
    padding: 15px 15px 0;
    margin-bottom: 15px;
}

.app-title {
    margin: 0 0 20px;
}

.heading-panel.heading-panel01 .form-control {
    background: #fff;
}

.custom-row {
    margin-bottom: 15px;
}

.custom-row .form-control {
    margin-bottom: 0;
}

/*.custom-row > div{
    padding-left: 0;
}
.custom-row > div:after,
.row.row-bottom > div:after{
    display: block;
    content: " ";
    clear: both;
}
.custom-row > div:first-child{
    padding-left: 15px;
    padding-right: 0;
}
.custom-row > div:first-child .form-control{
    border-right: 0;
}*/
.doctor-available {
    font-size: 20px;
    padding: 8px 20px;
    background: #f6f6f6;
    display: block;
    border: 1px solid #e5e8eb;
}

.doctors-search-listing {
    margin-top: 20px;
}

.search-list-holder {
    padding: 15px;
    border: 1px solid #e8e8e8;
    margin: 0 0 30px;
    border-radius: 10px;
}

.min-height {
    min-height: 334px;
}

.search-list-header {
    overflow: hidden;
    margin-bottom: 15px;
}

.doctor-image,
.doctor-image img {
    width: 100%;
    /*height: 80px;*/
    /*border-radius: 100%;*/
    display: block;
}

.doctor-image {
    width: 80px !important;
    height: 80px !important;
    margin: 0 20px 0 0;
    float: left;
    border-radius: 100%;
    overflow: hidden;
}

/*.doctor-image img {*/
/*    border: 1px solid #e6e6e6;*/
/*}*/

.doctor-info {
    overflow: hidden;
}

.doctors-name {
    display: block;
    font-size: 18px;
    margin: 10px 0 5px;
    line-height: 20px;
    color: #9c0000;
}

.doctors-name a {
    color: #9c0000;
}

.doctors-prof {
    display: block;
    font-size: 14px;
    margin: 0 0 10px;
    line-height: 16px;
    color: #8e8e8e;
}

.rating-and-fee {
    overflow: hidden;
    padding: 10px 0;
}

#stars .glyphicon {
    color: #d8a60c !important;
}

#stars i{
    color: #d8a60c !important;
}

.fa-star::before {
    color: #d8a60c !important;    
}

.btn-appointment {
    width: 140px !important;
    font-size: 12px;
    margin: 10px, 0, 0;
}

.btn-refund {
    font-size: 12px;
    height: 30px;
    padding-top: 6px;
    width: 100px !important;
}

.btn-visit-refund {
    color: #ffffff !important;
    font-size: 16px;
    height: 45px;
    line-height: 22px;
    padding-top: 7px;
    width: 125px;
}

.yelp-reviews {
    padding: 15px 0 10px;
    overflow: hidden;
    min-height: 80px;
}

#main-block .search-list-holder p {
    font-size: 13px;
    margin: 0;
}

/*** Doctors Registration ***/
.treat-panel {
    overflow: hidden;
    margin: 0 0 40px;
}

.treat-panel h1 {
    font-size: 161px;
    color: #a5a5a5;
    font-weight: 600;
    line-height: 161px;
    text-transform: uppercase;
    text-align: left;
    padding-top: 50px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.treat-panel h1 p {
    font-size: 70px;
    line-height: 45px;
    font-weight: 400;
    color: #000000;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.treat-panel h1 p span {
    color: #a20e0e;
}

.treat-panel h1 strong {
    display: block;
    font-size: 110px;
    font-weight: 700;
    line-height: 110px;
    color: #494848;
    margin: -10px 0 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.treat-panel h1 strong span {
    font-weight: 400;
    font-size: 79px;
    line-height: 80px;
    color: #494848;

}

.treat-panel h1:hover {
    color: #ac1a1a;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;

}

.treat-panel h1:hover p span {
    color: #a5a5a5;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.treat-panel h1:hover strong {
    color: #000;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.treat-img-holder {
    position: relative;
}

.treat-caption {
    position: absolute;
    right: 0;
    bottom: 60px;
    padding: 10px;
    width: auto;
    background: #a20e0e;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.treat-caption:hover {
    padding-right: 50px;
    padding-left: 50px;
    cursor: pointer;
    background: #ac1a1a;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.treat-caption span {
    display: flex;
    justify-content: flex-start;
    font-size: 20px;
    line-height: 20px;
}

.treat-caption strong {
    color: white;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
}

.treat-caption p {
    font-weight: 900;
    display: flex;
    text-align: right;
    font-size: 22px;
    line-height: 22px;
    margin: 0;
    text-transform: uppercase;
    justify-content: flex-end;
}

.benefits-heading {
    padding: 15px 0 !important;
    margin-bottom: 40px;
    background: #f6f6f6;
}

.benefits-heading h2 {
    font-size: 36px;
    font-weight: 400;
    margin: 0;
}

.benefits-heading h2 span {
    display: block;
    color: #a20e0e;
    font-size: 37px;
}

.reg-two-col {
    overflow: hidden;
    margin: 0 0 40px;
}

.reg-right-image,
.reg-left-image {
    width: 550px;
}

.reg-right-image {
    float: right;
    margin: 0 0 0 20px;
}

.reg-left-image {
    float: left;
    margin: 0 40px 0 0;
}

.reg-col-text {
    font-size: 15px;
    color: #7f7f7f;
    line-height: 22px;
    margin: 0;
}

.reg-list-light {
    color: #e6e6e6 !important;
}

.reg-list {
    list-style: none;
    color: #7f7f7f;
    padding: 0 0 0 12px;
}

.reg-list li {
    margin: 0 0 12px;
    font-size: 15px;
    line-height: 18px;
}

.reg-list li i {
    margin: 0 12px 0 0;
}

.reg-list li:hover {
    color: #a20e0e;
}

.doct-opportunities {
    position: relative;
    margin: 0 0 40px;
}

.opportunities-caption {
    position: absolute;
    top: 100px;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    width: auto;
    padding: 20px 30px 20px 20px;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    max-width: 630px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.opportunities-caption h2 {
    font-size: 40px;
    font-weight: 300;
    color: #fff;
    margin: 0 0 20px;
}

.opportunities-caption h2 i {
    margin: 0 10px 0 0;
}

.opportunities-caption .learn-more {
    float: right;
    height: 40px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    background: #a20e0e;
    line-height: 40px;
    padding: 0 20px;
}

.opportunities-caption .learn-more:hover {
    background: #c41717;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.opportunities-caption:hover {
    background: rgba(0, 0, 0, 0.9);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.reg-become-ortho {
    text-align: center;
    margin: 40px 0;
}

.reg-become-ortho a {
    display: inline-block;
    font-size: 18px;
    padding: 20px 30px;
    background: #a20e0e;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    color: #fff;
}

.reg-become-ortho a strong {
    text-transform: uppercase;
}

.reg-become-ortho a:hover {
    background: #c41717;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

/*** Dashboard ***/
#header.dasboard {
    background: #f6f6f6;
    border-bottom: 1px solid #ebebeb;
    margin: 0 0 40px;
}

.dash-hdr-right {
    float: right;
    font-size: 16px;
    margin: 15px 0 0;
}

.patient-dash-hdr-right {
    float: right;
    font-size: 16px;
}

.dropdown,
.dropup {
    float: right;
    padding-left: 10px;
    position: relative;
}

.dash-hdr-right a {
    color: #494848;
}

.dash-hdr-right a:hover {
    color: #a20e0e;
}

.dash-hdr-right a i {
    margin: 0 5px 0 0;
}

.dash-hdr-right .dropdown {
    float: right;
    /*margin: 0 0 0 10px; */
    margin: 3px 0px 0px 10px;
}

.dash-hdr-right .dropdown.arrow_doctor {
    margin: 3px 0 0 10px;
}

.dash-hdr-right .dropdown-menu {
    left: auto;
    right: 0;
    border-radius: 0;
}

#sidebar {
    float: left;
    background: #f6f6f6;
    width: 170px;
    margin: 0 30px 40px 0;
    border-radius: 10px;
    /*overflow: hidden;*/
}

.side-nav>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    /*overflow: hidden;*/
}

.side-nav>ul>li {
    border-top: 1px solid #e7e7e7;
    position: relative;
}

.side-nav>ul>li:first-child {
    border: 0;
}

.side-nav>ul>li>a {
    display: block;
    padding: 20px 10px;
    text-align: center;
    color: #868686;
    font-size: 15px;
    line-height: 20px;
}

.side-nav>ul>li:first-child>a {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.side-nav>ul>li:last-child>a {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.side-nav ul>li>a>i {
    font-size: 24px;
}

.side-nav ul>li>ul>li>a>i {
    font-size: 14px;
    margin-right: 5px;
}

.side-nav>ul>li>a>span {
    display: block;
    margin: 10px 0 0;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.side-nav>ul>li:hover>a,
.side-nav>ul>li.active>a {
    background: #a20e0e;
    color: #fff;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.side-nav>ul>li>ul,
.side-nav>ul>li>ul>li>ul,
.side-nav>ul>li>ul>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: -1px;
    background: #A5A5A5;
    border: 1px solid #ebebeb;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 240px;
    display: none;
    z-index: 9999;
}

.side-nav>ul>li:hover>ul,
.side-nav>ul>li>ul>li:hover>ul,
.side-nav>ul>li>ul>li>ul>li:hover>ul {
    display: block;
}

.side-nav>ul>li>ul>li,
.side-nav>ul>li>ul>li>ul>li,
.side-nav>ul>li>ul>li>ul>li>ul>li {
    position: relative;
    border-top: 1px solid #A0A0A0;
}

.side-nav>ul>li>ul>li:first-child,
.side-nav>ul>li>ul>li>ul>li:first-child,
.side-nav>ul>li>ul>li>ul>li>ul>li:first-child {
    border: 0;
}

.side-nav>ul>li>ul>li>a,
.side-nav>ul>li>ul>li>ul>li>a,
side-nav>ul>li>ul>li>ul>li>ul>li>a {
    padding: 10px 10px;
    display: block;
    color: #FFF;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    font-size: 15px;
    line-height: 15px;
}

.side-nav>ul>li>ul>li:hover>a,
.side-nav>ul>li>ul>li>ul>li:hover>a,
.side-nav>ul>li>ul>li>ul>li>ul>li:hover>a {
    background: #b4b4b4;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.dashboard-container {
    overflow: hidden;
}

.dashborad-widget {
    padding: 20px 15px;
    border: 1px solid #ebebeb;
    text-align: center;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    margin-bottom: 30px;
    border-radius: 10px;
}

.pink {
    background: #d73b4d;
}

.green {
    background: #00bd66;
}

.blue {
    background: #3badd7;
}

.orange {
    background: #e06f23;
}

.purple {
    background: #5068e3;
}

.widget-figures {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    color: #fff;
    display: block;
    margin: 0 auto 10px;
    font-size: 32px;
    text-align: center;
    line-height: 80px;
    font-weight: bold;
}

.dashboard-container h1 {
    text-align: left;
    margin: 0 0 30px;
    line-height: 40px;
}

/*.dashboard-container .form-container form .form-group .input {

    border-radius: 4px;
}*/

.dashborad-widget h2 {
    font-size: 18px;
    font-weight: 600;
    color: #4c4c4c;
    margin: 0 0 20px;
    line-height: 18px;
}

.widget-actions {
    padding: 10px 0 0;
}

.widget-actions a {
    display: inline-block;
    margin: 0 10px;
    color: #868686;
    font-size: 20px;
}

.widget-actions a:hover {
    color: #3e3e3e;
}

.dashborad-widget:hover {
    background: #f6f6f6;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.tooltip.in {
    opacity: 1;
}

.tooltip-inner {
    background: #494848;
    opacity: 1;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #494848;
}

.ui-datepicker .ui-datepicker-header {
    border-radius: 0;
    background: #a20e0e;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-radius: 0;
}

.ui-datepicker {
    width: 100%;
    padding: 13px;
}

.doctors-detail-info .search-list-holder {
    border: 0;
    padding: 0;
    margin: 0;
}

/*.doctors-detail-info .doctor-image img {*/
/*    border: 1px solid #a20e0e;*/
/*}*/

.doctors-prof strong {
    color: #000;
    margin-left: 10px;
}

.doctors-details-block {
    overflow: hidden;
    padding: 40px 15px;
}

.doctors-details-block h1 {
    text-align: left;
    margin: 0 0 40px;
}

.doctors-details-panel {
    overflow: hidden;
    padding: 0px 5px;
}

.doctors-details-panel h1 {
    text-align: left;
    margin: 0 0 40px;
}

.detail-article {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}

.detail-article h2 {
    font-size: 26px;
    color: #3b3b3b;
    margin: 0 0 20px;
}

.detail-article h2 span {
    float: left;
    width: 36px;
    height: 36px;
    border: 1px solid #ebebeb;
    border-radius: 100%;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    margin: 0 20px 0 0;
}

.detail-article p {
    padding-left: 57px;
}

.detail-article h2:hover span {
    background: #a20e0e;
    color: #fff;
}

.detail-article-appointmenet {
    padding-bottom: 0px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ebebeb;
}

.detail-article-appointmenet h2 {
    font-size: 18px !important;
    margin: 0 0 5px !important;
    color: #a20e0e;
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 20px;
}

.detail-article-appointmenet h2 span {
    float: left;
    width: 36px;
    height: 36px;
    border: 1px solid #ebebeb;
    border-radius: 100%;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    margin: 0 20px 0 0;
}

.detail-article-appointmenet p {
    font-size: 14px !important;
    padding-left: 55px !important;
}






.detail-article-panel {
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #ebebeb;
}

.detail-article-panel h2 {
    font-size: 26px;
    color: #3b3b3b;
    margin: 0 0 20px;
}

.detail-article-panel h2 span {
    float: left;
    width: 36px;
    height: 36px;
    border: 1px solid #ebebeb;
    border-radius: 100%;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    margin: 0 20px 0 0;
}

.detail-article-panel p {
    padding-left: 57px;
}

.detail-article-panel h2:hover span {
    background: #a20e0e;
    color: #fff;
}



.language-spk {
    font-weight: 600;
    color: #a20e0e;
    text-transform: uppercase;
}

.heading-contact {
    font-size: 26px;
    color: #3b3b3b;
    margin: 0 0 20px;
}

textarea.form-control {
    height: 100px !important;
    resize: none;
}

.review-image {
    margin: 0 0 10px;
}

.alet-emergncy {
    margin: 40px 0;
    border-radius: 0;
    text-align: center;
    font-size: 30px;
    padding: 10px 10px 15px;
    line-height: 30px;
    background: #a20e0e;
    color: #fff;
    font-weight: 300;
}

.alet-emergncy span {
    font-weight: 600;
}

.alet-emergncy strong {
    font-weight: 700;
    font-size: 50px;
    position: relative;
    top: 5px;
    margin: 0 0 0 10px;
    color: #fff;
}

.alet-emergncy i {
    margin: 0 10px 0 0;
}

.appointment-process-admin-new {
    margin: 0 0 50px;
}

.appointment-process-admin {
    max-width: 640px;
    margin: 0 80px 50px;
    overflow: hidden;
}

.appointment-process-patient {
    margin-bottom: 20px;
}

.appointment-process {
    max-width: 640px;
    /*text-align: center;*/
    margin: 0 auto 50px;
    overflow: hidden;
}

.appoint-steps {
    position: relative;
    text-align: center;
    font-size: 0;
}

.steps-holder {
    display: inline-block;
    vertical-align: bottom;
    font-size: 14px;
    width: 140px;
    margin-right: 30px;
}

.steps-holder strong {
    display: block;
    text-align: center;
    font-size: 45px;
    color: #2f2f2f;
    font-weight: 700;
    margin: 0 0 10px;
}

.steps-holder.active strong {
    color: #a20e0e;
}

.steps-box {
    padding: 10px;
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #222121;
    background: #f6f6f6;
    position: relative;
    z-index: 9;
    height: 60px;
    position: relative;
    border: 1px solid #ebebeb;
    line-height: 17px;
    border-radius: 10px;
}

.steps-box:after {
    content: "\f105";
    background: #f6f6f6 none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    color: #212121;
    font: 17px/1 FontAwesome;
    left: 100%;
    position: absolute;
    text-align: center;
    top: 20px;
    width: 33px;
    margin-left: 1px;
}

.steps-holder.active .steps-box {
    background: #a20e0e;
    color: #fff;
    border-color: #a20e0e;
}

.doctor-input {
    margin-left: -15px;
    margin-right: -15px;
}

.appoint-steps .steps-holder:last-child .steps-box:after {
    content: none;
}

.steps-box.last {
    line-height: 40px;
    margin-right: 10px;
}

.steps-box.last:after {
    display: none;
}

.appointment-process h2 {
    font-size: 26px;
    color: #a20e0e;
    line-height: 30px;
    margin: 0 0 20px;
}

.appointment-process-patient h2 {
    font-size: 26px;
    color: #a20e0e;
    line-height: 30px;
    margin: 0 0 20px;
}

.appointment-process-admin h2 {
    font-size: 26px;
    color: #a20e0e;
    line-height: 30px;
    margin: 0 0 20px;
}

.appointment-process-admin-new h2 {
    font-size: 26px;
    color: #a20e0e;
    line-height: 30px;
    margin: 0 0 20px;
}

.appointment-process p {
    font-size: 18px;
    color: #212121;
    line-height: 24px;
}

.appointment-process-patient p {
    font-size: 18px;
    color: #212121;
    line-height: 24px;
}

.appointment-process-admin-new p {
    font-size: 18px;
    color: #212121;
    line-height: 24px;
}

.appointment-process-admin p {
    font-size: 18px;
    color: #212121;
    line-height: 24px;
}

.hide-panel {
    display: none;
}

.check-option {
    margin: 0 0 20px;
}

.check-option label {
    font-size: 16px;
    color: #9e9e9e;
    line-height: 22px;
    font-weight: 400;
}

.btn-dark.btn-next {
    line-height: 35px;
    padding: 5px 40px;
}

.important-note {
    overflow: hidden;
    margin-bottom: 20px;
}

.note-icon {
    float: left;
    width: 55px;
    height: 55px;
    border: 1px solid #a20e0e;
    font-size: 26px;
    text-align: center;
    line-height: 48px;
    color: #a20e0e;
    border-radius: 100%;
}

.important-note:hover .note-icon {
    color: #fff;
    background: #a20e0e;
}

.important-note-text {
    overflow: hidden;
    padding-left: 20px;
}

.important-note-text strong {
    color: #a20e0e;
}

.reach-number {
    background: #a20e0e;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    line-height: 20px;
    overflow: hidden;
    margin: 0 0 30px;
    border-radius: 10px;
}

.front-width {
    width: 89%;
}

#comments {
    /*width: 87%; */
}

.reach-number strong {
    float: right;
}

.reach-number strong a {
    color: #fff;
    margin-left: 10px;
}

.chk-area {
    border: 1px solid #bebebe;
    margin: 0 10px 0 0;
    float: left;
    width: 22px;
    height: 22px;
    border-radius: 10px;
}

.btn-light {
    background: #d0cfcf;
    color: #2f2f2f;
    margin: 0 30px;
}

.btn-light:hover {
    background: #838282;
}

.total-amount {
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
    background: #f6f6f6;
    border: 1px solid #ebebeb;
    font-weight: 700;
    margin: 0 0 0 20px;
}

.credit-form .modal-title {
    font-size: 22px;
    line-height: 22px;
    color: #a20e0e;
    margin-bottom: 30px;
}

.edit-btn {
    background: #a20e0e !important;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    top: 0;
    right: 0;
}

.credit-form {
    max-width: 400px;
    margin: 0 auto;
}

.appointment-finish {
    background: #d0ffd8;
    padding: 15px;
    border: 1px solid #8ade98;
    margin: 0 0 30px;
    text-align: center;
    border-radius: 10px;
}

.appointment-finish span {
    float: left;
    margin: 5px 20px 0 0;
    border: 1px solid #019219;
    color: #019219;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    position: relative;
    top: 2px;
}

.get-help {
    color: #a20e0e;
    margin-left: 10px;
}

.signup-panel .appointment-finish {
    line-height: 40px;
    font-size: 17px !important;
    line-height: 25px;
    max-width: 500px;
    margin: 0 auto 40px;
}

.signup-panel .appointment-fail {
    line-height: 40px;
    font-size: 17px !important;
    line-height: 25px;
    max-width: 500px;
    margin: 0 auto 40px;
}

.appointment-fail {
    background: #ebccd1;
    padding: 15px;
    border: 1px solid #a94442;
    margin: 0 0 30px;
}

.appointment-fail span {
    float: left;
    margin: 5px 20px 0 0;
    border: 1px solid #a94442;
    color: #a94442;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    position: relative;
    top: 2px;
}

.btn-complete {
    margin: 0 auto;
    font-size: 16px;
    line-height: 35px;
    float: none;
    display: block;
    max-width: 300px;
}

.row.list-row {
    margin: 0 -7px;
}

.row.list-row>div {
    padding: 0 7px;
    margin-bottom: 10px;
    overflow: hidden;
}

.doctor-fee.doctor-fee {
    display: block;
    margin: 0 0 5px;
}

.search-list-holder.search-list-holder1 {
    margin: 15px 0;
}

.search-list-holder.search-list-holder1:nth-child(odd):hover {
    background: #cef5e0;
}

.search-list-holder.search-list-holder1:nth-child(even):hover {
    background: #cee8f5;
}

.btn-dark.btn-login.btn-next1 {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
}

.btn-reviw {
    background: #a2a2a2 !important;
    color: #fff;
}

.btn-reviw:hover {
    color: #fff !important;
    background: #a20e0e none repeat scroll 0 0 !important;
    transition: all 0.5s ease 0s !important;
}

textarea.form-control.textAr {
    height: 116px;
}

.app-date {
    color: #000;
    margin: 0 10px 0 0;
}

.app-time {
    color: #a20e0e !important;
    margin: 0 10px 0 0 !important;
}

.search-list-holder.search-list-holder1 .widget-actions {
    margin: 10px 20px;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    position: static;
}

.table.dataTable th {
    background: #575757;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding: 10px 10px 10px 5px;
    position: relative !important;
}

#example tbody td a,
#myGrid tbody td a {
    margin-right: 9px;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #494848;
}

.search-list-holder.search-list-holder2 {
    border: 0;
    padding: 0;
    margin: 20px 0;
}

.mark-complete {
    margin: 0 0 20px;
}

.btn-green {
    background: #377e45 !important;
    font-weight: 300;
}

.btn-green:hover {
    background: #2a7238 !important;
}

.dataTables_length {
    display: none !important;
}

.table.dataTable th {
    background: #575757;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding: 10px 10px 10px 5px;
}

.table.dataTable tr td {
    font-size: 13px;
    color: #000;
}

.table.dataTable tr td a:link {
    /*    color: #920101;*/
    margin: 0 2px;
}

.table.dataTable tr td a:hover {
    color: #000000;
}

.table.dataTable tr:hover td {
    background: #a20e0e;
    color: rgba(255, 255, 255, 0.8);
}

.table.dataTable tr:hover td a {
    color: #fff;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    font-size: 10px;
    top: 13px;
}

h2.checkin_heading {
    font-size: 18px;
    font-weight: 600;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #000000;
}

.check_left_padding {
    padding-left: 10px;
}

.check_right_padding {
    padding-left: 40px;
}

.checkin_alert_width {
    padding-left: 40px;
}

.legend_checkin {
    font-size: 14px;
    border: 1px solid #cccccc !important;
    padding: 5px;
    margin-bottom: 25px;
}

.legend_checkin legend {
    font-size: 14px;
    border-bottom: 0 !important;
    margin-bottom: 0px !important;
    padding-left: 10px;
    padding-bottom: 5px;
    font-weight: 700;
    /*    color: #666666;*/
    width: 230px;
}

.legend_checkin label {
    /*    color: #666666;*/
    font-weight: normal;
}

/**** Responsive ****/
@media only screen and (max-width: 1200px) {
    .treat-panel h1 {
        font-size: 113px;
        line-height: 114px;
    }

    .treat-panel h1 p {
        font-size: 47px;
        line-height: 54px;
    }

    .treat-panel h1 strong {
        font-size: 75px;
        line-height: 71px;
    }

    .treat-panel h1 strong span {
        font-size: 54px;
        line-height: 60px;
    }
}

@media only screen and (max-width: 992px) {
    .treat-panel h1 {
        padding-top: 0;
    }

}

@media only screen and (max-width: 767px) {
    .inline-button {
        width: 50% !important;
        top: 25px;
    }

    .appointment-process p {
        font-size: 14px;
        line-height: 20px;
    }

    .appointment-process-patient p {
        font-size: 14px;
        line-height: 20px;
    }

    .reach-number strong {
        float: none;
        display: block;
        text-align: center;
    }

    .btn-dark {
        width: 100%;
        margin: 0 0 20px;
    }

    .btn-footer-dark {
        margin: 0px 5px 24px !important;
    }

    .custom-row .btn-dark {
        margin-bottom: 0;
    }

    .alet-emergncy strong {
        font-size: 27px;
        top: 3px;
    }

    .alet-emergncy {
        font-size: 17px;
        line-height: 30px;
    }

    .appoint-steps {
        margin-right: 0;
        text-align: center;
    }

    .steps-holder {
        float: none;
        display: inline-block;
    }

    .appoint-steps:before,
    .steps-box:after {
        display: none;
    }

    .custom-row>div:first-child {
        margin-bottom: 15px;
    }

    /*
    .custom-row > div:first-child{
        padding-left: 15px;
        padding-right: 15px;
    }
    .custom-row > div:first-child .form-control{
        border:1px solid #e1e1e1
    }*/
    .row.row-bottom>div {
        margin-bottom: 15px;
    }

    .navbar-brand>img {
        max-width: 180px;
    }

    .navbar-brand-checkin>img {
        max-width: 250px;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
        border-radius: 0;
        margin-top: 0;
    }

    .main-menu.pull-right {
        float: none !important;
    }

    .main-menu li {
        border-bottom: 1px solid #ebebeb;
        margin: 0;
    }

    .main-menu li a {
        padding: 10px;
    }

    .main-menu li:hover a {
        background: #9c0000 !important;
        color: #fff !important;
    }

    .doctor-available {
        margin: 0 0 20px;
    }

    .f-nav {
        margin: 0 0 20px;
    }

    .get-started {
        width: 100%;
        box-sizing: border-box;
    }

    .carousel-inner img {
        min-height: 130px;
    }

    .capiton-text {
        padding: 8px 0 0;
        font-size: 23px;
        line-height: 30px;
        clear: both;
    }

    h1 {
        font-size: 30px;
        line-height: 35px;
    }

    h2 {
        font-size: 24px;
    }

    .step-number {
        margin: 20px 0px 0 0;
        font-size: 25px;
        width: 100px;
    }

    .btn-go-right {
        right: 5px !important;
    }

    .btn-go-left {
        left: 5px;
    }

    #main-block h2 img {
        display: none;
    }

    #main-block .contact-info p span {
        display: block;
        float: none;
        width: auto;
    }

    .get-started {
        font-size: 20px;
        font-weight: 400;
        padding: 10px;
    }

    .btn-go-left,
    .btn-go-right {
        width: 30px;
        height: 30px;
        font-size: 13px;
        line-height: 27px;
        margin-top: -14px;
        opacity: 0.7;
    }

    .btn-go-left:hover,
    .btn-go-right:hover {
        opacity: 1;
    }

    .opportunities-caption {
        top: 0;
        padding: 17px 30px 18px 20px;
        font-size: 15px;
        line-height: 19px;
    }

    .opportunities-caption .learn-more {
        height: 30px;
        font-size: 13px;
        line-height: 30px;
    }

    .opportunities-caption h2 {
        font-size: 26px;
        font-weight: 400;
        margin: 0 0 7px;
    }

    .benefits-heading h2,
    .benefits-heading h2 span {
        font-size: 27px;
    }

    .treat-caption strong {
        font-size: 15px;
    }

    .treat-panel h1 {
        margin: 0 0 40px;
    }

    .reg-right-image,
    .reg-left-image {
        margin-bottom: 10px;
    }

    .f-nav ul {
        min-width: 80px;
    }

    .opportunities-caption {
        position: relative;
        max-width: 100%;
    }

    .form-group-in-button .form-group {
        padding-right: 50%;
    }

    .form-group-in-button .form-btn {
        width: 50%;
    }
}

@media only screen and (max-width: 640px) {
    .dashboard-area {
        position: relative;
    }

    .side-nav>ul>li>a {
        text-align: left;
        padding: 10px;
    }

    .side-nav>ul>li>a>span {
        display: inline-block;
        margin: 0;
    }

    .side-nav>ul>li>a>i {
        font-size: 15px;
        margin-right: 10px;
    }

    #sidebar {
        margin-left: -200px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        position: absolute;
        z-index: 999;
    }

    #sidebar.sidebar-active {
        margin-left: 0;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        width: 300px;
    }

    .sidebar-toggle {
        display: block;
        font-size: 18px;
        cursor: pointer;
        position: absolute;
        width: 42px;

        background: #f6f6f6;
        text-align: center;
        padding: 10px 0;
        color: #757575;

        z-index: 1;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
    }

    .sidebar-toggle.moveme {
        margin-left: 300px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
    }

    .dashboard-container {
        clear: both;
    }

    .dash-hdr-right {
        margin: 7px 0 0;
    }

    .dashboard-container h1 {
        padding-left: 50px;
    }

    .side-nav>ul>li>a>img {
        width: 13px;
        margin: 0 12px 0 0;
    }

    .side-nav>ul>li>ul,
    .side-nav>ul>li>ul>li>ul,
    .side-nav>ul>li>ul>li>ul>li>ul {
        display: none;
        position: relative;
        left: 0;
        width: auto;
        border: 0;
    }

    .side-nav>ul>li:hover>ul,
    .side-nav>ul>li>ul>li:hover>ul,
    .side-nav>ul>li>ul>li>ul>li:hover>ul {
        display: none;
    }

    .appoint-steps {
        margin: 0 auto;
        max-width: 140px;
    }

    .step-number {
        float: none;
        margin-bottom: 20px;
    }

    .step-number::after {
        display: none;
    }



}

@media only screen and (min-width: 640px) {
    #sidebar {
        margin-left: 0 !important;
    }

    .sidebar-toggle {
        display: none !important;
    }

    .side-nav>ul>li>ul,
    .side-nav>ul>li>ul>li>ul,
    .side-nav>ul>li>ul>li>ul>li>ul {
        display: none !important;
    }

    .side-nav>ul>li:hover>ul,
    .side-nav>ul>li>ul>li:hover>ul,
    .side-nav>ul>li>ul>li>ul>li:hover>ul {
        display: block !important;
    }
}

/******************************/
/*  By Ikram **/
.paginate_button.active a {
    background-color: #545454;
    border-color: #545454;
}

.paginate_button.active a:hover {
    background-color: #a20e0e;
    border-color: #a20e0e;
}

.user_image img {
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin-right: 10px;
}

.user_image {
    line-height: 30px;
}

.heading-panel .btn-dark.btn-login {
    margin: 0
}

.btn-search {
    width: 90%;
}

.navbar-nav {
    float: right;
    margin: 0;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #545454 !important;
    border-color: #545454 !important;
}

.pagination>.active>a:hover {
    background-color: #a20e0e !important;
    border-color: #a20e0e !important;
}

.pagination>li>a,
.pagination>li>span {
    color: #000 !important;
}

.btn-space {
    margin-right: 5px;
}

tr.selected {
    background-color: #b0b0b0 !important;
}

select.bs-select-hidden {
    border: 0 none;
    bottom: 0;
    box-shadow: none;
    color: white;
    display: inline-block !important;
    height: 0 !important;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 0;
}

.review-holder {
    margin-bottom: 20px;
}

button,
input,
optgroup,
select,
textarea {
    color: #000 !important;
}

.icon-container1 {
    margin-left: 25px;
}

.no-margin-heading {
    margin: 0 0 10px !important;
}

.home-heading {
    font-weight: 900;
}

.text-italic {}

.m-b-5 {
    margin-bottom: 5px;
}

.contact-email-link {
    color: #9c0000;
}

/* centered columns styles */
.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
    vertical-align: top;
}

.steps-details span {
    padding-right: 15px;
}

.steps-details i {
    border: 1px solid;
    border-radius: 1.2em;
    font-size: inherit !important;
    line-height: 1.6em !important;
    text-align: center;
    width: 1.7em;
}

/*.btn-find-doctor {
    margin: 18px 0 0 !important;
}*/

.well-sm p {
    line-height: 24px !important;
}

.red-border {
    border: 1px solid red;
}

.item {
    overflow: hidden;
    max-height: 275px;
}

.item.one {
    background: #cbcbcb;
}

.item.two {
    background: #e8e8e8;
}

.item img {
    width: 100%;

}


/**
-- By Zeeshan Jadoon:2001
**/

.header-breadcrumb {
    list-style: none;
    overflow: hidden;
    font: 12px Helvetica, Arial, Sans-Serif;
    padding-left: 0px !important;
    background: #F6F6F6;
    /*margin:3px 0px;
    margin-bottom: 10px;
    margin-right: 15px;  */
    margin: 3px 0 7px;
    box-sizing: border-box;
    border-radius: 10px;
}

.header-breadcrumb li {
    float: left;
    line-height: 22px;
}

.header-breadcrumb li.active {
    padding: 10px 0 10px 40px;
    color: hsla(5, 100%, 32%, 1);
}

.header-breadcrumb li a {
    color: white;
    text-decoration: none;
    padding: 10px 0 10px 40px;
    background: brown;
    /* fallback color */
    background: hsla(5, 100%, 32%, 1);
    position: relative;
    display: block;
    float: left;
}

.header-breadcrumb li a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid hsla(5, 100%, 32%, 1);
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}

.header-breadcrumb li a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}

.header-breadcrumb li:first-child a {
    padding-left: 10px;
}

.header-breadcrumb li:nth-child(2) a {
    background: hsla(5, 100%, 42%, 1);
}

.header-breadcrumb li:nth-child(2) a:after {
    border-left-color: hsla(5, 100%, 42%, 1);
}

.header-breadcrumb li:nth-child(3) a {
    background: hsla(5, 100%, 52%, 1);
}

.header-breadcrumb li:nth-child(3) a:after {
    border-left-color: hsla(5, 100%, 52%, 1);
}

.header-breadcrumb li:nth-child(4) a {
    background: hsla(5, 100%, 62%, 1);
}

.header-breadcrumb li:nth-child(4) a:after {
    border-left-color: hsla(5, 100%, 62%, 1);
}

.header-breadcrumb li:nth-child(5) a {
    background: hsla(5, 100%, 72%, 1);
}

.header-breadcrumb li:nth-child(5) a:after {
    border-left-color: hsla(5, 100%, 72%, 1);
}

.header-breadcrumb li:last-child a {
    background: transparent !important;
    color: black;
    pointer-events: none;
    cursor: default;
}

.header-breadcrumb li:last-child a:after {
    border: 0;
}

.header-breadcrumb li a:hover {
    background: hsla(5, 100%, 32%, 1);
}

.header-breadcrumb li a:hover:after {
    border-left-color: hsla(5, 100%, 32%, 1) !important;
}

.dashboard-container h1 {
    margin-bottom: 15px;
    /*padding: 1px 15px;*/
}

.breads {
    /*padding-left: 15px;*/
}

.dashboard-container h1 div:last-child {
    padding-right: 0px !important;
}

.select-area {
    border-radius: 10px;
    color: #838282 !important;
}


.data-ellipsis>p {
    height: 100px;
    overflow: hidden;
}

.card-type {
    box-sizing: border-box;
}

.card-type img {
    width: 60px;
    opacity: 0.7;
}

.card-type a {
    text-align: center;
}

.card-type a img {
    padding: 2px;
    box-sizing: border-box;
    border: 1px solid #cecece !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.card-type a img,
.card-type a {
    border: none;
    overflow: hidden;
}

.card-type a:hover img,
.card-type a.active img {
    opacity: 1;
    border: 1px solid #000000 !important;
    position: relative;
}

.breaker {
    width: 100% !important;
}

.btn-readmore {
    font-size: 12px;
    color: #9c0000 !important;
}

.btn-readmore:hover,
a.btn-readmore:hover {
    /*color: hsla(5,100%,42%,1);*/
    color: #9c0000;
    cursor: pointer;
    text-decoration: underline !important;
}

.yelp-logo-holder a:before {
    content: "";
}

.no-margin {
    margin: 0px !important;
}

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

.margin-bottom {
    margin-bottom: 5px !important;
}

.margin-bottom-none {
    margin-bottom: 0px !important;
}

.margin-top {
    margin-top: 5px !important;
}

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

.margin-right {
    margin-right: 5px !important;
}

.margin-right-none {
    margin-right: 0px !important;
}

.margin-left {
    margin-left: 5px !important;
}

.margin-left-none {
    margin-left: 0px !important;
}

.margin-left-right {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.margin-left-right-none {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.margin-top-bottom {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.margin-top-bottom-none {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}


.margin-bottom-2x {
    margin-bottom: 10px !important;
}

.margin-top-2x {
    margin-top: 10px !important;
}

.margin-right-2x {
    margin-right: 10px !important;
}

.margin-left-2x {
    margin-left: 10px !important;
}

.margin-left-2xa {
    margin-left: 12px !important;
}

.padding-bottom {
    padding-bottom: 5px !important;
}

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

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

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

.padding-right {
    padding-right: 5px !important;
}

.padding-right-none {
    padding-right: 0px !important;
}

.padding-left {
    padding-left: 5px !important;
}

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

.padding-left-right {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.padding-left-right-2x {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.padding-left-right-none {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

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

.padding-top-bottom-2x {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.padding-top-bottom-none {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

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

.padding-top-2x {
    padding-top: 10px !important;
}

.padding-right-2x {
    padding-right: 10px !important;
}

.padding-left-2x {
    padding-left: 10px !important;
}

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

.work-steps:hover,
.important-note:hover {
    cursor: default;
}

.starrr:hover {
    cursor: default;
}

.glyphicon-star::before {
    color: #d8a60c !important;
    /*color: #7f7f7f !important;*/
}

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

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

.border-radius-none {
    border-radius: 0px !important;
}

.text-white {
    color: #ffffff !important;
}

.text-hover:hover {
    cursor: pointer !important;
}

.text-underline {
    text-decoration: underline !important;
}

.text-hover-underline:hover {
    text-decoration: underline !important;
}

.review-holder {
    border: 1px solid rgba(0, 0, 7, 0.1);
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 15px;
}

.review-holder:hover .glyphicon-star::before {
    color: #006400 !important;
}

.review-holder:hover {
    /*color: #ffffff;
    background: #a20e0e;*/
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.dashboard-container .dataTables_filter label {
    margin-bottom: 1px !important;
}

.dashboard-container .dataTables_filter input[type="search"] {
    height: 35px !important;
}


.dashboard-container .dataTables_wrapper .row div:first-child,
.dashboard-container .dataTables_wrapper .row div:nth-child(1),
.dashboard-container .dataTables_wrapper .row div:nth-child(2) {
    padding: 0px !important;
}

.form-container form .row div[class^="col-"],
.front-container div[class^="col-"] {
    padding-left: 0px !important;
}

.search-list-holder:hover {
    background: #fdfbfb !important;
}

@media only screen and (min-width: 320px) {
    .data-ellipsis>p {
        height: 80px;
        min-height: 80px;
        overflow: hidden;
    }

    .dropdown,
    .dropup {
        float: none;
    }

    .dash-hdr-right .dropdown {
        float: none;
    }

    .search_panel>select {
        width: 100% !important;
    }
}

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

    /*
        * visit detail
        */
    #footer .col-responsive {
        width: 33%;
    }
}

@media only screen and (min-width:320px) and (max-width: 490px) {

    /*
        * visit detail
        */
    #footer .col-responsive {
        width: 33%;
    }

    #footer .f-title {
        min-height: 45px;
    }

    .right_margin {
        margin-right: 0 !important;
    }

    .left_margin {
        margin-left: 0 !important;
    }

    table#patientGrid {
        width: auto !important;
    }

    .button_margin {
        margin-right: 0px !important;
        text-align: center !important;
    }

    .left_margin_front {
        margin-left: 0 !important;
    }

    .left_margin_patient {
        margin-left: 0 !important;
    }

    #ios_device img {
        width: 95%;
    }

    #android_device img {
        width: 95%;
    }
}

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

    .breaker.breaker-contact {
        display: none !important;
    }

    .front-container .dashborad-widget {
        min-height: 300px !important;
    }
}

@media only screen and (min-width:381px) and (max-width: 767px) {
    .yelp-reviews>label {
        /*float:right;
        background-color: blue;  */
    }

    .yelp-reviews .btn-dark {
        margin: 0 0 0px;
    }
}

@media only screen and (min-width:320px) and (max-width: 380px) {
    .yelp-reviews .btn-dark {
        margin: 0 0 0px;
    }
}

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

    .button_margin {
        margin-right: 0px !important;
        text-align: center !important;
    }

    .left_margin_front {
        margin-left: 0 !important;
    }

    .left_margin_patient {
        margin-left: 0 !important;
    }

    #ios_device img {
        width: 70%;
    }

    #android_device img {
        width: 70%;
    }
}

@media only screen and (min-width: 768px) {

    .right_float {
        float: right;
    }

    #ios_device img {
        width: 60%;
    }

    #android_device img {
        width: 60%;
    }
}

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

    .front-container .dashborad-widget {
        min-height: auto !important;
    }

    .get-started {
        width: 100%;
    }

}

@media only screen and (min-width:991px) and (max-width: 1199px) {
    .capiton-text {
        font-size: 34px;
    }

    #ios_device img {
        width: 50%;
    }

    #android_device img {
        width: 50%;
    }

    .min-height {
        min-height: 406px;
    }

}

@media only screen and (min-width: 990px) {


    .dashboard-container .dataTables_wrapper .row:nth-child(1) div:nth-child(1) {
        height: 0px !important;
        /*background: yellow;*/
    }

    /*    .dashboard-container .dataTables_filter label {
        bottom: 46px;
        margin-bottom: 1px !important;
        position: relative;
    }*/
}

@media only screen and (max-width: 990px) {
    .capiton-text {
        font-size: 22px;
    }
}

.file-area .jcf-fake-input {
    margin: 0 !important;
}

div.dataTables_wrapper div.dataTables_filter {
    /*    margin-right: 5px;   */
    position: relative;
    bottom: 45px
}

.appointment_login {
    border: 1px solid #a20e0e;
    width: 98%;
    padding: 15px 15px 20px;
}

.margin_top_row {
    margin-top: 20px
}

/***************************************************/
/* Toggle Switch */
/***************************************************/
.switch {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 40px;
}

.switch input {
    display: none;
}

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

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

input:checked+.slider {
    background-color: #00bd66;
    /* #a20e0e */
}

input:focus+.slider {
    box-shadow: 0 0 1px #00bd66;
}

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

/* Rounded sliders */
.slider.round {
    border-radius: 25px;
    background-color: red;
}

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

/***************************************************/
/* End Toggle Switch */
/***************************************************/
.inline-button {
    bottom: 5px;
    font-size: 14px !important;
    height: 45px !important;
    position: absolute;
    right: 0;
    font-size: 14px !important;
}

.inline-button2 {
    font-size: 14px !important;
    height: 45px !important;
    position: absolute;
    right: 0;
    font-size: 14px !important;
}

.form-group-in-button {
    position: relative;
    overflow: hidden;
}

#unpaidDoctors .chk-focus,
#percentage_table .chk-focus,
#roles_chk .chk-focus,
#inmail_table .chk-focus,
#inmail-msgs-selectall .chk-focus
{
    /* border-color: #920101; */
    border: 1px solid #c6c6c6;
}

#unpaidDoctors .chk-area,
#percentage_table .chk-area,
#roles_chk .chk-area,
#inmail_table .chk-area,
#inmail-msgs-selectall .chk-area
{
    background-color: #48a0ff;
    border: 1px solid #c6c6c6;
    color: #fff;
}

#unpaidDoctors .chk-checked::after,
#percentage_table .chk-checked::after,
#roles_chk .chk-checked::after,
#inmail_table .chk-checked::after,
#inmail-msgs-selectall .chk-checked::after
{
    background-color: #48a0ff;
    color: #fff;
    width: 100%;
    left: 0;
    line-height: 20px;
    top: 0;
}

.rad-area {
    border: 1px solid #c9c9c9;
    border-radius: 10px;
    margin: 0 10px 0 0;
    float: left;
    width: 20px;
    height: 20px;
}

#roles_chk .rad-checked {
    background-color: #48a0ff;
    border-color: #48a0ff;
}

.steps-details p.new_margin {
    margin: 0 60px 10px;
}

.appointment-process .alert-danger {
    /* margin-left: 8%; */
}

.appointment-process .alert-danger>ul {
    list-style-type: none;
    padding-inline-start: 0;
    text-align: center;
}

.appointment-process .alert-danger>ul>li {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.toggle_switch>.chk-area {
    border: 0px !important;
}

.request_provider .alert-danger>ul {
    list-style-type: none;
    padding-inline-start: 0;
    text-align: center;
}

/********************************************************/
h3.doctor_signup {
    color: #a20e0e;
    /*#DD5348*/
    font-size: 28px;
    font-weight: 700;
    line-height: 33px;
}

.doctor_visits span.select-area {
    margin-bottom: 10px;
}

/*
* visit detail
*/
h2.right_margin {
    margin-right: 30px;
}

.left_margin {
    margin-left: 7%;
}

.left_margin_front {
    margin-left: 9%;
}

.left_margin_patient {
    margin-left: 23%;
}

.button_margin {
    margin-right: 99px;
    text-align: right;
}

.button_padding {
    padding-right: 34px;
    text-align: right;
}

svg path {
    fill: #9c0000;
    /*#DD5348*/
}

svg path {
    stroke: #9c0000;
    /*#DD5348*/
}

/*svg:hover path{
    fill: #ffffff;
}
svg:hover path{
    stroke:#ffffff;
}*/
/*.work-steps  .steps-details:hover svg path{
    fill: #ffffff;
} */
.steps-details:hover svg path {
    fill: #ffffff;
}

.work-steps:hover svg path {
    fill: #ffffff;
}

.work-steps .steps-details .imgholder {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-top: 4px;
}

.work-steps .steps-details .content-info {
    display: inline-block;
    width: 86%;
}

@media only screen and (max-width: 480px) {
    .work-steps .steps-details {
        display: flex;
    }
}

a.pay_individual:link {
    font-weight: bold;
    color: #a30d00 !important;
}

a.pay_individual:hover {
    font-weight: bold;
    color: #ffffff !important;
}

button.pay_individual {
    width: 120px !important;
    height: 40px !important;
}

#agree_guardian>div.chk-area {
    margin-top: 7px;
}

table#sms_log th {
    vertical-align: top;
    font-weight: normal;
}

table#sms_log td table td {
    /*padding: 10px 15px 10px 15px;*/
    /*padding: 10px 3px 10px 3px;*/
    padding: 3px;
    font-size: 15px;
}

.ajax-loading {
    text-align: center;
    /* background: #e1e1e1; */
    padding: 10px 0px;
    width: 100%;
}

.ajax-loading i {
    font-size: 35px;
}

.font16 {
    font-size: 16;
}

.label_bold {
    font-weight: bold;
}

.btn-resend-sms {
    width: 120px;
    display: inline;
    font-size: 16px;
    height: 35px;
    padding: 0 !important;
}

#patientGrid_filter {}

#patientGrid_filter label {
    font-size: 16px;
    font-weight: bold;
}

#patientGrid_filter input {
    border: 1px solid #a30d00;
    height: 38px !important;
}

/*--form styles --*/
.label-text {
    margin-bottom: 20px;
}

.form-group-in-button {
    overflow: visible;
    display: flex;
    align-items: center;
}

.form-group-in-button .float-label-control {
    flex-grow: 1;
}

.form-group-in-button .form-btn {
    bottom: auto;
    top: 0;
    position: absolute;
    right: 0;
    height: 45px;
    font-size: 14px;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.float-label-control {
    position: relative;
    margin-bottom: 1.5em;
}

.float-label-control ::-webkit-input-placeholder {
    color: transparent;
}

.float-label-control :-moz-placeholder {
    color: transparent;
}

.float-label-control ::-moz-placeholder {
    color: transparent;
}

.float-label-control :-ms-input-placeholder {
    color: transparent;
}

.float-label-control input:-webkit-autofill,
.float-label-control textarea:-webkit-autofill {
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -moz-box-shadow: 0 0 0 1000px white inset !important;
    box-shadow: 0 0 0 1000px white inset !important;
}

.float-label-control input,
.float-label-control textarea,
.float-label-control label {
    font-size: 15px;
    box-shadow: none;
    -webkit-box-shadow: none;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.float-label-control input:focus,
.float-label-control textarea:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-bottom-width: 1px;
    padding-bottom: 0;
}

.float-label-control input,
.float-label-control textarea {
    display: block;
    width: 100%;
    border: none;
    border-radius: 10px;
    border: 1px solid #aaa;
    outline: none;
    margin: 0px;
    padding: 0 11px;
}

.float-label-control input:not(.empty),
.float-label-control textarea:not(.empty) {
    border: 1px solid rgb(203, 203, 203);
    color: #000000;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.float-label-control label {
    position: absolute;
    font-weight: normal;
    top: -9px;
    left: 12px;
    color: #828282;
    pointer-events: none;
    font-size: 0.85em;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    background-color: #f5f5f5;
    padding: 2px 8px;
}

.float-label-control input.empty+label,
.float-label-control textarea.empty+label {
    top: 0.1em;
    font-size: 15px;
    padding: 11px;
    margin: 0;
    animation: none;
    -webkit-animation: none;
    background: none;
}

.float-label-control input:not(.empty)+label,
.float-label-control textarea:not(.empty)+label {
    z-index: 1;
}

.float-label-control input:not(.empty)+label,
.float-label-control textarea:not(.empty)+label {
    color: #646464;
    background-color: #f5f5f5;
    padding: 2px 8px;
    border-radius: 4px;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.float-label-control textarea:not(.empty) {
    padding: 11px;
}

.select-field:after {
    font-family: FontAwesome;
    content: "\f107";
    display: inline-block;
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 10px;
    color: #828282;
    pointer-events: none;
}

.select-field input {
    cursor: pointer;
}

.float-label-control ul.select-dropdown {
    width: 100% !important;
    max-height: 150px;
    overflow: auto;
    border-radius: 0;
    border: 1px solid #C7C7C7
}

.float-label-control ul.select-dropdown.show {
    display: block !important;
}

.float-label-control ul.select-dropdown li a {
    padding: 5px 10px;
    color: #000;
}

.float-label-control ul.select-dropdown li a:hover,
.float-label-control ul.select-dropdown li a:focus {
    text-decoration: none;
    background: #d7d7d7;
    color: #545454;
}

.float-label-control ul.select-dropdown li a.hide {
    display: none;
}

.select-field .input {
    color: transparent;
    text-shadow: 0 0 0 #828282;
}

.select-field .form-control:not(.not-empty)+label {
    color: #828282;
    padding: 2px 8px;
    border-radius: 0px;
    background-color: transparent;
    top: 9px;
    left: 12px;
    font-size: 15px;
    animation: none;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.select-field .form-control.not-empty+label {
    color: #646464;
    font-size: 12px;
    background-color: #f5f5f5;
    border-radius: 4px;
    top: -9px;
    left: 12px;
    pointer-events: none;
    font-size: 0.85em;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

/*New Style*/
/*Adding custom checkbox icons*/
.radio-box-new label {
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    cursor: pointer;
    color: #494848;
    font-weight: 400;
    display: inline-block;
    margin-right: 10px;
}

/*Radio Box 2*/
.radio-box-new span:before,
.radio-box-new span:after {
    font-family: FontAwesome;
    font-size: 15px;
    /*absolutely positioned*/
    position: absolute;
    top: 0;
    left: 0;
}

.radio-box-new span:before {
    /* content: '\f096'; unchecked */
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #aaa;
    display: block;
    background: #f9f9f9;
    border-radius: 50%;
    background: #dadada;
}

.radio-box-new span:after {
    content: "\f00c";
    overflow: hidden;
    font-family: "FontAwesome";
    left: 4px;
    top: 2px;
    opacity: 0;
    border-radius: 50%;
    font-size: 12px;
    color: white;
}

/*hiding the original checkboxes*/
.radio-box-new input[type="radio"] {
    display: none;
}

/*when the user checks the checkbox the checked icon will animate in*/
.radio-box-new input[type="radio"]:checked+span:after {
    opacity: 1;
    /*for fade in effect*/
}

.radio-box-new input[type="radio"]:checked+span:before {
    border: 1px solid #a20e0e;
    background: #a20e0e;
}

/*adding some colors for fun*/
.radio-box-new span:before,
.radio-box span:after {
    color: #DD5348;
}

table.dataTable {
    margin-top: -35px !important;
}

.signuperror {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.form-validation-msg {
    color: #a94442
}

/* Style the buttons that are used to open and close the accordion panel */
.faq-section .accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    border-radius: 10px;
}


/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.faq-section .active,
.faq-section .accordion:hover {
    background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.faq-section .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease 0s;
}

.faq-section .accordion.active+.panel {
    padding-top: 18px;
    padding-bottom: 18px;
    visibility: visible;
    opacity: 1;
}

.faq-section .accordion:after {
    content: '\02795';
    /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.faq-section .active:after {
    content: "\2796";
    /* Unicode character for "minus" sign (-) */
}

.faq-section .yesmsg {
    display: none
}

.faq-section .nav>li>a {
    padding: 5px
}

/*.faqbg {
    background-image: url('../images/faq-bg.png');
    background-repeat: no-repeat;
    height: 300px;
}*/

.faq-banner {
    position: relative;
}

.centered-faq-search {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
}

.centered-faq-search .form-control {
    border: 0;
}

@media (min-width: 768px) {
    .centered-faq-search .form-control {
        max-width: 550px;
    }
}

#frm_faq_list {
    margin-top: 125px
}



/* New Styles By UI */
.btn {
    border-radius: 4px;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 4px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 4px;
}

.well {
    border-radius: 10px;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 10px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 10px;
}

.dropdown-toggle {
    border-radius: 10px !important;
}

.file-upload-box label {
    border-radius: 10px;
}

.file-upload-box .thumbnail-box img {
    border-radius: 10px;
}

.alert {
    border-radius: 10px;
}

.StripeElement {
    border-radius: 10px;
}

.box2 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

/* End New Styles By UI */




.small-gutter {
    padding: 0px 10px;
}

.small-gutter>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}

.admin-hiddenprofile-btn {
    height: 40px !important;
    font-size: 12px !important
}

.hiddenprofile-heading {
    color: #DD5348;
    padding-left: 15px
}

.drdashboard-hideprofile-btn {
    font-size: 12px;
    height: 40px !important;
    margin-bottom: 10px;
    background: #aaaaaa;
    border-radius: 8px;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 10px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 10px;
}

.drdashboard-hideprofile-btn:hover {
    background: #aaaaaa;
}

.grey-circle {
    color: #575757
}

.no-bottom-margin {
    margin-bottom: 0px;
}

.pcp-detail {
    float: none;
    margin: 0 auto;
    background-color: #eeeeee;
    width: 60%;
    height: 150px;
    border: 1px solid #cccccc;
    padding: 15px 10px
}

.pcp-detail-h5 {
    font-weight: 600
}

.pcp-name {
    font-size: 18px;
    color: #a20e0e;
}

.document-sign-text {
    background-color: #eeeeee;
    padding: 10px 5px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 4px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 4px;

}

.document-sign-text h3 {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
}

.tabDoc {
    display: none;
}

.tabDoc canvas {
    height: 100%;
    width: 100%;
    display: flex;
}

.left-bord select{max-height: 300px;}

.modal-msg-txt {
    color: #DD5348;
    font-size: 15px
}

.signatureparent {
    color: black;
    background-color: darkgrey;
    padding: 5px;
}

#signature,
#signature1,
#signature2,
#signature3 {
    border: 1px dotted black;
    background-color: lightgrey;
}

#signatureParent1,
#signatureParent2,
#signatureParent3 {
    border: 2px dotted black;
    background-color: lightgrey;
}

html.touch #content {
    float: left;
    width: 92%;
}

html.touch #scrollgrabber {
    float: right;
    width: 4%;
    margin-right: 2%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAFCAAAAACh79lDAAAAAXNSR0IArs4c6QAAABJJREFUCB1jmMmQxjCT4T/DfwAPLgOXlrt3IwAAAABJRU5ErkJggg==)
}

html.borderradius #scrollgrabber {
    border-radius: 1em;
}

.padding-top-bottom-3x {
    padding-top: 15px !important;
    padding-bottom: 10px !important;
}

/*    .signhere-wrap{padding-top: 5px;}*/

.admin-faqs-text {
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #ccc;
}

.select-options {
    border-radius: 10px;
}

.drop-holder {
    border-radius: 10px;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    max-height: 200px !important;
}

.left-text {
    text-align: left
}

.fixed-alerts {
    position: fixed;
    top: 125px;
    right: 0px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    max-width: 290px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease 0s;
    transform: translate(150%, 0);
    font-size: 14px
}

.fixed-alerts2 {
    top: 105px;
}

.fixed-alerts.active-alert {
    transform: translate(0, 0);
}

.sign-text {
    /*    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;*/
    margin-bottom: 20px;
    padding: 0 10px;
}

/*.padding-top-20{padding-top: 20px}
.padding-top-40{padding-top: 40px}
.no-left-padding { padding-left: 0 }
.no-right-padding { padding-right: 0 }
.btn-dark.btn-login.checkin-info-btn{ width: 80%}
.btn-dark.btn-login.checkin-info-btn2{ width: 90%}
.btn-dark.btn-login.checkin-info-btn3{ width: 100%}*/
.checkin-datetime{font-size:14px;color:#575757}
.checkin-datetime-txt{font-size:13px;}
/*.checkin-container{margin-top:30px}*/
/*.checkin-container2{margin-top:50px}*/
.checkin-field{margin-bottom: 15px}
.align-center{float: none; margin: 0 auto;}

/**HCOD payment***/


.set-percentage-btn {
    position: relative;
    bottom: 51px;
    right: 1px;
    z-index: 1000;
    float: right !important;
}

.jcf-class-attachment_payment .jcf-fake-input {
    display: none;
}

.jcf-class-attachment_payment .jcf-upload-button {
    background: #DD5348 !important;
}

.transaction_detail_table td {
    height: 40px;
    vertical-align: top;
}

.pending-payment-input {
    display: inline-block;

    max-width: 100%;
    margin-left: 10px;

    width: 106px;

    vertical-align: middle;
}


.btn-appointment{
    width: 116px !important;
}

.btn-manaul-payment{
    width: 130px !important;
}


#unpaidHCOD_filter {
    bottom: 54px;
}

#unpaidHCOD_filter input[type="search"] {
    height: 45px !important;

}


#unpaidHCOD .chk-focus, #percentage_table .chk-focus, #roles_chk .chk-focus,
#inmail_table .chk-focus,
#inmail-msgs-selectall .chk-focus {
    /* border-color: #920101; */
    border: 1px solid #c6c6c6;
}

#unpaidHCOD .chk-area, #percentage_table .chk-area, #roles_chk .chk-area,
#inmail_table .chk-area,
#inmail-msgs-selectall .chk-area {
    background-color: #48a0ff;
    border: 1px solid #c6c6c6;
    color: #fff;
}

#unpaidHCOD .chk-checked::after, #percentage_table .chk-checked::after,
#roles_chk .chk-checked::after, #inmail_table .chk-checked::after,
#inmail-msgs-selectall .chk-checked::after
{
    background-color: #48a0ff;
    color: #fff;
    width: 100%;
    left: 0;
    line-height: 20px;
    top: 0;
    border-radius: 10px;
}

#inmail_table .chk-area, #inmail-msgs-selectall .chk-area { background-color: #fff; }
#inmail_table .chk-checked::after, #inmail-msgs-selectall .chk-checked::after { background-color: #337AE0; }
#inmail_table .chk-area, #inmail-msgs-selectall .chk-area {border-radius: 5px;}
#inmail_table .chk-checked::after, #inmail-msgs-selectall .chk-checked::after{ border-radius: 5px; }

/***Visit Checkout process Admin and doctor dashboard***/
.btn-datatable{
    height: 33px;
    background: #DD5348;
    font-size: 15px;
    color: #747373;
    border: 0;
    font-size: 20px;
    color: #fff !important;
    border-radius: 4px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    width: 99px;
    font-size: 15px;
    padding-top: 5px;

}
.btn-complted{
    background: #9C9C9C;
}


.btn-checkout-delete {
    width: 80px !important;
    display: block !important;
    height: 23px !important;
    font-size: 15px !important;
    float: right;
    padding: 0 !important;
}


.checkout-codes-table tr {
    border-top: hidden;
}

.table-label {
    font-size: 11px;
    font-weight: 216px;
}

#chackout_process .select-area {
    border-radius: 0px;
}


.drop-holder {
    border-radius: 0px !important;
}

.drop-checkout-select {
    border-radius: 0px !important;
}

.checkout-details-table td {
    padding: 0px !important;
}

 .checkout-edit-btn {
    color: #a20e0e;
    font-size: 18px;
}


.select-select-yes-no{
    width: 100px !important;
}
.js-btn-step{
    color:#fff !important;
}
.patient_header{
    margin-bottom: 5px;

    font-weight: bold;
}
.modal_patient_title{
    color:#a20e0e;
}
.modal-title{
    text-align: center;
}

.custom-select-holder{position: relative;}
.custom-list{display:none;width: 100%; max-height: 200px; border: 1px solid #C7C7C7; border-radius: 10px; overflow-y: auto; border-radius: 10px; position: absolute; top: 44px; left: 0; background: white; z-index: 10000}
.custom-list ul{margin: 0; padding: 0;}
.custom-list ul li{list-style-type: none;}
.custom-list ul li a{
    text-decoration: none;
    padding: 7px 10px;
    display: block;
    cursor: default;
    color: #000;
    height: 1%;
}
.custom-list ul li.selected a,
.custom-list ul li:hover a{
    text-decoration: none;
    background: #d7d7d7;
    color: #545454;
}
.enableMenu{display: block}

.padding-top-20 {
    padding-top: 20px
}

.padding-top-40 {
    padding-top: 40px
}

.no-left-padding {
    padding-left: 0
}

.no-right-padding {
    padding-right: 0
}

.btn-dark.btn-login.checkin-info-btn {
    width: 80%
}

.btn-dark.btn-login.checkin-info-btn2 {
    width: 90%
}

.btn-dark.btn-login.checkin-info-btn3 {
    width: 100%
}

.checkin-datetime {
    font-size: 14px;
    color: #575757
}

.checkin-datetime-txt {
    font-size: 13px;
}

.checkin-field {
    margin-bottom: 10px
}

.align-center {
    float: none;
    margin: 0 auto;
}

.left_margin_patient2 {
    margin-left: 14%;
}

.primary-signuptext{ max-width: 450px; margin:0 auto 20px auto; text-align: center;  }
.primary-signuptext a:link, .primary-signuptext a:visited{text-decoration: underline}

.login-panel2{ margin-top: 20px}


@media only screen and (max-width: 767px) {
    h1.patient-signup-header{
        font-size: 22px
    }
}

.onetouch-sms-link:link{ font-weight: 700; color:#a20e0e; text-decoration: underline}

.main-menu ul.sub-menu {
    position: absolute;
/*     left: -9999px;  Hide off-screen when not needed (this is more accessible than display: none;) */
     list-style-type: none;
     display:none;
     padding-left:0px;
     z-index: 99999999;
     padding-top:5px;
}     

.main-menu ul.sub-menu li {
    padding-top: 1px; /* Introducing a padding between the li and the a give the illusion spaced items */
    float: none;
    margin-left: 0;
    margin-top:0;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.1);
    margin-top:-1px;
}


.main-menu ul.sub-menu li a {
    white-space: nowrap; /* Stop text wrapping and creating multi-line dropdown items */
/*    background-color: #f9f9f9 !important;*/
    font-weight: normal;
    color: #959595;
    padding: 12px 25px;
    border-bottom: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    display: block;
    margin:0;
    background: #ffffff;
}           
.main-menu ul.sub-menu li:last-child a{
    border-bottom:none;
}

.main-menu ul.sub-menu li.active a {
    color: #313131;
    font-weight: bold;

}


.inmail-refresh-icon {
    color: #a20e0e; /* Original color */
    transition: color 0.3s ease;
}

.inmail-refresh-icon:hover {
    color: #d92727; /* Hover color */
}


.main-menu li.sub-menu-item:hover ul {
    display:block
}

.main-menu .sub-menu-item li:hover a { 
    color: #313131;
    background-color: #f2f2f2 !important ;
}

@media (max-width:767px){
    .main-menu ul.sub-menu {
        position:relative;
        width:100%;
        padding-top:0px;
    }
    .sub-menu-item:focus,
    .sub-menu-item:active{
        background-color:transparent !important;
    }
    .main-menu li:hover a {
        background: transparent !important;
        color: #313131 !important;
    }
    .main-menu ul.sub-menu li {
        box-shadow:none;
    }
    .main-menu ul.sub-menu li a{
        padding-left:30px;
    }
}
.onetouch-sms-link:link{ font-weight: 700; color:#a20e0e}

@media only screen 
    and (min-device-width: 320px) 
    and (max-device-width: 568px)
    and (-webkit-min-device-pixel-ratio: 2) {
        .child-someonepopup {
            position: relative;
            overflow-y: auto;
            max-height: 380px;

        }    
    }
    
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
      
      .child-someonepopup {
            position: relative;
            overflow-y: auto;
            max-height: 400px;

        }  
            
  }
  
  
  @media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) {
    
        .child-someonepopup {
            position: relative;
            overflow-y: auto;
            max-height: 400px;                 

        } 
    
    }
  
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
      
       .child-someonepopup {
            position: relative;
            overflow-y: auto;
            max-height: 400px;

        }  
  }
  
  @media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) {
  
      .child-someonepopup {
            position: relative;
            overflow-y: auto;
            max-height: 400px;
        }        
  }
  
  @media only screen 
    and (device-width : 375px) 
    and (device-height : 667px) 
    and (-webkit-device-pixel-ratio : 2) {     
        
        .child-someonepopup {
            position: relative;
            overflow-y: auto;
            max-height: 400px;

        }         
    }
    
    @media only screen 
    and (device-width : 414px) 
    and (device-height : 736px) 
    and (-webkit-device-pixel-ratio : 3) { 
    
        .child-someonepopup {
            position: relative;
            overflow-y: auto;
            max-height: 400px;

        } 
    
    }
      
.main-menu ul.sub-menu {
    position: absolute;
/*     left: -9999px;  Hide off-screen when not needed (this is more accessible than display: none;) */
     list-style-type: none;
     display:none;
     padding-left:0px;
     z-index: 99999999;
     padding-top:5px;
}     

.main-menu ul.sub-menu li {
    padding-top: 1px; /* Introducing a padding between the li and the a give the illusion spaced items */
    float: none;
    margin-left: 0;
    margin-top:0;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.1);
    margin-top:-1px;
}


.main-menu ul.sub-menu li a {
    white-space: nowrap; /* Stop text wrapping and creating multi-line dropdown items */
/*    background-color: #f9f9f9 !important;*/
    font-weight: normal;
    color: #959595;
    padding: 12px 25px;
    border-bottom: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    display: block;
    margin:0;
    background: #ffffff;
}           
.main-menu ul.sub-menu li:last-child a{
    border-bottom:none;
}

.main-menu ul.sub-menu li.active a {
    color: #313131;
    font-weight: bold;

}

.main-menu li.sub-menu-item:hover ul {
    display:block
}

.main-menu .sub-menu-item li:hover a { 
    color: #313131;
    background-color: #f2f2f2 !important ;
}
@media (max-width:767px){
    .main-menu ul.sub-menu {
        position:relative;
        width:100%;
        padding-top:0px;
    }
    .sub-menu-item:focus,
    .sub-menu-item:active{
        background-color:transparent !important;
    }
    .main-menu li:hover a {
        background: transparent !important;
        color: #313131 !important;
    }
    .main-menu ul.sub-menu li {
        box-shadow:none;
    }
    .main-menu ul.sub-menu li a{
        padding-left:30px;
    }
}

.onetouch-sms-link:link{ font-weight: 700; color:#a20e0e; text-decoration: underline}

.centered-text{ text-align: center; }
.doctors-details-panel h2 { color: #a20e0e }
.credentials-icon { margin-top:-12px !important; }

/*.btn-lg { padding: 9px 30px; font-size: 20px; }
.btn-md{ padding:7px 20px; font-size:18px }
.btn-sm{ padding:5px 10px; font-size:16px }
.btn-xs{ padding:5px 8px;  font-size:12px }*/

.inmail-icon-wrap { float: left; width:30px; margin-right:20px; position: relative; display: none; }
.inmail-icon { float:left; margin:17px 25px 0 0; font-size: 24px; color:#337AE0;  }
.inmail-icon-num {background-color: red; color: #fff; padding-top:3px; font-size:11px; font-weight: bold; border-radius: 20px; position: absolute; right:-10px; top:8px; width:22px; height:22px; display:block; text-align: center }
.inmail-msgs-thread { background-color: #575757; color: #fff; padding:4px; font-size:11px; border-radius: 5px; }
.compose-inmail-icon {font-size: 20px}
.compose-inmail-btn{padding-top:9px; font-size: 14px; height: 40px !important;}
.inmail-subj-txt { color: #ac1a1a}
table#inmail_table{ border: 1px solid #a20e0e}
table#inmail_table.dataTable{ margin-top: 25px !important }
table#inmail_table tr{margin-top:10px;}
table#inmail_table td{ border-top: 1px solid #a20e0e; border-bottom: 1px solid #a20e0e}
.sidebar-inmail-icon-num { display: none; position:absolute; top:0px; left:90px;  background-color: #a20e0e ; color: #fff; padding-top:1px; font-size:11px; font-weight: bold; border-radius: 20px;width:22px; height:22px; display:none; text-align: center }
.active-inmail-iconnum { background-color: #337AE0 }
#sidebar-inmail-num{ display: none; }
.inmail-btn-bg{background-color: #a20e0e}
#inmail-msgs-selectall { color:#a20e0e; padding: 12px 0 0 8px; }
#inmail-actions-btn-wrap {padding-left:85px}
.unread-inmail-txt:link, .unread-inmail-txt:visited{ font-weight: bold; color: #000}
a.inmail-btn-nonactive { background-color: #fff; color: #a20e0e !important; border:1px solid #a20e0e; }
a.inmail-btn-nonactive:hover{ color: #fff !important; border-color: 1px solid #DD5348; }
table#inmail_table tr:hover td a .inmail-subj-txt { color: #fff }
.inmail-msg-modal .modal-header, .inmail-viewmsg-modal .modal-header{ padding:10px 15px; }
.inmail-msg-modal .modal-content, .inmail-viewmsg-modal .modal-content { padding:0 20px; border: 1px solid #a20e0e; }
.inmail-msg-modal .modal-footer, .inmail-viewmsg-modal .modal-footer{ text-align: center }
.inmail-msg-modal .inmail-modal-row, .inmail-viewmsg-modal .inmail-modal-row { padding: 15px 0; border-bottom: 1px solid #e5e5e5; display: flex; align-items: center; }
.inmail-msg-modal strong, .inmail-msg-modal i.attachfile, .inmail-alert-head { color: #a20e0e}
.writemsg-modal .modal-footer{ text-align: right }
.writemsg-modal .modal-header { padding: 8px;  background-color: #a20e0e; color: #fff}
.writemsg-modal .modal-title { text-align: left }
.writemsg-modal .modal-header h4{font-weight: bold;}
.writemsg-modal .modal-content { padding: 0;  }
.inmail-from-name {font-size: 14px}
#inmailWriteMessageModal .select2-selection__choice__remove,
#inmailReplyMessageModal .select2-selection__choice__remove,
#inmailDraftMessageModal .select2-selection__choice__remove, .refresh-icon-inmail { color: #a20e0e }
.read-inmail-txt:link, .read-inmail-txt:visited{ font-weight: normal; color: #000}
.no-emails-txt { text-align:center }
.labelInmail { font-weight: bold; color: #a20e0e; }
.no-emails-tbl{ margin-top: 25px !important; }
.custom-inmail-file  .jcf-upload-button { background: #a20e0e !important; cursor: pointer;  }
#messageSelectAlertModal .modal-body { padding: 40px 60px 20px 60px; }

#messageSelectAlertModal .modal-body  .modal-title{
    font-size: 18pt;
    color: #a20e0e;
    font-weight: 600;
    display: initial;
    padding: 0px 30px;
    position: relative;
    margin-bottom: 30px;
}

#messageSelectAlertModal .modal-body .modal-title::before
{
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    background-image: url(../images/alert_ico.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: -5px;
    top: 6px;
}

#messageSelectAlertModal .modal-body  {  margin: 30px auto; }

#messageSelectAlertModal .modal-body .alert-content h4{
    line-height: 1.5;
    color: #333333;
    font-size: 12pt;
}

#messageSelectAlertModal .modal-body .btn {
    width: auto;
    padding: 0px 40px;
    margin-top: 20px;
/*    border-radius: 50px;*/
    background: #a20e0e;
}



.m-b-15{
    margin-bottom: 15px;
}
.centered-div { float: none; margin: 0 auto;}

#rate_visit.jcf-hidden {
    left: 20px !important;
    z-index: -55555 !important;
    width: 80% !important;
}

.form-inline-icon{
    display: inline !important;
}

.dd_validation.jcf-hidden {
    left: 20px !important;
    z-index: -55555 !important;
    width: 80% !important;
}

#unpaidDoctors_filter{
    bottom: 124px;
}

#unpaidHCOD_filter{
    bottom: 124px;
}

.payments-table input[type=checkbox].css-checkbox {
    position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

.payments-table input[type=checkbox].css-checkbox + label.css-label {
    padding-left:20px;
    height:20px;
    display:inline-block;
    line-height:20px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:20px;
    vertical-align:middle;
    cursor:pointer;

}

.payments-table input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -20px;
}
.payments-table label.css-label {
    background-image:url(../images/checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 5px;
}


.cs-call-scheduling .error {
    font-size: 13px;
}

.cs-call-scheduling #add_schedule_table th {
    vertical-align: top;
}

/* Float four columns side by side */
.cs-call-scheduling .column {
    float: left;
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 30px;
}

/* Remove extra left and right margins, due to padding */
.cs-call-scheduling .row {
    margin: 0 -5px;

}

/* Clear floats after the columns */
.cs-call-scheduling .row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
    .cs-call-scheduling .column {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
}

/* Style the counter cards */
.cs-call-scheduling .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 16px;
    text-align: center;
    /*min-height: px;*/
    background-color: #f1f1f1;
}

.cs-call-scheduling .list-group-item {
    text-align: left;
}

.cs-call-scheduling .user-span {
    display: block;
    float: right;
}

.cs-call-scheduling .uppercase {
    text-transform: uppercase;
}

.cs-call-scheduling .list-group-item {
    font-size: 13px !important;
}

.cs-call-scheduling h3 {
    margin-top: 0px;
}

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

.cs-call-scheduling .list-group {
    margin-bottom: 0px;
}
.center-text{
    text-align: center !important;
}