﻿/*
Website name:
Author:
Version:
Description:
Tags:
*/



/* General CSS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, img, strong, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}

* {
    outline: none;
}

.tooltip {
    border-bottom: 0 !important;
}

label {
    margin-bottom: 4px;
}


/*a, input, select, p, textarea, h6, h5, label {
font-family:Lato!important;
}*/

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote:before, blockquote:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* Main HTML CSS */
body {
    margin: 0px;
    color: #333333;
    /*font-size: 14px;
    font-family: 'Raleway', Lato, sans-serif !important;*/
    font-family: Lato, sans-serif !important;
}

a {
   color:#333;
    text-decoration: none;
}

    a, a:hover, a:focus, a:visited {
        outline: 0;
        text-decoration: none;
    }

button, button:hover, button:focus, button:visited {
    outline: 0;
    text-decoration: none;
}

input, input:hover, input:focus, input:visited {
    outline: 0;
    text-decoration: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0;
    text-decoration: none;
}

a:hover {
    color: #07bab7;
    text-decoration: underline;
}
.admin-content .btn-hspital-new:hover{
    color:#fff !important;
}
input, select, textarea {
    color: #333333;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
}

.clr, .clear {
    clear: both;
}

/*.blue {
    color: #293e8f;
}

.green {
    color: #01cc01;
}

.gray {
    color: #8f8a7a;
}

.red {
    color: #C83A25;
}

.black {
    color: #464242;
}*/

.uprCase {
    text-transform: uppercase;
}

.font10 {
    font-size: 10px;
}

.font11 {
    font-size: 11px;
}

.font12 {
    font-size: 12px;
}

.font13 {
    font-size: 13px;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font24 {
    font-size: 24px;
}

.font25 {
    font-size: 25px;
}

.font30 {
    font-size: 30px;
}

.font36 {
    font-size: 36px;
}

.w100p {
    width: 100%;
}

.w45p {
    width: 45%;
}

.w30p {
    width: 30%;
}

.w70p {
    width: 70%;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

p {
    margin: 10px 0;
}

body, html {
    min-height: 100%;
    position: relative;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    font-family: 'Roboto', sans-serif !important;
}

.lato {
    font-family: lato;
}
/* buttons CSS */
.btnstyle1 {
    border: 1px solid #07bab7;
    padding: 8px 30px 6px 30px;
    color: #000 !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 13px;
    background-color: #fff;
}

    .btnstyle1:hover {
        background-color: #07bab7 !important;
        color: #fff !important;
    }

.btnstyle3 {
    background-color: #07bab7;
    border: 1px solid #07bab7;
    padding: 8px 30px 6px 30px;
    color: #fff !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 13px;
    cursor: pointer;
}

    .btnstyle3:hover {
        background-color: #709418 !important;
        border: 1px solid #709418;
    }

.blackbtn {
    background-color: #000;
    border: 1px solid #000;
    padding: 10px 30px 8px 30px;
    color: #fff !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 15px;
    text-transform: uppercase;
}

    .blackbtn:hover {
        background-color: #2b2b2b;
    }

body p {
    color: #666666;
    font-size: 14px;
}
/* Header CSS */
.orange {
    color: #ff7e00;
}

.navbar-inverse {
    background-color: #fff;
    border: none;
}

.header .logo {
    height: auto;
    float: none;
    display: block;
}

.droplogo a i {
    color: #000;
    position: relative;
    top: 6px;
    left: 12px;
}

.droplogo ul {
    padding: 0px;
}

    .droplogo ul li a {
        border-bottom: 1px solid #eee;
        padding: 10px 0 10px 15px;
    }

.loginbtns a {
    margin-left: 5px;
    display: block;
    float: left;
}
/* End Header CSS */

/* Footer CSS */
.home-maincon {
    margin-top: 30px;
    min-height: 600px;
    margin-bottom: 50px;
}

.footer {
    background-color: #fff;
    margin-top: 25px;
    padding: 5px 0 3px 0;
    border-top: 1px solid #dcdcdc;
    width: 100%;
    z-index: 9;
}


.ui-datepicker {
    position: absolute;
}

footer.footer .footerlinks li {
    display: inline-block;
    list-style: none;
    padding-right: 12px;
}

    footer.footer .footerlinks li a {
        color: #666666;
    }

        footer.footer .footerlinks li a:hover {
            color: #000;
        }

footer.footer .footerlinks {
    padding-top: 6px;
}

footer.footer .newsletter {
    padding-top: 6px;
    margin-bottom: 20px;
}

    footer.footer .newsletter .gobtn {
        background: url(../images/gobtn.png) 8px 8px #000 no-repeat;
        padding: 10px 10px 0px 19px;
        border: none;
    }

    footer.footer .newsletter input[type="text"] {
        height: 30px;
        width: 215px;
        float: left;
        background-color: #e9e9e9;
        border: 1px solid #cbcbcb;
        padding: 5px;
        font-style: italic;
    }

footer.footer .footerlogo {
    margin-bottom: 20px;
}

.socials {
}

    .socials ul li {
        display: inline-block;
        list-style: none;
        margin-left: 10px;
    }

        .socials ul li a {
            height: 30px;
            display: block;
            font-size: 15px;
            text-align: center;
            padding: 6px 0px 5px;
            width: 30px;
            background-color: #000;
            color: #fff;
            border-radius: 50%;
        }

            .socials ul li a:hover {
                background-color: #e2e2e2;
                color: #666666;
            }

footer.footer .lastfooter {
    padding-bottom: 60px;
    text-align: center;
}

    footer.footer .lastfooter p {
        font-family: 'Roboto', sans-serif !important;
        font-size: 14px;
    }
/* End Footer CSS */

/* slider CSS */
.slider_box {
    position: relative;
    margin-top: 62px;
}

    .slider_box .carousel {
        min-height: 521px;
    }

    .slider_box .carousel-inner {
        position: absolute;
    }

.slidertext {
    position: absolute;
    top: 100px;
    left: 22%;
    text-align: center;
}

    .slidertext h1 {
        color: #fff;
        font-family: 'Roboto', sans-serif !important;
        text-transform: uppercase;
        margin-bottom: 50px;
    }

    .slidertext p {
        color: #fff;
        margin-top: 15px;
        font-family: Lato;
    }

.slider_box .carousel-caption .greenbtn {
    font-family: 'Roboto', sans-serif !important;
    border: none;
    color: #fff;
    background-color: #07bab7;
    display: inline-block;
    margin: 20px 0;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    padding: 10px 40px;
    font-size: 22px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .slider_box .carousel-caption .greenbtn:hover {
        background-color: #709418;
    }

.slider_box .carousel-caption h1 {
    font-size: 45px;
    font-weight: 700;
}

.slider_box .carousel-caption h3 {
    font-size: 32px;
    font-weight: 600;
}


.slider_box .carousel-caption h1, h3 {
    margin-bottom: 10px;
}

.carousel-caption h3 {
    font-size: 27px !important;
    font-weight: 500 !important;
    margin-top: 27px !important;
}

/* End slider CSS */


/* personal nutrition section 1 CSS */
section.personalnutrition {
    padding: 50px 0;
    text-align: center;
}

    section.personalnutrition .heading h1 {
        text-align: center;
        text-transform: uppercase;
        font-size: 30px;
    }

    section.personalnutrition .subheading {
        text-align: center;
        color: #666666;
    }

    section.personalnutrition img {
        border: 3px solid #fff;
        box-shadow: 0px 0px 2px 2px #e2e2e2;
        margin: 30px auto;
        width: 260px;
        width: 100%;
    }

    section.personalnutrition .boxtext {
        text-align: center;
        margin: 0 auto;
    }
/* End personal nutrition section 1 CSS */

/*seperator css*/

.seprator {
    height: 1px;
    width: 100%;
    background-color: #d8d9d1;
    margin: 20px 0;
}

.seprator2 {
    height: 70px;
    width: 1px;
    float: left;
    margin-right: 20px;
    margin-top: -15px;
    margin-left: -10px;
    background-color: #d8d9d1;
}
/* expert section 1 CSS */

section.expert {
    padding: 30px 0;
    text-align: center;
}

section.expert {
    margin-bottom: 0px !important;
}

section.expert1 .boxtext {
    text-align: center;
}

section.expert1 img {
    border: 3px solid #fff;
    box-shadow: 0px 0px 2px 2px #e2e2e2;
    margin: 25px auto;
    border-radius: 50%;
    text-align: center;
    width: 200px;
    height: 200px;
}

section.expert .heading h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
}

section.expert .boxtext {
    text-align: center;
    margin: 0 auto;
}

.adminfooter .ftrspan {
    margin: 10px 0 0;
}

.adminfooter {
    border-top: 1px solid #dcdcdc;
}

.item a img {
    opacity: 1 !important;
}

.ui-widget-content {
    border: 0 !important;
}

.ui-datepicker-calendar {
    border: 1px solid #aaaaaa;
}

.slider_box .carousel-inner {
    background: #000 !important;
}
/* End expert section 1 CSS */

/* help section 1 CSS */

section.help {
    padding: 30px 0;
}

    section.help img {
        border: 3px solid #fff;
        box-shadow: 0px 0px 2px 2px #e2e2e2;
        margin-bottom: 25px;
    }

    section.help h3 {
        font-size: 25px;
        text-transform: uppercase;
    }

    section.help p {
        margin-bottom: 35px;
    }
/* End help section 1 CSS */

/*testimonials css */
.testimonials {
    width: 100%;
    height: auto;
    margin: 20px 0px 50px 0px;
}

    .testimonials .grey {
        background-color: #e9e9e9;
        color: #333333;
    }
/* Carousel */


#quote-carousel .coustmer {
    margin-top: 30px;
    text-transform: uppercase;
    color: #1b1414;
    font-weight: 600;
}

blockquote footer, blockquote small, blockquote .small {
    font-size: 100%;
}

    blockquote footer:after, blockquote small:after, blockquote .small:after {
        content: '\2014 \00A0';
    }

#quote-carousel {
    padding: 10px 10px 10px 10px;
    margin-top: 30px; /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}

    #quote-carousel .carousel-control {
        background: none;
        color: #CACACA;
        font-size: 2.3em;
        text-shadow: none;
        margin-top: 10px;
    }

        #quote-carousel .carousel-control.left {
            left: -60px;
        }

        #quote-carousel .carousel-control.right {
            right: -60px;
        }

.carousel-inner {
    min-height: 150px;
}

.item blockquote {
    border-left: none;
    margin: 0;
}

.mar_btm10 {
    margin-bottom: 10px;
}

.mar_top10 {
    margin-top: 10px;
}

.mar_right10 {
    margin-right: 10px;
}

.mar_left10 {
    margin-left: 10px;
}

.mar_btm20 {
    margin-bottom: 20px;
}

.mar_top20 {
    margin-top: 20px;
}

.mar_right20 {
    margin-right: 20px;
}

.mar_left20 {
    margin-left: 20px;
}

.mar_btm30 {
    margin-bottom: 30px;
}

.mar_top30 {
    margin-top: 30px;
}

.mar_right30 {
    margin-right: 30px;
}

.mar_left30 {
    margin-left: 30px;
}

.mar_btm40 {
    margin-bottom: 40px;
}

.mar_top40 {
    margin-top: 40px;
}

.mar_right40 {
    margin-right: 40px;
}

.mar_left40 {
    margin-left: 40px;
}

.mar_btm50 {
    margin-bottom: 50px;
}

.mar_top50 {
    margin-top: 50px;
}

.mar_right50 {
    margin-right: 50px;
}

.mar_left50 {
    margin-left: 50px;
}
/*padding custom css*/

.pad_btm10 {
    padding-bottom: 10px;
}

.pad_top10 {
    padding-top: 10px;
}

.pad_right10 {
    padding-right: 10px;
}

.pad_left10 {
    padding-left: 10px;
}

.pad_btm15 {
    padding-bottom: 15px;
}

.pad_top15 {
    padding-top: 15px;
}

.pad_right15 {
    padding-right: 15px;
}

.pad_left15 {
    padding-left: 15px;
}

.pad_btm20 {
    padding-bottom: 20px;
}

.pad_top20 {
    padding-top: 20px;
}

.pad_right20 {
    padding-right: 20px;
}

.pad_left20 {
    padding-left: 20px;
}

.pad_btm30 {
    padding-bottom: 30px;
}

.pad_top30 {
    padding-top: 30px;
}

.pad_right30 {
    padding-right: 30px;
}

.pad_left30 {
    padding-left: 30px;
}

.pad_btm40 {
    padding-bottom: 40px;
}

.pad_top40 {
    padding-top: 40px;
}

.pad_right40 {
    padding-right: 40px;
}

.pad_left40 {
    padding-left: 40px;
}

.pad_btm50 {
    padding-bottom: 50px;
}

.pad_top50 {
    padding-top: 50px;
}

.pad_right50 {
    padding-right: 50px;
}

.pad_left50 {
    padding-left: 50px;
}

.no_pad {
    padding: 0px !important;
}

.sendmsg .src-profil-img {
    margin-left: 0;
}

.sendmsg .docserchrslt {
    border: 0;
}

.cun-join {
    text-transform: uppercase;
}

.joinnow .modal-header {
    background: #010101;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}

.cun-join .close {
    color: #fff;
    opacity: 1;
}

.img-rnd {
    border: 2px solid #d1d1d1;
    border-radius: 50%;
    height: 105px;
    width: 105px;
    padding: 23px 12px;
    margin-left: 78px;
    cursor: pointer;
}

.modal-dialog {
    margin-top: 15px;
    padding-top: 15px !important;
}

.cun-join {
    font-weight: bold;
}

.conblock1 {
    margin-left: 106px;
}

.login .modal-header {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
}

.register .modal-header {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
}

.login .modal-header h4 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
}

.register .modal-header h4 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
}

.login .form-control {
    text-align: center;
    background: #e6e6e6;
    border: 1px solid #d2d2ce;
    box-shadow: 0 0;
    height: 40px;
}

.login .btn-lgn {
    text-align: center;
    background: #07bab7;
    border: 1px solid #07bab7;
    border-color: #07bab7;
    border-radius: 0;
    box-shadow: 0 0;
    width: 100%;
    color: #fff;
    font-size: 20px;
}

    .login .btn-lgn:hover {
        text-align: center;
        background: #709418;
        border: 1px solid #07bab7;
        box-shadow: 0 0;
        width: 100%;
        color: #fff;
        font-size: 20px;
    }

.register .form-control {
    text-align: center;
    background: #e6e6e6;
    border: 1px solid #d2d2ce;
    box-shadow: 0 0;
    height: 40px;
}

.register .btn-lgn {
    text-align: center;
    background: #2d2d2d;
    border: 1px solid #d2d2ce;
    border-color: #d2d2ce;
    box-shadow: 0 0;
    height: 40px;
    width: 100%;
    color: #fff;
    font-size: 20px;
}

    .register .btn-lgn:hover {
        text-align: center;
        background: #709418;
        /*border:1px solid #07bab7;
	box-shadow:0 0;
	height:40px;
	width:100%;*/
        color: #fff;
        /*font-size:20px;*/
    }

.login .img-share {
    text-align: center;
    padding-left: 85px;
}

.register .img-share {
    text-align: center;
}

.register .modal-dialog {
    width: 800px;
}

.nue-head {
    font-size: 24px;
    color: #07bab7;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

.right-jan {
    padding-top: 70px;
    padding-left: 50px;
}

.bdr-janleft {
    border-right: 1px solid #d1d1d1;
    padding-right: 70px;
}

.clc-reglast {
    padding-top: 10px;
    border-top: 1px solid #d1d1d1;
    margin-top: 20px;
}

.toadmin ul {
    float: right;
}

.toadmin li {
    border-right: 1px solid #dcdcdc;
    text-align: center;
    display: inline-block;
    padding: 10px 30px;
    float: left;
}

    .toadmin li a {
        text-align: center;
        color: #5c5c5c;
        font-size: 14px;
    }

.msg-count {
    background: #f05742;
    padding: 3px 6px;
    color: #fff;
    margin-left: 5px;
}

.msg-countBlank {
    background: #fff;
    padding: 3px 6px;
    color: #fff;
    margin-left: 5px;
}

.toadmin li.profiimg {
    float: right;
}

.img-prof {
    height: 30px !important;
    width: 30px;
    display: inline-block;
    -webkit-border-radius:100%;
    border-radius:100%;
}

.toadmin .dropdown-menu li {
    border: 0;
    padding: 0;
    width: 100%;
    text-align: left;
    float: left;
    display: block;
}

.toadmin .dropdown-menu {
    left: -25px;
}

    .toadmin .dropdown-menu li a {
        text-align: left;
        padding: 10px;
    }

.admin-leftbar li {
    border-bottom: 1px solid #dcdcdc;
    display: block;
    width: 100%;
    padding: 15px 10px;
}

    .admin-leftbar li a {
        color: #5c5c5c;
    }

        .admin-leftbar li a:hover {
            color: #07bab7;
            font-weight: bold;
        }

.admin-maincon {
    padding: 0 0px;
    margin: 0px 0 0;
    min-height: 600px;
}

.home-layout {
    min-height: 600px;
    margin-bottom: 50px;
}

.message-list {
    border: 0;
}

.admin-leftbar {
    border: 1px solid #dcdcdc;
    padding: 20px;
}

.admin-header {
    border-bottom: 1px solid #dcdcdc;
}

    .admin-header .navbar {
        padding: 0;
        margin: 0;
        background: #fff;
        border-bottom: 1px solid #dcdcdc;
    }

.adminfooter .lastfooter {
    padding-bottom: 0 !important;
}

.admin-leftbar span {
    padding-right: 8px;
}
/*profile*/

.profilimage {
    color: #07bab7;
    font-size: 22px;
    font-weight: bold;
}

.profle-block {
    border: 1px solid #07bab7;
    padding: 20px;
}

.profile .header {
    border-bottom: 1px solid #dcdcdc;
    padding: 10px 0;
}

    .profile .header .navbar {
        margin-bottom: 0;
    }

.profile-container {
    margin-top: 20px;
}

.prflpage-img {
    margin-top: 10px;
}

.prfile-social a {
    padding: 10px;
    display: inline-block;
    margin-top: 10px;
}

.addcare-block span {
    padding-top: 5px;
    color: #303030;
}

.addcare-block {
    border-top: 1px solid #dcdcdc;
    padding-top: 20px;
}

.navbar-brand {
    padding: 20px 0;
}

.btn-recommnd {
    width: 100%;
    background: #333333;
    color: #fff;
    padding: 10px;
    border-radius: 0;
    border-color: #333333;
    font-size: 16px;
    text-transform: uppercase;
}

.btn-send {
    width: 100%;
    background: #07bab7;
    color: #fff;
    padding: 10px;
    border-radius: 0;
    border-color: #07bab7;
    font-size: 16px;
    text-transform: uppercase;
}

.btn-recommnd:hover {
    background: #07bab7;
    border-color: #07bab7;
    color: #fff;
}

.btn-recommnd:focus {
    background: #07bab7;
    border-color: #07bab7;
    color: #fff;
}

.btnrec {
    margin-top: 20px;
    display: block;
}

.btns-prfl {
    padding: 100px 0 70px 0;
}

.profile .footer {
    border-top: 1px solid #dcdcdc;
    margin-top: 20px;
}

.sendmag {
    border: 1px solid #07bab7;
    text-align: center;
    margin: 10px;
}

.imgforbg {
    padding: 36px 0;
    height: 100px;
}

.sendmag:hover .imgforbg {
}

.sendtext {
    padding: 0 0 10px 0;
}

    .sendtext a {
        color: #5c5c5c;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14px;
        padding: 20px 0;
    }

.profile-tab {
}

    .profile-tab .table td {
        border: 0;
    }

    .profile-tab .tab-content {
        padding-left: 0;
        padding-right: 0;
        padding-top: 1px;
    }

    .profile-tab li a {
        color: #5c5c5c;
        font-size: 14px;
        padding: 10px 30px;
    }

    .profile-tab li.active a {
        border: 1px solid #07bab7;
        font-weight: bold;
        margin-bottom: -1px;
        color: #07bab7;
        border-bottom: 0;
    }

        .profile-tab li.active a:hover {
            background: none;
            color: #07bab7;
            border: 0;
        }

        .profile-tab li.active a:focus {
            color: #07bab7;
            border-bottom: 0;
            margin-bottom: -1px;
        }

    .profile-tab li a:hover {
        background: none;
        color: #07bab7;
    }

    .profile-tab li a:focus {
        border-bottom: 0;
        border: 1px solid #07bab7;
        background: none;
        color: #07bab7;
    }

    .profile-tab li:hover {
        background: none;
        border: 0;
    }

    .profile-tab .pagination li.active a {
        border: 1px solid #07bab7 !important;
    }

    .profile-tab li.active a:hover {
        background: #179bdb;
        color: #fff;
        border: 1px solid #07bab7;
        border-bottom: 0;
    }

.pagination > li > a, .pagination > li > span {
    padding: 6px 12px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0 !important;
}

.nav-tabs > li > a {
    border: 0;
}

.tabclc1 {
    color: #5c5c5c;
}


.tabclc {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    min-width: 146px;
    /*text-align: right;*/
}

/*5a patient dashboard*/
.dropdown-menu {
    border: 1px solid #07bab7;
}

.find-doc {
    border: 1px solid #dcdcdc;
    padding: 5px;
}

    .find-doc .form-control {
        border: none;
        box-shadow: 0 0;
    }

.search-btn {
    border-left: 1px solid #dcdcdc;
    display: inline-block;
    padding: 12px 28px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

.find-doc {
    position: relative;
}

.condtion-block img {
    height: 80px;
}

.frstdiv {
    height: 40px;
}

    .frstdiv img {
        height: 57px;
    }

.condtion-block {
    border: 1px solid #dcdcdc;
    margin-top: 10px;
    height: auto;
}

.condtion-block-invite {
    border: 1px solid #dcdcdc;
    margin-top: 10px;
    background: #e7e7e7;
}

    .condtion-block-invite .condtn-text {
        padding-top: 20px;
    }

.frstdiv {
    padding: 10px 0 0 20px;
}

.condtn-text {
    font-size: 18px;
    color: #07bab7;
    text-transform: uppercase;
    padding-top: 30px;
    display: block;
}

.admin .admin-leftbar {
}

.admin .header .menu-collapse {
    padding: 30px 0 0 10px;
    display: none;
    cursor: pointer;
    width: 30px;
    float: left;
}

    .admin .header .menu-collapse span {
        background: #5c5c5c;
        height: 3px;
        width: 20px;
        display: block;
        margin-bottom: 3px;
    }

.admin.menuOpen .header .menu-collapse span:nth-child(2) {
    display: none;
}

.admin.menuOpen .header .menu-collapse span:first-child {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    position: relative;
    top: 7px;
}

.admin.menuOpen .header .menu-collapse span:last-child {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    position: relative;
    top: 1px;
}

.sidebar .block {
    position: relative;
}

.header {
    border-bottom: 1px solid #dcdcdc;
    float: left;
    width: 100%;
   
}

.home .header .megamenu li:hover .dropdown_fullwidth {
    top: 61px;
}

/*6c patient dashbord*/
.docserchrslt {
    border: 1px solid #dcdcdc;
    padding: 15px 15px 10px;
    margin-bottom: -1px;
}

.result-img {
    float: left;
}

    .result-img img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
    }

.result-textblock {
}

    .result-textblock h1 {
        font-size: 18px;
        color: #07bab7;
        font-weight: bold;
    }

.docserchrslt p {
    margin: 5px 0;
}

.result-textblock .reslt-btn {
    width: auto;
    height: 40px;
    font-size: 13px;
    font-weight: 600;
}


.reslt-btn {
    border: 1px solid #07bab7;
    /*width: 100px;*/
    text-align: center;
    cursor: pointer;
    border-radius: 0;
    padding: 10px 20px;
    margin: 0 6px;
}

    .reslt-btn:hover {
        background: #DDF4FF;
        border: 1px solid #07bab7;
    }
/*6c patient dashbord*/

.serch-pfl {
    margin-top: 50px;
}

.src-profil-img {
    position: relative;
    margin-top: -64px;
    margin-left: 113px;
}

    .src-profil-img img {
        text-align: center;
        height: 150px;
        width: 150px;
        background: #fff;
        padding: 10px;
    }

.src-profil-img {
    text-align: center;
}

.src-prfl-block {
    text-align: center;
}

    .src-prfl-block h1 {
        font-size: 22px;
        color: #07bab7;
        font-weight: bold;
    }

.srch-prfl-socil a {
    padding-left: 10px;
}

.serch-pfl .serc-prfl-btn {
    font-size: 14px;
    font-weight: bold;
    color: #5c5c5c;
    border: 1px solid #dcdcdc;
    width: 200px;
    text-align: center;
    cursor: pointer;
    border-radius: 0;
    padding: 10px 20px;
    margin: 5px 10px;
}

    .serch-pfl .serc-prfl-btn img {
        width: 20px;
        margin-right: 4px;
        ;
        margin-bottom: 4px;
    }
/*recepe */
.block-recp {
    padding: 10px;
}

.recepe-search {
    background: #f5f5f5;
    border: 1px solid #dcdcdc;
    padding: 10px;
    margin-bottom: 20px;
}

.recp-head {
    font-size: 30px;
    color: #5c5c5c;
    margin-top: 20px;
}

.recp-srch-btn {
    background: #040404;
    width: 100%;
    border-radius: 0;
    color: #fff;
    border: 0;
}

    .recp-srch-btn:hover, .recp-srch-btn:focus {
        color: #040404;
        background: #07bab7;
    }

.block-recp {
    border: 1px solid #dcdcdc;
    margin-bottom: 20px;
}

.recp-img img {
    width: 100%;
}

.recp-cintnr h1 {
    font-size: 20px;
    color: #040404;
    font-weight: normal;
    margin-bottom: 10px;
}

.recp-cintnr {
    padding: 10px 0;
}
/*recepe details */
.resp-dtail {
    border: 1px solid #dcdcdc;
}

.respdeta-img img {
}

.share-brn {
    background: #dddddd;
    border-color: #dddddd;
}

.ingrdin-dtail {
    background: #f5f5f5;
    padding: 20px;
}

.ingrdin-dtail1 {
    padding: 20px 0;
}

.colboder-right {
    border-right: 1px solid #dcdcdc;
}

.btn {
    padding: 6px 12px;
    border-radius: 0 !important;
}

.btnbuy {
    padding: 6px 25px !important;
    border-radius: 0 !important;
    font-size: 17px !important;
}

.useful-block {
    border: 1px solid #dcdcdc;
    margin-bottom: 10px;
}

.ingred-head {
    font-size: 20px;
    color: #333333;
    font-weight: 400;
    padding-bottom: 10px;
    background: #F5F5F5;
    padding: 5px 10px;
    border-bottom: 1px solid #dcdcdc;
}

.rcp-tital {
    height: 70px;
    overflow: auto;
    margin-bottom: 10px;
}

.help-blck {
    height: 95px;
    overflow: auto;
    padding: 10px;
    margin-bottom: 0px;
}

.ingred1-head {
    font-size: 18px;
    color: #1b1414;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ingredient {
    position: relative;
    padding-left: 10px;
    margin-bottom: 15px;
    font-size: 14px;
}

    .ingredient .name {
        font-size: 16px;
    }

.resp-dtail p {
    margin: 0 0 15px;
}

.icheckbox_square-blue {
    margin: 2px;
}

.captionbanner h1 {
    font-size: 48px;
    line-height: 40px;
    font-weight: bold;
    text-shadow: 0 1px 1px #333;
}

.carousel-caption {
    left: 0%;
    margin-top: 20px;
    padding-bottom: 30px;
    right: 20%;
}

.carousel-caption {
    font-size: 48px;
    line-height: 40px;
    font-weight: bold;
    text-shadow: 0 1px 1px #333;
}

.captionbanner h4 {
    font-size: 28px;
    margin-top: 28px;
    font-weight: 600;
}

.captionbanner {
    margin: -360px auto 0;
    position: relative;
    color: #fff;
    text-align: center;
    z-index: 8;
}

.bannersearchbox {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    margin: -230px auto 0;
    padding: 15px 0;
    position: relative;
    z-index: 9;
    width: 90%;
}

    .bannersearchbox a span.h5 {
        line-height: 32px;
    }

.field-validation-error {
    color: red;
    font-size: 12px;
}

.bannersearchbox input[type="text"] {
    background-color: #fff;
    border-color: #fff;
    border-radius: 0;
    border-style: solid;
    box-shadow: none;
    float: left;
    font-size: 14px;
    height: 46px;
    padding: 5px;
    width: 100%;
}

.bannersearchbox .submit {
    float: right;
    height: 46px;
}

.bannersearchbox .btnPrimary:hover {
    background: #709418;
}

.bannersearchbox .btnPrimary {
    background: none repeat scroll 0 0 #07bab7;
    border: 0 none;
    border-radius: 0;
    color: white;
    text-transform: uppercase;
}

.fbshare {
    background: #3b5998 none repeat scroll 0 0;
    border: 1px solid #3b5998;
    box-shadow: 0 0;
    color: #fff;
    font-size: 16px;
    height: 40px;
    text-align: center;
    border-radius: 0;
    width: 100%;
}

    .fbshare:hover {
        background: #3b5998;
        border-color: #3b5998;
        color: #fff;
    }

    .fbshare:focus {
        background: #3b5998;
        border-color: #3b5998;
        color: #fff;
    }

.carousel-control.right, .carousel-control.left {
    display: none;
}

.testimonials .carousel-control.right, .testimonials .carousel-control.left {
    display: block;
}

.dropdown-menu {
}

    /*.dropdown-menu:after {
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #07bab7;
        position: absolute;
        content: "";
        margin-left: 2px;
       right: 5px;
        top: -7px;
        vertical-align: middle;
    }*/

.register .modal-header {
    padding: 0 15px;
}

.modal {
    overflow-y: auto;
}

.register .navbar-brand {
    height: auto;
}

.register .dropdown-menu {
    margin-top: 80px;
    text-align: left;
}

.login .navbar-brand {
    height: auto;
}

.login .dropdown-menu {
    margin-top: 80px;
    text-align: left;
}

/*.login .modal-body {
    min-height: 500px;
}*/

.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid #dcdcdc;
}

.home .navbar-brand {
    padding: 6px 0;
}

.loginbtns {
    margin-top: 15px;
}

.prof-reg {
    margin-bottom: 30px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 15px;
    font-size: 32px;
    text-transform: capitalize;
}

.form-control {
    box-shadow: 0 0;
    border-radius: 0;
}

/*.login .modal-dialog {
    width: 90%;
}*/

.register .modal-dialog {
    width: 90%;
}

.register.fade.in {
    background: #000;
}

.login.fade.in {
    background: #000;
}

.nue-head {
    font-size: 30px;
    color: #07bab7;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 0 10px;
}

.spcl-head {
    font-size: 18px;
    font-weight: bold;
}

.boxtext h4 {
    font-size: 18px;
    font-weight: bold;
}

.register-right {
    border-bottom: 1px solid #dcdcdc;
    color: #666;
    font-size: 21px;
    line-height: 0.9;
    font-weight: 300;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.reg-right ul {
    display: block;
    font-size: 16px;
    font-weight: 300;
    margin-top: 10px;
}

.reg-right li::before {
    content: ".";
    display: block;
    font-size: 36px;
    height: 20px;
    left: 5px;
    position: absolute;
    top: -27px;
    width: 20px;
}

.reg-right li {
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.btn-login {
    background: #07bab7;
    border-color: #07bab7;
    border-radius: 0;
}

    .btn-login:hover {
        background: #709418;
        border-color: #709418;
        /*//border-radius:0;*/
        color: #fff;
    }

.bold-text {
    font-weight: bold;
}
/*23july15*/
li.profiimg {
    border: 0;
    width: 165px;
}
.decor_systemone li.profiimg {
    width: auto !important;
}

    li.profiimg > a {
        padding: 10px 10px 2px !important;
    }

.profiimg > a {
    font-size: 14px !important;
    font-weight: bold !important;
}

.profiimg a {
    font-size: 14px !important;
    font-weight: normal;
}

.profiimg ul li a span {
    padding-right: 5px;
}

.profiimg .user-photo-thumb {
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    width: 42px;
    height: 42px;
    border: 1px solid #e6e6e6;
    margin: 5px 15px 5px 0;
    /*-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;*/
}

.profiimg .user-summary {
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    width: 116px;
}

[class*="grid-"] {
    display: block;
    padding: 0px !important;
    margin: 0px -15px;
}

.grid-5 {
    width: 17.6%;
    margin: 0 14px;
}


/*margin padding custom css*/

/*margin custom css*/




.register .btn-lgn {
    background: #07bab7 none repeat scroll 0 0;
    border: 1px solid #d2d2ce;
    border-radius: 0;
    box-shadow: 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    text-align: center;
    width: 100%;
}

.carousel.fade {
    opacity: 1;
}

    .carousel.fade .item {
        -moz-transition: opacity ease-in-out .7s;
        -o-transition: opacity ease-in-out .7s;
        -webkit-transition: opacity ease-in-out .7s;
        transition: opacity ease-in-out .7s;
        left: 0 !important;
        opacity: 0;
        top: 0;
        position: absolute;
        width: 100%;
        display: block !important;
        z-index: 1;
    }

        .carousel.fade .item:first-child {
            top: auto;
            position: relative;
        }

        .carousel.fade .item.active {
            opacity: 1;
            -moz-transition: opacity ease-in-out .7s;
            -o-transition: opacity ease-in-out .7s;
            -webkit-transition: opacity ease-in-out .7s;
            transition: opacity ease-in-out .7s;
            z-index: 2;
        }
/*patient-edit*/
.main-profile-edit .nav-tabs li.active a, .main-profile-edit .nav-tabs li.active a:hover, .main-profile-edit .nav-tabs li.active a:focus {
    color: #07bab7;
    background-color: #fff;
    border: 1px solid #07bab7;
    border-bottom-color: transparent;
    cursor: default;
}

.main-profile-edit .nav-pills li a {
    border-radius: 5px 5px 0 0 !important;
}

.main-profile-edit .prsnl-info1 {
    border: 0;
}

.main-profile-edit .nav-tabs {
    border-bottom: 0;
}

.main-profile-edit .main-profile-edit .nav li a:hover, .main-profile-edit .nav li a:focus {
    text-decoration: none;
    background-color: #eee;
    color: #07bab7;
}

.main-profile-edit .nav-tabs li a {
    color: #5c5c5c;
}

.brdcrm {
    padding: 20px 0 10px;
    margin: 0px;
    font-size: 18px;
    font-weight: bold;
}

#rootwizard .navbar {
    min-height: 40px;
    border-bottom: 0;
}

#rootwizard .tab-content {
    border: 1px solid #dcdcdc;
    margin-top: -2px;
    padding: 20px;
}

.tab-content {
    padding: 20px;
}

.main-profile-edit {
    padding: 10px 0;
}

.prsnl-info1 {
    border: 1px solid #dcdcdc;
    padding: 5px;
}

.main-profile-edit .tab-content {
    padding: 10px 0;
}

.profile-edit-head {
    color: #07bab7;
    font-size: 16px;
    padding: 8px;
}

.edit-img {
    padding-right: 5px;
}

.prsnl-info1 {
    margin-bottom: 10px;
}

.profil-img-edit {
    height: 150px;
    width: 150px;
}

    .profil-img-edit img {
        height: 150px;
        width: 150px;
        border-radius: 50%;
    }

.namephead {
    font-size: 22px;
}

.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
   
}

.btn-sm-new {
    border: 2px solid #07bab7;
    background: #fff;
    color: #5c5c5c;
    border-radius: 0;
}

.btn-sm-new1 {
    background: #7f7f7f;
    font-size: 14px;
    color: #fff;
    border-radius: 0;
    border-color: #7f7f7f;
    margin-right: 3px;
}

    .btn-sm-new1:hover {
        background: #9e9c9c;
        color: #fff;
        border-radius: 0;
        border-color: #9e9c9c;
    }

    .btn-sm-new1:focus {
        background: #9e9c9c;
        color: #fff;
        border-radius: 0;
        border-color: #9e9c9c;
    }

.clc-edit-ico {
    display: block;
    padding: 5px;
}

.clc-edit-icon {
    display: inline-block;
    padding: 5px;
}

.well1, .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background: none;
    border-radius: 0;
    border: 0;
}

.serchhead {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 4px;
}

/*.docserchrslt .col-md-6 {
    padding: 0;
}

.docserchrslt .col-md-4 {
    padding-left: 0;
}*/

.docserchrslt .col-md-2 {
    padding-right: 0;
}

.add-care {
    margin-right: 25px;
    width: 145px;
}

.prof-reg-right {
    border-right: 1px solid #dcdcdc;
}

.reg-right {
    margin-bottom: 15px;
}
/*idea-edit*/
.myroll {
    background: #07bab7;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    text-align: center;
    margin: auto;
    padding: 50px 0;
}

.myidea {
    padding-top: 20px;
}

.carousel-inner .item img, .carousel-inner .item a img {
    width: 100%;
    opacity: 0.5;
}

.submit .h5 {
    font-weight: bold !important;
}

.btn-black {
    background: #000;
    border-radius: 0;
    border-color: #000;
    color: #fff;
}

    .btn-black:hover {
        background: #000;
        color: #fff;
    }

    .btn-black:focus {
        background: #000;
        color: #fff;
    }
/*----------
		Blocks
		----------*/
/*Pricing table and price blocks*/
.pricing_table {
    line-height: 150%;
    font-size: 12px;
    margin: 0 auto;
    width: 100%;
    padding-top: 10px;
    margin-top: 50px;
}

.price_block {
    text-align: center;
    width: 100%;
    color: #fff;
    float: left;
    list-style-type: none;
    transition: all 0.25s;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 10px;
}
/*Price heads*/
.pricing_table h3 {
    padding: 20px 0;
    background: #f7f7f7;
    color: #333;
    margin: -11px 0 1px 0;
    min-height: 130px;
    font-weight: bold;
    border-left: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}
/*Price tags*/
.price {
    display: table;
    background: #fff;
    width: 100%;
    height: 40px;
    padding-top: 10px;
    display: block;
}

.price_figure {
    font-size: 24px;
    text-transform: uppercase;
    vertical-align: middle;
    display: table-cell;
}

.price_number {
    font-weight: bold;
    display: block;
    font-size: 35px;
    color: #fff;
}

.price_tenure {
    font-size: 11px;
    line-height: 40px;
    color: #fff;
}
/*Features*/
.features {
    background: #f7f7f7;
    color: #000;
    border-left: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}

    .features li {
        padding: 8px 15px;
        font-size: 14px;
        text-align: left;
        list-style-type: none;
    }

.pricing-plan {
    padding-bottom: 0px;
    padding-top: 25px;
}

    .pricing-plan .headpayment span {
        border-bottom: 2px solid #07bab7;
        padding-bottom: 5px;
        font-weight: 100;
        line-height: 50px;
    }

    .pricing-plan .headpayment h1 {
        margin-bottom: 20px;
    }

    .pricing-plan .headpayment {
        padding: 0 200px;
    }

.action_button {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    border-radius: 0;
    background: #07bab7;
    padding: 15px 40px;
    font-size: 14px;
}

    .action_button:hover {
        background: #f7f7f7;
    }

.features li.footer {
    border-top: 0;
    text-align: center;
    padding: 70px 0;
}

.price_block:hover {
    border: 1px solid rgba(0, 0, 0, 0.5);
    transform: scale(1.04) translateY(-5px);
    z-index: 1;
    border-bottom: 0 none;
}

    .price_block:hover .myroll {
        background: #07bab7;
    }

    .price_block:hover h3 {
        background: #d1d1d1;
    }

    .price_block:hover .action_button {
        background: #d1d1d1;
        color: #5c5c5c;
    }

.nue-head1 {
    font-size: 35px;
    color: #07bab7;
    text-align: center;
    margin-bottom: 10px;
    padding: 10px 0 10px;
}

.headpayment p span {
    border-bottom: 2px solid #07bab7;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
}

@media only screen and (min-width : 480px) and (max-width : 768px) {
    .price_block {
        width: 50%;
    }

        .price_block:nth-child(3) {
            clear: both;
        }

        .price_block:nth-child(odd):hover {
            border: 0 none;
        }
}

@media only screen and (min-width : 768px) {
    .price_block {
        width: 33%;
    }

        .price_block:last-child {
            border-right: 0 none;
        }

        .price_block:hover {
            border: 0 none;
        }
}

.drag-1mg {
    border: 1px dashed #dcdcdc;
    text-align: center;
    margin-top: 10px;
}

.reg-right1 li {
    padding: 3px 0;
}

.upload-btn {
    background: #07bab7;
    border-color: #07bab7;
    color: #fff;
    font-weight: bold;
    border-radius: 0;
    width: 100%;
}

.upload-btn1 {
    background: #07bab7;
    border-color: #07bab7;
    color: #fff;
    font-weight: bold;
    border-radius: 0;
}

.myidea .control-label {
    font-size: 16px;
    font-weight: normal;
}

.uplod-head {
    font-size: 26px;
}

.btn-submit {
    background: #07bab7;
    border-color: #07bab7;
    border-radius: 0;
    color: #fff;
}

.pay-heading {
    color: #07bab7;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}

.myspcilplan {
    margin-top: 40px;
}

.admin .header {
    border-bottom: 1px solid #dcdcdc;
    background: #fff;
    margin-bottom: 65px;
    float: left;
    width: 100%;
}

.payment-dsc thead th {
    background: #eee;
}

.table.payment-dsc tfoot td {
    border-top: 1px solid #333;
    font-size: 16px;
}

.table.payment-dsc td {
    border: 0;
}

.payment-file {
    padding: 10px;
    background: #f1f1f1;
    font-size: 24px;
}

.table.payment-dsc .tdfrist {
    padding-left: 30px;
}

.ask-form .que-attachment {
    min-height: inherit;
    height: auto;
    padding-bottom: 0px;
}

.btn-primary {
    background: #07bab7;
    border-color: #07bab7;
    border-radius: 0;
}

.que-list .que {
    background: url(../images/ask-icon1.jpg) 0 0 no-repeat;
    padding: 0 0 0 25px;
    background-size: auto 20px;
}

.que-list .forUser {
    padding-left: 25px;
}

.que-list .time {
    color: #C6C6C6;
    padding-left: 25px;
    font-size: 12px;
}

.que-list li {
    padding: 0 0 15px;
}

.modal-header button span {
    font-size: 30px;
}

.msges-block .mgd-img {
    width: 40px;
    height: 40px;
}

a.msg-count {
    color: #fff !important;
}

.btn-default {
    border-radius: 0;
}
/*meal plan*/
.planer-div {
    border: 1px solid #dcdcdc;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.ask-block {
    padding: 10px 0;
    margin-top: 10px;
}

    .ask-block a {
        display: inline-block;
    }

    .ask-block .btn-primary {
        padding: 6px 18px;
    }

    .ask-block .btn-default {
        padding: 6px 18px;
    }

.maal-head {
    color: #131313;
    font-size: 18px;
    font-weight: bold;
    margin: 25px 0 10px;
}

.maal-block1 {
    border: 1px solid #dcdcdc;
    background: #f6f4f4;
}

.addmaeal-head {
    color: #07bab7;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 10px 0px;
}
/*	.addmaeal-head{color:#07bab7; font-size:16px; font-weight:bold; padding:10px 10px 0 25px; margin-left:8px;background:url(../images/expen-ico.png) no-repeat left;  background-position:0 9px}*/
.addmaeal-head1 {
    color: #07bab7;
    font-size: 14px;
    font-weight: bold;
}

.colaps {
    background: url(../images/col-ico.png) no-repeat left;
    background-position: 0 9px;
}

.expend {
    background: url(../images/expen-ico.png) no-repeat left;
    background-position: 0 9px;
}

.main-maeldiv {
    background: #fff;
    padding: 10px;
    margin: 10px;
}

.action-maelbtn {
    margin-left: 10px;
}

.main-maeldiv {
    border-top: 1px solid #dcdcdc;
}

h3.collapsed {
    background: url(../images/col-ico.png) no-repeat left;
    background-position: 0 9px;
}

.meal-plantabl .form-control {
}

.meal-qunty {
    width: 150px;
}

.meal-units {
    width: 250px;
}

.serch-mod {
    position: absolute;
    right: 20px;
    top: 30px;
}

.actinyno {
    width: 100px;
}

.specl-ul {
    margin: 30px 0;
    float: right;
}

.recipes-container {
}

.btn-orange {
    background: #fe7f01;
    color: #fff !important;
    padding: 6px 12px !important;
}

    .btn-orange:hover {
        background: #fe7f01;
        color: #fff !important;
    }

.search-field {
    min-width: 250px !important;
}

    .search-field .default {
        min-width: 250px !important;
    }

.chosen-container-multi .chosen-choices .search-field {
    min-width: 250px !important;
}

.chosen-container-multi .chosen-choices .search-choice {
    margin: 6px 0 3px 5px !important;
}

.specl-ul > li {
    display: inline-block;
}

    .specl-ul > li > a {
        padding: 5px 20px;
        color: #5c5c5c;
        font-size: 16px;
    }

.doc-head {
    font-size: 18px;
}

.img-recpe {
    width: 35px;
    height: 50px;
    float: left;
}

.left-imgnlock {
    float: left;
    width: 70%;
    padding-left: 10px;
}

.recp-hoverdiv img {
    width: 70px;
}

.recp-hoverdiv {
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 20px;
    display: none;
}

.col-recp-img img {
    width: 100%;
    height: 281px !important;
}

.recp-img {
    position: relative;
}

    .recp-img:hover .recp-hoverdiv {
        display: block;
    }

    .recp-img:hover {
        opacity: 0.8;
    }

.myplanfor-meal {
    margin-top: 10px;
}

.profil-patien {
}

.pfl-patnt-banner {
    height: 180px;
    overflow: hidden;
    /*border:1px solid #eee;*/
    background: #000;
}

.profil-patnt-banner {
    position: relative;
}

.pfl-patnt-banner img {
    opacity: 0.5;
}

.profil-patien {
    position: relative;
}

.profil-patnt-container {
    margin-top: -150px;
    width: 100%;
}

.profil-ptnt-img1 {
    width: 250px;
    overflow: hidden;
    height: 230px;
}

.profil-ptnt-img {
    width: 100%;
    height: auto;
    border: 1px solid #DBDBDB;
}
    /*.profil-ptnt-img img {
    height:250px;
    width:100%;
    }*/

    .profil-ptnt-img .profl-img {
        width: 100%;
        height: 315px;
    }

.profl-img {
    width: 100%;
}
/*.profil-ptnt-img img {
	width:100%
}*/

/*.pfl-patnt-banner {
position:relative;
}
.pfl-patnt-banner .overlay {
position:absolute;
background:#000;
top:0;
right:0;
bottom:0;
left:0;
opacity:0.5;
}*/
.overlay {
    position: absolute;
    background: #000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
}


.profl-ptn-name {
    background: #fff;
    display: inline-block;
    padding: 5px 12px;
    border: 2px solid #07bab7;
    font-size: 22px;
    color: #5c5c5c;
    font-weight: 600;
    min-width: 165px;
}

.progile-padding {
    margin-top: 150px;
}

.new-primary {
    background: #f1f1f1;
    color: #5c5c5c;
    padding: 10px 40px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
}

.follow-section .follow-box {
    color: #666;
    border: 1px solid #e6e6e6;
    float: left;
    width: 50%;
    text-align: center;
    padding: 7px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
}

.social-section .follow-box {
    color: #666;
    border: 1px solid #e6e6e6;
    float: left;
    width: auto;
    text-align: center;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
}

.mypatn-prfile {
    margin-top: 0;
}

.mycallend {
    margin-top: 13px;
}

.logo-wrap {
    width: 230px;
}

.dropdown-menu:after {
    left: 0;
    position: absolute;
    contant: "";
}

.thrpy-result {
}

.reslt-showthry {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.btn-green {
    background: #07bab7;
    border-color: #07bab7;
    color: #fff;
}

a.btn-green {
    color: #fff;
}

.btn-green:hover {
    background: #709418;
    border-color: #8bb526;
    color: #fff;
}

.btn-green:focus {
    color: #fff;
    background: #8bb526;
    border-color: #8bb526;
}

.rem-block {
    padding-top: 30px;
    color: #5c5c5c;
}

    .rem-block a {
        color: #5c5c5c;
    }

.hide-fil {
    display: none;
}

.img-viedo-doc {
    width: 30px;
    height: 30px;
}

.padd-vdeo {
    padding-left: 10px;
}

.img-videocaaler {
    width: 100%;
    height: 80px;
    overflow: hidden;
    padding: 5px;
    border: 1px solid #dcdcdc;
    float: left;
    margin-right: 10px;
}

.imgvdei-text {
    padding-top: 5px;
    font-size: 16px;
    font-weight: bold;
}

.col-vidie {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.vdeopatnt-pro {
    width: 100%;
}

.col-vidie1 {
    position: relative;
}

.mychat-vdeo {
    background: #f1f1f1;
    height: 40px;
    margin-top: 10px;
}

    .mychat-vdeo a {
        padding-top: 10px;
        padding-right: 10px;
    }

.imgvdei-text1 {
    width: 85%;
    float: left;
}

.vdeopatnt-pro-self img {
    height: 100%;
    width: 100%;
}

.vdeopatnt-pro-self {
    position: absolute;
    height: 300px;
    background: #f1f1f1;
    margin: 5px;
    width: 300px;
    border: 1px solid #dcdcdc;
    padding: 5px;
    bottom: 0;
    right: 0;
}

.imgvdei-text1 p {
    margin: 0;
    font-size: 14px;
}

.send-vdeo-msg {
    background: none;
    border: none;
    height: 40px;
    width: 50%;
    padding-left: 5px;
}

    .send-vdeo-msg:focus {
        border: 0;
    }

.online {
    background: #6dc02b;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: block;
    top: 1px;
    left: 7px;
    position: absolute;
}

.feat-head {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.fatrd-recep {
    padding: 10px;
    border: 1px solid #dcdcdc;
}

    .fatrd-recep h1 {
        font-size: 14px;
        padding: 10px 0;
        line-height: 18px;
    }

/*-------------daily journal 29june2015--------------*/

.jrnl-img {
    padding: 5px;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    float: left;
    margin-right: 20px;
}

.jrnlpatien-nme h1 {
    font-size: 18px;
    font-weight: bold;
}

.jrnlpatien-nme p {
    font-size: 14px;
}

.well-jrnl {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 10px;
}

.jrnl-col {
    margin-top: 10px;
    /*// padding-bottom: 10px;*/
    padding-bottom: 10px;
    padding-top: 5px;
}

.cmnt-persl {
    padding-bottom: 5px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 10px;
    padding-top: 10px;
}

.divcomment {
    padding: 0 10px 10px;
}

    .divcomment p {
        font-size: 12px;
    }

.mycolps {
    position: absolute;
    z-index: 99;
    background: #fff;
    width: 100%;
    padding: 10px !important;
}

.znrishli > a {
    padding: 29px 20px !important;
}

.profiimg .dropdown-menu {
    left: auto;
    left: -15px;
    top: 51px;
    float: none;
}

    .profiimg .dropdown-menu:after {
        left: 200px;
    }

    .profiimg .dropdown-menu > li > a {
        padding: 4px 10px;
    }

.navbar-toggle {
    top: 0;
}

.megamenu1 {
    float: right;
}

.megamenu2 {
    float: right;
}

.megamenu3 {
    float: left;
}

.dropdown_fullwidth {
    width: 500px;
}

.megamenu .dropdown_6columns {
    width: 100% !important;
}

.sidebar .class="dflt-img" {
    display: inline-block;
    width: 24px;
}

.msgcolmn .dropdown-menu {
    left: -150px;
}

    .msgcolmn .dropdown-menu:after {
        left: 160px;
    }

.msgcolmn0 {
    padding: 10px;
}

.dropdown-menu {
    min-width: 190px;
}

/*.home .megamenu {
    margin: 6px 0 0 0;
}*/



.fcbook + img {
    width: 16px;
}

.megamenu li ul li a {
    padding: 5px 0;
    display: block;
}

.social-section a {
    padding: 0px 2px;
}

.live-img {
    background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
    border-radius: 50%;
    padding: 1px;
    position: absolute;
    right: 17px;
    top: 4px;
}

.colmn-video .clc-edit-ico a img {
    width: auto;
}

/*.blank-profile {
    margin-top: 160px;
}*/


.message-list .message-me .text {
    background: rgb(229,247,253);
    text-align: right;
}

.message-list .message-me .text {
    margin-right: 5px;
    margin-left: 0px;
}

.message-list .message-me .img {
    float: right;
}

.message-list .text {
    background: rgb(199,237,252) none repeat scroll 0 0;
    border-radius: 5px;
    margin-left: 5px;
    min-height: 40px;
    padding: 5px 10px;
    position: relative;
    white-space: normal;
    word-wrap: break-word;
}

.message-list .message {
    margin-bottom: 15px;
    overflow: auto;
    text-align: left;
}

.message-list .message-me .text:before {
    content: "";
    position: absolute;
    top: 10px;
    left: auto;
    right: -5px;
    border-right: 0px solid #EEE;
    border-left: 5px solid rgb(199, 237, 252);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.message-list .text:before {
    content: "";
    position: absolute;
    top: 10px;
    left: -5px;
    border-right: 5px solid #EEE;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.message-list {
    max-height: 225px;
    overflow: auto;
}

    .message-list .message-group .message:last-child {
        margin-bottom: 0px;
    }

.date {
    font-size: 10px;
    margin: 2px 5px 7px 5px;
}

.moreItems a.prev {
    float: left;
    margin: 24px 0 0;
    padding: 4px 5px 6px 0;
    text-indent: 10px;
    background: #428bca;
    color: #fff;
    font-size: 27px;
    font-weight: bold;
}

.moreItems a.next {
    margin: 26px 0 0;
    text-indent: 10px;
    float: right;
    background: #428bca;
    padding: 5px 10px 5px 0;
    color: #fff;
    font-size: 27px;
    font-weight: bold;
}

.moreItems li {
    width: 130px !important;
    height: 50px !important;
    margin: 4px;
}

.cal-left {
    background: rgba(0, 0, 0, 0) url("/content/images/cal-icon.gif") no-repeat scroll 5px center;
    padding-left: 30px !important;
    text-align: left !important;
}

.moreItems ul {
}

.moreItems .carousel {
    float: left;
    margin-left: 25px;
    position: relative;
    visibility: hidden;
    left: -5000px;
}

.alert-danger {
    margin: 0 20%;
    background-color: red;
    color: red;
    font-size: medium;
}
/*15july*/
.droplogo {
    width: 200px;
}

.navbar-brand {
    padding: 0;
}

.logo > img {
    width: 100%;
}

.dahbrd-head {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 25px 0 10px;
    color: #00b050;
    text-transform: uppercase;
}

.cal-block {
    border: 1px solid #dcdcdc;
    border-radius: 0px;
    text-align: center;
    /*padding-bottom:35px;*/
}

.img-clandr {
    border-radius: 50%;
    height: 70px;
    width: 70px;
    background: #5c5c5c;
    text-align: center;
    padding: 20px;
    margin: 15px auto 30px;
    display: block !important;
}

.dashdflt .col-md-2 {
    width: 20%;
    margin: 0;
}

.cla-text {
    padding: 10px 0 10px;
    font-size: 14px;
    font-weight: 500;
    color: #5c5c5c;
    border-top: 1px solid #eee;
    /*border-bottom: 1px solid #DCDCDC;
                margin-top: -1px;*/
    background: #F9F9F9;
}

.upcom {
    border-left: 3px solid #FF7F00;
}

    .upcom:hover {
        background: #FF7F00;
        color: #fff;
    }

.total {
    border-left: 3px solid #07bab7;
}

    .total:hover {
        background: #07bab7;
        color: #fff;
    }

.myptnt {
    color: #4f81bd;
}

.mypaymnt {
    color: #e46c0a;
}

.mymsges {
    color: #2e0050;
}

.myqanda {
    color: #7030a0;
}

.cal-block:hover {
    background: #ececec;
}

    .cal-block:hover .img-clandr {
        background: #fff;
        transition: all 0.5s ease;
        transform: scale(1.1);
    }

.calblock:hover .img-clandr {
    background: #00b050;
    transition: all 0.5s ease;
    transform: scale(1.1);
}

.patntblock:hover .img-clandr {
    background: #4f81bd;
    transition: all 0.5s ease;
    transform: scale(1.1);
}

.paymtblock:hover .img-clandr {
    background: #e46c0a;
    transition: all 0.5s ease;
    transform: scale(1.1);
}

.msgblock:hover .img-clandr {
    background: #2e0050;
    transition: all 0.5s ease;
    transform: scale(1.1);
}

.myqandablock:hover .img-clandr {
    background: #7030a0;
    transition: all 0.5s ease;
    transform: scale(1.1);
}

.myqandablock:hover .img-clandr {
    background: #7030a0;
    transition: all 0.5s ease;
    transform: scale(1.1);
}


.grey-style {
    background: #fff;
    color: #666;
    padding: 10px;
}

    .grey-style h4 {
        margin-bottom: 10px;
        border-bottom: 1px solid #efefef;
    }

    .grey-style img {
        border-radius: 50%;
        width: 85%;
        height: 85%;
    }

.padding-left {
    padding-left: 0 !important;
}

.padding-right {
    padding-right: 0 !important;
}

.padding-left-5 {
    padding-left: 5px !important;
}

.padding-bottom-5 {
padding-bottom:5px;
}

.padding-right-5 {
    padding-right: 5px !important;
}

.hasDatepicker {
    background: url(/content/images/cal-icon.gif) no-repeat 95% center;
}

.ui-datepicker-trigger {
    display: none;
}
/*.myqandablock:hover{ background:#ececec; color:#000}
.myqandablock:hover .img-clandr{background:#7030a0;transition: all 0.5s ease;transform: scale(1.1);}

.msgblock:hover{ background:#ececec; color:#000}
.msgblock:hover .img-clandr{background:#2e0050;transition: all 0.5s ease;transform: scale(1.1);}


*/

/*16july15 css*/
.dash-doc {
    border: 1px solid #dcdcdc;
    padding: 10px;
}

    .dash-doc a:hover {
        color: #313534;
    }

.dash-docimg {
    height: 40px;
    width: 40px;
    float: left;
}

    .dash-docimg img {
        border-radius: 50%;
        height: 100%;
        width: 100%;
    }

.reltd-head {
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 0 20px;
}

.doc-dashname {
    margin: 0px 0 0 50px;
    font-size: 16px;
}

.relt-docul li {
    border-bottom: 1px solid #dcdcdc;
    display: block;
    width: 100%;
    display: table;
    min-height: 50px;
    padding: 10px 0;
}

    .relt-docul li:hover .dash-docimg img {
        transition: all 0.5s ease;
        transform: scale(1.2);
    }

    .relt-docul li:last-child {
        border: 0;
    }

.dashras-img {
    height: 20px;
    width: 20px;
    float: left;
    margin-left: 10px;
}

    .dashras-img img {
        width: 100%;
        border-radius: 50%;
    }

.dashras-text {
    margin-left: 60px;
    font-size: 14px;
    color: grey;
}

.bold {
    font-weight: bold;
}

.dashras-text a {
}

.owl-item {
    border: 1px solid #dcdcdc;
    margin: 10px;
}

.img-owl {
  /*  padding: 15px 0;
    height: 150px;
    height: 150px;*/
    overflow: hidden;
}

    .img-owl img {
        width: 100% !important;
        height: 100% !important;
    }

.col-bdr .col-sm-4 {
    padding-right: 0;
}

.col-bdr .col-sm-8 {
    padding-left: 0;
}

.dflt-owl {
    margin: 40px 0;
}

    .dflt-owl h3 {
        font-size: 16px;
        text-transform: uppercase;
        padding: 15px 10px 5px;
        margin: 0;
        font-weight: bold;
    }

.bdr-righr {
    border-right: 1px solid #dcdcdc;
}

.dflt-owl h4 {
    font-size: 14px;
    padding: 0 10px 10px;
}

.form-search .form-search-btn {
    background: url(../images/search-icon.png) 50% 50% no-repeat;
    width: 20px;
    height: 29px;
    border: 0px;
    cursor: pointer;
}

.form-search .cal-icon {
    position: absolute;
    right: 523px;
    top: 147px;
}

xe-widget {
    position: relative;
}

.xe-widget.xe-counter.xe-counter-info .xe-icon i, .xe-widget.xe-counter-block .xe-upper.xe-counter-info .xe-icon i, .xe-widget.xe-progress-counter .xe-upper.xe-counter-info .xe-icon i {
    background-color: #40bbea;
    color: #fff;
}

.xe-widget.xe-counter.xe-counter-purple .xe-icon i, .xe-widget.xe-counter-block .xe-upper.xe-counter-purple .xe-icon i, .xe-widget.xe-progress-counter .xe-upper.xe-counter-purple .xe-icon i {
    background-color: #7c38bc;
    color: #fff;
}

.xe-widget.xe-counter, .xe-widget.xe-counter-block .xe-upper, .xe-widget.xe-progress-counter .xe-upper {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d1d1d1;
    display: table;
    line-height: 1;
    margin-bottom: 20px;
    padding: 15px 0;
    width: 100%;
}

    .xe-widget.xe-counter .xe-icon, .xe-widget.xe-counter-block .xe-upper .xe-icon, .xe-widget.xe-progress-counter .xe-upper .xe-icon {
        width: 1%;
    }

    .xe-widget.xe-counter .xe-icon, .xe-widget.xe-counter .xe-label, .xe-widget.xe-counter-block .xe-upper .xe-icon, .xe-widget.xe-counter-block .xe-upper .xe-label, .xe-widget.xe-progress-counter .xe-upper .xe-icon, .xe-widget.xe-progress-counter .xe-upper .xe-label {
        display: table-cell;
        padding: 10px;
        vertical-align: middle;
    }

        .xe-widget.xe-counter .xe-icon i, .xe-widget.xe-counter-block .xe-upper .xe-icon i, .xe-widget.xe-progress-counter .xe-upper .xe-icon i {
            background: #68b828 none repeat scroll 0 0 padding-box;
            border-radius: 50%;
            color: #fff;
            display: block;
            font-size: 25px;
            height: 50px;
            line-height: 51px;
            text-align: center;
            width: 50px;
        }

        .xe-widget.xe-counter .xe-icon + .xe-label, .xe-widget.xe-counter-block .xe-upper .xe-icon + .xe-label, .xe-widget.xe-progress-counter .xe-upper .xe-icon + .xe-label {
            padding-left: 0;
        }

        .xe-widget.xe-counter .xe-label .num, .xe-widget.xe-counter-block .xe-upper .xe-label .num, .xe-widget.xe-progress-counter .xe-upper .xe-label .num {
            color: #3e3f3f;
            display: block;
            font-size: 28px;
            font-weight: 400;
        }

        .xe-widget.xe-counter .xe-label span, .xe-widget.xe-counter-block .xe-upper .xe-label span, .xe-widget.xe-progress-counter .xe-upper .xe-label span {
            color: #979898;
            display: block;
            font-size: 10px;
            font-style: normal;
            margin-top: 5px;
            text-transform: uppercase;
        }

.notifyDanger {
    /*margin: 0 20%;*/
    background-color: red;
    color: white;
    font-size: medium;
}

.notifySuccess {
    /*margin: 0 20%;*/
    background-color: #07bab7;
    color: white;
    font-size: large;
}

.fc-title {
    cursor: pointer;
}

.progress.active .bar {
    animation: 2s linear 0s normal none infinite running progress-bar-stripes;
}

.progress-striped .bar {
    background-color: #149bdf;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.modalhead1 {
    color: #7f7f7f;
    font-size: 22px;
}

.doupload {
    background: #cbe290;
    font-size: 18px;
    padding: 5px 10px;
    color: #333;
}

.donotupload {
    background: #888888;
    font-size: 18px;
    padding: 5px 10px;
    color: #333;
}

.point-lo li {
    list-style-type: circle;
    font-size: 11px;
    padding: 5px 0;
}

.reg-right1 {
    line-height: 25px;
}

.close {
    opacity: 0.9;
    z-index: 9999;
    position: relative;
}

.uploadfile-head {
    font-size: 20px;
    border-bottom: 1px solid #dcdcdc;
    color: #5c5c5c;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

/*.modal-dialog {
    width: 700px;
}*/

.rightgrin {
    background: #7f7f7f;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    min-height: 120px;
    margin: 15px 0;
}



#owl-demo .item {
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.customNavigation {
    text-align: center;
}
    /*use styles below to disable ugly selection*/
    .customNavigation a {
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

.algyadd {
    float: right;
    position: relative;
    right: 15px;
    margin: 10px 0px;
}

#captionchange {
    width: 280px;
    display: inline-block !important;
}

.col-bdr {
    border: 1px solid #dcdcdc;
}

.homehaed span {
    border-bottom: 2px solid #07bab7;
    padding-bottom: 12px;
}

.homehaed {
    margin-bottom: 30px;
    font-size: 30px;
    text-transform: uppercase;
    padding: 10px 0 14px 0;
    border-bottom: 1px solid #eee;
}

.Pagehaed span {
    border-bottom: 2px solid #07bab7;
    padding-bottom: 5px;
    font-weight: 100;
    line-height: 50px;
}

.Pagehaed.heading span {
    border-bottom: 0;
    padding-bottom: 12px;
    font-weight: 100;
    white-space: normal;
    display: block;
    word-wrap: break-word;
}

.Pagehaed {
    margin-bottom: 20px;
    font-size: 30px;
    text-transform: capitalize;
    padding: 20px 0 8px 0;
    /*border-bottom: 1px solid #eee;*/
    font-weight: 100;
}

    .Pagehaed.heading {
        border-bottom: 0;
        font-weight: 100;
    }

.form-contact {
    border: 1px solid #e6e6e6;
    background: #fafafa;
    padding: 20px;
    margin: 20px 0 70px;
}

.conform-head {
    margin-bottom: 0px;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #d1d1d1;
}

    .conform-head span {
        border-bottom: 2px solid #07bab7;
        padding-bottom: 9px;
    }

.add-block {
    padding: 20px 0;
    margin: 20px 0;
    border-top: 1px solid #dcdcdc;
    line-height: 24px;
}

.colbdr {
    border-left: 1px solid #dcdcdc;
    padding-left: 50px;
}

.helpsign {
    position: relative;
    float: right;
    padding: 0 10px;
}

    .helpsign span {
        color: #07bab7;
        font-size: 24px;
    }

    .helpsign ul {
        padding: 20px;
    }

.brdcrm span {
    float: left;
}

.margn-btm {
    margin-bottom: 32px;
}

.btn-black {
    background: #000 none repeat scroll 0 0;
    border-color: #000;
    border-radius: 0;
    color: #fff;
}

.subscribe-table .alert-info, .alert-success, .alert-danger {
    background: #f1fcfa;
    border-left: 1px solid #dcdcdc;
}

.subscribe-table {
    margin-top: 40px;
}

    /*.alert {
    border: 0;
    padding: 0;
}*/

    .subscribe-table h4 {
        min-height: 50px;
        font-weight: bold;
        padding: 10px 0;
    }

    .subscribe-table > thead > tr > th {
        border-right: 1px solid #fff !important;
        margin-right: 1px;
        border-bottom: 0 !important;
        border-top: 0 !important;
        text-align: center;
    }

    .subscribe-table > thead > tr > td {
        border-right: 1px solid #fff !important;
        margin-right: 1px;
        border-bottom: 0 !important;
        border-top: 0 !important;
        text-align: center;
    }

    .subscribe-table > tbody > tr > td {
        border-right: 1px solid #fff !important;
        margin-right: 1px;
        border-bottom: 1px solid #dcdcdc;
        border-top: 0 !important;
        text-align: center;
        font-weight: bold;
    }

    .subscribe-table tbody td {
        padding: 20px 0 !important;
    }

    .subscribe-table .btn-green {
        width: 200px;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
    }

.imag-iconpaln {
    color: #07bab7;
    font-size: 18px;
}

.table > tbody + tbody {
    border-top: 1px solid #dcdcdc;
}

.subscribe-table .price {
    background: none;
    font-size: 22px;
}

.imag-iconpaln .fa {
    padding: 5px;
}

.subscribe-table .fa-check, .fa-times {
    font-size: 22px;
    color: #07bab7;
    font-weight: normal;
}

.disis-block .reslt-btn {
    width: auto;
}

.help-blck .reslt-btn {
    margin: 0px 5px 5px;
    padding: 4px 10px;
    font-size: 13px;
    background: #F2FBFF;
}

.disis-block .reslt-btn {
    margin: 0px 5px 5px;
    padding: 4px 10px;
    font-size: 13px;
    background: #F2FBFF;
}

#divLoading .fa-pulse {
    font-size: 60px;
    text-align: center;
    color: #fff;
}

#divLoading {
    text-align: center;
    /*background-color:#fff !important;*/
    background-color: #fff !important;
}



.disis-block .reslt-btn {
    width: auto;
}

.disis-block .reslt-btn {
    margin: 0px 5px 5px;
}



.Areacontainer {
    width: 370px;
    height: 36px;
    overflow-y: scroll; /* showing scrollbars */
}

.termscond-block {
}

.terms-head {
    padding-bottom: 40px;
}

.fc-day-grid-event {
    margin: 1px 2px 0 !important;
    padding: 0 1px;
}

a #btnConsultExpert .btn-orange {
    color: #fff;
}

.padleft {
    padding-left: 0;
}

.rowbdr {
    border-bottom: 1px solid #dcdcdc;
    margin: 0 15px;
}

.bdrbtm {
    border-bottom: 1px solid #dcdcdc;
}

.headpayment {
}

.faqaccordian .panel-default .panel-heading {
    border-color: #07bab7;
}

.faqaccordian .panel-default {
    border-color: #dcdcdc;
    border-radius: 0;
}

.faqaccordian .panel-group .panel {
    border-radius: 0;
}

.faqaccordian .glyphicon {
    font-size: 12px;
}


.faqaccordian .panel-title .non-icon .fa-minus {
    display: block;
}

.faqaccordian .panel-title .non-icon.collapsed .fa-minus {
    display: none;
}

.faqaccordian .panel-title .non-icon.collapsed .fa-plus {
    display: block;
}

.faqaccordian .panel-title .non-icon .fa-plus {
    display: none;
}

.faqaccordian .panel-title a span {
    color: #07bab7;
}

.join-block:hover .img-rnd {
    border-color: #07bab7;
    transform: scale(1.1);
    transition-duration: 1s, 1s;
}

    .join-block:hover .img-rnd img {
        transform: scale(1.1);
        transition-duration: 1s, 1s;
    }

.profhed {
    min-height: 165px;
}

.scilawsome a {
    font-size: 29px;
    color: #000;
}

.clickvideo {
    border: 1px solid #07bab7;
    min-height: 230px;
    text-align: center;
    border-radius: 0;
    padding-top: 90px;
    width: 100%;
    background: #f6f6f6;
    margin-top: 10px;
}

.video-link {
    display: inline-block;
    position: relative;
    padding: 10px;
}

.colmn-video {
    border-top: 1px solid #dcdcdc;
    padding: 20px 0;
}

.video-close {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #07bab7;
    border-radius: 50%;
    height: 25px;
    padding: 1px 6px;
    position: absolute;
    right: 7px;
    top: 5px;
    width: 25px;
}


.btnedit {
    margin-top: -40px;
    position: absolute;
    right: 0;
}

body.admin {
    overflow-y: auto !important;
}

body.modal-open {
    overflow: visible !important;
    overflow-y: visible !important;
    overflow-x: hidden !important;
}

.alldeta [class*="grid-"] {
    display: block;
    margin: 0;
    padding: 0;
}

#firstdiv .control-label {
    font-weight: normal;
    text-align: right;
}

.video-help {
    border-radius: 50%;
    height: 23px;
    padding: 1px 10px;
    position: relative;
    top: -3px;
    width: 40px;
}

.vdehelp .clickvideo {
    margin-top: 0;
}

#mytabdiv .modal-body {
    padding: 20px 20px 0 20px;
}

#mytabdiv .modal-footer {
    margin-top: 0;
    padding: 15px 20px 5px;
}

#mytabdiv form {
    margin: 0 0 0px;
}

#mytabdiv .close {
    opacity: 0.5;
}
/*---------------------------------------------------------------------31 Aug 2015 faq page--------------------------------------------------------------------------------*/
.back-rechrs {
    color: #5c5c5c;
}

.vew-org {
    color: #07bab7;
}

.recp-login {
    background: #fff;
    border: 1px solid #dcdcdc;
    margin-bottom: 12px;
}

    .recp-login h1 {
        text-align: center;
        border-bottom: 1px solid #07bab7;
        padding: 10px 0;
        font-size: 18px;
        text-transform: uppercase;
        background: #f1f1f1;
        font-weight: bold;
    }

.crtd {
    margin: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d1d1d1;
    position: relative;
}

.crtd1 {
    border-bottom: 0;
    margin: 10px;
    position: relative;
}

.btn-viw {
    background: #ff7f00;
    padding: 2px 4px 0;
    color: #fff;
    font-size: 11px;
    border: none;
}

.btn-pnding {
    background: #ff7f00;
    padding: 8px 30px;
    color: #fff;
    font-size: 12px;
    border: none;
    margin: 10px 0;
}

.vew-top {
    top: 15px;
    position: absolute;
    right: 0;
}

.vew-top1 {
    top: 0px;
    position: absolute;
    right: 0;
}

.lg-foot {
    background: #f1f1f1;
    color: #333;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #dcdcdc;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
}

    .lg-foot a {
        color: #333;
    }
/*.colmn-recp{ width:20%;}*/
.faq-resc img {
    width: 100%;
    height: 100%;
}

.add-imgtherphy {
    width: 100%;
    height: 300px;
    border: 1px solid #dcdcdc;
    text-align: center;
    padding-top: 80px;
}

.add-upload {
    border: 1px solid #dcdcdc;
    border-top: 0;
    padding: 10px;
}

    .add-upload a#divPreviewImage img {
        width: 100%;
    }

.btn-green1 {
    background: #07bab7;
    color: #fff;
    border: 0;
}

.recp-login .created-blc .btn {
    margin-right: 10px;
}
/*---------------------------------------------------------------------24 Aug 2015 faq page--------------------------------------------------------------------------------*/
.brdcrm1 {
    border-bottom: 1px solid #dcdcdc;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
    padding-bottom: 12px;
    color: #1b1414;
}

    .brdcrm1 > span {
        border-bottom: 1px solid #6dc02b;
        padding-bottom: 10px;
    }

.filter-box {
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 10px 0;
    font-weight: normal;
    font-family: 'Raleway', sans-serif;
}

.btn-orange {
    background: #ff7f00;
    font-size: 14px;
    font-weight: normal;
    border-color: #ff7f00;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}

    .btn-orange:hover {
        background: #ff7f00;
        border-color: #ff7f00;
        color: #fff;
    }

    .btn-orange:focus {
        background: #ff7f00;
        border-color: #ff7f00;
        color: #fff;
    }

.faq-detail {
    margin: 5px 0;
}

.faqli li {
    background: rgba(0, 0, 0, 0) url("../images/faqli-bg.png") no-repeat scroll 0 16px;
    padding: 10px 0 10px 20px;
    color: #5c5c5c;
}

.faq-detail a {
    /*color: #5c5c5c;*/
    font-size: 16px;
}

.faqsmbl {
    font-size: 14px;
    color: #07bab7;
}



/*a.norm-faq {
    color: #07bab7;
}*/

a.norm-faq.collapsed {
    color: #5c5c5c;
}

.norm-faq.collapsed .fa-minus {
    display: none;
}

.norm-faq .fa-minus {
    display: block;
}



.norm-faq.collapsed .fa-plus {
    display: block;
}

.norm-faq .fa-plus {
    display: none;
}

.faq-detail .panel-group .panel {
    border-radius: 0;
}

    .faq-detail .panel-group .panel .panel-heading {
        border-radius: 0;
        /*border-bottom: 1px solid #6dc02b;*/
    }

.faq-detail .panel-default {
}

.faq-detail .panel {
    box-shadow: 0 0;
}

.znrishli > li {
    padding: 29px 20px !important;
}

.faq-detail .collapse.in {
    border-bottom: 1px solid #07bab7;
}

.condtion {
}

.paneloutdive {
    float: left;
    height: 200px;
    width: 200px;
    margin-right: 10px;
    padding-top: 10px;
}

.collayout {
}

.faq-resc {
    height: 200px;
}

.faq-detail .panel-heading {
    padding: 0;
}

.faq-detail .panel-title {
    padding: 10px;
}
/* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

.main-righ .grid:after {
    content: '';
    display: block;
    clear: both;
}
/* ---- .grid-item ---- */

.main-righ .grid-sizer,
.main-righ .grid-item {
    width: 33.333%;
}

.main-righ .grid-item {
    float: left;
}

    .main-righ .grid-item img {
        display: block;
        max-width: 100%;
    }


.grid-sizer,
.grid-item {
    width: 25%;
}

.grid-item {
    float: left;
}

    .grid-item img {
        display: block;
        max-width: 100%;
    }

.main-righ .colgrid {
    margin: 5px;
}


.colgrid {
    border: 1px solid #dcdcdc;
    border-bottom: 1px solid #07bab7;
    margin: 10px;
}

.gris-img {
    height: 24px;
    width: 24px;
    border: 1px solid #dcdcdc;
    ;
    float: left;
    border-radius: 50%;
}

.grid-dtl {
    margin-left: 30px !important;
}

    .grid-dtl a {
        padding-left: 5px !important;
    }

.grid-hd {
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 5px !important;
    margin-bottom: 5px !important;
    font-family: 'Montserrat', sans-serif;
}

.gris-img1 {
    height: 30px;
    width: 30px;
    border: 1px solid #dcdcdc;
    float: left;
    border-radius: 50%;
}


.condtion [class*="grid-"] {
    display: block;
    margin: 0;
    padding: 0;
}

.main-righ [class*="grid-"] {
    display: block;
    margin: 0;
    padding: 0;
}

.img-thumbnail {
    /*padding: 0;*/
}

/*img.img-thumbnail {
    height: 50px;
}*/

.carousel-inner {
    height: auto;
}

    .carousel-inner .item {
        height: auto;
    }

        /*.carousel-inner .item img, .carousel-inner .item a img {
            height: 520px;
        }*/

.colimg {
    height: 60px;
}

.coldetafile {
    border: 1px solid #dcdcdc;
    height: 40px;
}

.grid-dtl1 {
    margin-left: 30px !important;
}

    .grid-dtl1 a {
        color: #717171;
        font-weight: bold;
    }

.coldetail {
    padding: 0px 10px;
}

.colimg img {
    width: 100%;
    height: 100%;
}

.coldetafile img {
    width: 100%;
    height: 100%;
}

.paddleft-0 {
    padding-left: 0;
}

.recp-dtel-hd {
    color: #000;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
}

.img-resdtail {
    height: 45px;
    width: 45px;
    border: 1px solid #dcdcdc;
    float: left;
    border-radius: 50%;
    margin-right: 5px;
}

    .img-resdtail img {
        height: 100%;
        width: 100%;
        border-radius: 50%;
    }

.test-dtl {
    margin-bottom: 0;
    margin-left: 50px;
}

.reps-li li {
    display: block;
    padding: 0 0 5px 0;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.resp-star li {
    display: inline-block;
}

.cooktime span:first-child {
    border-right: 1px solid #333;
    padding-right: 10px;
    margin-right: 10px;
}

.cooktime span {
    color: #2f302e;
    font-weight: bold;
}

.cooktime, .servetime {
    padding: 10px 0;
}

.useful-block h1 {
    font-size: 14px;
    color: #2f302e;
    font-weight: bold;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 5px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.useful-block li a {
    padding: 6px 10px;
    color: #353333;
    font-size: 14px;
    border: 1px solid #dcdcdc;
    display: block;
}

.useful-block li {
    display: inline-block;
    margin: 5px 0;
}

.shar-social {
    text-align: center;
    padding: 13px 0;
}

.faq-likecol {
}

.comenthed {
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 5px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.comment-img {
    height: 25px;
    width: 25px;
    float: left;
    border-radius: 50%;
}

    .comment-img img {
        width: 100%;
        border-radius: 50%;
        height: 100%;
    }

.comment-text {
    margin-left: 30px;
    padding-top: 5px;
}

.resp-detail-righ .comment-text {
    margin-left: 40px;
}

.resp-detail-righ .comment-img {
    height: 35px;
    width: 35px;
    float: left;
    border-radius: 50%;
}

.cmmntr {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

    .cmmntr span {
        color: #5c5c5c;
        font-size: 13px;
        font-weight: normal;
    }

.comment-text p {
    margin-top: 0;
    font-size: 13px;
}

.comentmain {
    margin-bottom: 5px;
    background: #F5F5F5;
    padding: 5px;
    border-bottom: 1px solid #dcdcdc;
}

.btn-commnt {
    color: #07bab7;
    width: 100%;
    font-size: 16px;
}

    .btn-commnt i {
        padding: 0 10px;
    }

.likelast-block {
    background: #eaf9fe;
    padding: 20px;
    border: 1px solid #d2e2e7;
    margin: 20px 0;
}

.may-head {
    font-size: 14px;
    color: #4c4242;
    font-weight: bold;
    padding-bottom: 10px;
}

.bdr-comit {
    border-right: 1px solid #dcdcdc;
    padding-right: 20px;
}

.also-col {
    background: #fff;
    border: 1px solid #dcdcdc;
    margin-bottom: 10px;
}

    .also-col .btn-default {
        border-color: #eee !important;
    }


.resp-detail-righ .btn-default {
    border-color: #eee !important;
}


.clmn1 {
    min-height: 110px;
}

.colm1-img1 .col-sm-4 {
    padding: 5px;
}

.colm1-img {
    height: 196px;
    overflow: hidden;
}

.colm1-img1 img {
    cursor: pointer;
}

.colm1-img1 {
    margin-top: 10px;
}

.fllow-block .btn {
    width: 100%;
}

.btn-share {
    background: #f1f1f1;
    font-family: 'Montserrat', sans-serif;
}

.resp-detail-righ {
    border: 1px solid #dcdcdc;
    padding: 0;
    margin-bottom: 20px;
}

.main-righ {
    padding: 5px;
}

.exer-block h1 {
    font-size: 16px;
    font-weight: bold;
}

.ex-head {
    font-size: 16px;
    padding-bottom: 10px;
}

.excon {
    padding-bottom: 10px;
}

.grid-hd a {
    color: #000;
}

.blueMsg {
    color: #07bab7;
    font-weight: 600;
    line-height: 43px;
}

.blueMsgPro {
    color: #07bab7;
    font-weight: 600;
    line-height: 2px;
    margin-right: 6px;
}

.dshclass {
    color: #07bab7;
    line-height: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.coltoppadding .dropdown-menu:after {
    right: 16px;
    position: absolute;
    left: auto !important;
    content: "";
}

.coltoppadding .dropdown-menu {
    right: 0px;
    left: auto !important;
    top: 16px;
}

.ui-autocomplete {
    border: 1px solid #d1d1d1 !important;
    height: 300px;
    overflow-x: auto;
}

.mbtn {
    margin-top: 21px;
    /*padding: 11px 44px;*/
    padding: 8px 25px;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid #eee;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.42857;
    margin-bottom: 10px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.mbtn-green {
    background: #07bab7 none repeat scroll 0 0;
    border-color: #07bab7;
    color: #fff;
}

.mbtn-default {
    background-color: #ccc;
    border-color: #ccc;
    color: #333;
}

.clc-edit-ico a img {
    width: 100%;
}

.drag-myImg {
    width: 300px;
    text-align: center;
}

.anothrdic label {
    padding-bottom: 10px;
}

.instructnlenth {
    min-height: 250px;
}

.padinput {
    padding-top: 0px;
}

a#divPreviewImage.btn {
    background: #f1f1f1 !important;
}

a#divPreviewImage img {
    width: 175px;
    height: 130px;
}

.onbanner-img .drag-1mg {
    padding: 0;
}

    .onbanner-img .drag-1mg img {
        width: 100%;
        height: 200px;
    }

.shar-social {
    float: left;
    width: 100%;
}

/*.mysociallink:hover .shar-social {
    display: block;
}*/

.col-recp-img {
    height: 283px;
    position: relative;
    border: 1px solid #DCDCDC;
}

/*.shar-social .fb-like {
    margin: 0 10px !important;
}*/

/*.shar-social {
    display: none;
    bottom: 30px;
    left: 68px;
    position: absolute;
}*/

.check {
    margin: -2px 4px 0px !important;
}

/*.col-recp-img:hover .shar-social {
    display: block;
}*/

.btn-o {
    margin-top: 5px;
}

.twitter-follow-button {
    position: relative !important;
    width: 115px !important;
    height: 20px !important;
    visibility: visible !important;
    top: 6px;
    left: 5px;
}

.profiimg ul li a i {
    padding-right: 5px;
}

.flaty-nav ul li a i {
    padding-right: 5px;
}



.dropdown-menu > li > a .one-line {
    white-space: normal;
}

.inline .checkbox-inline {
    margin-left: 0;
    margin-right: 10px;
}

/*.shar-social .fb-like {
    display: inline-block;
    margin: 15px 10px 0 !important;
    position: absolute;
    top: 4px !important;
    left: 179px;
}*/

#mainOptionalhealth .panel-body {
    padding: 10px;
}

.useful-block .disis-block {
    min-height: 95px;
    height: 95px;
    padding: 10px;
    overflow-y: auto;
}

#firstdiv h3 {
    padding: 10px 0 !important;
}

.loadmsg {
    width: 100%;
    display: block;
    cursor: pointer;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999;
    opacity: 0.3;
}

    .loadmsg:hover {
        background-color: rgba(0, 0, 0, 0.4);
        color: #fff;
        text-decoration: none;
    }

.message-list {
    padding: 45px 20px 20px !important;
    position: relative;
}

.message-chat .modal-footer {
    margin-top: 0;
}


.today-chat {
    text-align: center;
    clear: both;
}

    .today-chat span {
        color: #a0a0a0;
        font-size: 10px;
        cursor: default;
    }

        .today-chat span:hover {
            color: #a0a0a0;
        }

.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/*******************************/
/*Group Css*/
/*******************************/

.groupbox {
    background-color: #fff;
    padding: 0px 5px 10px;
    font-size: 20px;
    font-weight: normal;
    /*min-height: 120px;*/

}

    .groupbox p {
        margin: 4px 0;
    }

.group-detail p {
    margin: 0px 0 4px;
}

.userimg img {
    background-color: #07bab7;
    padding: 6px;
    width: 35px;
    border-radius: 50%;
    margin-bottom: 8px;
    margin-right: 5px;
}

.userimg span {
    font-size: 16px;
}

.groupboximg .img-owl img {
    height: 110px !important;
}

.groupboximg .img-owl {
    height: 132px;
   
}

.group-bottom {
    background: #F5FCFF;
    padding: 6px 0;
}





.resp-detail-righ .find-doc {
    padding: 0;
}

.resp-detail-righ .search-btn {
    padding: 7px 28px;
}

.group-page .resp-detail-righ .comment-text {
    margin: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.group-page {
    /*padding: 20px 0;*/
}

.joingroup {
    padding: 10px 0;
}

/*.feedbox {
    margin-top: 20px;
}*/

.feedbox .tab-content {
    padding: 20px;
    float: left;
    width: 100%;
    border: 1px solid #ddd;
    border-top: 0;
}

.feedbox .dropdown .caret {
    margin-top: 0;
}

.feedbox .dropdown-menu:after {
    border-bottom: 0;
}

.feedbox .dropdown-menu {
    border: 1px solid rgba(0,0,0,.15);
    left: 0;
    border-radius: 0;
}

.feedbox .dropdown {
    float: left;
    margin-right: 5px;
}

.feedbox .imgbtn .btn {
    margin-top: 21px;
}

.feeds {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 15px;
}

.likecomment {
    margin-top: 25px;
    margin-bottom: 0px;
    padding: 10px 0;
    border-top: 1px solid #ddd;
}

    .likecomment a {
        margin-right: 40px;
    }

        .likecomment a i {
            margin-right: 5px;
        }

.commentbox {
    position: relative;
}

    .commentbox .fa-camera {
        position: absolute;
        right: 10px;
        top: 10px;
        color: #bebebe;
    }

.feedbody {
    margin-top: 10px;
}

.feedbox .find-doc {
    float: left;
    width: 100%;
    padding: 15px;
}

    .feedbox .find-doc .form-control {
        border: 1px solid #ccc;
        resize: vertical;
    }

.peoplelike {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin: 0 0 10px 0;
}

ul#comments {
    list-style-type: none;
    font-size: 15px;
    color: #a5b2b9;
}

    ul#comments li {
        margin-bottom: 30px;
        position: relative;
    }

    ul#comments .avatar-container {
        width: 60px;
        box-sizing: border-box;
        float: left;
        text-align: center;
    }

        ul#comments .avatar-container a {
            font-size: 12px;
        }

    ul#comments .avatar {
        width: 50px;
        height: 50px;
        border-radius: 5px;
        float: left;
        margin: 5px;
    }

    ul#comments .post-container {
        padding-top: 3px;
        margin-left: 70px;
        box-sizing: border-box;
    }

.bullet {
    padding: 0 2px;
    font-size: 10px;
    color: #ccc;
    line-height: 1.4;
}

.timeago, .posted {
    font-weight: 500;
    font-size: 12px;
    color: #a5b2b9;
}

ul#comments .post-container p {
    color: #3f4549;
}

.mygroup .groupboximg .img-owl {
    height: 70px;
}

    .mygroup .groupboximg .img-owl img {
        height: 50px !important;
    }

.mygroup {
    border: 0;
}

    .mygroup .groupbox {
        padding: 0px;
        font-size: 14px;
        min-height: 50px;
    }

.like-dislike {
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}

.col-recp-img:hover .like-dislike {
    display: block;
}

.pic:hover .like-dislike-heal {
    display: block;
}

.like-dislike-heal {
    position: relative;
    bottom: 0px;
    text-align: center;
    width: 100% !important;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    margin-top: -36px;
}

    .like-dislike-heal a {
        color: #fff;
        display: inline-block;
        padding: 8px 15px;
        margin-right: -3px;
        background: #07bab7;
    }

        .like-dislike-heal a:hover {
            background: #759c18;
        }

        .like-dislike-heal a:last-child {
            background: #dc2626;
        }

            .like-dislike-heal a:last-child:hover {
                background: #d12020;
            }


.like-dislike a {
    color: #fff;
    display: inline-block;
    padding: 8px 15px;
    margin-right: -3px;
    background: #07bab7;
}

    .like-dislike a:hover {
        background: #759c18;
    }

    .like-dislike a:last-child {
        background: #dc2626;
    }

        .like-dislike a:last-child:hover {
            background: #d12020;
        }

.tags li {
    display: inline-block;
    margin-bottom: 5px;
}

    .tags li a {
        display: inline-block;
        padding: 5px 8px;
        border-radius: 20px;
        border: 1px solid #ddd;
        margin-bottom: 5px;
    }

        .tags li a:hover {
            background-color: #07bab7;
            color: #fff;
        }

.feedbox .heading {
    margin-bottom: 20px;
    font-size: 25px;
}

.img-normal img {
    width: 75px !important;
    height: auto !important;
}

.profiimg .dropdown-menu.question {
    left: 10px;
    top: 29px;
    right: auto;
    width: 230px !important;
    float: none;
}

    .profiimg .dropdown-menu.question:after {
        left: 0;
    }

#AskExpertModalContainer .login .modal-dialog {
    width: 75%;
}

#AskExpertModalContainer .login .modal-body {
    min-height: 360px;
}

.text-left {
    text-align: left !important;
}

.profilePic {
    position: relative;
}

    .profilePic .upload-img {
        width: 100px;
        height: 80px;
        border: 1px solid #ccc;
        margin-top: 10px;
    }

    .profilePic:hover .delete {
        position: absolute;
        top: 10px;
        right: 3px;
        cursor: pointer;
        font-size: 18px;
        display: block;
    }

    .profilePic .delete {
        display: none;
    }

.feedbody img {
    width: 300px;
    border: 1px solid rgb(204, 204, 204);
}

.sub-comment {
    border: 1px solid #ccc;
    padding: 10px;
}

.upload-imgs {
    width: 60px;
    height: 50px;
    border: 1px solid #ccc;
    margin-top: 10px;
}

.panel-group {
    margin-bottom: 5px;
}

.groupbox .inline-btn a {
    display: inline-block;
    width: auto;
    margin: 5px;
    padding: 6px 10px;
}

.pad_none {
    padding: 0 !important;
}

#btnConsultExpert.btn-orange {
    position: relative;
}

    #btnConsultExpert.btn-orange:before {
        content: "\00a0";
        display: block;
        height: 23px;
        width: 11px;
        position: absolute;
        bottom: -11.5px;
        background-color: #ff7f00;
        left: 15px;
        transform: rotate(70deg) skew(5deg);
        -webkit-transform: rotate(70deg) skew(5deg);
        -moz-transform: rotate(70deg) skew(5deg);
        -o-transform: rotate(70deg) skew(5deg);
        -ms-transform: rotate(70deg) skew(5deg);
        -sand-transform: rotate(70deg) skew(5deg);
    }

.cla-icon {
    position: absolute;
    right: 22px;
    top: 8px;
}

.panel-body a {
    color: #07bab7 !important;
}

.useful-block a {
    color: #07bab7 !important;
}

#FoodGrid img.img-circle {
    width: 40px;
    height: 40px;
}

.table p {
    margin: 0;
}

.doctor-list {
    background: #F5F5F5 none repeat scroll 0% 0%;
    border: 1px solid #DCDCDC;
    padding: 10px 10px 0;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    position: relative;
}

    .doctor-list .showmore a {
        cursor: pointer;
        font-size: 13px;
    }

    .doctor-list .showmore {
        margin-top: -4px;
    }


#calendar [class*="grid-"] {
    margin: 0;
}

.inline2 li {
    display: inline-block;
    margin-right: 30px;
}

.colorbox .green {
    background-color: green;
}

.colorbox .blue {
    background-color: #3a87ad;
}

.colorbox .red {
    background-color: red;
}

.colorbox .yellow {
    background-color: yellow;
}

.colorbox .gray {
    background-color: gray;
}

.colorbox ul li div {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

.colorbox {
    margin-top: 20px;
}

    .colorbox ul li {
        margin-right: 30px;
    }

#UnreadCount {
    background: #EB2F2F;
    color: #fff;
    padding: 0px 4px;
    border-radius: 20%;
    /* height: 20px; */
    /* width: 20px; */
    display: block;
    font-size: 11px;
    position: absolute;
    top: 8px;
    font-family: lato;
    right: 10px;
}

.help-icon {
    position: absolute;
    top: 6px;
    right: 50px;
    font-size: 18px;
    color: #A6CFE3;
}

.relative {
    position: relative;
}

.dots {
    list-style: disc;
    padding-left: 20px;
}

    .dots li {
        padding: 2px 0;
    }

.name-small {
    background: none;
    text-align: center;
    margin: 20px 0;
    border: 0;
    font-size: 18px;
    background-color: rgba(238, 238, 238, 0) !important;
}

.docserchrslt .rating-gly-star {
    height: 30px;
    padding-left: 0;
}

.pagecount {
    margin-top: 20px;
    border: 1px solid #07bab7;
    padding: 6px 15px;
}

.docserchrslt:hover {
    background: rgba(255,126,0,0.09);
}

.docserchrslt .rating-gly-star .rating-stars:before {
    padding-left: 0px;
}

.profile-img {
    height: 90px;
    margin-right: 25px;
    width: 90px;
    border: 1px solid #E5E5E5;
    margin: 0 auto 5px;
}

.width25 {
    width: 25%;
}

.width75 {
    width: 75%;
}

.exprience {
    font-family: lato;
}

    .docserchrslt .fa-map-marker, .exprience .fa-medkit {
        color: #07bab7;
        width: 20px;
        text-align: center;
    }

    .exprience i {
        width: 12px;
        color: #07bab7;
    }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff !important;
    background-color: #07bab7;
    border-color: #1896D2;
    cursor: default;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: pointer;
}

.grid-container {
    display: none;
}

.fc-agenda-view .fc-day-grid {
    display: none;
}

/*.panel-body {
    padding: 15px;
}*/

.lable-control {
    padding-bottom: 5px;
}

#divShowsExpert .clear-rating {
    display: none !important;
}

#divShowsExpert .rating-gly-star {
    padding: 0 !important;
}

    #divShowsExpert .rating-gly-star .rating-stars:before {
        padding: 0 !important;
    }

.coltoppadding {
    padding: 0 45px;
}


.table {
    border: 1px solid #ddd;
}

    .table thead tr th {
        background: #07bab7;
        color: #fff;
    }

        .table thead tr th a {
            color: #fff !important;
            font-weight:normal;
            font-size:14px;
        }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 0;
    }

    .table tbody tr:nth-child(2n) {
        background: #f1f1f1;
    }

.padd-bottom {
    padding-bottom: 20px;
}

.padd-top {
    padding-top: 35px;
}

.marg-rght {
    margin-right: 5px;
}

.no-margin {
    margin: 0 0 15px !important;
}

.question-main {
    border: 1px solid #f1f1f1;
    margin-bottom: 10px;
}

.question-head {
    border-bottom: 1px solid #f1f1f1;
    background: #f2f2f2;
    padding: 5px;
}

.answer-head {
    padding: 5px;
}

.border-round {
    border: 1px solid #d1d1d1;
}

.ratehere span.star-span {
    border: 1px solid #d1d1d1;
    padding: 5px 30px;
    border-radius: 20px;
    font-weight: bold;
    position: relative;
    display: inline-block;
}

.rating-md2 {
    display: inline-block;
}

#btnthanks:before {
    content: "\f164";
    font-family: fontawsome;
    display: inline-block;
    font: normal normal normal 23px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#btnthanks.thanksCls:before {
    content: "\f165";
    font-family: fontawsome;
    display: inline-block;
    font: normal normal normal 23px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#btnthanks:after {
    content: "Like";
    font-size: 16px;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#btnthanks.thanksCls:after {
    content: "Dislike";
    font-size: 16px;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn-success {
    color: #fff;
    background-color: #07bab7;
    border-color: #73981A;
}

    .btn-success:hover {
        color: #fff;
        background-color: #759a1d;
        border-color: #698a1a;
    }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #1C90C7;
    border-color: #1B77A2;
}


.dropdown-toggle {
    margin-top: 0px;
    border-right: none !important;
}

.caret {
    margin-top: 0px !important;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    border-color: #07bab7;
    color: #07bab7 !important;
}

.pagination > li > a, .pagination > li > span {
    border: 1px solid #07bab7;
}

.dropdown-menu {
    border-radius: 2px;
}

    .dropdown-menu .divider {
        margin: 0;
    }

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        background: hsla(40,36%,96%,1);
    }

.docserchrslt .rating-md2 {
    display: block;
}

.docserchrslt .clear-rating {
    display: none !important;
}

.result-textblock .reslt-btn {
    padding: 10px 25px 10px;
}

.list-btns.result-textblock .reslt-btn {
    height: 44px;
    width: 90px;
}

.list-btns.result-textblock .reslt-btn {
    border: none;
    padding: 0;
    float: left;
}

.add-carebtn {
    font-size: 13px;
    font-weight: 600;
}

.add-care .btn {
    padding: 9px 12px;
}

.count {
    background-color: #EB2F2F !important;
    color: #fff;
    padding: 2px 5px;
    border-radius: 20%;
    display: block;
    font-size: 11px;
    position: absolute !important;
    top: 3px !important;
    font-family: lato;
    left: 53px;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #FFFFFF !important;
    background-color: #07bab7;
    border-color: #07bab7;
}

.clearformat p span {
    color: #666666 !important;
    font-size: 14px !important;
    font-family: "Raleway",Lato,sans-serif !important;
}

.clearformat p {
    color: #666666 !important;
    font-size: 14px !important;
    font-family: "Raleway",Lato,sans-serif !important;
}

.fa-file-pdf-o {
    color: #e93535;
}

.fa-file-excel-o {
    color: #07bab7;
}

.btn-default.border {
    border-color: #07bab7;
}

.alert-circle {
    background: #07bab7;
    color: #fff;
    border-radius: 50%;
    padding: 10px;
    width: 60px;
    display: block;
    height: 60px;
    text-align: center;
    margin: -48px auto -10px;
    /*position: absolute;
    top: -40px;
    right: 245px;*/
}

    .alert-circle i {
        font-size: 30px;
        padding-top: 4px;
    }


/* BELL */

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    2% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    4% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }

    6% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg);
    }

    8% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg);
    }

    10% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg);
    }

    12% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }

    14% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg);
    }

    16% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

    18% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }

    20% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    2% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    4% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }

    6% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg);
    }

    8% {
        -webkit-transform: rotate(-22deg);
        -ms-transform: rotate(-22deg);
        transform: rotate(-22deg);
    }

    10% {
        -webkit-transform: rotate(22deg);
        -ms-transform: rotate(22deg);
        transform: rotate(22deg);
    }

    12% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }

    14% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg);
    }

    16% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

    18% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg);
    }

    20% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.faa-ring.animated,
.faa-ring.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-ring {
    -webkit-animation: ring I2s ease infinite;
    animation: ring 2s ease infinite;
    transform-origin-x: 50%;
    transform-origin-y: 0px;
    transform-origin-z: initial;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border-radius: 0;
}

/*membership-plans css */

/* =================== */
/*   Pricing Wrapper   */
/* =================== */


    .pricing-wrapper:hover .current {
        top: 0;
        padding-bottom: 20px;
        padding-top: 20px;
    }

        .pricing-wrapper:hover .current .pricing-card {
            -webkit-transition: all 0.2s linear 0s;
            transition: all 0.2s linear 0s;
            box-shadow: none;
        }

        .pricing-wrapper:hover .current .pricing-footer {
            height: 80px;
        }

   .pricing-col:hover .pricing-card, .pricing-col.current:hover  .pricing-card{ box-shadow:0 3px 14px #07bab7; -webkit-box-shadow:0 3px 14px #07bab7;}

.stripped-table [class*=col-] {
    padding: 0;
    margin: -1px;
}

.stripped-table .pricing-col {
    padding: 20px 0;
}

.stripped-table.current {
    padding-left: 0;
    padding-right: 0;
}

.stripped-table .ribbon {
    left: calc(100% - 124px);
}

/* =================== */
/*   Pricing Cards     */
/* =================== */
.pricing-card {
    position: relative;
    border: 1px solid #ddd;
    width: 100%;
    top: 0;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    z-index: 99;
}

/* =================== */
/*   Pricing Header    */
/* =================== */
.pricing-header {
    background: #fff;
    position: relative;
    height: 200px;
    border-bottom: 1px solid #1976d2;
    margin: -1px;
    margin-bottom: 0;
    text-align: center;
}

    .pricing-header h5 {
        background: #07bab7;
        color: #fff;
        font-size: 16px;
        line-height: normal;
        margin: 0 auto;
        padding: 15px 20px;
    }

    .pricing-header p {
        margin: 0 auto;
        color: #fff;
        display: inline-block;
        font-style: italic;
    }

/* =================== */
/*   Pricing Box       */
/* =================== */
.price-box {
    border-radius: 100px;
    display: block;
    margin: 25px auto;
    position: relative;
    line-height: 100px;
    height: 100px;
    width: 100px;
}

    /*.price-box:before {
        border-radius: 50%;
        box-shadow: 0 0 0 5px white inset, 0 1px 2px transparent;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }*/

    .price-box .price {
        color: #fff;
        display: inline-block;
        font-family: roboto;
        font-size: 34px;
        font-weight: 600;
        position: relative;
        letter-spacing: inherit;
    }

    .price-box .currency {
        font-size: 50%;
        font-weight: 600;
        left: -10px;
        line-height: inherit;
        position: relative;
        top: -6px;
        letter-spacing: 0;
    }

    .price-box .plan {
        font-family: roboto;
        font-size: 36%;
        font-weight: 400;
        letter-spacing: 0px !important;
        margin: 0 auto;
        text-transform: capitalize;
    }

/* ============================ */
/*   Pricing Feature(Content)   */
/* ============================ */
.pricing-feature {
    position: relative;
    text-align: left;
}

    .pricing-feature li {
        list-style: none;
        padding: 13px 0;
        border-bottom: 1px solid #eee;
        background: #eee;
    }

        .pricing-feature li:last-child {
            border-bottom: none;
        }

        .pricing-feature li span {
            text-transform: capitalize;
            font-weight: bold;
        }

        .pricing-feature li span, .pricing-feature li i {
            float: right;
        }

        .pricing-feature li p {
            margin: 0;
            font-size: 13.5px;
            text-transform: capitalize;
            padding: 0 20px;
            line-height: normal;
        }

/* ============================ */
/*   Pricing Footer             */
/* ============================ */
.pricing-footer {
    border-top: 1px solid #ddd;
    padding: 22px 20px;
    height: 80px;
    -webkit-transition: height 0.2s linear 0s;
    transition: height 0.2s linear 0s;
    text-align: center;
}

    .pricing-footer a {
        bottom: 0;
        margin-top: 20px;
        position: relative;
    }

/* =================== */
/*   Pricing Ribbons     */
/* =================== */
.ribbon {
    background: #f50057;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.23), 0 1px 5px rgba(0, 0, 0, 0.16);
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
    position: absolute;
    left: calc(100% - 110px);
    top: 70px;
    width: 35px;
    z-index: 10;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-radius: 100px;
    float: right;
    cursor: pointer;
}

    .ribbon:hover {
        width: 90px;
    }

        .ribbon:hover span {
            visibility: visible;
            -webkit-transition: all 0.2s linear 0.18s;
            transition: all 0.2s linear 0.18s;
        }

    .ribbon span {
        top: 0;
        color: #ffffff;
        font-size: 13px;
        font-weight: 500;
        float: left;
        visibility: hidden;
    }

    .ribbon i {
        color: #ffee58;
        font-weight: 800;
        font-size: 14px;
        margin: 11px;
        z-index: 10;
        float: left;
    }

/* ======================= */
/*   Pricing Comparison    */
/* ======================= */
/*.comparison-table [class*=col-] {
    padding: 0;
    margin: -1px;
}*/

.comparison-table .pricing-col {
    padding: 20px 4px;
}

.comparison-table.current {
    padding-left: 0;
    padding-right: 0;
}

/*.comparison-table [class*=col-]:first-child {
    margin: 0;
}

    .comparison-table [class*=col-]:first-child:hover {
        top: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .comparison-table [class*=col-]:first-child:hover .pricing-card {
            margin: 0;
            box-shadow: none;
        }*/

.comparison-table .pricing-feature li {
    background: #fff;
    text-align: center;
}

    .comparison-table .pricing-feature li i {
        line-height: normal;
    }

    .comparison-table .pricing-feature li span, .comparison-table .pricing-feature li i {
        float: none;
    }

    .comparison-table .pricing-feature li:nth-child(2n+1) {
        background: #eee;
    }

.comparison-table .ribbon {
    left: calc(100% - 124px);
}

.list-feature {
    z-index: 0;
}

    .list-feature .pricing-header {
        background: #fff !important;
        padding: 30px 15px;
        border-bottom-color: #ddd !important;
        text-align: center;
        margin-top: -1px !important;
    }

        .list-feature .pricing-header h5 {
            background: #fff !important;
            color: #424242;
            font-weight: 500;
            font-size: 25px;
            padding: 0;
            margin-top: 30px;
        }

        .list-feature .pricing-header p {
            color: #444;
            margin-top: 5px;
        }

    .list-feature .pricing-feature {
        text-align: left;
    }

.pricing-col {
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    padding-top: 20px;
    padding-bottom: 20px;
}

 
     
          

    /*.pricing-col.current {
        padding-top: 0;
        padding-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }*/



 
    .current .pricing-footer {
        height: 80px;
    }

        .current .pricing-footer a {
            bottom: 0px;
            position: relative;
        }



/* ======================== */
/*   Tooltips               */
/* ======================== */
.tooltip {
    outline: none;
    color: inherit;
    /*position: relative;*/
    -webkit-font-smoothing: antialiased;
    /* webkit text rendering fix */
    cursor: help;
    border-bottom: 1px dotted;
    font-weight: normal !important;
}

    .tooltip .tooltip-content {
        border-radius: 4px;
        position: absolute;
        color: #111;
        border: 1px solid #ddd;
        background: #f9f9f9;
        line-height: 1.6;
        font-weight: normal;
        font-size: 12px;
        font-family: Roboto;
        padding: 15px;
        bottom: 36px;
        left: -10px;
        margin: 0 auto;
        z-index: 9999;
        width: 200px;
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-transition: all 0.25s ease-in;
        transition: all 0.25s ease-in;
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        visibility: hidden;
        opacity: 0;
        display: block;
    }

        .tooltip .tooltip-content:before {
            content: "";
            position: absolute;
            bottom: -10px;
            left: 10%;
            width: 20px;
            height: 20px;
            background: #f9f9f9;
            box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            z-index: 0;
        }

    .tooltip:hover span {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }



/*=====================================================================
    MENU
======================================================================*/
.matraz_menu {
    width: 100%;
    padding: 15px 0;
    z-index: 999;
    display: block;
    float: left;
    background: #eee;
    border-bottom: 1px solid #dedede;
    margin-bottom: 120px;
}

.matraz_mainmenu {
    float: right;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .matraz_mainmenu li {
        float: left;
        margin: 0 5px 0 auto;
        overflow: hidden;
        padding: 15px 0;
    }

        .matraz_mainmenu li a {
            border-radius: 2px 2px 2px 2px;
            color: #2c3e50;
            font-family: Helvetica;
            padding: 10px;
            font-weight: 600;
        }

        .matraz_mainmenu li:hover a,
        .matraz_mainmenu li.active a {
            background: #1abc9c;
            color: #fff;
            text-decoration: none;
            border-radius: 2px;
            -webkit-transition: all 0.3s linear;
            -moz-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            -ms-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }

        .matraz_mainmenu li.active:hover a {
            background: #424242;
            color: #fff;
            text-decoration: none;
            border-radius: 2px;
            -webkit-transition: all 0.3s linear;
            -moz-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            -ms-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }

/*=====================================================================
    MOBILE MENU
======================================================================*/
.matraz_menu .logo {
    margin-left: auto;
    margin-top: 5px;
    width: 150px;
}

.trac_mobtrac_menu {
    text-align: center;
    display: none;
}

    .trac_mobtrac_menu li {
        padding: 10px 0;
    }

.trac_mobilelink_button {
    display: none;
    margin-right: 10px;
    cursor: pointer;
    margin-top: 10px;
}

.logo {
    float: left;
}

    .logo h1 {
        margin-bottom: 0;
        margin-top: 10px;
    }





.style-3 .pricing-card {
    border: 1px solid #ddd;
}

.style-3 .pricing-header {
    border-bottom: none;
    margin: 0;
    height: 160px;
}

    .style-3 .pricing-header h5 {
        background: #07bab7;
        color: #424242;
        border-bottom: 1px solid #ddd;
    }

.style-3 .price-box {
    border-radius: 0;
    width: 100%;
    height: auto;
    
}

.style-3 .price {
    color: #616161;
    font-size: 60px;
    font-weight: 400;
    height: auto;
    line-height: normal;
}

.style-3 .currency {
    top: -10px;
    font-size: 35px;
    left: 5px;
    font-weight: 300;
    vertical-align: super;
}

.style-3 .plan {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    width: 50px;
    text-align: left;
    line-height: normal;
}

.style-3 .pricing-feature li {
    background: #f5f5f5;
}

    .style-3 .pricing-feature li:first-child {
        border-top: 1px solid #ddd;
    }

    .style-3 .pricing-feature li span, .style-3 .pricing-feature li i {
        float: right;
    }

    .style-3 .pricing-feature li:nth-child(2n+1) {
        background: #eee;
    }

.style-3 .ribbon {
    top: 35%;
    right: -10px;
    left: auto;
    border-radius: 0;
}

    .style-3 .ribbon:after {
        border-right: 10px solid transparent;
        border-top: 7px solid rgba(0, 0, 0, 0.5);
        bottom: -7px;
        content: "";
        position: absolute;
        right: 0;
    }

.style-3 .person .price {
    color: #07bab7;
}

.style-3 .person .plan {
    color: #757575;
}

.style-3 .corp .price {
    color: #4caf50;
}

.style-3 .corp .plan {
    color: #757575;
}

.style-3 .unlim .price {
    color: #07bab7;
}

.style-3 .unlim .plan {
    color: #757575;
}

.style-3 .business .price {
    color: #07bab7;
}

.style-3 .business .plan {
    color: #757575;
}

.style-3 .pricing-footer {
    background: #fff;
}

/*.style-3.comparison-table [class*=col-]:first-child {
    margin: -1px;
}*/

.style-3.comparison-table .list-feature .pricing-header h5 {
    margin-top: 0;
    border-bottom: none;
}

.style-3.comparison-table .pricing-feature li p, .style-3.comparison-table .pricing-feature li i, .style-3.comparison-table .pricing-feature li span {
    float: none;
    font-size: 14px;
}

    .style-3.comparison-table .pricing-feature li i.fa-times {
        color: #e83939;
    }

    .style-3.comparison-table .pricing-feature li i.fa-check {
        color: #07bab7;
    }

.style-3 .pricing-footer .btn-act.btn-line {
    background: none;
    border-color: #07bab7;
    color: #07bab7;
}

    .style-3 .pricing-footer .btn-act.btn-line:hover {
        background: #07bab7;
        border-color: #07bab7;
        color: #fff;
    }

.style-3 .pricing-footer .btn-act.btn-bg {
    background-color: #07bab7;
    border-color: #07bab7;
}

    .style-3 .pricing-footer .btn-act.btn-bg:hover {
        background: #212121;
        border-color: #212121;
    }

.person h5 {
    background: #07bab7 !important;
    color: #fff !important;
}

.current h5 {
    background: ##07bab7 !important;
    color: #fff !important;
}

.business h5 {
    background: #07bab7 !important;
    color: #fff !important;
}

.list-feature {
    border: 1px solid #DDD !important;
    padding-bottom: 78px !important;
    padding-top: 0 !important;
    margin-top: 19px !important;
}

.panel-body .control-label, .form-hor .control-label {
    padding-top: 6px;
    text-align: left;
}

.about-item {
    margin-top: 15px;
}

    .about-item ul li span {
        color: #07bab7;
    }

    .about-item ul li {
        border: 1px solid #eee;
        padding: 12px;
    }

        .about-item ul li i {
            padding-right: 6px;
        }

.pop-rnd {
    margin: 0 auto;
}

select, option {
    z-index: 0;
    position: relative;
}

.chosen-container-single .chosen-single, .chosen-container-multi .chosen-choices {
    border-radius: 0 !important;
}

/*paceman no record found*/

.pacman-holder {
    position: relative;
    width: 250px;
    margin: 100px auto;
}

.pacman-container {
    display: block;
    width: 100px;
    height: 100px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    animation: bite 0.5s linear infinite;
    -moz-animation: bite 0.5s linear infinite;
    -webkit-animation: bite 0.5s linear infinite;
}

.pacman-body {
    background-color: #fff;
    position: absolute;
    width: 100px;
    height: 100px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}

.dot {
    position: absolute;
    z-index: 0;
    top: 40px;
    left: 200px;
    width: 100%;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    animation: movedot 2.8s linear infinite;
    -moz-animation: movedot 2.8s linear infinite;
    -webkit-animation: movedot 2.8s linear infinite;
    animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}

    .dot h4 {
        margin-left: 30px;
    }

.pacman {
    position: absolute;
    width: 100px;
    height: 100px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    clip: rect(0px, 50px, 100px, 0px);
    z-index: 2;
}

.pacman-mouth {
    position: absolute;
    left: 2px;
    width: 102px;
    height: 102px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    clip: rect(0px, 100px, 100px, 52px);
}

    .pacman-mouth .pacman {
        background-color: #fff;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        animation: munch 0.5s linear infinite;
        -moz-animation: munch 0.5s linear infinite;
        -webkit-animation: munch 0.5s linear infinite;
    }

.pacman-holder.moving {
    width: 100px;
    animation: move 2.7s linear infinite;
    -moz-animation: move 2.7s linear infinite;
    -webkit-animation: move 2.7s linear infinite;
}

    .pacman-holder.moving .dot {
        animation: movedot 1s linear infinite;
        -moz-animation: movedot 1s linear infinite;
        -webkit-animation: movedot 1s linear infinite;
        animation-delay: 0.2s;
        -moz-animation-delay: 0.2s;
        -webkit-animation-delay: 0.2s;
    }

@keyframes munch {
    0% {
        transform: rotate(90deg);
    }

    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(90deg);
    }
}

@-moz-keyframes munch {
    0% {
        -moz-transform: rotate(90deg);
    }

    50% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(90deg);
    }
}

@-webkit-keyframes munch {
    0% {
        -webkit-transform: rotate(90deg);
    }

    50% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
    }
}

@keyframes bite {
    0% {
        transform: rotate(45deg);
    }

    50% {
        transform: rotate(90deg);
    }

    100% {
        transform: rotate(45deg);
    }
}

@-moz-keyframes bite {
    0% {
        -moz-transform: rotate(45deg);
    }

    50% {
        -moz-transform: rotate(90deg);
    }

    100% {
        -moz-transform: rotate(45deg);
    }
}

@-webkit-keyframes bite {
    0% {
        -webkit-transform: rotate(45deg);
    }

    50% {
        -webkit-transform: rotate(90deg);
    }

    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes movedot {
    0% {
        left: 200px;
    }

    100% {
        left: 50px;
    }
}

@-webkit-keyframes movedot {
    0% {
        left: 200px;
    }

    100% {
        left: 50px;
    }
}

@-moz-keyframes movedot {
    0% {
        left: 200px;
    }

    100% {
        left: 50px;
    }
}

@-moz-keyframes move {
    0% {
        -moz-transform: scaleX(1);
        left: 0px;
    }

    49.999% {
        left: 200px;
        -moz-transform: scaleX(1);
    }

    50% {
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    100% {
        left: 0px;
        -moz-transform: scaleX(-1);
    }
}

@-webkit-keyframes move {
    0% {
        -webkit-transform: scaleX(1);
        left: 0px;
    }

    49.999% {
        left: 200px;
        -webkit-transform: scaleX(1);
    }

    50% {
        -webkit-transform: scaleX(-1);
    }

    100% {
        left: 0px;
        -webkit-transform: scaleX(-1);
    }
}

@keyframes move {
    0% {
        transform: scaleX(1);
        left: 0px;
    }

    49.999% {
        left: 200px;
        transform: scaleX(1);
    }

    50% {
        transform: scaleX(-1);
    }

    100% {
        left: 0px;
        transform: scaleX(-1);
    }
}

.radio-inline, .checkbox-inline {
    font-weight: 700;
}

.text-capitalize {
    text-transform: capitalize;
}

.block {
    display: block;
}

#divShowsInstructions .panel-body {
    padding: 0;
}

/*planbox css*/
.planbox table {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.planbox .plan-title {
    padding: 15px 10px;
    border: 2px solid #07bab7;
    border-bottom: 0;
    text-align: center;
    background: #07bab7;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

    .planbox .plan-title h3 {
        text-transform: uppercase;
    }
/*.table tr th {
    background: #07bab7;
    color: #fff;
}*/
.text-center {
    text-align: center !important;
}

.rate-details {
    display: block;
    margin-top: 8px;
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close {
    padding: 0;
}



.modal-body .find-doc {
    padding: 0;
}

.modal-body .search-btn {
    border-left: 1px solid #07bab7;
    padding: 7px 15px;
}

.modal-header {
    padding: 10px 15px !important;
}

.blank {
    display: block;
}

input[type=radio], input[type=checkbox] {
    margin: 0;
}

.modal-body #checkableGrid.table td, .modal-body #checkableGrid.table th {
    font-size: 12px;
    padding: 1px 4px;
}

.time-header {
    font-family: lato;
    font-size: 12px;
    display: block;
}

.upcoming li.open a.dropdown-toggle {
    border-top: 3px solid #ff7f00 !important;
    box-shadow: -1px 0px 0px 0px #D2D2D2;
    background: hsla(40,36%,96%,1);
    z-index: 9999;
    position: relative;
}

.upcoming .dropdown-menu {
    min-width: 300px;
    font-family: lato;
    margin: 0;
    left: 0;
}

.upcoming .dropdown-navbar > li.nav-header {
    text-shadow: none;
    padding: 8px 15px;
    padding-right: 6px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-transform: none;
    background-color: #4ca4ee;
}

    .upcoming .dropdown-navbar > li.nav-header:hover {
        color: #fff;
    }

.dropdown-navbar > li.nav-header > [class*="fa-"] {
    color: #fff;
    float: right;
    margin-top: 5px;
}

.upcoming .dropdown-navbar .notify {
    padding-left: 0px;
    border-top: 1px solid #f5f6f7;
    position: relative;
}

.upcoming .dropdown-menu > li > a {
    padding: 6px 10px;
    border-bottom: 1px solid #F3EFE8;
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    color: #444;
    text-shadow: none;
}

.upcoming .dropdown-navbar .notify [class*="fa-"].orange {
    background: #e0b447;
}

.dropdown-navbar .notify [class*="fa-"].blue {
    background: #66badf;
}

.dropdown-navbar .notify [class*="fa-"].pink {
    background: #e36781;
}

.dropdown-navbar .notify [class*="fa-"].green {
    background: #74c054;
}

.upcoming .dropdown-navbar .notify [class*="fa-"] {
    display: inline-block;
    margin-bottom: 0;
    float: left;
    color: #fff;
    font-size: 14px;
    padding: 8px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    border: 0;
}

.upcoming .dropdown-navbar .notify [class*="fa-clock-o"] {
    padding: 0;
    color: #a2a7b0;
    height: auto;
    width: auto;
    float: none;
    padding-right: 3px;
}

.upcoming .dropdown-navbar .notify p {
    display: block;
    padding-top: 5px;
    white-space: normal;
    margin-top: 0;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0;
    color: #b2b6c2;
}

.upcoming .dropdown-navbar .notify .msg-title {
    font-weight: bold;
    color: #65707f;
    font-size: 15px;
    padding-top: 6px;
    float: left;
    padding-left: 8px;
}

.upcoming .dropdown-navbar .notify .msg-time {
    float: right;
    color: #a2a7b0;
    padding-top: 6px;
}

.upcoming .dropdown-navbar > li.more {
    border-top: 1px solid #e9e9e9;
    background: #f7f8f9;
}

    .upcoming .dropdown-navbar > li.more > a {
        color: #4f99c6;
        text-align: center;
        font-size: 13px;
        padding-top: 9px;
        padding-bottom: 9px;
    }

.card {
    background: #F7F7F7;
    border: 1px solid #eee;
    margin: 15px 0;
}

    .card .well-img {
        position: relative;
    }

        .card .well-img div.heading {
            font-size: 14px;
            padding: 6px 10px;
            position: absolute;
            background: rgba(0, 0, 0, 0.5);
            border-top: 1px solid rgba(0, 0, 0, 0.5);
            bottom: 0;
            width: 100%;
            color: #fff;
            /*-moz-box-shadow:    inset 0px -49px 88px -42px rgb(0, 0, 0);
   -webkit-box-shadow: inset 0px -49px 88px -42px rgb(0, 0, 0);
  box-shadow: inset 0px -49px 88px -42px rgb(0, 0, 0);*/
        }

        .card .well-img img {
            width: 100%;
            height: 200px;
        }

    .card .well-text {
        padding: 10px 10px 20px;
    }

        .card .well-text p {
            margin-top: 5px;
        }


/* Hover Shadow */
@keyframes hover {
    50% {
        transform: translateY(-3px);
    }

    100% {
        transform: translateY(-6px);
    }
}

@keyframes hover-shadow {
    0% {
        transform: translateY(6px);
        opacity: .4;
    }

    50% {
        transform: translateY(3px);
        opacity: 1;
    }

    100% {
        transform: translateY(6px);
        opacity: .4;
    }
}

.hover-shadow {
    position: relative;
    transition-duration: 0.3s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
}

    .hover-shadow:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        top: 102%;
        left: 5%;
        height: 10px;
        width: 90%;
        opacity: 0;
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
        /* W3C */
        transition-duration: 0.3s;
        transition-property: transform opacity;
    }

    .hover-shadow:hover {
        transform: translateY(-6px);
        animation-name: hover;
        animation-duration: 1.5s;
        animation-delay: 0.3s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        animation-direction: alternate;
    }

        .hover-shadow:hover:before {
            opacity: .4;
            transform: translateY(6px);
            animation-name: hover-shadow;
            animation-duration: 1.5s;
            animation-delay: .3s;
            animation-timing-function: linear;
            animation-iteration-count: infinite;
            animation-direction: alternate;
        }

.mode h4 {
    margin: 20px 0 15px;
}

.offer-text i {
    font-size: 22px;
    margin-right: 25px;
    float: left;
    height: 35px;
}

.offer-text .fa-credit-card {
    margin-right: 10px;
}

.offer-text {
    padding: 20px 0;
    border-top: 1px solid #ddd;
}

    .offer-text p {
        font-size: 12px;
        margin: 0;
    }

    .offer-text h4 {
        margin: 0;
    }

.rating-container .rating-stars {
    left: 0 !important;
}
.result-textblock .reslt-btn:disabled {
    background: #f1f1f1;
}

.result-textblock .reslt-btn.activate:disabled {
    background: #f1f1f1;
}

.result-textblock .reslt-btn.activate {
    background: #7ecc25;
}

    .result-textblock .reslt-btn.activate i {
        color: #fff;
        border-color: #6ab417;
    }

    .result-textblock .reslt-btn.activate:hover {
        background: #77c221;
    }

    .result-textblock .reslt-btn.activate:disabled i {
        color: #07bab7;
        border: 1px solid #07bab7;
    }

.result-textblock .reslt-btn i {
    padding: 14px 35px 14px;
    display: block;
    font-size: 15px;
    position: relative;
    color: #07bab7;
    border: 1px solid #07bab7;
    margin-bottom: 5px;
}

.missing-list {
    padding-left: 25px;
}

    .missing-list li {
        list-style: disc;
    }

.title-dont {
    color: #07bab7;
    font-size: 22px;
    margin-bottom: 15px;
}

.alert-Warning-paypal {
    padding: 9px !important;
    background-color: #fcf8e3 !important;
    border-color: #faebcc !important;
    color: #8a6d3b !important;
    border: 1px solid transparent !important;
    border-radius: 4px !important;
    margin: 5px 9px -9px 12px;
}

.doctor-list .rating-gly-star {
    height: 20px;
}


#availablePlanGrid h6 {
    margin-bottom: 6px !important;
}


/*journal CSS*/

.tab-content.journal {
    margin-top: 15px;
}

.journal a#divPreviewImage.btn {
    background: none !important;
}

.tab-content.journal {
    margin-top: 15px;
}

    .tab-content.journal .nav-tabs {
        border: 0;
    }

    .tab-content.journal .nav-tabs {
        float: right;
    }

    .tab-content.journal .profile-tab li.active a:hover {
        background: #fff !important;
        color: #179bdb !important;
        border: 1px solid #fff !important;
    }

    .tab-content.journal li a, .tab-content.journal li.active a {
        border-right: 2px solid #dcdcdc !important;
        border-radius: 0;
        border-left: 0;
        padding: 8px 20px;
        border-bottom: 0;
        border-top: 0;
        background: #fff;
        font-weight: 400;
    }

    .tab-content.journal .form-group {
        margin-bottom: -1px;
    }

    .tab-content.journal .men-details .form-group {
        margin-bottom: 35px;
    }

    .tab-content.journal .form-group textarea {
        margin-bottom: 10px;
    }

    .tab-content.journal li:last-child a {
        border-right: 0 !important;
    }


    .tab-content.journal li.active a:hover {
        background: #fff;
        color: #179bdb;
    }

    .tab-content.journal li a:focus {
        border: 0;
    }

    .tab-content.journal .tab-content {
        border: 1px solid #dcdcdc;
        padding-top: 40px;
        margin-bottom: 15px;
        margin-top: 5px;
        padding-bottom: 10px;
        background: hsla(40,36%,96%,1);
    }

    .tab-content.journal .rating-ques .rating-container {
        width: 100%;
    }


.tab-content .pagination > li > a {
    border: 1px solid #07bab7 !important;
    padding: 6px 12px !important;
}

.tab-content .pagination > li.active > a {
    background-color: #07bab7 !important;
    border: 1px solid #07bab7 !important;
}

.tab-content .pagination > li:last-child > a {
    border: 1px solid #07bab7 !important;
}


.bottom-box {
    background: #eee;
    padding: 0 15px;
}

.faceblocks .main-maeldiv {
    margin: 0;
    padding: 10px 15px 0;  
    border-top: 0;
}

.faceblocks .addmaeal-head {
    padding: 15px 15px 0;
}

.faceblocks .desc {
    background: $ed4a52;
    padding: 6px 15px;
    margin: 0 -15px;
    border-top: 1px solid #dcdcdc;
}

.maal-block1.faceblocks {
    background: #fff;
    margin-bottom: 15px;
}

.rating-ques .rating-container {
    margin-top: -12px;
}

    .rating-ques .rating-container .filled-stars {
        text-shadow: none;
        /*color:#3dc0ff;*/
        color: #f9da58;
        border: 0;
        -webkit-text-stroke: 0;
    }

.grey {
    color: #909090;
}

.breakfast .rating-ques .rating-container .filled-stars {
    color: #9f0000;
}

.feel .rating-ques .rating-container .filled-stars {
    color: #dbaf06;
}

.walk .rating-ques .rating-container .filled-stars {
    color: #f73c3c;
}

.tab-content.journal .clear-rating {
    vertical-align: sub;
    padding-right: 15px;
}

.tab-content.journal .rating-container .empty-stars {
    position: relative;
}

.tab-content.journal .rating-container .star {
    margin: 2px 20px;
}

.tab-content.journal .rating-container .caption {
    margin-left: 15px;
    vertical-align: text-bottom;
    float: right;
    margin-top: 15px;
}

.tab-content.journal .rating:before {
    height: 3px;
    content: "";
    width: 275px;
    top: 25px;
    left: 25px;
    position: absolute;
    background: #bbb;
    z-index: 0;
}

.heading.howhead {
    width: 390px;
    margin: 0 auto;
    border: 2px solid #07bab7;
    padding: 15px;
    text-align: center;
}

    .heading.howhead i {
        height: 30px;
        font-size: 16px;
        width: 30px;
        border-radius: 50%;
        padding-left: 3px;
        vertical-align: text-bottom;
        padding-top: 7px;
        text-align: center;
        margin: 0 auto;
        border: 1px solid #d0d0d0;
        background: #fff;
    }

        .heading.howhead i:before {
            color: #07bab7;
        }

.journal .chosen-container-multi .chosen-choices .search-field input[type="text"] {
    color: #9f99a5;
    padding: 4px 0px 4px 12px;
}



.btn-blueBorder {
    border: solid 1px #07bab7 !important;
}

.jrnl-col.show-comment {
    padding-top: 0px;
    padding-bottom: 0px;
    background: #fff;
}

    .jrnl-col.show-comment .cmnt-persl {
        margin-bottom: 0;
        padding-top: 5px;
        background: #f6f4f4;
    }

    .jrnl-col.show-comment .divcomment {
        padding: 10px;
    }

.time {
    padding-top: 0;
    display: block;
    color: #a3a3a3;
    font-size: 12px;
    font-weight: 400;
}

.comnt-img {
    height: 38px;
    width: 38px;
    vertical-align: text-top;
    float: left;
    margin-right: 8px;
    border: 1px solid #dcdcdc;
}

.comment-box {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

    .comment-box img {
        padding: 0;
    }

    .comment-box:last-child {
        border-bottom: 0;
        margin-bottom: 0;
    }

    .comment-box a {
        font-size: 14px;
    }

.expert-unavailable {
    padding: 12px 15px;
    border: 2px solid #07bab7;
    margin: 100px auto;
    width: 570px;
    text-align: center;
}

/*NDFeed TimeLine*/

.timelineImg {
    width: 175px;
    border: 1px solid #dcdcdc;
    height: 140px;
    margin-right: 10px;
}

.NDFeedThumb {
    width: 50px !important;
    max-height: 40px;
    height: auto !important;
}

.NDFeedDocImage {
    height: 38px;
    width: 38px;
    vertical-align: text-top;
    float: left;
    margin-right: 8px;
    border: 1px solid #dcdcdc;
}

.journal .reslt-btn {
    padding: 3px 7px;
    font-size: 12px;
    margin-right: 0;
    margin-left: 1px;
    margin-bottom: 5px;
}

.register-check img {
    margin-right: 6px;
}

.register-check li {
    font-size: 18px;
    padding: 6px 0;
}

.chosen-container {
    width: 100% !important;
}



.double-label-slider.ui-slider {
    margin-top: 5px;
    height: 6px;
    background: #dddddd;
    border: none;
    border-radius: 0;
}

    /*.double-label-slider.ui-slider .ui-slider-handle {
                background: #07bab7;
                border: none;
                width: 25px;
                height: 25px;
                margin-left: -6px;
                border-radius: 100%;
                transition: box-shadow 0.2s ease;
            }

                .double-label-slider.ui-slider .ui-slider-handle.ui-state-hover,
                .double-label-slider.ui-slider .ui-slider-handle.ui-state-focus,
                .double-label-slider.ui-slider .ui-slider-handle.ui-state-active {
                       box-shadow: 0 0 0 2px #dddddd;
                }*/

    .double-label-slider.ui-slider .ui-slider-pip {
        top: -3px;
    }

        .double-label-slider.ui-slider .ui-slider-pip .ui-slider-line {
            background: $ed4a52;
            width: 25px;
            height: 25px;
            top: -8px;
            margin-left: -6px;
            /*box-shadow: 0 0 0 2px #07bab7;*/
            border-radius: 100%;
            transition: all 0.4s ease;
        }

        .double-label-slider.ui-slider .ui-slider-pip .ui-slider-label,
        .double-label-slider.ui-slider .ui-slider-pip .ui-slider-label i,
        .double-label-slider.ui-slider .ui-slider-pip .ui-slider-label span {
            width: 100px;
            margin-left: -50px;
            text-align: center;
        }

        .double-label-slider.ui-slider .ui-slider-pip .ui-slider-label {
            color: #888888;
        }

            .double-label-slider.ui-slider .ui-slider-pip .ui-slider-label i {
                font-style: normal;
                font-size: 1.8em;
                position: absolute;
                top: -13px;
                left: 56px;
            }

@media screen and (max-width: 500px) {
    .double-label-slider.ui-slider .ui-slider-pip .ui-slider-label i {
        font-size: 1.4em;
    }
}

.double-label-slider.ui-slider .ui-slider-pip .ui-slider-label span {
    opacity: 0.6;
    font-size: 12px;
    line-height: 1.3;
    position: absolute;
    top: 18px;
    left: 55px;
    transition: opacity 0.3s ease;
}

@media screen and (max-width: 500px) {
    .double-label-slider.ui-slider .ui-slider-pip .ui-slider-label span {
        font-size: 1.1em;
    }
}

.double-label-slider.ui-slider .ui-slider-pip:hover .ui-slider-label span,
.double-label-slider.ui-slider .ui-slider-pip:focus .ui-slider-label span,
.double-label-slider.ui-slider .ui-slider-pip.ui-slider-pip-selected .ui-slider-label span {
    opacity: 1;
}

.double-label-slider.ui-slider .ui-slider-pip.ui-slider-pip-selected .ui-slider-label {
    color: black;
}


#steps-fivepercent-slider .ui-slider-tip {
    visibility: visible;
    opacity: 1;
    top: -30px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #1291ce !important;
    background: url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x #07bab7 !important;
    font-weight: 700;
    color: #07bab7;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid rgba(255, 255, 255, 0) !important;
    background: url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x rgba(27, 161, 225, 0) !important;
    font-weight: 700;
    color: #0073ea;
}

/*.ui-widget-content {
    border: 1px solid #ddd;
    background: url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x #ddd !important;
    color: #444;
}*/

.ui-slider-horizontal {
    height: 6px !important;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -11px !important;
    }

    .ui-slider-horizontal.ui-slider-pips {
        margin-bottom: 30px !important;
    }
/*.panel-body img {
padding:10px;
}*/
#spam_word {
    background-color: #f00;
    color: #fff;
}

.slider .ui-state-default, .slider .ui-widget-content .ui-state-default, .slider .ui-widget-header .ui-state-default,
.slider2 .ui-state-default, .slider2 .ui-widget-content .ui-state-default, .slider2 .ui-widget-header .ui-state-default {
    border: 1px solid rgb(20, 148, 210) !important;
    background: url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x rgb(27, 161, 225) !important;
}

.slider.ui-slider-horizontal .ui-slider-handle, .slider2.ui-slider-horizontal .ui-slider-handle {
    top: -7px !important;
}

#emoji-slider {
    height: 5px;
    margin-top: 100px;
}

    #emoji-slider .ui-slider-handle {
        top: -6px;
        height: 16px;
        width: 16px;
        transform: rotateZ(45deg);
    }

    #emoji-slider .ui-slider-pip {
        top: -50px;
        margin-left: -1.2em;
    }

    #emoji-slider .emoji {
        max-height: 2em;
        transform: scale(0.9);
        transition: transform 0.2s ease-out;
    }

@media screen and (max-width: 950px) {
    #emoji-slider .emoji {
        transform: scale(0.7);
    }
}

#emoji-slider .ui-slider-pip-selected .emoji {
    transform: scale(1.3) translateY(-5px);
}

@media screen and (max-width: 950px) {
    #emoji-slider .ui-slider-pip-selected .emoji {
        transform: scale(1.1) translateY(-5px);
    }
}

#emoji-slider .ui-slider-line {
    display: none;
}

@media (min-width: 768px) {
    .col-sm-2.col-1_5 {
        width: 14.28%;
    }
}

ul.inline, ol.inline {
    margin-left: -5px;
    margin-right: -5px;
}

.bulkentry {
    padding: 10px 20px;
    border: 1px solid #ccc;
    background: hsla(40,36%,96%,1);
}

.checkbox-inline input[type=checkbox] {
    margin-top: 3px;
}

.mar_0 {
    margin: 0;
}


.banner-section {
    position: relative;
}

    .banner-section .bannersearchbox {
        margin: -170px auto 0;
    }

.search-left {
    height: 70px;
    width: 70px;
    margin-right: 20px;
    float: left;
}

.mymedia {
    margin-bottom: 15px;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 15px;
}

.media:first-child {
    margin-top: 0;
}

.searchresult {
    padding: 50px 0;
}

    .searchresult .media-body p {
        margin: 0;
    }

.inner-submit {
    width: 100px;
}


/*.sb-search {
    position: relative;
    margin-top: 15px;
    width: 0%;
    min-width: 50px;
    height: 34px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}*/

.sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    background: #fff;
    width: 100%;
    height: 34px;
    margin: 0;
    border: 1px solid #dcdcdc;
    z-index: 10;
    padding: 2px 63px 2px 20px;
    font-family: inherit;
    font-size: 14px;
    color: #2c3e50;
}

    .sb-search-input::-webkit-input-placeholder {
        color: #ed4a52;
    }

    .sb-search-input:-moz-placeholder {
        color: #ed4a52;
    }

    .sb-search-input::-moz-placeholder {
        color: #ed4a52;
    }

    .sb-search-input:-ms-input-placeholder {
        color: #ed4a52;
    }

.sb-icon-search,
.sb-search-submit {
    width: 50px;
    height: 34px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
    background: #fff; /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}

.sb-icon-search {
    color: #fff;
    background: #07bab7;
    z-index: 90;
    font-size: 20px;
    speak: none;
}

.search-open {
    right: -27px;
}


/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
    width: 100%;
}

    .sb-search.sb-search-open .sb-icon-search,
    .no-js .sb-search .sb-icon-search {
        background: #ef7700;
        color: #fff;
        z-index: 11;
    }

    .sb-search.sb-search-open .sb-search-submit,
    .no-js .sb-search .sb-search-submit {
        z-index: 90;
    }

.admin .search-page {
    margin-left: -30px;
    margin-right: -30px;
}

.inner-search {
    width: 294px;
    float: right;
}

    /*.inner-search .sb-search {
        min-width: 65px;
        height: 50px;
        border-right: 1px solid #dcdcdc;
        margin-top: 0;
        border-left: 1px solid #dcdcdc;
    }*/

    .inner-search .sb-search-input {
        height: 50px;
        border: 0;
    }

    .inner-search .sb-icon-search, .inner-search .sb-search-submit {
            line-height: 50px;
    width: 65px;
    height: 50px;
    }

    .inner-search .sb-icon-search {
        color: #5c5c5c;
        background: #ffffff;
    }

.sidebar .at-share-btn-elements {
    float: none !important;
}


.FirstCap {
    text-transform: capitalize;
}

.megamenu_container{ height:50px !important;}


/* Large Screen Media Query */
@media only screen and (min-width: 1400px) {
}

/* Desktop Screen Media Query */
@media only screen and (min-width: 992px) and (max-width: 1180px) {
    .dashdflt .col-md-2 {
        width: 300px !important;
    }

    .captionbanner h1 {
        font-size: 35px;
    }

    .carousel-caption {
        font-size: 35px;
        top: 120px;
        left: 4% !important;
    }

    #captionchange {
        width: 200px !important;
    }

    .captionbanner h4 {
        font-size: 24px;
    }


    .bannersearchbox {
        margin: -150px auto 0;
    }

    section.expert .boxtext {
        width: auto;
    }

    section.personalnutrition .boxtext {
        width: auto;
    }

    footer.footer .newsletter input[type="text"] {
        width: 202px;
    }
}

/* Between Tablet and Descktop Screen Media Query */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .grid-5 {
        width: 30%;
    }

    .logowrap {
        height: 55px;
    }

    .captionbanner h1 {
        font-size: 29px;
    }

    .carousel-caption {
        font-size: 29px;
        top: 120px;
        left: 4% !important;
    }

    #captionchange {
        width: 200px !important;
    }

    .captionbanner h4 {
        font-size: 20px;
    }

    .bannersearchbox {
        float: left;
    }

    .dashdflt .col-md-2 {
        margin: 5px;
        width: 48% !important;
    }

    .bannersearchbox {
        margin: -250px auto 0;
    }

    .seprator2 {
        display: none;
    }

    section.expert .boxtext {
        width: auto;
    }

    section.personalnutrition .boxtext {
        width: auto;
    }

    footer.footer .newsletter input[type="text"] {
        width: 147px;
    }

    #quote-carousel .carousel-control.left {
        left: -35px;
    }

    #quote-carousel .carousel-control.right {
        right: -35px;
    }
}

.navbar-brand {
    display: none;
}

.homegeviagation .navbar-inverse .navbar-toggle {
    border: none;
}

.homegeviagation .navbar-collapse {
    position: absolute;
}

.expert-img {
    width: 30%;
}

.speciality {
    font-size: 13px;
}

.box img {
    width: 270px;
}

.button-badges h3 {
    margin-bottom: 6px;
}

.button-badges h5 {
    margin-bottom: 22px;
}

.button-badges .form-group {
    margin-bottom: 15px !important;
}

.button-badges textarea {
    margin-bottom: 0 !important;
}

.button-badges i {
    font-size: 25px;
    color: #f1f1f1;
}

.button-badges .inner-badge {
    border: 1px solid #eee;
    margin-top: 10px;
    padding: 25px;
}

    .button-badges .inner-badge hr {
        margin-top: 8px;
    }
/* Tablet Screen Media Query */
@media only screen and (max-width: 767px) {
    .right-jan {
        padding-top: 0;
        padding-left: 0;
    }

    .bdr-janleft {
        padding-right: 15px;
        border: 0;
    }

    .bottom-box {
        background: none;
    }

    .admin-maincon {
        padding: 0;
    }

    body.admin {
        padding-bottom: 45px;
    }

    .specl-ul {
        margin: 15px 0;
    }

    .grid-5 {
        margin: 0;
    }

    .home-layout {
        margin-bottom: 115px;
    }

    .doctor-list .showmore {
        margin-top: 0px;
    }

    .speciality {
        font-size: 11px;
    }

    .doc-head {
        font-size: 15px;
    }

    .expert-img {
        width: 75px;
    }

    .left-imgnlock {
        width: 64%;
    }

    .Pagehaed {
        margin-bottom: 5px;
    }

    footer.footer .footerlinks {
        padding-top: 0;
    }

    .newsletter {
        display: none;
    }

    footer.footer .footerlinks li a {
        font-size: 11px;
    }

    footer.footer .footerlinks li {
        padding-right: 5px;
        margin-bottom: 5px;
    }

    .socials ul li {
        margin-left: 5px;
    }

    .footer {
        position: fixed;
        bottom: 0;
    }

    .header {
        margin-bottom: 125px;
    }

    .box img {
        width: 100%;
    }

    /*.box {
        float: left !important;
        position: relative !important;
        top: 10px !important;
        width: 100%;
        margin-bottom: 10px;
        left: 0 !important;
    }*/

    .pic div {
        width: 100% !important;
    }

    .box .grid-dtl1 {
        width: 93% !important;
    }

    .profile-tab .nav-tabs > li {
        float: none;
    }

    .profhed {
        min-height: 60px;
    }

    .col {
        clear: both;
    }

    .megamenu_container .megamenu > li > a {
        padding: 6px 6px 6px 6px !important;
    }

    .main-profile-edit .nav-pills > li {
        float: none;
    }

    .col-bdr {
        text-align: center;
    }

    .admin .header {
        margin-bottom: 0;
    }

    .admin-header .navbar {
        position: relative;
    }

    .col-bdr .col-sm-4 {
        padding-right: 15px;
    }

    .col-bdr .col-sm-8 {
        padding-left: 15px;
    }

    .register-page .header .logo {
        text-align: center;
    }

    .register-page .logo > img {
        width: 160px;
    }

    .register-page .form-horizontal .col-sm-3.control-label {
        padding-left: 15px;
    }

    .register-page .advantage {
        text-align: center;
        margin-top: 10px;
    }

    .colboder-right {
        border: 0;
    }

    .container {
        width: auto;
    }

    /*.megamenu_dark_bar .megamenu > li > a {
        border-top: 3px solid #f1f1f1 !important;
    }*/

    #quote-carousel {
        padding: 30px;
    }

        #quote-carousel .carousel-control.left {
            left: -15px !important;
        }

        #quote-carousel .carousel-control.right {
            right: -15px !important;
        }

    .slider_box {
        margin-top: 15px;
    }

    .loginbtns a {
        margin-left: 3px;
    }

    .logowrap {
        height: 70px;
    }

    .megamenu_container .megamenu > li > a:hover {
    }

    .megamenu_light .megamenu li .dropdown_container, .megamenu_light .megamenu li .dropdown_fullwidth, .megamenu_light .megamenu li .dropdown_flyout li ul {
        margin-top: -4px;
    }

    .megamenu_light .megamenu li .dropdown_container, .megamenu_light .megamenu li .dropdown_fullwidth, .megamenu_light .megamenu li .dropdown_flyout li ul {
        border: 1px solid #d1d1d1 !important;
        color: #212121;
        margin-left: -10px;
        padding: 10px;
        background: #fff !important;
        height: 300px;
        overflow-y: auto;
    }

    .homegeviagation .pull-right {
        float: none !important;
    }

    .loginbtns {
        float: none;
        margin: 10px auto;
        width: 243px;
    }

    .navbar-inverse .navbar-toggle {
        border: none;
    }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            background-color: #07bab7;
        }

    .navbar-toggle:hover .icon-bar {
        background-color: #fff;
    }

    .navbar-toggle:focus .icon-bar {
        background-color: #fff;
    }

    .navbar-collapse {
        background: #f1f1f1 none repeat scroll 0 0;
        float: left;
        position: absolute;
        top: 52px;
        left: 0;
        width: 100%;
    }

    .homegeviagation .navbar-header {
        position: absolute;
        left: 10px;
        top: 10px;
        z-index: 9999;
    }

    .megamenu_container .navbar-collapse {
        float: none !important;
        border: none;
    }

        .megamenu_container .navbar-collapse.in {
            overflow: visible !important;
            z-index: 999;
        }

    .megamenu_dark_bar .megamenu3 {
        width: 100%;
    }

    .megamenu3 > li {
        display: block;
        float: none !important;
    }

    .modal-dialog {
        margin: 10px;
        position: relative;
        width: auto !important;
    }

    .img-rnd {
        margin: auto;
    }

    .coldetafile {
        border: 1px solid #dcdcdc;
        height: auto !important;
    }

    .logowrap {
        /*width: 250px;*/
        margin: auto;
        text-align: center;
    }

    .captionbanner h1 {
        font-size: 25px;
    }

    .carousel-caption {
        font-size: 25px;
        top: 120px;
        left: 4% !important;
    }

    #captionchange {
        width: 200px !important;
    }

    .captionbanner h4 {
        font-size: 18px;
    }

    .bannersearchbox {
        float: left;
    }

    .dashdflt .col-md-2 {
        margin-bottom: 5px;
        width: 100% !important;
    }

    .megamenu1 {
        float: right !important;
    }

    .megamenu3 {
        float: right;
    }

    .megamenu_dark_bar .megamenu {
        margin-top: 0;
    }

    .bannersearchbox {
        background: #d1d1d1;
        border-radius: 5px;
        margin: 100px auto 0;
        padding: 15px 0;
        position: relative;
        z-index: 9;
        margin-left: 15px;
    }

    .admin .header .menu-collapse {
        display: block;
    }

    .admin .sidebar {
        display: none;
        position: absolute;
    }

    .admin.menuOpen .main_container {
        position: relative;
        right: -320px;
    }

    .admin.menuOpen .sidebar {
        display: block;
        width: 300px;
    }

    .seprator2 {
        display: none;
    }

    .center {
        text-align: center;
    }
}

/* Between Iphone and Tablet Screen Media Query */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .grid-5 {
        width: 60%;
    }

    .megamenu_light .megamenu li .dropdown_container, .megamenu_light .megamenu li .dropdown_fullwidth, .megamenu_light .megamenu li .dropdown_flyout li ul {
        margin-top: -2px !important;
    }


    .slider_box .carousel-caption h1 {
        font-size: 18px;
        font-weight: 700;
    }

    .slider_box .carousel-caption h3 {
        font-size: 14px;
        font-weight: 600;
        margin-top: 15px !important;
    }

    .slider_box .carousel-caption .greenbtn {
        padding: 8px 22px;
        font-size: 13px;
        margin: 10px 0;
    }

    .seprator2 {
        display: none;
    }

    #quote-carousel .carousel-control.left {
        left: -30px;
    }

    #quote-carousel .carousel-control.right {
        right: -30px;
    }

    #quote-carousel .carousel-control.left img {
        width: 20px;
    }

    #quote-carousel .carousel-control.right img {
        width: 20px;
    }

    #quote-carousel .carousel-control {
        margin-top: 50px;
    }

    footer.footer .newsletter input[type="text"] {
        width: 202px;
    }
}

@media only screen and (max-width: 690px) {
    .carousel-caption {
        color: #fff;
        left: 15% !important;
        padding-bottom: 20px;
        padding-top: 20px;
        position: absolute;
        right: 15% !important;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
        top: 100px !important;
        z-index: 10;
    }
}

@media only screen and (max-width: 559px) {
    .bannersearchbox .col-xs-10, .bannersearchbox .col-xs-2 {
        width: 100%;
    }

    .bannersearchbox .submit {
        width: 100%;
    }

    .padleft {
        padding-left: 15px !important;
    }
}

@media only screen and (max-width: 520px) {
    .captionbanner h4 {
        margin-top: 75px !important;
    }

    .carousel-caption {
        right: 0% !important;
        left: auto !important;
    }
}

/* Between Iphone Landscape Screen Media Query */

@media only screen and (max-width: 480px) {
    .carousel-caption {
        padding-top: 5px !important;
    }

    .heading.howhead {
        width: auto !important;
    }

    .grid-5 {
        width: 100%;
    }

    .dropdown_fullwidth {
        width: 275px !important;
    }

    .captionbanner {
        text-align: center;
        margin: -320px auto 0;
    }

        .captionbanner h1 {
            font-size: 20px;
        }

    .megamenu1 {
        float: right !important;
    }

    .megamenu2 {
        float: left !important;
    }

    .megamenu3 {
        float: right;
    }

    .megamenu_light .megamenu li .dropdown_container, .megamenu_light .megamenu li .dropdown_fullwidth, .megamenu_light .megamenu li .dropdown_flyout li ul {
        margin-top: -2px !important;
    }


    .toadmin li {
        padding: 10px;
    }

    .carousel-inner {
        min-height: 122px;
    }

    .carousel-indicators {
        display: none;
    }

    .slider_box .carousel-caption h1 {
        font-size: 16px;
        font-weight: 700;
    }

    .slider_box .carousel-caption h3 {
        font-size: 12px;
        font-weight: 600;
        margin-top: 10px !important;
    }


    .slider_box .carousel-caption .greenbtn {
        padding: 7px 20px;
        font-size: 12px;
        margin: 10px 0;
    }

    .seprator2 {
        display: none;
    }

    #quote-carousel .carousel-control.left {
        left: -30px;
    }

    #quote-carousel .carousel-control.right {
        right: -30px;
    }

    #quote-carousel .carousel-control.left img {
        width: 20px;
    }

    #quote-carousel .carousel-control.right img {
        width: 20px;
    }

    #quote-carousel .carousel-control {
        margin-top: 50px;
    }
}

/* Between Iphone Portrait Screen Media Query */
@media only screen and (max-width: 320px) {
    .carousel-caption {
        left: 9% !important;
        text-align: left !important;
        top: 157px !important;
    }

    .megamenu1 {
        float: left;
    }

    .megamenu2 {
        float: left;
    }

    .megamenu3 {
        float: right;
    }

    .carousel-inner {
        min-height: 110px;
    }

    .slider_box .carousel-caption h1 {
        font-size: 16px;
        font-weight: 700;
    }

    .slider_box .carousel-caption h3 {
        font-size: 12px;
        font-weight: 600;
    }

    .slider_box .carousel-caption .greenbtn {
        padding: 7px 20px;
        font-size: 12px;
        margin: 5px 0;
    }

    .seprator2 {
        display: none;
    }

    #quote-carousel .carousel-control.left {
        left: -30px;
    }

    #quote-carousel .carousel-control.right {
        right: -30px;
    }

    #quote-carousel .carousel-control.left img {
        width: 20px;
    }

    #quote-carousel .carousel-control.right img {
        width: 20px;
    }

    #quote-carousel .carousel-control {
        margin-top: 50px;
    }

    .btnstyle3 {
        padding: 8px 20px 6px 20px;
    }

    .btnstyle1 {
        padding: 8px 20px 6px 20px;
    }

    section.expert .boxtext {
        width: auto;
    }

    section.personalnutrition .boxtext {
        width: auto;
    }
}

.ndshare {
    padding: 0 1px 0 2px;
}

.coupen-code {
    border: 1px solid #eaeaea;
    float: left;
    width: 100%;
    padding: 20px 10px;
    background: #fdfdfd;
}

.box-code {
    text-align: center;
    border: 1px solid #eaeaea;
    padding: 20px 10px;
    background: #fff;
    font-size: 18px;
}

.coupen-code p {
    margin: 0;
}

.box-code:hover {
    background: #fdfdfd;
}

.price-code {
    font-size: 30px;
    padding-left: 8px;
    vertical-align: sub;
}

.coupen-code .input-group {
    margin-top: 3px;
}

.border-title {
    padding: 0 20px 2px;
    border-bottom: 3px solid #07bab7;
}

.faq {
    border: 1px solid #d1d1d1;
    padding: 20px 20px 15px;
}

.home-page {
    margin: 0 -30px;
}

.searchMoreImage {
    height: 120px;
    width: 188px;
    margin: 2px 0 9px;
}

.searchMoreLable {
    font-size: 13px;
}

.regularPrice {
    color: #aaa;
    font-size: 14px;
    font-weight: bold;
    text-decoration: line-through;
}

.salePrice{
    font-size: 20px; 
    font-weight: bold; 
    color: #07bab7;
}

.homeSpeclityBox{
    max-height:40px;overflow:hidden;
}
.immedite_widowmain {
    display: flex !important;
    width:160px;
}
.change_page_url .col-sm-12 {
    margin-top: 10px !important;
}



