/* CSS Document */

html {
    font-size: 100%;
    height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary,
title {
    display: block
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 15px;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f2f2f2;
    height: 100%;
}

dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

ol,
ul {
    list-style: none
}

a img {
    border: 0;
    display: block
}

a:active,
a:focus,
a:hover,
input[type="image"],
select:focus,
input,
input[type="button"]:focus,
:focus {
    outline: 0;
    text-decoration: none;
}

.clearfix {
    zoom: 1
}

.clearfix:before,
.clearfix:after {
    display: block;
    content: "";
    line-height: 0
}

.clearfix:after {
    clear: both
}

.clear {
    clear: both
}

.btn {
    outline: 0px;
}

.pad_0 {
    padding: 0px;
}

i {
    margin-right: 5px;
}

/* div#main_container {
    height: 100%;
} */

select {
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
}

header {
    background: #fff;
    padding: 8px 30px;
    border-bottom: 2px solid #cacbcc;
}

header .logo {
    float: left;
    /* display: inline-block; */
}

title {
    display: none;
}

.logo a img {
    width: 180px;
    /* margin: 5px 0 0; */
}

header .header_menu {
    /* float: right; */
    /* display: inline-block; */
}

header .login_btns .dropdown {
    display: inline-block;
}

header .login_btns a {
    /* background: #2db9ed;
     border: 1px solid #2db9ed;  */
    background: #204281;
    border: 1px solid #204281;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    padding: 6px 20px 7px;
    margin-left: 10px;
    transition: all 0.5s ease 0s;
}

header .login_btns a:hover {
    background: #204281;
    color: #fff;
}

header .wsmenu {
    margin-top: 45px;
}

header .wsmenu ul li {
    padding-left: 30px;
}

header .wsmenu ul li a {
    border-bottom: 2px solid #fff;
    border-radius: 0;
    border-right: medium none;
    color: #222;
    font-size: 14px;
    font-weight: 500px;
    line-height: 32px;
    padding: 0;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}

header .wsmenu ul li a:hover {
    background: #fff;
    color: #2db9ed;
    border-bottom: 2px solid #2db9ed;
    transition: all 0.5s ease 0s;
}

.banner_txt {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 100px;
}

.banner_blk .slick-slide {
    position: relative;
}

.banner_caption {
    background-color: rgba(255, 255, 255, 0.8);
    border-bottom: 5px solid #36a1c9;
    width: 585px;
    text-align: left;
    padding: 25px 30px 30px;
}

.banner_caption h2 {
    font-size: 38px;
    color: #000;
    font-weight: normal;
}

.banner_caption h2 span {
    color: #0994c9;
}

.banner_caption h3 {
    font-size: 22px;
    color: #2db9ed;
    font-weight: normal;
    margin-bottom: 18px;
}

.banner_caption p {
    font-size: 15px;
    color: #686767;
    font-weight: 300;
    line-height: 22px;
}

.banner_blk .slick-dots {
    position: absolute;
    bottom: 20px;
    right: 8%;
}

.banner_blk .slick-dots li {
    display: inline-block;
}

.banner_blk .slick-dots li button {
    background: #272828;
    border: none;
    height: 3px;
    font-size: 0;
    margin-left: 5px;
    width: 30px;
}

.banner_blk .slick-dots li.slick-active button {
    background: #1797c7;
}

.why_blk {
    background: url(../images/why-bg.jpg) no-repeat right top;
    background-size: cover;
    position: relative;
    color: #fff;
}

.video-slider {
    background: url(../img/better_care_segment_background_compressed.png) no-repeat right top;
    height: 400px;
}

.map-bg {
    background: url(../img/mapbg.png) no-repeat right top;
    height: 510px;
}

.map-bg img {
    HEIGHT: 450PX;
}

.banner_blk .video-slider .slick-slide img {
    width: 482px;
    padding: 10px;
    margin-top: 30px;
}

.exercise_blk {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 0px;
    overflow: hidden;
    height: 100%;
}

.exercise_img {
    background: url(../images/exercise-img.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.why_content {
    padding: 30px 0px 20px;
}

.why_content h2 {
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 10px;
}

.why_content h2 span {
    font-weight: 400;
}

.why_content p {
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
}

.why_content h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 25px 0px 10px;
}

.why_content ul {
    margin-top: 20px;
}

.why_content ul li {
    background: url(../images/dot-img.png) no-repeat left 5px;
    line-height: 18px;
    margin-bottom: 15px;
    padding-left: 18px;
}

.works_blk {
    background: #fff;
    padding: 35px 0px 50px;
    text-align: center;
}

.works_blk h2 {
    font-size: 40px;
    color: #000;
    font-weight: 400;
    margin-bottom: 50px;
    position: relative;
}

.works_blk h1 {
    font-size: 40px;
    color: #000;
    font-weight: 400;
    margin-bottom: 50px;
    position: relative;
}

.works_blk h2::before {
    background: #80dafb;
    border-radius: 25px;
    bottom: -10px;
    content: "";
    height: 4px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 45px;
}

.works_blk h1::before {
    background: #80dafb;
    border-radius: 25px;
    bottom: -10px;
    content: "";
    height: 4px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 45px;
}

.work_content {
    background: #6ed0f4;
    color: #fff;
    padding: 25px 25px 30px;
}

.work_content h3 {
    font-size: 20px;
    color: #292929;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin: 15px 0px;
}

.work_content p {
    font-size: 16px;
    color: #3a3a3a;
    line-height: 24px;
}

.work_bg {
    background: #4db1d6;
}

.care_blk {
    background: #5bb9dc;
    padding: 40px 0px;
}

.care_content h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
}

.care_content h2 em {
    font-weight: 300;
    font-style: normal;
}

.care_content p {
    font-size: 16px;
    color: #000;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 25px;
}

.care_content span {
    background: #fff;
    display: inline-block;
    padding: 3px;
    border-radius: 3px;
}

.care_content .signup_btn {
    background: #fff;
    border: 1px solid #5bb9dc;
    border-radius: 3px;
    font-size: 16px;
    color: #000;
    padding: 12px 25px;
    text-transform: uppercase;
    display: inline-block
}

.app_blk {
    background: #fff;
    padding: 30px 0px 0px;
}

.app_img {
    text-align: right;
}

.app_content {
    padding: 45px 0px 0px 20px;
}

.app_content h2 {
    font-size: 40px;
    color: #000;
    margin-bottom: 20px;
}

.app_content h2 span {
    color: #5bb9dc;
}

.app_content p {
    font-size: 20px;
    color: #000;
    line-height: 28px;
    font-weight: 300;
    margin-bottom: 30px;
}

.app_content a {
    display: inline-block;
    margin-right: 10px;
}

.news_blk {
    background: #5bb9dc;
    padding: 40px 0px 60px;
}

.news_blk h2 {
    font-size: 30px;
    color: #000;
    margin-bottom: 20px;
}

.news_content {
    background: #fff;
    display: inline-block;
    font-size: 15px;
    text-align: left;
    padding: 5px;
    position: relative;
}

.news_content img {
    float: left;
    margin-right: 13px;
}

.news_content h3 {
    font-size: 24px;
    color: #000;
    font-weight: normal;
    margin: 12px 0px 10px;
}

.news_content p {
    font-size: 15px;
    color: #595959;
    line-height: 22px;
}

.news_content a {
    display: block;
    color: #595959;
    margin: 15px 0px;
    text-decoration: underline;
}

.news_content em {
    color: #000;
}

.date_txt {
    background: #5bb9dc;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    line-height: 32px;
    position: absolute;
    left: 5px;
    top: 20px;
    text-align: center;
    width: 70px;
}

.news_blk .slick-initialized .slick-slide {
    margin-right: 15px;
}

.slick-arrow {
    position: absolute;
    right: 0;
    top: -40px;
}

.news_blk .slick-prev {
    font-size: 0;
    background: url(../images/prev-arrow.png) left top no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 55px;
    top: -50px;
    border: 0px;
}

.news_blk .slick-prev:hover {
    background: url(../images/prev-arrow.png) left -30px no-repeat;
}

.news_blk .slick-next {
    font-size: 0;
    background: url(../images/next-arrow.png) left top no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: -50px;
    border: 0px;
}

.news_blk .slick-next:hover {
    background: url(../images/next-arrow.png) left -30px no-repeat;
}

footer .footer_top {
    background: #232322;
    padding: 30px 0px;
}

footer .footer_top h2 {
    font-size: 22px;
    color: #fff;
    line-height: 40px;
    margin-bottom: 25px;
    position: relative;
}

footer .footer_top h2::after {
    background: #ffffff;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 35px;
}

footer .footer_top ul li {
    margin-bottom: 23px;
    position: relative;
    padding-left: 20px;
}

footer .footer_top ul li a {
    color: #c3c3c3;
    font-size: 15px;
    transition: all 0.5s ease 0s;
}

footer .footer_top ul li a:hover {
    color: #fff;
}

footer .footer_top ul li:hover::before {
    background: #fff;
}

footer .footer_top ul li::before {
    background: #727272;
    border-radius: 100%;
    content: "";
    height: 9px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 9px;
    transition: all 0.5s ease 0s;
}

footer .footer_top ul li::after {
    border-left: 1px solid #434342;
    bottom: -27px;
    content: "";
    height: 30px;
    left: 4px;
    position: absolute;
    width: 10px;
}

footer .footer_top ul li:last-child::after {
    border-left: none
}

footer .footer_bottom {
    background: #000;
    font-size: 15px;
    padding: 8px 0px;
}

.copyroght_txt {
    float: left;
    color: #fff;
}

footer .footer_bottom ul {
    float: right;
}

footer .footer_bottom ul li {
    display: inline-block;
    margin-left: 25px;
}

footer .footer_bottom ul li a {
    color: #fff;
    transition: all 0.5s ease 0s;
}

footer .footer_bottom ul li a:hover {
    color: #2db9ed;
}


/* / View Profile Css */

.middle_blk {
    position: relative;
    margin: 35px 0px;
}

.middle_left {
    position: absolute;
    background: #00b3f7;
}

.middle_left .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.middle_left .panel-default>.panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

.middle_left .panel-title {
    font-size: 14px;
}

.middle_left .panel-title>a {
    display: block;
    padding: 15px;
    text-decoration: none;
}

.middle_left .more-less {
    float: right;
    color: #212121;
}

.middle_left .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #EEEEEE;
}

.profile_blk {
    background: #fafafa;
    display: inline-block;
    padding: 8px;
    width: 100%;
    margin-bottom: 5px;
}

.profile_img {
    width: 25%;
    display: inline-block;
    text-align: center;
}

.profile_view_section .profile_img {
    width: 27%;
    float: left;
    padding: 20px 0 15px 15px;
}

.profile_img img {
      border-radius: 50%;
    width: 175px;
    display: inline-block;
    margin: 15px 0 10px;
    height: 175px;
}

.profile_details {
    width: 75%;
    float: right;
    padding: 15px 0px 0px;
}

.profile_details h3 {
    font-size: 22px;
    color: #454545;
    margin-bottom: 10px;
}

.profile_details ul li {
    font-size: 12px;
    border-bottom: 1px solid #cccccc;
    padding: 6px 0px 5px;
    line-height: initial;
}

.profile_details ul li label {
    width: 40%;
    font-weight: 500;
    margin: 0;
}

.profile_details ul li span {
    color: #454545;
}

.physician_details {
    padding: 15px 0px 0px;
}

.physician_details h3 {
    font-size: 22px;
    color: #454545;
    margin-bottom: 10px;
}

.physician_details ul li {
    font-size: 15px;
    border-bottom: 1px solid #cccccc;
    padding: 10px 0px 7px;
}

.physician_details ul li label {
    width: 40%;
    font-weight: 500;
}

.physician_details ul li span {
    color: #454545;
}

.info_blk {
    border: 1px solid #e8e8e8;
    padding: 10px 20px;
}

.info_blk h3 {
    font-size: 22px;
    color: #454545;
    line-height: 28px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 5px;
}

.info_blk ul li {
    font-size: 15px;
    padding: 6px 10px 5px;
}

.info_blk ul li:nth-child(even) {
    background: #f8f8f8;
}

.info_blk ul li label {
    width: 30%;
    font-weight: 500;
    vertical-align: top;
}

.info_blk ul li span {
    color: #454545;
    width: 69%;
    display: inline-block;
    line-height: 18px;
}


/* / About Us Css */

.inner-part {
    /*  padding: 70px 0 50px; */
    padding: 35px 0 50px;
}

.inner-banner {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    height: 140px;
    padding: 45px 0 0;
    background-color: #ebecee;
}

.inner-banner.about-banner h3 {
    font-size: 38px;
    color: #455a64;
    font-weight: 400;
}

.about-banner {
    background-image: url(../images/banner-inner.jpg);
    background-size: cover;
}

.inner-banner h1 {
    background-color: rgba(77, 177, 214, 0.8);
    color: #ffffff;
    display: inline-block;
    margin-bottom: 10px;
    padding: 15px;
}

.breadcrumb {
    background-color: #455a64;
    border-radius: 0;
    display: inline-block;
    list-style: outside none none;
    margin-bottom: 20px;
    padding: 20px 25px;
}

.breadcrumb li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
}

.abt-contant-part span {
    color: #a1a1a1;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.abt-contant-part h3 span {
    display: inline-block;
    font-size: 20px;
}

.abt-contant-part h1 {
    font-weight: normal;
    margin-bottom: 20px;
}

.abt-contant-part h4 {
    color: #777777;
    font-weight: normal;
    margin-bottom: 25px;
    position: relative;
    padding-left: 22px;
}

.abt-contant-part h4 i {
    color: #2db9ed;
    left: 0;
    position: absolute;
    top: 3px;
}

.abt-contant-part p {
    color: #777777;
    font-size: 15px;
    font-weight: 100;
    line-height: 24px;
    margin-bottom: 12px;
    text-align: justify;
}

.abt-img {
    margin-bottom: 35px;
}

.HealthCarePart {
    padding: 60px 0;
    background-image: url(../images/blue-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.HealthCarePart h2 {
    font-size: 34px;
    color: #FFF;
    margin-bottom: 35px;
    font-weight: normal;
}

.HealthCarePart p {
    color: #cee4f0;
    margin-bottom: 25px;
    line-height: 24px;
}

a.read-btn {
    border: 4px solid rgba(44, 170, 218, 0.1);
    border-radius: 5px;
    box-shadow: 0 0 8px #0a7ca7;
    color: #ffffff;
    display: inline-block;
    line-height: 50px;
}

a.read-btn span {
    background-color: #0a7ca7;
    display: block;
    width: 180px;
}

.OurTeamPart {
    padding: 75px 0;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(225, 225, 225, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(225, 225, 225, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(225, 225, 225, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(225, 225, 225, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(225, 225, 225, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(225, 225, 225, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e1e1e1', GradientType=0);
}

.OurTeamPart h2 {
    font-weight: normal;
    margin-bottom: 50px;
}

.OurTeamPart span {
    color: #a1a1a1;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.HealthCarePart p {
    font-size: 15px;
    line-height: 26px;
}

.team-box {
    background-color: #ffffff;
    border-bottom: 3px solid #09739b;
    box-shadow: 0 -4px 14px #cccccc;
    min-height: 330px;
    padding: 15px;
}

.team-img {
    margin-bottom: 25px;
}

.team-img img {
    width: 100%;
}

.team-box {
    margin: 0 15px;
}

.team-box h3 {
    color: #09739b;
    font-size: 20px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.team-box p {
    color: #787878;
    font-size: 15px;
    font-weight: 100;
    line-height: 22px;
}


/* my bookings */

.table-responsive {
    margin-bottom: 0px;
}

.left-panal {
    position: relative;
    /* width: 80%; */
}

.left-panal .navbar-fixed-top,
.left-panal .navbar-fixed-bottom {
    background-color: #204281;
    border-bottom: 0 none;
    left: 0;
    position: relative;
    right: 0;
    z-index: 1030;
    border-radius: 4px;
}

.left-panal .navbar-header {
    width: 100%;
}

.left-panal .navbar-header {
    float: none;
}

.left-panal li {
    border-bottom: 1px solid #f2f2f2;
    display: block;
    width: 100%;
    background: #eea06f;
}

.left-panal li a {
    display: block;
    line-height: 35px;
    padding: 0 12px;
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
}

.left-panal li a:hover,
.left-panal li.active a {
    background-color: #d0763d;
}

.more-less {
    float: right;
    color: #212121;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #EEEEEE;
}

.left-panal .panel-heading {
    border-top-left-radius: 0px;
    border-top-right-radius: px;
    padding: 0;
}

.left-panal .more-less {
    color: #ffffff;
    float: right;
    font-size: 14px;
    font-weight: normal;
    line-height: 35px;
}

.left-panal .panel-title {
    font-weight: normal;
}

.category-head {
    display: none;
}

.left-panal::after {
    background-color: #00b3f7;
    content: "";
    position: absolute;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
    z-index: -1;
}

.left-panal .navbar-fixed-top .navbar-collapse,
.left-panal .navbar-fixed-bottom .navbar-collapse {
    max-height: 100%;
}

.sub-menu li a {
    font-size: 12px;
    font-weight: 100;
    line-height: 30px;
    padding-left: 25px;
}


/*.left-panal li:last-child, .left-panal li:last-child a {
     border: 0 none;
}
*/

.left-panal ul.sub-menu {
    background-color: rgba(0, 0, 0, 0.15);
}

.left-panal .panel-group {
    margin-bottom: 0px;
}


/* / My Schedule Profile Css */

.add_schedule_blk {
    width: 100%;
    display: inline-block;
    border: 1px solid #cccccc;
    border-radius: 4px;
    background: #fff;
}

.add_schedule_blk h3 span {
    font-weight: 500;
}

.add_schedule_blk form {
    width: 100%;
    display: inline-block;
    padding: 30px 0px 15px;
}

.add_schedule_blk .form-group {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

.add_schedule_blk select.form-control {
    height: 36px;
    box-shadow: none;
}

.add_schedule_blk .form-control {
    width: 100%;
    height: 36px;
    box-shadow: none;
    font-size: 12px;
}

.add_schedule_blk label {
    width: 100%;
    font-size: 16px;
    color: #5f5f5f;
    font-weight: 400;
    margin-bottom: 10px;
}

.add_schedule_blk select {
    background: url(../images/select-arrow.png) right 15px center no-repeat;
    border-radius: 5px;
    font-size: 12px;
    height: 36px;
    line-height: 20px;
    border: 1px solid #ccc;
    padding: 0px 5px;
    width: 100%;
}

.set_btn {
    background: #EEA06F;
    border-radius: 15px;
    border: none;
    float: right;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    margin: 5px;
    padding: 6px 15px 5px;
    text-transform: uppercase;
    /* width: 100%; */
    transition: all 0.5s ease 0s;
}

.set_btn:hover {
    color: #fff;
    background: #006388;
}

.add_schedule_blk .form-inline select,
.add_schedule_blk .form-inline .set_btn {
    width: 70%;
}

.add_schedule_blk .form-inline label {
    width: 29%;
}


/* Dash board right*/

.middle_right h2 {
    border-bottom: 1px solid #eea06f;
    color: #eea06f;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 14px;
    padding-bottom: 5px;
}

.middle_right h2 span {
    font-size: 18px;
}

.add-item {
    padding: 5px 10px;
    background: #eea06f;
    /* margin: 10px 0; */
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
}

.add-item:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    background: #214484;
    color: #fff;
}

.add-item:hover {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    background: #214484;
    color: #fff;
}

.table {
    margin-bottom: 0px;
    max-width: 100%;
    width: 100%;
    border: 1px solid #dcdcdc !important;
}

table.table th {
    color: #ffffff;
    font-weight: normal;
}

.middle_right .table>thead>tr>th,
.middle_right .table>tbody>tr>th,
.middle_right .table>tfoot>tr>th {
    border-top: 0;
    line-height: 1.42857;
    padding: 15px;
    vertical-align: middle;
}

.middle_right .table>thead>tr>td,
.middle_right .table>tbody>tr>td,
.middle_right .table>tfoot>tr>td {
    border-top: 0;
    line-height: 1.42857;
    vertical-align: middle;
    padding: 7px;
}

.middle_right .table-striped>tbody>tr:nth-of-type(2n+1) {
    background-color: #e6e6e6;
}

.icon-td a {
    display: inline-block;
    margin: 0 4px;
    vertical-align: top;
}

.icon-td .fa-refresh {
    color: #6e6d1a;
}

.icon-td .fa-check {
    color: #007f30;
}

.icon-td .fa-remove {
    color: #ff0018;
}

.content {
    box-sizing: border-box;
    max-height: 472px;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    position: relative;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #006388 !important;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #006388;
}

.mCSB_inside>.mCSB_container {
    margin-right: 8px;
}

.mCSB_scrollTools {
    width: 8px;
}

.mCSB_scrollTools .mCSB_draggerRail {
    border-radius: 0 5px 5px 0;
    margin: 0px -2px 0 auto;
    width: 10px;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #d1d1d1;
}

.mCSB_scrollTools {
    opacity: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    margin: 1px auto;
    width: 7px;
}

.booking-table .add_schedule_blk select {
    background: rgba(0, 0, 0, 0) url("../images/select-arrow.png") no-repeat scroll 95% 50% #fff;
    border: 0 none;
    border-radius: 5px;
    font-size: 15px;
    height: 44px;
    line-height: 20px;
    padding: 0 5px;
    width: 100%;
}

.booking-table .add_schedule_blk select {
    background: #fff;
    border: 0 none;
    border-radius: 5px;
    font-size: 15px;
    height: 44px;
    line-height: 20px;
    padding: 0 5px;
    width: 100%;
}

.booking-table select {
    -moz-appearance: none;
}
.show {
    display: inline-block !important;
}
.mx-auto {
 margin-right: auto !important;
 margin-left: auto !important;
}
.dash-top {
    float: right;
    margin-top: 0px;
}

.dash-top li:first-child {
    border: 0 none;
}

.dash-top li {
    border-left: 1px solid #DDD;
    display: inline-block;
    margin-left: 5px;
    vertical-align: top;
    position: relative;
}
 
.dash-top li span {
    color: #999999;
    margin-right: 9px;
    font-size: 15px;
}

.dash-top li a {
    color: #CCC;
    display: block;
    font-size: 14px;
    line-height: 29px;
    padding-left: 8px;
    font-weight: 400;
}

.dash-top li i {
    left: -20px;
    position: absolute;
    top: 1px;
}

.dash-top {
    float: right;
    /* margin-top: 4px; */
    /* margin: 5px 0; */
}

.dash-top i img {
    border-radius: 50%;
    width: 25px;
    height: 25px;
}

.dash-top li a:hover {
    color: #00B3F7;
}

.dashboard-section .col-md-3.col-sm-4 {
    position: static;
}

.left-panal::after {
    background-color: #00b3f7;
    bottom: auto;
    content: "";
    position: absolute;
    top: auto;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
    z-index: -1;
}

.transactions-table,
.booking-table {
    border-radius: 0px;
}

.transactions-table th {
    font-size: 16px;
}

.transactions-table table th,
.transactions-table table td {
    font-size: 15px;
    padding: 12px 15px !important;
}

.transactions-table table td {
    color: #6a6a6a;
}

.transactions-table table td span {
    font-weight: 400;
}

.no_bdr {
    border: none;
}

.add_schedule_blk.no_bdr {
    border: none;
}

.add_schedule_blk.no_bdr .set_btn {
    width: 100%;
}

.add_schedule_blk.no_bdr form {
    padding: 0px 0px 15px;
}

h3.transaction_txt {
    font-size: 18px;
    color: #006388;
    font-weight: normal;
    margin-bottom: 5px;
}

.exercise_builder textarea.form-control {
    width: 100%;
    height: 200px;
}

.exercise_builder label span {
    font-size: 12px;
    color: #686868;
}

span.tag_txt {
    display: block;
    font-size: 13px;
    color: #686868;
    margin-top: 5px;
}

.exercise_builder a {
    color: #9c9c9c;
    display: inline-block;
    margin: 5px 0px 5px;
}

.exercise_builder a i {
    margin-right: 5px;
}

.exercise_builder .box {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    box-shadow: none !important;
    margin-bottom: 0;
    position: relative;
}

.exercise_builder .box input[type="file"] {
    width: 100%;
    opacity: 0;
    height: 34px;
    position: absolute;
}

.exercise_builder .inputfile-6+label {
    background: #fff;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    margin-top: 0px;
    max-width: 100%;
    padding-left: 124px;
    width: 100%;
    margin-bottom: 0px;
}

.exercise_builder .inputfile-6+label span {
    display: inline-block;
    line-height: 25px;
    min-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
    width: 100%;
}

.exercise_builder .inputfile-6+label strong {
    background-color: #eea06f;
    color: #fff;
    font-weight: 400;
    float: left;
    font-size: 14px;
    height: 35px;
    left: 1px;
    line-height: 34px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0px;
    width: 125px;
    border-radius: 3px 0px 0px 3px;
}

.exercise_builder .inputfile-6+label strong i {
    position: relative;
    top: -2px;
    margin-right: 3px;
}

.save_btn .set_btn {
    width: auto;
    float: right;
    margin-bottom: 15px;
    padding: 14px 30px;
    transition: all 0.5s ease 0s;
}

.save_btn .set_btn:hover {
    background: #00b3f7;
}

.middle_right hr {
    margin: 0 auto;
    width: 96.5%;
    border-color: #cfcfcf;
}

ul.search_imgs {
    width: 100%;
    display: inline-block;
}

ul.search_imgs li.search_imgs_li {
    width: 50%;
}

ul.search_imgs li.search_imgs_li img {
    width: 50%;
    height: auto;
}

ul.search_imgs li {
    width: 24%;
    margin: 5px 5px;
    position: relative;
    display: inline-block;
}

ul.search_imgs.pro_exeimg li {
    width: 16%;
    margin: 5px 4px;
    height: 150px;
}

ul.search_imgs li:nth-child(6n+6) {
    margin-right: 0;
}

ul.search_imgs li .img_caption {
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0;
}

.img_caption .img_txt h4 {
    font-size: 14px;
    line-height: 16px;
}

ul.search_imgs li img {
    width: 100%;
}

#carepathway ul.search_imgs li img {
    width: 100%;
    max-height: 130px;
}

ul.search_imgs li:hover .img_caption {
    opacity: 0.65;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #000;
    transition: all 0.5s ease 0s;
    left: 0px;
    top: 0px;
    padding: 10px;
}

ul.search_imgs li:hover .img_caption .img_txt {
    border: 1px solid #fff;
    border-radius: 5px;
    display: table;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
}

.img_caption .img_txt span {
    display: table-cell;
    vertical-align: middle;
}

.img_caption .img_txt span a {
    color: #fff;
}

.img_caption .img_txt span a:hover {
    color: #00b3f7;
    font-size: 12px;
}

.sent_patient_blk {
    margin-bottom: 20px;
}

.sent_patient_blk h4 {
    float: left;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    padding-top: 8px;
}

.sent_patient_title {
    width: 100%;
    display: inline-block;
    border-radius: 5px;
    background: #006388;
    margin-bottom: 10px;
    padding: 7px 15px;
}

.sent_patient_title button {
    width: auto;
    background: #08394b;
    float: right;
    font-weight: normal;
    margin-left: 10px;
    text-transform: capitalize;
    padding: 10px 20px;
}

.sent_patient_blk ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.pad_left_0 {
    padding-left: 0px;
}

.video_blk {
    display: inline-block;
    padding: 25px 0px;
}

.video_blk a {
    font-size: 18px;
    color: #040098;
    margin-top: 10px;
}

.video_blk h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.video_blk p {
    font-size: 16px;
    font-weight: 300;
    color: #909090;
    line-height: 22px;
    text-align: justify;
}

.exercise_btns li {
    margin-right: 5px;
}


/*MUKESH CSS*/


/*My consultation page css start*/

.middle_right .nav-tabs {
    border-bottom: 1px solid #eea06f;
}

.action_nav {
    display: inline-block;
    min-width: 100px;
}

.action_nav a {
    display: inline-block;
    padding: 3px;
    -webkit-filter: grayscale(150%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(150%);
    transition: all 0.5s ease 0s;
}

.action_nav a:hover {
    display: inline-block;
    padding: 3px;
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    transition: all 0.5s ease 0s;
}

.action_nav .act_nav {
    width: 20px;
    height: 20px;
    display: inline-block;
    padding: 3px;
    background: url(../images/action_icons.png) no-repeat;
    background-position: 0 0px;
}

.action_nav .act_nav:hover {
    background-position: 0 -20px;
}

.action_nav .act_nav2 {
    background-position: -20px 0px;
}

.action_nav .act_nav2:hover {
    background-position: -20px -20px;
}

.action_nav .act_nav3 {
    background-position: -40px 0px;
}

.action_nav .act_nav3:hover {
    background-position: -40px -20px;
}

.action_nav .act_nav4 {
    background-position: -60px 0px;
}

.action_nav .act_nav4:hover {
    background-position: -60px -20px;
}


/*RAHUL CSS*/

.info_blk.info_blk_patient input {
    border: 1px solid #CCC;
    height: 34px;
    padding: 0 10px;
}

.info_blk.info_blk_patient li.gender input {
    height: auto;
}

.info_blk.info_blk_patient li.gender em {
    font-style: normal;
    margin-right: 12px;
    margin-left: 4px;
}

.add-payment-cards {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.add-payment-cards>h4 {
    color: #707070;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
}

.add-payment-cards p input {
    margin-right: 8px;
}

.add-payment-cards p {
    border-bottom: 1px dashed #e4e4e4;
    color: #808080;
    font-size: 16px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.add-payment-cards p:last-child {
    border: none;
    padding: 0;
    margin: 0;
}

.set_btn.set_btn-cancel {
    background: #00b3f7;
    margin-left: 15px;
}

.set_btn.set_btn-cancel:hover {
    background: #006388;
}


/*------------------26 May------------------*/

.exercise_table {
    border-radius: 7px;
}

.middle_right .exercise_table .table>thead>tr>td {
    padding: 5px 15px;
}

.favrt_btn {
    background: #8a8a8a;
    color: #fff;
    border: none;
    padding: 6px 15px;
}

.sent_patient_title button:hover {
    background: #00b3f7;
}

.video_blk.exercise_send {
    padding: 35px 0 0;
}

.add_schedule_blk .patient_details_blk form {
    padding: 5px 0px;
}

.patient_details_blk h3 {
    background: #204281;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding: 6px 15px;
    margin-bottom: 15px;
}

.transactions-table a {
    color: #585857;
}

.patient_detail_tbl a {
    margin: 0px 5px;
    color: #585857;
}

.patient_details_content {
    width: 100%;
    background: #eeeded;
    display: inline-block;
    padding: 20px 0px;
    margin-bottom: 15px;
}

.patient_details_content p {
    font-size: 17px;
    color: #848484;
}

.patient_details_content p span {
    font-weight: 500;
    color: #3f3f3f;
}

.top_header {
    width: 100%;
    background: #455A64;
    font-size: 16px;
    color: #fff;
    padding: 10px 0px;
    margin-bottom: 15px;
}

.top_header_right {
    float: right;
}

.top_header_right li {
    display: inline-block;
    margin-left: 20px;
}

.top_header_right li a {
    color: #fff;
    transition: all 0.5s ease 0s;
}

.top_header_right li a:hover {
    color: #2db9ed;
}


/*MUKESH CSS*/


/*My consultation page css start*/

.middle_right .exercisenav,
.middle_right .messagenav {
    margin-bottom: 10px;
}

.middle_right .messagenav .nav-tabs>li {
    width: 50%;
}

.middle_right .form_heading {
    margin-bottom: 15px;
    border-bottom: 1px solid #eea06f;
}

.middle_right .nav-tabs {
    border-bottom: 1px solid #eea06f;
}



.middle_right .nav-tabs>li>a {
    background-color: #dddcdc;
    color: #3f3f3f;
    /* margin-right: 10px; */
    border: 1px solid#fff;
    border-bottom: 0px !important;
    padding: 10px 10px 7px;
    text-align: center;
    font-weight: 500;
}

.middle_right .nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background-color: #204281;
    color: #fff;
    /* border: 1px solid#fff;
    border-bottom: 0px !important; */
}

.middle_right .messagenav.mangermsg 
.nav-tabs>li.active>a, 
.messagenav.mangermsg  .nav-tabs>li.active>a:hover, 
.messagenav.mangermsg  .nav-tabs>li.active>a:focus {
    background-color: #204281;
    color: #fff !important;
}
.middle_right .messagenav.mangermsg .nav-tabs>li>a { 
    color: #3f3f3f !important;
}

 


.middle_right .nav-tabs>li {
    margin-bottom: 0px;
}

.middle_right .exercisenav .nav-tabs>li {
    width: 33.33%;
}

.action_nav {
    display: inline-block;
    min-width: 100px;
}

.action_nav a {
    display: inline-block;
    padding: 3px;
    -webkit-filter: grayscale(150%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(150%);
    transition: all 0.5s ease 0s;
    margin-right: 10px;
}

.action_nav a:hover {
    display: inline-block;
    padding: 3px;
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    transition: all 0.5s ease 0s;
}

.action_nav .act_nav {
    width: 20px;
    height: 20px;
    display: inline-block;
    padding: 3px;
    background: url(../images/action_icons.png) no-repeat;
    background-position: 0 0px;
}

.action_nav .act_nav:hover {
    background-position: 0 -20px;
}

.action_nav .act_nav2 {
    background-position: -20px 0px;
}

.action_nav .act_nav2:hover {
    background-position: -20px -20px;
}

.action_nav .act_nav3 {
    background-position: -40px 0px;
}

.action_nav .act_nav3:hover {
    background-position: -40px -20px;
}

.action_nav .act_nav4 {
    background-position: -60px 0px;
}

.action_nav .act_nav4:hover {
    background-position: -60px -20px;
}


/*Doctor register page */

.panel {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
}


/*.d_register form{
     padding-bottom:0px !important;
}
.d_register form .form-group{
     margin-bottom:0px !important;
}
.d_register form .form-group select{
     margin-bottom:15px;
     font-weight:300;
}
.d_register form .form-group input{
     margin-bottom:15px;
     font-weight:300;
}
.d_register form .form-group .box{
     margin-bottom:15px;
}
.d_register form .form-group label span{
     color:#a1a2a2;
     font-size:14px;
}
.d_register form .form-group label{
     color:#2d597a;
}
.d_register form .form-group .check_seprate{
     margin:10px 0;
     display:inline-block;
     width:100%;
}
.d_register form .form-group .check_seprate label{
     margin-right:10px;
     width:auto;
     float:left;
}
.d_register form .form-group .check_seprate .checkbox-btn label{
     color:#6c6e70;
     font-size:16px;
     font-weight:300;
}
.d_register form .form-group .check_seprate .radio-btn label{
     color:#6c6e70;
     font-size:16px;
     font-weight:300;
}
.d_register form .form-group textarea{
     height:auto;
     margin-bottom:10px;
}
*/

.plus {
    background: #00b3f7;
    border-radius: 5px;
    border: none;
    float: right;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    padding: 14px 0px;
    text-transform: uppercase;
    width: 100%;
    transition: all 0.5s ease 0s;
    text-align: center;
    padding-left: 3px;
}

.pad_bt10 {
    padding-bottom: 10px;
}

.save_bt {
    background: #204281;
    border-radius: 4px;
    border: none;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    padding: 10px 15px 8px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    margin: 0px 5px;
}

.save_bt:hover {
    background: #006388;
}

.bt_dark_blue {
    background-color: #455a64;
}

.bt_dark_blue:hover {
    background-color: #34434a;
}


/*CHECKBOX CSS START*/


/* Checkbox and Radio Button css */

.checkbox-btn,
.radio-btn {
    position: relative;
    padding-left: 20px;
    /* padding-top: 10px; */
    display: inline-block;
}

.checkbox-btn input[type="checkbox"],
.checkbox-btn input[type="radio"],
.radio-btn input[type="checkbox"],
.radio-btn input[type="radio"] {
    position: absolute;
    opacity: 0;
    z-index: 1
}

.checkbox-btn label,
.radio-btn label {
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
    position: relative;
    padding-left: 15px;
    cursor: pointer;
    user-select: none;
    color: #706f6f;
}

.checkbox-btn label::after,
.radio-btn label::after {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    left: 0;
    top: -2px;
    margin-left: -18px;
    background-color: #fff;
    border: 1px solid #cacccb;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    cursor: pointer
}

.checkbox-btn label::before,
.radio-btn label::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 6px;
    top: 4px;
    left: 6px;
    margin-left: -18px;
    border: 2px solid #eea06f;
    border-top: none;
    border-right: none;
    background: transparent;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    z-index: 1;
    color: #b6bbbb;
}

.checkbox-btn input[type="checkbox"]:checked+label,
.checkbox-btn input[type="radio"]:checked+label,
.radio-btn input[type="checkbox"]:checked+label,
.radio-btn input[type="radio"]:checked+label {
    color: #706f6f
}

.checkbox-btn input[type="checkbox"]:checked+label::after,
.checkbox-btn input[type="radio"]:checked+label::after,
.radio-btn input[type="checkbox"]:checked+label::after,
.radio-btn input[type="radio"]:checked+label::after {
    border: 2px solid #eea06f
}

.checkbox-btn input[type="checkbox"]:checked+label::before,
.checkbox-btn input[type="radio"]:checked+label::before,
.radio-btn input[type="checkbox"]:checked+label::before,
.radio-btn input[type="radio"]:checked+label::before {
    opacity: 1
}

.checkbox-btn input[type="checkbox"]:disabled+label,
.checkbox-btn input[type="radio"]:disabled+label,
.radio-btn input[type="checkbox"]:disabled+label,
.radio-btn input[type="radio"]:disabled+label {
    color: #787878;
    cursor: default
}

.checkbox-btn input[type="checkbox"]:disabled+label::after,
.checkbox-btn input[type="radio"]:disabled+label::after,
.radio-btn input[type="checkbox"]:disabled+label::after,
.radio-btn input[type="radio"]:disabled+label::after {
    border: 2px solid #767676;
    background-color: #171717
}

.checkbox-btn input[type="checkbox"]:disabled+label::before,
.checkbox-btn input[type="radio"]:disabled+label::before,
.radio-btn input[type="checkbox"]:disabled+label::before,
.radio-btn input[type="radio"]:disabled+label::before {
    display: none
}

.radio-btn label::after {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box
}

.radio-btn label::before {
    width: 10px;
    height: 10px;
    border: none;
    top: 4px;
    left: 6px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    background-color: #eea06f;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border-color: #eea06f;
}


/*CHECKBOX CSS START END*/


/*My messaage pagae css start*/

.sub_hd {
    font-size: 14px !important;
    color: #a1a2a2;
    font-weight: normal;
}

.compose_bt {
    border: none;
    float: right;
    font-size: 15px;
    font-weight: 400;
    color: #363636;
    padding: 14px 26px;
    transition: all 0.5s ease 0s;
    text-align: center;
    border: 1px solid#b1b1b1;
    margin-top: -82px;
}

.compose_bt:hover {
    background-color: #00b3f7;
    color: #fff;
    border: 1px solid#00b3f7;
}

.my_messages {
    display: inline-block;
    width: 100%;
    padding: 0 10px;
}

.my_messages ul {
    margin: 0px;
    padding: 0px;
}

.my_messages ul li {
    list-style: none;
    display: block;
    background-color: #f3f3f3;
    padding: 7px;
    margin-bottom: 10px;
}

.my_messages .user_panel {
    display: inline-block;
    width: 300px;
}

.my_messages .user_panel .user {
    width: 40px;
    height: 40px;
    display: inline-block;
    float: left;
}

.my_messages .user_panel .user img {
    width: 40px;
    height: 40px;
}

.my_messages .user_panel .user_name {
    border-right: 1px solid#bdbdbd;
    color: #4c4c4c;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 37px;
    width: 100%;
    padding-left: 50px;
}

.my_messages .message_panel {
    display: inline-block;
    width: 62%;
}

.my_messages .message {
    display: inline-block;
    font-size: 14px;
    color: #4c4c4c;
    padding-top: 13px;
}

.my_messages .mess_panel_right {
    display: inline-block;
    float: right;
    padding-top: 3px;
}

.my_messages .mess_panel_right span {
    font-size: 14px;
    color: #868686;
}

.my_messages .mess_panel_right button {
    background: #00b3f7;
    border-radius: 5px;
    border: none;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    padding: 9px 20px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    margin: 0 2px;
    display: inline-block;
}


/*my shedule listing*/

.time_table table tbody tr td {
    padding: 10px 5px !important;
    border: 1px solid#cecece;
}

.time_table {
    border-radius: 0px !important;
    white-space: nowrap;
}

.time_table .table>thead>tr>td,
.middle_right .table>tbody>tr>td,
.middle_right .table>tfoot>tr>td {
    vertical-align: middle;
}

.time_s {
    text-align: center;
    text-transform: capitalize;
}

.time_s ul {
    margin: 0px;
    padding: 0px;
}

.time_s ul li {
    float: left;
    list-style: none;
    box-sizing: border-box;
    padding: 2px 2px;
}

.time_s ul li a {
    width: 100%;
    float: left;
    list-style: none;
    background-color: #c3c3c3;
    color: #232323;
    padding: 12px 4px;
    box-sizing: border-box;
    font-size: 15px;
}

.time_s ul li.active a {
    color: #fff;
    background-color: #5b776f;
}

.time_s ul li.bookuser a {
    color: #fff;
    background-color: #337ab7;
    cursor: none;
}

.time_s ul li.reserve_book a {
    color: #fff;
    background-color: #00b3f7;
}

.add_schedule_blk .table_save_bt {
    padding: 14px 60px;
    margin: 15px 0;
}

.my_shedule_table .time_table {}


/*message view model*/

.message_modal .modal-header {
    background-color: #204281;
    border-bottom: 0px none;
}

.message_modal {
    border-radius: 0px;
}

.message_modal .modal-header .close {
    background-color: #204281;
    padding: 6px 13px;
    opacity: 1;
    color: #fff;
    font-weight: 300;
}

.message_modal .modal-header h4 {
    font-size: 20px;
    color: #5a5a5a;
}

.message_modal .user_detail {
    display: inline-block;
    width: 100%;
}

.message_modal .user_detail .user {
    width: 146px;
    height: 146px;
    box-shadow: 0 0 3px #ccc;
    float: left;
}

.message_modal .user_detail .user img {
    width: 146px;
    height: 146px;
    padding: 4px;
}

.message_modal .user_detail .user_contant {
    width: 100%;
    padding-left: 160px;
}

.message_modal .user_detail .user_contant h1 {
    font-size: 20px;
    display: block;
    color: #454545;
    padding-bottom: 6px;
}

.message_modal .user_detail .user_contant .time {
    font-size: 14px;
    display: inline-block;
    color: #b4b4b4;
    margin-right: 15px;
}

.message_modal .user_detail .user_contant p {
    line-height: 21px;
    color: #858585;
    font-size: 13px;
    padding-top: 10px;
}

.compose_form {
    display: inline-block;
    width: 100%;
}

.compose_form input {
    border: 0px none;
    border-bottom: 1px solid#d3d3d3;
    border-top: 0px none;
    border-radius: 0px;
    margin-bottom: 10px;
    box-shadow: none;
}

.compose_form textarea {
    border: 0px none;
    border-bottom: 0px none;
    box-shadow: none;
    margin-bottom: 10px;
    border-radius: 0px;
}

.message_modal .send_bt {
    background-color: #204281;
    color: #fff;
    text-align: center;
}


/*privacy page*/

.privacy h1 {
    font-size: 26px;
    color: #474848;
}

.privacy h2 {
    font-size: 20px;
    color: #474848;
}

.privacy p {
    color: #777777;
    font-size: 16px;
    font-weight: 100;
    line-height: 26px;
    margin-bottom: 20px;
}

.banner_blk .slick-slide img {
    width: 100%;
}


/*updates on 29-5-2017 by mukesh*/

.sent_patient_title .set_btn {
    width: auto;
    background: #08394b;
    float: right;
    font-weight: normal;
    margin-left: 10px;
    text-transform: capitalize;
    padding: 10px 20px;
    margin-bottom: 0px;
}

.sent_patient_title .set_btn:hover {
    background: #00b3f7;
}


/*updates on 30-5-2017 by Rahul*/

.epistote-section {
    margin-bottom: 25px;
    display: inline-block;
    width: 100%;
}

.epistote-section h2 {
    font-size: 24px;
    border: none;
    padding: 0;
    color: #404040;
}

.episote-one {
    display: inline-block;
    width: 100%;
    background: #F6F6F6;
    padding: 15px;
    text-align: center;
    box-shadow: 0 0 9px #EBEBEB;
    border: 5px solid #FFF;
    position: relative;
    overflow: hidden;
}

.episote-one p {
    font-size: 18px;
    color: #606060;
    margin-top: 15px;
    margin-bottom: 15px;
}

.episote-one img {
    margin: 15px auto 0;
}

.episote-one::after {
    background: rgba(0, 99, 136, 0.5) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    content: "\f00c";
    height: 100%;
    left: 0;
    line-height: 187px;
    position: absolute;
    right: 0;
    top: 260px;
    width: 100%;
    font-family: fontawesome;
    font-size: 56px;
    transition: 0.5s all;
}

.episote-one:hover::after {
    top: 0;
}

.epistote-section a {
    display: inline-block;
    width: 100%;
}

.past-episode-section {
    margin-top: 25px;
}

.past-episode-section>h4 {
    color: #505050;
    margin-bottom: 15px;
}

.past-episode-one {
    background: #F0F0F0;
    border: 3px solid #FFF;
    box-shadow: 0 0 10px #EFEFEF;
    margin-bottom: 15px;
    transition: 0.5s all;
}

.episo-name {
    border-right: 1px solid #ccc;
    float: left;
    min-height: 80px;
    padding: 16px;
    width: 70%;
}

.appoint-date {
    min-height: 80px;
    overflow: hidden;
    padding: 15px 8px;
    text-align: center;
}

.episo-name>p {
    color: #9C9C9C;
    font-size: 13px;
    margin-top: 8px;
}

.episo-name h5 {
    font-size: 16px;
    color: #606060;
}

.appoint-date>p {
    color: #606060;
    margin-top: 10px;
}

.appoint-date i {
    margin: 0;
    font-size: 16px;
    color: #404040;
}

.past-episode-one>a {
    display: inline-block;
    width: 100%;
    margin: 0;
}

.past-episode-one:hover {
    background: #006388;
}

.past-episode-one:hover .episo-name h5,
.past-episode-one:hover .episo-name p,
.past-episode-one:hover .appoint-date i,
.past-episode-one:hover .appoint-date p {
    color: #FFF;
}

.add-payment-cards p img {
    margin-right: 10px;
}

.add-payment-cards p a {
    margin: 0;
    float: right;
}

.add-payment-cards p a i {
    color: #CCC
}

.add-payment-bottom {
    margin-top: 15px;
}

.add-new-render-btn {
    text-align: right;
    margin: 15px 0;
}

.add-new-render-btn>a {
    background: #00b3f7;
    color: #FFF;
    padding: 15px 25px;
    border-radius: 3px;
    transition: 0.5s all;
}

.add-new-render-btn>a:hover {
    background: #006388;
}

.remoder-table {
    margin-top: 30px;
}

.remoder-table .checkbox-btn label::after,
.radio-btn label::after {
    top: -8px;
}

.remoder-table .checkbox-btn label::before,
.radio-btn label::before {
    left: 6px;
    top: -2px;
}

.notifi-time h6 {
    font-size: 16px;
    color: #7F7F7F;
    margin-bottom: 10px;
}

.notifi-time {
    margin-top: 25px;
}

.repeat-btns>h4 {
    color: #5c5c5c;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}

.repeat-btns .checkbox-btn {
    margin-right: 30px;
    margin-bottom: 20px;
}

.add_schedule_blk.exercise_builder .form-group .check_seprate.cehck-new label {
    float: left;
    margin-right: 10px;
    width: auto;
}

.bedcrum-new-inner {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin-bottom: 36px;
    padding: 15px 20px;
    display: none;
}

.bedcrum-new-inner p {
    font-size: 16px;
    color: #7c7c7c;
    font-weight: 300;
    display: inline;
}

.bedcrum-new-inner p a {
    color: #006388;
    font-weight: 400;
}

.bedcrum-new-inner p em {
    margin: 0 2px 0 8px;
}

.patient-search-box {
    background: #f8f8f8 none repeat scroll 0 0;
    margin-bottom: 20px;
    padding: 15px 0 0;
}

.marginB15 {
    margin-bottom: 15px !important;
}


/*.doctors-patinet-wrap {
     padding: 10px 5px;
}
*/

.doctors-patinet-wrap li .patinet-profile-img {
    float: left;
    margin-right: 20px;
    width: 80px;
}

.doctors-patinet-wrap li .profile-patient-content {
    float: left;
    padding: 5px 0 0;
    width: 45%;
}

.doctors-patinet-wrap li .profile-patient-male {
    color: #666666;
    float: left;
    font-size: 16px;
    line-height: 26px;
    padding: 5px 0 0;
    width: 30%;
}

.doctors-patinet-wrap li .profile-patient-content h4 {
    color: #000;
    font-size: 17px;
    margin-bottom: 3px;
}

.doctors-patinet-wrap li .profile-patient-content p {
    color: #666666;
    font-size: 14px;
    line-height: 20px;
}

.doctors-patinet-wrap li .profile-patient-content p a {
    color: #2085ce;
}

.doctors-patinet-wrap li .profile-patient-male span {
    display: block;
}

.doctors-patinet-wrap li:nth-child(2n) {
    background: #ededed none repeat scroll 0 0;
}

.doctors-patinet-wrap li {
    padding: 15px;
}

.doctors-patinet-wrap li h3 {
    padding-bottom: 8px;
}

.dashboard-indent .dashboard-time {
    width: 100px;
    float: left;
    padding-right: 15px;
    margin-top: 50px;
}

.dashboard-indent .dashboard-time li {
    text-align: right;
    display: block;
    height: 38px;
    line-height: 32px;
    color: #333;
}

.dashboard-indent .dashboard-doctor {
    width: calc(100% - 115px);
    float: left;
}

.dashboard-indent .doctor-slide-top {
    border-bottom: 2px solid #e0bf65;
}

.dashboard-indent .doctor-slide-top li a {
    float: left;
    font-size: 16px;
    color: #333;
    padding: 12px 25px;
}

.dashboard-indent .doctor-slide-top li:first-child {
    background: #00b3f7;
    border-radius: 3px 3px 0 0;
    float: left;
    font-size: 16px;
    color: #FFF;
    padding: 12px 25px;
}

.dashboard-indent .doctor-slide-indent {
    background: #fff;
}

.doctor-slide-indent table tr th {
    height: 38px;
    border-bottom: 1px solid #e3e3e3;
    line-height: 36px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    border-left: 1px solid #f2f2f2;
}

.doctor-slide-indent table tr td {
    height: 38px;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    border-left: 1px solid #f2f2f2;
    width: 14.285%;
}

.doctor-slide-indent table tr td:last-child,
.doctor-slide-indent table tr th {
    border-right: 0px;
}

.doctor-slide-indent table tr.lightbg {
    background: #f9f9f9;
}

.doctor-slide-indent .yallow-btn {
    font-size: 12px;
    padding: 0 7px;
    line-height: 20px;
    height: 26px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 2px;
}

.doctor-slide-indent .blue-btn {
    font-size: 12px;
    padding: 0 8px;
    line-height: 20px;
    height: 26px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 2px;
}

.dashboard-doctor .slick-prev.slick-arrow {
    border: medium none;
    font-size: 0;
    background: url(../images/left-arrow.png) left top no-repeat;
    width: 16px;
    height: 30px;
    position: absolute;
    left: -45px;
    top: 5px;
}

.dashboard-doctor .slick-next.slick-arrow {
    border: medium none;
    font-size: 0;
    background: url(../images/right-arrow.png) left top no-repeat;
    width: 16px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0px;
}

.doctor-event-wrap .top-arrow-icon {
    position: absolute;
    top: -24px;
    left: -40px;
    right: 0;
    margin: 0 auto;
    font-size: 36px;
    color: #2d597a;
    width: 20px;
}

.doctor-event-wrap {
    display: none;
}

.doctor-event-wrap.highlight {
    display: block;
    position: absolute;
    border-radius: 3px;
    width: 630px;
    left: auto;
    right: auto;
    margin: 20px auto;
    left: -230px;
    border: 1px solid #ccc;
    z-index: 99;
    text-align: left;
}

.doctor-event-top {
    background: #2d597a;
    padding: 10px 15px;
    color: #fff;
    font-size: 16px;
}

.doctor-event-top .removeClass {
    cursor: pointer;
    font-size: 18px;
}

.doctor-event-indent {
    padding: 15px 0 30px;
    background: #fff;
}

.event-head {
    font-size: 20px;
    color: #4c4c4c;
    margin-bottom: 7px;
}

.event-pap {
    color: #4c4c4c;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    font-size: 15px;
}

.doctor-event-profile {
    width: 100%;
    padding-bottom: 15px;
}

.event-doc-profile {
    width: 70px;
    margin-right: 15px;
}

.event-doc-content {
    width: calc(100% - 85px);
}

.event-doc-content h3 {
    font-size: 16px;
    position: relative;
    color: #222;
    margin-bottom: 5px;
    padding: 0 0 0 25px;
}

.event-doc-content p {
    font-size: 14px;
    color: #787a7b;
    line-height: 24px;
    padding: 0 0 0 25px;
    position: relative;
}

.event-doc-content i {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 18px;
    color: #222;
}

.doctor-event-confirm li {
    float: left;
    position: relative;
}

.doctor-event-confirm li .blue-btn {
    margin-right: 15px;
    padding: 0 10px;
    border-radius: 3px;
    height: 31px;
    line-height: 26px;
    font-size: 14px;
    font-weight: normal;
    text-transform: inherit;
}

.doctor-event-confirm li .blue-btn span {
    margin-left: 10px;
}

.doctor-event-confirm li .print-btn {
    border: 1px solid #bdbdbd;
    padding: 5px 10px;
    border-radius: 3px;
    color: #5f5f5f;
    font-size: 18px;
    background: #fff;
}

.doctor-event-confirm li .dropdown-menu {
    background: #2d597a;
    padding: 0px;
    box-shadow: none;
    border: 0px;
    min-width: 163px;
}

.doctor-event-confirm li .dropdown-menu>li {
    float: inherit;
}

.doctor-event-confirm li .dropdown-menu>li>a {
    color: #fff;
    padding: 8px 12px;
    display: block;
}

.doctor-event-confirm li .dropdown-menu>li>a:hover,
.doctor-event-confirm li .dropdown-menu>li>a:focus {
    background: #19649c;
}

.doctor-event-new-patients li {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 22px;
    color: #4c4c4c;
}

.doctor-event-new-patients li a {
    color: #107ed1;
}

.yallow-btn {
    background: #006388 none repeat scroll 0 0;
    border: 0 none;
    color: #FFF;
}

.blue-btn {
    background: #006388 none repeat scroll 0 0;
    border: 0 none;
    color: #FFF;
}


/*------------ Dashboard Video ----------------*/

.doctorproindent {
    padding: 30px 15px;
}

.practice-txt {
    color: #8c8b8b;
    margin-bottom: 15px;
    font-size: 18px;
}

.practice-txt a {
    color: #2d597a;
}

.practice-star {
    text-align: center;
    color: #ff003a;
    font-size: 22px;
    padding-bottom: 15px;
}

.patient-doctor-history .panel-group .panel.accordion+.panel.accordion {
    margin-top: 15px;
}

.dashboard-profile-page .panel-body {
    border: 1px solid #2d597a;
    background: #fff;
    padding: 0px;
}

.dashboard-profile-page .panel-body li {
    border-bottom: 1px solid #e3e3e3;
    padding: 12px 15px;
    position: relative;
}

.dashboard-profile-page .panel-body h4 {
    color: #000;
    padding-bottom: 5px;
}

.dashboard-profile-page .panel-body p {
    color: #8d8d8d;
    padding: 0px;
    text-align: left;
    line-height: 24px;
    font-size: 14px;
}

.dashboard-profile-page .panel-body li a {
    position: absolute;
    right: 10px;
    top: 15px;
    width: 40px;
    height: 40px;
    background: #d5dee4;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
}

.user-chat-content {
    float: left;
    position: relative;
}

.user-chat-content .arrow-right {
    position: absolute;
    right: -27px;
    top: 0;
    background: url(../images/arrow-right.png) left top no-repeat;
    width: 27px;
    height: 16px;
}

.user-chat-content span {
    background: #ECECEC;
    color: #000;
    font-size: 14px;
    padding: 10px 15px;
    float: right;
    /* min-height:50px;
    */
}

.user-chat-profile {
    width: 55px;
    float: right;
}

.user-chat-profile img {
    border: 2px solid #999;
}

.user-txt {
    font-size: 12px;
    color: #a0a0a0;
    text-align: right;
    float: right;
    padding-top: 4px;
}

.say-chat-content {
    float: right;
    position: relative;
}

.say-chat-content .arrow-right {
    position: absolute;
    left: -22px;
    top: 0;
    background: url('../images/arrow-left.jpg') left top no-repeat;
    width: 27px;
    height: 16px;
}

.say-chat-content span {
    background: #c7f0ff;
    color: #000;
    font-size: 14px;
    padding: 10px 15px;
    float: left;
    /* min-height:50px;
     min-width:150px*/
}

.say-chat-profile {
    width: 55px;
    float: left;
}

.say-chat-profile img {
    border: 2px solid #999;
}

.say-txt {
    font-size: 12px;
    color: #a0a0a0;
    text-align: left;
    float: left;
    padding-top: 4px;
}

.blue-bdr-btn {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #2d597a;
    color: #2d597a;
    font-size: 16px;
    font-weight: normal;
    height: 48px;
    line-height: 42px;
    margin-left: 20px;
    padding: 0 25px;
    transition: all 0.5s ease-in-out 0s;
}

.user-txt-right {
    display: inline-block;
    width: 100%;
    text-align: right;
}

.user-txt-left {
    display: inline-block;
    width: 100%;
    text-align: left;
}

.one-exercise {
    display: inline-block;
    border: 1px solid #EEEEEE;
    padding: 5px;
    margin-bottom: 8px;
    width: 46%;
    margin-right: 5px;
    margin-left: 5px;
}

#sdetails .checkbox-btn {
    position: absolute;
    padding-left: 6px;
    padding-top: 0px;
}

.sent_patient_dashord.sent_patient_title {
    background: #006388 none repeat scroll 0 0;
    border-radius: 5px;
    display: inline-block;
    margin-top: 20px;
    padding: 7px 15px;
    width: 100%;
}

.sent_patient_dashord.sent_patient_title h4 {
    color: #fff;
    float: left;
    font-size: 18px;
    font-weight: normal;
    padding-top: 8px;
}

.dashbord-listing-detail .one-exercise {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.dashbord-listing-detail .one-exercise img {
    width: 100%;
}

.dashbord-listing-detail p {
    font-size: 15px;
    text-align: justify;
    line-height: 24px;
    font-weight: 300;
    margin: 15px 0;
}

.one-exercise>a {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.dashbord-listing-detail h3 {
    background: transparent;
    color: #404040;
    padding: 0;
}

.set_btn.set_btn-new {
    text-align: center;
}

.set_btn.set_btn-lib {
    background: #455a64;
    text-align: center;
    margin-bottom: 35px;
}

.set_btn.set_btn-lib:hover {
    background: #006388;
    color: #FFF;
}


/* CSS BY MUKESH 9-6-2017*/


/*provider css*/

.dsshboard_listing {
    border-bottom: 1px solid#ececec;
    display: inline-block;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.dsshboard_listing:last-child {
    border-bottom: 0px;
}

.d_profile_detailtext h2 {
    font-size: 22px;
    border: 0px;
    margin-bottom: 0px;
    padding-bottom: 7px;
}

.d_profile_detailtext h3 {
    font-size: 19px;
    color: #4e4d4d;
    font-weight: 300;
    padding-bottom: 9px;
}

.d_profile_detailtext p {
    font-size: 15px;
    color: #4e4d4d;
    line-height: 28px;
    font-weight: 300;
}

.d_profile_detailtext p strong {
    font-weight: 400;
}

.d_profile_detailtext .form-control {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset;
    margin-top: 5px;
}

.d_profile_detailtext .reminder {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset;
    margin-top: 5px;
    background: url(../images/calender.png) right 10px center no-repeat;
}

.d_profile_detailtext .calender {
    position: relative;
    right: 10px;
    top: -25px;
    display: inline-block;
    float: right;
    color: #ccc;
}

.dsshboard_listing .list_doct_img {
    max-width: 120px;
}

.dsshboard_listing .list_doct_img img {
    border: 2px solid#ccc;
}

.dsshboard_listing .btn_blue {
    height: 40px;
    padding: 0 10px;
    width: auto;
    margin-top: 10px;
    font-weight: 400;
}

.d_profile_list_nav {
    display: inline-block;
    width: 100%;
    text-align: right;
}

.d_profile_list_nav a {
    padding: 7px 10px;
    border: 1px solid#107398;
    display: inline-block;
    margin-bottom: 7px;
    border-radius: 3px;
    margin-left: 3px;
    color: #107398;
    transition: all 0.5s ease 0s;
}

.d_profile_list_nav a:hover {
    color: #fff;
    border: 1px solid #eea06f;
    background-color: #eea06f;
    transition: all 0.5s ease 0s;
}


/*get started page */

.blue_bt {
    display: inline-block;
    padding: 0 25px;
    height: 43px;
    line-height: 43px;
    background: #204281;
    color: #fff;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 300;
    transition: all 0.5s ease 0s;
    margin: 0 3px;
    border: 0px;
    text-align: center;
}

.blue_bt:hover {
    background: #004058;
    transition: all 0.5s ease 0s;
    color: #fff;
}

.gray_bt {
    display: inline-block;
    padding: 0 25px;
    height: 43px;
    line-height: 43px;
    background: #455a64;
    color: #fff;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 300;
    transition: all 0.5s ease 0s;
    margin: 0 3px;
    border: 0px;
    text-align: center;
}

.gray_bt:hover {
    background: #004058;
    transition: all 0.5s ease 0s;
    color: #fff;
}


/*updates */

.save_bt {
    font-size: 15px;
    font-weight: normal;
}

.save_bt {
    font-size: 15px;
    font-weight: normal;
}

.left-panal .navbar-fixed-top,
.left-panal .navbar-fixed-bottom {
    z-index: 10;
}


/*updates on 19-6-2017*/

.remoder-table .checkbox-btn label::after,
.radio-btn label::after {
    top: -2px;
}

.remoder-table .checkbox-btn label::before,
.radio-btn label::before {
    left: 6px;
    top: 4px;
}

.m_payment_t {
    white-space: nowrap;
}

.m_payment_t a {
    padding: 10px;
    font-size: 18px;
}

.m_payment_t a:hover {
    color: #00b3f7;
    padding: 10px;
}

.doctors-patinet-wrap li .profile-patient-content h4 a {
    color: #000;
}

.doctors-patinet-wrap li .profile-patient-content h4 a:hover {
    color: #337ab7;
}

h3.transaction_txt {
    padding-bottom: 15px;
}


/*chat part updates on 23-6-2017*/


/*updates on 27-6-2017*/

.dont_h_account {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 25px;
    font-weight: 300;
    font-size: 15px;
    color: #5f5f5f;
}

.dont_h_account .a {
    color: #5f5f5f;
}

.dont_h_account .a:hover {
    color: #006388;
    text-decoration: underline;
}

.patient_register_banner {
    width: 100%;
    min-height: 550px;
    height: auto;
    background: url(../images/patient_register_banner.jpg) center top no-repeat;
}

.provider_login_banner {
    width: 100%;
    min-height: 550px;
    height: auto;
    background: url(../images/provider_login_banner.jpg) center top no-repeat;
}

.provider_register_banner {
    width: 100%;
    min-height: 550px;
    height: auto;
    background: url(../images/provider_register_banner.jpg) center top no-repeat;
}


/*updates on 4-7-2017 */

.edit_p .d_register .form-group input {
    /* margin-bottom: 15px; */
    font-weight: 300;
}

.edit_p .d_register .form-group select {
    margin-bottom: 10px;
    font-weight: 300;
}

.edit_p .d_register .form-group .check_seprate label {
    /* margin-right: 10px; */
    width: auto;
    float: left;
}

.edit_p .d_register .form-group .check_seprate {
    /* margin: 10px 0; */
    display: inline-block;
    width: 100%;
}

.edit_p .d_register .form-group .box {
    margin-bottom: 15px;
}

.edit_p .d_register .form-group {
    margin-bottom: 0px !important;
}

.edit_p .d_register .form-group label span {
    color: #a1a2a2;
    font-size: 14px;
}

.edit_p .d_register .form-group .check_seprate .checkbox-btn label {
    color: #6c6e70;
    font-size: 12px;
    font-weight: 300;
    padding-right: 0;
}

.edit_p .d_register .form-group textarea {
    height: auto;
    margin-bottom: 10px;
}

.edit_p .d_register .form-group label {
    color: #2d597a;
}

.edit_p .d_register .form-group .check_seprate .radio-btn label {
    color: #6c6e70;
    font-size: 14px;
    font-weight: 300;
    padding-right: 0;
    margin-bottom: 0;
}

span.VideoSmallCall video {
    height: 130px;
    width: 170px;
    box-shadow: 0 0 10px #505050;
    border: 2px solid transparent;
}


/*-----------08 Sep-------------*/

.my_messages .message span {
    color: #2a2a2a;
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
}

.my_messages .user_panel {
    width: 30%;
    vertical-align: top;
}

.message_content {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.my_messages .message_panel {
    width: 20%;
}

.my_messages .message_panel_1 {
    width: 69%;
    display: inline-block;
}

.my_messages .user_panel .user_name {
    color: #4c4c4c;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    padding-left: 0;
    border: none;
}

.my_messages .message {
    color: #4c4c4c;
    display: inline-block;
    font-size: 14px;
    padding-top: 0;
}

.my_messages .mess_panel_right span {
    color: #868686;
    font-size: 12px;
}

.my_messages ul li {
    background-color: #f8f8f8;
    display: block;
    list-style: none;
    margin-bottom: 5px;
    padding: 5px 15px;
}


/*.my_messages ul li:nth-child(2n) {
     background: #f3f3f3;
}
*/

.my_messages .mess_panel_right {
    display: inline-block;
    float: right;
    padding-top: 5px;
}

.msg_send_box {
    width: 100%;
}

.msg_send_box textarea {
    margin-bottom: 10px;
}

.msg_send_box input[type="submit"] {
    background: #00b3f7;
    border: 0 none;
    border-radius: 2px;
    color: #fff;
    float: right;
    font-size: 16px;
    padding: 10px 25px;
    margin-bottom: 15px;
}

.message_panel_1 .message {
    padding-top: 14px;
}

.my_messages_1 h3 {
    float: left;
    font-size: 15px;
    line-height: 18px;
    padding: 11px 0px 11px 15px;
    vertical-align: middle;
    width: 20%;
}

.my_messages_1 .user_chat {
    float: left;
    line-height: 20px;
    padding: 12px 90px 11px 15px;
    width: 65%;
}

.my_messages_1 .time {
    font-size: 12px;
    opacity: 0.4;
    position: absolute;
    right: 15px;
    top: 13px;
}

.my_messages_1 li {
    background: #c5e2ed;
    float: left;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}

.user_chat a {
    display: block;
    margin-bottom: 5px;
}

.user_chat .chat_arrow {
    display: none;
}

.in-checkbox.custom_label label {
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
    width: auto;
}

.in-checkbox.custom_label label input {
    height: auto;
}


/************ 13-09-2017 US************/

.dashboard_home .patient-search-box {
    margin-bottom: 0;
}

.dashboard_home .doctors-patinet-wrap {
    margin-top: -5px;
    border: 1px solid #ddd;
}

.top_date_area {
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
}

.top_date_area span {
    display: inline-block;
    width: 85px;
}

.top_time_area {
    float: left;
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
}

.top_time_area span {
    display: inline-block;
    width: 85px;
}

.profile-patient-btn-area {
    float: right;
    padding: 5px 0 0;
    width: 30%;
}

.profile-patient-btn-area a {
    display: inline-block;
    background: #204281;
    padding: 0 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    height: 35px;
    line-height: 35px;
    margin: 0 5px 5px;
    transition: all 0.5s ease 0s;
}

.profile-patient-btn-area a i {
    margin: 0px;
}

.profile-patient-btn-area a:hover {
    background: #006388;
    transition: all 0.5s ease 0s;
}

.dashboard_home .doctors-patinet-wrap li .profile-patient-content {
    padding-top: 20px;
}


/********** 15-09-2017 **********/


/**********************16-09-2017*********************/

.user-chat-content {
    float: right;
}

.say-chat-content {
    float: left;
}

.new_date_time {
    float: left;
    font-weight: bold;
    padding-bottom: 15px;
    width: 100%;
}

.dashboard_home .doctors-patinet-wrap li .profile-patient-content {
    padding-top: 5px;
}


/********18-09-2017**********/

.transactions-table a.play_icon_enable {
    color: #006388;
}

.content.booking-content {
    max-height: 560px
}


/********19-09-2017**********/

.detail_accordian {
    padding: 8px 10px;
    text-align: left;
}

.detail_accordian .panel-body {
    padding: 0px;
}

.detail_accordian .panel-heading {
    background-color: #ec8c47;
    border-color: #00b3f7;
    color: #ffffff;
    border-radius: 0;
    padding: 0px;
    cursor: pointer;
}

.detail_accordian .panel-title {
    font-size: 18px;
    /* background: url(../images/arrow_red.png) no-repeat scroll 98% 50% ;
     */
    padding: 12px 15px;
}

.detail_accordian .panel-title.collapsed {
    /* background: url(../images/arrow_white.png) no-repeat scroll 98% 55% ;
     */
}

.detail_accordian .panel-group .panel {
    border-radius: 0;
    text-align: left;
}

.detail_slider .slick-prev.slick-arrow {
    border: medium none;
    font-size: 0;
    z-index: 9;
    background: url(../images/left-arrow.png) left top no-repeat;
    width: 16px;
    height: 30px;
    position: absolute;
    left: 18px;
    top: 10px;
}

.detail_slider .slick-next.slick-arrow {
    border: medium none;
    font-size: 0;
    z-index: 9;
    background: url(../images/right-arrow.png) left top no-repeat;
    width: 16px;
    height: 30px;
    position: absolute;
    right: 18px;
    top: 10px;
}


/******** 20-09-2017 ***********/

.library_listingarea {
    border-bottom: 1px solid #ccc;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

.library_listingarea p {
    margin-bottom: 6px;
}

.form-group.p_exercise_detail label {
    float: left;
    width: auto;
    padding-top: 1px;
}

.form-group.p_exercise_detail p {
    float: left;
    line-height: 19px !important;
    padding-left: 7px;
}


/******** 22-09-2017 ***********/

.message_showbox {
    background: #fff;
    border: 2px solid #337ab7;
    bottom: 0;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    padding: 20px;
    position: fixed;
    right: 0;
    width: 330px;
    z-index: 2147483647;
}

.cross-icon {
    background: #333;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 2px;
    text-align: center;
    top: 2px;
    width: 20px;
}


/*----------05-10-2017----------*/

.my_pat_page tr {
    padding: 0px;
    border: 0px !important;
    border-bottom: none;
}

.doctors-patinet-wrap div.patinet-profile-img {
    border: 1px solid #ddd;
    float: left;
    margin-right: 20px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin: 0px;
}

.doctors-patinet-wrap td.patinet-profile-img img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.doctors-patinet-wrap td.profile-patient-content {
    float: left;
    padding: 5px 0 0;
    width: 37%;
    border: 0px !important;
}

.doctors-patinet-wrap td.profile-patient-content h4 {
    color: #000;
    font-size: 17px;
    margin-bottom: 3px;
}

.doctors-patinet-wrap td.profile-patient-content p {
    color: #666666;
    font-size: 14px;
    line-height: 22px;
}

.doctors-patinet-wrap td.profile-patient-male {
    color: #666666;
    float: left;
    font-size: 14px;
    line-height: 22px !important;
    padding: 5px 0 0;
    border: 0px !important;
    width: 31%;
}

.doctors-patinet-wrap td.profile-patient-male span {
    display: block;
}

.my_pat_page .my_pat_btns {
    width: 15%;
    float: right;
    border: 0px !important;
}

.appointments table thead tr th {
    /* display: none */
}

#facilitylist table thead tr th {
    display: none
}

#mypatientlist table thead tr th {
    display: none
}

.my_pat_page .pagination li {
    padding: 0px;
    border: 0px;
    border-bottom: none;
}

.doctors-patinet-wrap td.profile-patient-content h4 a {
    color: #000;
}


/*.middle_right .table-striped>tbody>tr:nth-of-type(2){
    background-color: #ededed !important;
}
.middle_right .table-striped>tbody>tr:nth-of-type(2n+1) {
    background-color: #fff !important;
}*/

.my_pat_page .table>tbody>tr>td {
    padding: 15px 15px 5px !important;
    vertical-align: top !important;
    border: 0px !important;
}

.my_pat_page .table>tbody>tr>td.my_pat_btns {
    width: 15%;
}

.my_pat_page .table>tbody>tr>td.my_pat_btns a {
    /* width: 50%; */
    font-size: 13px;
    padding: 3px 0px;
    border: 1px solid#107398;
    display: inline-block;
    margin-bottom: 3px;
    border-radius: 3px;
    margin-left: 0px;
    color: #107398;
    text-align: center;
    transition: all 0.5s ease 0s;
    display: inherit;
}

.patinet-profile-img-content {
    width: 13%;
}

.my_pat_page li {
    padding: 0px;
}

.my_pat_page .profile-patient-content {
    width: 41% !important;
}

.my_pat_page .my_pat_btns {
    width: 15%;
    float: right;
}

.my_pat_btns a {
    width: 100%;
    font-size: 13px;
    padding: 3px 0px;
    border: 1px solid#107398;
    display: inline-block;
    margin-bottom: 3px;
    border-radius: 3px;
    margin-left: 0px;
    color: #107398;
    text-align: center;
    transition: all 0.5s ease 0s;
}

.my_pat_btns a:hover {
    color: #fff;
    border: 1px solid#107398;
    background-color: #107398;
    transition: all 0.5s ease 0s;
}

.forms .checkbox-btn,
.forms .radio-btn {
    padding-top: 0px;
}

.forms .checkbox-btn label {
    margin-right: 20px;
    padding-top: 0px;
    font-size: 14px;
}

.forms .radio-btn label {
    padding-top: 0px;
}

.question_panel .checkbox-btn label {
    color: #706f6f;
    font-weight: 400;
}

.forms .form-group {
    margin-bottom: 0px;
}

.dsshboard_listing .view_bt {
    padding: 12px 36px;
    border: 1px solid #107398;
    background-color: #107398;
    color: #fff;
    border-radius: 4px;
    transition: all 0.5s ease 0s;
}

.dsshboard_listing .view_bt:hover {
    padding: 7px 36px;
    border: 1px solid #005378;
    background-color: #005378;
}

.m_history_b {
    background-color: #fbfcfc;
    border: 1px solid#cce0e7;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 4px;
    display: inline-block;
}

.m_history_b {
    margin-top: 0px;
    display: inline-block;
    box-shadow: 0 0px 2px #ccc;
}

.m_history_b h1 {
    font-size: 22px;
    color: #006388;
    border-bottom: 1px solid#e1e2e2;
    width: 100%;
    display: inline-block;
    font-weight: normal;
}

.m_history_b h1 span {
    font-size: 14px;
    color: #9d9e9e;
    width: 100%;
    display: inline-block;
    font-weight: 300;
    padding-bottom: 10px;
}

.m_history_b p {
    font-size: 14px;
    color: #434343;
}

.m_history_b ul li {
    font-size: 16px;
    padding: 10px 0px 15px;
    font-weight: normal;
}

.m_history_b ul li label {
    width: 28%;
    color: #4e4d4d;
    font-weight: normal;
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
    line-height: 46px;
}

.m_history_b ul li span {
    width: 70%;
    display: inline-block;
    color: #1967a1;
}

.m_history_b ul li span input {
    border-radius: 0px;
    height: 46px;
    box-shadow: none;
    border-radius: 2px;
}

.middle_right .blue_btn_1 {
    display: inline-block;
    padding: 0 25px;
    height: 43px;
    line-height: 43px;
    background: #107398;
    color: #fff;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 300;
    transition: all 0.5s ease 0s;
    margin: 0 3px;
    border: 0px;
}

.middle_right .blue_btn_1_light {
    display: inline-block;
    padding: 0 25px;
    height: 43px;
    line-height: 43px;
    background: #4da7ca;
    color: #fff;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 300;
    transition: all 0.5s ease 0s;
    margin: 0 3px;
    border: 0px;
}

.middle_right .blue_btn_1:hover {
    background: #005378;
}

.current_ep_panel .d_profile_detailtext {
    margin-top: 15px;
}

.episodenamebar .d_profile_detailtext h2 {
    font-size: 24px;
    color: #fff;
    border: 0px;
    margin-bottom: 0px;
    padding-bottom: 7px;
    background: #eea06f;
    text-align: center;
    line-height: 27px;
    padding-top: 5px;
}

.d_profile_detailtext h2 {
    font-size: 24px;
    color: #2b2e2f;
    border: 0px;
    margin-bottom: 0px;
    padding-bottom: 7px;
}

.d_profile_detailtext h3 {
    font-size: 19px;
    color: #4e4d4d;
    font-weight: 300;
    padding-bottom: 9px;
}

.d_profile_detailtext p {
    font-size: 15px;
    color: #4e4d4d;
    line-height: 28px;
    font-weight: 300;
}

.d_profile_detailtext p strong {
    font-weight: 400;
}

.d_profile_list_nav {
    display: inline-block;
    width: 100%;
    /* margin-top: 30px;
    */
    text-align: right;
}

.d_profile_list_nav a.gray_btn {
    background-color: #c3c3c3;
    border: 1px solid #c3c3c3;
    color: #fff;
}

.d_profile_list_nav a.gray_btn:hover {
    background-color: #c3c3c3;
    border: 1px solid #c3c3c3;
    color: #fff;
}

.d_profile_list_nav a {
    padding: 7px 10px;
    border: 1px solid#107398;
    display: inline-block;
    margin-bottom: 7px;
    border-radius: 3px;
    margin-left: 3px;
    color: #107398;
    transition: all 0.5s ease 0s;
}

.d_profile_list_nav a:hover {
    color: #fff;
    border: 1px solid #eea06f;
    background-color: #eea06f;
    transition: all 0.5s ease 0s;
}

.dsshboard_listing .view_bt {
    padding: 7px 36px;
    border: 1px solid #107398;
    background-color: #107398;
    color: #fff;
    border-radius: 4px;
}

.dsshboard_listing .ce_table table {
    border: 0px !important;
}

.dsshboard_listing .ce_table {
    margin-bottom: 0px;
    white-space: nowrap;
    border-radius: 0px;
}

.transactions-table table th,
.transactions-table table td {
    font-size: 15px;
    padding: 12px 15px !important;
}

.transactions-table table th {
    background-color: #eea06f;
    color: #ffffff;
    font-weight: normal;
}

.transactions-table table td {
    color: #6a6a6a;
}

.ce_table table tbody tr td a {
    margin-right: 10px;
    font-size: 20px;
}

.transactions-table a {
    color: #585857;
}

.middle_right .table-striped>tbody>tr:nth-of-type(2n+1) {
    background-color: #e6e6e6;
}


/******** 07-10-2017 *********/

.my_pat_page li {
    padding: 10px 10px;
    border: 1px solid #ddd;
    border-bottom: none;
}

.my_pat_page li:last-child {
    border-bottom: 1px solid #ddd;
}

.doctors-patinet-wrap li .profile-patient-male {
    width: 28%;
}

.middle_right h2 span.patient_top_search {
    /*  float: right; */
}

.middle_right h2 span.patient_top_search input[type="text"] {
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #333;
    height: 35px;
    padding: 0 15px;
    width: 300px;
}

.d_profile_detailtext h2 {
    font-size: 20px;
}

.d_profile_detailtext h3 {
    font-size: 16px;
}

.color_td_icon i {
    font-size: 15px;
}

.color_td_icon i.fa.fa-video-camera {
    color: #ff0018;
}

.color_td_icon i.fa.fa-check {
    color: #007f30;
}

.color_td_icon i.fa.fa-remove {
    color: #ff0018;
}

.color_td_icon i.fa.fa-file-text {
    color: #337ab7;
}

.m_history_b {
    min-height: 220px;
}

.patient-episodes {
    border-bottom: 3px solid #ddd;
    display: inline-block;
    margin-bottom: 25px;
    padding-bottom: 25px;
    width: 100%;
}

.patient-episodes:last-child {
    border-bottom: medium none;
    margin-bottom: 0;
    padding-bottom: 0;
}


/******** 13-10-2017 ********/

.table_iconimg a {
    display: inline-block;
}

.my_messages_1 li:nth-child(2n+1) {
    background: #eaeaea;
}

.my_messages_1 .user_chat p {
    line-height: 24px;
}


/************* 11-10-2017 *************/

.tools_cta_area {
    background: #015488;
    display: inline-block;
    padding: 35px 7px;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}

.tools_cta_area h3 {
    padding-top: 20px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}

.tools_cta_area img {
    height: 40px;
    display: inline-block;
}

.stats_area {
    border-bottom: 1px solid #dddddd;
    display: inline-block;
    margin-bottom: 20px;
    padding: 0px 15px 20px;
    width: 100%;
}

.stats_area ul {
    display: inline-block;
    width: 100%;
}

.stats_area ul li {
    display: inline-block;
    width: 49%;
    text-align: left;
}

.stats_area ul li+li {
    text-align: right;
}

.stats_area ul li span {
    font-size: 20px;
}

.stats_area h5 {
    padding-bottom: 8px;
    font-size: 18px;
}

.stats_area h5 span {
    float: right;
}

.stats_area:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}


/************* popup css start *************/

.custom_popup .modal-header {
    background: #e9e9e9;
    border-radius: 5px 5px 0px 0px;
    padding: 10px 15px;
}

.custom_popup h4 {
    color: #000;
    font-size: 20px;
}

.custom_popup .close {
    font-size: 32px;
    font-weight: 400;
    opacity: 1;
}

.custom_popup .modal-body {
    padding: 15px 0px 0px;
    float: left;
    width: 100%;
}

.stats_area.earnings_text ul li {
    text-align: center;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
}

.stats_area.earnings_text h5 {
    font-weight: 400;
    text-align: center;
    padding-bottom: 14px;
}


/************* 14-10-2017 *************/

.submit_review_area {
    display: inline-block;
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px 5px 5px 0px;
}

.d_profile_detailtext p.star_icons {
    color: #f9366d;
    font-size: 17px;
}

.submit_rev_top_col .d_profile_list_nav a {
    margin: 15px 6px 5px;
}

.submit_rev_top_col .d_profile_list_nav p {
    text-align: left;
}

.submit_rev_top_col {
    display: inline-block;
    width: 100%;
}

.submit_rev_detail ul {
    display: inline-block;
    width: 100%;
}

.submit_rev_detail ul li {
    display: inline-block;
    width: 100%;
}

.submit_rev_detail ul li h2 {
    border: 0 none;
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom: 15px;
}

.submit_rev_detail li:last-child {
    margin-bottom: 15px;
}

.submit_rev_detail {
    border-top: 1px solid #dddddd;
    /*margin-top: 5px;
    padding: 20px 15px 0;
    */
    width: 100%;
}

.detail_content {
    display: inline-block;
    margin-bottom: 12px;
    width: 49%;
}

.detail_content p.star_icons {
    margin-bottom: 10px;
}

.detail_content p.star_icons i {
    color: #f9366d;
    font-size: 17px;
    vertical-align: middle;
}

.submit_rev_detail ul li textarea {
    border: 1px solid #dddddd;
    min-height: 130px;
    padding: 10px 15px;
    resize: none;
    width: 100%;
    color: #000000;
}

.detail_content p.star_icons strong {
    display: inline-block;
    min-width: 100px;
}

.submit_rev_detail ul li input.input_sbtn {
    background: #107398;
    border: 1px solid #107398;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 7px;
    margin-top: 30px;
    padding: 10px 25px;
    transition: all 0.5s ease 0s;
}

.submit_rev_detail ul li input.input_sbtn:hover {
    background: #1ebcf8;
    border: 1px solid #1ebcf8;
}

.review_box_bottom {
    border: 1px solid #dddddd;
    display: inline-block;
    padding: 15px 5px;
    width: 100%;
    margin-top: 30px;
}

.review_text_botton {
    border: 1px solid #dddddd;
    color: #333333;
    display: inline-block;
    line-height: 24px;
    margin: 15px 15px 0;
    padding: 15px;
    width: 96%;
}

.review_box_container:first-child {
    border-top: medium none;
    margin-top: 0;
    padding-top: 0;
}

.review_box_container {
    border-top: 2px solid #dddddd;
    display: inline-block;
    margin-top: 20px;
    padding-top: 20px;
    width: 100%;
}


/****** flip css start********/

.landdeals {
    display: inline-block;
    text-align: center;
    width: 16%;
    margin-bottom: 30px;
}

.landdeals h3 {
    padding-top: 8px;
    font-size: 18px;
}

.flipcta {
    display: inline-block;
    float: none;
    height: 100px;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 100px;
    color: #fff;
}

.flipcta .firstdiv {
    cursor: pointer;
    display: table-cell;
    height: 100px;
    position: relative;
    vertical-align: middle;
    width: 100px;
}

.flipcta .firstdiv .firstdivtext {
    display: block;
    position: relative;
    z-index: 10;
}

.flipcta .firstdiv .seconddiv {
    display: block;
    position: absolute;
    z-index: 5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.flipcta .firstdiv h2 {
    font-family: 'Lato';
    color: #fff;
    font-size: 20px;
    text-align: left
}

.flipcta .firstdiv p {
    display: block;
    font-family: 'Lato';
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    color: #fff;
    text-align: left
}

.flipcta .firstdiv .seconddiv {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 2px solid #00bdff;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    backface-visibility: hidden;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    border-radius: 50%;
}

.firstdivtext a {
    color: #fff;
}

.flipcta .firstdiv .seconddiv span {
    display: block;
    padding-top: 6px;
    font-size: 12px;
    font-weight: 400;
}

.seconddivtext {
    width: 100px;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
    float: none;
    font-size: 22px;
    font-weight: bold;
}

.flipcta .firstdiv .firstdivtext {
    backface-visibility: hidden;
    background: #00bdff;
    border: 2px solid #00bdff;
    border-radius: 50%;
    color: #fff;
    display: table-cell;
    font-size: 22px;
    font-weight: bold;
    height: 100px;
    transition: all 0.5s ease 0s;
    vertical-align: middle;
    width: 100px;
}

.seconddivtext a {
    color: #000;
}

.flipcta .firstdiv .firstdivtext.blue_dark {
    background: #015488;
    border: 2px solid #015488;
}

.flipcta .firstdiv .firstdivtext.third_dark {
    background: #455a64;
    border: 2px solid #455a64;
}

.flipcta .firstdiv .firstdivtext.blue_dark {
    background: #015488;
    border: 2px solid #015488;
}

.flipcta .firstdiv .firstdivtext.four_bg {
    background: #0aabe3;
    border: 2px solid #0aabe3;
}

.flipcta .firstdiv .seconddiv.back_one {
    background: #455a64;
    border: 2px solid #455a64;
}

.flipcta .firstdiv .seconddiv.back_two {
    background: #00bdff;
    border: 2px solid #00bdff;
}

.flipcta .firstdiv .seconddiv.back_three {
    color: #000;
}

.flipcta .firstdiv .firstdivtext span {
    display: block;
    padding-top: 7px;
    font-size: 12px;
    font-weight: 400;
}

.flipcta .firstdiv:hover .firstdivtext,
.firstdiv.hover .firstdivtext {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.flipcta .firstdiv:hover .seconddiv,
.firstdiv.hover .seconddiv {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    transform: rotateY(0)
}


/****** flip css close********/

.flipcta .firstdiv.firstdiv2:hover .firstdivtext {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
}


/************ 23-10-2017 **********/

.mailbox {
    overflow: auto;
    padding-bottom: 0;
    width: 280px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.drop-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #2b2b2b;
    font-size: 15px;
    font-weight: 600;
    padding: 11px 20px 15px;
}

.message-center a {
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
    display: block;
    padding: 9px 15px
}

.message-center a:hover {
    background: #f7fafc
}

.message-center .user-img {
    float: left;
    margin: 0 10px 15px 0;
    position: relative;
    width: 40px;
}

.message-center .user-img img {
    width: 100%;
}

.message-center .mail-contnet h5 {
    font-weight: 400;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.message-center .mail-contnet .mail-desc {
    color: #2b2b2b;
    display: block;
    font-size: 12px;
    margin: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: normal;
}

.message-center .mail-contnet .time {
    color: #2b2b2b;
    display: block;
    font-size: 10px;
    line-height: normal;
}

.dash-top li.message_boxtop ul li {
    border-left: medium none;
    display: block;
    margin-left: 0;
}

.dash-top li.message_boxtop {
    position: relative;
}

.dash-top li.message_boxtop a i {
    background: #061d64;
    border-radius: 50%;
    color: #ffffff;
    font-weight: 600;
    height: 27px;
    line-height: 26px;
    margin-right: 15px;
    position: initial;
    text-align: center;
    width: 27px;
}

.dash-top li a img {
    display: inline-block;
}

.dash-top li span.message_no {
    background: #006388;
    border-radius: 50%;
    color: #ffffff;
    font-size: 9px;
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    position: absolute;
    right: -6px;
    text-align: center;
    top: -3px;
    width: 16px;
}

.exercise_builder_btns.saprator_part {
    margin: 10px 0 15px;
    padding-right: 15px;
    text-align: right;
}

.right_btnn {
    display: inline-block;
    float: right;
    margin-top: -5px;
}

.right_btnn .btn-primary {
    background: #00b3f7;
}

.right_btnn .btn-primary:hover {
    background: #006388;
}

.search_imgs .checkbox-btn {
    font-size: 16px;
    left: 4px;
    padding: 0;
    position: absolute;
    top: 4px;
    z-index: 1039;
}

.thumb_imgarea {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: inline-block;
    /* margin-top: 22px; */
    /* padding-top: 20px; */
    width: 100%;
}

.new_small_imgbox {
    /* margin-bottom: 30px; */
}

.form-group.new_videosection {
    position: relative;
}

.form-group.new_videosection a.cross_btn_new {
    background: #fff;
    border: 2px solid #ff0000;
    border-radius: 50px;
    height: 26px;
    line-height: 22px;
    margin: 0;
    position: absolute;
    right: 10px;
    text-align: center;
    top: -22px;
    width: 26px;
    padding-left: 1px;
}

.form-group.new_videosection a.cross_btn_new i {
    margin: 0;
}

hr.mrgn_b {
    margin-bottom: 30px;
}

.form-group.note_save {
    text-align: center;
    padding: 15px 0;
}

.form-group.note_save a.blue-btn {
    display: inline-block;
    margin: 0 2px;
    text-align: center;
    width: 47%;
}

.notification_num {
    display: none;
    background: #ff0000;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 8px;
    text-align: center;
    top: 15px;
    width: 20px;
    z-index: 9;
}


/********** 27-10-2017 **********/

.exercise_builder_btns.new_seprator_btn {
    margin-top: 30px;
    text-align: right;
}

.library_list .mCSB_inside>.mCSB_container {
    padding-right: 8px;
}

.right_btnn a {
    color: #fff;
    margin: 0;
}

.paddingtop20 {
    padding-top: 20px;
}

.popup_newtext {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.popup_newtext span {
    display: block;
}

.work_content {
    min-height: 288px;
}


/*updates about us on 13-7-2017*/

.about_points {
    display: inline-block;
    margin-bottom: 25px;
}

.about_points p {
    margin-bottom: 10px;
}

.about_points li {
    list-style: disc;
    font-weight: normal;
    line-height: 24px;
    color: #777777;
    margin-left: 15px;
    text-align: justify;
}

.margin_t15 {
    margin-top: 15px;
}


/************ 31-10-2017 ************/


/************** faq page ***************/

.faq_accordian_pg .panel-default .panel-heading {
    background-color: #9aa2a6;
    border: none;
    border-radius: 0;
    color: #ffffff;
    padding: 0;
    position: relative;
}

.faq_accordian_pg .panel-title {
    padding: 15px 35px 15px 20px;
    cursor: pointer;
    font-size: 16px;
}

.faq_accordian_pg .panel-group .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
}

.faq_accordian_pg .panel-title {
    background: #455a64 url(../images/minus_faq.png) no-repeat scroll 99% 50%;
    color: #fff;
}

.faq_accordian_pg .panel-title.collapsed {
    background: #b4b4b4 url(../images/plus_faq.png) no-repeat scroll 99% 50%;
    color: #333333;
}

.faq_accordian_pg .panel-body {
    background: #f4f4f4;
    border: 1px solid #a5a5a5 !important;
    font-size: 16px;
    color: #474848;
    line-height: 26px;
    padding-bottom: 0px;
}

.faq_accordian_pg .panel-body h2 {
    padding-bottom: 12px;
    font-size: 26px;
    font-weight: bold;
}

.faq_accordian_pg .panel-body p {
    margin-bottom: 20px;
}

.faq_accordian_pg .panel-group .panel+.panel {
    margin-top: 15px;
}

.faqpg-banner {
    background-image: url(../images/faq_banner.jpg);
    background-size: cover;
}

.privacy-policy-banner {
    background-image: url(../images/privacy-policy-banner.jpg);
    background-size: cover;
}

.privacy h2,
.privacy h1 {
    padding-bottom: 12px;
}


/************** 08-11-2017 ***************/

.top_searchbar {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
}

.top_searchbar input[type="text"] {
    -moz-appearance: none;
    border: none;
    color: #000;
    background: #fff;
    float: left;
    font-size: 20px;
    height: 55px;
    padding: 0 20px;
    width: 82%;
    border: 1px solid #dddddd;
    font-weight: 300;
}

.top_searchbar input[type="submit"] {
    background: #03b3f7 url("../images/search_icon.png") no-repeat 20px center;
    border: none;
    color: #ffffff;
    cursor: pointer;
    float: left;
    font-size: 18px;
    height: 55px;
    margin: 0;
    text-align: center;
    cursor: pointer;
    line-height: 50px;
    width: 18%;
    text-transform: uppercase;
    font-size: 22px;
    padding-left: 25px;
}

.top_searchbar input[type="submit"]:hover {
    background: #455a64 url("../images/search_icon.png") no-repeat 20px center;
}

.profile-icon {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    display: inline-block;
}

.get-sratd-one {
    display: inline-block;
    width: 100%;
    box-shadow: 0 0 10px #CCC;
    padding: 15px 0;
}

.strted-right-get>h2 {
    font-size: 24px;
    color: #00b3f7;
    margin-bottom: 15px;
}

.strted-right-get>p {
    font-size: 16px;
    color: #8b8b8b;
    line-height: 26px;
}

.strted-right-get>a {
    width: 186px;
    height: 45px;
    background: #00b3f7;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    color: #FFF;
    border-radius: 5px;
    margin-top: 15px;
}

.strted-right-get {
    padding-right: 25px;
    padding-top: 35px;
}

.strted-right-get-new .strted-right-get {
    text-align: right;
}

.strted-right-get-new .left-strt-imgs {
    text-align: right;
}

.get-sratd-one:first-child {
    margin-top: 0;
}

.get-sratd-one {
    margin-top: 45px;
}


/************* 1-11-2017 **************/

ol.terms_points {
    padding-left: 15px;
    margin-bottom: 30px;
}

ol.terms_points li {
    color: #777777;
    font-size: 16px;
    font-weight: 100;
    line-height: 22px;
    margin-bottom: 5px;
    list-style: disc;
}

.collapse .remoder-table {
    margin-top: 15px;
}


/********** 04-11-2017 **********/

.view_rating {
    float: left;
    width: 100%;
}

.view_rating .rating-container {
    display: inline-block;
    line-height: 25px;
    font-size: 20px;
}

.give_rating {
    float: left;
    width: 100%;
}

.give_rating .rating-container {
    display: inline-block;
    line-height: 25px;
}

.rating-container .empty-stars {
    color: #006388;
}

.rating-container .filled-stars {
    color: #006388;
}

.doctors-patinet-wrap li .patinet-profile-img img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 70px;
    height: 70px;
}

.doctors-patinet-wrap li .patinet-profile-img {
    float: left;
    margin-right: 20px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.remoder-table.mt0 {
    margin-top: 0;
}

.submit_review_area {
    padding: 10px 0px 0px 0px;
    background: #fff;
}

.submit_rev_detail .remoder-table {
    margin: 0px;
}


/********* 06-11-2017 **********/

.submit_rev_detail ul li p {
    color: #4e4d4d;
    font-weight: 300;
}

.view_rating strong {
    display: inline-block;
    width: 100px;
}

.star {
    font-size: 20px;
}

.rating-container .filled-stars {
    text-shadow: none;
}

.list_doct_img {
    border-radius: 50%;
    height: 110px;
    overflow: hidden;
    position: relative;
    width: 110px;
    border: 1px solid #ddd;
}

.list_doct_img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0px;
    margin: auto;
    height: 100%;
}

h3.new_title {
    display: inline-block;
    padding-bottom: 15px;
}

.right-btn {
    float: right;
    margin-top: -10px;
}

.submit_rev_top_col {
    padding-bottom: 7px;
}

.doctors-patinet-wrap li .patinet-profile-img {
    border: 1px solid #ddd;
}

.profile-patient-content .profile-patient-btn-area {
    width: 100%;
}

.give_rating .star {
    font-size: 24px;
}

.rating_div {
    display: inline-block;
    width: 100%;
    padding: 20px;
}


/************ 10-11-2017 ************/

.right_boxx {
    border: 3px solid #ddd;
    /*min-height:200px;
     height: 200px;
    */
    overflow: hidden;
    text-align: center;
}

.right_box a {
    display: inline-block;
    height: auto;
}

.right_boxx img {
    /* max-width: 100% !important;
     width: auto !important;*/
    /*width: 100% !important;*/
}

#patient_dashboard .slick-prev.slick-arrow {
    border: medium none;
    font-size: 0;
    z-index: 9;
    background: url(../images/left-arrow.png) left top no-repeat;
    width: 16px;
    height: 30px;
    position: absolute;
    left: 10px;
    top: 45%;
}

#patient_dashboard .slick-next.slick-arrow {
    border: medium none;
    font-size: 0;
    z-index: 9;
    background: url(../images/right-arrow.png) left top no-repeat;
    width: 16px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 45%;
}

.box_top .pink_btn {
    display: block;
    text-align: center;
    font-weight: bold;
}

.box_top .pink_btn.pink_btnchange {
    background-color: #015488
}

#mytools .col-md-3.col-sm-6 {
    padding: 0 5px;
}

.no-pd-l {
    padding-left: 0;
}


/** strip popup */

.strip_payment_popup h2 {
    color: #204281;
    font-size: 28px;
    font-weight: bold;
    border-bottom: none;
    margin-top: 18px;
}

.strip_image_box img {
    width: 54%;
    margin-top: 15%;
}

.strip_payment_popup h2 {
    color: #204281;
    font-size: 28px;
    font-weight: bold;
    border-bottom: none;
}

.strip_payment_popup p {
    color: #085994;
    font-size: 18px;
    /* font-weight: bold; */
    border-bottom: none;
    margin-top: 22px;
    margin-bottom: 30px;
    line-height: 28px;
}

.strip_pay_box {
    background-color: #f0f1f3;
    padding: 20px;
}

.btn-strip_payment_popup {
    background: #204281;
    color: #fff;
    font-size: 16px;
}

.btn.btn-strip_payment_popup:hover,
.btn.btn-strip_payment_popup:focus,
.btn.btn-strip_payment_popup.focus {
    color: #fff;
}


/* end strip */

.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable {
    padding: 0;
    /*  width: 45% !important; */
    width: 805px !important;
    top: 30px !important;
    position: fixed !important;
    border: none;
    /* left: 280.976px !important; */
    z-index: 9999000 !important;
}

.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable p {
    font-size: 14px;
    color: #8a8a8a;
    line-height: 20px;
    text-align: justify;
}

#patient_info>span {
    display: block;
    margin-bottom: 20px;
}

.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable h4 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}

.ui-dialog .ui-dialog-title {
    font-size: 19px;
    padding: 3px 0px;
}

.ui-dialog-buttonset button {
    background: #e68733 none repeat scroll 0 0 !important;
    border: medium none;
    /* border-radius: 4px; */
    color: #fff;
    font-size: 18px !important;
    padding: 10px 15px;
    text-transform: uppercase !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: -0.7em;
    top: 0%;
    width: 30px;
    margin: -7px 0 0 0;
    padding: 1px;
    height: 30px;
    background: #F44336;
    border: 1px solid #F44336;
    color: #fff;
    border-radius: 20px;
}

.ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix.ui-draggable-handle {
    background: #e68733;
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    font-size: 16px;
}

#dialog.ui-dialog-content.ui-widget-content {
    min-height: 300px !important;
    overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none !important;
    text-align: center !important;
}

.patient_review .contant .img-responsive {
    display: inline-block;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #e68733;
    background: #e68733;
    font-weight: normal;
    color: #ffffff !important;
}

.blur_data {
    filter: blur(4px);
}

.middle_right .add_family {
    background: #f9366d none repeat scroll 0 0;
    border: 0 none;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 32px;
    font-weight: 600;
    height: 35px;
    line-height: 32px;
    margin: 48px 3px 0px 3px;
    padding: 0 10px;
    transition: all 0.5s ease 0s;
}

.coupon_applied>a {
    color: #f9366d;
}

.submit_review_area .current_patient {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 30px;
}

.submit_review_area .current_patient:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}

#provider-edit-schedule .set_btn {
    text-align: center;
}


/************** 23-11-2017 ***************/

.contact_address h3 {
    font-size: 20px;
    padding-bottom: 15px;
}

.contact_address ul li {
    margin-bottom: 10px;
}

.contactus_formarea .form-group .form-control {
    border: 1px solid #cecece;
    height: 50px;
    color: #000;
}

.contactus_formarea .form-group textarea.form-control {
    border: 1px solid #cecece;
    height: 140px;
}

.contactus_formarea .form-group {
    margin-bottom: 20px;
}

input.input_button {
    background: #0b9ffb;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    padding: 0 30px;
    text-transform: uppercase;
}

.about-main-s {
    display: inline-block;
    width: 100%;
}

.abt-top {
    text-align: center;
}

h2.deflt-hding::after {
    background: #3476ed none repeat scroll 0 0;
    bottom: -25px;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 140px;
}

h2.deflt-hding {
    color: #1b2d3f;
    font-size: 34px;
    margin-bottom: 55px;
    position: relative;
}

.contact_panel {
    display: inline-block;
    margin-bottom: 50px;
    margin-top: 100px;
    text-align: center;
    width: 100%;
}

.contact_icons {
    display: inline-block;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}

.contact_panel p {
    color: #1b2d3f;
    display: inline-block;
    font-size: 22px;
    line-height: 35px;
    text-align: center;
}

.contact_panel p span {
    color: #5e5e5e;
    display: block;
    font-size: 20px;
    padding: 15px 0;
    text-align: center;
}


/************** faq page ***************/

.faq_accordian_pg .panel-default .panel-heading {
    background-color: #9aa2a6;
    border: none;
    border-radius: 0;
    color: #ffffff;
    padding: 0;
    position: relative;
}

.faq_accordian_pg .panel-title {
    padding: 15px 35px 15px 20px;
    cursor: pointer;
    font-size: 16px;
}

.faq_accordian_pg .panel-group .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
}

.faq_accordian_pg .panel-title {
    background: #03b3f7 url(../images/minus_faq.png) no-repeat scroll 99% 50%;
    color: #fff;
    border: 1px solid #ddd;
}

.faq_accordian_pg .panel-title.collapsed {
    background: #fff url(../images/plus_faq.png) no-repeat scroll 99% 50%;
    color: #000;
}

.faq_accordian_pg .panel-body {
    background: #fff;
    border: 1px solid #ddd !important;
    font-size: 16px;
    color: #474848;
    margin-top: -1px;
    line-height: 26px;
    padding-bottom: 0px;
}

.faq_accordian_pg .panel-body h2 {
    padding-bottom: 12px;
    font-size: 26px;
    font-weight: bold;
}

.faq_accordian_pg .panel-body p {
    margin-bottom: 20px;
}

.faq_accordian_pg .panel-group .panel+.panel {
    margin-top: 15px;
}

.faqpg-banner {
    background-image: url(../images/faq_banner.jpg);
    background-size: cover;
}

.privacy-policy-banner {
    background-image: url(../images/privacy-policy-banner.jpg);
    background-size: cover;
}

.top_searchbar {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
    box-shadow: 0 0 6px #ccc;
}

.top_searchbar input[type="text"] {
    -moz-appearance: none;
    border: none;
    color: #000;
    background: #fff;
    float: left;
    font-size: 20px;
    height: 55px;
    padding: 0 20px;
    width: 82%;
    border: 1px solid #dddddd;
    font-weight: 300;
}

.top_searchbar input[type="submit"] {
    background: #03b3f7 url("../images/search_icon.png") no-repeat 20px center;
    border: none;
    color: #ffffff;
    cursor: pointer;
    float: left;
    font-size: 18px;
    height: 55px;
    margin: 0;
    text-align: center;
    cursor: pointer;
    line-height: 50px;
    width: 18%;
    text-transform: uppercase;
    font-size: 22px;
    padding-left: 25px;
}

.top_searchbar input[type="submit"]:hover {
    background: #455a64 url("../images/search_icon.png") no-repeat 20px center;
}

.page_top_hdng {
    text-align: center;
}

.page_top_hdng h1 {
    padding-bottom: 20px;
}

.page_top_hdng p {
    line-height: 22px;
    font-size: 15px;
    color: #444444;
    margin-bottom: 35px;
}

.news_cta {
    border: 1px solid #ddd;
    margin-bottom: 30px;
}

.news_cta .news_img {
    min-height: 185px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.news_cta .news_img img {
    display: inline-block;
}

.news_textbox {
    padding: 20px 15px 15px;
}

.news_textbox h2 {
    font-size: 20px;
    padding-bottom: 12px;
}

.news_textbox p {
    line-height: 22px;
    font-size: 15px;
    color: #444444;
    margin-bottom: 12px;
}

.news_content_hgt {
    min-height: 90px;
}

.news_textbox h2 span {
    color: #6f6f6f;
    display: block;
    font-size: 13px;
    padding-top: 8px;
}

.career_leftbox {
    line-height: 22px;
    font-size: 15px;
    color: #444444;
}

.career_leftbox p {
    margin-bottom: 20px;
}

.career_leftbox ul li {
    list-style-type: disc;
}

.career_leftbox ul {
    padding-left: 15px;
}

.career_leftbox h2 {
    padding-bottom: 20px;
}

a.ancor_btnblue {
    padding: 10px 25px;
    background: #05b5f7;
    color: #fff;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    border-radius: 4px;
}

a.ancor_btnblue:hover {
    background: #475c66;
}

.faq_accordian_pg.career_faq {
    margin-top: 80px;
}

ul.career_detailcontent li {
    margin-bottom: 10px;
}

.faq_accordian_pg.career_faq h2 {
    padding-bottom: 20px;
}

.faq_accordian_pg.career_faq .panel-title {
    font-size: 22px;
}

.career_rightimg img {
    max-width: 100%;
}


/*SUNIL SHARAM CSS--start*/

.news-and-media1 .multivitamins h1 {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    color: #444444;
    margin: 6% 0 2%;
}

.news-and-media1 .multivitamins p {
    text-align: center;
    font-size: 22px;
    color: #444444;
    line-height: normal;
}

.news-and-media1 .header-image {
    width: 100%;
    height: auto;
    background: none;
    background-size: cover;
    padding-top: 7%;
    text-align: center;
    overflow: hidden;
}

.news-and-media1 .text-2 h3 {
    font-size: 26px;
    float: left;
    color: #444444;
    line-height: 45px;
    padding: 8% 0 5%;
}

.news-and-media1 .text-2 p {
    font-size: 18px;
    color: #444444;
    line-height: 32px;
    padding-bottom: 15px;
    font-weight: normal;
    text-align: justify;
}

.news-and-media1 .text-2 img {
    padding-bottom: 4%
}


/*SUNIL SHARAM CSS --and*/


/*----------- How it works 28-11-2017--------------*/

.about-wrk-cont {
    background: #282828;
    border-radius: 0 0 10px 10px;
    color: #fff;
    display: inline-block;
    line-height: 26px;
    padding: 15px 20px;
    text-align: justify;
    width: 100%;
    margin-top: -3px;
}

.get-started-new {
    display: inline-block;
    margin-top: 35px;
    text-align: center;
    width: 100%;
}

.get-started-new>a {
    background: #000;
    border: 3px solid #fff;
    box-shadow: 0 0 10px #bcbcbc;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 20px 45px;
    text-transform: uppercase;
    transition: 0.5s all;
}

.get-started-new>a:hover {
    background: #6ed0f4;
    color: #000;
}


/*.video-pop-btn {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
*/

.video-pop-btn i {
    font-size: 65px;
    color: #FF0004;
    cursor: pointer;
}

.how-it-work-video {
    position: relative;
    /*background: #ccc url("../images/video-banner.jpg") no-repeat top center;
    */
}

.how-it-work-video video {
    width: 100%;
    height: 100%;
}

.how-it-work-video .modal-dialog {
    width: 80%;
}

.providerpage_top_hdng {
    text-align: left;
}

.providerpage_top_hdng h1 {
    padding-bottom: 20px;
}

.providerpage_top_hdng p {
    line-height: 22px;
    font-size: 15px;
    color: #444444;
    margin-bottom: 35px;
}

.provider_img {
    display: inline-block;
    height: 130px;
    width: 130px;
    overflow: hidden;
    border-radius: 50%;
    border: 3px solid #06b4f7;
    vertical-align: middle;
}

.provider_box {
    background: #f1f1f1;
    padding: 15px;
    margin-bottom: 30px;
}

.provider_area h3 {
    font-size: 22px;
    padding-bottom: 25px;
}

.provider_detailtext {
    display: inline-block;
    padding-left: 25px;
    vertical-align: middle;
    width: 73%;
    line-height: 22px;
    font-size: 15px;
    color: #444444;
}

.provider_detailtext h4 {
    font-weight: bold;
    padding-bottom: 8px;
}


/*----------- notification 29-11-2017--------------*/

.notification_box {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.notifi_img {
    border: 1px solid #ddd;
    border-radius: 50px;
    display: inline-block;
    height: 80px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    width: 80px;
}

.notifi_text {
    color: #6a6a6a;
    display: inline-block;
    line-height: 20px;
    padding-left: 20px;
    vertical-align: middle;
    width: calc(100% - 90px);
    font-size: 14px;
}

.timing_text {
    color: #9a9a9a;
    font-size: 14px;
    padding-top: 6px;
}


/*----------- wallet 07-12-2017--------------*/

.wallet_leftcol {
    border: 1px solid #ddd;
    padding: 20px 20px 5px;
}

.wallet_leftcol h2 {
    font-size: 26px;
    padding-bottom: 20px;
}

.wallet_leftcol h2 span {
    float: right;
    font-size: 30px;
    font-weight: 600;
}

.ancor_btn {
    background: #00b3f7;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    padding: 20px 12px;
    text-align: center;
    width: 100%;
    transition: all 0.5s ease 0s;
}

.ancor_btn:hover {
    background: #006388;
    transition: all 0.5s ease 0s;
}

.wallet_leftcol .ancor_btn {
    margin-bottom: 20px;
}

.wallet_rightcol {
    border: 1px solid #ddd;
    display: inline-block;
    width: 100%;
}

.wallet_iconcol {
    border: 1px solid #ddd;
    border-radius: 50%;
    float: left;
    height: 80px;
    line-height: 80px;
    text-align: center;
    width: 80px;
}

.wallet_detailtext {
    float: right;
    width: calc(100% - 105px);
}

.wallet_detailtext h2 {
    font-size: 26px;
    padding-bottom: 11px;
    font-weight: 500;
}

.wallet_detailtext p {
    color: #a1a1a1;
    padding-bottom: 8px;
}

.wallet_detailtext h2 span {
    float: right;
}

.wallet_iconcol {
    border: 1px solid #ddd;
    border-radius: 50%;
    float: left;
    font-size: 28px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    width: 80px;
    background: #ebebeb;
}

.wallet_iconcol i {
    margin: 0;
}

.wallet_detailbox {
    border-top: 1px solid #ddd;
    display: inline-block;
    padding: 20px;
    width: 100%;
}

.wallet_detailbox:first-child {
    border-top: none;
}

.red_text {
    color: #ff0000;
}

.green_text {
    color: green;
}


/*----------- add money pop up 11-12-2017--------------*/

.available_balancearea {
    padding: 0 15%;
    text-align: center;
}

.available_balancearea h4 {
    padding-bottom: 20px;
    color: #656565;
}

.available_balancearea h5 {
    border-bottom: 1px solid #e5e5e5;
    color: #919191;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 18px;
}

.available_balancearea h5 span {
    font-weight: 600;
}

.enteramount_amount input {
    border: none;
    border-bottom: 2px solid #049fd8;
    color: #049fd8;
    display: block;
    font-size: 30px;
    height: 65px;
    text-align: center;
    width: 100%;
}

.bottom_btnarea {
    margin: 44px 0 20px;
}

.popbtn {
    background: #049fd8;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: 500;
    padding: 22px 15px;
    text-align: center;
    width: 100%;
    transition: all 0.5s ease 0s;
}

.popbtn:hover {
    background: #006388;
    transition: all 0.5s ease 0s;
}


/*----------- add money pop up 12-12-2017--------------*/

.video_blk {
    border: 5px solid #9fd9ee;
    border-radius: 25px;
    height: 258px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.play_icon {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.play_btn {
    background: url("../images/play_icon.png") no-repeat;
    border: medium none;
    bottom: 0;
    height: 75px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 75px;
    z-index: 9;
}

.play_btn.pause_btn {
    background: url("../images/pause_icon.png") no-repeat;
}


/*.play_icon {
    bottom: 0;
    color: #ff0000;
    cursor: pointer;
    font-size: 65px;
    height: 100px;
    left: 0;
    line-height: 100px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100px;
}
*/

.homevideo_popup video {
    width: 100%;
}

.homevideo_popup .modal-dialog {
    width: 60%;
}

.homevideo_popup .close {
    font-size: 32px;
    opacity: 1;
}

#myModal_1 .modal-body {
    width: 100%;
    float: left;
    background: #fff;
    padding: 0px;
    border-radius: 0px;
}

#myModal_1 button.close {
    font-size: 28px;
    font-weight: 300;
    position: absolute;
    right: 10px;
    z-index: 10;
    opacity: 0.6;
}

#myModal_1 h3 {
    font-size: 22px;
    margin: 28px 0;
    text-align: center;
    font-weight: normal;
    font-family: 'Dancing Script', cursive;
}

#myModal_1 h3 span {
    color: #ff0000;
    font-size: 32px;
    font-weight: bold;
    border: 1px solid;
    padding: 0 5px;
}

#myModal_1 .modal-dialog {
    border: 5px solid #00B3F7;
}

#myModal_1 .modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 0 none;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: 0 none;
    position: relative;
}

#myModal_1 .left_img {
    background: #75c2cc none repeat scroll 0 0;
    border-radius: 0;
    height: 292px;
    padding-top: 0;
}

#myModal_1 .modal-dialog {
    margin: 150px auto;
    width: 600px;
}

#myModal_1 .btn-primary {
    background-color: #18b0fc;
    color: #fff;
}

#myModal_1 .left_img img {
    height: 311px;
}

.subs_img {
    background: url(../images/subs-bg.png) center top no-repeat;
    position: absolute;
    top: -20px;
    left: 0px;
    font-size: 13px;
    color: #fff;
    height: 102px;
    width: 100px;
    text-transform: uppercase;
    padding: 20px 0 0;
    text-align: center;
}

.subs_img span {
    font-size: 28px;
    line-height: 24px;
}

.subs_btn {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom: 0px;
}

.left_img {
    background: #75c2cc;
    height: 320px;
    padding-top: 30px;
    border-radius: 4px 0px 0px 4px;
    position: relative;
}

.subs_right p {
    font-size: 11px;
    line-height: 35px;
}

.thankyou-main {
    background-image: url(../images/thnku-bgg.jpg);
    /* padding: 150px 0;
     border-bottom: 2px solid #8C8C8C;
    */
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center;
}

.thankyou-main h2 {
    font-size: 58px;
    color: #d31124;
    margin-bottom: 45px;
}

.thankyou-main p {
    font-size: 18px;
    line-height: 26px;
    color: #303030;
    margin-bottom: 65px;
}

.thankyou-main a {
    background: #00bfff;
    display: inline-block;
    width: 180px;
    height: 50px;
    line-height: 50px;
    color: #FFF;
    font-size: 16px;
    border-radius: 0 25px 0 25px;
    transition: 0.5s all;
    margin-bottom: 10px;
    font-weight: 600;
}

#thank_you .modal-dialog {
    top: 60px;
}

.thankyou-main a:hover {
    border-radius: 0;
}

.doctors-patinet-wrap a.start_call {
    background-color: #c3c3c3;
}


/***************22-12-2017 ***********/

.subs_right p span {
    color: #f00;
}

.top_header_left a {
    color: #fff;
}

.top_header_left a:hover {
    color: #2db9ed;
}

.HealthCarePart a.read-btn {
    border: 4px solid rgba(44, 170, 218, 0.1);
    border-radius: 5px;
    box-shadow: 0 0 8px #0a7ca7;
    color: #000;
    display: inline-block;
    line-height: 36px;
    background: #fff;
    padding: 0 20px;
    text-transform: capitalize;
}

.message-center .user-img {
    float: left;
    margin: 0 10px 15px 0;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.message-center .user-img img {
    width: 40px;
    border-radius: 0;
    height: auto;
}

.message-center .mail-contnet h5 {
    color: #333;
}

.dash-top li a {
    color: #333;
}

.dash-top li span {
    color: #333;
}

.responsivemenu {
    display: none;
}


/***************02-01-2018 ***********/

.bottom_message {
    background: #232322;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 18px 5px 0px 5px;
    position: fixed;
    text-align: center;
    width: 100%;
    font-size: 15px;
    z-index: 10;
    display: none;
}

.cross_btn {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    background-color: #0092cf;
}

.footer_social span {
    display: inline-block;
    font-size: 30px;
    margin-right: 3px;
}

.footer_social span a {
    color: #838b90;
}

.footer_social span a:hover {
    color: #fff;
}

a.otp_btn {
    /*background: #049fd8;
     color: #fff;
     display: block;
     text-align: center;
     padding: 13px 12px;
     border-radius: 4px;
     font-size: 22px;
    */
    margin: 0 5px 0 0;
    font-weight: 600;
    margin: 10px 0 0;
}

.otp_send {
    /* display: inline-block;
     padding: 0px 12px;
    */
    color: #3c763d;
}

.otp_loader {
    border: 10px solid #f3f3f3;
    border-top: 10px solid #3498db;
    border-radius: 50%;
    width: 0px;
    height: 0px;
    animation: spin 2s linear infinite;
    /*position: absolute;
    */
    margin: auto;
    left: 88px;
    top: -3px;
}

.alert .alert-dismissable {
    font-size: 16px;
}

.intl-tel-input {
    display: block !important;
}

.thanksbox {
    width: 100%;
    position: relative;
    min-height: 350px;
    height: auto;
    background: url(../images/why-bg.jpg) center top no-repeat;
    background-size: cover;
}

.thanks {
    background-color: #fff;
    border-radius: 15px;
    position: absolute;
    bottom: -200px;
    left: 0;
    right: 0;
    box-shadow: 0 3px 11px #c7c7c7;
    padding: 25px;
    width: 100%;
    max-width: 980px;
    margin: auto;
    min-height: 200px;
    font-size: 18px;
    color: #455a64;
    line-height: 1.8;
    font-weight: 300;
    border: 3px solid #bbbbbb26;
}

.blankheight {
    min-height: 250px;
}

.thanks h2 {
    margin-bottom: 20px;
    padding: 20px 0 0;
    color: #5bb9dc;
}

.thanks h6 {
    font-size: 21px;
    font-weight: 400;
    margin: 20px 0;
}

.thanks ul {
    list-style-type: square;
    padding-left: 40px;
}

.inner-part .futures-icon {
    text-align: center;
}

.inner-part .futures-icon {
    margin-bottom: 30px;
}

.inner-part .futures-icon h2 {
    font-size: 22px;
    color: #545353;
    line-height: 2.5;
    margin-bottom: 30px;
    position: relative;
}

.inner-part .futures-icon h2::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    width: 72px;
    height: 3px;
    background: #0092d0;
    margin: 0px auto;
}

.inner-part .futures-icon p {
    font-size: 14px;
    color: #6e6b6b;
    line-height: 1.3;
}

.my_messages .dark_line {
    background-color: #90c8e6
}

.my_messages .dark_line span {
    color: #000
}

.apppiontment_info {
    padding: 6px;
    background-color: #204281;
    color: #fff;
    border-radius: 4px;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: 600;
}

.apppiontment_info ul li {
    padding: 5px 0px;
}

#godaddy-security-badge .sucuri-badge-symbol {
    width: auto !important;
}

#godaddy-security-badge {
    display: none;
}


/********* 03-02- 2018 US ********/

.how_bottom_area {
    margin-top: 70px;
}

.how_bottom_tableinner table {
    text-align: center;
    width: 100%;
}

.how_bottom_tableinner table th,
.how_bottom_tableinner table td {
    padding: 15px 16px;
    text-align: center;
    font-size: 16px;
}

.how_bottom_tableinner table th {
    background: #c6c6c6;
}

.how_bottom_table {
    margin-top: 50px;
    margin-bottom: 45px;
}

.how_bottom_area h2 {
    font-size: 28px;
}

.how_bottom_area ol {
    padding-left: 15px;
    list-style: inherit;
}

.how_bottom_area ol li {
    font-size: 15px;
    line-height: 26px;
    list-style-type: no;
    margin-bottom: 16px;
    padding-left: 10px;
    text-align: justify;
}

.how_bottom_area p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
    text-align: justify;
}

#episode-form .forms {
    padding-bottom: 0px !important;
}

.spritenow {
    display: inline-block;
    vertical-align: top;
    background: url(../images/sprite1.png) no-repeat 0 0;
}

.spritenow.videocall {
    background-position: 0 0;
    width: 98px;
    height: 92px;
}

.spritenow.messaging {
    background-position: -98px 0;
    width: 94px;
    height: 92px;
}

.spritenow.prescreening {
    background-position: -192px 0;
    width: 66px;
    height: 92px;
}

.spritenow.document {
    background-position: -258px 0;
    width: 72px;
    height: 92px;
}

.spritenow.consult {
    background-position: -329px 0px;
    width: 103px;
    height: 92px;
}

.spritenow.secure {
    background-position: -433px 0;
    width: 70px;
    height: 92px;
}

.spritenow.sigmup {
    background-position: 0 -93px;
    width: 107px;
    height: 109px;
}

.spritenow.book {
    background-position: -107px -93px;
    width: 107px;
    height: 109px;
}

.spritenow.onlineconsult {
    background-position: -214px -93px;
    width: 107px;
    height: 109px;
}

.spritenow.followup {
    background-position: -321px -93px;
    width: 107px;
    height: 109px;
}

.login_btns .dropdown-menu a {
    border: none;
    background: none;
    color: #2d597a;
    padding: 12px 20px;
    width: 100%;
    margin: 0px;
    text-align: center;
}

.login_btns .dropdown-menu a:hover,
.login_btns .dropdown-menu a:focus {
    padding: 12px 20px;
    color: #2d597a;
    background-color: #f5f5f5 !important
}

.home_register:hover,
.home_register:focus {
    transition: all 0.5s ease 0s;
    font-weight: 600;
    color: #fff;
    font-size: 24px;
}

.home_register {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
}

.signup-patient {
    text-align: center;
    background-color: #f9366d;
    padding: 20px;
    font-size: 24px;
    color: #fff !important;
}

.banner-mab {
    /*background-position: center top;
     background-repeat: no-repeat;
     background-size: 100% 100%;*/
    background-color: #ebecee;
    text-align: center;
}

.banner-mab img {
    width: 80%;
}

.banner-mab h3 {
    /* color: #455a64;
     font-weight: 600;
     position: absolute;
     right: 20px;
     margin-top: 15px;
     font-size: 28px;*/
    color: #455a64;
    font-weight: 600;
    right: 0px;
    font-size: 28px;
    padding-top: 15px;
}

#disclaimer label {
    display: block;
    line-height: 19px;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    user-select: none;
    color: #706f6f;
}

.orsearch {
    width: 100%;
    height: 8px;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.orsearch span {
    background-color: #fff;
    padding: 8px;
    font-size: 18px;
    color: #5f5f5f;
}

.back_btn {
    float: right;
    color: #eea06f;
    font-weight: 400;
}

.back_btn_exe {
    position: absolute;
    font-weight: 600;
    font-size: 16px;
    right: 36px;
    top: 12px;
    color: #fff;
}

.landing-banner {
    width: 100%;
    position: relative;
}

.landing-banner img {
    width: 100%;
    height: auto;
}

.landing-caption {
    padding: 25px 15px 25px;
    text-align: left;
    float: right;
    top: 120px;
    right: 50px;
    background: rgba(255, 255, 255, 0.8);
    border-bottom: 5px solid #F9366D;
    position: absolute;
    width: 46%;
}

.signup_button {
    text-align: center;
}

.landing-caption a {
    padding: 10px;
    font-size: 20px;
    border-radius: 14px;
    margin: 20px 0px 0px;
    border: 1px solid #F9366D;
    background: #F9366D;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    text-align: center;
}

.landing-caption h2 {
    font-size: 36px;
    line-height: 1.3;
    font-weight: 600;
    padding-bottom: 5px;
    color: #F9366D;
    text-transform: uppercase;
}

.landing-caption h4 {
    font-size: 24px;
    font-weight: 500;
    padding: 10px 0;
    color: #0F1667;
    margin-bottom: 10px;
}

.landing-caption h4>span {
    color: #F9366D;
}

.landing-bottom {
    text-align: center;
    background-color: #F9366D;
    padding: 15px;
    font-size: 24px;
}

.landing-registration a {
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    display: block;
    padding: 10px;
    margin: 5px;
}

.landing-registration span {
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
}

#langing_signup {
    background: url("../images/landing_signup.png");
    padding: 30px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

#langing_signup_facility {
    background: url(../images/facility_register_banner.png);
    padding: 0px 0px 30px;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: top center; */
    height: 100vh;
}

#langing_signup h1 {
    font-size: 40px;
    color: #000;
    font-weight: 400;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
}

#langing_signup h1::before {
    background: #80dafb;
    border-radius: 25px;
    bottom: -10px;
    content: "";
    height: 4px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 45px;
}

#langing_signup .form-caption {
    text-align: center;
}

#langing_signup .form-caption span {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
    color: #f9366d;
}

#langing_signup .form-caption h4 {
    font-size: 32px;
    font-weight: 400;
    margin: 15px 0 15px 0;
}

#langing_signup h3 {
    font-size: 28px;
    color: #0F1667;
    margin-top: 5px !important;
}

.act_now {
    padding: 16px 8px;
    font-size: 28px;
    color: #fff;
    background: #F9366D;
    border: 1px solid #F9366D;
    font-weight: 500;
}

#timer {
    display: inline-block;
    padding: 10px 15px;
    border: 2px solid #333;
    font-weight: 500;
    margin: 10px 0px;
    min-width: 90px;
    font-size: 28px;
}

.landing-logo a img {
    margin: 15px auto;
    display: block;
}

.call_library_view {
    float: right !important;
    cursor: pointer;
}

ul.call_exercise_img li {
    width: 30%;
    margin-right: 10px;
    margin-bottom: 10px;
}

.call_exercise_img .th_img {
    height: 150px;
    width: 100%;
    background-size: 100%;
}

ul.call_exercise_img li:hover .img_caption {
    padding: 8px;
    display: block;
}

ul.call_exercise_img li .img_caption {
    display: none;
}

.call_deimg {
    margin: 10px 0;
}

#act_now button.close {
    padding: 3px 8px;
    cursor: pointer;
    background: #e02b2b00;
    border: 1px solid;
    z-index: 99999999;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    right: 5px;
    top: 5px;
}

#act_now .thankyou-main h2 {
    color: #f9366d;
    margin-bottom: 25px;
}

#act_now .thankyou-main p {
    color: #0F1667;
    margin-bottom: 30px;
    font-size: 22px;
}

#act_now span {
    font-size: 28px;
    color: #f9366d;
    font-weight: 500;
    line-height: 25px;
}

#act_now .thankyou-main a {
    line-height: 50px;
    font-size: 22px;
    transition: 0.5s all;
    margin: 25px 0 15px;
    font-weight: 500;
}

#act_now span {
    font-size: 28px;
}

#act_now .modal-content {
    border: 5px solid #3fbefb;
}


/*.open_app_img{
    display: inline-block;
     margin: 5px 0;
    position: relative;
}
*/

.devicetype {
    position: relative;
    padding: 5px 65px 5px 40px;
}

.app_download .dwnld-cross {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 22px;
    font-size: 15px;
    margin: 0;
    top: 20px;
    left: 10px;
    height: 22px;
    line-height: 24px;
}

.open_app_img span {
    overflow: hidden;
    font-size: 11px;
}

.open_app_img img {
    float: left;
    margin-right: 10px;
}

.open_app {
    display: inline-block;
    position: absolute;
    z-index: 1;
    right: 5px;
    top: 13px;
    padding: 7px 10px;
    font-size: 18px;
    font-weight: normal;
    color: #2db9ed;
    font-weight: 500;
}

.open_app_img {
    width: 100%;
    float: left;
}

.open_app a {
    color: #2db9ed;
}

.signup-patient p {
    text-align: center;
    background-color: #f9366d;
    padding: 0px;
    font-size: 24px;
    color: #fff !important;
    line-height: 1.2;
    font-weight: 600;
}

.home-registration span {
    color: #0F1667;
}


/* mange card */

.left-sidebar {
    background: #fff;
    box-shadow: 1px 1px 4px #c6c6c6;
    margin-bottom: 10px;
}

.left-sidebar li a i {
    padding-right: 7px;
}

.left-sidebar li a {
    padding: 17px;
    display: block;
    color: #5e5e5e;
    font-size: 16px;
    font-weight: 100;
    border-bottom: 1px solid #ededed;
}

.left-sidebar li:last-child a {
    border: none;
}

.left-sidebar li.active a,
.left-sidebar li:hover a {
    background: #e5f3f9;
    box-shadow: inset 3px 0px 0px 0px #0b5b7d;
}

.card-deties-page {
    padding: 40px 0px;
}

.mange-card h2 {
    color: #090832;
    font-size: 16px;
    padding-bottom: 15px;
}

.mange-card .add-new-card {
    background: #f4f9ff;
    border: 1px solid #e2e3e5;
    padding: 10px;
    clear: both;
    display: block;
    overflow: hidden;
}

.mange-card .add-new-card h4 {
    color: #256fea;
    text-transform: uppercase;
    padding: 10px 0;
    font-size: 14px;
}

.mange-card input,
.mange-card label {
    border: 1px solid #e2e4e5;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    height: 47px;
    padding: 12px;
    font-weight: normal;
}

.from-group {
    margin-bottom: 12px;
}

.card-sett {
    font-size: 12px;
    padding: 14px 0;
}

.mange-card input[type="submit"] {
    background: #296cea;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    min-width: 165px;
}

.cancel {
    color: #296cea;
    text-transform: uppercase;
    padding: 0 60px;
}

.add-new-card select {
    position: absolute;
    top: 1px;
    border: none;
    right: 16px;
    padding: 12px 0;
    min-width: 67px;
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
}

.add-new-card select.first {
    right: 102px;
}

.credit-card {
    border: 1px solid #e2e3e5;
    clear: both;
    display: block;
    overflow: hidden;
    margin: 10px 0px;
}

.credit-card-show {
    position: relative;
    border-bottom: 1px solid #dad7d7;
    padding: 15px 10px;
}

.credit-card-show:last-child {
    border-bottom: none;
}

.card-name {
    border-bottom: 1px solid #EEA06F;
    /*max-width: 33%;
     flex-flow: wrap;
     align-content: flex-start;*/
    padding: 2px 0px 10px;
    justify-content: space-between;
    display: flex;
}

.card-name .save {
    color: #EEA06F;
    text-transform: uppercase;
    font-weight: 600;
}

.card-number {
    padding: 10px 5px;
    /*  max-width: 33%;
     display: flex;
     align-content: flex-start;*/
    justify-content: space-between;
    flex-flow: wrap;
    cursor: pointer;
}

.card-number:hover,
.card-number:focus,
.card-number:active {
    color: #fff;
    background: #EEA06F;
}

.card-number:hover i,
.card-number:focus i,
.card-number:active i {
    color: #fff;
    background: #006388;
}

.card-number.active {
    color: #fff;
    background: #D96824;
}

.card-number.active i {
    color: #fff;
}

.datete {
    display: inline-block;
    float: right;
}

.card-number-set {
    letter-spacing: 4px;
}


/*.add-card-div {
     padding: 20px 0px;
}*/

.add-card-div .panel-default>.panel-heading {
    color: #333;
    background-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 1px solid #e2e3e5;
    padding: 0;
}

.add-card-div .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}

.add-card-div .panel-title>a,
.add-card-div .panel-title>small,
.add-card-div .panel-title>.small,
.add-card-div .panel-title>small>a,
.add-card-div .panel-title>.small>a {
    color: #fff;
    font-size: 14px;
    padding: 10px 15px;
    display: block;
    border-color: #d5d5d5;
    background-color: #eea06f !important;
}

.add-card-div .panel-default {
    border: none;
    box-shadow: none;
}

.add-card-div .panel-body {
    padding: 15px 0;
}

.add-card-div .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #EEEEEE;
    border: none;
}

.add-card-div .more-less {
    float: left;
    color: #fff;
    height: 15px;
    width: 15px;
}

.fa-minus:before {
    content: "\f068";
    font-family: 'FontAwesome';
}

.subcription-plans .headingOne-subcri {
    color: #d96824;
    font-size: 20px;
    padding: 17px 0px;
    font-weight: bold;
    display: block;
    line-height: 21px;
    margin-bottom: 20px;
    position: relative;
    letter-spacing: 1.2px;
}

.subcription-plans .headingOne-subcri:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #eea06f;
    bottom: 0;
}

.subcription-plans .subcription-plans-name {}

.subcription-plans .subcription-plans-name ul {
    display: flex;
    width: 100%;
    justify-content: space-around;
    flex-flow: row wrap;
}

.subcription-plans .subcription-plans-name ul li {
    width: 24%;
    padding: 20px;
    background: #6D569C;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    margin: 0 4px;
    border-radius: 5px;
    border: 1px solid #d2d2d2
}

.subcription-plans .subcription-plans-name ul li:nth-child(2) {
    background-color: #8B77DA;
}

.subcription-plans .subcription-plans-name ul li:nth-child(3) {
    background-color: #5c8fef;
}

.subcription-plans .subcription-plans-name ul li:nth-child(4) {
    background: #455a64;
}

.subcription-plans .plan-name-sceme {
    color: #fff;
    letter-spacing: 2px;
    font-size: 24px;
    line-height: normal;
    font-weight: bold;
    border-radius: 3px;
    text-transform: uppercase
}

.subcription-plans .plan-price-cut {
    font-size: 30px;
    line-height: normal;
    padding: 10px 0px 0;
    color: #fff;
    /*   text-decoration: line-through;*/
}

.subcription-plans .plan-price-full {
    font-size: 35px;
    line-height: normal;
    padding: 10px 0px 0px;
    color: #fff;
    /* text-shadow: 1px 1px 1px #000; */
}

.subcription-plans .month-deties {
    line-height: normal;
    color: #fff;
    padding: 5px 0;
}

.subcription-plans .select-l {
    background: #ffffff;
    color: #2db9ed;
    display: block;
    width: 103px;
    margin: 4px auto;
    padding: 5px 0;
    border-radius: 4px;
    font-size: 19px;
    text-transform: uppercase;
    /* font-weight: bold; */
    line-height: normal;
    text-align: center;
    margin-bottom: 0;
}

.your-selection {
    color: #d96824;
    font-size: 20px;
    padding: 17px 0px;
    font-weight: bold;
    display: block;
    line-height: 21px;
    position: relative;
    clear: both;
    margin-bottom: 20px;
    letter-spacing: 1.2px;
}

.your-selection:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #eea06f;
    bottom: 0;
}

.your-selection h3 {
    font-size: 20px;
}

.your-selection-list {}

.your-selection-list .table {
    border: 1px solid #d7d7d7;
    border-radius: 4px;
}


/*.your-selection-list thead {
     border: 2px solid;
}*/

.your-selection-list thead tr th:nth-child(2n+1),
.your-selection-list tbody tr td:nth-child(2n+1) {
    background: #fff;
}

.your-selection-list table tr th {
    color: #000;
    font-size: 18px;
    border-bottom: none;
    background: #fff;
}

.your-selection-list thead tr th:nth-child(2n+2),
.your-selection-list tbody tr td:nth-child(2n+2) {
    background: #fff;
}

.credit-card .point-set {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #ffffff;
    border: 7px solid #2196f3;
    border-radius: 100%;
    height: 25px;
    width: 25px;
}


/* The container */

.label-box-list .label-box {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
}


/* Hide the browser's default checkbox */

.label-box-list .label-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom checkbox */

.label-box-list .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: #eee;
}

.label-box-list .label-box-list .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* On mouse-over, add a grey background color */

.label-box-list .label-box:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.label-box-list .label-box input:checked~.checkmark {
    background-color: #2196F3;
}


/* Create the checkmark/indicator (hidden when not checked) */

.label-box-list .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.label-box-list .label-box input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.label-box-list .label-box .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.disclaimer {
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: bold;
}

.submit-card input {
    background: #00aeef;
    color: #fff;
    border-radius: 4px;
    font-size: 19px;
    min-width: 111px;
    padding: 5px 0px;
    text-align: center;
    border: none;
    text-transform: uppercase;
    /* font-weight: bold; */
    line-height: normal;
    float: right;
}

.belling-adress label {
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    margin: 9px 0px;
}

.belling-adress .form-control {
    border-radius: 0;
    box-shadow: none;
}

.checklist-start h3,
.payments-gateway-top h3 {
    color: #0b5b7d;
    font-weight: bold;
}

.compate-process ul li {
    line-height: normal;
    background: #f3f3f3;
    margin: 20px 0px;
    padding: 10px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    overflow: hidden;
}

.compate-process ul li .compate-process-left .com-inner_ds.completed {
    background: #337ab7;
}

.completed i {
    margin: 0px;
}

.compate-process ul li .compate-process-left {
    float: left;
    width: 70px;
    border-radius: 100%;
    height: 70px;
    background: #ffff;
    text-align: center;
    background: #006388;
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    margin-right: 14px;
}

.compate-process ul li .compate-process-right span {
    color: #18acf3;
}

.compate-process ul li .compate-process-left .com-inner_ds {
    background: #f9366d;
    display: flex;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    margin: 5px;
    border: 4px solid #fff;
}

.compate-process-name {
    font-size: 22px;
    font-weight: bold;
    margin: 3px 0px;
}

.need-help-page h4 {
    font-size: 20px;
    padding: 7px 0px;
    border-top: 1px solid #b7b5b5;
    margin: 14px 0px 0;
}

.help-line {
    color: #18acf3;
    font-size: 17px;
    line-height: 30px;
}

.payments-gateway-l p {
    line-height: 27px;
    padding: 20px 0px;
}

.stripe-image {
    text-align: center;
    padding: 20px 0px;
    clear: both;
}

.stripe-image img {
    max-width: 100%;
}

.bottom-btn {
    display: block;
    clear: both;
    text-align: center;
    padding: 30px 0px;
}

.connetwithstripe:hover,
.connetwithstripe:focus {
    color: #fff;
    background: #2a6388;
}

.connetwithstripe {
    background: #00bff3;
    padding: 10px;
    color: #fff;
    border-radius: 3px;
    font-weight: bold;
    line-height: normal;
}

.connetwithstripe i {
    font-size: 28px;
    display: inline-block;
    vertical-align: middle;
}

.swich-anul {
    margin-top: 10px;
}

.belling-address {
    background: #f4f5f9;
    margin-bottom: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}

.belling-address-list-name {
    border-bottom: 1px solid #dedada;
    overflow: hidden;
    clear: both;
    padding: 10px 0px;
}

.belling-address .provide-id span {
    color: #249946;
}

.belling-address .upgarede {
    display: block;
    line-height: normal;
    text-align: right;
}

.belling-address .upgarede a {
    background: #00aeef;
    color: #fff;
    padding: 7px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
}

.belling-address .table>tbody>tr>td {
    border: none;
}

.belling-address .off_unit {
    color: #797474;
    line-height: 26px;
}

.belling-address a {
    background: #00aeef;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
}

.belling-address .cut-price {
    line-height: 27px;
}

.belling-address .discount-cut {
    color: #ccc;
    text-decoration: line-through;
    margin-right: 8px;
}

.payments-gateway-compl {
    color: #2db9ed;
    font-size: 20px;
    font-weight: bold;
    line-height: 38px;
    max-width: 464px;
    margin: auto;
}


/*.bottom-btn.activediv .connetwithstripe {
    background: #128322;
}*/


/* select provide */

.select-provide-plans {
    padding: 40px 0px;
}

.refine-search-box {
    background: #f6f6f6;
    padding: 10px;
    border-radius: 3px;
    box-shadow: -2px 0px 5px #e0e0e0;
}

.refine-search-box h4 {
    font-size: 22px;
    font-weight: 400;
    color: #000;
}

.refine-search-box .search-type h5 {
    margin: 20px 0px;
}

.refine-search-box [type="radio"]:checked,
.refine-search-box [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.refine-search-box [type="radio"]:checked+label,
.refine-search-box [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    font-weight: normal;
}

.refine-search-box [type="radio"]:checked+label:before,
.refine-search-box [type="radio"]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #18acf3;
    border-radius: 100%;
    background: #fff;
}

.refine-search-box [type="radio"]:checked+label:after,
.refine-search-box [type="radio"]:not(:checked)+label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #18acf3;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.refine-search-box [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.refine-search-box [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.refine-search-box .label-of-code {
    margin-bottom: 10px;
}

.refine-search-box .select-box {
    margin: 20px 0px;
}

.refine-search-box .styled-select {
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

.refine-search-box .styled-select,
.refine-search-box .styled-select select {
    width: 240px;
}

select:focus {
    outline: none;
}

.refine-search-box .styled-select select {
    height: 34px;
    padding: 5px 0 5px 5px;
    background: #fff;
    border: none;
    /*hide default down arrow in webkit */
    -webkit-appearance: none;
}

@-moz-document url-prefix() {
    .styled-select select {
        width: 110%;
    }
}

.refine-search-box .fa-sort-desc {
    position: absolute;
    top: 0;
    right: 12px;
    font-size: 24px;
}

.refine-search-box select::-ms-expand {
    display: none;
}


/* hide default down arrow in IE10*/


/* hack to fall back in opera */

_:-o-prefocus,
.selector,
.styled-select {
    background: none;
}

.right-side-review-section {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px 30px;
    margin-bottom: 20px;
    overflow: hidden;
}

.right-side-review-section p {
    line-height: 30px;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    clear: both;
}

.right-side-review-section ul.date-month {
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
}

.right-side-review-section ul.date-month li {
    background: #0b5b7d;
    color: #fff;
    font-size: 20px;
    line-height: normal;
    padding: 10px;
    width: 100%;
    text-align: center;
}

.right-side-review-section ul.date-month li.active {
    background: #083a4f;
}

.right-side-review-section ul.time li {
    background: #f0f0f0;
    padding: 14px;
    /* min-width: 95px; */
    display: inline-block;
    margin: 9px 2px;
    text-align: center;
}

.right-side-review-section .image-left-review {
    background: #f2f2f2;
    height: 150px;
    width: 150px;
    border-radius: 100%;
}

.right-side-review-section .name-client {
    font-size: 24px;
}

.right-side-review-section p.psdr {
    font-size: 17px;
    margin: 10px 0px;
    font-weight: 100;
}

.right-side-review-section .min-up-d {
    color: #f62f65;
    font-size: 19px;
}

.right-side-review-section .min-up-d span {
    color: #000;
}

.right-side-review-section .checked-aval a {
    background: #f62f65;
    color: #fff;
    padding: 9px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 300;
}

.right-side-review-section .checked-aval {
    text-align: right;
    margin: 44px 0px;
}

.right-side-review-section h4 {
    border-bottom: 1px dashed #c7c5c5;
    padding: 10px 0;
    margin: 10px 0px;
}

.quelification-and-dat {
    color: #929191;
    font-size: 15px;
    padding: 7px 0px;
}

.quelification-and-dat span {
    color: #1d5fa0;
}


/*end*/


/*.landing-registration em{font-size: 25px; font-weight: 500;}
.nav-tabs {    border-bottom: none !important;}
li.active{background:#006388 !important}
.about-us-profile-tab{background: #f2f2f2; padding:50px 50px 5px}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{ color: #fff;cursor: default;background-color: #006388;border: none;font-size: 18px;    }
.nav-tabs > li > a  {  font-size: 18px; }
section.dream-quote.section-padding {
    background: url(../images/whybg.jpg);
    position: relative;
}*/

.section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}

.text-center {
    text-align: center !important;
}

.dream-quote-text {
    color: #fff;
}

section.dream-quote.section-padding:before {
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 5, 49, .9);
}

.about-us-profile .tab-pane {
    padding: 15px 0;
    font-size: 15px;
    word-spacing: 4px;
    line-height: 25px;
    text-align: left;
}

.about-us-profile .card {
    border-radius: 20px 20px 0px 0px;
}

.profile-cover-photo .inner-profile-set img {
    width: 100%;
    height: auto;
}

.profile-cover-photo {
    position: relative;
}

.inner-profile-set {
    position: absolute;
    left: 0;
    right: 0;
    width: 170px;
    height: 175px;
    margin: auto;
    bottom: 4px;
    border: 2px solid #eae4e4;
    overflow: hidden;
    border-radius: 85px;
}

.top_header_browser {
    position: relative;
    background: #455a64;
    display: inline-block;
    width: 100%;
    padding: 10px 0px;
    color: #fff;
    margin-bottom: 10px;
}

.browser-text-msg {
    margin: 10px auto;
    line-height: 20px;
}

.profile-cover-photo img {
    width: 100%;
    object-fit: cover;
    height: 230px;
    object-position: top;
}

div#viewvideo {
    position: fixed;
}

div#viewvideo button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: #13120e;
    /* border: 1px solid; */
    border-radius: 18px;
    top: 65px;
    position: relative;
    color: #fff;
    opacity: 1;
    /* padding: 6px 8px; */
    width: 37px;
    height: 36px;
    left: 15px;
    z-index: 999999;
}

div#viewvideo2 button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: #13120e;
    /* border: 1px solid; */
    border-radius: 18px;
    top: 65px;
    position: relative;
    color: #fff;
    opacity: 1;
    /* padding: 6px 8px; */
    width: 37px;
    height: 36px;
    left: 15px;
    z-index: 999999;
}

div#viewvideo3 button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: #13120e;
    /* border: 1px solid; */
    border-radius: 18px;
    top: 65px;
    position: relative;
    color: #fff;
    opacity: 1;
    /* padding: 6px 8px; */
    width: 37px;
    height: 36px;
    left: 15px;
    z-index: 999999;
}

.software-redirect {
    color: #fff;
    background-color: #62b7ec;
    border-color: #62b7ec;
}

.software-redirect:hover {
    color: #fff;
}

.nest_ques {
    padding: 20px;
}

.AlreadyHaveAnAccount {
    margin-top: 15px;
    text-align: center;
    font-size: 18px;
}

.bg-form {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #b0b0b0;
    display: inline-block;
    padding-bottom: 20px;
    margin-bottom: 80px;
}

.lg_text-both {
    font-weight: 300;
    font-size: 15px;
    color: #5f5f5f;
    float: left;
    line-height: 20px;
    padding: 22px 0px 0px 0px;
    padding-right: 5px;
}

.webinar-banner-2 {
    background-image: url(../images/webinar/webinarlandingpagebanner.jpg);
}

.webinar-banner-1 {
    background-image: url(../images/webinarlandingpagebanner.jpg);
}

.webinar-banner {
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    min-height: 190px;
}

.webinar-banner h3 {
    text-align: center;
    margin-top: 30px;
    font-size: 27px;
    text-transform: uppercase;
    color: #969292;
    margin-bottom: 10px;
}

.webinar-banner .heading {
    /*  #7c9edb and #1f4281 */
    text-align: center;
    font-size: 32px;
    /* text-transform: uppercase; */
    color: #1f4281;
    font-weight: bold;
    line-height: 35px;
}

.webinar-content-left {
    background-image: url(../images/webinarlandingpageBackground.png);
    /* min-height: 100vh; */
    background-repeat: repeat-y;
    /* background-position: top center; */
    /* background-size: contain; */
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.webinar-content {}

.webinar-content-left p {
    padding: 30px 30px 0px;
    line-height: 22px;
    font-size: 16px;
    text-align: justify;
}

.webinar-content-left h3 {
    padding: 30px 30px 0px;
    font-size: 22px;
}

.webinar-content-left ul {
    margin-left: 60px;
    list-style: disc;
}

.webinar-content-left ul li {
    padding: 11px 30px 0px;
}

.register_webinar {
    padding: 30px 30px 0px;
    margin-bottom: 30px;
}

.register_webinar_box {
    background-color: #1f4281;
    color: #fff;
    border-radius: 10px 10px 0px 0px;
}

.register_webinar_heading {
    text-align: center;
    padding: 30px 10px 10px;
}

.register_webinar_box ul {
    padding: 10px 20px 30px;
}

.register_webinar_box ul li {
    padding: 9px 0px 0px;
    font-size: 15px;
}

.webinar_top_form {
    background-color: #7c9edb;
    padding: 20px;
}

.webinar_book {
    text-align: center;
    border: 0px;
    background: none;
    font-size: 23px;
    text-transform: uppercase;
    padding: 20px;
    font-weight: bold;
    width: 100%;
}

#uploadwebinar .has-error .form-control {
    border-color: #204281;
}

#uploadwebinar .help-block {
    color: #fff;
}

img.img-responsive.img-circle {
    width: 150px;
}

.speaker_box {
    padding: 10px 20px 30px;
}

.speaker_box {
    padding: 10px 20px 30px;
    margin-top: 50px;
}

.speaker_image {
    display: inline-block;
    float: left;
}

.about_speaker p {
    padding: 10px 30px 30px;
    font-size: 20px;
    line-height: 29px;
}

.about_speaker {
    display: inline-block;
    float: left;
    width: 75%;
}

.thankyoubg {
    background-image: url(../images/Thank_you_pop_up.png);
    background-repeat: repeat-y;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.thankyou_logo_image {
    text-align: center;
}

.thankyoubg .modal-header {
    border-bottom: 0px !important;
}

.thankyoubg .modal-footer {
    border-top: 0px !important;
}

.thankyoubg .heading-msg {
    color: #1f4281;
    font-size: 25px;
    margin-bottom: 26px;
}

.thankyoubg .text-msg {
    color: #1f4281;
    font-size: 18px;
    margin-bottom: 60px;
}

.thankyoubg .link_to_thank_you {
    background-color: #1f4281;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    margin: 20px;
}

img.thank_you-img-popup {
    margin-top: 15px;
    margin-bottom: 15px;
}

.thankyoubg .closeThanksMsg {
    font-size: 20px;
    background: #204281;
    padding: 20px;
    z-index: 9999;
    position: relative;
    border-radius: 52px;
    padding: 10px 14px;
    top: -27px;
    left: 20px;
}

.maintenance-bar {
    display: inline-block;
    width: 100%;
    padding: 0px 15px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background-color: #b50707;
}

.maintenance-bar p {
    display: inline-block;
    line-height: 27px;
    padding: 0px 20px;
}

.maintenance-bar .cross-maintenance-offer {
    cursor: pointer;
    font-weight: bold;
    margin-top: -49px;
    font-size: 20px;
    float: right;
    display: inline-block;
    position: relative;
}

div.dataTables_wrapper div.dataTables_length select {
    line-height: 15px;
}


/***** 21-04-2020 ***** Facility strip connect css */

.page-content-wrap .payments-gateway-top {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
}

.page-content-wrap a {
    cursor: pointer;
}

.loding-gif_text {
    /*     position: absolute;
    top: 64%;
    color: #fff;
    font-size: 18px;
    left: 37%; */
    /* border: 16px solid #f3f3f3; */
    /* border-top: 16px solid #3498db; */
    /* border-radius: 50%; */
    width: 333px;
    height: 120px;
    /* animation: spin 2s linear infinite; */
    margin: 45%;
    position: absolute;
    margin: auto;
    bottom: 0;
    left: 36px;
    right: 0;
    top: 285px;
    color: #fff;
    font-size: 16px;
}

.poivider_setup_video {
    background: none;
}

.video-close-btn {
    margin: 0px -15px 0px 0px;
}

.pink_btn.poivider_setup_video.poivider_setup_video:hover,
.pink_btn.poivider_setup_video:focus,
.pink_btn.poivider_setup_video:active {
    background: none;
}

.help-icon {
    outline: none;
    visibility: visible;
    resize: none;
    overflow: visible;
    background: none transparent;
    opacity: 1;
    position: fixed;
    border: 0px;
    padding: 0px;
    transition-property: none;
    z-index: 1000001;
    cursor: auto;
    float: none;
    pointer-events: auto;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 10px 0px;
    height: 60px;
    min-height: 60px;
    max-height: 60px;
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    border-radius: 50%;
    transform: rotate(0deg) translateZ(0px);
    transform-origin: 0px center;
    margin: 0px;
    top: auto;
    bottom: 20px;
    right: 20px;
    left: auto;
    display: block;
}

.list_provider {
    display: inline-block;
    background: #204281;
    border-radius: 50%;
    position: fixed;
    right: 25px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    bottom: 45px;
    z-index: 99999;
}

.list_provider a {
    color: #fff;
    padding: 15px;
    display: inline-block;
}

.list_provider i {
    margin: 2px 3px 0;
}

.patient-header {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px dashed #204281;
}

.patient-header .patientimg {
    text-align: center;
    width: 100%;
    display: inline-block;
}

.patient-header .patientimg img {
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.patient-header .patient_blk {
    display: inline-block;
    width: 100%;
    padding: 5px 0 0;
    text-align: left;
}

.patient-header .patient_blk a {
    display: inline-block;
    width: 100%;
}

.patient_blk span.msg-box-title {
    padding-bottom: 4px;
    display: inline-block;
    font-weight: 600;
    color: #204281;
}

.patient-header .msg-box-short-dis {
    color: #787777;
    font-weight: 500;
    padding: 0 5px;
}

.patient-header span.chattim {
    display: inline-block;
    padding: 5px 0;
    color: gray;
    font-size: 12px;
}

.modal-content .modal-header {
    background-color: #204281;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 0px;
}

.modal-header .close {
    opacity: 1;
    color: #fff;
}

.showresponsedata {
    text-align: center;
   /*  border: 1px solid #204281; */
        padding: 15px 10px;
    margin: 10px;
}

.showresponsedata .apnamesrch {
    display: inline-block;
}

.showresponsedata .patprolist {
    height: 430px;
    overflow: auto;
    margin: 15px 0;
}

.patprolist .startchat {
    padding: 8px 25px;
    display: inline-block;
    background: #204281;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 20px;
}

.showresponsedata .apnamesrch {
    display: inline-block;
}

.showresponsedata .apnamesrch input {
    width: 265px;
    border: 2px solid #204281;
    height: 35px;
    border-radius: 20px !important;
    font-size: 16px;
    text-align: center;
}


/* Sent page css */

.left-box-msg {
    background: #b6dfec4f;
}
.left-box-msg.box-msg-dark{
    background: #10b8ed !important;
	color: #fff !important;
}
.left-box-msg.box-msg-dark div span{ 
	color: #fff !important;
}
.left-box-msg.box-msg-dark span{ 
	color: #fff !important;
}

.right-box-msg {
    background: #ecb6b64f;
}
.right-box-msg.box-msg-dark {
    background: #712a2a4f!important;
	color: #fff !important; 
}
.right-box-msg.box-msg-dark div span{ 
	color: #fff !important; 
}.right-box-msg.box-msg-dark span{ 
	color: #fff !important; 
}

.left-box-msg,
.right-box-msg {
    border: 0px;
    border-radius: 5px;
    padding: 10px 10px 5px;
    margin: 5px;
    /* width: fit-content; */
    max-width: 50%;
    display: inline-block;
    line-height: 18px;
    text-align: left;
    word-break: break-word;
}

.msg-box-container.container-right {
    text-align: right;
}

.left-box-msg span,
.right-box-msg span {
    float: right;
    color: #0a0a0a66;
    margin-top: 8px;
    font-size: 12px;
    margin-left: 10px;
    font-weight: 500;
}

.patientimg img {
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 36px;
    height: 34px;
}

.fa.fa-paperclip {
    font-size: 25px
}

.fa.fa-paper-plane {
    font-size: 25px
}

.paper-plane {
    background: none;
    border: none;
    color: #285289;
    margin-top: 8px;
    margin-right: 15px;
}

.padding-ten {
    padding: 10px;
}

.patient-header-inbox {
    padding: 8px 0px 8px;
    display: inline-block;
    width: 100%;
    background: #285289;
}

span.compose-group-name {
    color: #fff;
    padding: 9px 0;
    display: inline-block;
    width: 100%;
    font-weight: 500;
}

.patientimg {
    text-align: center;
}

.patient-header-inbox a.back_btn {
    color: #fff;
    padding: 9px 0;
}

.my_messages-container-box {
    max-height: 400px;
    overflow-y: auto;
}

.left-box-msg img,
.right-box-msg img {
    width: 100%;
    height: 100%;
}

.patmesgs {
    display: inline-block;
    width: 100%;
    background: #fff;
    text-align: center;
}

.nav-tabs>li:last-child>a {
    margin-right: 0;
}

.listing-pro-sec {
    background: #fff;
}

.authqucod {
    padding: 30px;
    background: #fff;
    border: 1px solid #ddd;
}

.seleexercises .patient_details_blk .add-item {
    font-size: 14px;
    padding: 8px 19px;
    margin-bottom: 0;
    border: 1px solid;
    display: inline-block;
}


/* Surveys Css */


/** Survey Section */

.surveys_detail h2 {
    font-size: 20px;
    text-align: left;
    margin-bottom: 5px;
}

.surveys_list {
    padding: 0px;
    border: 2px solid #cccccc;
    border-radius: 5px;
    background: #fff;
}

.surveys_list .pendcount {
    padding: 12px;
    background: #fff;
    text-align: right;
    color: #5f5f5f;
    border-bottom: 1px solid #cccccc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: inline-block;
    width: 100%;
}

.surveys_list span.allowvist {
    float: left;
    color: #5f5f5f;
    font-size: 18px;
    font-weight: 600;
}

.surveys_list .checkbox-btn label::before,
.surveys_list .radio-btn label::before {
    top: -3px;
    left: 0;
    margin-left: -5px;
}

.surveys_list .checkbox-btn label::after,
.surveys_list .radio-btn label::after {
    left: 0;
    top: -10px;
    margin-left: -10px;
}

.surveys_list .checkbox-btn {
    padding-top: 0;
    padding-left: 12px;
}

.surveys_list .checkbox-btn.survey-slct {
    position: absolute;
    right: 0;
}

.surveys_detail h3 {
    font-size: 18px;
    /* margin: 5px 0;*/
    color: #5f5f5f;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
}

.surveys_list ul li {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #cccccc;
    padding: 10px 0;
    vertical-align: middle;
    background: #efeeed;
}

.surveys_list ul li.srvyassin {
    background: #fff;
}

.surveys_list ul li:last-child {
    border-bottom: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.surveys_list ul li:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.surveys_list a.surveycom {
    background: #4db790;
    color: #fff !important;
    padding: 5px;
    display: block;
    font-weight: 500;
    /* width: 94px; */
    text-align: center;
    margin-top: 3px;
    /* clear: both; */
}

.surveys_list a.surveypend {
    color: #fff !important;
    padding: 5px;
    display: block;
    font-weight: 500;
    background: #ee5736;
    text-align: center;
    margin-top: 3px;
}

.patsurveys .viewtitle .back,
.patsurveys a.back,
.patsurveys a.assignsurvy {
    padding: 10px 20px;
    display: inline-block;
    background: #eea06f;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 !important;
    border: 1px solid #eea06f;
}

.patsurveys a.assignsurvy {
    float: right;
}

.surveys_list h3>p {
    display: inline;
    font-size: 13px;
    color: #428bca;
}

.surveys_list h3>a {
    font-size: 14px;
    color: #fff !important;
    background: #f15736;
    padding: 7px 8px 5px;
    border-radius: 22px;
    display: inline-block;
    float: right;
    width: 100px;
    text-align: center;
}

.surveys_detail>span {
    display: inline;
    font-size: 13px;
    color: #428bca;
    float: right;
    font-weight: 600;
    padding: 6px 8px;
}

.surveys_detail>a {
    font-size: 14px;
    color: #fff !important;
    background: #f15736;
    padding: 5px 0px 5px;
    border-radius: 22px;
    display: inline-block;
    float: right;
    width: 100px;
    text-align: center;
    font-weight: 600;
}

.surveys_detail>a.view_surys {
    background: #4db790;
}

.surveys_detail>p {
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    color: #757979;
    text-align: justify;
    line-height: 18px;
    padding: 6px 0;
    margin: 0;
}


/** Survey Start Display */

.survey_start {
    /*   padding: 15px 0;
    border: 2px solid #cccccc; */
    border-radius: 5px;
    background: #fff;
    display: inline-block;
    width: 100%;
}

.survey_start h3 {
    font-size: 28px;
    color: #5f5f5f;
    margin-bottom: 15px;
}

.survey_start .start_img {
    margin-top: 10px;
    text-align: center;
}

.survey_start .start_text {
    text-align: center;
}

.survey_start .start_text>p {
    font-size: 18px;
    text-align: justify;
    color: #757979;
    font-style: italic;
    line-height: 24px;
    margin-bottom: 59px;
}

.survey_start .start_text>h4 {
    font-size: 17px;
    text-align: center;
    margin: 24px 0 0 0;
    display: inline-block;
}

.survey_start .start_text>span {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #757979;
    padding: 25px;
    display: inline-block;
}

.survey_start .start_text>a>i {
    font-size: 18px;
}

.survey_start .questext {
    padding: 5px 0;
    margin-bottom: 15px;
}

.survey_start .questext>p {
    font-size: 16px;
    color: #747879;
    font-weight: 500;
    margin-bottom: 10px;
}

.survey_start .quesanstxt {
    padding: 5px 0;
    margin-bottom: 5px;
}

.survey_start .quesanstxt>p {
    font-size: 14px;
    color: #747879;
    margin-bottom: 10px;
    line-height: 20px;
}

.survey_start .questext>span {
    font-size: 15px;
    color: #f15736;
}

.survey_start .btn.btn-default {
    background: #eea06f;
    color: #fff !important;
    border: 1px solid #eea06f;
    padding: 7px 40px;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    border-radius: 0px;
}

.survey_start .intake_section .btn-default.nextsurvy {
    background: #9b9a9a;
    border: 1px solid #9b9a9a;
}

ul.sfques li {
    padding-bottom: 10px;
    margin: 5px 0;
    text-align: left;
}

ul.sfques span {
    margin-bottom: 15px;
    font-size: 14px;
    color: #306f9b;
    font-weight: 600;
    display: inline-block;
    line-height: 16px;
    `: 5px 0 6px 0;
    width: 100%;
}


/* ul.sfques .check_seprate{padding: 6px 0 2px 5px;} */


/* ul.sfques .childques .check_seprate{padding: 0px;} */

ul.sfques .check_seprate .innercheck {
    display: inline-block;
    padding: 5px 0 0;
}

ul.sfques .check_seprate label {
    color: #036f9b;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
}

ul.sfques .radio-btn {
    padding-top: 5px;
    margin: 0px 35px 5px 0;
    display: block;
}

ul.sfques .radio-btn input[type="radio"] {
    left: 8px;
    top: 4px;
}

ul.sfques .radio-btn label {
    line-height: 12px;
    padding-left: 10px;
    color: #706f6f;
    font-size: 12px;
}

ul.sfques .radio-btn label::before {
    top: 2px;
    margin-left: -17px;
    width: 8px;
    height: 8px;
}

ul.sfques .radio-btn label::after {
    top: -2px;
    margin-left: -15px;
    width: 16px;
    height: 16px;
    border: 2px solid #eea06f;
}

ul.sfques .radio-btn input[type="radio"]:checked+label {
    color: #eea06f;
}

.intake_section h4 {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 16px;
}

ul.section_question li {
    background: #efeeed;
    cursor: pointer;
    margin-bottom: 2px;
}

ul.section_question li>a {
    color: #737778 !important;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    font-size: 12px;
    padding: 10px 5px;
}

ul.section_question li.active {
    background: #eea06f;
}

.intake_section {
    padding: 10px 0;
}

.intake_section .selectques {
    text-align: center;
    vertical-align: bottom;
    padding: 35px 0;
}

.intake_section .selectques>h3 {
    font-size: 24px;
    color: #eea06f;
    padding: 20px 0;
    margin: 20px 0px;
}

ul.section_question {
    min-height: 220px;
}

.intake_section .btn.btn-default {
    opacity: 1;
}

.intake_section .btn-default.nextsurvy {
    background: #9b9a9a;
    border: 1px solid #9b9a9a;
}

.questionslider {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.questionslider h4 {
    margin-bottom: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-size: 16px;
}

.questionslider .slider.slider-horizontal {
    width: 100%;
}

.questionslider .slider .slider-track {
    width: 100%;
    background-image: -webkit-linear-gradient(left, #E74C3C 0%, #F1C40F 50%, #1ABC9C 100%);
    background-image: linear-gradient(to right, #E74C3C 0%, #F1C40F 50%, #1ABC9C 100%);
    border-radius: 10px;
}

.questionslider .slider .slider-track .slider-selection {
    width: 100%;
    background-image: none;
}

.questionslider .slider .slider-track-high {
    background: #e3ddd7;
}

.questionslider .slider .slider-handle.min-slider-handle.round {
    color: #fff;
    text-align: center;
    padding: 5px 0;
}

.questionslider .slider .slider-handle {
    top: -3px;
    width: 25px;
    height: 25px;
    background-color: #004285;
    background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
    margin-left: -13px;
}

.min_range,
.max_range {
    font-size: 20px;
    color: #41465b;
    padding: 5px 5px;
    width: auto !important;
}

.max_range {
    float: right;
}

.min_range {
    float: left;
}

.graphdetails {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #004285;
    text-align: center;
    padding: 10px 0px;
}

.graphdetails p {
    font-size: 18px;
    padding: 15px 0 5px;
    color: #1f4484;
    font-weight: 500;
}

.viewtitle {
    text-align: center;
    padding: 5px 0;
}

.viewtitle h4 {
    font-size: 22px;
    font-weight: 600;
    color: #5f5f5f;
    text-transform: uppercase;
}

.totalview {
    padding: 10px 0 0;
}

.totalview span:last-child {
    float: right;
}

.totalview span {
    font-size: 18px;
    margin: 5px 0;
    display: inline-block;
    color: #054484;
    padding: 0 20px;
    line-height: 20px;
}

.totalview span p {
    font-size: 14px;
}

.listdetails {
    padding: 20px 0 10px;
    width: 100%;
}

.listdetails table>thead>tr>th {
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding-bottom: 15px;
    background-color: #204280;
    font-weight: 500;
}

.listdetails table>tbody>tr>th {
    width: 47%;
    padding: 5px !important;
    background: none;
}

.listdetails.sflist table>tbody>tr>th {
    width: 20%;
}

.listdetails table>tbody>tr>td {
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
    color: #EEA06F;
}

.listdetails>table>tbody>tr>th>.sectitle span {
    padding: 14px;
    margin-right: 5px;
    display: inline-block;
    width: 10%;
}

.listdetails>table>tbody>tr>th>.sectitle a {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    color: #EEA06F;
    font-weight: 400;
    vertical-align: top;
}

.goog-tooltip {
    z-index: 99999;
}

.intakanswer a.totalanswer {
    float: left;
    padding: 10px 0;
    font-size: 18px;
    color: #f08d48;
    font-weight: 600;
}

.pcsimg,
.mcsimg {
    display: inline-block;
    width: 49%;
}

.pcsimg img,
.mcsimg img {
    display: inline-block;
    width: 370px;
}

span.without {
    display: inline-block;
    vertical-align: top;
}

.secquestions {
    display: inline-block;
    width: 98%;
    padding: 6px 0 2px 5px;
}

span.withdes {
    display: inline-block;
    width: 100%;
}

.exercise_builder .secquestions textarea.form-control {
    height: auto;
}

.sensorform {
    display: inline-block;
    width: 100%;
}

.sensorform .custom_upload_doc {
    width: 100%;
}

.sensorform .custom_upload_doc .help-block {
    margin: 0px;
}

.sensorform .custom_upload_doc .inputfile+label {
    padding: 12px 15px;
}

.custom_upload_doc #sensor-doc {
    display: none;
}

.backpaint.listdetails table>tbody>tr>td {
    text-align: left;
    padding-left: 18px !important;
    font-size: 12px;
    width: 150px !important
}

.survey_start .slider .slider-track {
    width: 100%;
    background-image: -webkit-linear-gradient(left, rgb(255, 98, 59) 0%, rgb(240, 226, 36) 50%, #1ABC9C 100%);
    background-image: linear-gradient(to right, rgb(101, 255, 62) 0%, rgb(240, 226, 36) 50%, rgb(255, 98, 59) 100%);
    border-radius: 10px;
}

.survystatus {
    text-align: center;
}


/********** Home Screen Css *********/

.download-screen {
    background-image: -moz-linear-gradient(150deg, #1c195b 30%, #a60697 75%);
    background-image: -ms-linear-gradient(150deg, #1c195b 30%, #a60697 75%);
    background-image: linear-gradient(150deg, #1c195b52 30%, #a6069740 75%);
    -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    text-align: center;
    height: 100vh;
}

.home-screen {
    height: 100vh;
    background-image: -moz-linear-gradient(150deg, #1c195b 30%, #a60697 75%);
    background-image: -ms-linear-gradient(150deg, #1c195b 30%, #a60697 75%);
    background-image: linear-gradient(150deg, #1c195b52 30%, #a6069740 75%);
    -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
}

.homeforms {
    -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 5px 20px;
    background: #fff;
    margin: 0 50px;
    text-align: center;
}

.homeforms .logo {
    padding: 10px 0 0;
    text-align: center;
}

.homeforms .logo img {
    width: auto;
    display: inline-block;
}

.homeforms .logo a {
    display: inline-block;
    width: 100%;
    padding: 0px 10px;
}

.homenotice,
.logotext {
    color: #4c4b4b;
    padding: 25px 50px 0;
    line-height: 20px;
    text-align: justify;
}

.homeforms input {
    height: 49px;
    border: 1px solid #1b2d8a;
    border-radius: 8px;
}

form#pro-login {
    padding: 25px 15px 5px;
}

.homeforms label.control-label {
    padding: 0 10px;
    background: #fff;
    top: 3px;
    left: 32px;
    font-weight: 400;
    color: #4c4b4b;
    margin: 0;
    transform: translate(0, 8px);
}

.homeforms .help-block {
    position: absolute;
    margin: 3px 0 0;
    line-height: 18px;
    text-align: left;
}

.homeforms form span {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.utbtn {
    background: linear-gradient(108deg, #1c195b 30%, #a60697 76%);
    border: 1px solid;
    padding: 10px 35px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 5px;
    display: inline-block;
}

a.forgot {
    display: inline-block;
    width: 100%;
    text-align: right;
    margin-top: 14px;
    color: #112a72;
    text-decoration: underline;
}

.homeforms.mfaverify {
    text-align: center;
}

.homeforms .header.mfaerr {
    padding: 10px 0 15px;
}

.homeforms .header {
    font-size: 32px;
    color: #204281;
    font-weight: 600;
    padding: 10px 0 35px;
    line-height: 32px;
}

.homeforms.mfaverify .homenotice {
    padding: 15px 0 28px;
    font-size: 16px;
}

.homeforms.mfaverify label.control-label {
    top: 2px;
    padding: 0 15px;
}

.homeforms.mfaverify form span {
    margin: 9px 0 15px;
}

.mfalogo img.img-responsive {
    display: inline-block;
}

.mfalogo a {
    display: inline-block;
    width: 100%;
}

.mfalogo {
    text-align: center;
    margin: 0 0 20px;
}

ul.passwordcon {
    text-align: left;
    padding: 5px 90px 15px;
}

.passwordcon li {
    font-size: 12px;
    list-style: inside;
}

.homeforms .authqucod {
    padding: 18px;
    text-align: center;
    border-radius: 6px;
    margin: 5px 0 10px;
}

.homeforms p {
    font-size: 16px;
    color: #1b2d8a;
    text-align: justify;
}

.mfanotice {
    margin: 25px 0;
    color: #4c4b4b;
}

.homeforms h4 {
    font-size: 20px;
    color: #1b2d8a;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: normal;
}

button.utbtn.fwbtn {
    width: 100%;
    padding: 5px 0 3px;
    margin-top: 5px;
}

.middle_right .homeforms h4 {
    text-align: center;
}

.homeforms .mfasetting {
    display: inline-block;
    width: 100%;
    padding: 20px 5px 0px;
}

.mfasetting .mfareq {
    display: inline-block;
    width: 49.8%;
    border-right: 1px solid #ff7800;
    padding: 10px;
    text-align: center;
}

.mfasetting .mfastatus {
    display: inline-block;
    width: 49.8%;
    padding: 10px;
    text-align: center;
    color: #4c4b4b;
}

.mfareq .checkbox-btn {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.homeforms .mfareq label.control-label {
    position: relative;
    font-size: 16px;
    padding: 0 30px;
    color: #4c4b4b;
}

.mfastatus .utbtn {
    margin: 0 20px;
    padding: 5px 30px 4px;
    font-size: 12px;
}


/** facility dashboard ******/

.xn-logo img {
    width: auto;
    height: 100%;
}

.skipmfa {
    text-align: center;
    margin: 10px 0;
    display: inline-block;
    width: 100%;
}

.skipmfa a {
    background: #da6816;
    padding: 10px 80px 8px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
}

a.utbtn.fwbtn {
    width: 100%;
    text-align: center;
    padding: 7px 0 5px;
}

a.utbtn:hover,
a.utbtn:focus {
    text-decoration: none;
    color: #fff;
}

.ui-dialog .ui-dialog-title {
    width: 100%;
}

.authqucod img {
    display: inline-block;
    width: 100%;
}

a.back_btn_mfa {
    position: absolute;
    background: #ff7800;
    color: #fff;
    padding: 2px 10px 3px;
    border-radius: 4px;
    right: 80px;
}

a.back_btn_mfa:hover {
    text-decoration: none;
    color: #fff;
}

.connecting span {
    font-size: 32px;
    font-weight: 600;
    color: #ff8400;
    position: absolute;
}

.ui-autocomplete {
    z-index: 999999;
}

.grayRecommanded {
    color: #b1b0ab;
    font-size: 12px;
}

.exercise_detail h2 {
    margin-bottom: 15px;
}

.exercise_detail ol li {
    line-height: 18px;
    margin-bottom: 8px;
}

.calling-mg.img-responsive {
    text-align: center;
    margin: 10px auto;
}

.calling-mg-txt {
    text-align: center;
    font-size: 16px !important;
    color: #111 !important;
    padding: 16px;
    line-height: 27px;
    text-align: justify;
}

.no-past-episode {
    text-align: center;
}

.no-past-episode h4 {
    font-size: 18px;
}

.no-past-episode img {
    margin: 25px auto;
    width: 360px;
}

.modal-open .modal {
    z-index: 999999;
}

#cancelnot .canceldata {
    text-align: center;
    color: #818080;
}

#cancelnot .canceldata img {
    width: 100px;
    margin-bottom: 10px;
}

#cancelnot .canceldata h2 {
    font-weight: 600;
    margin-bottom: 12px;
}

#cancelnot .canceldata p {
    line-height: 20px;
    font-weight: 500;
    font-size: 16px;
}

a.btn.pink_btn.callnum {
    background: no-repeat;
    color: #d9681c;
}

#cancelnot .modal-footer {
    text-align: center;
}

.intialimage {
    text-align: center;
    padding: 30px 10px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
}

.intialimage p {
    font-size: 42px;
    display: inline-block;
    line-height: initial;
}

.notificon {
    text-align: center;
    padding: 12px 5px;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    line-height: initial;
}

.img-responsive.initaiicon {
    width: 30px;
    border-radius: 50%;
    height: 30px;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    padding: 3px 0;
    font-weight: 600;
}

.img-responsive.msgintialicon {
    width: 38px;
    border-radius: 50%;
    height: 38px;
    display: inline-block;
    font-size: 13px;
    text-align: center;
    padding: 11px 0;
    font-weight: 600;
}

.img-responsive.iniepiimg {
    height: 100%;
    margin: auto;
    font-size: 48px;
    line-height: initial;
    font-weight: 600;
    padding: 40px 0;
}

.img-responsive.propatinimg {
    height: 100%;
    text-align: center;
    padding: 15px 10px;
    font-size: 17px;
    ;
    font-weight: bold;
    line-height: 22px;
}

.img-responsive.inipepimg {
    height: 100%;
    margin: auto;
    font-size: 36px;
    line-height: initial;
    font-weight: 600;
    padding: 34px 0;
}

a.back_btn_exe:hover,
a.back_btn_exe:active,
a.back_btn_exe:focus {
    color: #eea06f;
}

.img-responsive.notificonli {
    line-height: initial;
    font-size: 24px;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-weight: 600;
    height: 100%;
    padding: 24px 0;
}

.patinet-profile-img .img-responsive.notificonli {
    font-size: 22px;
    padding: 22px 0;
}

.survey-slct label {
    font-size: 14px;
    padding: 0 18px !important;
}

.surveys_list .checkbox-btn.survey-slct label::before {
    top: 6px;
    border: 2px solid #eea06f;
    border-top: none;
    border-right: none;
}

.surveys_list .checkbox-btn.survey-slct label::after {
    left: 0;
    top: 0px;
}

.library_list.exercise_builder a {
    margin: 0;
}

.owl-theme .owl-controls .owl-pagination {
    display: none;
}

.provider-info {
    padding: 10px 0;
}

.provider-info .exercise-program {
    border: 1px solid #f08d48;
    padding: 10px;
}

.program_details {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 15px;
}

.lavel-program {
    padding: 10px 5px;
    border: 1px solid #bdd7f8;
    width: 100%;
    /* float: left; */
}

.lavel-of-exercise {
    border-bottom: 1px solid #bdd7f8;
}

span.lavel-of-exercise-heading {
    font-size: 19px;
    border-bottom: 1px solid #809bbc;
    color: #245899;
    padding-bottom: 4px;
    text-align: center;
    width: 100%;
    text-align: center;
    margin: 0 14%;
}

.lavel-of-exercise-content {
    margin-top: 15px;
}

.lavel-of-exercise-content table {
    margin-bottom: 0px;
}

.lavel-of-exercise-content table tr.border-buttom td {
    border-bottom: 2px solid #285289;
}

.post-exercise {
    border-bottom: 1px solid #bdd7f8;
    width: 100%;
    /* float: left; */
    display: inline-block;
    padding: 10px 0;
    /* height: 122px; */
}

.post-exercise-content {
    text-align: center;
}

.post-exercise-content h3 {
    color: #285289;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.pain-socre {
    font-size: 16px;
    color: #c76d3d;
    margin: 5px;
    font-weight: 600;
}

.pain-socre-date {
    color: #285289;
    font-size: 16px;
    line-height: 24px;
    margin: 5px;
}

.post-exercise-metter-content {
    text-align: center;
    vertical-align: text-bottom;
    /* margin-top: 40px; */
    /* margin-bottom: 30px; */
}

.moon {
    width: 55px;
    height: 100px;
    border-top-right-radius: 110px;
    border-bottom-right-radius: 110px;
    border: 15px solid #e66e2db3;
    border-left: 0;
    /* position: absolute; */
    /* top: 0; */
    /* right: 35px; */
    display: inline-block;
}

.total-score {
    font-size: 46px;
    color: #ea7034;
    text-align: center;
    padding: 8px 15px 0px 0;
    margin: 0;
}

.exercise-sets-action .table {
    background: #beb8b5;
    margin-bottom: 10px;
}

.exercise-sets-action .table>thead>tr>th {
    background: #c76d3d;
    color: #fff;
    font-size: 12px;
    text-align: center;
    font-size: 14px;
    text-transform: capitalize;
    padding: 4px;
}

h2.exercise-sets-name {
    font-size: 16px;
    text-align: center;
    color: #285289;
    font-weight: 600;
    margin: 0px;
    text-transform: capitalize;
}

h2.exercise-sets-score {
    font-size: 20px;
    text-align: center;
    color: #285289;
    margin: 3px;
    text-transform: capitalize;
}

h2.exercise-sets-type {
    font-size: 14px;
    text-align: center;
    color: #285289;
    margin: 0px;
    text-transform: capitalize;
}

.sets-action-icon {
    margin: 4px;
    display: inline-block;
    width: 35px;
}

h2.exercise-sets-type {
    font-size: 14px;
    text-align: center;
    color: #285289;
    margin: 0px;
    text-transform: capitalize;
}

.patinet-profile-img img {
    height: 100%;
}

.notifi_img img.img-responsive {
    height: 100%;
    width: 100%;
}

.icon-box {
    background: #141d6d !important;
}

.btn-event {
    background: linear-gradient(to right, #061d64, #b81dd4) !important;
}

.btn-info-text p {
    color: #171d6f !important;
}

.content-box-header {
    border-bottom: 1px solid #141d6d;
}

.middle_blk.clearfix .col-md-8 .middle_right h2 {
    background: #061d64 !important;
    border-bottom: 1px solid #061d64 !important;
}

.patientsrclist .uplaodimg {
    background: linear-gradient(to right, #061d64, #b81dd4) !important;
}

table.table th {
    background-color: #061d64;
}

a.joinroompat {
    padding: 6px 15px;
    /*  background: #eea06f; */
    background: linear-gradient(to right, #061d64, #b81dd4);
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    display: inline-block;
}

a.devicetest {
    position: absolute;
    right: 30px;
    top: 20px;
    background: linear-gradient(150deg, #1c195b 30%, #a60697 75%);
    color: #fff;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
}

.my-room-btn {
    margin-top: 0px;
    border: none;
    background: #eea06f;
    color: #fff;
    font-size: 15px;
    padding: 8px 5px;
    border-radius: 5px;
}

i#togglePassword {
    position: absolute;
    top: 25px;
    font-size: 20px;
    color: orange;
    right: 20px;
}

.downloadaap img.img-responsive {
    display: inline-block;
}

.downloadaap a {
    display: inline-block;
    width: 100%;
}

.downloadaap {
    text-align: center;
    margin: 20px 0;
}

.download-screen p {
    display: inline-block;
    width: 100%;
    color: #194080;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 20px;
    text-align: center;
}

.download-screen a.utbtn.open_apps {
    margin-top: 10px;
}

.redactor-editor {
    padding: 10px;
}

.redactor-editor p {
    margin-bottom: 0px;
}

.checkemail {
    padding: 20px 0 10px;
}

.header-info {
    display: inline-block;
    width: 100%;
    line-height: initial;
    text-align: center;
    padding: 7px;
}

a.devicetest.getstrt {
    right: 175px;
}

.getstart.utbtn {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    margin-top: 15px;
}

span.orline {
    transform: translate(0px, 33px);
    display: inline-block;
    text-align: center;
    background: #fff;
    padding: 5px 10px;
    font-weight: 600;
    color: #4c4b4b;
}

.homeforms hr {
    border-top: 1px solid #a60697;
    width: 85%;
}

.checkemail .forgot {
    margin-bottom: 20px;
    margin-top: 22px;
    float: right;
    width: auto;
}

.homenotice a.mdevicetest {
    display: none;
    background: linear-gradient(150deg, #1c195b 30%, #a60697 75%);
    color: #fff;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    width: 100%;
    margin-top: 14px;
}

.homeforms .header {
    color: #1c195b;
    text-transform: uppercase;
    padding: 0 0 25px;
}

.homeforms.checkavail {
    padding: 50px;
}

.homeforms input.availabilty {
    width: 100%;
    margin: 29px 0 30px;
    border-radius: 30px;
    padding: 12px 60px 12px 15px;
    font-size: 16px;
    border-color: #a60697;
}

.homeforms.checkavail p {
    text-align: center;
    margin-bottom: 15px;
    line-height: 22px;
    padding: 0 35px;
    color: #1c195b;
    font-weight: 500;
}

.utbtn.waitlist {
    width: 210px;
    border-radius: 25px;
    margin: 20px 0;
}

.utbtn.sendmail {
    width: 250px;
    border-radius: 25px;
    margin: 20px 0;
}

.homeforms.checkavail p.clrtxt {
    color: #ac15a7;
}

a.later {
    display: inherit;
    margin-top: 8px;
    font-size: 14px;
    text-decoration: underline;
    color: #1c195b;
}

.preferred-form {
    padding: 20px;
    margin: 0 20px;
}

.preferred-form input[type="text"],
.preferred-form input[type="email"] {
    width: 100%;
    border-radius: 38px;
    height: 36px;
    margin-bottom: 15px;
    text-align: center;
    border-color: #a60697;
}

a#checkavailabilty {
    margin: 50px 0 0;
}

.clrtxt a {
    color: #ac15a7;
    text-decoration: underline;
}

.homeforms span.error {
    position: absolute;
    left: 20px;
    top: 80px;
    color: #e91414;
}

.checkavail .radio-btn label {
    color: #ac15a7;
}

.checkavail .radio-btn label::after {
    border: 2px solid #ac15a6;
}

.checkavail .radio-btn label::before {
    background: #ac15a7;
    height: 14px;
    width: 14px;
    top: 2px;
    left: 4px;
}

.checkavail .radio-btn input[type="radio"] {
    height: 18px;
    left: 7px;
    margin: 0;
    cursor: pointer;
}

.checkavail .check_seprate {
    padding: 10px 0;
    margin-bottom: 10px;
}

.checkavail .radio-btn input[type="radio"]:checked+label {
    color: #ac15a7
}

.checkavail .radio-btn input[type="radio"]:checked+label::after {
    border: 2px solid #ac15a7
}

.checkavail .radio-btn input[type="radio"]:checked+label::before {
    opacity: 1
}

.preferred-form .help-block {
    bottom: -3px;
    left: 25px;
}

a.pback {
    position: absolute;
    top: 20px;
    left: 22px;
    font-size: 18px;
    color: #1c195b;
    font-weight: 600;
    text-transform: uppercase;
}

.transactions-table table th {
    background-color: #eea06f !important;
    color: #ffffff !important;
    font-weight: normal;
}

/* Style the tab content (and add height:100% for full page content) */
a.back.pink_btn {
    font-size: 18px;
    padding: 8px 35px 7px;
    font-weight: 600;
    margin-top: 5px;
    float: right;
}

h3.pro_head {
    text-align: center;
    font-weight: 600;
    margin: 15px 0 0;
}

/* Style tab links */
.tablink {
    color: white;
    float: left;
    cursor: pointer;
    padding: 5px 0;
    font-size: 15px;
    font-weight: 600;
    width:24%;
    background-color: #eea06f;
    border: 1px solid;
    border-radius: 5px;
}

.tablink:hover,
.tablink:active,
.tablink:focus {
    background-color: #061d64;
    color: #fff;
}

.tabcontent {
    display: none;
}

.episodes h3 {
    text-align: center;
    display: inline-block;
    width: 100%;
    background-color: #ff8c4480;
    border-radius: 8px;
    font-size: 14px;
    padding: 9px 0 7px;
    font-weight: 600;
}

.programcontent {
    clear: both;
    padding: 8px;
}

.episodeData {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
}

a.epiname {
    background: #b14400;
    width: 100%;
    display: inline-block;
    border-radius: 8px;
    font-size: 12px;
    padding: 4px 0;
    color: #fff;
    font-weight: 500;
    position: relative;
}

.episodes {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.tablink.episodelink {
    width: 10%;
    font-size: 12px;
    padding: 3px;
    font-weight: 600;
    background-color: #fff;
    color: #eea06f;
    margin-right: 5px;
}

.episodeData .program_box {
    display: inline-block;
    width: 100%;
    padding: 8px 5px 0;
    background: #eea06f14;
    border-radius: 5px;
}

.tablink.episodelink:hover,
.tablink.episodelink:active,
.tablink.episodelink:focus {
    color: #fff;
    background-color: #eea06f;
}

.tablink.active {
    background-color: #061d64;
}

.tablink.episodelink.active {
    color: #fff;
    background-color: #eea06f;
}

.tabcontent.episodecontent {
    clear: both;
    padding: 10px 5px 5px;
    overflow-x: auto;
}

.epiname span {
    background: #fff;
    color: #b14400;
    padding: 2px 8px;
    position: absolute;
    right: 10px;
    top: 1px;
    border-radius: 8px;
    font-size: 10px;
    font-weight: 600;
    border: 1px solid;
}

.epiname span.timelog {
    right: 95px;
}

.epiname span.timeclose {
    right: 155px;
    color: #fff;
    background: no-repeat;
    border: none;
    top: 2px;
}

.episodes.pastepi h3 {
    background: #C4C2C3;
}

.pastepi a.epiname {
    background-color: #868686;
}

.pastepi span {
    color: #333;
}

.pastepi .tablink.episodelink {
    color: #333;
    border: 2px solid #868686;
}

.pastepi .tablink.episodelink:hover,
.pastepi .tablink.episodelink:active,
.pastepi .tablink.episodelink:focus {
    color: #fff;
    background-color: #868686;
}

.pastepi .tablink.episodelink.active {
    color: #fff;
    background: #868686;
}

.pastepi .episodeData .program_box {
    background-color: #F1F1F1;
}

.pastepi .program_box .table>thead>tr>th {
    border-bottom-color: #868686;
}

.program_box .table>thead>tr>th {
    background: none !important;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    padding: 5px 3px 3px 6px;
    border-bottom-color: #EEA06F;
    color: #333;
    white-space: nowrap;
}

.program_box table.table {
    border: none !important;
    font-size: 10px;
    text-align: left;
    color: #454545;
    width: 100%;
}

.program_box .table>tbody>tr>td {
    padding: 4px 3px 4px 8px;
    border-bottom: 1px solid #eea06f;
    white-space: nowrap;
    vertical-align: inherit;
}

.notes_form .program_box .table>tbody>tr>td {
    white-space: inherit;
}

.pastepi .program_box .table>tbody>tr>td {
    border-bottom: 1px solid #C4C2C3;
}

.program_box span.right-ind.kv-clear {
    line-height: 0.7rem;
}

.program_box .form-control {
    height: 26px;
    line-height: 14px;
    font-size: 12px;
}

.program_box {
    display: inline-block;
    width: 100%;
    clear: both;
    background: #fff;
    padding: 5px 10px;
    overflow-x: auto;
}

.pageentries {
    display: inline-block;
    /* width: 100%; */
    padding: 10px;
}
.list-head .form-control, .pageentries .form-control {display: inherit;width: 150px;}
.pageentries select#pageSize {
    display: inherit;
    width: 75px;
}

.model-body .changestats {
    display: inline-block;
    width: 100%;
}

.changestats .form-group {
    display: inline-block;
    width: 100%;
}

.summary {
    padding: 10px 0 0;
}

header .header_menu {
    width: 100%;
    display: inline-block;
}

.custom_search .time_log {
    float: right;
}

.time_log {
    display: inline-block;
    color: #d96824;
    font-weight: 600;
}

.time_log span.time_txt {
    padding: 6px 5px;
    display: inline-block;
}

.time_log span.time_btns a {
    padding: 0 5px;
    border-radius: 50%;
    font-size: 18px;
}

.time_log span.time_btns .timeplay {
    color: #fff;
    padding: 6px 6px 5px 10px;
    background: #d96824;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
}

.time_log span.time_btns {
    display: inline-block;
    margin: 0 2px;
}

.time_log span.time_btns i {
    margin: 0px;
}

.time_log span.timetimer {
    border: 1px solid;
    padding: 8px 10px 5px;
    margin: 0 5px;
    display: inline-block;
    border-radius: 5px;
}

.time_log span.timetimer label {
    margin-bottom: 0;
    padding: 0px 3px 0px;
}

.time_log a.timeloglist {
    padding: 0 5px;
    display: inline-block;
    color: #000;
}

.time_btns a.timepause {
    color: #061D64;
}

.time_btns a.timestop,
.time_btns a.timetrash {
    color: #c70f0f;
}

.time_log a.timecheck,
.logsave,
.addtimecheck {
    color: #00c900;
}

.time_log a.timepauseplay {
    color: #d96824;
}

.time_log a.time_none {
    display: none;
}

a.appointsrch-prev,
a.appointsrch-nxt {
    color: #d96824;
    border-radius: 5px;
    border: 2px solid;
    padding: 5px 15px;
    /* margin: 0 10px 0 0; */
}

span.srch-date {
    color: #428bca;
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
}

input#serchdate {
    width: 150px;
    border: 2px solid #d96824;
    color: #d96824;
    text-align: center;
    font-size: 12px;
    display: inline-block;
    background: #fff;
    height: 28px;
    margin: 0 5px;
    font-weight: 600;
}

.custom_search {
    padding: 10px 5px;
    font-size: 12px;
    display: inline-block;
    width: 100%;
}

.custom_search .time_log .timetimer {
    border: 2px solid;
    padding: 6px 10px 4px;
    border-radius: 5px;
}

.log_list .time_log .timetimer {
    border: 2px solid;
    padding: 6px 5px 4px;
    font-size: 12px;
    margin: 0;
    width: 100%;
}

.custom_search .time_log .time_txt,
.log_list .time_log .time_txt {
    color: #000;
    font-size: 14px;
    padding: 0;
}

.log_list {
    padding: 20px 12px;
}

.log_list .time_log {
    width: 100%;
}

.time_log .help-block {
    margin: 0;
    font-size: 10px;
    position: fixed;
    font-weight: 400;
}

.time_log li {
    display: inline-block;
    width: 19.7%;
    margin-bottom: 15px;
}

.time_log li:last-child {
    width: 3%;
    font-size: 18px;
    padding-left: 7px;
}

.log_list .form-control,
#search_provider {
    font-size: 12px;
    padding: 5px;
    height: 28px;
    border: 2px solid;
    color: #d96824;
}

input#search_provider {
    width: 150px;
    display: inline-block;
    margin-left: 10px;
}

.log_list .form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #d96824;
    opacity: .7;
    /* Firefox */
}

a.clearcal {
    font-size: 14px;
    font-weight: 600;
    margin-left: 8px;
    color: orangered;
}

.com-left {
    text-align: left;
}

#logpopup .modal-body p {
    word-break: break-word;
    line-height: 24px;
}

.program_box table tbody tr td i {
    color: #d96824;
    font-size: 12px;
    font-weight: 600;
}

.program_box div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
}

.provider_notes .program_box table.table {
    overflow-x: scroll;
    display: inline-block;
    width: 100%;
}

.provider_notes .program_box .table>thead>tr>th {
    white-space: nowrap;
    padding: 5px;
}

.middle_right.provider_notes .table>thead>tr>td {
    padding: 5px;
}

.middle_right .program_box .table>tbody>tr:nth-of-type(2n+1) {
    background-color: #eea06f2e;
}

.program_box .filters .form-control {
    border: 1px solid #eea06f;
}

.program_box .checkbox-btn label::before{width: 8px;height: 4px;top: 0px;left: 4px;margin-left: 0;}
.program_box .checkbox-btn label::after{width: 16px;height: 16px;left: 0px;top: -5px;margin-left: 0px;}
.notes_form .program_box .form-control { height: auto; }
.notes_form .table>tbody>tr>td:last-child span{ margin-top: 10px; display: inline-block; width: 100%;}
.middle_right .program_box table tbody tr th {padding: 5px;background-color: #fff;border-bottom:2px solid #EEA06F;border-top: 2px solid #EEA06F;color: #333;font-weight: 600;}
.middle_right .program_box table tr th h2 {margin: 5px 0;border: none;text-align: center;padding: 0;}
.notes_form .table>tbody>tr>td:last-child span.weekcount { width: auto; margin: 0; }
.weektype { display: inline-block; width: 100%; padding: 18px 0; }
.program_box .btn {margin-top: 10px;background-color: #061D64;}
.program_box .btn i { color: #fff; margin: 0;}
.program_box .form-control.chngtype {height: 24px;font-size: 10px;padding: 5px;width: 85px;}
.btn.btn-btm{background: #eea06f;color: #fff !important;}
select.input-sm {height: 30px;line-height: 20px!important;}
.daterangepicker.ltr.show-calendar.opensright { z-index: 999999;}
.tabcontent.create_pro_patient.active { clear: both; padding: 10px 5px 5px; }
.tabcontent.create_pro_patient a.back_btn_exe { float: right; margin: 0 5px 5px; color: #B14400; position: unset; }
.uplaodimg.set_btn { float: none; display: inline-block; font-size: 14px; font-weight: 600; padding: 6px 24px;}
.uplaodimg.set_btn img { display: inline-block; width: 14px; }
.modal .modal-header h4 {color: #fff;font-weight: 600;margin: 0;}
.tillle-new-ref {color: #014681;font-weight: bold;font-size: 25px;text-transform: uppercase;margin-left: 10px; border-bottom: 2px solid #EEA06F;}
.sub_refrel h4 {color: #d86836;font-size: 18px;text-transform: uppercase;margin: 10px 0px;}
.sub-ref-detials {width: 100%;float: left;}
.sub-ref-detials h6 { color: #d86836; font-size: 16px; text-transform: uppercase; margin: 10px 0px; text-decoration: underline;}
.sub-ref-detials p { margin-bottom: 15px;}
.program_box .exacbtn-hostory {float: right; width: unset;font-size: 14px;display: inline-block; margin-top:0px;}
.program_box .untitle-div {float: left;width: 20%;margin: 2px 16px 0px 0px;text-align: center;}
.program_box .duration-box {font-size: 14px;display: inline-block;padding: 5px 0;width: unset;}
.program_box .new_heading { display: inline-block; width: 100%; }
.program_box .add_schedule_blk h3 { padding: 7px 10px; }
.program_box .exercise_builder a { color: #fff; padding: 0px 5px; font-weight: 600; }
.program_box ul.search_imgs li { width: 19%; }
.sub-ref-detials  #set-mfa .checkbox-btn label, .radio-btn label {line-height: 9px;  padding-left: 30px; }
.calling-option .fa { background: #061d64;
    border-radius: 50%;
    color: #ffffff;
    font-weight: 600;
    height: 30px;
    line-height: 30px;
    margin-left: 0px;
    position: initial;
    text-align: center;
    width: 30px;
    font-size: 13px;
    margin-top: 1px;}
	
.calling-option.facility .dropdown .dropbtn {
    padding: 22px 0px !important;
    border-left: 0px solid #eea06f;
}	
.calling-option.facility .fa {     background: #d96824;    margin-top: -5px; }	


.calling-option.facility.queue .dropdown .dropbtn{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 24px 10px 24px 10px !important;

}
.calling-option.facility.queue .dropdown .dropbtn:hover{color:#fff;}
.pink-referral{background: #FFCCCB;}
.green-referral{background: #BBFFBB;}
.orange-referral{background:#f08c4873;}
.perpal-referral{background:#d4d2d2;}
.blue-referral{background:#d1e0fd;}
.create_patient_icon { width: 30px;   display: inline-block;}
.kv-drp-dropdown .left-ind,.kv-drp-dropdown .right-ind {top: 0.5rem;}
.kv-drp-dropdown .caret{border-top: 1em solid;border-right: 0.5em solid transparent;border-left: 0.5em solid transparent;}
a.changst {margin: 0 2px;font-size: 14px;}
.program_box table tbody tr td a.changst i {font-size: 14px;}
.table tr td .set_btn { margin: 2px 0 0; padding: 3px 12px; font-size: 12px; text-transform: capitalize; }
.modal-body p {word-break: break-all;line-height: 24px;}
.modal p.help-block.help-block-error { display: inherit;}
.listing-pro-sec span.nomsg { display: inline-block; width: 100%; text-align: center; font-size: 18px; line-height: 32px; padding: 12px 0; color: #eea06f; }


/* exercise serch scroll css */
.favourite_set ul.search_imgs li {  display: inline-block;  float: unset !important; } 
.mCSB_container {overflow-y: scroll !important; }
ul.search_imgs{width: 100%; display: inline-block;list-style-type: none;text-align: justify;  }
ul.ui-sortable{width: 100%; display: inline-block;list-style-type: none;text-align: justify;  white-space: nowrap;  overflow-x: auto;text-align: left;}
#imageListId {white-space: nowrap; overflow-x: auto;  text-align: left;}
ul.ui-sortable li{float: unset;}
#imageListId li{float: unset;} 
.imageListId li{float: unset;} 
.imageListId {white-space: nowrap; overflow-x: auto;  text-align: left;}
.middle_right .exercisenav .nav-tabs>li {  width: 25% !important }
#imageListId{margin: 0;padding: 0;list-style-type: none;text-align: initial;}
#imageListId div{margin: 0 4px 4px 4px;	padding: 0.4em;}
#imageListId {white-space: nowrap; overflow-x: auto;  text-align: left;}
table.table.appointment {display: inline-block;overflow-x: auto;width: 100%;}
table.table.appointment .form-control{ min-width: 90px; }
.kv-drp-dropdown .left-ind { left: 6px; }
.kv-drp-dropdown .right-ind { right: 6px; }
.kv-drp-dropdown .kv-clear { padding: 0 0.3rem; right: 1rem; }
.kv-drp-dropdown .range-value {padding-left: 18px;}
.program_box .billingform .form-control { height: 32px; line-height: 16px; font-size: 14px; }
table.innertbl {width: 100%;border: 1px solid black;border-top: none;}
.yii-debug-toolbar_position_bottom {  visibility: hidden;}
.tablink.parentlink {padding: 5px 20px;width: auto;margin: 2px 1px;}
.parentcontent { clear: both; margin-top: 5px; float: left; width: 100%; border-top: 2px solid #EEA06F; padding-top: 5px; }
.program_box select.update-time-box.form-control {width: 165px;height: 30px;display: inline-block;border: 1px solid #eea06f;padding: 0 5px;margin-right: 10px;}
.sub_refrel { display: inline-block; width: 100%; padding: 15px; }
a:hover, a:focus {color: #fff;text-decoration: none;}
.profile_box .profile_details h3 { text-align: inherit; }
.profile_details .form-control { display: inline-block; width: auto; }
.back_btn_section span { font-size: 16px; font-weight: 600;padding: 0 25px;display: inline-block;margin-top: 5px;}
.tablink.programlink.inacpros{ background-color: gray; }
.program_box table tbody tr td .set_btn i { color: #fff; }
.program_box .carefuntions table tr {background: #1117681f;}
.pending-count-ribbon{    background: linear-gradient(to right, #061d64, #b81dd4); color: #fff;  height: auto; line-height: 21px; margin-bottom: 10px; margin-top: 10px; font-size: 18px; font-family: 'Open Sans', sans-serif !important; padding: 22px 30px; border-radius: 15px;}
.patientlistimg{ height: 55px; width: 55px; display: inline-block; }
.table tr th a:hover,table tr th a:focus,.table tr td a:hover,table tr td a:focus { color: #333;}
.rtmdashboard {padding: 15px 0;background: #6899d726;border-radius: 5px;display: inline-block;}
.rtmdashboard .row { background: #3267b712; padding: 8px 0; }
.rtmdashboard .panel-default { border-color: snow; }
.rtmdashboard .col-sm-12,.rtmdashboard .col-sm-4, .rtmdashboard .col-sm-2, .rtmdashboard .col-sm-6 {padding: 0 5px;margin-bottom: 10px;}
.rtmdashboard .panel-body { padding: 5px;}
.rtmdashboard .rtmactive {text-align: center;background: #D96824;color: #fff;padding: 20px 5px;border: 1px;}
.rtmdashboard .rtmpensign {text-align: center;background: #688bef;color: #fff;padding: 15px 5px;border: 1px;}
.rtmdashboard .rtmactive span,.rtmdashboard .rtmpensign span{padding: 20px 10px 0;font-size: 32px;display: inline-block;line-height: initial;font-weight: 600;}
.rtmdashboard .panel-body h4{text-align: center;line-height: inherit;margin-bottom: 12px;}
a.logsave:hover,a.addtimecheck:hover,a.logsave:focus,a.addtimecheck:focus{color: #EEA06F;}
.program_box.rtmtable {padding: 5px 0 0;}
.program_box.rtmtable table.table.appointment { display: inline-table; }
.program_box.rtmtable h4 { text-align: left; border-bottom: 1px solid #eea06f; margin-bottom: 5px; padding-bottom: 5px; }
.program_box.rtmtable .table>thead>tr>th { border-bottom: 3px solid;}
div#piechart {padding: 10px 0;}
button.atrisk, button.norisk, button.atpen { border: none; width: 90px; font-size: 14px; }
button.atrisk { background: #ffc0c0c7; }
button.norisk { background: #8deb8d; }
button.atpen { background: #eea06f6b; }
.form_heading h4 { margin-bottom: 8px; }
.profile_details a:hover,.profile_details a:focus{color:#eea06f}
.profile_details h3 i { margin-left: 5px; font-size: 14px; }
.profile_details h3 span i { margin: 0px 10px 0; color: #1c6488; font-size: 24px; }
.profile_details h3 span { position: absolute; color: #1c6488; display: inline-block; right: 30px; }
.downloadreprts { float: right; display: inline-block; margin-bottom: 10px; }
.downloadreprts .dropdown-menu>li>a { color: #333; }
.bootstrap-dialog .modal-dialog{-webkit-transform: translate(0, 25%)!important;-ms-transform: translate(0, 25%)!important; -o-transform: translate(0, 25%)!important; transform: translate(0, 25%) !important;}
.bootstrap-dialog.fade{opacity: 1 !important;}
.modal-backdrop.fade {  opacity: .5; }
.rtmbillingtbl table tr p label {background: #0a6dd3;color: #fff;margin: 0;padding: 5px 6px 4px;}
.rtmbillingtbl table tr td p label {width: 35%;}
.rtmbillingtbl table tr th p label {width: 100%; font-size: 12px;}
.rtmbillingtbl .innertbl tr td p:last-child { border-bottom: none; }
.rtmbillingtbl table tr td p:last-child label { padding-bottom: 5px; }
.rtmbillingtbl table tr td p {font-size: 12px;border-bottom: 1px solid;height: 24px;}
.rtmbillingtbl table tr td p span { display: inline-block; width: 64%; padding-left: 5px; }
table.printsummary>thead>tr>th { padding: 7px 15px; }
table.printsummary tr td { padding: 3px 8px; }
table.printsummary tr td table tr th { padding: 10px;}
.printsummary .checkbox-btn{vertical-align: text-bottom;padding-top:0px;}
.printsummary .checkbox-btn label::before{width: 10px; height: 5px; top: -2px; left: 22px}
.printsummary .checkbox-btn label::after{width: 16px; height: 16px; top: -6px; left: 19px}
.form_heading h2{display: inline;}
.program_box .table>tbody>tr>td .duplicate {    font-size: 16px; display: inline-block; color: red; } 
.right-box-msg a:hover, a:focus, a:active{color:#337ab7;}
a.assigned { background: #eea06f; padding: 5px 10px; margin: 0 10px; color: #fff; font-weight: 600; font-size: 12px; border-radius: 15px; }
.patsurveys a.assignsurvy.category-head{display: none;}
.profile_edit:hover{color: #337ab7;text-decoration: none;}
.tab-content > .active {display: block !important;}
.dark_msg_bg{background-color: #efd7e4 !important;}
.platform_resources h3{font-size: 14px; font-weight: 400; margin: 10px 15px; line-height: 24px;}
.pull-center{text-align: center !important;}
.x-navigation.x-navigation-horizontal .xn-icon-button>a .fas{  margin: 0px;}
.x-navigation.x-navigation-horizontal>li>a .fas{  color: #ffffff; margin: 0;}
.x-navigation li>a .fas{ color: #8b91a0; text-align: center; width: 20px; font-size: 14px; margin-right: 10px; vertical-align: baseline; -webkit-transition: color 200ms ease; -moz-transition: color 200ms ease; -ms-transition: color 200ms ease;    -o-transition: color 200ms ease; transition: color 200ms ease;}
.fas {display: inline-block;font: normal normal normal 14px/1 FontAwesome;font-size: inherit;line-height: 1;text-rendering: auto; -webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.x-navigation.x-navigation-horizontal li.top-menu-end-options .message-center a {padding: 10px;}
.notes_form .table>tbody>tr>td:last-child span.note-icon-caret { margin-top: 0;}
.note-editor button.note-btn.btn {  margin-top: 0; background-color: #fff;}
.note-editor button.note-btn.btn i{color:  #000; }
.note-editable ul{  margin: inherit;  padding: inherit;}
.note-editable ol,.note-editable ul {margin: inherit; padding: inherit;}
.Therapist-Corrections{margin:10px 160px 30px 0px !important;}
.Liaison-Audit{margin: 10px 0px 30px 125px !important;}
.workflow-item{margin:10px 0px 15px;text-align: center;}
.img-flowchart{ transition: transform .2s;    width:72px; /* Animation */}
.img-flowchart:hover{ transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */}
.workflow-item-image p{	font-size: 18px; font-weight: 600;color: #1f367a; line-height: 30px;} 
.p2{ color: #ee6512 !important;}
.content-center-text.workflow h2 {font-size: 24px; text-align: center; margin:  5px 0px 10px; color: #1f367a;font-weight: bold;}
.content-center-text.workflow { padding: 10px 20px 10px; }
/* first row   */
.arrow-flowchart-forwordarrow-1{position:absolute; left:21%; top: 20%; width: 10%; height: 17px;} 
.arrow-flowchart-forwordarrow-2{position:absolute; left:37%; top: 20%; width: 10%; height: 17px;}
.arrow-flowchart-forwordarrow-3{position:absolute; left:53%; top: 20%; width: 10%; height: 11px;} 
.arrow-flowchart-forwordarrow-4{position:absolute; right:21%;top: 20%; width: 10%; height: 11px;}

/* second row   */
.arrow-flowchart-backword-1{position: absolute; left:21%; top: 33%; width: 10%; height: 17px;}	
.arrow-flowchart-backword-2{position: absolute; left:37%; top: 33%; width: 10%; height: 17px;}
.arrow-flowchart-backword-3{position: absolute; left:53%; top: 33%; width: 10%; height: 17px;}
.arrow-flowchart-backword-4{position: absolute; right:21%;top: 33%; width: 10%; height: 17px;}

/* tired row   */
.arrow-flowchart-forwordarrow-5{position:absolute; left:21%; top:50%; width: 10%; height: 17px;} 
.arrow-flowchart-forwordarrow-6{position:absolute; left:37%; top:50%; width: 10%; height: 17px;}
.arrow-flowchart-forwordarrow-7{position:absolute; left:53%; top:50%; width: 10%; height: 11px;} 
.arrow-flowchart-forwordarrow-8{position:absolute; right:21%;top:50%; width: 10%; height: 11px;}
 
 
 
/* fourth row   */
.arrow-flowchart-backword-5{position: absolute; left:37%;  bottom:32%; width: 10%; height: 17px;}	
.arrow-flowchart-backword-6{position: absolute; left:53%;  bottom:32%; width: 10%; height: 17px;}
.arrow-flowchart-backword-7{position: absolute; right:21%; bottom:32%; width: 10%; height: 17px;}
.arrow-flowchart-backword-8{position: absolute; left:21%;  bottom:32%; width: 10%;height: 17px;}
 

/* fifth row   */
.arrow-flowchart-forwordarrow-9{position:absolute; left:21%;  bottom:16%; width: 10%; height: 17px;} 
.arrow-flowchart-forwordarrow-10{position:absolute; left:37%; bottom:16%; width: 10%; height: 17px;}
.arrow-flowchart-forwordarrow-11{position:absolute; left:53%; bottom:16%; width: 10%; height: 17px;}
.arrow-flowchart-forwordarrow-12{position:absolute; right:21%; bottom:16%; width: 10%; height: 17px;}
 

.arrow-flowchart-dwonleft{position:absolute;right:9%;top:16%;width:45px;}
.arrow-flowchart-dwonright{position:absolute;left:10%;top:34%;width:45px;}
.arrow-flowchart-dwonleft-1{position:absolute;right:9%;top:47%;width:45px;}
.arrow-flowchart-dwonright-1{position:absolute;left:10%;bottom:14%;width:45px;}

.desktop-hidden{display:none}
.a-flowchart{ display: flex;  /* background: #111; */ justify-content: center; align-items: center; flex-direction: column;}

.workflow-item-image .count{position: absolute;top: -10%;right: 27%;border-radius: 22px;width: 40px;    background: #eea06f;color: #fff;height: 40px;padding: 11px;}
.workflow-item-image .patient_count{}
.workflow-item-image .registration_count{right: 28%;}
.workflow-item-image .PreIV_count{}
.workflow-item-image .visit_transfer{}
.workflow-item-image .PostIV_count{}
.workflow-item-image .notes_status_count{}
.workflow-item-image .virtual_visits_count{}
.workflow-item-image .Checkin_count{}
.workflow-item-image .registration_audit_count{}
.workflow-item-image .Clinical_aud_count{}
.workflow-item-image .therapist_corr_count{}
.workflow-item-image .ref_link_count{}
.workflow-item-image .sync_count{}
.workflow-item-image .discharged_count{}

/** Audit report column **/
#audit-report table { border-spacing: 0;height: 600px; overflow-y: auto; margin-bottom: 15px;}
#audit-report thead th { border-left: none; padding: 5px; text-align: center; position: sticky; top: 0; background-color: #eea06f !important; color: #fff; z-index: 10; }
#audit-report td { border-left: none; border-right: 1px solid #bbbbbb;  border-bottom: 1px solid #bbbbbb; padding: 5px;  text-align: center;}
#audit-report th:nth-child(1),#audit-report td:nth-child(1) { position: sticky; left: 0; width: 135px; max-width: 135px; min-width: 135px;}
#audit-report th:nth-child(2),#audit-report td:nth-child(2) { position: sticky; left: 135px; width: 175px; max-width: 275px; min-width: 175px;}
#audit-report th:nth-child(3),#audit-report td:nth-child(3) { position: sticky; left: 310px; width: 130px; max-width: 130px; min-width: 100px;}
#audit-report th:nth-child(4),#audit-report td:nth-child(4) { width: 140px; max-width: 140px; min-width: 140px; position: sticky;
left: 410px;}
#audit-report th:nth-child(5),#audit-report td:nth-child(5) { width: 140px; max-width: 140px; min-width: 140px; position: sticky;
left: 550px;}
#audit-report td:nth-child(1),#audit-report td:nth-child(3),#audit-report td:nth-child(4),#audit-report td:nth-child(5),#audit-report td:nth-child(2) {  background: #eee;   z-index: 9; text-align: center;}

#audit-report th:nth-child(1),#audit-report th:nth-child(3),#audit-report th:nth-child(4),#audit-report th:nth-child(5),#audit-report th:nth-child(2) {background-color: #eea06f !important; color: #fff;  z-index: 19; text-align: center;}
.list-head ul.pagination { width: auto; margin: 0px; display: inline-flex;}
.list-head .summary { display: inline-block;margin: 0px 15px;vertical-align: top;}
.list-head .pageentries {width: auto; vertical-align: top; padding: 0;}
.list-head {float: left; margin: 15px 0;}
.reports_btn a.set_btn { font-size: 10px; padding: 3px 6px;  margin: 3px;}
.editor_top {display: inline-block;width: 100%;border-bottom: 2px solid #061d64;margin-bottom: 20px;}
.editor_top h3 {color: #eea06f;margin-bottom: 10px;display: inline-block;width: 100%;font-size: 24px;}
.editor_top .tablink.parentlink {margin: 0 30px 0 0;border-bottom: none;border-bottom-right-radius: 0;border-bottom-left-radius: 0;color: #333;background-color: #ff8c4480;border-color: #eea06f;border-width: 2px;font-size: 13px;width: 150px;padding: 5px 0px;}
.editor_top .tablink.parentlink.active { color: #fff; background: #eea06f;}
.HeightInputBox{    display: inline-block;}
.HeightInputBox span{}
.HeightInputBox lable {}
#FeetErr, #InchesErr{color:red} 
.profileSection{}
.updateHieghtRes{}
.selected-codes {display: inline-block; width: 100%;  margin-top: 20px;}
#charges .program_box .form-control {height: auto;}
.mfa_req.radio-btn label { font-size: 15px; padding: 8px 15px;}
.searchfield{margin-top: 12px;}
.program_box .searchfield .form-control{ height: 32px;}
.planshow{display: table-row-group;}
.add-manager-fav{color:#6b5f5f}
.add-manager-fav:hover{color:red !important;}
.add-manager-fav.active{color:red}
.alert{line-height: initial;}
.middle_right .surveys_detail h2 {  font-size: 22px !important;}
.green-color{color:green;margin: 0px 5px; font-size: 8px;vertical-align: super;}
.orange-color{color:orange;margin: 0px 5px;font-size: 8px;vertical-align: super;}
.red-color{color:red;margin: 0px 5px;font-size: 8px;vertical-align: super;}
.patsurveys .viewanswer { padding: 10px 0; font-size: 17px; text-align: left; margin: 10px 0; }
a#upload_qrcode { float: none; display: inline-block; padding: 10px 45px; font-size: 16px; margin-bottom: 20px; }
.messagenav.mangermsg  .nav-tabs>li>a:hover {  background-color: #204281; color: #ffffff !important;}
.custom_pagining_info { padding-top: 8px; white-space: nowrap; color: #204281; font-size: 15px; padding-top: 8px; white-space: nowrap; }
.custom_paginate{margin: 0;white-space: nowrap;text-align: right;padding: 0px;text-align: right;float: right;}
 


/*  Provider video summery css */
.techCheckBody {height: 100vh;width: 100%;display: flex;flex-wrap: nowrap;position: relative;}
.awcore-tmc-content {flex-grow: 1;display: flex;}
.awcore-tmc-video {height: 100%;width: 100%;object-fit: cover;}
.awcore-tmc-blur {filter: blur(15px);opacity: .5;}
.awcore-tmc-send {width: 100%;line-height: initial;margin: 15px 0px;display: inline-flex;align-items: center;justify-content: center;}
.awcore-tmc-send .set_btn { float: none; background: #081f65; border: 2px solid #081f65; }
.awcore-tmc-send .awcore-tmc-again.set_btn { color: #081f65; background: #fff; }
.awcore-tmc-footer {position: absolute;bottom: 50px;display: inline-block;width: 100%;text-align: center;}
.awcore-tmc-header {position: absolute;top: 15px;display: inline-block;width: 100%;z-index: 9;}
.awcore-tmc-header .awcore-tmc-timer { float: right; font-size: 24px; margin-right: 20px; line-height: initial; }
.awcore-tmc-header .set_btn { float: left; font-size: 14px; margin-left: 20px; background: #081f65; border: 2px solid #081f65; }
.awcore-tmc-footer button {border: none;background: no-repeat;font-size: 16px;border-radius: 50%;color: #fff;margin: 0 8px;}
button.awcore-tmc-microphone {font-size: 24px;}
.awcore-tmc-footer .awcore-tmc-play,.awcore-tmc-footer .awcore-tmc-pause { background: red; padding: 10px 12px; }
.awcore-tmc-footer button i { margin: 0;}
.awcore-tmc-footer .awcore-tmc-stop { background: #0c2265; padding: 10px 12px;}
.awcore-tmc-no-session {width: 100%;display: inline-block;text-align: center;margin: auto;color: #f12222;}
.send-none{display: none;}
div#schedule-warning { margin: 40px 0 20px;}
.checkbox-btn.notes-slct input[type="checkbox"] { margin-left: -20px; margin-top: -7px;}
.table tr td .set_btn.import { float: none; font-size: 16px; padding: 5px 40px; }
.program_box .carefuntions .table>tbody>tr>td{white-space: normal;}
#ai_script_proccess{text-align: center; margin: 30px auto 30px;}
#ai-process-status{font-family: 'Open Sans', sans-serif !important;text-align: center;font-size:28px;
    color: #191d70;font-weight: bold;margin-bottom: 30px; }
.ai-process-inner-container {  padding: 0 0px;    margin-top: 35px; }	
.ai-process-box-container{ box-shadow: 0 0 10px rgb(0 0 0 / 20%); background: #fff; margin-top: 5px; margin-bottom: 15px; border-radius: 10px; padding: 8px 10px; }
.ai-process-title{font-family: 'Open Sans', sans-serif !important;text-align: center;font-size: 16px;color: #191d70;font-weight: bold;line-height: 26px;}
#ai_script_proccess img{width: 100%;}
.Epic-Esing-Count p{font-size:20px;text-align: center;line-height: 30px;padding:0px;}
.epic-button{text-align: center;margin: 25px 0px;}
.epic-button-a{padding: 10px 10px; background: #d96824;color: #fff;font-size: 22px;font-weight: 500;display: inline-block;border-radius: 5px;}
#EpicEsingCount .modal-content{border-radius:14px 14px 10px 10px;}
#EpicEsingCount .modal-header{background-color: #d96824;padding: 14px;border-radius: 10px 10px 0px 0px;}
.create_form_heading{font-size:22px !important; font-weight: 600;  display: inline-block;text-transform: uppercase;}
.timeslot_heading{    text-align: center;}
.timeslot_heading_type{background-color: #eea06f !important;text-align: center;margin-bottom: 5px;color: #fff;}
.patient_select_modal .modal-header{background-color: #eea06f !important;}
.program_box .program_id.form-control {width: 135px;height: 20px;line-height: 18px;padding: 0;position: absolute;right: 100px;top: 2.2px;text-align: center;}
/* .checkbox-btn input[type="checkbox"].othcode:disabled+label::after { background: #26bd14; border-color: #26bd14;} */
.green{color: #95b75d !important;}
/* Style only disabled checkboxes that are checked */
input[type="checkbox"].othcode:disabled:checked+label::after{
    background-color: #eea06f; /* Yellow */
    border-color: #d96824; /* Darker Yellow */
}