﻿@charset "UTF-8";

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: 0
}

label {
    font-weight: 500
}

b {
    font-weight: 600
}

strong {
    font-weight: 600
}
img {
    max-width: 100% !important;
    height: auto
}
.btn {
    font-weight: 500
}

.tooltip {
    border-bottom: 0 !important
}

.brdr-rht {
    border-right: 1px solid #eee
}

label {
    margin-bottom: 4px
}

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
}

body {
    margin: 0;
    color: #333
}

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
}

.mar-float {
    float: right;
    margin: 9px 15px
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0;
    text-decoration: none
}

a:hover {
    color: #07bab7 !important;
    text-decoration: underline;
}

input, select, textarea {
    color: #333;
    font-family: 'Lato',Arial,Helvetica,sans-serif
}

.clr, .clear {
    clear: both
}

.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: Poppins,sans-serif !important
}

.btnstyle1 {
    border: 1px solid #07bab7;
    padding: 8px 30px 6px;
    color: #000 !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;
    color: #fff !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;
    color: #fff !important;
    font-size: 15px;
    text-transform: uppercase
}

    .blackbtn:hover {
        background-color: #2b2b2b
    }

body p {
    color: #666;
    font-size: 14px
}

.orange {
    color: #ff7e00
}

.navbar-inverse {
    background-color: #fff;
    border: 0
}

.header .logo {
    height: auto;
    float: none;
    display: block
}

.droplogo a i {
    color: #000;
    position: relative;
    top: 6px;
    left: 12px
}

.droplogo ul {
    padding: 0
}

    .droplogo ul li a {
        border-bottom: 1px solid #eee;
        padding: 10px 0 10px 15px
    }

.loginbtns a {
    margin-left: 5px;
    display: block;
    float: left
}

.home-maincon {
    margin-top: 30px;
    min-height: 600px;
    margin-bottom: 50px
}

.footer {
    background-color: #fff;
    margin-top: 25px;
    padding: 5px 0 3px;
    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: #666
    }

        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 0 19px;
        border: 0
    }

    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 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 0 5px;
        width: 30px;
        background-color: #000;
        color: #fff;
        border-radius: 50%
    }

        .socials ul li a:hover {
            background-color: #e2e2e2;
            color: #666
        }

footer.footer .lastfooter {
    padding-bottom: 60px;
    text-align: center
}

    footer.footer .lastfooter p {
        font-family: 'Roboto',sans-serif !important;
        font-size: 14px
    }

.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: 0;
    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
}

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: #666
    }

    section.personalnutrition img {
        border: 3px solid #fff;
        box-shadow: 0 0 2px 2px #e2e2e2;
        margin: 30px auto;
        width: 260px;
        width: 100%
    }

    section.personalnutrition .boxtext {
        text-align: center;
        margin: 0 auto
    }

.feedback_testimonial .testimonial {
    box-shadow: 0 2px 22px -11px #000;
    width: 100%;
    padding: 10px 20px;
    border-radius: 20px;
    overflow: hidden
}

    .feedback_testimonial .testimonial .testimonial-img {
        left: 0;
        top: 10px;
        margin-left: 15px
    }

    .feedback_testimonial .testimonial .tstm-content {
        text-align: left;
        padding-left: 0;
        float: right !important
    }

.feedback_testimonial .star-rating.rating-disabled input {
    color: #000;
    text-align: left;
    font-weight: 500;
    border: transparent;
    margin-top: 10px
}

.feedback_testimonial .testimonial .tstm-feedback {
   /* margin-top: 135px;
    max-height: 60px;
    border: 1px solid #dfdbdb;*/
    border-radius: 10px;
    overflow: auto
}

.feedback_testimonial .inline-treatments.popular-experts-pack {
    box-shadow: none !important;
    padding: 0;
    border: 0
}

    .feedback_testimonial .inline-treatments.popular-experts-pack ul li {
        display: inline-block !important;
        width: auto !important;
        font-size: 11px;
        border: 1px solid #07bab7 !important;
        margin: 15px;
        padding: 0 3px;
        color: #000;
        font-weight: 500;
        border-radius: 10px;
        margin: 2px
    }

.feedback_testimonial .testimonial .tstm-feedback:before {
    left: 10px;
    top: 5px
}

.feedback_testimonial .testimonial .tstm-feedback:after {
    right: 10px;
    bottom: 5px
}

.btn-group.btn-group-xs.cus_wrie_re {
    position: absolute;
    top: 0;
    right: 0px
}

.seprator2 {
    height: 70px;
    width: 1px;
    float: left;
    margin-right: 20px;
    margin-top: -15px;
    margin-left: -10px;
    background-color: #d8d9d1
}

section.expert {
    padding: 30px 0;
    text-align: center;
    margin-bottom: 0 !important
}

section.expert1 .boxtext {
    text-align: center
}

section.expert1 img {
    border: 3px solid #fff;
    box-shadow: 0 0 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
}

#msg {
    text-align: center !important;
    margin: 15px;
    font-size: 13px;
    font-weight: 400;
    color: #333
}

.ui-widget-content {
    border: 0 !important
}

.ui-datepicker-calendar {
    border: 1px solid #aaa
}

.slider_box .carousel-inner {
    background: #000 !important
}

section.help {
    padding: 30px 0
}

    section.help img {
        border: 3px solid #fff;
        box-shadow: 0 0 2px 2px #e2e2e2;
        margin-bottom: 25px
    }

    section.help h3 {
        font-size: 25px;
        text-transform: uppercase
    }

    section.help p {
        margin-bottom: 35px
    }

.testimonials {
    width: 100%;
    height: auto;
    margin: 20px 0 50px
}

    .testimonials .grey {
        background-color: #e9e9e9;
        color: #333
    }

#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;
    margin-top: 30px
}

    #quote-carousel .carousel-control {
        background: 0;
        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_top0 {
    margin-top: 0 !important
}

.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
}

.pad_ltrt1 {
    padding-left: 1px;
    padding-right: 1px
}

.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: 0 !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: 700
}

.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: 700
}

.conblock1 {
    margin-left: 106px
}

.login .modal-header {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700
}

.register .modal-header {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500
}

.login .modal-header h4 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700
}

.register .modal-header h4 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700
}

.login .form-control {
    text-align: center;
    background: #e6e6e6;
    border: 1px solid #d2d2ce;
    box-shadow: 0;
    height: 40px
}

.login .btn-lgn {
    text-align: center;
    background: #07bab7;
    border: 1px solid #07bab7;
    border-color: #07bab7;
    border-radius: 0;
    box-shadow: 0;
    width: 100%;
    color: #fff;
    font-size: 20px
}

    .login .btn-lgn:hover {
        text-align: center;
        background: #709418;
        border: 1px solid #07bab7;
        box-shadow: 0;
        width: 100%;
        color: #fff;
        font-size: 20px
    }

.register .form-control {
    text-align: center;
    background: #e6e6e6;
    border: 1px solid #d2d2ce;
    box-shadow: 0;
    height: 40px
}

.register .btn-lgn {
    text-align: center;
    background: #2d2d2d;
    border: 1px solid #d2d2ce;
    border-color: #d2d2ce;
    box-shadow: 0;
    height: 40px;
    width: 100%;
    color: #fff;
    font-size: 20px
}

    .register .btn-lgn:hover {
        text-align: center;
        background: #709418;
        color: #fff
    }

.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: 700
        }

.admin-maincon {
    padding: 0 30px;
    margin: 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
}

.profilimage {
    color: #07bab7;
    font-size: 22px;
    font-weight: 700
}

.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: #333;
    color: #fff;
    padding: 10px;
    border-radius: 0;
    border-color: #333;
    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
}

.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
}

.sendtext {
    padding: 0 0 10px
}

    .sendtext a {
        color: #5c5c5c;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
        padding: 20px 0
    }

.profile-tab .table td {
    border: 0;
    color: #000;
    font-size: 13px
}

.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: 700;
    margin-bottom: -1px;
    color: #07bab7;
    border-bottom: 0
}

    .profile-tab li.active a:hover {
        background: 0;
        color: #07bab7;
        border: 0
    }

    .profile-tab li.active a:focus {
        color: #07bab7;
        border-bottom: 0;
        margin-bottom: -1px
    }

.profile-tab li a:hover {
    background: 0;
    color: #07bab7
}

.profile-tab li a:focus {
    border-bottom: 0;
    border: 1px solid #07bab7;
    background: 0;
    color: #07bab7
}

.profile-tab li:hover {
    background: 0;
    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: 500;
    min-width: 146px
}
.tabclc {
    width: auto !important;
    padding: 10px 0;
    font-size: 18px;
    color: #037473 !important;
}
.dropdown-menu {
    border: 1px solid #07bab7
}

.find-doc {
    border: 1px solid #dcdcdc;
    padding: 5px
}

    .find-doc .form-control {
        border: 0;
        box-shadow: 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 .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
}

.home .header .megamenu li:hover .dropdown_fullwidth {
    top: 61px
}

.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 h1 {
    font-size: 18px;
    color: #07bab7;
    font-weight: 700
}

.docserchrslt p {
    margin: 5px 0;
    color: #000;
    font-weight: 500
}

.result-textblock .reslt-btn {
    width: auto;
    height: 40px;
    font-size: 13px;
    font-weight: 600
}

.reslt-btn {
    border: 1px solid #07bab7;
    text-align: center;
    cursor: pointer;
    border-radius: 0;
    padding: 10px 20px;
    margin: 0 6px
}
.paitent-result-btn {
    width: 100% !important;
    border: 1px solid #07bab7 !important;
    margin: 0px 0px !important;
}

    .paitent-result-btn p {
        text-wrap: wrap !important;
        overflow-y: scroll !important;
        height: 250px !important;
        padding: 0px 10px !important;
    }
    .reslt-btn:hover {
        background: #ddf4ff;
        border: 1px solid #07bab7
    }

.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: 700
    }

.srch-prfl-socil a {
    padding-left: 10px
}

.serch-pfl .serc-prfl-btn {
    font-size: 14px;
    font-weight: 700;
    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
    }

.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: 400;
    margin-bottom: 10px
}

.recp-cintnr {
    padding: 10px 0
}

.resp-dtail {
    border: 1px solid #dcdcdc
}

.share-brn {
    background: #ddd;
    border-color: #ddd
}

.ingrdin-dtail {
    background: #f5f5f5;
    padding: 20px
}

.ingrdin-dtail1 {
    padding: 20px 0
}

.colboder-right {
    border-right: 1px solid #dcdcdc
}

.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: #333;
    font-weight: 400;
    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: 0
}

.ingred1-head {
    font-size: 18px;
    color: #1b1414;
    margin-bottom: 10px;
    font-weight: 700;
    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: 700;
    text-shadow: 0 1px 1px #333
}

.carousel-caption {
    left: 0;
    margin-top: 20px;
    padding-bottom: 30px;
    right: 20%;
    font-size: 48px;
    line-height: 40px;
    font-weight: 700;
    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: #fff;
    text-transform: uppercase
}

.fbshare {
    background: #3b5998 none repeat scroll 0 0;
    border: 1px solid #3b5998;
    box-shadow: 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
}

.register .modal-header {
    padding: 0 15px
}

.modal {
    overflow-y: auto;
    z-index: 9999
}

.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
}

.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;
    border-radius: 0
}

.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: 700
}

.boxtext h4 {
    font-size: 18px;
    font-weight: 700
}

.register-right {
    border-bottom: 1px solid #dcdcdc;
    color: #666;
    font-size: 21px;
    line-height: .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;
        color: #fff
    }

.bold-text {
    font-weight: 700
}

li.profiimg {
    border: 0;
    width: 146px
}

    li.profiimg > a {
        padding: 10px 10px 2px !important
    }

.profiimg > a {
    font-size: 14px !important;
    font-weight: 700 !important
}

.profiimg a {
    font-size: 14px !important;
    font-weight: 400
}

.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
}

.profiimg .user-summary {
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    width: 116px
}

[class*="grid-"] {
    display: block;
    padding: 0 !important;
    margin: 0 -15px
}

.grid-5 {
    width: 17.6%;
    margin: 0 14px
}

.register .btn-lgn {
    background: #07bab7 none repeat scroll 0 0;
    border: 1px solid #d2d2ce;
    border-radius: 0;
    box-shadow: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    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
        }

.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: 0;
    font-size: 18px;
    font-weight: 700
}

#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: 0;
    border-radius: 0;
    border: 0
}

.serchhead {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px
}

.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
}

.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: .5
}

.submit .h5 {
    font-weight: 700 !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
    }

.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 .25s;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 10px
}

.pricing_table h3 {
    padding: 20px 0;
    background: #f7f7f7;
    color: #333;
    margin: -11px 0 1px;
    min-height: 130px;
    font-weight: 700;
    border-left: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc
}

.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: 700;
    display: block;
    font-size: 35px;
    color: #fff
}

.price_tenure {
    font-size: 11px;
    line-height: 40px;
    color: #fff
}

.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: 0;
    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: 700;
    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
}

.headpayment p span {
    border-bottom: 2px solid #07bab7;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: 700
}

.diseaseslist .owl-item .circle {
    border-radius: 10% !important;
    transition: .5s ease-in-out !important
}

.diseaseslist .owl-item .lihideshow:hover .circle {
    box-shadow: 0 6px 5px #210000 !important;
    transform: translateY(-10px);
    transition: .5s ease-in-out !important
}

.diseaseslist .owl-item .lihideshow strong {
    margin-top: 15px !important
}

.diseaseslist .owl-stage {
    padding: 10px 0
}

.diseaseslist .more-opt {
    display: none
}

.change-picker{
    padding:0;
}

@media only screen and (min-width :480px) and (max-width :768px) {
    .we-appply.bhoechie-tab-content.active li {
        width: 100% !important
    }

    .profile-top {
        margin-top: 50px
    }

    .bhoechie-tab-menu .list-group > a {
        width: 100% !important
    }

    .infertil-new-sec span {
        font-size: smaller
    }

    .price_block {
        width: 50%
    }

        .price_block:nth-child(3) {
            clear: both
        }

        .price_block:nth-child(odd):hover {
            border: 0 none
        }

    .bhoechie-tab-menu .list-group {
        width: 100% !important
    }

    .user-view .user-img .profil-ptnt-img {
        height: auto
    }

    .doctor-appoint-patient.user-details {
        margin-left: 0;
        width: 100%
    }

    .navigation-portrait .nav-toggle {
        display: none !important
    }

    .parent-block-vertical-tab {
        padding: 15px !important
    }

    .text-right-sec.more-opt {
        text-align: center !important;
        margin: 30px 0
    }

    .new-tab-sec {
        margin: 15px
    }

    ul.owl-carousel.customeLiclass.owl-loaded.owl-drag .owl-item {
        width: 120px !important
    }

    .doctor-appoint-patient.user-details {
        margin-left: 22px !important
    }

    .user-view .user-details {
        width: 100% !important
    }

    .doctor-appoint-patient.user-details h4 {
        font-size: 22px !important;
        text-align: left !important
    }

    .Practice_info li {
        text-align: left !important
    }

    .shar-social.icon-gray {
        margin-top: 15px !important;
        text-align: center !important
    }

    .user-view {
        display: block !important
    }

    .social-section a {
        margin: 8px;
        display: inline-block
    }

    .pro.bhoechie-tab-container .list-group-item {
        padding: 10px 5px;
        font-size: smaller
    }

    .offerBtn {
        width: 92px !important
    }

    .profil-patien {
        padding-top: 0 !important
    }
 
}

@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: 700;
    border-radius: 0;
    width: 100%
}

.upload-btn1 {
    background: #07bab7;
    border-color: #07bab7;
    color: #fff;
    font-weight: 700;
    border-radius: 0
}

.myidea .control-label {
    font-size: 16px;
    font-weight: 400
}

.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: 700;
    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: 0
}

.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
}

.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: 700;
    margin: 25px 0 10px
}

.maal-block1 {
    border: 1px solid #dcdcdc;
    background: #f6f4f4
}

.addmaeal-head {
    color: #07bab7;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 10px 0
}

.addmaeal-head1 {
    color: #07bab7;
    font-size: 14px;
    font-weight: 700
}

.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-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
}

.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: .8
    }

.myplanfor-meal {
    margin-top: 10px
}

.pfl-patnt-banner {
    height: 180px;
    overflow: hidden;
    background: #000
}

.profil-patnt-banner {
    position: relative
}

.pfl-patnt-banner img {
    opacity: .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 .profl-img {
        width: 100%;
        height: 315px
    }

.profl-img {
    width: 100%
}

.overlay {
    position: absolute;
    background: #000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .5
}

.profl-ptn-name {
    background: #fff;
    display: inline-block;
    padding: 5px 12px;
    border: 2px solid #07bab7;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    min-width: 165px;
    text-align: center;
    font-weight: 700
}

.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
}

.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: 700
}

.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: 0;
    border: 0;
    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
    }

.jrnl-img {
    padding: 5px;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    float: left;
    margin-right: 20px
}

.jrnlpatien-nme h1 {
    font-size: 18px;
    font-weight: 700
}

.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-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: -20px;
    right: 0;
    top:51px;
    width: 230px !important;
    float: none
}

    .profiimg .dropdown-menu:after {
        left: 200px
    }

    .profiimg .dropdown-menu > li > a {
        padding: 12px 15px
    }

.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
}

.fcbook + img {
    width: 16px
}

.megamenu li ul li a {
    padding: 5px 0;
    display: block
}

.social-section a {
    padding: 0
}

.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;
    display: none
}

.colmn-video .clc-edit-ico a img {
    width: auto
}

.message-list .message-me .text {
    background: #e5f7fd;
    text-align: right;
    margin-right: 5px;
    margin-left: 0
}

.message-list .message-me .img {
    float: right
}

.message-list .text {
    background: #c7edfc 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: 0 solid #EEE;
    border-left: 5px solid #c7edfc;
    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: 0
    }

.date {
    font-size: 10px;
    margin: 2px 5px 7px
}

.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: 700
}

.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: 700
}

.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 .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
}

.droplogo {
    width: 200px
}

.navbar-brand {
    padding: 0
}

.logo > img {
    width: 100%
}

.dahbrd-head {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding: 25px 0 10px;
    color: #00b050;
    text-transform: uppercase
}

.cal-block {
    border: 1px solid #dcdcdc;
    border-radius: 0;
    text-align: center
}

.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;
    margin-bottom: 10px !important
}

.cla-text {
    padding: 10px 0;
    font-size: 14px;
    font-weight: 500;
    color: #5c5c5c;
    border-top: 1px solid #eee;
    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 .5s ease;
        transform: scale(1.1)
    }

.calblock:hover .img-clandr {
    background: #00b050;
    transition: all .5s ease;
    transform: scale(1.1)
}

.patntblock:hover .img-clandr {
    background: #4f81bd;
    transition: all .5s ease;
    transform: scale(1.1)
}

.paymtblock:hover .img-clandr {
    background: #e46c0a;
    transition: all .5s ease;
    transform: scale(1.1)
}

.msgblock:hover .img-clandr {
    background: #2e0050;
    transition: all .5s ease;
    transform: scale(1.1)
}

.myqandablock:hover .img-clandr {
    background: #7030a0;
    transition: all .5s ease;
    transform: scale(1.1);
    background: #7030a0;
    transition: all .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;
    cursor: pointer
}

.ui-datepicker-trigger {
    display: none
}

.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: 0 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 .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: 700
}

.img-owl {
    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: 700
    }

.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: 0;
    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: flex;
    align-items: center;
    line-height: 1;
    margin-bottom: 15px;
    padding: 0px 0;
    width: 100%;
    border-radius: 10px
}
    .xe-widget.xe-counter .xe-icon {
        margin-right: 42px !important;
    }
    .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: baseline
    }

        .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:hover {
        box-shadow: 0 6px 20px #ccc;
        background-color: #fff;
        transition: .4s
    }

    .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: inline-block;
        font-size: 22px;
        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 {
    background-color: red;
    color: #fff;
    font-size: medium
}

.notifySuccess {
    background-color: #07bab7;
    color: #fff;
    font-size: large
}

.fc-title {
    cursor: pointer
}

.progress.active .bar {
    animation: 2s linear 0 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: #888;
    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: .9;
    position: relative
}

.uploadfile-head {
    font-size: 20px;
    border-bottom: 1px solid #dcdcdc;
    color: #5c5c5c;
    margin-bottom: 20px;
    padding-bottom: 10px
}

.rightgrin {
    background: #7f7f7f;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    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
}

    .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 0
}

#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;
    border-bottom: 1px solid #eee
}

.Pagehaed span {
    border-bottom: 2px solid #07bab7;
    padding-bottom: 5px;
    font-weight: 500;
    line-height: 50px;
    color: #000;
    font-size:20px;
}

.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;
    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: 0;
    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
}

    .subscribe-table h4 {
        min-height: 50px;
        font-weight: 700;
        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: 700
    }

    .subscribe-table tbody td {
        padding: 20px 0 !important
    }

    .subscribe-table .btn-green {
        width: 200px;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase
    }

.imag-iconpaln {
    color: #07bab7;
    font-size: 18px
}

.table > tbody + tbody {
    border-top: 1px solid #dcdcdc
}

.subscribe-table .price {
    background: 0;
    font-size: 22px
}

.imag-iconpaln .fa {
    padding: 5px
}

.subscribe-table .fa-check, .fa-times {
    font-size: 22px;
    color: #07bab7;
    font-weight: 400
}

.disis-block .reslt-btn {
    width: auto
}

.help-blck .reslt-btn {
    margin: 0 5px 5px;
    padding: 4px 10px;
    font-size: 13px;
    background: #f2fbff
}

.disis-block .reslt-btn {
    margin: 0 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
}

.disis-block .reslt-btn {
    width: auto
}

.disis-block .reslt-btn {
    margin: 0 5px 5px
}

.Areacontainer {
    width: 370px;
    height: 36px;
    overflow-y: scroll
}

.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
}

.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 p {
    color: #000
}

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: 400;
    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
}

#mytabdiv .modal-footer {
    margin-top: 0;
    padding: 15px 20px 5px
}

#mytabdiv form {
    margin: 0
}

#mytabdiv .close {
    opacity: .5
}

.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: 600
    }

.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: 0
}

.btn-pnding {
    background: #ff7f00;
    padding: 8px 30px;
    color: #fff;
    font-size: 12px;
    border: 0;
    margin: 10px 0
}

.vew-top {
    top: 15px;
    position: absolute;
    right: 0
}

.vew-top1 {
    top: 0;
    position: absolute;
    right: 0
}

.lg-foot {
    background: #f1f1f1;
    color: #333;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #dcdcdc;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px
}

    .lg-foot a {
        color: #333
    }

.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
}

.brdcrm1 {
    border-bottom: 1px solid #dcdcdc;
    font-size: 30px;
    font-weight: 700;
    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: 400;
    font-family: 'Raleway',sans-serif
}

.btn-orange {
    background: #ff7f00;
    font-size: 14px;
    font-weight: 400;
    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 {
    font-size: 16px;
    color: #fff !important;
/*    color: #000 !important;*/
    text-decoration: none;
}

.faqsmbl {
    font-size: 14px;
    color: #fff
}

    .faqsmbl:hover {
        font-size: 14px;
        color: #000
    }

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: 1px solid #ddd;
    border-radius: 10px;
}
.panel-heading a:hover{
    color:#fff !important;
}
.collayout {
    font-size: 16px;
    line-height:2;
}
.faq-detail .panel-group .panel .panel-heading {
    border-radius: 0
}

.faq-detail .panel {
    box-shadow: 0
}

.znrishli > li {
    padding: 29px 20px !important
}

.faq-detail .collapse.in {
    border-bottom: 1px solid #07bab7
}

.paneloutdive {
    float: left;
    height: 200px;
    width: 200px;
    margin-right: 10px;
    padding-top: 10px
}

.faq-detail .panel-heading {
    padding: 0
}

.faq-detail .panel-title {
    padding: 10px;
    color: #fff
}

.grid:after {
    content: '';
    display: block;
    clear: both
}

.main-righ .grid:after {
    content: '';
    display: block;
    clear: both
}

.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
}

.carousel-inner {
    height: auto
}

    .carousel-inner .item {
        height: auto
    }

.colimg {
    height: 60px
}

.coldetafile {
    border: 1px solid #dcdcdc;
    height: 40px
}

.grid-dtl1 {
    margin-left: 30px !important
}

    .grid-dtl1 a {
        color: #717171;
        font-weight: 700
    }

.coldetail {
    padding: 0 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;
    color: #000;
    font-size: 14px;
    font-weight: 700
}

.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: 700
}

.cooktime, .servetime {
    padding: 10px 0
}

.useful-block h1 {
    font-size: 14px;
    color: #2f302e;
    font-weight: 700;
    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
}

.comenthed {
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 5px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700
}

.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: 700
}

    .cmmntr span {
        color: #5c5c5c;
        font-size: 13px;
        font-weight: 400
    }

.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: 700;
    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: 700
}

.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: 0;
    left: auto !important;
    top: 16px
}

.ui-autocomplete {
    border: 1px solid #d1d1d1 !important;
    height: 300px;
    overflow-x: auto
}

.mbtn {
    margin-top: 21px;
    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: 0
}

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%
}

.col-recp-img {
    height: 283px;
    position: relative;
    border: 1px solid #dcdcdc
}

.check {
    margin: -2px 4px 0 !important
}

.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
}

#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: 0;
    left: 0;
    z-index: 9999;
    opacity: .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
}

.doctor-img .img {
    max-height: 300px;
    object-fit: cover;
    min-height: 300px
}

.groupbox {
    background-color: #fff;
    padding: 0 5px 10px;
    font-size: 20px;
    font-weight: 400
}

    .groupbox p {
        margin: 4px 0
    }

.group-detail p {
    margin: 0 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
}

.joingroup {
    padding: 10px 0
}

.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: 0;
    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
}

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: 0;
        font-size: 14px;
        min-height: 50px
    }

.like-dislike {
    position: absolute;
    bottom: 0;
    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: 0;
    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: 0 15px;
        margin-right: -3px;
        background: #07bab7;
        vertical-align: middle
    }

        .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;
    line-height: inherit;
    margin-top: 0 !important
}

    .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 #ccc
}

.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
}

p.hospital-name {
    font-size: 18px !important
}

.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
}

.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: #ff0
}

.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: 0 4px;
    border-radius: 20%;
    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: 0;
    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 #fff;
    padding: 6px 15px;
    background: #ed4a52;
    color: #fff;
    border-radius: 3px
}

.docserchrslt:hover {
    background: rgba(255,126,0,0.09)
}

.docserchrslt .rating-gly-star .rating-stars:before {
    padding-left: 0
}

.profile-img {
    height: 90px;
    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: #fff;
    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
}

.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-size: 14px;
            font-weight: 400
        }

    .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: 700;
    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: 0;
    border-right: none !important
}

.caret {
    margin-top: 0 !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: #fff;
    color: #fff !important;
    background: #ed4a52
}

.pagination > li > a, .pagination > li > span {
    border: 1px solid #fff;
    background-color: #ed4a52
}

.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
}

.list-btns.result-textblock .reslt-btn {
    height: 44px;
    width: 90px;
    border: 0;
    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: #FFF !important;
    background-color: #07bab7;
    border-color: #07bab7
}

.clearformat p span {
    color: #666 !important;
    font-size: 14px !important;
    font-family: "Raleway",Lato,sans-serif !important
}

.clearformat p {
    color: #666 !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
}

    .alert-circle i {
        font-size: 30px;
        padding-top: 4px
    }

@-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: 0;
    transform-origin-z: initial
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border-radius: 0
}

.pricing-wrapper:hover .current {
    top: 0;
    padding-bottom: 20px;
    padding-top: 20px
}

    .pricing-wrapper:hover .current .pricing-card {
        -webkit-transition: all .2s linear 0;
        transition: all .2s linear 0;
        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-card {
    position: relative;
    border: 1px solid #ddd;
    width: 100%;
    top: 0;
    -webkit-transition: all .2s linear 0;
    transition: all .2s linear 0;
    z-index: 99
}

.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
    }

.price-box {
    border-radius: 100px;
    display: block;
    margin: 25px auto;
    position: relative;
    line-height: 100px;
    height: 100px;
    width: 100px
}

    .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: 0 !important;
        margin: 0 auto;
        text-transform: capitalize
    }

.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: 0
        }

        .pricing-feature li span {
            text-transform: capitalize;
            font-weight: 700
        }

        .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 {
    border-top: 1px solid #ddd;
    padding: 22px 20px;
    height: 80px;
    -webkit-transition: height .2s linear 0;
    transition: height .2s linear 0;
    text-align: center
}

    .pricing-footer a {
        bottom: 0;
        margin-top: 20px;
        position: relative
    }

.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 .2s linear;
    transition: all .2s linear;
    border-radius: 100px;
    float: right;
    cursor: pointer
}

    .ribbon:hover {
        width: 90px
    }

        .ribbon:hover span {
            visibility: visible;
            -webkit-transition: all .2s linear .18s;
            transition: all .2s linear .18s
        }

    .ribbon span {
        top: 0;
        color: #fff;
        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
    }

.comparison-table .pricing-col {
    padding: 20px 4px
}

.comparison-table.current {
    padding-left: 0;
    padding-right: 0
}

.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 .2s linear 0;
    transition: all .2s linear 0;
    padding-top: 20px;
    padding-bottom: 20px
}

.current .pricing-footer {
    height: 80px
}

    .current .pricing-footer a {
        bottom: 0;
        position: relative
    }

.tooltip {
    outline: 0;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    cursor: help;
    border-bottom: 1px dotted;
    font-weight: 400 !important
}

    .tooltip .tooltip-content {
        border-radius: 4px;
        position: absolute;
        color: #111;
        border: 1px solid #ddd;
        background: #f9f9f9;
        line-height: 1.6;
        font-weight: 400;
        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 .25s ease-in;
        transition: all .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)
    }

.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 .3s linear;
            -moz-transition: all .3s linear;
            -o-transition: all .3s linear;
            -ms-transition: all .3s linear;
            transition: all .3s linear
        }

        .matraz_mainmenu li.active:hover a {
            background: #424242;
            color: #fff;
            text-decoration: none;
            border-radius: 2px;
            -webkit-transition: all .3s linear;
            -moz-transition: all .3s linear;
            -o-transition: all .3s linear;
            -ms-transition: all .3s linear;
            transition: all .3s linear
        }

.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: 0;
    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 {
    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 .price {
    color: #07bab7 !important
}

.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 .list-feature .pricing-header h5 {
    margin-top: 0;
    border-bottom: 0
}

.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: 0;
    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
}

.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 .5s linear infinite;
    -moz-animation: bite .5s linear infinite;
    -webkit-animation: bite .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: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-delay: .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 .5s linear infinite;
        -moz-animation: munch .5s linear infinite;
        -webkit-animation: munch .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: .2s;
        -moz-animation-delay: .2s;
        -webkit-animation-delay: .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: 0
    }

    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: 0;
        -moz-transform: scaleX(-1)
    }
}

@-webkit-keyframes move {
    0% {
        -webkit-transform: scaleX(1);
        left: 0
    }

    49.999% {
        left: 200px;
        -webkit-transform: scaleX(1)
    }

    50% {
        -webkit-transform: scaleX(-1)
    }

    100% {
        left: 0;
        -webkit-transform: scaleX(-1)
    }
}

@keyframes move {
    0% {
        transform: scaleX(1);
        left: 0
    }

    49.999% {
        left: 200px;
        transform: scaleX(1)
    }

    50% {
        transform: scaleX(-1)
    }

    100% {
        left: 0;
        transform: scaleX(-1)
    }
}

.radio-inline, .checkbox-inline {
    font-weight: 700
}

.text-capitalize {
    text-transform: capitalize
}

.block {
    display: block
}

#divShowsInstructions .panel-body {
    padding: 0
}

.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
    }

.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 {
    background: #07bab7;
    padding: 10px 15px !important
}

    .modal-header .close {
        color: #fff !important
    }

        .modal-header .close:hover, .close:focus {
            color: #ed4a52 !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 0 0 0 #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: 700;
    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: 0;
    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: 700;
    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
        }

        .card .well-img img {
            width: 100%;
            height: 200px
        }

    .card .well-text {
        padding: 10px 10px 20px
    }

        .card .well-text p {
            margin-top: 5px
        }

@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: .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%);
        transition-duration: .3s;
        transition-property: transform opacity
    }

    .hover-shadow:hover {
        transform: translateY(-6px);
        animation-name: hover;
        animation-duration: 1.5s;
        animation-delay: .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;
    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
}

.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;
        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: #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 0 4px 12px
}

.btn-blueBorder {
    border: solid 1px #07bab7 !important
}

.jrnl-col.show-comment {
    padding-top: 0;
    padding-bottom: 0;
    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
}

.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: #ddd;
    border: 0;
    border-radius: 0
}

    .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;
            border-radius: 100%;
            transition: all .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: #888
        }

            .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
    }

    /*img {
        display: none !important
    }*/
    .we-appply.bhoechie-tab-content.active li {
        padding:7px !important;
    }

    /*.slider .carousel-inner {
        display: none
    }

    .parent-block-vertical-tab {
        display: none
    }

    .vertical-tabs-adver {
        display: none
    }

    .wellness-parent-plan.parent-plan {
        display: none
    }

    .main-review-doctors {
        display: none
    }

    .wellnesspaln .owl-stage {
        display: none !important
    }

    .doctor #owl-carousel_Experts .doctor-box {
        display: none
    }

    .hospital-box {
        display: none
    }

    i.fa.fa-chevron-right {
        display: none
    }

    .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        display: none
    }

    section.hospital-decscription.mar_top20 {
        background: #eee
    }

    div#getWelnessplan {
        background: #eee
    }*/
}

.double-label-slider.ui-slider .ui-slider-pip .ui-slider-label span {
    opacity: .6;
    font-size: 12px;
    line-height: 1.3;
    position: absolute;
    top: 18px;
    left: 55px;
    transition: opacity .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: #000
}

#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-slider-horizontal {
    height: 6px !important
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -11px !important
    }

    .ui-slider-horizontal.ui-slider-pips {
        margin-bottom: 30px !important
    }

#spam_word {
    background-color: red;
    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 #1494d2 !important;
    background: url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x #1ba1e1 !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 .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)
    }

    button.head-none.navbar-toggle.SideToggle {
        display: none !important
    }
}

#emoji-slider .ui-slider-line {
    display: none
}

@media(min-width:768px) {
    .col-sm-2.col-1_5 {
        width: 14.28%
    }

    .navigation-portrait {
        height: auto !important
    }
}

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-input {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    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;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    color: transparent;
    border: 0;
    outline: 0;
    z-index: -1
}

.sb-icon-search {
    color: #fff;
    background: #07bab7;
    z-index: 90;
    font-size: 20px;
    speak: none
}

.search-open {
    right: -27px
}

.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-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: #fff
    }

.sidebar .at-share-btn-elements {
    float: none !important
}

.FirstCap {
    text-transform: capitalize
}

.megamenu_container {
    height: 50px !important;
}
@media only screen and (max-width:1900px) {
    .counter-dmview .et_pb_column {
        width: 25% !important;
        text-align: center !important;
        margin-right: 0px !important;
        padding: 15px;
    }
}
@media only screen and (max-width:1400px) {
    .counter-dmview .et_pb_column {
        width: 25% !important;
        text-align: center !important;
        margin-right: 0px !important;
        padding: 15px;
    }
}
@media only screen and (max-width:1290px) {
    .btn-group.btn-group-xs.cus_wrie_re {
        position: relative !important;
        top: 0;
        right: 6px !important;
    }
}

    @media only screen and (max-width:1200px) {

        .user-view .user-img .profil-ptnt-img {
            width: 100px !important;
            margin: auto
        }

        .doctor-appoint-patient.user-details {
            margin-left: 22px !important;
            margin-top: 10px
        }

        .user-view {
            display: block !important
        }

            .user-view .user-img {
                width: 100% !important
            }

        .shar-social.icon-gray {
            margin-top: 15px !important
        }

        .data-open-source.social-section.profile-l-sidebar i {
            margin-right: 10px;
            margin-top: 10px
        }
    }

    @media only screen and (max-width:1024px) {
        .modal-dialog {
            display: flex !important;
            margin: auto !important;
            padding: 15px !important;
            width: 100% !important;
            justify-content: center !important
        }

        .list-group {
            width: 100%
        }

        .new-tab-sec button {
            line-height: 30px !important
        }

        .user-view .user-img .profil-ptnt-img {
            width: 100px !important;
            margin: auto
        }

        .doctor-appoint-patient.user-details {
            margin-left: 22px !important;
            margin-top: 10px
        }

        .user-view {
            display: block !important
        }

            .user-view .user-img {
                width: 100% !important
            }

        .shar-social.icon-gray {
            margin-top: 15px !important
        }

        .data-open-source.social-section.profile-l-sidebar i {
            margin-right: 10px;
            margin-top: 10px
        }

        .profil-ptnt-img {
            height: auto !important
        }

        .bhoechie-tab-menu .list-group > a {
            width: 100% !important
        }

        .vertical-tabs-adver .list-group {
            width: 100% !important
        }
    }

    @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
        }

        .user-view .user-img .profil-ptnt-img {
            width: 100px !important;
            margin: auto
        }

        .doctor-appoint-patient.user-details {
            margin-left: 22px !important;
            margin-top: 10px
        }

        .user-view {
            display: block !important
        }

            .user-view .user-img {
                width: 100% !important
            }

        .shar-social.icon-gray {
            margin-top: 15px !important
        }

        .data-open-source.social-section.profile-l-sidebar i {
            margin-right: 10px;
            margin-top: 10px
        }

        .profil-ptnt-img {
            height: auto !important
        }

        .doctor-appoint-patient.user-details h4 {
            font-size: 19px !important
        }
    }

    @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: 0
    }

    .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
        }

    .Filter ul {
        margin-bottom: 15px
    }

    .new-overall-ratings {
        margin-left: 15px
    }
.Practice_info .new-overall-ratings {
    display: none;
}
        .new-overall-ratings span {
            font-size: 16px !important;
            margin-right: 5px !important
        }

    .general_phy.information-business1.popular-experts-pack {
        margin: 15px 0
    }

    ul.new-bed-details .Practice_infoico {
        margin-top: 20px !important
    }

    .panel-heading {
        margin-top: 0px !important
    }

    #LoginAlertBox .modal-dialog {
        width: 100%;
        margin: auto;
        display: flex;
        text-align: center;
        justify-content: center
    }

    @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: 0
        }

        .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: 0
        }

        .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%
        }

        .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 !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
        }

        #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_light .megamenu li .dropdown_container, .megamenu_light .megamenu li .dropdown_fullwidth, .megamenu_light .megamenu li .dropdown_flyout li ul {
            margin-top: -4px;
            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: 0
        }

            .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: 0
        }

            .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 {
            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
        }
    }

    @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
        }
    }

    @media only screen and (max-width:540px) {
        .navigation-portrait .nav-toggle {
            display: none !important
        }

        .owl-carousel .owl-item img {
            display: block;
            height: auto !important
        }

        .doctor .doctor-box img {
            max-height: 100% !important;
            min-height: 100% !important;
            width: 100% !important
        }

        div.bhoechie-tab-menu div.list-group > a {
            width: 42%
        }

        .box img {
            width: 100% !important;
            height: 160px;
            min-height: 100% !important;
            max-height: 100% !important
        }

        .lihideshow .owl-carousel .owl-item img {
            display: block;
            width: 100%;
            width: 50px !important
        }

        #HospitalName.display-inline {
            width: 49% !important
        }

        #collapseNearStoreName.display-inline-block {
            width: 49% !important
        }

        .Filter ul {
            margin-bottom: 15px
        }

        .new-overall-ratings {
            margin-left: 15px
        }

            .new-overall-ratings span {
                font-size: 16px !important;
                margin-right: 5px !important
            }

        .general_phy.information-business1.popular-experts-pack {
            margin: 15px 0
        }

        ul.new-bed-details .Practice_infoico {
            margin-top: 20px !important
        }

        .popular-experts-pack {
            margin-top: 40px
        }

        .inline-treatments.popular-experts-pack li {
            padding: 5px !important
        }

        .panel-heading {
            margin-top: 13px !important
        }

        .profil-patien {
            padding-top: 0
        }

        .list-group {
            width: 100% !important;
            padding: 10px !important
        }

        .main-align-tab.bhoechie-tab-menu .list-group > a {
            width: 50% !important;
            font-weight: 500 !important;
            margin-top: 10px
        }

        .profil-ptnt-img {
            height: auto
        }

        .user-img {
            margin-bottom: 15px
        }

        .doctor-appoint-patient.user-details {
            margin-left: 20px !important
        }

        .user-view .user-details {
            width: 100% !important
        }

        .user-view {
            display: block !important
        }

        .shar-social.icon-gray {
            margin-top: 15px !important
        }
    }

    @media only screen and (max-width:480px) {
        .pharmacy_cust .upload-pres.btn.kaya-btn {
            font-size: smaller;
            margin-top: 25px
        }

        .infertil-new-sec span {
            font-size: smaller
        }

        .experts-left-space.Practice_info {
            padding-left: 0 !important
        }

        .Practice_infoico li {
            margin-right: 0 !important
        }

        .profile-middle {
            min-height: auto !important
        }

        .feedback_testimonial .testimonial .testimonial-img {
            left: 0;
            top: 10px;
            margin-left: 0;
            width: auto !important;
            position: static !important
        }

        .feedback_testimonial .inline-treatments.popular-experts-pack ul li {
            margin: 15px 4px
        }

        .feedback_testimonial .testimonial .tstm-feedback {
            margin-top: 80px
        }

        .profil-patien {
            padding-top: 0
        }

        .list-group {
            width: 100%;
            padding: 10px !important
        }

        /*.pro.bhoechie-tab-container */ .main-align-tab.bhoechie-tab-menu .list-group > a {
            width: 50% !important;
            font-weight: 500 !important;
            margin-top: 10px
        }

        .profil-ptnt-img {
            height: auto !important
        }

        .user-img {
            margin-bottom: 15px
        }

        ul.doctor-space {
            text-align: left;
            margin-left: 22px
        }

        .user-view .user-details {
            width: 100%;
            text-align: center;
            padding: 0 !important;
            margin: 0 !important
        }

        .data-open-source.social-section.profile-l-sidebar i {
            margin-right: 10px;
            margin-top: 10px
        }

        .user-view .user-details {
            width: 100% !important;
            text-align: center !important
        }

        .verify-doctor-online.online-health-parent.Practice_info.expert-info {
            border-radius: 20px;
            min-height: auto;
            margin-bottom: 15px
        }

        .new-tab-sec h3 {
            font-size: 15px;
            color: #09bbb5;
            font-weight: 700
        }

        .shar-social.icon-gray {
            margin-top: 0
        }

        .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
        }

        .new-tab-sec h3 {
            font-size: 18px !important
        }

        .shar-social.icon-gray {
            margin-top: 0 !important
        }

        .doctor-appoint-patient.user-details {
            margin-left: 0
        }

        .user-view {
            display: inherit !important
        }

        .new-tab-sec button {
            width: 100% !important;
            line-height: 30px !important
        }

        .new-tab-sec .tab {
            width: 100% !important
        }

        .btn_with_doctor {
            margin: 0 0 0px !important
        }

        .navigation-portrait .nav-toggle {
            display: none !important
        }

        .new-tab-sec {
            margin: 0px 0 0
        }

        nav#navigation1 {
            height: auto !important
        }

        .owl-nav i {
            background: #07bab7 !important
        }

        .new-tab-sec h3 {
            margin: 30px 0 0;
            display: inline-block
        }
        /*
    .wellnesspaln .owl-stage {
        height: 350px;
        display: inline-flex
    }*/

        .navigation-portrait {
            height: auto !important
        }

        div.bhoechie-tab-menu div.list-group > a {
            width: 100%
        }

        .testimonial10.py-5.bg-success-gradiant h3 {
            font-size: 12px;
            line-height: 21px;
            font-weight: 400
        }

        .vertical-tabs-adver h4 {
            color: #07bab7;
            line-height: 36px;
            font-size: smaller !important;
            font-weight: 500
        }

        .we-appply.bhoechie-tab-content.active li {
            width: 100% !important;
            font-size: smaller
        }

            .we-appply.bhoechie-tab-content.active li img {
                width: 10%;
                margin-right: 5px px
            }

        .heading-testi h3 {
            font-size: 27px !important
        }

        div.bhoechie-tab-menu div.list-group > a {
            width: 46%
        }

        #HospitalName.display-inline {
            width: 49% !important
        }

        #collapseNearStoreName.display-inline-block {
            width: 49% !important
        }

        .Filter ul {
            margin-bottom: 15px
        }

        .new-overall-ratings {
            margin-left: 0px
        }

            .new-overall-ratings span {
                font-size: 16px !important;
                margin-right: 5px !important
            }

        .general_phy.information-business1.popular-experts-pack {
            margin: 15px 0
        }

        ul.new-bed-details .Practice_infoico {
            margin-top: 20px !important
        }

        .popular-experts-pack {
            margin-top: 20px
        }

        .inline-treatments.popular-experts-pack li {
            padding: 0 6px !important
        }

        .panel-heading {
            margin-top: 0px !important
        }
    }

    @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
        }

        .btnstyle1 {
            padding: 8px 20px 6px
        }

        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: 700;
        text-decoration: line-through
    }

    .salePrice {
        font-size: 20px;
        font-weight: 700;
        color: #07bab7
    }

    .homeSpeclityBox {
        max-height: 40px;
        overflow: hidden
    }

    .ui-datepicker .ui-datepicker-title {
        line-height: 0 !important
    }

    .testimonial10 {
        font-family: "Montserrat",sans-serif;
        color: #8d97ad;
        font-weight: 300
    }

    .parent-detail-product.job-detail h2 {
        padding: 4px 0
    }

    .parent-detail-product.job-detail .list-inline li {
        line-height: 25px
    }

    .testimonial10 h1, .testimonial10 h2, .testimonial10 h3, .testimonial10 h4, .testimonial10 h5, .testimonial10 h6 {
        color: #3e4555
    }

    .testimonial10 .font-weight-medium {
        font-weight: 500;
        color: #000
    }

    .testimonial10 .subtitle {
        color: #8d97ad;
        line-height: 24px
    }

    .testimonial10 .testi10 .quote-bg {
        width: 100%;
        margin: 0 auto;
        padding: 10px;
        background: url(https://www.wrappixel.com/demos/ui-kit/wrapkit/assets/images/testimonial/up-quote.png) no-repeat top left,url(https://www.wrappixel.com/demos/ui-kit/wrapkit/assets/images/testimonial/down-quote.png) no-repeat bottom right
    }

    .testimonial10 .testi10 h3 {
        line-height: 23px;
        font-size: 14px
    }

    .testimonial10 .testi10 .customer-thumb img {
        width: 120px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 50%;
        height: 120px !important;
        object-fit: cover;
        border: 4px solid #07bab7
    }

    @media(max-width:767px) {
        .testimonial10 .testi10 h3 {
            line-height: 30px
        }

        .head-none {
            display: none !important
        }

        .profil-patien {
            padding-top: 0 !important
        }
    }

    .testimonial10.bg-success-gradiant {
        background: #fff
    }

    .vertical-tabs-adver div.bhoechie-tab-content {
        background-color: #fff;
        padding-left: 0;
        padding-top: 10px
    }

    .bhoechie-tab-content.active b {
        color: #000;
        font-weight: 501;
        margin: 9px
    }

    .bhoechie-tab-content.active span {
        color: #000;
        font-weight: 500
    }

    .new-show-btn.btn.btn-block.btn-primary {
        border-radius: 20px;
        margin: 20px 0 0;
        font-size: 16px;
        font-weight: 700
    }

    .parent-detail-product.job-detail h2 {
        font-size: 17px;
        color: #07bab7
    }

    .bhoechie-tab-content.active span {
        font-weight: 500;
        margin: 5px 0
    }

    .bhoechie-tab-content.active ul li {
        width: auto;
        font-size: 12px;
        border: 1px solid #ddd;
        color: #000;
        font-weight: 500
    }

    .we-appply.bhoechie-tab-content.active li {
        display: -webkit-inline-box;
        width: 33%;
        padding: 10px
    }

    .testimonial10.py-5.bg-success-gradiant h3 {
        color: #000
    }

    .main-review-doctors h6 {
        font-size: 18px;
        color: #fff;
        font-weight: 700;
        margin: 20px
    }

    .heading-testi h3 {
        font-size: 2em;
        text-align: center;
        padding: 30px 0 0;
        font-weight: 500;
        text-transform: capitalize
    }

    .heading-testi span {
        font-weight: 600;
        color: #07bab7
    }

    .vertical-tabs-adver .list-group-item {
        padding: 8px 5px
    }

    .healthcare-things-explore.parent-block-vertical-tab .tablinks {
        display: flex
    }

    .jobs-new-idea.new-tab-sec {
        box-shadow: 10px 10px 30px rgba(0,0,0,0.2);
        background: #fff;
        min-height: 800px;
        padding: 30px;
        border-radius: 20px
    }

    .healthcare-things-explore.parent-block-vertical-tab .new-tab-sec button {
        padding: 0;
        line-height: 44px;
        display: flex;
        justify-content: center;
        margin: 22px;
        border: 1px solid #eee;
        width: 240px;
        box-shadow: none
    }

    .display-setspace.new-tab-sec button {
        display: flex
    }

    .display-setspace.new-tab-sec .tabcontent {
        display: block !important
    }

    .btn_healthtips {
        background: #07bab7;
        display: flex;
        justify-content: center;
        color: #fff;
        font-size: 16px;
        padding: 7px;
        font-weight: 501;
        border-radius: 10px 10px 0 0
    }

    .p-bottom-0.p20 {
        padding-bottom: 0 !important
    }

    .new-hindustan-parent.parent-plan {
        border-radius: 20px
    }

    .wellness-parent-plan.parent-plan {
        border-radius: 20px 20px 0 0
    }

        .wellness-parent-plan.parent-plan .plans .rate {
            top: 3px;
            right: -10px !important;
            color: #000;
            background: transparent;
            font-size: 20px !important;
            font-weight: 502
        }

        .wellness-parent-plan.parent-plan .rating-verified {
            justify-content: right
        }

        .wellness-parent-plan.parent-plan .img-blog .blog-title {
            font-size: 14px;
            position: absolute;
            left: 0;
            color: #07bab7;
            letter-spacing: 0px;
            font-weight: 600;
            text-align: left !important;
            padding: 2px 10px;
            background: #fff;
            border-radius: 0 10px 0 0;
            display: flex;
            width: 100%;
        }

    .for-set-ribbon.ribbonoff1 {
        top: 80px !important;
        position: absolute;
        left: 0
    }

    .ratings h2 {
        font-size: 13px;
        text-align: center;
        padding: 10px 0 0
    }

    .doctor-info h3 {
        font-size: 15px
    }

    .doctor-info b {
        color: #000
    }

    .ratings {
        background: #07bab7;
        width: 50px;
        height: 50px;
        color: #fff;
        border-radius: 50%;
        font-size: 14px;
        position: absolute;
        top: 230px;
        left: 20px
    }

    .join_kayawell_new.modal-dialog.modal-lg .img-rnd {
        border: 2px solid #f7f4f4;
        border-radius: 20px 0 20px 0;
        height: 325px;
        width: 245px;
        padding: 23px 12px;
        margin-left: 0;
        cursor: pointer;
        text-align: center;
        box-shadow: 0 0 20px rgba(0,0,0,0.1)
    }

    .book-new-kaya.black.kaya-btn {
        background: #07bab7;
        border-radius: 40px;
        padding: 0 25px;
        width: 100%
    }

    .join_kayawell_new.modal-dialog.modal-lg h4 {
        font-size: 30px;
        text-align: center;
        color: #07bab7;
        font-weight: 500;
        margin: 20px 0 10px;
        letter-spacing: 1px
    }

    .join_kayawell_new.modal-dialog.modal-lg .modal-content {
        border-radius: 20px
    }

    .join_kayawell_new.modal-dialog.modal-lg .close {
        background: #07bab7;
        margin-right: 30px;
        padding: 2px 16px;
        border-radius: 50%;
        line-height: 38px
    }

    .d-block-medical.img-rnd.pop-rnd img {
        display: block;
        text-align: center;
        margin: 0 auto
    }

    .d-block-medical.img-rnd.pop-rnd h2 {
        color: #000;
        font-size: 15px;
        margin: 5px 0;
        line-height: 16px;
        font-weight: 501
    }

    .d-block-medical.img-rnd.pop-rnd span {
        color: #07bab7;
        font-size: 15px font-weight:501px
    }

    .d-block-medical.img-rnd.pop-rnd a::before {
        display: none
    }

    .left-list-kayawell.packageList .pack-title-img {
        position: absolute;
        right: 0;
        max-width: 80px;
        top: 3px;
        left: 0;
        background: #88d7d4;
        height: 50px;
        width: 50px;
        border-radius: 50%;
        margin-left: 10px;
        object-fit: contain
    }

    .fertile-test.package-title b {
        color: #07bab7;
        font-size: 16px;
        margin-left: 30px
    }

    .rate-bold-font {
        font-size: 28px;
        font-weight: 700
    }

    .left-list-kayawell.list.in.packageList {
        border-radius: 15px;
        box-shadow: 0 0 20px 2px rgba(0,0,0,0.15);
        min-height: 310px;
        padding: 10px
    }

    .book-an-appoint.kaya-btn2 {
        width: 300px;
        text-align: center;
        margin: 35px auto;
        display: flex;
        justify-content: center;
        border-radius: 10px;
        font-size: 16px;
        font-weight: 501
    }

    .package-list-view ul section .f-none-block.healthians_price {
        float: inherit
    }

    .free-home-sample.nn-fast span {
        color: #07bab7;
        font-size: 13px;
        font-weight: 501
    }

    .left-list-kayawell.list.in.packageList li {
        color: #516b6a;
        font-size: 13px;
        font-weight: 500;
        list-style: disclosure-closed
    }

    .free-home-sample.nn-fast b {
        font-size: 11px;
        color: #07bab7
    }

    .vertical-tabs-adver div.bhoechie-tab-container {
        z-index: 10;
        background-color: #fff;
        padding: 0 !important;
        border-radius: 4px;
        -moz-border-radius: 4px;
        margin-top: 20px;
        background-clip: padding-box;
        opacity: .97;
        filter: alpha(opacity=97)
    }

    .vertical-tabs-adver div.bhoechie-tab-menu {
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 0
    }

        .vertical-tabs-adver div.bhoechie-tab-menu div.list-group {
            margin-bottom: 0
        }

            .vertical-tabs-adver div.bhoechie-tab-menu div.list-group > a {
                margin-bottom: 0
            }

                .vertical-tabs-adver div.bhoechie-tab-menu div.list-group > a .glyphicon, div.bhoechie-tab-menu div.list-group > a .fa {
                    color: #000 !important;
                    font-weight: 501;
                    font-size: 15px;
                    background: transparent
                }

                .vertical-tabs-adver div.bhoechie-tab-menu div.list-group > a:first-child {
                    border-top-right-radius: 0;
                    -moz-border-top-right-radius: 0
                }

                .vertical-tabs-adver div.bhoechie-tab-menu div.list-group > a:last-child {
                    border-bottom-right-radius: 0;
                    -moz-border-bottom-right-radius: 0
                }

                .vertical-tabs-adver div.bhoechie-tab-menu div.list-group > a.active, div.bhoechie-tab-menu div.list-group > a.active .glyphicon, div.bhoechie-tab-menu div.list-group > a.active .fa {
                    background-color: #07bab7;
                    background-image: #5a55a3;
                    color: #fff;
                    border-radius:30px;
                }

    .vertical-tabs-adver .nav-tabs > li.active > a {
        background-color: #07bab7;
        color: #fff
    }

    .vertical-tabs-adver div.bhoechie-tab-menu div.list-group > a.active::after {
        content: '';
        position: absolute;
        left: 104%;
        top: 35%;
        margin-top: -13px;
        border-left: 0;
        border-bottom: 30px solid transparent;
        border-top: 20px solid transparent;
        border-left: 30px solid #07bab7;
        display:none;
    }

    .vertical-tabs-adver .bhoechie-tab-menu .list-group-item.active, .bhoechie-tab-menu .list-group-item.hover {
        border-color: #07bab7 !important
    }

    .vertical-tabs-adver div.bhoechie-tab-content {
        background-color: #fff;
        padding-left: 0;
        padding-top: 10px
    }

    .vertical-tabs-adver div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
        display: none
    }

    .vertical-tabs-adver .bhoechie-tab-container {
        z-index: 10;
        padding: 0 !important;
        border-radius: 4px;
        -moz-border-radius: 4px;
        background-clip: padding-box
    }

    .vertical-tabs-adver div.bhoechie-tab-menu div.list-group > a {
        margin-bottom: 0;
        float: inherit;
        color: #fff
    }

    .vertical-tabs-adver .list-group {
        width: 100%
    }

    .bhoechie-tab-menu .list-group > a {
        width: 100% !important
    }

    .main-sec.bhoechie-tab-content.active img {
        width: 100%
    }

    .vertical-tabs-adver .list-group-item {
        line-height: 55px
    }

    .vertical-tabs-adver h4 {
        color: #07bab7;
        line-height: 45px;
        font-size: 16px;
        font-weight: 500
    }

    .col-lg-9.col-md-9.col-sm-9.col-xs-9.bhoechie-tab {
        background: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.18) !important;
        border-radius: 20px;
        padding-bottom: 10px
    }

    .list-group-item.active h4 {
        color: #fff
    }

    .d-block-medical.img-rnd.pop-rnd h3 {
        font-size: 14px;
        color: #000;
        margin: 10px 0
    }

    .find-doctor-dash {
        background: #fff;
        box-shadow: 0 0 20px rgba(0,0,0,0.1);
        padding: 15px;
        text-align: center;
        margin: 0 0 20px;
        border-radius: 15px;
        border: 1px solid #ddd
    }

        .find-doctor-dash h3 {
            color: #09bab8;
            font-size: 15px;
            font-weight: 501;
            margin: 10px 0 13px
        }

    .new-tab-sec .tab {
        float: left;
        width: 30%;
        height: auto
    }

    .new-tab-sec button {
        display: inline-block;
        background: #fff;
        line-height: 70px;
        border-radius: 10px;
        margin: 10px 15px;
        padding: 10px 20px;
        width: 140px;
        display: inline-block;
        background: #fff;
        line-height: 70px;
        border-radius: 10px;
        margin: 0 19px 10px 0;
        padding: 10px 20px;
        width: 140px;
        box-shadow: -10px 10px 10px #dddada;
        border: transparent;
        font-size: 16px;
        color: #000;
        font-weight: 500
    }

    new-tab-sec .tab button {
        display: block;
        background-color: inherit;
        color: #000;
        padding: 22px 16px;
        width: 100%;
        border: 0;
        outline: 0;
        text-align: left;
        cursor: pointer;
        transition: .3s;
        font-size: 17px
    }

        new-tab-sec .tab button:hover {
            background-color: #ddd
        }

        new-tab-sec .tab button.active {
            background-color: #ccc
        }

    new-tab-sec .tabcontent {
        float: left;
        padding: 0 12px;
        border: 1px solid #ccc;
        width: 70%;
        border-left: none;
        height: 300px
    }

    .new-tab-sec h3 {
        font-size: 30px;
        color: #09bbb5;
        font-weight: 500
    }

    .btn_with_doctor {
        background: #09bbb5;
        padding: 9px 30px;
        border-radius: 10px;
        color: #fff;
        font-size: 15px;
        font-weight: 501;
        margin: 45px 0 20px;
        display: inline-block
    }

    .new-tab-sec b {
        display: flex;
        color: #037473;
        font-weight: 600;
        letter-spacing: 1px
    }

    .parent-block-vertical-tab {
        background-image: linear-gradient(to right top,#f6f9ff,#f8f9fe,#f9fafd,#fafafc,#fbfbfb);
        padding: 10px
    }

    .consult-creative.btn-primary {
        background: #07bab7;
        padding: 10px 30px;
        text-align: center;
        border-radius: 10px 10px 0 0;
        text-align: center;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        font-size: 16px;
        font-weight: 501
    }

    .new-tab-sec button.active {
        background: #09bbb5;
        color: #fff
    }

    .qty-parent-block {
        display: flex
    }

    .jobs-new-idea.new-tab-sec b {
        display: inline-block
    }

    .jobs-new-idea.new-tab-sec h4 {
        font-size: 15px;
        color: #000
    }

    .jobs-new-idea.new-tab-sec span {
        color: #07bab7
    }

    .new-qty-sec {
        width: 45px
    }

    .jobs-new-idea.new-tab-sec h5 {
        font-size: 14px;
        margin: 15px 0
    }

    .wishlist-new.email-compare-button {
        display: flex;
        margin: 20px 0 0
    }

    .right-description {
        width: 200px;
        display: flex;
        height: 200px;
        float: left
    }

    .add-prodct-youwant.product-share-button {
        display: flex;
        margin: 30px 0 0
    }

    .quantity-child {
        margin: 10px 10px 10px 0
    }

    .jobs-new-idea.new-tab-sec button.active {
        background: #07bab7
    }

    .btn_with_doctor:hover {
        color: #fff;
        background: #037473
    }

    .most-popular-rate.rs {
        margin-left: 45px
    }

    .care-dash {
        color: #09bab8 !important
    }

    .main-kayawell-theme.dflt-owl .col-bdr {
        background: #09bab8
    }

    .main-kayawell-theme.dflt-owl .img-normal i {
        color: #09bab8 !important
    }

    .new-updated-search.search-form {
        margin: 6px 0 5px
    }

    .main-profile-detail.profil-patnt-container {
        width: 90%;
        margin: 0 auto
    }

    .main_container.admin-content .profile-top {
        border-radius: 20px;
        box-shadow: 0
    }

    .main-profile-detail.profil-patnt-container .profileRes-img {
       /* width: 90px;*/
        height: 90px
    }

    .main-align-tab.bhoechie-tab-menu .list-group > a {
        width: 19% !important;
        font-weight: 501;
        margin-left: 10px
    }

    .more-productive-content.about-content span {
        font-size: 15px !important;
        text-align: justify
    }

    .online-health-parent.Practice_info.expert-info {
        background: #07bab7;
        color: #fff;
        padding: 15px
    }

    .verify-doctor-online.online-health-parent.Practice_info.expert-info {
        border-radius: 20px;
        min-height: 290px
    }

    .more-informative-idea.about-item.addinfo ul {
        display: flex
    }

    .more-informative-idea.about-item.addinfo b {
        font-size: 14px;
        color: #07bab7
    }

    .book-add-kaya.btn.kaya-btn {
        background: #07bab7;
        padding: 0 27px;
        border-radius: 10px
    }

    .place-change.main-align-tab.bhoechie-tab-menu .list-group a.active {
        background: #07bab7;
        border: 1px solid #07bab7 !important
    }

        .place-change.main-align-tab.bhoechie-tab-menu .list-group a.active::after {
            border-top: 11px solid #07bab7
        }

    #parenttrigger btnTrigger2 {
        background: #07bab7;
        border: 0;
        padding: 0 30px;
        margin: 10px 0 0;
        border-radius: 8px;
        outline: none !important
    }

    .info-new h4 {
        color: #036e6c;
        font-size: 24px;
        font-weight: 501;
        margin: 0;
        padding: 10px
    }

    .place-change.main-align-tab.bhoechie-tab-menu i {
        color: #fff !important
    }

    #btnTextChat.join-new-well.btn.kaya-btn {
        background: #07bab7
    }

    .verify-doctor-online.online-health-parent.Practice_info.expert-info li:first-child::before {
        left: -35px;
        top: 15px
    }

    .verify-doctor-online.online-health-parent.Practice_info.expert-info li:nth-child(2)::before {
        left: -35px
    }

    .doctor-vishal-main img {
        width: 100px;
        border-radius: 50%
    }

    .parent-immediate {
        display: flex
    }

    .doctor-vishal-main {
        display: flex
    }

    .user-view {
        display: flex
    }

        .user-view .user-img {
            width: 30%
        }

            .user-view .user-img .profil-ptnt-img {
                border: 0;
                width: auto;
                text-align: center;
                padding: 0;
                overflow: hidden
            }

    .user-img .main-profile-detail.profil-patnt-container .profileRes-img {
        width: 75px;
        height: 75px
    }

    .user-img .profil-ptnt-img .live-img {
        bottom: 32px;
        right: 9px;
        top: auto
    }

    .user-view .user-details {
        width: 70%
    }

    .patientuser {
        background: #07bab7;
        color: #fff;
        border-radius: 20px;
        padding: 15px;
        font-size: 14px;
    }

    .more-productive-content.about-content h4 {
        font-size: 24px;
        color: #07bab7 !important;
        font-weight: 501
    }

    .garbage-detail-main {
        margin-left: 10px
    }

        .garbage-detail-main li:first-child::before {
            color: #fff !important
        }

    .doctor-appoint-patient.user-details h4 {
        font-size: 22px;
        font-weight: 501
    }

    .doctor-space li:first-child::before {
        color: #fff !important;
        margin-left: 0px
    }

    .data-open-source.social-section.profile-l-sidebar i {
        color: #07bab7;
        font-weight: 700;
        font-size: 16px;
        background: #fff;
        border-radius: 50%;
        height: 25px;
        width: 25px;
        line-height: 25px;
        text-align: center;
        margin-right: 10px
    }

    .garbage-detail-main li:nth-child(2)::before {
        color: #fff !important
    }

    .more-productive-content.about-content h4 {
        padding: 10px 0;
        margin: 0
    }

    .boook-lab-tes {
        display: inline;
        background: #07bab7;
        margin-left: 10px;
        padding: 9px 38px;
        border-radius: 10px
    }

        .boook-lab-tes a {
            color: #fff;
            font-size: 13px;
            font-weight: 501
        }

    .more-productive-content.about-content b {
        color: #07bab7
    }

    .doctor-space span {
        vertical-align: middle;
        margin-left: 0px;
        font-weight: 501
    }

    .dis-mails.live-img {
        display: none
    }

    .manage-awe b {
        font-size: 20px !important
    }

    .add-manage {
        margin: 10px 0 0 12px;
        font-size: 13px
    }

    .data-open-source.social-section.profile-l-sidebar {
        margin: 0
    }

    .doctor-appoint-patient.user-details {
        margin-left: 50px
    }

    .btn-enquiry-now {
        background: #07bab7;
        padding: 7px 40px;
        color: #fff;
        font-size: 15px;
        font-weight: 501;
        border-radius: 20px
    }

    .btn-new-align {
        text-align: center
    }

    .hospital-name span {
        color: #333;
        margin-left: 0;
        font-size: 12px;
        margin-left: 5px;
        font-weight: 500
    }

    .speciality b {
        font-size: 15px;
        color: #000;
        font-weight: 500
    }

    .hospital-name i {
        color: #07bab7;
        font-size: 16px
    }

    .exp-kaya-list li span {
        font-size: 16px;
        color: #333;
        font-weight: 498
    }

    #btndiagnostic {
        background: #07bab7;
        color: #fff;
        border-radius: 10px;
        font-weight: 501
    }

    .upload-pres.btn.kaya-btn {
        background: #07bab7;
        color: #fff;
        font-weight: 501;
        border-radius: 10px;
        margin-left: 15px
    }

    .more-creative.expert-buttons {
        float: left;
        padding: 0 0 30px;
        background: transparent;
        margin: 0
    }

    .btn.kaya-btn {
        background: #07bab7;
        color: #fff;
        font-weight: 501;
        font-size: 14px;
        border-radius: 20px
    }

    .popup-width-manage .modal-dialog.modal-lg {
        width: 300px;
        text-align: center;
        justify-content: center
    }

    .popup-width-manage .modal-body {
        display: flex;
        justify-content: center
    }

    .new-leaked-data.info-new {
        /* min-height: 100px*/
    }

    div#ExpertAbout {
        overflow-y: auto;
        max-height: 300px
    }

    .more-productive-content.about-content {
        min-height: 100px !important;
        overflow: auto;
        max-height: 300px
    }

    .doct-detail-content a {
        color: #000
    }

    .doct-detail-content strong {
        color: #000;
        font-size: 15px;
        font-weight: 500
    }

    .doct-detail-content b {
        color: #000;
        font-size: 15px;
        font-weight: 500
    }

    .social-section.profile-l-sidebar i {
        color: #07bab7 !important
    }

    .lavish-graphics .btn-group-xs {
        float: right
    }

    .profil-ptnt-img {
        box-shadow: 2px 6px 20px #ccc;
        padding: 15px;
        margin: 0 0 20px;
        border-radius: 20px;
        border: 1px solid #ddd
    }

    .willhappen {
        background: #fff;
        box-shadow: 2px 6px 20px #ccc;
        border-radius: 20px;
        padding: 30px;
        margin: 34px 0 0 !important
    }

    .no-height.pfl-patnt-banner {
        height: auto !important
    }

    .ng-new.new-primary {
        padding: 10px 0;
        background: #07bab7;
        color: #fff;
        border-radius: 10px
    }

    .design-profile {
        min-height: 281px;
        width: auto
    }

    .new-profile-detail.profile-tab.mypatn-prfile.blank-profile li {
        background: #07bab7;
        border-radius: 10px
    }

        .new-profile-detail.profile-tab.mypatn-prfile.blank-profile li a {
            color: #fff !important;
            font-size: 15px;
            font-weight: 501
        }

    .new-profile-detail.profile-tab li.active a {
        border: 1px solid #07bab7 !important;
        color: #fff !important;
        background: #ed4a52;
        border-radius: 10px
    }

    .star-rating.rating-disabled input {
        color: #fff;
        text-align: center;
        font-weight: 501;
        border: transparent
    }

    .nav.navbar-nav.navbar-right a:hover {
        color: #000 !important
    }

    .w3-sidebar.w3-bar-block.w3-black.w3-card button {
        background: #07bab7;
        padding: 10px 55px;
        width: 100% !important;
        display: inline-block;
        justify-content: center;
        color: #fff;
        font-size: 14px;
        font-weight: 501;
        border: 1px solid #fff;
        border-radius: 9px;
        outline: 0;
        box-shadow: none
    }

    .w3-sidebar.w3-bar-block.w3-black.w3-card {
        display: flex
    }

    .second-nav span {
        font-size: 10px;
        font-weight: 500;
        color: #edc79f
    }

    .back-color {
        background: #d5f9f8;
        padding: 15px;
        border-radius: 10px
    }

    .infertil-new-sec h1 {
        text-align: center;
        color: #000;
        font-size: 24px;
        font-weight: 600;
        margin: 30px 0
    }

    .popular-experts-pack img {
        border-radius: 50%
    }

    .details-sec img {
        border: 1px solid #07bab7;
        width: 100%;
        vertical-align: middle;
        display: table-cell;
        object-fit: cover;
        min-height: 150px;
        max-height: 150px
    }

    .popular-experts-pack h3 {
        color: #000;
        font-size: 14px;
        margin: 0 0 8px;
        font-weight: bold
    }

    .back-color h3 {
        color: #000;
        font-size: 20px
    }

    .btn-appointment-rest {
        background: transparent;
        padding: 10px 24px;
        color: #000;
        border-radius: 10px;
        margin: 7px auto !important;
        display: flex;
        justify-content: center;
        font-size: 13px;
        font-weight: 600;
        border: 1px solid #07bab7;
        width: 180px;
        text-align: center
    }

    .review-new-btn.btn-appointment-rest {
        background: transparent;
        color: #000;
        font-weight: 600
    }

    .new-selection-main.about-content li p {
        font-size: 18px !important;
    }
.new-selection-main.about-content ul li {
    font-size: 16px;
}
.about-content.about-content_mob ul li a {
    font-size: 14px;
    line-height:2;
}
li.Removeinline {
    font-size: 16px;
    padding-top: 5px;
}
    .doctors-main-bg.fa-align-right img {
        background: #fff;
        border: 1px solid #000;
        padding: 10px;
        border-radius: 50%;
        text-align: center
    }

    .doctors-main-bg.fa-align-right sup {
        background: #07bab7;
        padding: 10px;
        border-radius: 50%;
        height: 30px;
        width: 30px;
        color: #fff;
        line-height: 11px;
        text-align: center;
        vertical-align: middle;
        position: absolute;
        top: 58px;
        left: 136px
    }

    a.btn-appointment-rest.cus_diagnostic {
        margin: 8px 0 0 20px;
        display: inline-block;
        float: right;
        padding: 6px 35px
    }

    .infertil-new-sec {
        position: relative;
        border: 2px solid #ddd;
        border: 2px solid #ddd;
        margin: 10px;
        padding: 10px;
        box-shadow: 0 0 50px 0 rgb(0 0 0 / 10%);
    }

    .popular-experts-pack ul li {
        line-height: 24px;
        color: #333;
        font-size: 13px
    }

    .doctors-main-bg img {
        background: #07bab7;
        border: 1px solid;
        padding: 5px;
        border-radius: 50%;
        display: inline
    }

    .doctors-main-bg sup {
        background: #324bd2;
        color: #fff;
        text-align: center;
        padding: 5px;
        border-radius: 50%;
        vertical-align: top
    }

    /*.btn-appointment-rest:hover {
    background: #07bab7;
    transition: .4s ease-in-out;
    color: #000;
    border: 1px solid #07bab7
}*/

    .profile-new-view.btn-appointment-rest {
        background: #324bd2
    }

    .instrument-rating h2 {
        font-size: 17px;
        color: #000;
        font-weight: 501;
        margin: 22px 0 0
    }

    .instrument-rating h3 {
        font-size: 15px
    }

    .doctors-main-bg {
        display: inline-block;
        justify-content: center;
        padding: 0 0 20px;
        float: left
    }

    .diagnostic-hospital-test.bhoechie-tab-menu .list-group i {
        color: #fff !important
    }

    .normal-hospital-image.profileRes-img {
        border-radius: 0 !important;
        padding: 0 !important;
        margin: 0;
        height: 154px;
        object-fit: contain
    }

    .rank-five-star .rate {
        float: left;
        height: 70px;
        padding: 0 10px
    }

        .rank-five-star .rate:not(:checked) > input {
            position: absolute;
            top: -9999px
        }

        .rank-five-star .rate:not(:checked) > label {
            float: right;
            width: 1em;
            overflow: hidden;
            white-space: nowrap;
            cursor: pointer;
            font-size: 30px;
            color: #ccc
        }

            .rank-five-star .rate:not(:checked) > label:before {
                content: '★ '
            }

        .rank-five-star .rate > input:checked ~ label {
            color: #ffc700
        }

        .rank-five-star .rate:not(:checked) > label:hover, .rank-five-star .rate:not(:checked) > label:hover ~ label {
            color: #deb217
        }

        .rank-five-star .rate > input:checked + label:hover, .rank-five-star .rate > input:checked + label:hover ~ label, .rank-five-star .rate > input:checked ~ label:hover, .rank-five-star .rate > input:checked ~ label:hover ~ label, .rank-five-star .rate > label:hover ~ input:checked ~ label {
            color: #c59b08
        }

    .name-detail.form-group label {
        color: #000
    }

    .rank-five-star h3 {
        color: #000;
        font-size: 17px;
        font-weight: 501
    }

    .rank-five-star h4 {
        color: #000;
        font-size: 14px;
        margin: 20px 0 15px
    }

    .rate lable {
        display: flex
    }

    .write-review textarea {
        min-height: 189px
    }

    .submit-review-btn {
        background: #07bab7;
        padding: 8px 29px;
        color: #fff;
        font-weight: 501;
        font-size: 15px;
        border-radius: 20px
    }

    .submit-review-button {
        display: table-cell;
        vertical-align: middle;
        height: 175px
    }

    .feattured-new-doctors.popular-experts-pack img {
        width: 100px;
        height: 100px;
        border: 3px solid #07bab7;
        margin: 10px 0 0;
        display: flex;
        justify-content: center;
        text-align: center;
        margin: 0 auto
    }

    .feattured-new-doctors.popular-experts-pack span {
        display: flex;
        justify-content: center;
        font-weight: 500
    }

    .feattured-new-doctors.popular-experts-pack li {
        line-height: 24px;
        border-bottom: 1px solid #ddd;
        padding: 10px 0 0;
        min-height: 123px
    }

    .inline-treatments.popular-experts-pack li {
        display: inline-block;
        padding-left: 0px;
        margin-left: 8px;
        margin-top: 5px;
    }

    .inline-treatments.popular-experts-pack {
        border: 1px solid #ddd;
        padding: 10px 0 15px;
        text-align: center;
        margin: 11px 0 10px
    }

    .feattured-new-doctors.popular-experts-pack {
        border: 1px solid #ddd;
        padding: 10px
    }

    .meternity.popular-experts-pack {
        border: 1px solid #ddd;
        padding: 10px
    }

        .meternity.popular-experts-pack span {
            display: flex;
            justify-content: center;
            color: #333
        }

        .meternity.popular-experts-pack li {
            text-align: center;
            border-bottom: 1px solid #ddd;
            padding: 10px 0
        }

    .vedanta-ser.text-head {
        color: #8b0000 !important;
        font-size: 26px !important;
        font-weight: 700 !important
    }

    .text-align-just {
        text-align: left;
        line-height: 23px
    }

    .about-item.insurance-conditions-list .text-head {
        color: #037473 !important;
        font-size: 16px !important;
        font-weight: 500 !important
    }

    .text-head.font-generasist {
        font-size: 40px !important;
        color: green !important;
        display: inline
    }

    .automatic-padding.form-control.dropdown-design {
        background: #07bab7 !important;
        color: #fff;
        font-weight: 501;
        padding-left: 10px;
        font-weight: 501;
        font-size: 14px
    }

    .review_sec_developm h2 {
        line-height: 26px;
        margin: 10px;
        text-align: left;
        font-size: 16px
    }

    .drop_box_sec h2 {
        font-size: 18px;
        color: #000;
        font-weight: 501
    }

    .container-fluid.adjust-margin {
        margin: 40px 0 30px;
        border: 1px solid #00008b;
        padding: 30px
    }

    .review_sec_developm {
        border-right: 1px solid #00008b
    }

    .drop_box_sec h3 {
        font-size: 14px;
        display: inline-flex;
        margin: 5px 0 0
    }

    .drop_box_sec span {
        color: red
    }

    .col-md-6.col-sm-6.doc-detail b {
        margin-left: 0
    }

    .review_sec_developm h2 {
        line-height: 16px;
        margin: 4px 0 5px;
        text-align: left;
        font-size: 16px
    }

    .year-exp-detail.rate-details small {
        margin: 30px 0
    }

    .cost-estimision.btn.kaya-btn {
        float: left;
        width: 180px;
        margin: 10px
    }

    .parent-product-hospital.sLider {
        position: relative;
        width: 640px;
        height: 320px;
        margin: 0 auto;
        overflow: visible;
        perspective: 300px;
        background: transparent
    }

    .parent-product-hospital .slide {
        text-align: center;
        color: #fff;
        width: 100%;
        height: 100%;
        font-family: Impact;
        font-size: 96px;
        animation-name: slideList;
        animation-duration: 20s;
        animation-iteration-count: infinite;
        transition-timing-function: ease-in-out;
        position: absolute;
        bottom: 0;
        transform-origin: bottom;
        transform: rotateX(90deg);
        opacity: 0
    }

    .parent-product-hospital .slide1 {
        background: url(/Content/images/noble-hospital.jpg);
        animation-delay: 0;
        z-index: 5;
        background-size: cover
    }

    .parent-product-hospital .slide2 {
        background: url(/Content/images/noble-hospital.jpg);
        animation-delay: 4s;
        z-index: 4;
        background-size: cover
    }

    .parent-product-hospital .slide3 {
        background: url(/Content/images/hospital-slider-1.jpg);
        animation-delay: 8s;
        z-index: 3;
        background-size: cover
    }

    .parent-product-hospital .slide6 {
        background: url(/Content/images/hospital-slider-1.jpg);
        animation-delay: 8s;
        z-index: 3;
        background-size: cover
    }

    .parent-product-hospital .slide4 {
        background: url(/Content/images/noble-hospital.jpg);
        animation-delay: 12s;
        z-index: 2;
        background-size: cover
    }

    .parent-product-hospital .slide5 {
        background: url(/Content/images/noble-hospital.jpg);
        animation-delay: 12s;
        z-index: 2;
        background-size: cover
    }

    @keyframes slideList {
        0% {
            transform: rotateX(-90deg);
            opacity: 0;
            transform-origin: top
        }

        3% {
            transform: rotateY(0deg);
            opacity: 1;
            z-index: 6
        }

        18% {
            transform: rotateX(0deg);
            opacity: 1;
            z-index: 6
        }

        23% {
            transform: rotateX(90deg);
            opacity: 0;
            transform-origin: bottom
        }

        100% {
            transform: rotateX(90deg);
            opacity: 0;
            transform-origin: bottom
        }
    }

    @-webkit-keyframes slideList {
        0% {
            -webkit-transform: rotateX(-90deg);
            opacity: 0;
            -webkit-transform-origin: top
        }

        3% {
            -webkit-transform: rotateY(0deg);
            opacity: 1;
            z-index: 6
        }

        18% {
            -webkit-transform: rotateX(0deg);
            opacity: 1;
            z-index: 6
        }

        23% {
            -webkit-transform: rotateX(90deg);
            opacity: 0;
            -webkit-transform-origin: bottom
        }

        100% {
            -webkit-transform: rotateX(90deg);
            opacity: 0;
            -webkit-transform-origin: bottom
        }
    }

    .slideContent {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        text-shadow: 1px 1px 3px #000;
        background: #470000;
        border-radius: 20px;
        padding: 0;
        width: 90%;
        height: 220px;
        text-align: -webkit-center
    }

    a.new-book-dev.btn-appointment-rest {
        display: table-caption;
        vertical-align: bottom;
        width: 200px;
        text-align: center;
        margin: 60px 0 0
    }

    .slideContent h2 {
        font-size: 22px;
        color: #fff;
        text-align: center;
        vertical-align: middle;
        margin: 10px;
        font-weight: 800
    }

    .slideContent h3 {
        font-size: 13px;
        line-height: 17px;
        margin: 0;
        font-weight: 500;
        color: #fff
    }

    .slideContent h5 {
        font-size: 31px
    }

    .new-overall-ratings1 span {
        font-size: 12px;
        display: inline;
        justify-content: center;
        color: #000
    }

    .instrument-rating {
        text-align: center;
        border: 1px solid #ddd;
        padding: 30px
    }

        .instrument-rating img {
            border-radius: 50%;
            border: 5px solid #07bab7
        }

    .type-project-rating h3 {
        font-size: 18px;
        color: #000
    }

    .type-project-rating h4 {
        font-size: 16px;
        color: #000;
        font-weight: 500;
        margin: 10px 0
    }

    . h3 {
        font-size: 16px;
        display: flex
    }

    .rating-act h2 {
        font-size: 18px;
        color: #000;
        font-size: 13px;
        margin: 10px 0 0
    }

    .instrument-rating h3 {
        font-size: 15px;
        margin: 10px 0 0
    }

    .type-project-rating h3 {
        display: flex
    }

    .rating-act i {
        color: #ed8a19
    }

    .review-rating-parent {
        background: #f9f9f9;
        padding: 30px
    }

    .rating-act span {
        margin-left: 10px
    }

    .rating-act {
        float: right
    }

    .information-business1.popular-experts-pack h3 {
        margin: 20px 0 15px;
        font-weight: 500;
        color: #FFF;
        background: #07bab7;
        padding: 6px 0 6px 10px;
        border-radius: 11px;
        font-size: 15px
    }

    .meternity.popular-experts-pack img {
        width: 60px;
        height: 60px;
        border: 4px solid #07bab7;
        margin: 4px 0 0
    }

    .feattured-new-doctors.popular-experts-pack h3 {
        margin: 0;
        text-align: center
    }

    .meternity.popular-experts-pack h3 {
        margin: 0;
        text-align: center
    }

    .experts-left-space.Practice_info {
        padding-left: 70px
    }

    .parent-hospital-detail.demo-gallery-blog {
        padding-left: 60px
    }

    .diagnostic-hospital-test.bhoechie-tab-menu .list-group {
        width: 100%;
        display: flex
    }

    .pro.bhoechie-tab-container .list-group-item {
        background: transparent;
        border-radius: 10px;
        font-weight: 600;
        color: #000
    }

    .clinic-detail-admin.profil-ptnt-img {
        width: 100%;
        padding: 10px
    }

    .normal-hospital-image.profileRes-img {
        width: 100% !important;
        object-fit: cover
    }

    .alignnment-color.experts-left-space.Practice_info li {
        color: #000;
        font-size: 14px;
        font-weight: 500
    }

    .new-overall-ratings span {
        font-size: 26px;
        float: left
    }

    ul.new-bed-details.Practice_infoico {
        margin: 0 0 8px
    }

    .center-align {
        display: flex;
        justify-content: center
    }

    .about-item.insurance-conditions-list ul li {
        color: #000;
        font-size: 13px;
        font-weight: 500
    }

    a.lab-inside-btn.btn.kaya-btn {
        height: 38px;
        display: table-cell;
        vertical-align: middle;
        padding: 4px
    }

    .select.automatic-padding {
        padding: 10px
    }

    .headding-block {
        text-align: center;
        font-size: 36px;
        margin: 18px;
        color: #000;
        font-weight: 501
    }

    .slideContent h4 {
        font-size: 16px;
        margin: 17px 0 10px;
        color: #fff
    }

    a.btn_explore_now {
        font-size: 15px;
        background: #07bab7;
        color: #fff;
        padding: 10px 30px;
        border-radius: 10px;
        font-family: Roboto;
        margin: 30px 0;
        display: inherit;
        width: 100%
    }

    .hospital-decscription.slider {
        max-width: 100%;
        margin: 0 auto
    }

    .slick-slide {
        margin: 0 5px
    }

    .slick-list {
        margin: 0 -5px
    }

    button.slick-next, button.slick-next:hover {
        position: absolute;
        top: 41%;
        right: 54px;
        width: 47px;
        height: 75px;
        background-image: url(http://maggiesadler.com/wp-content/uploads/2015/10/left-right-arrow.png);
        background-size: 95px
    }

    button.slick-prev, button.slick-prev:hover {
        position: absolute;
        top: 41%;
        left: 15px;
        z-index: 1;
        width: 47px;
        height: 75px;
        background-image: url(http://maggiesadler.com/wp-content/uploads/2015/10/left-right-arrow.png);
        background-size: 95px;
        background-position-x: right
    }

    .slick-prev:before, .slick-next:before {
        font-size: 70px;
        color: #ea8496;
        line-height: inherit;
        font-weight: 700
    }

    .slider img {
        height: 324px
    }

    .slick-slider {
        position: relative;
        display: block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent
    }

    .slick-list {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0
    }

        .slick-list:focus {
            outline: 0
        }

        .slick-list.dragging {
            cursor: pointer;
            cursor: hand
        }

    .slick-slider .slick-track, .slick-slider .slick-list {
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    .slick-track {
        position: relative;
        top: 0;
        left: 0;
        display: block
    }

        .slick-track:before, .slick-track:after {
            display: table;
            content: ''
        }

        .slick-track:after {
            clear: both
        }

    .slick-loading .slick-track {
        visibility: hidden
    }

    .slick-slide {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px
    }

    [dir='rtl'] .slick-slide {
        float: right
    }

    .slick-slide img {
        display: block
    }

    .slick-slide.slick-loading img {
        display: none
    }

    .slick-slide.dragging img {
        pointer-events: none
    }

    .slick-initialized .slick-slide {
        display: block
    }

    .slick-loading .slick-slide {
        visibility: hidden
    }

    .slick-vertical .slick-slide {
        display: block;
        height: auto;
        border: 1px solid transparent
    }

    .slick-arrow.slick-hidden {
        display: none
    }

    .slick-loading .slick-list {
        background: #fff url(http://maggiesadler.com/wp-content/uploads/2015/10/ajax-loader.gif) center center no-repeat
    }

    @font-face {
        font-family: 'slick';
        font-weight: 400;
        font-style: normal;
        src: url(file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.eot);
        src: url(file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.eot?#iefix) format("embedded-opentype"),url(file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.woff) format("woff"),url(file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.ttf) format("truetype"),url(file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.svg#slick) format("svg")
    }

    .slick-prev, .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        display: block;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        padding: 0;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: 0;
        background: transparent
    }

        .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
            color: transparent;
            outline: 0;
            background: transparent
        }

            .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
                opacity: 1
            }

        .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
            opacity: .25
        }

        .slick-prev:before, .slick-next:before {
            font-family: 'slick';
            font-size: 20px;
            line-height: 1;
            opacity: .75;
            color: #fff;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale
        }

    .slick-prev {
        left: -25px
    }

    [dir='rtl'] .slick-prev {
        right: -25px;
        left: auto
    }

    .slick-prev:before {
        content: ''
    }

    [dir='rtl'] .slick-prev:before {
        content: '';
        font-weight: 700;
        font-size: 20px
    }

    .slick-next {
        right: -25px
    }

    [dir='rtl'] .slick-next {
        right: auto;
        left: -25px
    }

    .slick-next:before {
        content: ''
    }

    [dir='rtl'] .slick-next:before {
        content: ''
    }

    .slick-slider {
        margin-bottom: 30px
    }

    .slick-dots {
        position: absolute;
        bottom: -45px;
        display: block;
        width: 100%;
        padding: 0;
        list-style: none;
        text-align: center
    }

        .slick-dots li {
            position: relative;
            display: inline-block;
            width: 20px;
            height: 20px;
            margin: 0 5px;
            padding: 0;
            cursor: pointer
        }

            .slick-dots li button {
                font-size: 0;
                line-height: 0;
                display: block;
                width: 20px;
                height: 20px;
                padding: 5px;
                cursor: pointer;
                color: transparent;
                border: 0;
                outline: 0;
                background: transparent
            }

                .slick-dots li button:hover, .slick-dots li button:focus {
                    outline: 0
                }

                    .slick-dots li button:hover:before, .slick-dots li button:focus:before {
                        opacity: 1
                    }

                .slick-dots li button:before {
                    font-family: 'slick';
                    font-size: 6px;
                    line-height: 20px;
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 20px;
                    height: 20px;
                    content: '•';
                    text-align: center;
                    opacity: .25;
                    color: #000;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale
                }

            .slick-dots li.slick-active button:before {
                opacity: .75;
                color: #000
            }

    .hospital-details h2 {
        font-size: 20px;
        color: #000;
        margin: 0 0 10px;
        font-weight: 500;
        height: 40px;
        overflow: hidden
    }

    .hospital-details h3 {
        font-size: 13px;
        font-weight: 400;
        height: 70px
    }

    .hospital-details {
        background: #d3f7f6;
        color: #000;
        display: inline-block;
        padding: 15px;
        text-align: center;
        width: 100%;
        height: 170px
    }

    a.rest-btnappoint.btn-appointment-rest {
        margin: 8px 0 0 20px;
        display: inline-block;
        float: right;
        padding: 6px 24px
    }

    .text-right-sec.more-opt {
        text-align: right;
        margin: 0 0 30px
    }

    svg {
        height: 23rem;
        margin-right: 4rem
    }

    #envelope {
        animation: float 2s ease-in-out infinite
    }

    #star1, #star2, #star3, #star4, #star5, #star6 {
        animation: blink 1s ease-in-out infinite
    }

    #star2 {
        animation-delay: 100ms
    }

    #star3 {
        animation-delay: 500ms
    }

    #star4 {
        animation-delay: 700ms
    }

    #star5 {
        animation-delay: 300ms
    }

    #star6 {
        animation-delay: 200ms
    }

    @keyframes float {
        0% {
            transform: translateY(0px)
        }

        50% {
            transform: translateY(-20px)
        }

        100% {
            transform: translateY(0px)
        }
    }

    @keyframes blink {
        0% {
            opacity: 0

        }

        50% {
            opacity: .5
        }

        100% {
            opacity: 1
        }
    }

    .main_review {
        padding: 50px 0
    }

    .star-rating {
        line-height: 32px;
        font-size: 25px;
        margin-right: 15px;
        color: orange
    }

    .review_form {
        padding: 0 15px 15px;
        border-radius: 10px
    }

        .review_form h2 {
            text-align: center;
            margin-bottom: 20px;
            font-size: 24px;
            color: #000
        }

   /* .parent_scroll.review_form {
        height: 592px;
        overflow-y: scroll
    }*/ 

    .review_form .form-group label {
        font-size: 14px;
        color: #000;
        font-weight: 500
    }

    .review_form textarea#exampleFormControlTextarea1 {
        border: 1px solid #b3b3b3
    }

    .compliment h5 {
        font-size: 16px;
        color: #000;
        font-weight: 700;
        margin-bottom: 20px
    }

    .form-group .compliment label {
        font-size: 12px !important;
        color: #000
    }

    .general_phy.information-business1.popular-experts-pack {
        box-shadow: 0 0 10px #000 !important;
        padding: 6px;
        border-radius: 6px;
        background: #fdffff
    }

        .general_phy.information-business1.popular-experts-pack h3 {
            font-size: 15px;
            color: #000
        }

        .general_phy.information-business1.popular-experts-pack li {
            color: #333
        }

        .general_phy.information-business1.popular-experts-pack h3 {
            border-radius: 10px;
            margin: 10px 0 5px;
            text-align: center;
            font-size: 17px;
            background: #07bab7;
            color: #fff;
            padding: 3px
        }

    .owl-stage-outer .doctor-img img {
        min-height: 350px;
        max-height: 350px;
        object-fit: cover
    }

    .btn-finalied.kaya-btn3.kaya-btn.mar_btm10 {
        font-size: 13px
    }

    .doctor-appoint-patient.user-details strong {
        font-weight: 500
    }

    .pharmacy_cust .profile-div a img {
        width: 100% !important;
        height: auto !important;
        max-height: 150px !important;
        min-height: 150px !important;
        border-radius: 10px;
        border: 0;
        object-fit: cover;
        box-shadow: 0 0 10px #000
    }

    .pharmacy_cust .docserchrslt.col-sm-12 {
        padding: 20px 20px 0 !important;
        margin-bottom: 30px
    }

    .pharmacy_cust .more-creative.expert-buttons {
        padding: 0
    }

    .pharmacy_cust .speciality {
        overflow: hidden;
        margin: 10px 0
    }

    .pharmacy_cust .rating-gly-star {
        letter-spacing: 5px;
        text-align: center
    }

    span.glyphicon.glyphicon-minus {
        color: #fff
    }

    span.glyphicon.glyphicon-plus {
        color: #fff
    }

    button.btn.btn-number.min {
        background: #ed4a52
    }

    button.btn.btn-number.max {
        background: #07bab4
    }

    .rating-gly-star {
        height: auto !important
    }

    div#divShowsInstructions b {
        color: #000;
        font-weight: 600
    }

    /*div#divShowsDesc b {
    color: #000;
    font-weight: 500
}*/

    .panel-body b {
        font-weight: 600;
        color: #000;
    }

    /*.for-lab-adjust {
        display: inline-block
    }*/

    a.btn_healthtips:hover {
        color: #eee;
        transition: .3s
    }

    .header.cus_header_sticky .second-nav {
        position: fixed;
        width: 100%;
        z-index: 9999
    }

    .header.cus_header_sticky .yamm.navbar {
        display: none
    }

    .header.cus_header_sticky .top-bar {
        display: none
    }

    .container.adjust-margin {
        background: #eee;
        padding: 30px;
        border-radius: 10px
    }

    select.automatic-padding.form-control.dropdown-design option {
        background: #585858
    }

    .second-nav .owl-prev {
        display: none
    }

    .second-nav .owl-next {
        display: none
    }

    header .search-form input.form-control {
        border: 1px solid #bbb
    }

    .search-form .sub-cat.description-list:before {
        background: #037473;
        padding: 9px 7px !important;
        color: #fff !important;
        top: 0 !important;
        right: -1px !important;
    }

    .offerBtn {
        background: #037473 !important
    }

    .new-updated-search.search-form input[Placeholder] {
        padding-left: 15px
    }

    .we-appply.bhoechie-tab-content.active li {
        width: 33%;
        padding: 20px;
        clear: both;
        display: inline-flex !important;
        min-height: auto !important
    }

    .verified_doctor {
        background-image: url(/Content/images/verified-doctor.png);
        padding: 25px !important;
        background-repeat: no-repeat;
        margin-right: 10px !important
    }

    .doctor_according {
        background-image: url(/Content/images/health-issue.png);
        padding: 25px !important;
        background-repeat: no-repeat;
        margin-right: 10px !important
    }

    .book_appointment {
        background-image: url(/Content/images/book-appointment.png);
        padding: 25px !important;
        background-repeat: no-repeat;
        margin-right: 10px !important
    }

    .enquiry-dtr {
        background-image: url(/Content/images/enquiry-dtr.png);
        padding: 25px !important;
        background-repeat: no-repeat;
        margin-right: 10px !important
    }

    .tips-health {
        background-image: url(/Content/images/tips-health.png);
        padding: 25px !important;
        background-repeat: no-repeat;
        margin-right: 10px !important
    }

    .prescption-eld {
        background-image: url(/Content/images/prescption-eld.png);
        padding: 25px !important;
        background-repeat: no-repeat;
        margin-right: 10px !important
    }

    .wellness-pack {
        background-image: url(/Content/images/wellness-pack.png);
        padding: 25px !important;
        background-repeat: no-repeat;
        margin-right: 10px !important
    }

    .treatment-special {
        background-image: url(/Content/images/treatment-special.png);
        padding: 25px !important;
        background-repeat: no-repeat;
        margin-right: 10px !important
    }

    .consult-video {
        background-image: url(/Content/images/consult-video.png);
        padding: 25px !important;
        background-repeat: no-repeat;
        margin-right: 10px !important
    }

    .doctor-search {
        background-image: url(/Content/images/doctor-search.png);
        padding: 25px !important;
        background-repeat: no-repeat;
        margin-right: 10px !important
    }

    .pharmacy-find {
        background-image: url(/Content/images/pharmacy-find.png);
        padding: 25px !important;
        background-repeat: no-repeat;
        margin-right: 10px !important
    }

    .pharmacy-choose {
        background-image: url(/Content/images/pharmacy-choose.png);
        padding: 25px !important;
        background-repeat: no-repeat;
        margin-right: 10px !important
    }

    .prescption-upload {
        background-image: url(/Content/images/prescption-upload.png);
        padding: 25px !important;
        background-repeat: no-repeat;
        margin-right: 10px !important
    }

    .availability-medicine {
        background-image: url(/Content/images/availability-medicine.png);
        padding: 25px !important;
        background-repeat: no-repeat;
        margin-right: 10px !important
    }

    .ordermedicine {
        background-image: url(/Content/images/medicine-order.png);
        padding: 25px !important;
        background-repeat: no-repeat;
        margin-right: 10px !important
    }

    .contact-pharma {
        background-image: url(/Content/images/contact-pharma.png);
        padding: 25px !important;
        background-repeat: no-repeat;
        margin-right: 10px !important
    }

    .medicine-refill {
        background-image: url(/Content/images/medicine-refill.png);
        padding: 25px !important;
        background-repeat: no-repeat;
        margin-right: 10px !important
    }

    .medicine-discount {
        background-image: url(/Content/images/medicine-discount.png);
        padding: 25px !important;
        background-repeat: no-repeat;
        margin-right: 10px !important
    }

    .medicine-deliver {
        background-image: url(/Content/images/medicine-deliver.png);
        padding: 25px !important;
        background-repeat: no-repeat;
        margin-right: 10px !important
    }

    .reminder-notification {
        background-image: url(/Content/images/reminder-notification.png);
        padding: 25px !important;
        background-repeat: no-repeat;
        margin-right: 10px !important
    }

    .diagnostic-new-pahr {
        background-image: url(/Content/images/diagnostic-new-pahr.png);
        padding: 25px !important;
        background-repeat: no-repeat;
        margin-right: 10px !important
    }

    .book-test-lab {
        background-image: url(/Content/images/book-test-lab.png);
        padding: 25px !important;
        background-repeat: no-repeat;
        margin-right: 10px !important
    }

    .upload-dtr {
        background-image: url(/Content/images/upload-dtr.png);
        padding: 25px !important;
        background-repeat: no-repeat;
        margin-right: 10px !important
    }

    .lab-report {
        background-image: url(/Content/images/lab-report.png);
        padding: 25px !important;
        background-repeat: no-repeat;
        margin-right: 10px !important
    }

    .available-twentyfour {
        background-image: url(/Content/images/available-twentyfour.png);
        padding: 25px !important;
        background-repeat: no-repeat;
        margin-right: 10px !important
    }

    .lab-test-pack {
        background-image: url(/Content/images/lab-test-pack.png);
        padding: 25px !important;
        background-repeat: no-repeat;
        margin-right: 10px !important
    }

    .enquiry-diagnostic {
        background-image: url(/Content/images/enquiry-diagnostic.png);
        padding: 25px !important;
        background-repeat: no-repeat;
        margin-right: 10px !important
    }

    .verified-info {
        background-image: url(/Content/images/verified-info.png);
        padding: 25px !important;
        background-repeat: no-repeat;
        margin-right: 10px !important
    }

    .check-treatment {
        background-image: url(/Content/images/check-treatment.png);
        padding: 25px !important;
        background-repeat: no-repeat;
        margin-right: 10px !important
    }

    .book-appoint-clinic {
        background-image: url(/Content/images/book-appoint-clinic.png);
        padding: 25px !important;
        background-repeat: no-repeat;
        margin-right: 10px !important
    }

    .video-clinic-consult {
        background-image: url(/Content/images/video-clinic-consult.png);
        padding: 25px !important;
        background-repeat: no-repeat;
        margin-right: 10px !important
    }

    .visit-physicial {
        background-image: url(/Content/images/visit-physicial.png);
        padding: 25px !important;
        background-repeat: no-repeat;
        margin-right: 10px !important
    }

    .eprescption-clinic {
        background-image: url(/Content/images/eprescption-clinic.png);
        padding: 25px !important;
        background-repeat: no-repeat;
        margin-right: 10px !important
    }

    .medicine-cart {
        background-image: url(/Content/images/medicine-cart.png);
        padding: 25px !important;
        background-repeat: no-repeat;
        margin-right: 10px !important
    }

    .order-lab-tes {
        background-image: url(/Content/images/order-lab-tes.png);
        padding: 25px !important;
        background-repeat: no-repeat;
        margin-right: 10px !important
    }

    .feedback-share {
        background-image: url(/Content/images/feedback-share.png);
        padding: 25px !important;
        background-repeat: no-repeat;
        margin-right: 10px !important
    }

    .special-treatmnt {
        background-image: url(/Content/images/special-treatmnt.png);
        padding: 25px !important;
        background-repeat: no-repeat;
        margin-right: 10px !important
    }

    .infographic_tab_kayawell {
        background-image: url(/Content/images/infographic_tab_kayawell.png);
        padding: 25px !important;
        background-repeat: no-repeat;
        margin-right: 10px !important;
        width: 100%;
        height: 307px;
        background-size: contain
    }

    .patternBox .colbdr {
        padding-bottom: 30px
    }

    ul.contact-adrs a {
        color: #fff
    }

    .new-tab-sec .tablinks:hover {
        background: #037473;
        color: #fff;
        transition: .3s
    }

.footer_top .quick_link li a{
    word-break:break-all;
}

.footer_top .quick_link li a:hover {
    color: #07bab4;
    transition: .3s
}

    .social-media-link ul li a i:hover {
        color: #037473 !important
    }

    .kaya-btn2:hover {
        background: #037473 !important;
        border: 1px solid #07bab4 !important
    }

    section.portal.ad-searcing.hidden-xs ul li a:hover {
        color: #037473;
        transition: .4s
    }

    .vertical-tabs-adver div.bhoechie-tab-menu div.list-group > a:hover {
        background: #07bab7;
        border-radius:30px;
    }

    .vertical-tabs-adver div.bhoechie-tab-menu div.list-group:hover {
        color: #fff
    }

    .vertical-tabs-adver div.bhoechie-tab-menu div.list-group > a:hover h4 {
        color: #fff
    }

    a.consult-creative.btn-primary:hover {
        background: #037473;
        transition: .5s
    }

    .img-blog .blog-title {
        background: #fff;
        font-weight: 600;
        font-size: 17px;
        /*margin-left: 5px;*/
        text-align: center;
        padding-top: 20px
    }

    .col-heal-img .plan-title {
        text-align: left !important;
        text-transform: capitalize;
        font-size: 14px !important;
        height: 20px;
        overflow: hidden
    }

    .ribbonoff1 h3 {
        position: absolute;
        top: 5px;
        right: -3px;
        background: #07bab7;
        color: #fff;
        transform: rotateY(20deg);
        box-shadow: 5px 2px 2px rgba(0,0,0,0.1);
        font-size: 20px
    }

    .yamm .navbar-nav li a {
        color: #000 !important;
        font-family: 'Roboto',sans-serif;
        font-size: 14px;
        padding: 5px 10px;
        text-transform: capitalize
    }

    .location.text-right span {
        color: #000 !important
    }

    a.btn_healthtips:hover {
        background: #037473;
        transition: .4s
    }

    .location {
        margin: 0px
    }
.second-nav .owl-item li {
    min-height: auto !important;
    padding: 5px 0;
}
li.padd-top-my.active a.active-home {
    padding: 8px !important;
}

/*a#btnHSignUpProfession span {
    background: #f9f9f9 !important; 
}*/
a#btnHSignUpProfession:hover {
    color: #fff !important;
}
a#btnHSignUpProfession:hover span {
    color: #fff !important;
    background: #07bab7 !important;
}

a.btn.dropdown.yamm-fw.padd-top-my.blink_me {
    background: #07bab7;
    color: #fff !important;
    border-radius: 0;
    padding: 4px 10px;
}
.offerBtn {
    width: 162px !important;
    height: 42px !important;
    border-radius: 4px;
}

    .testimonial-img .profl-img {
        width: 20%;
    }

    .feedback_testimonial .testimonial .tstm-feedback {
        margin: 8px 0 0 !important;
        padding:20px;
    }

    .second-nav li:hover {
        background: #07bab7;
        display: block;
    }

    /*.col-md-4.col-sm-4.address-doc.text-capitalize li {
    padding: 10px 9px;
    background: #037473;
    color: #fff;
}*/
    .col-md-4.col-sm-4.address-doc.text-capitalize span {
        color: #fff;
    }

    .serchhead a:hover {
        color: #037473;
        transition: .3s;
    }

    .profile-div.relativeDiv img {
        width: 100%;
    }

    .fixedon_blog.join_kayawell_new.modal-dialog.modal-lg {
        position: fixed;
        z-index: 9999;
        margin-top: Calc(100px);
        /* overflow: auto; */
        /*margin-left:100px;*/ '
    }

    #fixed_on {
        display: none;
    }
    /*.join_kayawell_new.modal-dialog.modal-lg {
    width: 1300px;
}*/
    .list-now-height {
        margin: 30px;
    }

        .list-now-height img {
            position: absolute;
            bottom: 0;
        }

    div#hospital_ser_located .infertil-new-sec h2 {
        font-size: 24px;
        text-align: center;
        font-weight: 600;
        color: #000;
        margin: 20px 0 20px 0;
    }

    a.new-design.profile-new-view.btn-appointment-rest {
        margin: 10px 0 10px 0;
        width: 100%;
        color: #fff;
        border: none;
    }

    .not-curscor.information-business1.popular-experts-pack h3 {
        background: transparent;
        color: #07bab7;
        margin: 0px;
    }

    .join_kayawell_new.modal-dialog.modal-lg {
        width: 800px;
    }
      /*  .join_kayawell_new.modal-dialog.modal-lg.modal-refresh {
            width: 450px;
        }*/
    a.solution-vcclinic {
        background: #037473;
        color: #fff;
        padding: 6px 25px;
        margin: 4px 0 0 0;
        display: inline-block;
        text-align: center;
        justify-content: center;
        float: right;
        border-radius: 5px;
        font-size: 14px;
        font-weight: 500;
    }

    .healthcare-link-footer .solution-vcclinic {
        text-align: center;
        /* display: flex; */
        justify-content: center;
        margin: 0 auto;
        width: 100%;
        border-radius: 0px;
        background: #07bab7;
    }

    .healthcare-link-footer .solution-vcclinic {
        text-align: center;
        /* display: flex; */
        justify-content: center;
        margin: 0 auto;
        width: 100%;
        border-radius: 0px;
        background: #07bab7;
        font-size: 30px;
        font-weight: 400;
        /*text-transform: capitalize;*/
    }
.header {
    border-bottom: 0px;
}
.join_kayawell_new.modal-dialog.modal-lg .close {
    text-shadow: none;
}

    @media only screen and (max-width:767px) {

        .listing-view ul {
            display: flex !important;
            justify-content: center;
        }

        .listing-view {
            display: block !important;
        }
    }


@media (max-width: 540px) {
    .join_kayawell_new.modal-dialog.modal-lg.modal-refresh {
        display: none !important;
    }

    .modal-backdrop.fade.in{
        display:none;
    }



}

    @media only screen and (min-width:320px) and (max-width:480px) {
        .second-nav .owl-item li {
            min-height: inherit !important;
        }

        .owl-stage {
            /*display: flex;*/
            align-items: center;
        }

        .second-nav ul li a strong {
            font-size: 11px;
            font-weight: normal;
            margin-top: inherit !important;
            color: #fff;
        }

        .second-nav ul li a strong {
            display: block;
            font-size: 10px !important;
        }

        /* .second-nav .owl-item {
        width: 85px !important;
    }*/

        .second-nav span {
            font-size: 7px !important;
        }

        .second-nav .owl-item li {
            border-right: 1px solid #ffffff36;
        }

        .new-bar .second-nav ul li a img {
            width: 18px !important;
        }

        a.solution-vcclinic {
            font-size: 10px !important;
            padding: 6px 0px !important;
        }

            a.solution-vcclinic img {
                max-width: 15%;
            }

        span.text1.text-left span.d-block {
            display: inline-block;
        }

        .text1 {
            left: 5px !important;
            font-size: 10px !important;
            line-height: normal !important;
        }

        a.solution-vcclinic {
            font-size: 10px !important;
            width: 100% !important;
            float: none !important;
            padding: 6px 0px !important;
        }

        .new-bar .text1 {
            top: 8px !important;
        }

        .new-bar .col-xs-6 {
            width: auto;
        }

        .new-bar .logo img {
            width: 100px !important;
        }

        .logo .visible-xs {
            float: inline-end !important;
        }



        img {
            display: inherit !important;
        }

        .text-right-sec.more-opt {
            text-align: center !important;
            margin: 0 0 15px !important;
        }

        .search-form .sub-cat.description-list:before {
            padding: 4px !important;
        }
    }

    .new-bar .second-nav span {
        display: block;
    }

    .new-bar .d-block {
        display: block;
    }

    .second-nav span {
        display: block !important;
    }

    .mb-0 {
        margin-bottom: 0 !important;
    }

    .m-0 {
        margin: 0 !important;
    }

    .pb-0 {
        padding-bottom: 0 !important;
    }

.note-editable a{
    color:#000 !important;
}
.note-editable a:hover{
    color: #07bab7 !important;
}
.submission_point_tool .subangle_class{
    margin-right:5px;
}

.server_mappath .decor_systemone .profiimg .dropdown-menu {
    left: -62px !important;
    top: 51px;
    float: none;
}


/*-------Doctor page new css--------------*/

.doctor_profile_area {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    margin-top: -30px;
}
.profl-img {
    width: 130px !important;
    height: 130px !important;
    max-width: none;
    min-height: 130px !important;
    min-width: 130px !important;
    border-radius: 50%;
    /*margin-top: -74px;*/
    margin-bottom: 13px;
    position: relative;
}
.doctor_experence_area {
    background: #0dbbb6;
    padding: 100px 0 20px 0;
}
.review_doctor ul{
    display:flex;
}
.review_doctor {
    color: #fff;
}
.review_doctor a{
    color:#fff !important;
}
    .review_doctor a:hover {
        color: #fff !important;
    }
.review_doctor ul li {
    width: 25%;
}
    .review_doctor ul li h6{
        font-size: 18px;
        margin-bottom: 10px;
    }
.new-overall-ratings {
    margin-left: 0;
    margin-bottom: 13px;
}
.doctor_profile_area .varify_mob03 {
    position: absolute;
    top: -20px;
    right: 5px;
}
.doctor_profile_area .varify img {
        width: 60%;
    }
.doctor_profile_area h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom:15px;
}
.doctor_profile_area  li.text-left {
    margin-bottom: 10px;
}
.info_data_doctor {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-top:20px;
}

.doctor_profile_area .shar-social {
    padding: 15px 0 0 0;
}
div#ExpertAbout{
    overflow:inherit;
    max-height:100%;
}
.doctor_profile_about {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-top:20px;
}
.doctor_profile_about h2 {
    font-size: 20px;
}
.help_tips_area {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
}
    .help_tips_area .pull-right {
        float: none !important;
    }
    .help_tips_area #gridContent + .col-sm-12 {
        float: none;
    }
.help_tips_area div#ExcerciseGrid {
    margin-top: 25px;
}
    .help_tips_area #divWellnessPlan{
        margin-top:25px;
    }
    .help_tips_area #divWellnessPlan .container {
        width: auto;
        padding: 0;
    }
        .help_tips_area #divWellnessPlan .container .col-md-4 {
            width: 49.333333%;
        }
            .help_tips_area #divWellnessPlan .container .col-md-4:nth-child(odd) {
                padding-left: 0
            }
            .help_tips_area #divWellnessPlan .container .col-md-4:nth-child(even) {
                padding-right: 0
            }
.doctor_appointment_area {
    background: #fff;
    border-radius: 8px;
    margin-top:20px
}
.doctor_profile_area .shar-social.icon-gray {
    float: none;
    justify-content: left;
    display: flex;
}


.book_appntmnt_header {
    padding: 10px 20px;
    background: #0dbbb6;
    color: #fff;
    border-radius: 8px 8px 0 0;
    font-size: 16px;
    text-align:center;
    font-weight: 600;
}
.doctor_appointment_area form.form {
    padding: 20px;
}
.doctor_appointment_area .time_form {
    margin-bottom: 15px
}
.doctor_appointment_area button.btn.btn-warning.btn-lg.btn-block {
    margin-top: 20px;
}
.whatsup_area{
    padding:0 20px;
}
.price_booking {
    color: #07bab7;
    font-size: 16px !important;
    font-weight: 600;
}
.whatsup_area .qr-code {
    display: block;
    text-align: center;
    padding: 20px;
}
.time_input i{
    color: #07bab7; margin-right:10px;
}
.time_input input {
    margin-right: 5px;
}
.whatsup_area .qr-code img {
    display: block;
    margin: auto;
}

button.btn.btn-warning.btn-lg.btn-block.whatsup_btn {
    background: #00a25c;
    border-color: #00a25c;
}
.button_area_review .btn-finalied.kaya-btn3.kaya-btn.mar_btm10.btn-appointment-rest {
    float: none;
}
.button_area_review {
    display: block;
    padding: 0 20px;
    padding-bottom:20px;
    text-align:center;
}
    .button_area_review .rest-btnappoint.btn-appointment-rest {
        float: none;
        font-size: 12px;
        padding: 6px;
    }
a.rest-btnappoint.btn-appointment-rest:hover {
    background: #07bab7;
}
.help_tips_area a:hover {
    text-decoration: underline;
    color: #07bab7;
}
/*.time_input input {
    transform: translateY(3px);
}*/
.review_doctor ul li strong {
    font-size: 13px;
}
.app_slot .slots .slot-btn.active {
    background: #07bab7;
}
.app_slot .slots .slot-btn.active a{
    color:#fff;
}
.clinic_block {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
}
    .clinic_block a.hosp-add-link.w-inline-block {
        display: flex;
        justify-content: space-between;
        color: #7a89a5
    }
        .clinic_block a.hosp-add-link.w-inline-block:hover {
            color: #7a89a5
        }
    .clinic_block .hospital-name {
        color: #07bab7;
        font-size: 16px;
        font-weight: normal;
        margin-top: 20px;
    }
.clinic_block iframe {
    padding-top: 15px;
}
.help_tips_area #divWellnessPlan .box.hover07.hvr-underline-reveal.plans .rating-verified {
    display: flex;
    align-items: center;
    margin: 20px 0;
}
.help_tips_area #divWellnessPlan .box.hover07.hvr-underline-reveal.plans .img-blog .blog-title {
    margin-left: 0;
}
.info_data_doctor h4 {
    margin-bottom: 30px;
    color: #037473;
    font-weight: 500;
}
.help_tips_area h4 {
    margin-bottom: 30px;
    color: #037473;
    font-weight: 500;
}
.clinic_block h4 {
    margin-bottom: 30px;
    color: #037473;
    font-weight: 500;
}
.doctor_profile_about h4 {
    margin-bottom: 30px;
    color: #037473;
    font-weight: 500;
}


.navbar.navbar-default.yamm.new {
    background: #20625e;
    position:fixed;
    width:100%;
    z-index:999;
}

    .navbar.navbar-default.yamm.new  .navbar-nav li {
        border-right: 0 !important;
    }
.navbar.navbar-default.yamm.new a.btn.dropdown.yamm-fw.padd-top-my.blink_me {
    animation: none;
    background: transparent;
}
    .navbar.navbar-default.yamm.new .navbar-nav li a {
        color: #fff !important;
        border-bottom: 3px solid #20625e;
    }
    .navbar.navbar-default.yamm.new .navbar-nav li a span {
        background: transparent !important;
        color: #fff !important;
    }

    .navbar.navbar-default.yamm.new #SelectedCityName {
        color: #fff !important;
        margin: 0px 2px;
    }
.social ul li a:hover{
    color:#fff !important;
}

.navbar.navbar-default.yamm.new ul.nav.navbar-nav.navbar-left {
    display: flex;
    align-items: center;
}
    .navbar.navbar-default.yamm.new ul.nav.navbar-nav.navbar-left li a {
        border: 1px solid;
        border-radius: 100%;
        height: 33px;
        width: 33px;
        padding: 7px 10px;
        margin: 5px;
    }
.navbar.navbar-default.yamm.new ul.nav.navbar-nav.navbar-right {
    display: flex;
    margin: 5px 0;
}
header.header_section.inner .top-bar.new-bar.pb-0 {
    margin-top: 60px !important;
}
.navbar.navbar-default.yamm.new .navbar-nav li a:hover {
    color: #07bab7 !important;
    background: transparent !important;
    border-bottom: 3px solid #fff;
}
.navbar.navbar-default.yamm.new #SelectedCityName:hover {
    color: #07bab7 !important;
}
.sponser_new h2 {
    background: #07bab7;
    font-size: 16px;
    padding: 10px 15px;
    color: #fff;
    border-radius: 6px;
}
.doctor_appointment_area {
    padding-bottom: 15px;
}


@media(max-width: 1351px) and (min-width:1200px) {
    .doctor_profile_area .varify_mob03 {
        position: absolute;
        top: -27px;
        right: 0;
    }

    .doctor_profile_area .varify img {
        width: 50%;
    }
    .btn {
        font-size: small;
    }
}
@media(max-width: 1200px) {
    .doctor_profile_area {
        margin-top: 80px;
        position: relative;
    }
        .doctor_profile_area .varify_mob03 {
            top: 20px;
        }

    
}
@media(max-width: 540px) {

    
    .btn_hs {
        margin-top: -3px !important;

    }
    .help_tips_area #divWellnessPlan .container .col-md-4 {
        width: 100%;
    }
        .help_tips_area #divWellnessPlan .container .col-md-4:nth-child(even) {
            padding: 0;
        }
        .help_tips_area #divWellnessPlan .container .col-md-4:nth-child(odd) {
            padding: 0;
        }
    .review_doctor ul li{
        margin-left:9px;
        width:inherit;
    }
}

/*--------------------------------hospital detail page new UI ----------------------------------------------------------------*/
.profile_hospital_area {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
}
    .profile_hospital_area .hospital_img {
        border-radius: 8px;
        border: 1px solid #b8b8b8;
    }

    .profile_hospital_area .profile-details {
        padding-top: 0;
    }
.profile_hospital_area ul.alignnment-color.experts-left-space.Practice_info li {
    padding-top: 0;
}
.hospital_new_page a.rest-btnappoint.btn-appointment-rest {
    float: none;
}
.hospital_new_page a.btn-appointment-rest.cus_diagnostic {
    float: none;
}
.hospital_new_page .Practice_info {
    padding-left: 0 !important;
}
.hospital_new_page .about-item {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
}

    .hospital_new_page .about-item ul li {
        border: 0;
        padding: 12px 0;
    }
.hospital_appointment_area {
    background: #fff;
    border-radius: 8px;
    margin-top: 20px;
}


.hospital_appointment_area label.col-md-3.control-label {
    width: 100%;
}
    .hospital_appointment_area .col-md-9 {
        width: 100%;
    }
    .hospital_appointment_area form#PracticeEnquiryRequestForm {
        padding-top: 20px;
    }
    .hospital_appointment_area .button_area_hospital {
        padding: 0 20px 20px 20px;
    }
    .hospital_appointment_area .col-md-9 .form-group.text-center {
        margin-bottom: 0;
    }
.expert_new_area {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
}
    .expert_new_area .docserchrslt {
        float: none;
        box-shadow: none;
        padding: 20px !important;
    }
    .expert_new_area h4 {
        margin-bottom: 30px;
        color: #037473; 
        font-weight:500
    }
.about-item.insurance-conditions-list .text-head {
    font-size: 18px !important;
}
a.rest-btnappoint.btn-appointment-rest:hover {
    background: #07bab7;
    color: #fff !important;
}
.profile_hospital_area .shar-social a:hover {
    color: #fff !important;
}
.wellness_hospital_new {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
}
.wellness_hospital_new h4 {
    margin-bottom: 30px;
    color: #037473;
    font-weight: 500
}
.wellness_hospital_new .filter:not(:last-child){
margin-bottom:15px;
}
.insurance_area{
    margin-top:30px;
}
    .insurance_area ul li i {
        color: #037473
    }
    .insurance_area ul li {
        margin-bottom: 15px;
        font-size: 14px;
        width: 32.33%;
        display: inline-block;
    }
    .insurance_area h4 {
        margin-bottom: 20px;
        color: #037473;
        font-weight: 500
    }

.time_input.visit {
    display: flex;
    align-items: center;
}
    .time_input.visit input {
        transform: translateY(2px);
    }
   
    div#divVedioRate {
        margin-left: 15px;
    }
.form-group.gender label{
    margin-right:20px
}
.form-group.gender input[value="Female"] {
    margin-left: 10px;
}
.time_input.visit input[value="hospital"] {
    margin-left: 10px;
}
.form-group.gender input {
    transform: translateY(2px);
}
   
.iti.iti--allow-dropdown {
    width: 100%;
}
.iti__country-list {
    width: 250px;
    z-index: 20 !important;
}
.profile_hospital_area .btn-appointment-rest {
    width: auto;
}
.gallery_area {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
}
    .gallery_area h4 {
        margin-bottom: 30px;
        color: #037473;
        font-weight: 500;
    }
    .gallery_area img{
        margin-bottom:15px
    }
    .hospital_new_page {
        padding-bottom: 30px;
    }
.doctor_appointment_area .form-group label {
    font-weight: 600;
    font-size: 14px;
}
.doctor_appointment_area .time_input label{
    font-size: 12px;
    font-weight: 500;
}
.row.expert-buttons.expert-buttons_dc-mob {
    background: transparent;
}
.doctor_appointment_area #formAppointmentPanel {
padding:15px 0;
}

.social ul li.active {
border:0;
}

.notfond_css {
    opacity: 1 !important;
}
    /*.notfond_css .heading h4 {
        font-size:6rem !important;
    }*/



div#TopServices {
    height: 300px !important;
    overflow-y: auto;
}
#TopInsurance {
    height: 300px !important;
    overflow-y: auto;
}
.gallery_area img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}
.insurance_area ul li {
    vertical-align: top;
}
.profile_hospital_area img.hospital_img {
    height: 253px;
    width: 100%;
    object-fit: cover;
}
.feattured-new-doctors.popular-experts-pack li {
    line-height: 24px;
    border: 1px solid #ddd;
    padding: 10px 0 0;
    min-height: 123px;
    width: 48%;
    display: inline-block;
    margin-bottom: 0;
    padding: 10px;
    min-height: 204px;
    margin-top: 20px;
}